/*M!999999\- enable the sandbox mode */ 
-- MariaDB dump 10.19  Distrib 10.11.15-MariaDB, for Linux (x86_64)
--
-- Host: 127.0.0.1    Database: alhilkkw_hilali_shop
-- ------------------------------------------------------
-- Server version	10.11.15-MariaDB-cll-lve

/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
/*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */;
/*!40101 SET NAMES utf8mb4 */;
/*!40103 SET @OLD_TIME_ZONE=@@TIME_ZONE */;
/*!40103 SET TIME_ZONE='+00:00' */;
/*!40014 SET @OLD_UNIQUE_CHECKS=@@UNIQUE_CHECKS, UNIQUE_CHECKS=0 */;
/*!40014 SET @OLD_FOREIGN_KEY_CHECKS=@@FOREIGN_KEY_CHECKS, FOREIGN_KEY_CHECKS=0 */;
/*!40101 SET @OLD_SQL_MODE=@@SQL_MODE, SQL_MODE='NO_AUTO_VALUE_ON_ZERO' */;
/*!40111 SET @OLD_SQL_NOTES=@@SQL_NOTES, SQL_NOTES=0 */;

--
-- Table structure for table `business_settings`
--

DROP TABLE IF EXISTS `business_settings`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `business_settings` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `business_name` varchar(255) DEFAULT NULL,
  `business_address` text DEFAULT NULL,
  `business_phone` varchar(20) DEFAULT NULL,
  `business_email` varchar(255) DEFAULT NULL,
  `business_website` varchar(255) DEFAULT NULL,
  `business_logo` varchar(255) DEFAULT NULL,
  `invoice_prefix` varchar(10) NOT NULL DEFAULT 'INV',
  `invoice_number_start` int(11) NOT NULL DEFAULT 1000,
  `current_invoice_number` int(11) NOT NULL DEFAULT 1000,
  `receipt_prefix` varchar(10) NOT NULL DEFAULT 'RCP',
  `receipt_number_start` int(11) NOT NULL DEFAULT 1000,
  `current_receipt_number` int(11) NOT NULL DEFAULT 1000,
  `default_tax_rate` decimal(5,2) NOT NULL DEFAULT 0.00,
  `tax_label` varchar(50) NOT NULL DEFAULT 'Tax',
  `currency_symbol` varchar(10) NOT NULL DEFAULT 'CFA',
  `currency_code` varchar(3) NOT NULL DEFAULT 'XOF',
  `business_registration_number` varchar(255) DEFAULT NULL,
  `tax_identification_number` varchar(255) DEFAULT NULL,
  `invoice_footer_note` text DEFAULT NULL,
  `receipt_footer_note` text DEFAULT NULL,
  `show_logo_on_invoice` tinyint(1) NOT NULL DEFAULT 1,
  `show_logo_on_receipt` tinyint(1) NOT NULL DEFAULT 1,
  `date_format` varchar(20) NOT NULL DEFAULT 'd/m/Y',
  `time_format` varchar(20) NOT NULL DEFAULT 'H:i:s',
  `starting_year` int(11) NOT NULL DEFAULT 2026,
  `active_fiscal_year_id` bigint(20) unsigned DEFAULT NULL,
  `view_fiscal_year_id` bigint(20) unsigned DEFAULT NULL,
  `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;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `business_settings`
--

LOCK TABLES `business_settings` WRITE;
/*!40000 ALTER TABLE `business_settings` DISABLE KEYS */;
INSERT INTO `business_settings` VALUES
(1,'Al-Hilali','N\'djamena - Soug Al Afiya','+235 67 89 20 30','info@alhilali.com',NULL,'business-logos/1765829033_694069a96a5f1.jpg','HIL',0,1052,'RCP',1000,1001,0.00,'Tax','CFA','XOF',NULL,NULL,NULL,NULL,1,1,'d/m/Y','H:i:s',2026,NULL,NULL,'2025-12-15 09:44:43','2026-04-22 13:23:28');
/*!40000 ALTER TABLE `business_settings` ENABLE KEYS */;
UNLOCK TABLES;

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

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

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

LOCK TABLES `cache` WRITE;
/*!40000 ALTER TABLE `cache` DISABLE KEYS */;
INSERT INTO `cache` VALUES
('soug-hanana-cache-8cc3311539df046b0bdc1e1c6f489220','i:1;',1775558813),
('soug-hanana-cache-8cc3311539df046b0bdc1e1c6f489220:timer','i:1775558813;',1775558813),
('soug-hanana-cache-market_config_127.0.0.1','N;',1775562354),
('soug-hanana-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:60:{i:0;a:4:{s:1:\"a\";i:1;s:1:\"b\";s:14:\"view dashboard\";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:5;}}i:1;a:4:{s:1:\"a\";i:2;s:1:\"b\";s:17:\"refresh dashboard\";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:5;}}i:2;a:4:{s:1:\"a\";i:3;s:1:\"b\";s:20:\"view dashboard stats\";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:5;}}i:3;a:4:{s:1:\"a\";i:4;s:1:\"b\";s:10:\"view users\";s:1:\"c\";s:3:\"web\";s:1:\"r\";a:2:{i:0;i:1;i:1;i:2;}}i:4;a:4:{s:1:\"a\";i:5;s:1:\"b\";s:12:\"create users\";s:1:\"c\";s:3:\"web\";s:1:\"r\";a:2:{i:0;i:1;i:1;i:2;}}i:5;a:4:{s:1:\"a\";i:6;s:1:\"b\";s:10:\"edit users\";s:1:\"c\";s:3:\"web\";s:1:\"r\";a:2:{i:0;i:1;i:1;i:2;}}i:6;a:4:{s:1:\"a\";i:7;s:1:\"b\";s:12:\"delete users\";s:1:\"c\";s:3:\"web\";s:1:\"r\";a:2:{i:0;i:1;i:1;i:2;}}i:7;a:4:{s:1:\"a\";i:8;s:1:\"b\";s:12:\"assign roles\";s:1:\"c\";s:3:\"web\";s:1:\"r\";a:2:{i:0;i:1;i:1;i:2;}}i:8;a:4:{s:1:\"a\";i:9;s:1:\"b\";s:10:\"view roles\";s:1:\"c\";s:3:\"web\";s:1:\"r\";a:2:{i:0;i:1;i:1;i:2;}}i:9;a:4:{s:1:\"a\";i:10;s:1:\"b\";s:12:\"create roles\";s:1:\"c\";s:3:\"web\";s:1:\"r\";a:2:{i:0;i:1;i:1;i:2;}}i:10;a:4:{s:1:\"a\";i:11;s:1:\"b\";s:10:\"edit roles\";s:1:\"c\";s:3:\"web\";s:1:\"r\";a:2:{i:0;i:1;i:1;i:2;}}i:11;a:4:{s:1:\"a\";i:12;s:1:\"b\";s:12:\"delete roles\";s:1:\"c\";s:3:\"web\";s:1:\"r\";a:2:{i:0;i:1;i:1;i:2;}}i:12;a:4:{s:1:\"a\";i:13;s:1:\"b\";s:15:\"view categories\";s:1:\"c\";s:3:\"web\";s:1:\"r\";a:3:{i:0;i:1;i:1;i:2;i:2;i:4;}}i:13;a:4:{s:1:\"a\";i:14;s:1:\"b\";s:17:\"create categories\";s:1:\"c\";s:3:\"web\";s:1:\"r\";a:2:{i:0;i:1;i:1;i:2;}}i:14;a:4:{s:1:\"a\";i:15;s:1:\"b\";s:15:\"edit categories\";s:1:\"c\";s:3:\"web\";s:1:\"r\";a:2:{i:0;i:1;i:1;i:2;}}i:15;a:4:{s:1:\"a\";i:16;s:1:\"b\";s:17:\"delete categories\";s:1:\"c\";s:3:\"web\";s:1:\"r\";a:2:{i:0;i:1;i:1;i:2;}}i:16;a:4:{s:1:\"a\";i:17;s:1:\"b\";s:22:\"toggle category status\";s:1:\"c\";s:3:\"web\";s:1:\"r\";a:2:{i:0;i:1;i:1;i:2;}}i:17;a:4:{s:1:\"a\";i:18;s:1:\"b\";s:13:\"view products\";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:5;}}i:18;a:4:{s:1:\"a\";i:19;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:5;}}i:19;a:4:{s:1:\"a\";i:20;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:5;}}i:20;a:4:{s:1:\"a\";i:21;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:5;}}i:21;a:4:{s:1:\"a\";i:22;s:1:\"b\";s:20:\"manage product stock\";s:1:\"c\";s:3:\"web\";s:1:\"r\";a:3:{i:0;i:1;i:1;i:2;i:2;i:5;}}i:22;a:4:{s:1:\"a\";i:23;s:1:\"b\";s:22:\"view product analytics\";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:5;}}i:23;a:4:{s:1:\"a\";i:24;s:1:\"b\";s:10:\"access pos\";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:5;}}i:24;a:4:{s:1:\"a\";i:25;s:1:\"b\";s:13:\"process sales\";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:5;}}i:25;a:4:{s:1:\"a\";i:26;s:1:\"b\";s:12:\"cancel sales\";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:5;}}i:26;a:4:{s:1:\"a\";i:27;s:1:\"b\";s:18:\"view sales history\";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:5;}}i:27;a:4:{s:1:\"a\";i:28;s:1:\"b\";s:17:\"view sale details\";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:5;}}i:28;a:4:{s:1:\"a\";i:29;s:1:\"b\";s:10:\"edit sales\";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:5;}}i:29;a:4:{s:1:\"a\";i:30;s:1:\"b\";s:14:\"print receipts\";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:5;}}i:30;a:4:{s:1:\"a\";i:31;s:1:\"b\";s:12:\"export sales\";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:5;}}i:31;a:4:{s:1:\"a\";i:32;s:1:\"b\";s:17:\"view sale history\";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:5;}}i:32;a:4:{s:1:\"a\";i:33;s:1:\"b\";s:12:\"view reports\";s:1:\"c\";s:3:\"web\";s:1:\"r\";a:2:{i:0;i:1;i:1;i:2;}}i:33;a:4:{s:1:\"a\";i:34;s:1:\"b\";s:14:\"export reports\";s:1:\"c\";s:3:\"web\";s:1:\"r\";a:2:{i:0;i:1;i:1;i:2;}}i:34;a:4:{s:1:\"a\";i:35;s:1:\"b\";s:25:\"generate advanced reports\";s:1:\"c\";s:3:\"web\";s:1:\"r\";a:2:{i:0;i:1;i:1;i:2;}}i:35;a:4:{s:1:\"a\";i:36;s:1:\"b\";s:22:\"view business settings\";s:1:\"c\";s:3:\"web\";s:1:\"r\";a:3:{i:0;i:1;i:1;i:2;i:2;i:3;}}i:36;a:4:{s:1:\"a\";i:37;s:1:\"b\";s:22:\"edit business settings\";s:1:\"c\";s:3:\"web\";s:1:\"r\";a:3:{i:0;i:1;i:1;i:2;i:2;i:3;}}i:37;a:4:{s:1:\"a\";i:38;s:1:\"b\";s:13:\"view expenses\";s:1:\"c\";s:3:\"web\";s:1:\"r\";a:2:{i:0;i:1;i:1;i:2;}}i:38;a:4:{s:1:\"a\";i:39;s:1:\"b\";s:15:\"create expenses\";s:1:\"c\";s:3:\"web\";s:1:\"r\";a:2:{i:0;i:1;i:1;i:2;}}i:39;a:4:{s:1:\"a\";i:40;s:1:\"b\";s:13:\"edit expenses\";s:1:\"c\";s:3:\"web\";s:1:\"r\";a:2:{i:0;i:1;i:1;i:2;}}i:40;a:4:{s:1:\"a\";i:41;s:1:\"b\";s:15:\"delete expenses\";s:1:\"c\";s:3:\"web\";s:1:\"r\";a:2:{i:0;i:1;i:1;i:2;}}i:41;a:4:{s:1:\"a\";i:42;s:1:\"b\";s:16:\"approve expenses\";s:1:\"c\";s:3:\"web\";s:1:\"r\";a:2:{i:0;i:1;i:1;i:2;}}i:42;a:4:{s:1:\"a\";i:43;s:1:\"b\";s:10:\"view loans\";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:5;}}i:43;a:4:{s:1:\"a\";i:44;s:1:\"b\";s:20:\"manage loan payments\";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:5;}}i:44;a:4:{s:1:\"a\";i:45;s:1:\"b\";s:15:\"mark loans paid\";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:5;}}i:45;a:4:{s:1:\"a\";i:46;s:1:\"b\";s:14:\"view proformas\";s:1:\"c\";s:3:\"web\";s:1:\"r\";a:3:{i:0;i:1;i:1;i:2;i:2;i:4;}}i:46;a:4:{s:1:\"a\";i:47;s:1:\"b\";s:16:\"create proformas\";s:1:\"c\";s:3:\"web\";s:1:\"r\";a:2:{i:0;i:1;i:1;i:2;}}i:47;a:4:{s:1:\"a\";i:48;s:1:\"b\";s:14:\"edit proformas\";s:1:\"c\";s:3:\"web\";s:1:\"r\";a:2:{i:0;i:1;i:1;i:2;}}i:48;a:4:{s:1:\"a\";i:49;s:1:\"b\";s:16:\"delete proformas\";s:1:\"c\";s:3:\"web\";s:1:\"r\";a:2:{i:0;i:1;i:1;i:2;}}i:49;a:4:{s:1:\"a\";i:50;s:1:\"b\";s:17:\"confirm proformas\";s:1:\"c\";s:3:\"web\";s:1:\"r\";a:1:{i:0;i:1;}}i:50;a:4:{s:1:\"a\";i:51;s:1:\"b\";s:16:\"cancel proformas\";s:1:\"c\";s:3:\"web\";s:1:\"r\";a:1:{i:0;i:1;}}i:51;a:4:{s:1:\"a\";i:52;s:1:\"b\";s:12:\"view cashier\";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:5;}}i:52;a:4:{s:1:\"a\";i:53;s:1:\"b\";s:19:\"process withdrawals\";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:5;}}i:53;a:4:{s:1:\"a\";i:54;s:1:\"b\";s:20:\"view cashier history\";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:5;}}i:54;a:4:{s:1:\"a\";i:55;s:1:\"b\";s:22:\"export cashier reports\";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:5;}}i:55;a:4:{s:1:\"a\";i:56;s:1:\"b\";s:20:\"view cashier balance\";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:5;}}i:56;a:4:{s:1:\"a\";i:57;s:1:\"b\";s:18:\"view expense types\";s:1:\"c\";s:3:\"web\";s:1:\"r\";a:2:{i:0;i:1;i:1;i:2;}}i:57;a:4:{s:1:\"a\";i:58;s:1:\"b\";s:20:\"create expense types\";s:1:\"c\";s:3:\"web\";s:1:\"r\";a:2:{i:0;i:1;i:1;i:2;}}i:58;a:4:{s:1:\"a\";i:59;s:1:\"b\";s:18:\"edit expense types\";s:1:\"c\";s:3:\"web\";s:1:\"r\";a:2:{i:0;i:1;i:1;i:2;}}i:59;a:4:{s:1:\"a\";i:60;s:1:\"b\";s:20:\"delete expense types\";s:1:\"c\";s:3:\"web\";s:1:\"r\";a:2:{i:0;i:1;i:1;i:2;}}}s:5:\"roles\";a:5:{i:0;a:3:{s:1:\"a\";i:1;s:1:\"b\";s:11:\"Super Admin\";s:1:\"c\";s:3:\"web\";}i:1;a:3:{s:1:\"a\";i:2;s:1:\"b\";s:5:\"Admin\";s:1:\"c\";s:3:\"web\";}i:2;a:3:{s:1:\"a\";i:3;s:1:\"b\";s:7:\"Manager\";s:1:\"c\";s:3:\"web\";}i:3;a:3:{s:1:\"a\";i:5;s:1:\"b\";s:8:\"Guestion\";s:1:\"c\";s:3:\"web\";}i:4;a:3:{s:1:\"a\";i:4;s:1:\"b\";s:6:\"Seller\";s:1:\"c\";s:3:\"web\";}}}',1775645154);
/*!40000 ALTER TABLE `cache` ENABLE KEYS */;
UNLOCK TABLES;

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

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

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

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

--
-- Table structure for table `cashier_balances`
--

DROP TABLE IF EXISTS `cashier_balances`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `cashier_balances` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `user_id` bigint(20) unsigned NOT NULL,
  `current_balance` decimal(15,2) NOT NULL DEFAULT 0.00,
  `total_sales` decimal(15,2) NOT NULL DEFAULT 0.00,
  `total_withdrawals` decimal(15,2) NOT NULL DEFAULT 0.00,
  `total_expenses` decimal(15,2) NOT NULL DEFAULT 0.00,
  `last_updated_at` timestamp NULL DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  PRIMARY KEY (`id`),
  UNIQUE KEY `cashier_balances_user_id_unique` (`user_id`),
  KEY `cashier_balances_user_id_index` (`user_id`),
  CONSTRAINT `cashier_balances_user_id_foreign` FOREIGN KEY (`user_id`) REFERENCES `users` (`id`) ON DELETE CASCADE
) ENGINE=InnoDB AUTO_INCREMENT=6 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `cashier_balances`
--

LOCK TABLES `cashier_balances` WRITE;
/*!40000 ALTER TABLE `cashier_balances` DISABLE KEYS */;
INSERT INTO `cashier_balances` VALUES
(1,4,7481500.00,7481500.00,0.00,0.00,'2026-04-20 12:01:25','2025-12-17 06:35:11','2026-04-20 12:01:25'),
(2,7,67237800.00,67237800.00,0.00,0.00,'2026-04-22 13:23:28','2025-12-18 06:45:39','2026-04-22 13:23:28'),
(3,8,0.00,0.00,0.00,0.00,'2026-01-01 06:02:01','2026-01-01 06:02:01','2026-01-01 06:02:01'),
(4,10,0.00,0.00,0.00,0.00,'2026-01-26 07:45:50','2026-01-26 07:45:50','2026-01-26 07:45:50'),
(5,9,0.00,0.00,0.00,0.00,'2026-02-25 05:08:15','2026-02-25 05:08:15','2026-02-25 05:08:15');
/*!40000 ALTER TABLE `cashier_balances` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `cashier_transactions`
--

DROP TABLE IF EXISTS `cashier_transactions`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `cashier_transactions` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `user_id` bigint(20) unsigned NOT NULL,
  `type` enum('sale','sale_edit','sale_cancel','withdrawal','expense') NOT NULL,
  `amount` decimal(15,2) NOT NULL,
  `direction` enum('credit','debit') NOT NULL,
  `description` text NOT NULL,
  `reference_id` bigint(20) unsigned DEFAULT NULL,
  `reference_type` varchar(255) DEFAULT NULL,
  `balance_before` decimal(15,2) NOT NULL,
  `balance_after` decimal(15,2) NOT NULL,
  `metadata` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL CHECK (json_valid(`metadata`)),
  `transaction_date` timestamp NOT NULL DEFAULT current_timestamp() ON UPDATE current_timestamp(),
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `cashier_transactions_user_id_transaction_date_index` (`user_id`,`transaction_date`),
  KEY `cashier_transactions_type_transaction_date_index` (`type`,`transaction_date`),
  KEY `cashier_transactions_reference_id_reference_type_index` (`reference_id`,`reference_type`),
  CONSTRAINT `cashier_transactions_user_id_foreign` FOREIGN KEY (`user_id`) REFERENCES `users` (`id`) ON DELETE CASCADE
) ENGINE=InnoDB AUTO_INCREMENT=1116 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `cashier_transactions`
--

LOCK TABLES `cashier_transactions` WRITE;
/*!40000 ALTER TABLE `cashier_transactions` DISABLE KEYS */;
INSERT INTO `cashier_transactions` VALUES
(1,4,'sale',12000.00,'credit','Sale completed: HIL-0001',1,'Sale',0.00,12000.00,'{\"sale_id\":1,\"sale_number\":\"HIL-0001\",\"customer\":null,\"payment_method\":\"cash\",\"is_partial\":false}','2025-12-17 06:35:11','2025-12-17 06:35:11','2025-12-17 06:35:11'),
(2,4,'sale',6000.00,'credit','Sale completed: HIL-0002',2,'Sale',12000.00,18000.00,'{\"sale_id\":2,\"sale_number\":\"HIL-0002\",\"customer\":null,\"payment_method\":\"cash\",\"is_partial\":false}','2025-12-17 06:35:19','2025-12-17 06:35:19','2025-12-17 06:35:19'),
(3,4,'sale',24000.00,'credit','Sale completed: HIL-0003',3,'Sale',18000.00,42000.00,'{\"sale_id\":3,\"sale_number\":\"HIL-0003\",\"customer\":null,\"payment_method\":\"cash\",\"is_partial\":false}','2025-12-17 06:35:29','2025-12-17 06:35:29','2025-12-17 06:35:29'),
(4,4,'sale',17500.00,'credit','Sale completed: HIL-0004',4,'Sale',42000.00,59500.00,'{\"sale_id\":4,\"sale_number\":\"HIL-0004\",\"customer\":null,\"payment_method\":\"cash\",\"is_partial\":false}','2025-12-17 08:56:18','2025-12-17 08:56:18','2025-12-17 08:56:18'),
(5,4,'sale',20000.00,'credit','Sale completed: HIL-0005',5,'Sale',59500.00,79500.00,'{\"sale_id\":5,\"sale_number\":\"HIL-0005\",\"customer\":null,\"payment_method\":\"cash\",\"is_partial\":false}','2025-12-17 10:10:24','2025-12-17 10:10:24','2025-12-17 10:10:24'),
(6,4,'sale',18000.00,'credit','Sale completed: HIL-0006',6,'Sale',79500.00,97500.00,'{\"sale_id\":6,\"sale_number\":\"HIL-0006\",\"customer\":null,\"payment_method\":\"cash\",\"is_partial\":false}','2025-12-17 12:17:25','2025-12-17 12:17:25','2025-12-17 12:17:25'),
(7,4,'sale',17500.00,'credit','Sale completed: HIL-0007',7,'Sale',97500.00,115000.00,'{\"sale_id\":7,\"sale_number\":\"HIL-0007\",\"customer\":null,\"payment_method\":\"cash\",\"is_partial\":false}','2025-12-17 13:11:31','2025-12-17 13:11:31','2025-12-17 13:11:31'),
(8,7,'sale',375000.00,'credit','Sale completed: HIL-0008',8,'Sale',0.00,375000.00,'{\"sale_id\":8,\"sale_number\":\"HIL-0008\",\"customer\":\"Serou Mi\",\"payment_method\":\"cash\",\"is_partial\":false}','2025-12-18 06:45:39','2025-12-18 06:45:39','2025-12-18 06:45:39'),
(9,7,'sale',20000.00,'credit','Sale completed: HIL-0009',9,'Sale',375000.00,395000.00,'{\"sale_id\":9,\"sale_number\":\"HIL-0009\",\"customer\":null,\"payment_method\":\"cash\",\"is_partial\":false}','2025-12-18 09:25:13','2025-12-18 09:25:13','2025-12-18 09:25:13'),
(10,7,'sale',52500.00,'credit','Sale completed: HIL-0010',10,'Sale',395000.00,447500.00,'{\"sale_id\":10,\"sale_number\":\"HIL-0010\",\"customer\":null,\"payment_method\":\"cash\",\"is_partial\":false}','2025-12-18 10:02:21','2025-12-18 10:02:21','2025-12-18 10:02:21'),
(11,7,'sale',20000.00,'credit','Sale completed: HIL-0012',12,'Sale',447500.00,467500.00,'{\"sale_id\":12,\"sale_number\":\"HIL-0012\",\"customer\":null,\"payment_method\":\"cash\",\"is_partial\":false}','2025-12-18 12:07:16','2025-12-18 12:07:16','2025-12-18 12:07:16'),
(12,7,'sale',17500.00,'credit','Sale completed: HIL-0013',13,'Sale',467500.00,485000.00,'{\"sale_id\":13,\"sale_number\":\"HIL-0013\",\"customer\":null,\"payment_method\":\"cash\",\"is_partial\":false}','2025-12-19 07:59:29','2025-12-19 07:59:29','2025-12-19 07:59:29'),
(13,7,'sale',20000.00,'credit','Sale completed: HIL-0016',16,'Sale',485000.00,505000.00,'{\"sale_id\":16,\"sale_number\":\"HIL-0016\",\"customer\":null,\"payment_method\":\"cash\",\"is_partial\":false}','2025-12-20 08:25:08','2025-12-20 08:25:08','2025-12-20 08:25:08'),
(14,7,'sale',20000.00,'credit','Sale completed: HIL-0017',17,'Sale',505000.00,525000.00,'{\"sale_id\":17,\"sale_number\":\"HIL-0017\",\"customer\":null,\"payment_method\":\"cash\",\"is_partial\":false}','2025-12-20 09:36:00','2025-12-20 09:36:00','2025-12-20 09:36:00'),
(15,7,'sale',5500.00,'credit','Sale completed: HIL-0018',18,'Sale',525000.00,530500.00,'{\"sale_id\":18,\"sale_number\":\"HIL-0018\",\"customer\":null,\"payment_method\":\"cash\",\"is_partial\":false}','2025-12-20 09:41:55','2025-12-20 09:41:55','2025-12-20 09:41:55'),
(16,7,'sale',20000.00,'credit','Sale completed: HIL-0019',19,'Sale',530500.00,550500.00,'{\"sale_id\":19,\"sale_number\":\"HIL-0019\",\"customer\":null,\"payment_method\":\"cash\",\"is_partial\":false}','2025-12-20 09:45:10','2025-12-20 09:45:10','2025-12-20 09:45:10'),
(17,7,'sale',20000.00,'credit','Sale completed: HIL-0020',20,'Sale',550500.00,570500.00,'{\"sale_id\":20,\"sale_number\":\"HIL-0020\",\"customer\":null,\"payment_method\":\"cash\",\"is_partial\":false}','2025-12-20 11:58:41','2025-12-20 11:58:41','2025-12-20 11:58:41'),
(18,7,'sale',5500.00,'credit','Sale completed: HIL-0021',21,'Sale',570500.00,576000.00,'{\"sale_id\":21,\"sale_number\":\"HIL-0021\",\"customer\":null,\"payment_method\":\"cash\",\"is_partial\":false}','2025-12-20 13:50:44','2025-12-20 13:50:44','2025-12-20 13:50:44'),
(19,7,'sale',17500.00,'credit','Sale completed: HIL-0022',22,'Sale',576000.00,593500.00,'{\"sale_id\":22,\"sale_number\":\"HIL-0022\",\"customer\":null,\"payment_method\":\"cash\",\"is_partial\":false}','2025-12-22 06:41:33','2025-12-22 06:41:33','2025-12-22 06:41:33'),
(20,7,'sale',5500.00,'credit','Sale completed: HIL-0023',23,'Sale',593500.00,599000.00,'{\"sale_id\":23,\"sale_number\":\"HIL-0023\",\"customer\":null,\"payment_method\":\"cash\",\"is_partial\":false}','2025-12-22 06:41:44','2025-12-22 06:41:44','2025-12-22 06:41:44'),
(21,7,'sale',70000.00,'credit','Sale completed: HIL-0024',24,'Sale',599000.00,669000.00,'{\"sale_id\":24,\"sale_number\":\"HIL-0024\",\"customer\":null,\"payment_method\":\"cash\",\"is_partial\":false}','2025-12-22 07:49:08','2025-12-22 07:49:08','2025-12-22 07:49:08'),
(22,7,'sale',17500.00,'credit','Sale completed: HIL-0025',25,'Sale',669000.00,686500.00,'{\"sale_id\":25,\"sale_number\":\"HIL-0025\",\"customer\":null,\"payment_method\":\"cash\",\"is_partial\":false}','2025-12-22 07:52:55','2025-12-22 07:52:55','2025-12-22 07:52:55'),
(23,7,'sale',17500.00,'credit','Sale completed: HIL-0026',26,'Sale',686500.00,704000.00,'{\"sale_id\":26,\"sale_number\":\"HIL-0026\",\"customer\":null,\"payment_method\":\"cash\",\"is_partial\":false}','2025-12-22 07:57:22','2025-12-22 07:57:22','2025-12-22 07:57:22'),
(24,7,'sale',35000.00,'credit','Sale completed: HIL-0027',27,'Sale',704000.00,739000.00,'{\"sale_id\":27,\"sale_number\":\"HIL-0027\",\"customer\":null,\"payment_method\":\"cash\",\"is_partial\":false}','2025-12-22 08:04:18','2025-12-22 08:04:18','2025-12-22 08:04:18'),
(25,7,'sale',70000.00,'credit','Sale completed: HIL-0028',28,'Sale',739000.00,809000.00,'{\"sale_id\":28,\"sale_number\":\"HIL-0028\",\"customer\":null,\"payment_method\":\"cash\",\"is_partial\":false}','2025-12-22 08:16:47','2025-12-22 08:16:47','2025-12-22 08:16:47'),
(26,7,'sale',30000.00,'credit','Sale completed: HIL-0029',29,'Sale',809000.00,839000.00,'{\"sale_id\":29,\"sale_number\":\"HIL-0029\",\"customer\":null,\"payment_method\":\"cash\",\"is_partial\":false}','2025-12-22 08:20:59','2025-12-22 08:20:59','2025-12-22 08:20:59'),
(27,7,'sale',17500.00,'credit','Sale completed: HIL-0030',30,'Sale',839000.00,856500.00,'{\"sale_id\":30,\"sale_number\":\"HIL-0030\",\"customer\":null,\"payment_method\":\"cash\",\"is_partial\":false}','2025-12-22 08:35:32','2025-12-22 08:35:32','2025-12-22 08:35:32'),
(28,7,'sale',20000.00,'credit','Sale completed: HIL-0031',31,'Sale',856500.00,876500.00,'{\"sale_id\":31,\"sale_number\":\"HIL-0031\",\"customer\":null,\"payment_method\":\"cash\",\"is_partial\":false}','2025-12-22 08:45:16','2025-12-22 08:45:16','2025-12-22 08:45:16'),
(29,7,'sale',17500.00,'credit','Sale completed: HIL-0032',32,'Sale',876500.00,894000.00,'{\"sale_id\":32,\"sale_number\":\"HIL-0032\",\"customer\":null,\"payment_method\":\"cash\",\"is_partial\":false}','2025-12-22 09:55:21','2025-12-22 09:55:21','2025-12-22 09:55:21'),
(30,7,'sale',20000.00,'credit','Sale completed: HIL-0033',33,'Sale',894000.00,914000.00,'{\"sale_id\":33,\"sale_number\":\"HIL-0033\",\"customer\":null,\"payment_method\":\"cash\",\"is_partial\":false}','2025-12-22 10:57:33','2025-12-22 10:57:33','2025-12-22 10:57:33'),
(31,7,'sale',11000.00,'credit','Sale completed: HIL-0034',34,'Sale',914000.00,925000.00,'{\"sale_id\":34,\"sale_number\":\"HIL-0034\",\"customer\":null,\"payment_method\":\"cash\",\"is_partial\":false}','2025-12-22 11:53:27','2025-12-22 11:53:27','2025-12-22 11:53:27'),
(32,7,'sale',5500.00,'credit','Sale completed: HIL-0035',35,'Sale',925000.00,930500.00,'{\"sale_id\":35,\"sale_number\":\"HIL-0035\",\"customer\":null,\"payment_method\":\"cash\",\"is_partial\":false}','2025-12-22 13:35:53','2025-12-22 13:35:53','2025-12-22 13:35:53'),
(33,7,'sale',300000.00,'credit','Loan payment received: HIL-0015',15,'Sale',930500.00,1230500.00,'{\"sale_id\":15,\"sale_number\":\"HIL-0015\",\"customer\":\"Abdelkerim\",\"payment_type\":\"loan_payment\"}','2025-12-23 05:23:53','2025-12-23 05:23:53','2025-12-23 05:23:53'),
(34,7,'sale',23000.00,'credit','Sale completed: HIL-0036',36,'Sale',1230500.00,1253500.00,'{\"sale_id\":36,\"sale_number\":\"HIL-0036\",\"customer\":null,\"payment_method\":\"cash\",\"is_partial\":false}','2025-12-23 06:41:12','2025-12-23 06:41:12','2025-12-23 06:41:12'),
(35,7,'sale',19000.00,'credit','Sale completed: HIL-0037',37,'Sale',1253500.00,1272500.00,'{\"sale_id\":37,\"sale_number\":\"HIL-0037\",\"customer\":null,\"payment_method\":\"cash\",\"is_partial\":false}','2025-12-23 08:42:15','2025-12-23 08:42:15','2025-12-23 08:42:15'),
(36,7,'sale',17500.00,'credit','Sale completed: HIL-0038',38,'Sale',1272500.00,1290000.00,'{\"sale_id\":38,\"sale_number\":\"HIL-0038\",\"customer\":null,\"payment_method\":\"cash\",\"is_partial\":false}','2025-12-23 10:09:42','2025-12-23 10:09:42','2025-12-23 10:09:42'),
(37,7,'sale',11000.00,'credit','Sale completed: HIL-0039',39,'Sale',1290000.00,1301000.00,'{\"sale_id\":39,\"sale_number\":\"HIL-0039\",\"customer\":null,\"payment_method\":\"cash\",\"is_partial\":false}','2025-12-23 12:09:30','2025-12-23 12:09:30','2025-12-23 12:09:30'),
(38,7,'sale',17500.00,'credit','Sale completed: HIL-0040',40,'Sale',1301000.00,1318500.00,'{\"sale_id\":40,\"sale_number\":\"HIL-0040\",\"customer\":null,\"payment_method\":\"cash\",\"is_partial\":false}','2025-12-23 12:38:49','2025-12-23 12:38:49','2025-12-23 12:38:49'),
(39,7,'sale',5500.00,'credit','Sale completed: HIL-0041',41,'Sale',1318500.00,1324000.00,'{\"sale_id\":41,\"sale_number\":\"HIL-0041\",\"customer\":null,\"payment_method\":\"cash\",\"is_partial\":false}','2025-12-23 12:39:00','2025-12-23 12:39:00','2025-12-23 12:39:00'),
(40,7,'sale',52500.00,'credit','Sale completed: HIL-0042',42,'Sale',1324000.00,1376500.00,'{\"sale_id\":42,\"sale_number\":\"HIL-0042\",\"customer\":null,\"payment_method\":\"cash\",\"is_partial\":false}','2025-12-23 12:44:42','2025-12-23 12:44:42','2025-12-23 12:44:42'),
(41,7,'sale',20000.00,'credit','Sale completed: HIL-0043',43,'Sale',1376500.00,1396500.00,'{\"sale_id\":43,\"sale_number\":\"HIL-0043\",\"customer\":null,\"payment_method\":\"cash\",\"is_partial\":false}','2025-12-24 07:22:24','2025-12-24 07:22:24','2025-12-24 07:22:24'),
(42,7,'sale',35000.00,'credit','Sale completed: HIL-0044',44,'Sale',1396500.00,1431500.00,'{\"sale_id\":44,\"sale_number\":\"HIL-0044\",\"customer\":null,\"payment_method\":\"cash\",\"is_partial\":false}','2025-12-24 07:22:46','2025-12-24 07:22:46','2025-12-24 07:22:46'),
(43,7,'sale',20000.00,'credit','Sale completed: HIL-0045',45,'Sale',1431500.00,1451500.00,'{\"sale_id\":45,\"sale_number\":\"HIL-0045\",\"customer\":null,\"payment_method\":\"cash\",\"is_partial\":false}','2025-12-24 07:23:04','2025-12-24 07:23:04','2025-12-24 07:23:04'),
(44,7,'sale',17500.00,'credit','Sale completed: HIL-0046',46,'Sale',1451500.00,1469000.00,'{\"sale_id\":46,\"sale_number\":\"HIL-0046\",\"customer\":null,\"payment_method\":\"cash\",\"is_partial\":false}','2025-12-24 08:08:47','2025-12-24 08:08:47','2025-12-24 08:08:47'),
(45,7,'sale',40000.00,'credit','Sale completed: HIL-0047',47,'Sale',1469000.00,1509000.00,'{\"sale_id\":47,\"sale_number\":\"HIL-0047\",\"customer\":null,\"payment_method\":\"cash\",\"is_partial\":false}','2025-12-24 08:18:39','2025-12-24 08:18:39','2025-12-24 08:18:39'),
(46,7,'sale',17500.00,'credit','Sale completed: HIL-0048',48,'Sale',1509000.00,1526500.00,'{\"sale_id\":48,\"sale_number\":\"HIL-0048\",\"customer\":null,\"payment_method\":\"cash\",\"is_partial\":false}','2025-12-24 08:40:42','2025-12-24 08:40:42','2025-12-24 08:40:42'),
(47,7,'sale',5500.00,'credit','Sale completed: HIL-0049',49,'Sale',1526500.00,1532000.00,'{\"sale_id\":49,\"sale_number\":\"HIL-0049\",\"customer\":null,\"payment_method\":\"cash\",\"is_partial\":false}','2025-12-24 08:57:17','2025-12-24 08:57:17','2025-12-24 08:57:17'),
(48,7,'sale',17500.00,'credit','Sale completed: HIL-0050',50,'Sale',1532000.00,1549500.00,'{\"sale_id\":50,\"sale_number\":\"HIL-0050\",\"customer\":null,\"payment_method\":\"cash\",\"is_partial\":false}','2025-12-24 09:04:29','2025-12-24 09:04:29','2025-12-24 09:04:29'),
(49,7,'sale',17500.00,'credit','Sale completed: HIL-0051',51,'Sale',1549500.00,1567000.00,'{\"sale_id\":51,\"sale_number\":\"HIL-0051\",\"customer\":null,\"payment_method\":\"cash\",\"is_partial\":false}','2025-12-24 09:37:51','2025-12-24 09:37:51','2025-12-24 09:37:51'),
(50,7,'sale',35000.00,'credit','Sale completed: HIL-0052',52,'Sale',1567000.00,1602000.00,'{\"sale_id\":52,\"sale_number\":\"HIL-0052\",\"customer\":null,\"payment_method\":\"cash\",\"is_partial\":false}','2025-12-24 09:43:37','2025-12-24 09:43:37','2025-12-24 09:43:37'),
(51,7,'sale',17500.00,'credit','Sale completed: HIL-0053',53,'Sale',1602000.00,1619500.00,'{\"sale_id\":53,\"sale_number\":\"HIL-0053\",\"customer\":null,\"payment_method\":\"cash\",\"is_partial\":false}','2025-12-24 10:39:41','2025-12-24 10:39:41','2025-12-24 10:39:41'),
(52,7,'sale',35000.00,'credit','Sale completed: HIL-0054',54,'Sale',1619500.00,1654500.00,'{\"sale_id\":54,\"sale_number\":\"HIL-0054\",\"customer\":null,\"payment_method\":\"cash\",\"is_partial\":false}','2025-12-24 11:08:17','2025-12-24 11:08:17','2025-12-24 11:08:17'),
(53,7,'sale',70000.00,'credit','Sale completed: HIL-0055',55,'Sale',1654500.00,1724500.00,'{\"sale_id\":55,\"sale_number\":\"HIL-0055\",\"customer\":null,\"payment_method\":\"cash\",\"is_partial\":false}','2025-12-24 12:05:09','2025-12-24 12:05:09','2025-12-24 12:05:09'),
(54,7,'sale',17500.00,'credit','Sale completed: HIL-0056',56,'Sale',1724500.00,1742000.00,'{\"sale_id\":56,\"sale_number\":\"HIL-0056\",\"customer\":null,\"payment_method\":\"cash\",\"is_partial\":false}','2025-12-24 12:14:19','2025-12-24 12:14:19','2025-12-24 12:14:19'),
(55,7,'sale',35000.00,'credit','Sale completed: HIL-0057',57,'Sale',1742000.00,1777000.00,'{\"sale_id\":57,\"sale_number\":\"HIL-0057\",\"customer\":null,\"payment_method\":\"cash\",\"is_partial\":false}','2025-12-24 12:24:34','2025-12-24 12:24:34','2025-12-24 12:24:34'),
(56,7,'sale',35000.00,'credit','Sale completed: HIL-0059',59,'Sale',1777000.00,1812000.00,'{\"sale_id\":59,\"sale_number\":\"HIL-0059\",\"customer\":null,\"payment_method\":\"cash\",\"is_partial\":false}','2025-12-24 13:01:00','2025-12-24 13:01:00','2025-12-24 13:01:00'),
(57,7,'sale',17500.00,'credit','Sale completed: HIL-0060',60,'Sale',1812000.00,1829500.00,'{\"sale_id\":60,\"sale_number\":\"HIL-0060\",\"customer\":null,\"payment_method\":\"cash\",\"is_partial\":false}','2025-12-25 06:32:45','2025-12-25 06:32:45','2025-12-25 06:32:45'),
(58,7,'sale',5500.00,'credit','Sale completed: HIL-0061',61,'Sale',1829500.00,1835000.00,'{\"sale_id\":61,\"sale_number\":\"HIL-0061\",\"customer\":null,\"payment_method\":\"cash\",\"is_partial\":false}','2025-12-25 07:10:28','2025-12-25 07:10:28','2025-12-25 07:10:28'),
(59,7,'sale',17500.00,'credit','Sale completed: HIL-0062',62,'Sale',1835000.00,1852500.00,'{\"sale_id\":62,\"sale_number\":\"HIL-0062\",\"customer\":null,\"payment_method\":\"cash\",\"is_partial\":false}','2025-12-25 07:37:26','2025-12-25 07:37:26','2025-12-25 07:37:26'),
(60,7,'sale',19000.00,'credit','Sale completed: HIL-0063',63,'Sale',1852500.00,1871500.00,'{\"sale_id\":63,\"sale_number\":\"HIL-0063\",\"customer\":null,\"payment_method\":\"cash\",\"is_partial\":false}','2025-12-25 08:12:18','2025-12-25 08:12:18','2025-12-25 08:12:18'),
(61,7,'sale',17500.00,'credit','Sale completed: HIL-0064',64,'Sale',1871500.00,1889000.00,'{\"sale_id\":64,\"sale_number\":\"HIL-0064\",\"customer\":null,\"payment_method\":\"cash\",\"is_partial\":false}','2025-12-25 11:41:21','2025-12-25 11:41:21','2025-12-25 11:41:21'),
(62,7,'sale',10000.00,'credit','Sale completed: HIL-0065',65,'Sale',1889000.00,1899000.00,'{\"sale_id\":65,\"sale_number\":\"HIL-0065\",\"customer\":null,\"payment_method\":\"cash\",\"is_partial\":false}','2025-12-25 12:57:59','2025-12-25 12:57:59','2025-12-25 12:57:59'),
(63,7,'sale',35000.00,'credit','Sale completed: HIL-0066',66,'Sale',1899000.00,1934000.00,'{\"sale_id\":66,\"sale_number\":\"HIL-0066\",\"customer\":null,\"payment_method\":\"cash\",\"is_partial\":false}','2025-12-25 12:58:58','2025-12-25 12:58:58','2025-12-25 12:58:58'),
(64,7,'sale',17500.00,'credit','Sale completed: HIL-0067',67,'Sale',1934000.00,1951500.00,'{\"sale_id\":67,\"sale_number\":\"HIL-0067\",\"customer\":null,\"payment_method\":\"cash\",\"is_partial\":false}','2025-12-25 13:23:04','2025-12-25 13:23:04','2025-12-25 13:23:04'),
(65,7,'sale',5500.00,'credit','Sale completed: HIL-0068',68,'Sale',1951500.00,1957000.00,'{\"sale_id\":68,\"sale_number\":\"HIL-0068\",\"customer\":null,\"payment_method\":\"cash\",\"is_partial\":false}','2025-12-25 17:12:14','2025-12-25 17:12:14','2025-12-25 17:12:14'),
(66,7,'sale',35000.00,'credit','Sale completed: HIL-0070',70,'Sale',1957000.00,1992000.00,'{\"sale_id\":70,\"sale_number\":\"HIL-0070\",\"customer\":null,\"payment_method\":\"cash\",\"is_partial\":false}','2025-12-26 07:14:07','2025-12-26 07:14:07','2025-12-26 07:14:07'),
(67,7,'sale_cancel',35000.00,'debit','Sale cancelled/refunded: HIL-0070',70,'Sale',1992000.00,1957000.00,'{\"sale_id\":70,\"sale_number\":\"HIL-0070\",\"reason\":\"Sale cancelled\\/refunded\"}','2025-12-26 07:15:07','2025-12-26 07:15:07','2025-12-26 07:15:07'),
(68,7,'sale',17500.00,'credit','Sale completed: HIL-0071',71,'Sale',1957000.00,1974500.00,'{\"sale_id\":71,\"sale_number\":\"HIL-0071\",\"customer\":null,\"payment_method\":\"cash\",\"is_partial\":false}','2025-12-26 07:54:26','2025-12-26 07:54:26','2025-12-26 07:54:26'),
(69,7,'sale',35000.00,'credit','Sale completed: HIL-0072',72,'Sale',1974500.00,2009500.00,'{\"sale_id\":72,\"sale_number\":\"HIL-0072\",\"customer\":\"HISSEN ISHAKH\",\"payment_method\":\"cash\",\"is_partial\":false}','2025-12-26 08:17:09','2025-12-26 08:17:09','2025-12-26 08:17:09'),
(70,7,'sale',55000.00,'credit','Sale completed: HIL-0073',73,'Sale',2009500.00,2064500.00,'{\"sale_id\":73,\"sale_number\":\"HIL-0073\",\"customer\":null,\"payment_method\":\"cash\",\"is_partial\":false}','2025-12-26 08:23:09','2025-12-26 08:23:09','2025-12-26 08:23:09'),
(71,7,'sale',5500.00,'credit','Sale completed: HIL-0074',74,'Sale',2064500.00,2070000.00,'{\"sale_id\":74,\"sale_number\":\"HIL-0074\",\"customer\":null,\"payment_method\":\"cash\",\"is_partial\":false}','2025-12-26 09:08:41','2025-12-26 09:08:41','2025-12-26 09:08:41'),
(72,7,'sale',5500.00,'credit','Sale completed: HIL-0075',75,'Sale',2070000.00,2075500.00,'{\"sale_id\":75,\"sale_number\":\"HIL-0075\",\"customer\":null,\"payment_method\":\"cash\",\"is_partial\":false}','2025-12-26 10:18:59','2025-12-26 10:18:59','2025-12-26 10:18:59'),
(73,7,'sale',35000.00,'credit','Sale completed: HIL-0076',76,'Sale',2075500.00,2110500.00,'{\"sale_id\":76,\"sale_number\":\"HIL-0076\",\"customer\":null,\"payment_method\":\"cash\",\"is_partial\":false}','2025-12-26 11:15:39','2025-12-26 11:15:39','2025-12-26 11:15:39'),
(74,7,'sale',35000.00,'credit','Loan payment received: HIL-0069',69,'Sale',2110500.00,2145500.00,'{\"sale_id\":69,\"sale_number\":\"HIL-0069\",\"customer\":\"Fatime Abdelrehim\",\"payment_type\":\"loan_payment\"}','2025-12-26 11:24:47','2025-12-26 11:24:47','2025-12-26 11:24:47'),
(75,7,'sale',11000.00,'credit','Sale completed: HIL-0077',77,'Sale',2145500.00,2156500.00,'{\"sale_id\":77,\"sale_number\":\"HIL-0077\",\"customer\":null,\"payment_method\":\"cash\",\"is_partial\":false}','2025-12-26 12:18:19','2025-12-26 12:18:19','2025-12-26 12:18:19'),
(76,7,'sale',20000.00,'credit','Sale completed: HIL-0078',78,'Sale',2156500.00,2176500.00,'{\"sale_id\":78,\"sale_number\":\"HIL-0078\",\"customer\":null,\"payment_method\":\"cash\",\"is_partial\":false}','2025-12-26 12:56:35','2025-12-26 12:56:35','2025-12-26 12:56:35'),
(77,7,'sale',35000.00,'credit','Sale completed: HIL-0079',79,'Sale',2176500.00,2211500.00,'{\"sale_id\":79,\"sale_number\":\"HIL-0079\",\"customer\":null,\"payment_method\":\"cash\",\"is_partial\":false}','2025-12-26 13:48:56','2025-12-26 13:48:56','2025-12-26 13:48:56'),
(78,7,'sale',11000.00,'credit','Sale completed: HIL-0081',81,'Sale',2211500.00,2222500.00,'{\"sale_id\":81,\"sale_number\":\"HIL-0081\",\"customer\":null,\"payment_method\":\"cash\",\"is_partial\":false}','2025-12-26 15:03:42','2025-12-26 15:03:42','2025-12-26 15:03:42'),
(79,7,'sale',17500.00,'credit','Sale completed: HIL-0082',82,'Sale',2222500.00,2240000.00,'{\"sale_id\":82,\"sale_number\":\"HIL-0082\",\"customer\":null,\"payment_method\":\"cash\",\"is_partial\":false}','2025-12-27 07:08:28','2025-12-27 07:08:28','2025-12-27 07:08:28'),
(80,7,'sale',35000.00,'credit','Sale completed: HIL-0083',83,'Sale',2240000.00,2275000.00,'{\"sale_id\":83,\"sale_number\":\"HIL-0083\",\"customer\":null,\"payment_method\":\"cash\",\"is_partial\":false}','2025-12-27 08:00:02','2025-12-27 08:00:02','2025-12-27 08:00:02'),
(81,7,'sale',60000.00,'credit','Sale completed: HIL-0084',84,'Sale',2275000.00,2335000.00,'{\"sale_id\":84,\"sale_number\":\"HIL-0084\",\"customer\":null,\"payment_method\":\"cash\",\"is_partial\":false}','2025-12-27 08:12:06','2025-12-27 08:12:06','2025-12-27 08:12:06'),
(82,7,'sale',35000.00,'credit','Sale completed: HIL-0085',85,'Sale',2335000.00,2370000.00,'{\"sale_id\":85,\"sale_number\":\"HIL-0085\",\"customer\":null,\"payment_method\":\"cash\",\"is_partial\":false}','2025-12-27 08:50:11','2025-12-27 08:50:11','2025-12-27 08:50:11'),
(83,7,'sale',17500.00,'credit','Sale completed: HIL-0086',86,'Sale',2370000.00,2387500.00,'{\"sale_id\":86,\"sale_number\":\"HIL-0086\",\"customer\":null,\"payment_method\":\"cash\",\"is_partial\":false}','2025-12-27 08:50:33','2025-12-27 08:50:33','2025-12-27 08:50:33'),
(84,7,'sale',35000.00,'credit','Sale completed: HIL-0087',87,'Sale',2387500.00,2422500.00,'{\"sale_id\":87,\"sale_number\":\"HIL-0087\",\"customer\":null,\"payment_method\":\"cash\",\"is_partial\":false}','2025-12-27 09:22:32','2025-12-27 09:22:32','2025-12-27 09:22:32'),
(85,7,'sale',17500.00,'credit','Sale completed: HIL-0088',88,'Sale',2422500.00,2440000.00,'{\"sale_id\":88,\"sale_number\":\"HIL-0088\",\"customer\":null,\"payment_method\":\"cash\",\"is_partial\":false}','2025-12-27 10:05:07','2025-12-27 10:05:07','2025-12-27 10:05:07'),
(86,7,'sale',17500.00,'credit','Sale completed: HIL-0089',89,'Sale',2440000.00,2457500.00,'{\"sale_id\":89,\"sale_number\":\"HIL-0089\",\"customer\":null,\"payment_method\":\"cash\",\"is_partial\":false}','2025-12-27 10:05:41','2025-12-27 10:05:41','2025-12-27 10:05:41'),
(87,7,'sale',40000.00,'credit','Sale completed: HIL-0091',91,'Sale',2457500.00,2497500.00,'{\"sale_id\":91,\"sale_number\":\"HIL-0091\",\"customer\":null,\"payment_method\":\"cash\",\"is_partial\":false}','2025-12-27 12:08:31','2025-12-27 12:08:31','2025-12-27 12:08:31'),
(88,7,'sale',35000.00,'credit','Sale completed: HIL-0092',92,'Sale',2497500.00,2532500.00,'{\"sale_id\":92,\"sale_number\":\"HIL-0092\",\"customer\":null,\"payment_method\":\"cash\",\"is_partial\":false}','2025-12-29 05:42:33','2025-12-29 05:42:33','2025-12-29 05:42:33'),
(89,7,'sale',17500.00,'credit','Sale completed: HIL-0093',93,'Sale',2532500.00,2550000.00,'{\"sale_id\":93,\"sale_number\":\"HIL-0093\",\"customer\":null,\"payment_method\":\"cash\",\"is_partial\":false}','2025-12-29 06:07:25','2025-12-29 06:07:25','2025-12-29 06:07:25'),
(90,7,'sale',200000.00,'credit','Sale completed: HIL-0094',94,'Sale',2550000.00,2750000.00,'{\"sale_id\":94,\"sale_number\":\"HIL-0094\",\"customer\":null,\"payment_method\":\"cash\",\"is_partial\":false}','2025-12-29 06:36:41','2025-12-29 06:36:41','2025-12-29 06:36:41'),
(91,7,'sale',35000.00,'credit','Sale completed: HIL-0095',95,'Sale',2750000.00,2785000.00,'{\"sale_id\":95,\"sale_number\":\"HIL-0095\",\"customer\":null,\"payment_method\":\"cash\",\"is_partial\":false}','2025-12-29 07:39:06','2025-12-29 07:39:06','2025-12-29 07:39:06'),
(92,7,'sale',17500.00,'credit','Sale completed: HIL-0096',96,'Sale',2785000.00,2802500.00,'{\"sale_id\":96,\"sale_number\":\"HIL-0096\",\"customer\":null,\"payment_method\":\"cash\",\"is_partial\":false}','2025-12-29 08:52:26','2025-12-29 08:52:26','2025-12-29 08:52:26'),
(93,7,'sale',35000.00,'credit','Sale completed: HIL-0097',97,'Sale',2802500.00,2837500.00,'{\"sale_id\":97,\"sale_number\":\"HIL-0097\",\"customer\":null,\"payment_method\":\"cash\",\"is_partial\":false}','2025-12-29 09:25:38','2025-12-29 09:25:38','2025-12-29 09:25:38'),
(94,7,'sale',11000.00,'credit','Sale completed: HIL-0098',98,'Sale',2837500.00,2848500.00,'{\"sale_id\":98,\"sale_number\":\"HIL-0098\",\"customer\":null,\"payment_method\":\"cash\",\"is_partial\":false}','2025-12-29 10:23:55','2025-12-29 10:23:55','2025-12-29 10:23:55'),
(95,7,'sale',17500.00,'credit','Sale completed: HIL-0099',99,'Sale',2848500.00,2866000.00,'{\"sale_id\":99,\"sale_number\":\"HIL-0099\",\"customer\":null,\"payment_method\":\"cash\",\"is_partial\":false}','2025-12-29 10:24:06','2025-12-29 10:24:06','2025-12-29 10:24:06'),
(96,7,'sale',35000.00,'credit','Loan payment received: HIL-0080',80,'Sale',2866000.00,2901000.00,'{\"sale_id\":80,\"sale_number\":\"HIL-0080\",\"customer\":\"Guissma\",\"payment_type\":\"loan_payment\"}','2025-12-29 10:57:30','2025-12-29 10:57:30','2025-12-29 10:57:30'),
(97,7,'sale',70000.00,'credit','Loan payment received: HIL-0058',58,'Sale',2901000.00,2971000.00,'{\"sale_id\":58,\"sale_number\":\"HIL-0058\",\"customer\":\"Guisma\",\"payment_type\":\"loan_payment\"}','2025-12-29 10:58:52','2025-12-29 10:58:52','2025-12-29 10:58:52'),
(98,7,'sale',17500.00,'credit','Sale completed: HIL-0100',100,'Sale',2971000.00,2988500.00,'{\"sale_id\":100,\"sale_number\":\"HIL-0100\",\"customer\":null,\"payment_method\":\"cash\",\"is_partial\":false}','2025-12-29 12:23:00','2025-12-29 12:23:00','2025-12-29 12:23:00'),
(99,7,'sale',5500.00,'credit','Sale completed: HIL-0101',101,'Sale',2988500.00,2994000.00,'{\"sale_id\":101,\"sale_number\":\"HIL-0101\",\"customer\":null,\"payment_method\":\"cash\",\"is_partial\":false}','2025-12-29 14:10:19','2025-12-29 14:10:19','2025-12-29 14:10:19'),
(100,7,'sale',110000.00,'credit','Sale completed: HIL-0102',102,'Sale',2994000.00,3104000.00,'{\"sale_id\":102,\"sale_number\":\"HIL-0102\",\"customer\":null,\"payment_method\":\"cash\",\"is_partial\":false}','2025-12-30 05:40:03','2025-12-30 05:40:03','2025-12-30 05:40:03'),
(101,7,'sale',55000.00,'credit','Sale completed: HIL-0103',103,'Sale',3104000.00,3159000.00,'{\"sale_id\":103,\"sale_number\":\"HIL-0103\",\"customer\":null,\"payment_method\":\"cash\",\"is_partial\":false}','2025-12-30 06:41:53','2025-12-30 06:41:53','2025-12-30 06:41:53'),
(102,7,'sale',192500.00,'credit','Sale completed: HIL-0104',104,'Sale',3159000.00,3351500.00,'{\"sale_id\":104,\"sale_number\":\"HIL-0104\",\"customer\":\"Mht Tidjani\",\"payment_method\":\"cash\",\"is_partial\":false}','2025-12-30 08:12:26','2025-12-30 08:12:26','2025-12-30 08:12:26'),
(103,7,'sale',17500.00,'credit','Sale completed: HIL-0105',105,'Sale',3351500.00,3369000.00,'{\"sale_id\":105,\"sale_number\":\"HIL-0105\",\"customer\":null,\"payment_method\":\"cash\",\"is_partial\":false}','2025-12-30 11:31:49','2025-12-30 11:31:49','2025-12-30 11:31:49'),
(104,7,'sale',11000.00,'credit','Sale completed: HIL-0106',106,'Sale',3369000.00,3380000.00,'{\"sale_id\":106,\"sale_number\":\"HIL-0106\",\"customer\":null,\"payment_method\":\"cash\",\"is_partial\":false}','2025-12-30 12:42:52','2025-12-30 12:42:52','2025-12-30 12:42:52'),
(105,7,'sale',35000.00,'credit','Sale completed: HIL-0108',108,'Sale',3380000.00,3415000.00,'{\"sale_id\":108,\"sale_number\":\"HIL-0108\",\"customer\":null,\"payment_method\":\"cash\",\"is_partial\":false}','2025-12-30 13:13:58','2025-12-30 13:13:58','2025-12-30 13:13:58'),
(106,7,'sale',17500.00,'credit','Sale completed: HIL-0109',109,'Sale',3415000.00,3432500.00,'{\"sale_id\":109,\"sale_number\":\"HIL-0109\",\"customer\":null,\"payment_method\":\"cash\",\"is_partial\":false}','2025-12-31 08:25:57','2025-12-31 08:25:57','2025-12-31 08:25:57'),
(107,7,'sale',35000.00,'credit','Sale completed: HIL-0110',110,'Sale',3432500.00,3467500.00,'{\"sale_id\":110,\"sale_number\":\"HIL-0110\",\"customer\":null,\"payment_method\":\"cash\",\"is_partial\":false}','2025-12-31 08:26:19','2025-12-31 08:26:19','2025-12-31 08:26:19'),
(108,7,'sale',17500.00,'credit','Sale completed: HIL-0111',111,'Sale',3467500.00,3485000.00,'{\"sale_id\":111,\"sale_number\":\"HIL-0111\",\"customer\":null,\"payment_method\":\"cash\",\"is_partial\":false}','2025-12-31 08:36:09','2025-12-31 08:36:09','2025-12-31 08:36:09'),
(109,7,'sale',35000.00,'credit','Sale completed: HIL-0112',112,'Sale',3485000.00,3520000.00,'{\"sale_id\":112,\"sale_number\":\"HIL-0112\",\"customer\":\"Adam\",\"payment_method\":\"cash\",\"is_partial\":false}','2025-12-31 08:39:21','2025-12-31 08:39:21','2025-12-31 08:39:21'),
(110,7,'sale_cancel',35000.00,'debit','Sale cancelled/refunded: HIL-0112',112,'Sale',3520000.00,3485000.00,'{\"sale_id\":112,\"sale_number\":\"HIL-0112\",\"reason\":\"Sale cancelled\\/refunded\"}','2025-12-31 08:39:41','2025-12-31 08:39:41','2025-12-31 08:39:41'),
(111,7,'sale',17500.00,'credit','Loan payment received: HIL-0069',69,'Sale',3485000.00,3502500.00,'{\"sale_id\":69,\"sale_number\":\"HIL-0069\",\"customer\":\"Fatime Abdelrehim\",\"payment_type\":\"loan_payment\"}','2025-12-31 09:11:54','2025-12-31 09:11:54','2025-12-31 09:11:54'),
(112,7,'sale',105000.00,'credit','Loan payment received: HIL-0107',107,'Sale',3502500.00,3607500.00,'{\"sale_id\":107,\"sale_number\":\"HIL-0107\",\"customer\":\"Fatime Abdelrahim\",\"payment_type\":\"loan_payment\"}','2025-12-31 09:12:45','2025-12-31 09:12:45','2025-12-31 09:12:45'),
(113,7,'sale',17500.00,'credit','Loan payment received: HIL-0107',107,'Sale',3607500.00,3625000.00,'{\"sale_id\":107,\"sale_number\":\"HIL-0107\",\"customer\":\"Fatime Abdelrahim\",\"payment_type\":\"loan_payment\"}','2025-12-31 09:40:49','2025-12-31 09:40:49','2025-12-31 09:40:49'),
(114,7,'sale',450000.00,'credit','Loan payment received: HIL-0011',11,'Sale',3625000.00,4075000.00,'{\"sale_id\":11,\"sale_number\":\"HIL-0011\",\"customer\":\"Cappi\",\"payment_type\":\"loan_payment\"}','2025-12-31 09:51:12','2025-12-31 09:51:12','2025-12-31 09:51:12'),
(115,7,'sale',17500.00,'credit','Sale completed: HIL-0114',114,'Sale',4075000.00,4092500.00,'{\"sale_id\":114,\"sale_number\":\"HIL-0114\",\"customer\":null,\"payment_method\":\"cash\",\"is_partial\":false}','2025-12-31 10:38:01','2025-12-31 10:38:01','2025-12-31 10:38:01'),
(116,7,'sale',17500.00,'credit','Loan payment received: HIL-0014',14,'Sale',4092500.00,4110000.00,'{\"sale_id\":14,\"sale_number\":\"HIL-0014\",\"customer\":\"----\",\"payment_type\":\"loan_payment\"}','2025-12-31 10:43:41','2025-12-31 10:43:41','2025-12-31 10:43:41'),
(117,7,'sale',17500.00,'credit','Sale completed: HIL-0115',115,'Sale',4110000.00,4127500.00,'{\"sale_id\":115,\"sale_number\":\"HIL-0115\",\"customer\":null,\"payment_method\":\"cash\",\"is_partial\":false}','2025-12-31 11:33:57','2025-12-31 11:33:57','2025-12-31 11:33:57'),
(118,7,'sale',20000.00,'credit','Sale completed: HIL-0116',116,'Sale',4127500.00,4147500.00,'{\"sale_id\":116,\"sale_number\":\"HIL-0116\",\"customer\":null,\"payment_method\":\"cash\",\"is_partial\":false}','2025-12-31 12:56:49','2025-12-31 12:56:49','2025-12-31 12:56:49'),
(119,7,'sale',18500.00,'credit','Sale completed: HIL-0117',117,'Sale',4147500.00,4166000.00,'{\"sale_id\":117,\"sale_number\":\"HIL-0117\",\"customer\":\"----\",\"payment_method\":\"cash\",\"is_partial\":true}','2025-12-31 13:03:52','2025-12-31 13:03:52','2025-12-31 13:03:52'),
(120,7,'sale',35000.00,'credit','Sale completed: HIL-0118',118,'Sale',4166000.00,4201000.00,'{\"sale_id\":118,\"sale_number\":\"HIL-0118\",\"customer\":null,\"payment_method\":\"cash\",\"is_partial\":false}','2025-12-31 13:26:15','2025-12-31 13:26:15','2025-12-31 13:26:15'),
(121,7,'sale',5500.00,'credit','Sale completed: HIL-0119',119,'Sale',4201000.00,4206500.00,'{\"sale_id\":119,\"sale_number\":\"HIL-0119\",\"customer\":null,\"payment_method\":\"cash\",\"is_partial\":false}','2026-01-01 05:54:41','2026-01-01 05:54:41','2026-01-01 05:54:41'),
(122,7,'sale',515000.00,'credit','Sale completed: HIL-0121',121,'Sale',4206500.00,4721500.00,'{\"sale_id\":121,\"sale_number\":\"HIL-0121\",\"customer\":\"Adam Youssouf\",\"payment_method\":\"cash\",\"is_partial\":false}','2026-01-01 07:51:52','2026-01-01 07:51:52','2026-01-01 07:51:52'),
(123,7,'sale',17500.00,'credit','Sale completed: HIL-0122',122,'Sale',4721500.00,4739000.00,'{\"sale_id\":122,\"sale_number\":\"HIL-0122\",\"customer\":null,\"payment_method\":\"cash\",\"is_partial\":false}','2026-01-01 07:55:48','2026-01-01 07:55:48','2026-01-01 07:55:48'),
(124,7,'sale',17500.00,'credit','Sale completed: HIL-0123',123,'Sale',4739000.00,4756500.00,'{\"sale_id\":123,\"sale_number\":\"HIL-0123\",\"customer\":null,\"payment_method\":\"cash\",\"is_partial\":false}','2026-01-01 08:08:53','2026-01-01 08:08:53','2026-01-01 08:08:53'),
(125,7,'sale',17500.00,'credit','Sale completed: HIL-0124',124,'Sale',4756500.00,4774000.00,'{\"sale_id\":124,\"sale_number\":\"HIL-0124\",\"customer\":null,\"payment_method\":\"cash\",\"is_partial\":false}','2026-01-01 08:50:46','2026-01-01 08:50:46','2026-01-01 08:50:46'),
(126,7,'sale',20000.00,'credit','Sale completed: HIL-0125',125,'Sale',4774000.00,4794000.00,'{\"sale_id\":125,\"sale_number\":\"HIL-0125\",\"customer\":null,\"payment_method\":\"cash\",\"is_partial\":false}','2026-01-01 09:25:48','2026-01-01 09:25:48','2026-01-01 09:25:48'),
(127,7,'sale',20000.00,'credit','Sale completed: HIL-0126',126,'Sale',4794000.00,4814000.00,'{\"sale_id\":126,\"sale_number\":\"HIL-0126\",\"customer\":null,\"payment_method\":\"cash\",\"is_partial\":false}','2026-01-01 10:16:08','2026-01-01 10:16:08','2026-01-01 10:16:08'),
(128,7,'sale',20000.00,'credit','Sale completed: HIL-0127',127,'Sale',4814000.00,4834000.00,'{\"sale_id\":127,\"sale_number\":\"HIL-0127\",\"customer\":null,\"payment_method\":\"cash\",\"is_partial\":false}','2026-01-01 13:27:02','2026-01-01 13:27:02','2026-01-01 13:27:02'),
(129,7,'sale',20000.00,'credit','Sale completed: HIL-0128',128,'Sale',4834000.00,4854000.00,'{\"sale_id\":128,\"sale_number\":\"HIL-0128\",\"customer\":null,\"payment_method\":\"cash\",\"is_partial\":false}','2026-01-01 13:27:20','2026-01-01 13:27:20','2026-01-01 13:27:20'),
(130,7,'sale',40000.00,'credit','Sale completed: HIL-0129',129,'Sale',4854000.00,4894000.00,'{\"sale_id\":129,\"sale_number\":\"HIL-0129\",\"customer\":null,\"payment_method\":\"cash\",\"is_partial\":false}','2026-01-01 13:27:49','2026-01-01 13:27:49','2026-01-01 13:27:49'),
(131,7,'sale',192500.00,'credit','Sale completed: HIL-0130',130,'Sale',4894000.00,5086500.00,'{\"sale_id\":130,\"sale_number\":\"HIL-0130\",\"customer\":\"Moubarak Abdoullay\",\"payment_method\":\"cash\",\"is_partial\":false}','2026-01-02 06:28:11','2026-01-02 06:28:11','2026-01-02 06:28:11'),
(132,7,'sale',6500.00,'credit','Sale completed: HIL-0131',131,'Sale',5086500.00,5093000.00,'{\"sale_id\":131,\"sale_number\":\"HIL-0131\",\"customer\":null,\"payment_method\":\"cash\",\"is_partial\":false}','2026-01-02 06:51:39','2026-01-02 06:51:39','2026-01-02 06:51:39'),
(133,7,'sale',11000.00,'credit','Sale completed: HIL-0132',132,'Sale',5093000.00,5104000.00,'{\"sale_id\":132,\"sale_number\":\"HIL-0132\",\"customer\":null,\"payment_method\":\"cash\",\"is_partial\":false}','2026-01-02 07:26:01','2026-01-02 07:26:01','2026-01-02 07:26:01'),
(134,7,'sale',11000.00,'credit','Sale completed: HIL-0133',133,'Sale',5104000.00,5115000.00,'{\"sale_id\":133,\"sale_number\":\"HIL-0133\",\"customer\":null,\"payment_method\":\"cash\",\"is_partial\":false}','2026-01-02 08:59:55','2026-01-02 08:59:55','2026-01-02 08:59:55'),
(135,7,'sale',17500.00,'credit','Sale completed: HIL-0134',134,'Sale',5115000.00,5132500.00,'{\"sale_id\":134,\"sale_number\":\"HIL-0134\",\"customer\":null,\"payment_method\":\"cash\",\"is_partial\":false}','2026-01-02 10:09:40','2026-01-02 10:09:40','2026-01-02 10:09:40'),
(136,7,'sale_cancel',17500.00,'debit','Sale cancelled/refunded: HIL-0134',134,'Sale',5132500.00,5115000.00,'{\"sale_id\":134,\"sale_number\":\"HIL-0134\",\"reason\":\"Sale cancelled\\/refunded\"}','2026-01-02 10:10:15','2026-01-02 10:10:15','2026-01-02 10:10:15'),
(137,7,'sale',20000.00,'credit','Sale completed: HIL-0135',135,'Sale',5115000.00,5135000.00,'{\"sale_id\":135,\"sale_number\":\"HIL-0135\",\"customer\":null,\"payment_method\":\"cash\",\"is_partial\":false}','2026-01-02 10:10:56','2026-01-02 10:10:56','2026-01-02 10:10:56'),
(138,7,'sale',35000.00,'credit','Loan payment received: HIL-0113',113,'Sale',5135000.00,5170000.00,'{\"sale_id\":113,\"sale_number\":\"HIL-0113\",\"customer\":\"Adam\",\"payment_type\":\"loan_payment\"}','2026-01-02 10:31:34','2026-01-02 10:31:34','2026-01-02 10:31:34'),
(139,7,'sale',20000.00,'credit','Sale completed: HIL-0137',137,'Sale',5170000.00,5190000.00,'{\"sale_id\":137,\"sale_number\":\"HIL-0137\",\"customer\":null,\"payment_method\":\"cash\",\"is_partial\":false}','2026-01-02 10:44:24','2026-01-02 10:44:24','2026-01-02 10:44:24'),
(140,7,'sale',35000.00,'credit','Sale completed: HIL-0138',138,'Sale',5190000.00,5225000.00,'{\"sale_id\":138,\"sale_number\":\"HIL-0138\",\"customer\":\"Guisma\",\"payment_method\":\"cash\",\"is_partial\":false}','2026-01-02 10:48:42','2026-01-02 10:48:42','2026-01-02 10:48:42'),
(141,7,'sale',17500.00,'credit','Sale completed: HIL-0139',139,'Sale',5225000.00,5242500.00,'{\"sale_id\":139,\"sale_number\":\"HIL-0139\",\"customer\":null,\"payment_method\":\"cash\",\"is_partial\":false}','2026-01-02 12:40:04','2026-01-02 12:40:04','2026-01-02 12:40:04'),
(142,7,'sale_cancel',17500.00,'debit','Sale cancelled/refunded: HIL-0139',139,'Sale',5242500.00,5225000.00,'{\"sale_id\":139,\"sale_number\":\"HIL-0139\",\"reason\":\"Sale cancelled\\/refunded\"}','2026-01-02 12:40:27','2026-01-02 12:40:27','2026-01-02 12:40:27'),
(143,7,'sale',20000.00,'credit','Sale completed: HIL-0140',140,'Sale',5225000.00,5245000.00,'{\"sale_id\":140,\"sale_number\":\"HIL-0140\",\"customer\":null,\"payment_method\":\"cash\",\"is_partial\":false}','2026-01-02 12:51:08','2026-01-02 12:51:08','2026-01-02 12:51:08'),
(144,7,'sale',20000.00,'credit','Sale completed: HIL-0141',141,'Sale',5245000.00,5265000.00,'{\"sale_id\":141,\"sale_number\":\"HIL-0141\",\"customer\":null,\"payment_method\":\"cash\",\"is_partial\":false}','2026-01-03 08:52:09','2026-01-03 08:52:09','2026-01-03 08:52:09'),
(145,7,'sale',17500.00,'credit','Sale completed: HIL-0142',142,'Sale',5265000.00,5282500.00,'{\"sale_id\":142,\"sale_number\":\"HIL-0142\",\"customer\":null,\"payment_method\":\"cash\",\"is_partial\":false}','2026-01-03 09:19:45','2026-01-03 09:19:45','2026-01-03 09:19:45'),
(146,7,'sale',35000.00,'credit','Sale completed: HIL-0143',143,'Sale',5282500.00,5317500.00,'{\"sale_id\":143,\"sale_number\":\"HIL-0143\",\"customer\":null,\"payment_method\":\"cash\",\"is_partial\":false}','2026-01-03 10:16:58','2026-01-03 10:16:58','2026-01-03 10:16:58'),
(147,7,'sale',125000.00,'credit','Sale completed: HIL-0144',144,'Sale',5317500.00,5442500.00,'{\"sale_id\":144,\"sale_number\":\"HIL-0144\",\"customer\":\"Ousman Nassir\",\"payment_method\":\"cash\",\"is_partial\":true}','2026-01-03 10:51:57','2026-01-03 10:51:57','2026-01-03 10:51:57'),
(148,7,'sale',17500.00,'credit','Sale completed: HIL-0145',145,'Sale',5442500.00,5460000.00,'{\"sale_id\":145,\"sale_number\":\"HIL-0145\",\"customer\":null,\"payment_method\":\"cash\",\"is_partial\":false}','2026-01-03 12:10:21','2026-01-03 12:10:21','2026-01-03 12:10:21'),
(149,7,'sale',20000.00,'credit','Sale completed: HIL-0146',146,'Sale',5460000.00,5480000.00,'{\"sale_id\":146,\"sale_number\":\"HIL-0146\",\"customer\":null,\"payment_method\":\"cash\",\"is_partial\":false}','2026-01-03 12:22:03','2026-01-03 12:22:03','2026-01-03 12:22:03'),
(150,7,'sale',27500.00,'credit','Sale completed: HIL-0147',147,'Sale',5480000.00,5507500.00,'{\"sale_id\":147,\"sale_number\":\"HIL-0147\",\"customer\":null,\"payment_method\":\"cash\",\"is_partial\":false}','2026-01-03 14:36:46','2026-01-03 14:36:46','2026-01-03 14:36:46'),
(151,7,'sale',25000.00,'credit','Sale completed: HIL-0148',148,'Sale',5507500.00,5532500.00,'{\"sale_id\":148,\"sale_number\":\"HIL-0148\",\"customer\":null,\"payment_method\":\"cash\",\"is_partial\":false}','2026-01-05 07:44:36','2026-01-05 07:44:36','2026-01-05 07:44:36'),
(152,7,'sale',5000.00,'credit','Sale completed: HIL-0149',149,'Sale',5532500.00,5537500.00,'{\"sale_id\":149,\"sale_number\":\"HIL-0149\",\"customer\":null,\"payment_method\":\"cash\",\"is_partial\":false}','2026-01-05 08:02:57','2026-01-05 08:02:57','2026-01-05 08:02:57'),
(153,7,'sale',5000.00,'credit','Sale completed: HIL-0150',150,'Sale',5537500.00,5542500.00,'{\"sale_id\":150,\"sale_number\":\"HIL-0150\",\"customer\":null,\"payment_method\":\"cash\",\"is_partial\":false}','2026-01-05 08:03:22','2026-01-05 08:03:22','2026-01-05 08:03:22'),
(154,7,'sale',20000.00,'credit','Sale completed: HIL-0151',151,'Sale',5542500.00,5562500.00,'{\"sale_id\":151,\"sale_number\":\"HIL-0151\",\"customer\":null,\"payment_method\":\"cash\",\"is_partial\":false}','2026-01-05 08:10:39','2026-01-05 08:10:39','2026-01-05 08:10:39'),
(155,7,'sale',5500.00,'credit','Sale completed: HIL-0152',152,'Sale',5562500.00,5568000.00,'{\"sale_id\":152,\"sale_number\":\"HIL-0152\",\"customer\":null,\"payment_method\":\"cash\",\"is_partial\":false}','2026-01-05 11:07:31','2026-01-05 11:07:31','2026-01-05 11:07:31'),
(156,7,'sale',17500.00,'credit','Loan payment received: HIL-0120',120,'Sale',5568000.00,5585500.00,'{\"sale_id\":120,\"sale_number\":\"HIL-0120\",\"customer\":\"Guisma\",\"payment_type\":\"loan_payment\"}','2026-01-05 11:08:25','2026-01-05 11:08:25','2026-01-05 11:08:25'),
(157,7,'sale',20000.00,'credit','Sale completed: HIL-0153',153,'Sale',5585500.00,5605500.00,'{\"sale_id\":153,\"sale_number\":\"HIL-0153\",\"customer\":null,\"payment_method\":\"cash\",\"is_partial\":false}','2026-01-05 13:05:44','2026-01-05 13:05:44','2026-01-05 13:05:44'),
(158,7,'sale',6500.00,'credit','Sale completed: HIL-0154',154,'Sale',5605500.00,5612000.00,'{\"sale_id\":154,\"sale_number\":\"HIL-0154\",\"customer\":null,\"payment_method\":\"cash\",\"is_partial\":false}','2026-01-06 06:13:35','2026-01-06 06:13:35','2026-01-06 06:13:35'),
(159,7,'sale',20000.00,'credit','Sale completed: HIL-0155',155,'Sale',5612000.00,5632000.00,'{\"sale_id\":155,\"sale_number\":\"HIL-0155\",\"customer\":null,\"payment_method\":\"cash\",\"is_partial\":false}','2026-01-06 09:48:38','2026-01-06 09:48:38','2026-01-06 09:48:38'),
(160,7,'sale',20000.00,'credit','Sale completed: HIL-0156',156,'Sale',5632000.00,5652000.00,'{\"sale_id\":156,\"sale_number\":\"HIL-0156\",\"customer\":null,\"payment_method\":\"cash\",\"is_partial\":false}','2026-01-06 09:53:16','2026-01-06 09:53:16','2026-01-06 09:53:16'),
(161,7,'sale',20000.00,'credit','Sale completed: HIL-0157',157,'Sale',5652000.00,5672000.00,'{\"sale_id\":157,\"sale_number\":\"HIL-0157\",\"customer\":null,\"payment_method\":\"cash\",\"is_partial\":false}','2026-01-06 10:51:13','2026-01-06 10:51:13','2026-01-06 10:51:13'),
(162,7,'sale_cancel',20000.00,'debit','Sale cancelled/refunded: HIL-0157',157,'Sale',5672000.00,5652000.00,'{\"sale_id\":157,\"sale_number\":\"HIL-0157\",\"reason\":\"Sale cancelled\\/refunded\"}','2026-01-06 10:51:45','2026-01-06 10:51:45','2026-01-06 10:51:45'),
(163,7,'sale',17500.00,'credit','Sale completed: HIL-0158',158,'Sale',5652000.00,5669500.00,'{\"sale_id\":158,\"sale_number\":\"HIL-0158\",\"customer\":null,\"payment_method\":\"cash\",\"is_partial\":false}','2026-01-06 10:52:07','2026-01-06 10:52:07','2026-01-06 10:52:07'),
(164,7,'sale',39000.00,'credit','Sale completed: HIL-0159',159,'Sale',5669500.00,5708500.00,'{\"sale_id\":159,\"sale_number\":\"HIL-0159\",\"customer\":null,\"payment_method\":\"cash\",\"is_partial\":false}','2026-01-06 10:52:24','2026-01-06 10:52:24','2026-01-06 10:52:24'),
(165,7,'sale',350000.00,'credit','Sale completed: HIL-0160',160,'Sale',5708500.00,6058500.00,'{\"sale_id\":160,\"sale_number\":\"HIL-0160\",\"customer\":\"Moustapha Hamit\",\"payment_method\":\"cash\",\"is_partial\":false}','2026-01-06 11:54:32','2026-01-06 11:54:32','2026-01-06 11:54:32'),
(166,7,'sale',20000.00,'credit','Sale completed: HIL-0161',161,'Sale',6058500.00,6078500.00,'{\"sale_id\":161,\"sale_number\":\"HIL-0161\",\"customer\":null,\"payment_method\":\"cash\",\"is_partial\":false}','2026-01-06 12:13:55','2026-01-06 12:13:55','2026-01-06 12:13:55'),
(167,7,'sale',17500.00,'credit','Sale completed: HIL-0162',162,'Sale',6078500.00,6096000.00,'{\"sale_id\":162,\"sale_number\":\"HIL-0162\",\"customer\":null,\"payment_method\":\"cash\",\"is_partial\":false}','2026-01-07 08:21:08','2026-01-07 08:21:08','2026-01-07 08:21:08'),
(168,7,'sale',17500.00,'credit','Sale completed: HIL-0163',163,'Sale',6096000.00,6113500.00,'{\"sale_id\":163,\"sale_number\":\"HIL-0163\",\"customer\":null,\"payment_method\":\"cash\",\"is_partial\":false}','2026-01-07 08:23:22','2026-01-07 08:23:22','2026-01-07 08:23:22'),
(169,7,'sale',20000.00,'credit','Sale completed: HIL-0164',164,'Sale',6113500.00,6133500.00,'{\"sale_id\":164,\"sale_number\":\"HIL-0164\",\"customer\":null,\"payment_method\":\"cash\",\"is_partial\":false}','2026-01-07 08:43:25','2026-01-07 08:43:25','2026-01-07 08:43:25'),
(170,7,'sale',5500.00,'credit','Sale completed: HIL-0165',165,'Sale',6133500.00,6139000.00,'{\"sale_id\":165,\"sale_number\":\"HIL-0165\",\"customer\":null,\"payment_method\":\"cash\",\"is_partial\":false}','2026-01-07 10:55:28','2026-01-07 10:55:28','2026-01-07 10:55:28'),
(171,7,'sale',17500.00,'credit','Sale completed: HIL-0166',166,'Sale',6139000.00,6156500.00,'{\"sale_id\":166,\"sale_number\":\"HIL-0166\",\"customer\":null,\"payment_method\":\"cash\",\"is_partial\":false}','2026-01-07 10:57:00','2026-01-07 10:57:00','2026-01-07 10:57:00'),
(172,7,'sale',17500.00,'credit','Sale completed: HIL-0167',167,'Sale',6156500.00,6174000.00,'{\"sale_id\":167,\"sale_number\":\"HIL-0167\",\"customer\":null,\"payment_method\":\"cash\",\"is_partial\":false}','2026-01-07 11:59:21','2026-01-07 11:59:21','2026-01-07 11:59:21'),
(173,7,'sale',6000.00,'credit','Sale completed: HIL-0168',168,'Sale',6174000.00,6180000.00,'{\"sale_id\":168,\"sale_number\":\"HIL-0168\",\"customer\":null,\"payment_method\":\"cash\",\"is_partial\":false}','2026-01-07 12:30:54','2026-01-07 12:30:54','2026-01-07 12:30:54'),
(174,7,'sale',17500.00,'credit','Sale completed: HIL-0169',169,'Sale',6180000.00,6197500.00,'{\"sale_id\":169,\"sale_number\":\"HIL-0169\",\"customer\":null,\"payment_method\":\"cash\",\"is_partial\":false}','2026-01-07 13:31:46','2026-01-07 13:31:46','2026-01-07 13:31:46'),
(175,7,'sale',17500.00,'credit','Sale completed: HIL-0170',170,'Sale',6197500.00,6215000.00,'{\"sale_id\":170,\"sale_number\":\"HIL-0170\",\"customer\":null,\"payment_method\":\"cash\",\"is_partial\":false}','2026-01-07 13:36:51','2026-01-07 13:36:51','2026-01-07 13:36:51'),
(176,7,'sale',40000.00,'credit','Sale completed: HIL-0171',171,'Sale',6215000.00,6255000.00,'{\"sale_id\":171,\"sale_number\":\"HIL-0171\",\"customer\":null,\"payment_method\":\"cash\",\"is_partial\":false}','2026-01-08 06:15:41','2026-01-08 06:15:41','2026-01-08 06:15:41'),
(177,7,'sale',17500.00,'credit','Sale completed: HIL-0172',172,'Sale',6255000.00,6272500.00,'{\"sale_id\":172,\"sale_number\":\"HIL-0172\",\"customer\":null,\"payment_method\":\"cash\",\"is_partial\":false}','2026-01-08 06:43:27','2026-01-08 06:43:27','2026-01-08 06:43:27'),
(178,7,'sale',70000.00,'credit','Sale completed: HIL-0173',173,'Sale',6272500.00,6342500.00,'{\"sale_id\":173,\"sale_number\":\"HIL-0173\",\"customer\":\"Mht Tidjani\",\"payment_method\":\"cash\",\"is_partial\":false}','2026-01-08 07:19:15','2026-01-08 07:19:15','2026-01-08 07:19:15'),
(179,7,'sale',35000.00,'credit','Sale completed: HIL-0174',174,'Sale',6342500.00,6377500.00,'{\"sale_id\":174,\"sale_number\":\"HIL-0174\",\"customer\":null,\"payment_method\":\"cash\",\"is_partial\":false}','2026-01-08 10:13:25','2026-01-08 10:13:25','2026-01-08 10:13:25'),
(180,7,'sale',52500.00,'credit','Sale completed: HIL-0175',175,'Sale',6377500.00,6430000.00,'{\"sale_id\":175,\"sale_number\":\"HIL-0175\",\"customer\":null,\"payment_method\":\"cash\",\"is_partial\":false}','2026-01-08 12:08:57','2026-01-08 12:08:57','2026-01-08 12:08:57'),
(181,7,'sale',214500.00,'credit','Sale completed: HIL-0176',176,'Sale',6430000.00,6644500.00,'{\"sale_id\":176,\"sale_number\":\"HIL-0176\",\"customer\":\"Abdelkerim\",\"payment_method\":\"cash\",\"is_partial\":false}','2026-01-09 05:56:14','2026-01-09 05:56:14','2026-01-09 05:56:14'),
(182,7,'sale_cancel',214500.00,'debit','Sale cancelled/refunded: HIL-0176',176,'Sale',6644500.00,6430000.00,'{\"sale_id\":176,\"sale_number\":\"HIL-0176\",\"reason\":\"Sale cancelled\\/refunded\"}','2026-01-09 05:56:46','2026-01-09 05:56:46','2026-01-09 05:56:46'),
(183,7,'sale',1050000.00,'credit','Sale completed: HIL-0178',178,'Sale',6430000.00,7480000.00,'{\"sale_id\":178,\"sale_number\":\"HIL-0178\",\"customer\":\"Abdallah Hamit\",\"payment_method\":\"cash\",\"is_partial\":false}','2026-01-09 08:08:23','2026-01-09 08:08:23','2026-01-09 08:08:23'),
(184,7,'sale',35000.00,'credit','Sale completed: HIL-0179',179,'Sale',7480000.00,7515000.00,'{\"sale_id\":179,\"sale_number\":\"HIL-0179\",\"customer\":null,\"payment_method\":\"cash\",\"is_partial\":false}','2026-01-09 09:13:03','2026-01-09 09:13:03','2026-01-09 09:13:03'),
(185,7,'sale',11000.00,'credit','Sale completed: HIL-0180',180,'Sale',7515000.00,7526000.00,'{\"sale_id\":180,\"sale_number\":\"HIL-0180\",\"customer\":null,\"payment_method\":\"cash\",\"is_partial\":false}','2026-01-09 09:20:01','2026-01-09 09:20:01','2026-01-09 09:20:01'),
(186,7,'sale',17500.00,'credit','Sale completed: HIL-0181',181,'Sale',7526000.00,7543500.00,'{\"sale_id\":181,\"sale_number\":\"HIL-0181\",\"customer\":null,\"payment_method\":\"cash\",\"is_partial\":false}','2026-01-09 11:16:41','2026-01-09 11:16:41','2026-01-09 11:16:41'),
(187,7,'sale',17500.00,'credit','Sale completed: HIL-0182',182,'Sale',7543500.00,7561000.00,'{\"sale_id\":182,\"sale_number\":\"HIL-0182\",\"customer\":null,\"payment_method\":\"cash\",\"is_partial\":false}','2026-01-09 12:25:08','2026-01-09 12:25:08','2026-01-09 12:25:08'),
(188,7,'sale',17500.00,'credit','Sale completed: HIL-0183',183,'Sale',7561000.00,7578500.00,'{\"sale_id\":183,\"sale_number\":\"HIL-0183\",\"customer\":null,\"payment_method\":\"cash\",\"is_partial\":false}','2026-01-09 12:34:59','2026-01-09 12:34:59','2026-01-09 12:34:59'),
(189,7,'sale',52500.00,'credit','Sale completed: HIL-0184',184,'Sale',7578500.00,7631000.00,'{\"sale_id\":184,\"sale_number\":\"HIL-0184\",\"customer\":null,\"payment_method\":\"cash\",\"is_partial\":false}','2026-01-09 12:53:53','2026-01-09 12:53:53','2026-01-09 12:53:53'),
(190,7,'sale',17500.00,'credit','Sale completed: HIL-0185',185,'Sale',7631000.00,7648500.00,'{\"sale_id\":185,\"sale_number\":\"HIL-0185\",\"customer\":null,\"payment_method\":\"cash\",\"is_partial\":false}','2026-01-09 12:55:07','2026-01-09 12:55:07','2026-01-09 12:55:07'),
(191,7,'sale',11500.00,'credit','Sale completed: HIL-0186',186,'Sale',7648500.00,7660000.00,'{\"sale_id\":186,\"sale_number\":\"HIL-0186\",\"customer\":null,\"payment_method\":\"cash\",\"is_partial\":false}','2026-01-10 07:05:27','2026-01-10 07:05:27','2026-01-10 07:05:27'),
(192,7,'sale',17500.00,'credit','Sale completed: HIL-0187',187,'Sale',7660000.00,7677500.00,'{\"sale_id\":187,\"sale_number\":\"HIL-0187\",\"customer\":null,\"payment_method\":\"cash\",\"is_partial\":false}','2026-01-10 07:25:55','2026-01-10 07:25:55','2026-01-10 07:25:55'),
(193,7,'sale',50000.00,'credit','Sale completed: HIL-0188',188,'Sale',7677500.00,7727500.00,'{\"sale_id\":188,\"sale_number\":\"HIL-0188\",\"customer\":null,\"payment_method\":\"cash\",\"is_partial\":false}','2026-01-10 08:42:53','2026-01-10 08:42:53','2026-01-10 08:42:53'),
(194,7,'sale',19000.00,'credit','Sale completed: HIL-0189',189,'Sale',7727500.00,7746500.00,'{\"sale_id\":189,\"sale_number\":\"HIL-0189\",\"customer\":null,\"payment_method\":\"cash\",\"is_partial\":false}','2026-01-10 10:10:49','2026-01-10 10:10:49','2026-01-10 10:10:49'),
(195,7,'sale',17500.00,'credit','Sale completed: HIL-0190',190,'Sale',7746500.00,7764000.00,'{\"sale_id\":190,\"sale_number\":\"HIL-0190\",\"customer\":null,\"payment_method\":\"cash\",\"is_partial\":false}','2026-01-10 10:23:26','2026-01-10 10:23:26','2026-01-10 10:23:26'),
(196,7,'sale',5500.00,'credit','Sale completed: HIL-0191',191,'Sale',7764000.00,7769500.00,'{\"sale_id\":191,\"sale_number\":\"HIL-0191\",\"customer\":null,\"payment_method\":\"cash\",\"is_partial\":false}','2026-01-10 10:23:45','2026-01-10 10:23:45','2026-01-10 10:23:45'),
(197,7,'sale',105000.00,'credit','Sale completed: HIL-0192',192,'Sale',7769500.00,7874500.00,'{\"sale_id\":192,\"sale_number\":\"HIL-0192\",\"customer\":\"Fatime Abdelrahim\",\"payment_method\":\"cash\",\"is_partial\":false}','2026-01-10 10:28:04','2026-01-10 10:28:04','2026-01-10 10:28:04'),
(198,7,'sale_cancel',105000.00,'debit','Sale cancelled/refunded: HIL-0192',192,'Sale',7874500.00,7769500.00,'{\"sale_id\":192,\"sale_number\":\"HIL-0192\",\"reason\":\"Sale cancelled\\/refunded\"}','2026-01-10 10:28:22','2026-01-10 10:28:22','2026-01-10 10:28:22'),
(199,7,'sale',20000.00,'credit','Sale completed: HIL-0194',194,'Sale',7769500.00,7789500.00,'{\"sale_id\":194,\"sale_number\":\"HIL-0194\",\"customer\":null,\"payment_method\":\"cash\",\"is_partial\":false}','2026-01-10 10:47:25','2026-01-10 10:47:25','2026-01-10 10:47:25'),
(200,7,'sale',17500.00,'credit','Sale completed: HIL-0195',195,'Sale',7789500.00,7807000.00,'{\"sale_id\":195,\"sale_number\":\"HIL-0195\",\"customer\":null,\"payment_method\":\"cash\",\"is_partial\":false}','2026-01-10 10:57:20','2026-01-10 10:57:20','2026-01-10 10:57:20'),
(201,7,'sale',11000.00,'credit','Sale completed: HIL-0196',196,'Sale',7807000.00,7818000.00,'{\"sale_id\":196,\"sale_number\":\"HIL-0196\",\"customer\":null,\"payment_method\":\"cash\",\"is_partial\":false}','2026-01-10 12:37:21','2026-01-10 12:37:21','2026-01-10 12:37:21'),
(202,7,'sale',40000.00,'credit','Sale completed: HIL-0197',197,'Sale',7818000.00,7858000.00,'{\"sale_id\":197,\"sale_number\":\"HIL-0197\",\"customer\":null,\"payment_method\":\"cash\",\"is_partial\":false}','2026-01-10 12:37:51','2026-01-10 12:37:51','2026-01-10 12:37:51'),
(203,7,'sale',20000.00,'credit','Sale completed: HIL-0198',198,'Sale',7858000.00,7878000.00,'{\"sale_id\":198,\"sale_number\":\"HIL-0198\",\"customer\":null,\"payment_method\":\"cash\",\"is_partial\":false}','2026-01-10 12:43:55','2026-01-10 12:43:55','2026-01-10 12:43:55'),
(204,7,'sale',65000.00,'credit','Sale completed: HIL-0199',199,'Sale',7878000.00,7943000.00,'{\"sale_id\":199,\"sale_number\":\"HIL-0199\",\"customer\":\"Moukhtar\",\"payment_method\":\"cash\",\"is_partial\":false}','2026-01-10 13:19:44','2026-01-10 13:19:44','2026-01-10 13:19:44'),
(205,7,'sale',20000.00,'credit','Sale completed: HIL-0200',200,'Sale',7943000.00,7963000.00,'{\"sale_id\":200,\"sale_number\":\"HIL-0200\",\"customer\":null,\"payment_method\":\"cash\",\"is_partial\":false}','2026-01-10 13:40:27','2026-01-10 13:40:27','2026-01-10 13:40:27'),
(206,7,'sale',35000.00,'credit','Sale completed: HIL-0201',201,'Sale',7963000.00,7998000.00,'{\"sale_id\":201,\"sale_number\":\"HIL-0201\",\"customer\":null,\"payment_method\":\"cash\",\"is_partial\":false}','2026-01-12 06:35:23','2026-01-12 06:35:23','2026-01-12 06:35:23'),
(207,7,'sale',35000.00,'credit','Sale completed: HIL-0202',202,'Sale',7998000.00,8033000.00,'{\"sale_id\":202,\"sale_number\":\"HIL-0202\",\"customer\":\"Algoni\",\"payment_method\":\"cash\",\"is_partial\":true}','2026-01-12 07:29:32','2026-01-12 07:29:32','2026-01-12 07:29:32'),
(208,7,'sale',35000.00,'credit','Sale completed: HIL-0203',203,'Sale',8033000.00,8068000.00,'{\"sale_id\":203,\"sale_number\":\"HIL-0203\",\"customer\":null,\"payment_method\":\"cash\",\"is_partial\":false}','2026-01-12 09:47:45','2026-01-12 09:47:45','2026-01-12 09:47:45'),
(209,7,'sale',17500.00,'credit','Sale completed: HIL-0204',204,'Sale',8068000.00,8085500.00,'{\"sale_id\":204,\"sale_number\":\"HIL-0204\",\"customer\":null,\"payment_method\":\"cash\",\"is_partial\":false}','2026-01-12 10:40:33','2026-01-12 10:40:33','2026-01-12 10:40:33'),
(210,7,'sale',17500.00,'credit','Sale completed: HIL-0205',205,'Sale',8085500.00,8103000.00,'{\"sale_id\":205,\"sale_number\":\"HIL-0205\",\"customer\":null,\"payment_method\":\"cash\",\"is_partial\":false}','2026-01-12 10:41:24','2026-01-12 10:41:24','2026-01-12 10:41:24'),
(211,7,'sale',17500.00,'credit','Loan payment received: HIL-0202',202,'Sale',8103000.00,8120500.00,'{\"sale_id\":202,\"sale_number\":\"HIL-0202\",\"customer\":\"Algoni\",\"payment_type\":\"loan_payment\"}','2026-01-12 11:10:06','2026-01-12 11:10:06','2026-01-12 11:10:06'),
(212,7,'sale',20000.00,'credit','Sale completed: HIL-0206',206,'Sale',8120500.00,8140500.00,'{\"sale_id\":206,\"sale_number\":\"HIL-0206\",\"customer\":null,\"payment_method\":\"cash\",\"is_partial\":false}','2026-01-12 11:24:57','2026-01-12 11:24:57','2026-01-12 11:24:57'),
(213,7,'sale',78000.00,'credit','Sale completed: HIL-0207',207,'Sale',8140500.00,8218500.00,'{\"sale_id\":207,\"sale_number\":\"HIL-0207\",\"customer\":\"Mht Amine\",\"payment_method\":\"cash\",\"is_partial\":false}','2026-01-12 11:25:43','2026-01-12 11:25:43','2026-01-12 11:25:43'),
(214,7,'sale',5500.00,'credit','Sale completed: HIL-0208',208,'Sale',8218500.00,8224000.00,'{\"sale_id\":208,\"sale_number\":\"HIL-0208\",\"customer\":null,\"payment_method\":\"cash\",\"is_partial\":false}','2026-01-12 12:15:19','2026-01-12 12:15:19','2026-01-12 12:15:19'),
(215,7,'sale',17500.00,'credit','Sale completed: HIL-0210',210,'Sale',8224000.00,8241500.00,'{\"sale_id\":210,\"sale_number\":\"HIL-0210\",\"customer\":null,\"payment_method\":\"cash\",\"is_partial\":false}','2026-01-12 12:19:11','2026-01-12 12:19:11','2026-01-12 12:19:11'),
(216,7,'sale',17500.00,'credit','Sale completed: HIL-0211',211,'Sale',8241500.00,8259000.00,'{\"sale_id\":211,\"sale_number\":\"HIL-0211\",\"customer\":null,\"payment_method\":\"cash\",\"is_partial\":false}','2026-01-12 12:51:05','2026-01-12 12:51:05','2026-01-12 12:51:05'),
(217,7,'sale',17500.00,'credit','Sale completed: HIL-0212',212,'Sale',8259000.00,8276500.00,'{\"sale_id\":212,\"sale_number\":\"HIL-0212\",\"customer\":null,\"payment_method\":\"cash\",\"is_partial\":false}','2026-01-12 12:52:26','2026-01-12 12:52:26','2026-01-12 12:52:26'),
(218,7,'sale_cancel',17500.00,'debit','Sale cancelled/refunded: HIL-0212',212,'Sale',8276500.00,8259000.00,'{\"sale_id\":212,\"sale_number\":\"HIL-0212\",\"reason\":\"Sale cancelled\\/refunded\"}','2026-01-12 12:52:50','2026-01-12 12:52:50','2026-01-12 12:52:50'),
(219,7,'sale',20000.00,'credit','Sale completed: HIL-0213',213,'Sale',8259000.00,8279000.00,'{\"sale_id\":213,\"sale_number\":\"HIL-0213\",\"customer\":null,\"payment_method\":\"cash\",\"is_partial\":false}','2026-01-12 12:53:11','2026-01-12 12:53:11','2026-01-12 12:53:11'),
(220,7,'sale',20000.00,'credit','Sale completed: HIL-0215',215,'Sale',8279000.00,8299000.00,'{\"sale_id\":215,\"sale_number\":\"HIL-0215\",\"customer\":null,\"payment_method\":\"cash\",\"is_partial\":false}','2026-01-13 06:15:44','2026-01-13 06:15:44','2026-01-13 06:15:44'),
(221,7,'sale',17500.00,'credit','Sale completed: HIL-0216',216,'Sale',8299000.00,8316500.00,'{\"sale_id\":216,\"sale_number\":\"HIL-0216\",\"customer\":null,\"payment_method\":\"cash\",\"is_partial\":false}','2026-01-13 07:17:51','2026-01-13 07:17:51','2026-01-13 07:17:51'),
(222,7,'sale',20000.00,'credit','Sale completed: HIL-0217',217,'Sale',8316500.00,8336500.00,'{\"sale_id\":217,\"sale_number\":\"HIL-0217\",\"customer\":null,\"payment_method\":\"cash\",\"is_partial\":false}','2026-01-13 07:18:53','2026-01-13 07:18:53','2026-01-13 07:18:53'),
(223,7,'sale_edit',17500.00,'debit','Sale edited: HIL-0136 (Amount changed from 35,000.00 to 17,500.00 CFA)',136,'Sale',8336500.00,8319000.00,'{\"sale_id\":136,\"sale_number\":\"HIL-0136\",\"old_amount\":35000,\"new_amount\":17500,\"difference\":-17500}','2026-01-13 07:25:35','2026-01-13 07:25:35','2026-01-13 07:25:35'),
(224,7,'sale',17500.00,'credit','Loan payment received: HIL-0136',136,'Sale',8319000.00,8336500.00,'{\"sale_id\":136,\"sale_number\":\"HIL-0136\",\"customer\":\"Adam Confiance\",\"payment_type\":\"loan_payment\"}','2026-01-13 07:26:55','2026-01-13 07:26:55','2026-01-13 07:26:55'),
(225,7,'sale',17500.00,'credit','Sale completed: HIL-0218',218,'Sale',8336500.00,8354000.00,'{\"sale_id\":218,\"sale_number\":\"HIL-0218\",\"customer\":null,\"payment_method\":\"cash\",\"is_partial\":false}','2026-01-13 08:21:41','2026-01-13 08:21:41','2026-01-13 08:21:41'),
(226,7,'sale',35000.00,'credit','Sale completed: HIL-0219',219,'Sale',8354000.00,8389000.00,'{\"sale_id\":219,\"sale_number\":\"HIL-0219\",\"customer\":null,\"payment_method\":\"cash\",\"is_partial\":false}','2026-01-13 08:55:37','2026-01-13 08:55:37','2026-01-13 08:55:37'),
(227,7,'sale',17500.00,'credit','Sale completed: HIL-0220',220,'Sale',8389000.00,8406500.00,'{\"sale_id\":220,\"sale_number\":\"HIL-0220\",\"customer\":null,\"payment_method\":\"cash\",\"is_partial\":false}','2026-01-13 11:07:07','2026-01-13 11:07:07','2026-01-13 11:07:07'),
(228,7,'sale',17500.00,'credit','Sale completed: HIL-0221',221,'Sale',8406500.00,8424000.00,'{\"sale_id\":221,\"sale_number\":\"HIL-0221\",\"customer\":null,\"payment_method\":\"cash\",\"is_partial\":false}','2026-01-13 11:07:36','2026-01-13 11:07:36','2026-01-13 11:07:36'),
(229,7,'sale',20000.00,'credit','Sale completed: HIL-0222',222,'Sale',8424000.00,8444000.00,'{\"sale_id\":222,\"sale_number\":\"HIL-0222\",\"customer\":null,\"payment_method\":\"cash\",\"is_partial\":false}','2026-01-13 12:05:18','2026-01-13 12:05:18','2026-01-13 12:05:18'),
(230,7,'sale',52500.00,'credit','Sale completed: HIL-0223',223,'Sale',8444000.00,8496500.00,'{\"sale_id\":223,\"sale_number\":\"HIL-0223\",\"customer\":null,\"payment_method\":\"cash\",\"is_partial\":false}','2026-01-13 12:22:47','2026-01-13 12:22:47','2026-01-13 12:22:47'),
(231,7,'sale',500000.00,'credit','Sale completed: HIL-0224',224,'Sale',8496500.00,8996500.00,'{\"sale_id\":224,\"sale_number\":\"HIL-0224\",\"customer\":\"Moussa Abdallah\",\"payment_method\":\"cash\",\"is_partial\":true}','2026-01-13 12:35:10','2026-01-13 12:35:10','2026-01-13 12:35:10'),
(232,7,'sale',20000.00,'credit','Sale completed: HIL-0225',225,'Sale',8996500.00,9016500.00,'{\"sale_id\":225,\"sale_number\":\"HIL-0225\",\"customer\":null,\"payment_method\":\"cash\",\"is_partial\":false}','2026-01-13 12:56:33','2026-01-13 12:56:33','2026-01-13 12:56:33'),
(233,7,'sale',187500.00,'credit','Sale completed: HIL-0226',226,'Sale',9016500.00,9204000.00,'{\"sale_id\":226,\"sale_number\":\"HIL-0226\",\"customer\":null,\"payment_method\":\"cash\",\"is_partial\":false}','2026-01-13 13:26:55','2026-01-13 13:26:55','2026-01-13 13:26:55'),
(234,7,'sale',20000.00,'credit','Sale completed: HIL-0227',227,'Sale',9204000.00,9224000.00,'{\"sale_id\":227,\"sale_number\":\"HIL-0227\",\"customer\":null,\"payment_method\":\"cash\",\"is_partial\":false}','2026-01-14 05:49:54','2026-01-14 05:49:54','2026-01-14 05:49:54'),
(235,7,'sale',70000.00,'credit','Sale completed: HIL-0228',228,'Sale',9224000.00,9294000.00,'{\"sale_id\":228,\"sale_number\":\"HIL-0228\",\"customer\":\"Fozia\",\"payment_method\":\"cash\",\"is_partial\":false}','2026-01-14 05:52:34','2026-01-14 05:52:34','2026-01-14 05:52:34'),
(236,7,'sale',17500.00,'credit','Sale completed: HIL-0229',229,'Sale',9294000.00,9311500.00,'{\"sale_id\":229,\"sale_number\":\"HIL-0229\",\"customer\":null,\"payment_method\":\"cash\",\"is_partial\":false}','2026-01-14 06:51:23','2026-01-14 06:51:23','2026-01-14 06:51:23'),
(237,7,'sale',17500.00,'credit','Sale completed: HIL-0230',230,'Sale',9311500.00,9329000.00,'{\"sale_id\":230,\"sale_number\":\"HIL-0230\",\"customer\":null,\"payment_method\":\"cash\",\"is_partial\":false}','2026-01-14 06:52:08','2026-01-14 06:52:08','2026-01-14 06:52:08'),
(238,7,'sale',17500.00,'credit','Sale completed: HIL-0231',231,'Sale',9329000.00,9346500.00,'{\"sale_id\":231,\"sale_number\":\"HIL-0231\",\"customer\":null,\"payment_method\":\"cash\",\"is_partial\":false}','2026-01-14 07:33:01','2026-01-14 07:33:01','2026-01-14 07:33:01'),
(239,7,'sale',17500.00,'credit','Sale completed: HIL-0232',232,'Sale',9346500.00,9364000.00,'{\"sale_id\":232,\"sale_number\":\"HIL-0232\",\"customer\":null,\"payment_method\":\"cash\",\"is_partial\":false}','2026-01-14 07:33:11','2026-01-14 07:33:11','2026-01-14 07:33:11'),
(240,7,'sale',17500.00,'credit','Sale completed: HIL-0233',233,'Sale',9364000.00,9381500.00,'{\"sale_id\":233,\"sale_number\":\"HIL-0233\",\"customer\":null,\"payment_method\":\"cash\",\"is_partial\":false}','2026-01-14 07:33:28','2026-01-14 07:33:28','2026-01-14 07:33:28'),
(241,7,'sale',17500.00,'credit','Loan payment received: HIL-0214',214,'Sale',9381500.00,9399000.00,'{\"sale_id\":214,\"sale_number\":\"HIL-0214\",\"customer\":\"Algoni\",\"payment_type\":\"loan_payment\"}','2026-01-14 07:41:32','2026-01-14 07:41:32','2026-01-14 07:41:32'),
(242,7,'sale',17500.00,'credit','Sale completed: HIL-0234',234,'Sale',9399000.00,9416500.00,'{\"sale_id\":234,\"sale_number\":\"HIL-0234\",\"customer\":\"Algoni\",\"payment_method\":\"cash\",\"is_partial\":false}','2026-01-14 07:43:20','2026-01-14 07:43:20','2026-01-14 07:43:20'),
(243,7,'sale',17500.00,'credit','Sale completed: HIL-0235',235,'Sale',9416500.00,9434000.00,'{\"sale_id\":235,\"sale_number\":\"HIL-0235\",\"customer\":null,\"payment_method\":\"cash\",\"is_partial\":false}','2026-01-14 07:47:13','2026-01-14 07:47:13','2026-01-14 07:47:13'),
(244,7,'sale',17500.00,'credit','Sale completed: HIL-0236',236,'Sale',9434000.00,9451500.00,'{\"sale_id\":236,\"sale_number\":\"HIL-0236\",\"customer\":null,\"payment_method\":\"cash\",\"is_partial\":false}','2026-01-14 07:54:21','2026-01-14 07:54:21','2026-01-14 07:54:21'),
(245,7,'sale',17500.00,'credit','Sale completed: HIL-0237',237,'Sale',9451500.00,9469000.00,'{\"sale_id\":237,\"sale_number\":\"HIL-0237\",\"customer\":\"Algoni\",\"payment_method\":\"cash\",\"is_partial\":false}','2026-01-14 08:44:57','2026-01-14 08:44:57','2026-01-14 08:44:57'),
(246,7,'sale',30000.00,'credit','Sale completed: HIL-0238',238,'Sale',9469000.00,9499000.00,'{\"sale_id\":238,\"sale_number\":\"HIL-0238\",\"customer\":null,\"payment_method\":\"cash\",\"is_partial\":false}','2026-01-14 09:24:01','2026-01-14 09:24:01','2026-01-14 09:24:01'),
(247,7,'sale_cancel',17500.00,'debit','Sale cancelled/refunded: HIL-0237',237,'Sale',9499000.00,9481500.00,'{\"sale_id\":237,\"sale_number\":\"HIL-0237\",\"reason\":\"Sale cancelled\\/refunded\"}','2026-01-14 09:30:05','2026-01-14 09:30:05','2026-01-14 09:30:05'),
(248,7,'sale',35000.00,'credit','Sale completed: HIL-0240',240,'Sale',9481500.00,9516500.00,'{\"sale_id\":240,\"sale_number\":\"HIL-0240\",\"customer\":null,\"payment_method\":\"cash\",\"is_partial\":false}','2026-01-14 10:27:15','2026-01-14 10:27:15','2026-01-14 10:27:15'),
(249,7,'sale',35000.00,'credit','Sale completed: HIL-0241',241,'Sale',9516500.00,9551500.00,'{\"sale_id\":241,\"sale_number\":\"HIL-0241\",\"customer\":null,\"payment_method\":\"cash\",\"is_partial\":false}','2026-01-14 12:27:28','2026-01-14 12:27:28','2026-01-14 12:27:28'),
(250,7,'sale',1050000.00,'credit','Sale completed: HIL-0242',242,'Sale',9551500.00,10601500.00,'{\"sale_id\":242,\"sale_number\":\"HIL-0242\",\"customer\":\"Abdallah Hamit\",\"payment_method\":\"cash\",\"is_partial\":false}','2026-01-14 13:14:40','2026-01-14 13:14:40','2026-01-14 13:14:40'),
(251,7,'sale',20000.00,'credit','Sale completed: HIL-0243',243,'Sale',10601500.00,10621500.00,'{\"sale_id\":243,\"sale_number\":\"HIL-0243\",\"customer\":null,\"payment_method\":\"cash\",\"is_partial\":false}','2026-01-14 13:19:27','2026-01-14 13:19:27','2026-01-14 13:19:27'),
(252,7,'sale_edit',17500.00,'debit','Sale edited: HIL-0241 (Amount changed from 35,000.00 to 17,500.00 CFA)',241,'Sale',10621500.00,10604000.00,'{\"sale_id\":241,\"sale_number\":\"HIL-0241\",\"old_amount\":35000,\"new_amount\":17500,\"difference\":-17500}','2026-01-14 13:28:49','2026-01-14 13:28:49','2026-01-14 13:28:49'),
(253,7,'sale',35000.00,'credit','Sale completed: HIL-0244',244,'Sale',10604000.00,10639000.00,'{\"sale_id\":244,\"sale_number\":\"HIL-0244\",\"customer\":null,\"payment_method\":\"cash\",\"is_partial\":false}','2026-01-14 13:50:31','2026-01-14 13:50:31','2026-01-14 13:50:31'),
(254,7,'sale',35000.00,'credit','Sale completed: HIL-0245',245,'Sale',10639000.00,10674000.00,'{\"sale_id\":245,\"sale_number\":\"HIL-0245\",\"customer\":\"F Z\",\"payment_method\":\"cash\",\"is_partial\":false}','2026-01-15 05:52:23','2026-01-15 05:52:23','2026-01-15 05:52:23'),
(255,7,'sale',17500.00,'credit','Sale completed: HIL-0246',246,'Sale',10674000.00,10691500.00,'{\"sale_id\":246,\"sale_number\":\"HIL-0246\",\"customer\":\"General Tiktok\",\"payment_method\":\"cash\",\"is_partial\":false}','2026-01-15 06:26:44','2026-01-15 06:26:44','2026-01-15 06:26:44'),
(256,7,'sale',40000.00,'credit','Sale completed: HIL-0247',247,'Sale',10691500.00,10731500.00,'{\"sale_id\":247,\"sale_number\":\"HIL-0247\",\"customer\":null,\"payment_method\":\"cash\",\"is_partial\":false}','2026-01-15 06:56:08','2026-01-15 06:56:08','2026-01-15 06:56:08'),
(257,7,'sale_edit',20000.00,'debit','Sale edited: HIL-0247 (Amount changed from 40,000.00 to 20,000.00 CFA)',247,'Sale',10731500.00,10711500.00,'{\"sale_id\":247,\"sale_number\":\"HIL-0247\",\"old_amount\":40000,\"new_amount\":20000,\"difference\":-20000}','2026-01-15 07:33:47','2026-01-15 07:33:47','2026-01-15 07:33:47'),
(258,7,'sale',17500.00,'credit','Sale completed: HIL-0248',248,'Sale',10711500.00,10729000.00,'{\"sale_id\":248,\"sale_number\":\"HIL-0248\",\"customer\":null,\"payment_method\":\"cash\",\"is_partial\":false}','2026-01-15 08:06:42','2026-01-15 08:06:42','2026-01-15 08:06:42'),
(259,7,'sale',17500.00,'credit','Sale completed: HIL-0249',249,'Sale',10729000.00,10746500.00,'{\"sale_id\":249,\"sale_number\":\"HIL-0249\",\"customer\":null,\"payment_method\":\"cash\",\"is_partial\":false}','2026-01-15 09:13:14','2026-01-15 09:13:14','2026-01-15 09:13:14'),
(260,7,'sale',17500.00,'credit','Sale completed: HIL-0250',250,'Sale',10746500.00,10764000.00,'{\"sale_id\":250,\"sale_number\":\"HIL-0250\",\"customer\":null,\"payment_method\":\"cash\",\"is_partial\":false}','2026-01-15 09:26:31','2026-01-15 09:26:31','2026-01-15 09:26:31'),
(261,7,'sale',17500.00,'credit','Sale completed: HIL-0251',251,'Sale',10764000.00,10781500.00,'{\"sale_id\":251,\"sale_number\":\"HIL-0251\",\"customer\":null,\"payment_method\":\"cash\",\"is_partial\":false}','2026-01-15 09:26:55','2026-01-15 09:26:55','2026-01-15 09:26:55'),
(262,7,'sale',75000.00,'credit','Sale completed: HIL-0253',253,'Sale',10781500.00,10856500.00,'{\"sale_id\":253,\"sale_number\":\"HIL-0253\",\"customer\":\"Ahmat\",\"payment_method\":\"cash\",\"is_partial\":false}','2026-01-15 10:35:15','2026-01-15 10:35:15','2026-01-15 10:35:15'),
(263,7,'sale',198000.00,'credit','Sale completed: HIL-0254',254,'Sale',10856500.00,11054500.00,'{\"sale_id\":254,\"sale_number\":\"HIL-0254\",\"customer\":\"Abdelkerim\",\"payment_method\":\"cash\",\"is_partial\":false}','2026-01-15 11:39:04','2026-01-15 11:39:04','2026-01-15 11:39:04'),
(264,7,'sale',20000.00,'credit','Sale completed: HIL-0255',255,'Sale',11054500.00,11074500.00,'{\"sale_id\":255,\"sale_number\":\"HIL-0255\",\"customer\":null,\"payment_method\":\"cash\",\"is_partial\":false}','2026-01-15 12:12:07','2026-01-15 12:12:07','2026-01-15 12:12:07'),
(265,7,'sale',72000.00,'credit','Sale completed: HIL-0256',256,'Sale',11074500.00,11146500.00,'{\"sale_id\":256,\"sale_number\":\"HIL-0256\",\"customer\":\"Abdelkerim\",\"payment_method\":\"cash\",\"is_partial\":false}','2026-01-15 12:13:36','2026-01-15 12:13:36','2026-01-15 12:13:36'),
(266,7,'sale',108000.00,'credit','Sale completed: HIL-0257',257,'Sale',11146500.00,11254500.00,'{\"sale_id\":257,\"sale_number\":\"HIL-0257\",\"customer\":\"Abdelkerim\",\"payment_method\":\"cash\",\"is_partial\":false}','2026-01-15 12:14:40','2026-01-15 12:14:40','2026-01-15 12:14:40'),
(267,7,'sale_cancel',108000.00,'debit','Sale cancelled/refunded: HIL-0257',257,'Sale',11254500.00,11146500.00,'{\"sale_id\":257,\"sale_number\":\"HIL-0257\",\"reason\":\"Sale cancelled\\/refunded\"}','2026-01-15 12:16:30','2026-01-15 12:16:30','2026-01-15 12:16:30'),
(268,7,'sale',112500.00,'credit','Sale completed: HIL-0258',258,'Sale',11146500.00,11259000.00,'{\"sale_id\":258,\"sale_number\":\"HIL-0258\",\"customer\":\"Abdelkerim\",\"payment_method\":\"cash\",\"is_partial\":false}','2026-01-15 12:17:41','2026-01-15 12:17:41','2026-01-15 12:17:41'),
(269,7,'sale',10000.00,'credit','Sale completed: HIL-0259',259,'Sale',11259000.00,11269000.00,'{\"sale_id\":259,\"sale_number\":\"HIL-0259\",\"customer\":\"Issa Caratach\",\"payment_method\":\"cash\",\"is_partial\":true}','2026-01-15 12:35:11','2026-01-15 12:35:11','2026-01-15 12:35:11'),
(270,7,'sale',17500.00,'credit','Sale completed: HIL-0260',260,'Sale',11269000.00,11286500.00,'{\"sale_id\":260,\"sale_number\":\"HIL-0260\",\"customer\":\"Mansour\",\"payment_method\":\"cash\",\"is_partial\":false}','2026-01-15 13:06:17','2026-01-15 13:06:17','2026-01-15 13:06:17'),
(271,7,'sale',35000.00,'credit','Sale completed: HIL-0262',262,'Sale',11286500.00,11321500.00,'{\"sale_id\":262,\"sale_number\":\"HIL-0262\",\"customer\":\"Correction\",\"payment_method\":\"cash\",\"is_partial\":false}','2026-01-16 07:36:59','2026-01-16 07:36:59','2026-01-16 07:36:59'),
(272,7,'sale',17500.00,'credit','Sale completed: HIL-0263',263,'Sale',11321500.00,11339000.00,'{\"sale_id\":263,\"sale_number\":\"HIL-0263\",\"customer\":\"Youssouf Hilali\",\"payment_method\":\"cash\",\"is_partial\":false}','2026-01-16 09:08:49','2026-01-16 09:08:49','2026-01-16 09:08:49'),
(273,7,'sale',17500.00,'credit','Sale completed: HIL-0264',264,'Sale',11339000.00,11356500.00,'{\"sale_id\":264,\"sale_number\":\"HIL-0264\",\"customer\":\"Correction\",\"payment_method\":\"cash\",\"is_partial\":false}','2026-01-16 09:23:50','2026-01-16 09:23:50','2026-01-16 09:23:50'),
(274,7,'sale_cancel',17500.00,'debit','Sale cancelled/refunded: HIL-0264',264,'Sale',11356500.00,11339000.00,'{\"sale_id\":264,\"sale_number\":\"HIL-0264\",\"reason\":\"Sale cancelled\\/refunded\"}','2026-01-16 09:28:39','2026-01-16 09:28:39','2026-01-16 09:28:39'),
(275,7,'sale',52500.00,'credit','Sale completed: HIL-0265',265,'Sale',11339000.00,11391500.00,'{\"sale_id\":265,\"sale_number\":\"HIL-0265\",\"customer\":\"Issakha\",\"payment_method\":\"cash\",\"is_partial\":false}','2026-01-16 10:51:29','2026-01-16 10:51:29','2026-01-16 10:51:29'),
(276,7,'sale',20000.00,'credit','Sale completed: HIL-0266',266,'Sale',11391500.00,11411500.00,'{\"sale_id\":266,\"sale_number\":\"HIL-0266\",\"customer\":null,\"payment_method\":\"cash\",\"is_partial\":false}','2026-01-16 11:01:19','2026-01-16 11:01:19','2026-01-16 11:01:19'),
(277,7,'sale',17500.00,'credit','Sale completed: HIL-0267',267,'Sale',11411500.00,11429000.00,'{\"sale_id\":267,\"sale_number\":\"HIL-0267\",\"customer\":\"Correction\",\"payment_method\":\"cash\",\"is_partial\":false}','2026-01-16 11:23:49','2026-01-16 11:23:49','2026-01-16 11:23:49'),
(278,7,'sale',17500.00,'credit','Sale completed: HIL-0268',268,'Sale',11429000.00,11446500.00,'{\"sale_id\":268,\"sale_number\":\"HIL-0268\",\"customer\":\"Correction\",\"payment_method\":\"cash\",\"is_partial\":false}','2026-01-16 12:07:10','2026-01-16 12:07:10','2026-01-16 12:07:10'),
(279,7,'sale',70000.00,'credit','Sale completed: HIL-0269',269,'Sale',11446500.00,11516500.00,'{\"sale_id\":269,\"sale_number\":\"HIL-0269\",\"customer\":\"Guisma\",\"payment_method\":\"cash\",\"is_partial\":false}','2026-01-17 06:00:44','2026-01-17 06:00:44','2026-01-17 06:00:44'),
(280,7,'sale',17500.00,'credit','Sale completed: HIL-0270',270,'Sale',11516500.00,11534000.00,'{\"sale_id\":270,\"sale_number\":\"HIL-0270\",\"customer\":\"Correction\",\"payment_method\":\"cash\",\"is_partial\":false}','2026-01-17 07:05:51','2026-01-17 07:05:51','2026-01-17 07:05:51'),
(281,7,'sale',52500.00,'credit','Sale completed: HIL-0271',271,'Sale',11534000.00,11586500.00,'{\"sale_id\":271,\"sale_number\":\"HIL-0271\",\"customer\":\"Correction\",\"payment_method\":\"cash\",\"is_partial\":false}','2026-01-17 07:16:25','2026-01-17 07:16:25','2026-01-17 07:16:25'),
(282,7,'sale',20000.00,'credit','Sale completed: HIL-0272',272,'Sale',11586500.00,11606500.00,'{\"sale_id\":272,\"sale_number\":\"HIL-0272\",\"customer\":null,\"payment_method\":\"cash\",\"is_partial\":false}','2026-01-17 07:46:09','2026-01-17 07:46:09','2026-01-17 07:46:09'),
(283,7,'sale',20000.00,'credit','Sale completed: HIL-0273',273,'Sale',11606500.00,11626500.00,'{\"sale_id\":273,\"sale_number\":\"HIL-0273\",\"customer\":null,\"payment_method\":\"cash\",\"is_partial\":false}','2026-01-17 08:47:40','2026-01-17 08:47:40','2026-01-17 08:47:40'),
(284,7,'sale',15000.00,'credit','Sale completed: HIL-0274',274,'Sale',11626500.00,11641500.00,'{\"sale_id\":274,\"sale_number\":\"HIL-0274\",\"customer\":null,\"payment_method\":\"cash\",\"is_partial\":false}','2026-01-17 09:00:55','2026-01-17 09:00:55','2026-01-17 09:00:55'),
(285,7,'sale',17500.00,'credit','Sale completed: HIL-0275',275,'Sale',11641500.00,11659000.00,'{\"sale_id\":275,\"sale_number\":\"HIL-0275\",\"customer\":\"Bachar\",\"payment_method\":\"cash\",\"is_partial\":false}','2026-01-17 09:23:38','2026-01-17 09:23:38','2026-01-17 09:23:38'),
(286,7,'sale',20000.00,'credit','Sale completed: HIL-0276',276,'Sale',11659000.00,11679000.00,'{\"sale_id\":276,\"sale_number\":\"HIL-0276\",\"customer\":null,\"payment_method\":\"cash\",\"is_partial\":false}','2026-01-17 10:21:50','2026-01-17 10:21:50','2026-01-17 10:21:50'),
(287,7,'sale',13000.00,'credit','Sale completed: HIL-0277',277,'Sale',11679000.00,11692000.00,'{\"sale_id\":277,\"sale_number\":\"HIL-0277\",\"customer\":\"Issakha\",\"payment_method\":\"cash\",\"is_partial\":false}','2026-01-17 11:24:23','2026-01-17 11:24:23','2026-01-17 11:24:23'),
(288,7,'sale',17500.00,'credit','Loan payment received: HIL-0278',278,'Sale',11692000.00,11709500.00,'{\"sale_id\":278,\"sale_number\":\"HIL-0278\",\"customer\":\"Bachar\",\"payment_type\":\"loan_payment\"}','2026-01-19 06:21:28','2026-01-19 06:21:28','2026-01-19 06:21:28'),
(289,7,'sale_edit',35000.00,'debit','Sale edited: HIL-0239 (Amount changed from 105,000.00 to 70,000.00 CFA)',239,'Sale',11709500.00,11674500.00,'{\"sale_id\":239,\"sale_number\":\"HIL-0239\",\"old_amount\":105000,\"new_amount\":70000,\"difference\":-35000}','2026-01-19 07:05:31','2026-01-19 07:05:31','2026-01-19 07:05:31'),
(290,7,'sale_edit',17500.00,'credit','Sale edited: HIL-0239 (Amount changed from 70,000.00 to 87,500.00 CFA)',239,'Sale',11674500.00,11692000.00,'{\"sale_id\":239,\"sale_number\":\"HIL-0239\",\"old_amount\":70000,\"new_amount\":87500,\"difference\":17500}','2026-01-19 07:18:06','2026-01-19 07:18:06','2026-01-19 07:18:06'),
(291,7,'sale',85000.00,'credit','Loan payment received: HIL-0239',239,'Sale',11692000.00,11777000.00,'{\"sale_id\":239,\"sale_number\":\"HIL-0239\",\"customer\":\"Rozi\",\"payment_type\":\"loan_payment\"}','2026-01-19 07:18:55','2026-01-19 07:18:55','2026-01-19 07:18:55'),
(292,7,'sale',5500.00,'credit','Sale completed: HIL-0280',280,'Sale',11777000.00,11782500.00,'{\"sale_id\":280,\"sale_number\":\"HIL-0280\",\"customer\":null,\"payment_method\":\"cash\",\"is_partial\":false}','2026-01-19 10:04:47','2026-01-19 10:04:47','2026-01-19 10:04:47'),
(293,7,'sale',420000.00,'credit','Sale completed: HIL-0281',281,'Sale',11782500.00,12202500.00,'{\"sale_id\":281,\"sale_number\":\"HIL-0281\",\"customer\":\"Maheddin\",\"payment_method\":\"cash\",\"is_partial\":false}','2026-01-19 10:11:03','2026-01-19 10:11:03','2026-01-19 10:11:03'),
(294,7,'sale',20000.00,'credit','Sale completed: HIL-0282',282,'Sale',12202500.00,12222500.00,'{\"sale_id\":282,\"sale_number\":\"HIL-0282\",\"customer\":\"Yassin\",\"payment_method\":\"cash\",\"is_partial\":false}','2026-01-19 10:43:33','2026-01-19 10:43:33','2026-01-19 10:43:33'),
(295,4,'sale',84000.00,'credit','Sale completed: HIL-0283',283,'Sale',115000.00,199000.00,'{\"sale_id\":283,\"sale_number\":\"HIL-0283\",\"customer\":\"KADAI\",\"payment_method\":\"cash\",\"is_partial\":false}','2026-01-19 10:55:01','2026-01-19 10:55:01','2026-01-19 10:55:01'),
(296,4,'sale_cancel',84000.00,'debit','Sale cancelled/refunded: HIL-0283',283,'Sale',199000.00,115000.00,'{\"sale_id\":283,\"sale_number\":\"HIL-0283\",\"reason\":\"Sale cancelled\\/refunded\"}','2026-01-19 10:59:11','2026-01-19 10:59:11','2026-01-19 10:59:11'),
(297,7,'sale',20000.00,'credit','Sale completed: HIL-0284',284,'Sale',12222500.00,12242500.00,'{\"sale_id\":284,\"sale_number\":\"HIL-0284\",\"customer\":null,\"payment_method\":\"cash\",\"is_partial\":false}','2026-01-19 12:35:08','2026-01-19 12:35:08','2026-01-19 12:35:08'),
(298,7,'sale',17500.00,'credit','Loan payment received: HIL-0285',285,'Sale',12242500.00,12260000.00,'{\"sale_id\":285,\"sale_number\":\"HIL-0285\",\"customer\":\"Bachar\",\"payment_type\":\"loan_payment\"}','2026-01-19 13:12:46','2026-01-19 13:12:46','2026-01-19 13:12:46'),
(299,7,'sale',110000.00,'credit','Sale completed: HIL-0286',286,'Sale',12260000.00,12370000.00,'{\"sale_id\":286,\"sale_number\":\"HIL-0286\",\"customer\":null,\"payment_method\":\"cash\",\"is_partial\":false}','2026-01-19 13:29:38','2026-01-19 13:29:38','2026-01-19 13:29:38'),
(300,7,'sale',35000.00,'credit','Sale completed: HIL-0287',287,'Sale',12370000.00,12405000.00,'{\"sale_id\":287,\"sale_number\":\"HIL-0287\",\"customer\":\"Saoudi\",\"payment_method\":\"cash\",\"is_partial\":false}','2026-01-20 06:49:00','2026-01-20 06:49:00','2026-01-20 06:49:00'),
(301,7,'sale_cancel',35000.00,'debit','Sale cancelled/refunded: HIL-0287',287,'Sale',12405000.00,12370000.00,'{\"sale_id\":287,\"sale_number\":\"HIL-0287\",\"reason\":\"Sale cancelled\\/refunded\"}','2026-01-20 07:15:28','2026-01-20 07:15:28','2026-01-20 07:15:28'),
(302,7,'sale',18500.00,'credit','Sale completed: HIL-0289',289,'Sale',12370000.00,12388500.00,'{\"sale_id\":289,\"sale_number\":\"HIL-0289\",\"customer\":null,\"payment_method\":\"cash\",\"is_partial\":false}','2026-01-20 07:37:45','2026-01-20 07:37:45','2026-01-20 07:37:45'),
(303,7,'sale',17500.00,'credit','Sale completed: HIL-0290',290,'Sale',12388500.00,12406000.00,'{\"sale_id\":290,\"sale_number\":\"HIL-0290\",\"customer\":\"Bachar\",\"payment_method\":\"cash\",\"is_partial\":false}','2026-01-20 07:44:18','2026-01-20 07:44:18','2026-01-20 07:44:18'),
(304,7,'sale',17500.00,'credit','Sale completed: HIL-0291',291,'Sale',12406000.00,12423500.00,'{\"sale_id\":291,\"sale_number\":\"HIL-0291\",\"customer\":\"Ayoub\",\"payment_method\":\"cash\",\"is_partial\":false}','2026-01-20 10:43:37','2026-01-20 10:43:37','2026-01-20 10:43:37'),
(305,7,'sale',17500.00,'credit','Sale completed: HIL-0292',292,'Sale',12423500.00,12441000.00,'{\"sale_id\":292,\"sale_number\":\"HIL-0292\",\"customer\":\"Hawa Mht\",\"payment_method\":\"cash\",\"is_partial\":false}','2026-01-20 11:01:44','2026-01-20 11:01:44','2026-01-20 11:01:44'),
(306,7,'sale',17500.00,'credit','Sale completed: HIL-0293',293,'Sale',12441000.00,12458500.00,'{\"sale_id\":293,\"sale_number\":\"HIL-0293\",\"customer\":\"7 chaussures\",\"payment_method\":\"cash\",\"is_partial\":false}','2026-01-20 12:26:54','2026-01-20 12:26:54','2026-01-20 12:26:54'),
(307,7,'sale',17500.00,'credit','Sale completed: HIL-0294',294,'Sale',12458500.00,12476000.00,'{\"sale_id\":294,\"sale_number\":\"HIL-0294\",\"customer\":\"Saoudi\",\"payment_method\":\"cash\",\"is_partial\":false}','2026-01-20 12:35:57','2026-01-20 12:35:57','2026-01-20 12:35:57'),
(308,7,'sale',45000.00,'credit','Sale completed: HIL-0295',295,'Sale',12476000.00,12521000.00,'{\"sale_id\":295,\"sale_number\":\"HIL-0295\",\"customer\":null,\"payment_method\":\"cash\",\"is_partial\":false}','2026-01-20 12:59:53','2026-01-20 12:59:53','2026-01-20 12:59:53'),
(309,7,'sale',17500.00,'credit','Sale completed: HIL-0296',296,'Sale',12521000.00,12538500.00,'{\"sale_id\":296,\"sale_number\":\"HIL-0296\",\"customer\":\"Issakha\",\"payment_method\":\"cash\",\"is_partial\":false}','2026-01-20 14:55:31','2026-01-20 14:55:31','2026-01-20 14:55:31'),
(310,7,'sale',20000.00,'credit','Sale completed: HIL-0297',297,'Sale',12538500.00,12558500.00,'{\"sale_id\":297,\"sale_number\":\"HIL-0297\",\"customer\":\"Adam\",\"payment_method\":\"cash\",\"is_partial\":false}','2026-01-21 05:47:00','2026-01-21 05:47:00','2026-01-21 05:47:00'),
(311,7,'sale',350000.00,'credit','Sale completed: HIL-0299',300,'Sale',12558500.00,12908500.00,'{\"sale_id\":300,\"sale_number\":\"HIL-0299\",\"customer\":\"Abdallah Hamit\",\"payment_method\":\"cash\",\"is_partial\":false}','2026-01-21 07:31:45','2026-01-21 07:31:45','2026-01-21 07:31:45'),
(312,7,'sale',17500.00,'credit','Sale completed: HIL-0300',301,'Sale',12908500.00,12926000.00,'{\"sale_id\":301,\"sale_number\":\"HIL-0300\",\"customer\":\"Ayoub\",\"payment_method\":\"cash\",\"is_partial\":false}','2026-01-21 08:20:10','2026-01-21 08:20:10','2026-01-21 08:20:10'),
(313,7,'sale',25000.00,'credit','Sale completed: HIL-0301',302,'Sale',12926000.00,12951000.00,'{\"sale_id\":302,\"sale_number\":\"HIL-0301\",\"customer\":null,\"payment_method\":\"cash\",\"is_partial\":false}','2026-01-21 09:26:30','2026-01-21 09:26:30','2026-01-21 09:26:30'),
(314,7,'sale',17500.00,'credit','Sale completed: HIL-0303',304,'Sale',12951000.00,12968500.00,'{\"sale_id\":304,\"sale_number\":\"HIL-0303\",\"customer\":\"Ayoub\",\"payment_method\":\"cash\",\"is_partial\":false}','2026-01-21 09:59:06','2026-01-21 09:59:06','2026-01-21 09:59:06'),
(315,7,'sale',17500.00,'credit','Loan payment received: HIL-0302',303,'Sale',12968500.00,12986000.00,'{\"sale_id\":303,\"sale_number\":\"HIL-0302\",\"customer\":\"Aht Maloum\",\"payment_type\":\"loan_payment\"}','2026-01-21 10:11:17','2026-01-21 10:11:17','2026-01-21 10:11:17'),
(316,7,'sale',11000.00,'credit','Sale completed: HIL-0305',306,'Sale',12986000.00,12997000.00,'{\"sale_id\":306,\"sale_number\":\"HIL-0305\",\"customer\":\"Ayoub\",\"payment_method\":\"cash\",\"is_partial\":false}','2026-01-21 11:02:12','2026-01-21 11:02:12','2026-01-21 11:02:12'),
(317,7,'sale',17500.00,'credit','Sale completed: HIL-0307',308,'Sale',12997000.00,13014500.00,'{\"sale_id\":308,\"sale_number\":\"HIL-0307\",\"customer\":\"Issakha\",\"payment_method\":\"cash\",\"is_partial\":false}','2026-01-21 12:58:06','2026-01-21 12:58:06','2026-01-21 12:58:06'),
(318,7,'sale',20000.00,'credit','Sale completed: HIL-0308',309,'Sale',13014500.00,13034500.00,'{\"sale_id\":309,\"sale_number\":\"HIL-0308\",\"customer\":\"Adam\",\"payment_method\":\"cash\",\"is_partial\":false}','2026-01-22 06:00:13','2026-01-22 06:00:13','2026-01-22 06:00:13'),
(319,7,'sale',5500.00,'credit','Sale completed: HIL-0309',310,'Sale',13034500.00,13040000.00,'{\"sale_id\":310,\"sale_number\":\"HIL-0309\",\"customer\":null,\"payment_method\":\"cash\",\"is_partial\":false}','2026-01-22 06:40:20','2026-01-22 06:40:20','2026-01-22 06:40:20'),
(320,7,'sale',20000.00,'credit','Sale completed: HIL-0310',311,'Sale',13040000.00,13060000.00,'{\"sale_id\":311,\"sale_number\":\"HIL-0310\",\"customer\":\"Client\",\"payment_method\":\"cash\",\"is_partial\":false}','2026-01-22 08:42:23','2026-01-22 08:42:23','2026-01-22 08:42:23'),
(321,7,'sale',105000.00,'credit','Sale completed: HIL-0311',312,'Sale',13060000.00,13165000.00,'{\"sale_id\":312,\"sale_number\":\"HIL-0311\",\"customer\":\"7 Chaussures\",\"payment_method\":\"cash\",\"is_partial\":false}','2026-01-22 09:05:16','2026-01-22 09:05:16','2026-01-22 09:05:16'),
(322,7,'sale',22500.00,'credit','Sale completed: HIL-0312',313,'Sale',13165000.00,13187500.00,'{\"sale_id\":313,\"sale_number\":\"HIL-0312\",\"customer\":null,\"payment_method\":\"cash\",\"is_partial\":false}','2026-01-22 10:20:44','2026-01-22 10:20:44','2026-01-22 10:20:44'),
(323,7,'sale',2500.00,'credit','Loan payment received: HIL-0239',239,'Sale',13187500.00,13190000.00,'{\"sale_id\":239,\"sale_number\":\"HIL-0239\",\"customer\":\"Rozi\",\"payment_type\":\"loan_payment\"}','2026-01-22 12:36:26','2026-01-22 12:36:26','2026-01-22 12:36:26'),
(324,7,'sale',92500.00,'credit','Loan payment received: HIL-0279',279,'Sale',13190000.00,13282500.00,'{\"sale_id\":279,\"sale_number\":\"HIL-0279\",\"customer\":\"Rozi\",\"payment_type\":\"loan_payment\"}','2026-01-22 12:36:39','2026-01-22 12:36:39','2026-01-22 12:36:39'),
(325,7,'sale',45000.00,'credit','Sale completed: HIL-0314',315,'Sale',13282500.00,13327500.00,'{\"sale_id\":315,\"sale_number\":\"HIL-0314\",\"customer\":null,\"payment_method\":\"cash\",\"is_partial\":false}','2026-01-22 12:51:30','2026-01-22 12:51:30','2026-01-22 12:51:30'),
(326,7,'sale',52500.00,'credit','Sale completed: HIL-0315',316,'Sale',13327500.00,13380000.00,'{\"sale_id\":316,\"sale_number\":\"HIL-0315\",\"customer\":\"Saoudi\",\"payment_method\":\"cash\",\"is_partial\":false}','2026-01-23 05:12:22','2026-01-23 05:12:22','2026-01-23 05:12:22'),
(327,7,'sale',17500.00,'credit','Sale completed: HIL-0316',317,'Sale',13380000.00,13397500.00,'{\"sale_id\":317,\"sale_number\":\"HIL-0316\",\"customer\":\"Adam\",\"payment_method\":\"cash\",\"is_partial\":false}','2026-01-23 05:12:39','2026-01-23 05:12:39','2026-01-23 05:12:39'),
(328,7,'sale',21500.00,'credit','Sale completed: HIL-0317',318,'Sale',13397500.00,13419000.00,'{\"sale_id\":318,\"sale_number\":\"HIL-0317\",\"customer\":\"Client\",\"payment_method\":\"cash\",\"is_partial\":false}','2026-01-23 06:01:39','2026-01-23 06:01:39','2026-01-23 06:01:39'),
(329,7,'sale',17500.00,'credit','Sale completed: HIL-0318',319,'Sale',13419000.00,13436500.00,'{\"sale_id\":319,\"sale_number\":\"HIL-0318\",\"customer\":\"Ayoub\",\"payment_method\":\"cash\",\"is_partial\":false}','2026-01-23 07:12:31','2026-01-23 07:12:31','2026-01-23 07:12:31'),
(330,7,'sale',17500.00,'credit','Loan payment received: HIL-0107',107,'Sale',13436500.00,13454000.00,'{\"sale_id\":107,\"sale_number\":\"HIL-0107\",\"customer\":\"Fatime Abdelrahim\",\"payment_type\":\"loan_payment\"}','2026-01-23 07:55:06','2026-01-23 07:55:06','2026-01-23 07:55:06'),
(331,7,'sale',95000.00,'credit','Loan payment received: HIL-0193',193,'Sale',13454000.00,13549000.00,'{\"sale_id\":193,\"sale_number\":\"HIL-0193\",\"customer\":\"Fatime Abdelrahim\",\"payment_type\":\"loan_payment\"}','2026-01-23 07:56:04','2026-01-23 07:56:04','2026-01-23 07:56:04'),
(332,7,'sale',20000.00,'credit','Sale completed: HIL-0320',321,'Sale',13549000.00,13569000.00,'{\"sale_id\":321,\"sale_number\":\"HIL-0320\",\"customer\":\"Adam\",\"payment_method\":\"cash\",\"is_partial\":false}','2026-01-23 11:04:08','2026-01-23 11:04:08','2026-01-23 11:04:08'),
(333,7,'sale',50000.00,'credit','Sale completed: HIL-0321',322,'Sale',13569000.00,13619000.00,'{\"sale_id\":322,\"sale_number\":\"HIL-0321\",\"customer\":\"Client\",\"payment_method\":\"cash\",\"is_partial\":false}','2026-01-23 11:29:24','2026-01-23 11:29:24','2026-01-23 11:29:24'),
(334,7,'sale',185000.00,'credit','Sale completed: HIL-0322',323,'Sale',13619000.00,13804000.00,'{\"sale_id\":323,\"sale_number\":\"HIL-0322\",\"customer\":\"Oumarou Garwa\",\"payment_method\":\"cash\",\"is_partial\":false}','2026-01-23 12:34:04','2026-01-23 12:34:04','2026-01-23 12:34:04'),
(335,7,'sale',20000.00,'credit','Sale completed: HIL-0323',324,'Sale',13804000.00,13824000.00,'{\"sale_id\":324,\"sale_number\":\"HIL-0323\",\"customer\":null,\"payment_method\":\"cash\",\"is_partial\":false}','2026-01-23 12:53:35','2026-01-23 12:53:35','2026-01-23 12:53:35'),
(336,7,'sale',52500.00,'credit','Sale completed: HIL-0324',325,'Sale',13824000.00,13876500.00,'{\"sale_id\":325,\"sale_number\":\"HIL-0324\",\"customer\":\"Ayoub\",\"payment_method\":\"cash\",\"is_partial\":false}','2026-01-23 14:13:35','2026-01-23 14:13:35','2026-01-23 14:13:35'),
(337,7,'sale',17500.00,'credit','Sale completed: HIL-0325',326,'Sale',13876500.00,13894000.00,'{\"sale_id\":326,\"sale_number\":\"HIL-0325\",\"customer\":\"Saoudi\",\"payment_method\":\"cash\",\"is_partial\":false}','2026-01-23 14:55:29','2026-01-23 14:55:29','2026-01-23 14:55:29'),
(338,7,'sale',444000.00,'credit','Sale completed: HIL-0326',327,'Sale',13894000.00,14338000.00,'{\"sale_id\":327,\"sale_number\":\"HIL-0326\",\"customer\":\"Djamal\",\"payment_method\":\"cash\",\"is_partial\":false}','2026-01-24 07:21:05','2026-01-24 07:21:05','2026-01-24 07:21:05'),
(339,7,'sale',20000.00,'credit','Sale completed: HIL-0327',328,'Sale',14338000.00,14358000.00,'{\"sale_id\":328,\"sale_number\":\"HIL-0327\",\"customer\":null,\"payment_method\":\"cash\",\"is_partial\":false}','2026-01-24 07:33:37','2026-01-24 07:33:37','2026-01-24 07:33:37'),
(340,7,'sale',155500.00,'credit','Sale completed: HIL-0328',329,'Sale',14358000.00,14513500.00,'{\"sale_id\":329,\"sale_number\":\"HIL-0328\",\"customer\":\"Client\",\"payment_method\":\"cash\",\"is_partial\":false}','2026-01-24 07:59:10','2026-01-24 07:59:10','2026-01-24 07:59:10'),
(341,7,'sale',20000.00,'credit','Sale completed: HIL-0329',330,'Sale',14513500.00,14533500.00,'{\"sale_id\":330,\"sale_number\":\"HIL-0329\",\"customer\":\"Client\",\"payment_method\":\"cash\",\"is_partial\":false}','2026-01-24 09:05:00','2026-01-24 09:05:00','2026-01-24 09:05:00'),
(342,7,'sale',17500.00,'credit','Sale completed: HIL-0330',331,'Sale',14533500.00,14551000.00,'{\"sale_id\":331,\"sale_number\":\"HIL-0330\",\"customer\":\"Ayoub\",\"payment_method\":\"cash\",\"is_partial\":false}','2026-01-24 09:40:48','2026-01-24 09:40:48','2026-01-24 09:40:48'),
(343,7,'sale',216800.00,'credit','Sale completed: HIL-0331',332,'Sale',14551000.00,14767800.00,'{\"sale_id\":332,\"sale_number\":\"HIL-0331\",\"customer\":\"Seid Adam\",\"payment_method\":\"cash\",\"is_partial\":false}','2026-01-24 11:21:36','2026-01-24 11:21:36','2026-01-24 11:21:36'),
(344,7,'sale',18500.00,'credit','Sale completed: HIL-0332',333,'Sale',14767800.00,14786300.00,'{\"sale_id\":333,\"sale_number\":\"HIL-0332\",\"customer\":\"Aht Malloum\",\"payment_method\":\"cash\",\"is_partial\":false}','2026-01-24 11:32:39','2026-01-24 11:32:39','2026-01-24 11:32:39'),
(345,7,'sale_edit',300.00,'debit','Sale edited: HIL-0331 (Amount changed from 216,800.00 to 216,500.00 CFA)',332,'Sale',14786300.00,14786000.00,'{\"sale_id\":332,\"sale_number\":\"HIL-0331\",\"old_amount\":216800,\"new_amount\":216500,\"difference\":-300}','2026-01-24 11:36:17','2026-01-24 11:36:17','2026-01-24 11:36:17'),
(346,7,'sale',17500.00,'credit','Sale completed: HIL-0333',334,'Sale',14786000.00,14803500.00,'{\"sale_id\":334,\"sale_number\":\"HIL-0333\",\"customer\":\"Saoudi\",\"payment_method\":\"cash\",\"is_partial\":false}','2026-01-26 05:19:28','2026-01-26 05:19:28','2026-01-26 05:19:28'),
(347,7,'sale',57500.00,'credit','Sale completed: HIL-0334',335,'Sale',14803500.00,14861000.00,'{\"sale_id\":335,\"sale_number\":\"HIL-0334\",\"customer\":\"Tahir Daoud\",\"payment_method\":\"cash\",\"is_partial\":true}','2026-01-26 05:25:41','2026-01-26 05:25:41','2026-01-26 05:25:41'),
(348,7,'sale',41500.00,'credit','Sale completed: HIL-0335',336,'Sale',14861000.00,14902500.00,'{\"sale_id\":336,\"sale_number\":\"HIL-0335\",\"customer\":\"Timba\",\"payment_method\":\"cash\",\"is_partial\":false}','2026-01-26 05:45:24','2026-01-26 05:45:24','2026-01-26 05:45:24'),
(349,7,'sale',60000.00,'credit','Sale completed: HIL-0336',337,'Sale',14902500.00,14962500.00,'{\"sale_id\":337,\"sale_number\":\"HIL-0336\",\"customer\":null,\"payment_method\":\"cash\",\"is_partial\":false}','2026-01-26 06:10:17','2026-01-26 06:10:17','2026-01-26 06:10:17'),
(350,7,'sale',17500.00,'credit','Sale completed: HIL-0338',339,'Sale',14962500.00,14980000.00,'{\"sale_id\":339,\"sale_number\":\"HIL-0338\",\"customer\":\"Issakha\",\"payment_method\":\"cash\",\"is_partial\":false}','2026-01-26 07:23:02','2026-01-26 07:23:02','2026-01-26 07:23:02'),
(351,7,'sale',20000.00,'credit','Sale completed: HIL-0339',340,'Sale',14980000.00,15000000.00,'{\"sale_id\":340,\"sale_number\":\"HIL-0339\",\"customer\":null,\"payment_method\":\"cash\",\"is_partial\":false}','2026-01-26 09:00:36','2026-01-26 09:00:36','2026-01-26 09:00:36'),
(352,7,'sale',17500.00,'credit','Sale completed: HIL-0340',341,'Sale',15000000.00,15017500.00,'{\"sale_id\":341,\"sale_number\":\"HIL-0340\",\"customer\":\"Issakha\",\"payment_method\":\"cash\",\"is_partial\":false}','2026-01-26 09:00:57','2026-01-26 09:00:57','2026-01-26 09:00:57'),
(353,7,'sale',17500.00,'credit','Loan payment received: HIL-0337',338,'Sale',15017500.00,15035000.00,'{\"sale_id\":338,\"sale_number\":\"HIL-0337\",\"customer\":\"Issakha\",\"payment_type\":\"loan_payment\"}','2026-01-26 09:01:12','2026-01-26 09:01:12','2026-01-26 09:01:12'),
(354,7,'sale',17500.00,'credit','Sale completed: HIL-0341',342,'Sale',15035000.00,15052500.00,'{\"sale_id\":342,\"sale_number\":\"HIL-0341\",\"customer\":\"Ayoub\",\"payment_method\":\"cash\",\"is_partial\":false}','2026-01-26 10:29:15','2026-01-26 10:29:15','2026-01-26 10:29:15'),
(355,7,'sale',17500.00,'credit','Sale completed: HIL-0342',343,'Sale',15052500.00,15070000.00,'{\"sale_id\":343,\"sale_number\":\"HIL-0342\",\"customer\":\"Issakha\",\"payment_method\":\"cash\",\"is_partial\":true}','2026-01-26 10:34:13','2026-01-26 10:34:13','2026-01-26 10:34:13'),
(356,7,'sale',5500.00,'credit','Sale completed: HIL-0343',344,'Sale',15070000.00,15075500.00,'{\"sale_id\":344,\"sale_number\":\"HIL-0343\",\"customer\":null,\"payment_method\":\"cash\",\"is_partial\":false}','2026-01-26 11:05:14','2026-01-26 11:05:14','2026-01-26 11:05:14'),
(357,7,'sale',20000.00,'credit','Sale completed: HIL-0344',345,'Sale',15075500.00,15095500.00,'{\"sale_id\":345,\"sale_number\":\"HIL-0344\",\"customer\":null,\"payment_method\":\"cash\",\"is_partial\":false}','2026-01-26 11:07:52','2026-01-26 11:07:52','2026-01-26 11:07:52'),
(358,7,'sale',10000.00,'credit','Loan payment received: HIL-0193',193,'Sale',15095500.00,15105500.00,'{\"sale_id\":193,\"sale_number\":\"HIL-0193\",\"customer\":\"Fatime Abdelrahim\",\"payment_type\":\"loan_payment\"}','2026-01-26 11:39:27','2026-01-26 11:39:27','2026-01-26 11:39:27'),
(359,7,'sale',45000.00,'credit','Loan payment received: HIL-0209',209,'Sale',15105500.00,15150500.00,'{\"sale_id\":209,\"sale_number\":\"HIL-0209\",\"customer\":\"Fatime Abdelrahim\",\"payment_type\":\"loan_payment\"}','2026-01-26 11:41:06','2026-01-26 11:41:06','2026-01-26 11:41:06'),
(360,7,'sale',18500.00,'credit','Sale completed: HIL-0347',348,'Sale',15150500.00,15169000.00,'{\"sale_id\":348,\"sale_number\":\"HIL-0347\",\"customer\":\"Aht Malloum\",\"payment_method\":\"cash\",\"is_partial\":false}','2026-01-26 12:09:31','2026-01-26 12:09:31','2026-01-26 12:09:31'),
(361,7,'sale',22500.00,'credit','Sale completed: HIL-0348',349,'Sale',15169000.00,15191500.00,'{\"sale_id\":349,\"sale_number\":\"HIL-0348\",\"customer\":null,\"payment_method\":\"cash\",\"is_partial\":false}','2026-01-26 12:51:49','2026-01-26 12:51:49','2026-01-26 12:51:49'),
(362,7,'sale',250000.00,'credit','Loan payment received: HIL-0288',288,'Sale',15191500.00,15441500.00,'{\"sale_id\":288,\"sale_number\":\"HIL-0288\",\"customer\":\"Abdelkerim\",\"payment_type\":\"loan_payment\"}','2026-01-27 06:36:47','2026-01-27 06:36:47','2026-01-27 06:36:47'),
(363,7,'sale',17500.00,'credit','Sale completed: HIL-0349',350,'Sale',15441500.00,15459000.00,'{\"sale_id\":350,\"sale_number\":\"HIL-0349\",\"customer\":\"Ayoub\",\"payment_method\":\"cash\",\"is_partial\":false}','2026-01-27 07:02:04','2026-01-27 07:02:04','2026-01-27 07:02:04'),
(364,7,'sale',17500.00,'credit','Sale completed: HIL-0350',351,'Sale',15459000.00,15476500.00,'{\"sale_id\":351,\"sale_number\":\"HIL-0350\",\"customer\":\"F Z\",\"payment_method\":\"cash\",\"is_partial\":false}','2026-01-27 07:23:13','2026-01-27 07:23:13','2026-01-27 07:23:13'),
(365,7,'sale',55500.00,'credit','Loan payment received: HIL-0313',314,'Sale',15476500.00,15532000.00,'{\"sale_id\":314,\"sale_number\":\"HIL-0313\",\"customer\":\"Rozi\",\"payment_type\":\"loan_payment\"}','2026-01-27 08:39:30','2026-01-27 08:39:30','2026-01-27 08:39:30'),
(366,7,'sale',30000.00,'credit','Loan payment received: HIL-0334',335,'Sale',15532000.00,15562000.00,'{\"sale_id\":335,\"sale_number\":\"HIL-0334\",\"customer\":\"Tahir Daoud\",\"payment_type\":\"loan_payment\"}','2026-01-27 08:39:59','2026-01-27 08:39:59','2026-01-27 08:39:59'),
(367,7,'sale',250000.00,'credit','Sale completed: HIL-0351',352,'Sale',15562000.00,15812000.00,'{\"sale_id\":352,\"sale_number\":\"HIL-0351\",\"customer\":\"Tahir Daoud\",\"payment_method\":\"cash\",\"is_partial\":true}','2026-01-27 13:25:07','2026-01-27 13:25:07','2026-01-27 13:25:07'),
(368,7,'sale',20000.00,'credit','Sale completed: HIL-0352',353,'Sale',15812000.00,15832000.00,'{\"sale_id\":353,\"sale_number\":\"HIL-0352\",\"customer\":null,\"payment_method\":\"cash\",\"is_partial\":false}','2026-01-27 13:25:24','2026-01-27 13:25:24','2026-01-27 13:25:24'),
(369,7,'sale',36000.00,'credit','Loan payment received: HIL-0319',320,'Sale',15832000.00,15868000.00,'{\"sale_id\":320,\"sale_number\":\"HIL-0319\",\"customer\":\"Mahasin\",\"payment_type\":\"loan_payment\"}','2026-01-28 06:28:17','2026-01-28 06:28:17','2026-01-28 06:28:17'),
(370,7,'sale',20000.00,'credit','Sale completed: HIL-0353',354,'Sale',15868000.00,15888000.00,'{\"sale_id\":354,\"sale_number\":\"HIL-0353\",\"customer\":null,\"payment_method\":\"cash\",\"is_partial\":false}','2026-01-28 09:00:15','2026-01-28 09:00:15','2026-01-28 09:00:15'),
(371,7,'sale',17500.00,'credit','Loan payment received: HIL-0304',305,'Sale',15888000.00,15905500.00,'{\"sale_id\":305,\"sale_number\":\"HIL-0304\",\"customer\":\"Hamida\",\"payment_type\":\"loan_payment\"}','2026-01-28 09:29:28','2026-01-28 09:29:28','2026-01-28 09:29:28'),
(372,7,'sale',51500.00,'credit','Loan payment received: HIL-0298',299,'Sale',15905500.00,15957000.00,'{\"sale_id\":299,\"sale_number\":\"HIL-0298\",\"customer\":\"Hamida\",\"payment_type\":\"loan_payment\"}','2026-01-28 09:31:39','2026-01-28 09:31:39','2026-01-28 09:31:39'),
(373,7,'sale',875000.00,'credit','Sale completed: HIL-0355',356,'Sale',15957000.00,16832000.00,'{\"sale_id\":356,\"sale_number\":\"HIL-0355\",\"customer\":\"Abdallah Hamit\",\"payment_method\":\"cash\",\"is_partial\":false}','2026-01-28 10:26:13','2026-01-28 10:26:13','2026-01-28 10:26:13'),
(374,7,'sale',18500.00,'credit','Sale completed: HIL-0356',357,'Sale',16832000.00,16850500.00,'{\"sale_id\":357,\"sale_number\":\"HIL-0356\",\"customer\":\"Rozi\",\"payment_method\":\"cash\",\"is_partial\":false}','2026-01-28 10:28:27','2026-01-28 10:28:27','2026-01-28 10:28:27'),
(375,7,'sale',17500.00,'credit','Sale completed: HIL-0357',358,'Sale',16850500.00,16868000.00,'{\"sale_id\":358,\"sale_number\":\"HIL-0357\",\"customer\":\"Issakha\",\"payment_method\":\"cash\",\"is_partial\":false}','2026-01-28 10:29:27','2026-01-28 10:29:27','2026-01-28 10:29:27'),
(376,7,'sale',52500.00,'credit','Sale completed: HIL-0358',359,'Sale',16868000.00,16920500.00,'{\"sale_id\":359,\"sale_number\":\"HIL-0358\",\"customer\":\"Ayoub\",\"payment_method\":\"cash\",\"is_partial\":false}','2026-01-28 10:42:57','2026-01-28 10:42:57','2026-01-28 10:42:57'),
(377,7,'sale',17500.00,'credit','Sale completed: HIL-0359',360,'Sale',16920500.00,16938000.00,'{\"sale_id\":360,\"sale_number\":\"HIL-0359\",\"customer\":\"Issakha\",\"payment_method\":\"cash\",\"is_partial\":false}','2026-01-28 10:51:24','2026-01-28 10:51:24','2026-01-28 10:51:24'),
(378,7,'sale',70000.00,'credit','Sale completed: HIL-0360',361,'Sale',16938000.00,17008000.00,'{\"sale_id\":361,\"sale_number\":\"HIL-0360\",\"customer\":\"Fatime Abdelrahim\",\"payment_method\":\"cash\",\"is_partial\":false}','2026-01-28 10:56:14','2026-01-28 10:56:14','2026-01-28 10:56:14'),
(379,7,'sale',15000.00,'credit','Loan payment received: HIL-0209',209,'Sale',17008000.00,17023000.00,'{\"sale_id\":209,\"sale_number\":\"HIL-0209\",\"customer\":\"Fatime Abdelrahim\",\"payment_type\":\"loan_payment\"}','2026-01-28 10:57:07','2026-01-28 10:57:07','2026-01-28 10:57:07'),
(380,7,'sale',17500.00,'credit','Loan payment received: HIL-0342',343,'Sale',17023000.00,17040500.00,'{\"sale_id\":343,\"sale_number\":\"HIL-0342\",\"customer\":\"Issakha\",\"payment_type\":\"loan_payment\"}','2026-01-28 10:58:40','2026-01-28 10:58:40','2026-01-28 10:58:40'),
(381,7,'sale',216000.00,'credit','Sale completed: HIL-0362',363,'Sale',17040500.00,17256500.00,'{\"sale_id\":363,\"sale_number\":\"HIL-0362\",\"customer\":\"Moussa\",\"payment_method\":\"cash\",\"is_partial\":false}','2026-01-28 12:07:09','2026-01-28 12:07:09','2026-01-28 12:07:09'),
(382,7,'sale',17500.00,'credit','Sale completed: HIL-0363',364,'Sale',17256500.00,17274000.00,'{\"sale_id\":364,\"sale_number\":\"HIL-0363\",\"customer\":\"Ayoub\",\"payment_method\":\"cash\",\"is_partial\":false}','2026-01-29 06:11:58','2026-01-29 06:11:58','2026-01-29 06:11:58'),
(383,7,'sale',20000.00,'credit','Sale completed: HIL-0365',366,'Sale',17274000.00,17294000.00,'{\"sale_id\":366,\"sale_number\":\"HIL-0365\",\"customer\":null,\"payment_method\":\"cash\",\"is_partial\":false}','2026-01-29 07:52:30','2026-01-29 07:52:30','2026-01-29 07:52:30'),
(384,7,'sale',180000.00,'credit','Sale completed: HIL-0366',367,'Sale',17294000.00,17474000.00,'{\"sale_id\":367,\"sale_number\":\"HIL-0366\",\"customer\":\"Madani \\u0130brahim\",\"payment_method\":\"cash\",\"is_partial\":false}','2026-01-29 08:36:02','2026-01-29 08:36:02','2026-01-29 08:36:02'),
(385,7,'sale',20000.00,'credit','Sale completed: HIL-0368',369,'Sale',17474000.00,17494000.00,'{\"sale_id\":369,\"sale_number\":\"HIL-0368\",\"customer\":null,\"payment_method\":\"cash\",\"is_partial\":false}','2026-01-29 12:36:29','2026-01-29 12:36:29','2026-01-29 12:36:29'),
(386,7,'sale',20000.00,'credit','Sale completed: HIL-0370',371,'Sale',17494000.00,17514000.00,'{\"sale_id\":371,\"sale_number\":\"HIL-0370\",\"customer\":null,\"payment_method\":\"cash\",\"is_partial\":false}','2026-01-31 08:40:04','2026-01-31 08:40:04','2026-01-31 08:40:04'),
(387,7,'sale',18500.00,'credit','Sale completed: HIL-0372',373,'Sale',17514000.00,17532500.00,'{\"sale_id\":373,\"sale_number\":\"HIL-0372\",\"customer\":null,\"payment_method\":\"cash\",\"is_partial\":false}','2026-01-31 13:19:24','2026-01-31 13:19:24','2026-01-31 13:19:24'),
(388,7,'sale',20000.00,'credit','Sale completed: HIL-0373',374,'Sale',17532500.00,17552500.00,'{\"sale_id\":374,\"sale_number\":\"HIL-0373\",\"customer\":null,\"payment_method\":\"cash\",\"is_partial\":false}','2026-01-31 13:19:47','2026-01-31 13:19:47','2026-01-31 13:19:47'),
(389,7,'sale',17500.00,'credit','Sale completed: HIL-0374',375,'Sale',17552500.00,17570000.00,'{\"sale_id\":375,\"sale_number\":\"HIL-0374\",\"customer\":\"Issakha\",\"payment_method\":\"cash\",\"is_partial\":false}','2026-01-31 13:21:30','2026-01-31 13:21:30','2026-01-31 13:21:30'),
(390,7,'sale',20000.00,'credit','Sale completed: HIL-0375',376,'Sale',17570000.00,17590000.00,'{\"sale_id\":376,\"sale_number\":\"HIL-0375\",\"customer\":null,\"payment_method\":\"cash\",\"is_partial\":false}','2026-02-02 08:37:24','2026-02-02 08:37:24','2026-02-02 08:37:24'),
(391,7,'sale',22500.00,'credit','Sale completed: HIL-0376',377,'Sale',17590000.00,17612500.00,'{\"sale_id\":377,\"sale_number\":\"HIL-0376\",\"customer\":null,\"payment_method\":\"cash\",\"is_partial\":false}','2026-02-02 09:09:38','2026-02-02 09:09:38','2026-02-02 09:09:38'),
(392,7,'sale',625000.00,'credit','Loan payment received: HIL-0377',378,'Sale',17612500.00,18237500.00,'{\"sale_id\":378,\"sale_number\":\"HIL-0377\",\"customer\":\"Imam Ahmat\",\"payment_type\":\"loan_payment\"}','2026-02-02 10:45:50','2026-02-02 10:45:50','2026-02-02 10:45:50'),
(393,7,'sale',18000.00,'credit','Sale completed: HIL-0378',379,'Sale',18237500.00,18255500.00,'{\"sale_id\":379,\"sale_number\":\"HIL-0378\",\"customer\":null,\"payment_method\":\"cash\",\"is_partial\":false}','2026-02-02 12:34:39','2026-02-02 12:34:39','2026-02-02 12:34:39'),
(394,7,'sale',55500.00,'credit','Sale completed: HIL-0379',380,'Sale',18255500.00,18311000.00,'{\"sale_id\":380,\"sale_number\":\"HIL-0379\",\"customer\":\"Saoudi\",\"payment_method\":\"cash\",\"is_partial\":false}','2026-02-02 17:46:10','2026-02-02 17:46:10','2026-02-02 17:46:10'),
(395,7,'sale',180000.00,'credit','Sale completed: HIL-0380',381,'Sale',18311000.00,18491000.00,'{\"sale_id\":381,\"sale_number\":\"HIL-0380\",\"customer\":\"30 $\",\"payment_method\":\"cash\",\"is_partial\":false}','2026-02-02 17:50:14','2026-02-02 17:50:14','2026-02-02 17:50:14'),
(396,7,'sale',17500.00,'credit','Sale completed: HIL-0381',382,'Sale',18491000.00,18508500.00,'{\"sale_id\":382,\"sale_number\":\"HIL-0381\",\"customer\":\"Issakha\",\"payment_method\":\"cash\",\"is_partial\":false}','2026-02-03 06:54:34','2026-02-03 06:54:34','2026-02-03 06:54:34'),
(397,7,'sale',20000.00,'credit','Sale completed: HIL-0382',383,'Sale',18508500.00,18528500.00,'{\"sale_id\":383,\"sale_number\":\"HIL-0382\",\"customer\":null,\"payment_method\":\"cash\",\"is_partial\":false}','2026-02-03 08:51:07','2026-02-03 08:51:07','2026-02-03 08:51:07'),
(398,7,'sale',210000.00,'credit','Loan payment received: HIL-0144',144,'Sale',18528500.00,18738500.00,'{\"sale_id\":144,\"sale_number\":\"HIL-0144\",\"customer\":\"Ousman Nassir\",\"payment_type\":\"loan_payment\"}','2026-02-03 10:39:06','2026-02-03 10:39:06','2026-02-03 10:39:06'),
(399,7,'sale',17500.00,'credit','Loan payment received: HIL-0371',372,'Sale',18738500.00,18756000.00,'{\"sale_id\":372,\"sale_number\":\"HIL-0371\",\"customer\":\"Algoni\",\"payment_type\":\"loan_payment\"}','2026-02-03 10:44:43','2026-02-03 10:44:43','2026-02-03 10:44:43'),
(400,7,'sale',100000.00,'credit','Loan payment received: HIL-0351',352,'Sale',18756000.00,18856000.00,'{\"sale_id\":352,\"sale_number\":\"HIL-0351\",\"customer\":\"Tahir Daoud\",\"payment_type\":\"loan_payment\"}','2026-02-03 10:45:03','2026-02-03 10:45:03','2026-02-03 10:45:03'),
(401,7,'sale',22000.00,'credit','Sale completed: HIL-0384',385,'Sale',18856000.00,18878000.00,'{\"sale_id\":385,\"sale_number\":\"HIL-0384\",\"customer\":null,\"payment_method\":\"cash\",\"is_partial\":false}','2026-02-03 11:52:09','2026-02-03 11:52:09','2026-02-03 11:52:09'),
(402,7,'sale',10000.00,'credit','Loan payment received: HIL-0209',209,'Sale',18878000.00,18888000.00,'{\"sale_id\":209,\"sale_number\":\"HIL-0209\",\"customer\":\"Fatime Abdelrahim\",\"payment_type\":\"loan_payment\"}','2026-02-03 12:16:17','2026-02-03 12:16:17','2026-02-03 12:16:17'),
(403,7,'sale',19000.00,'credit','Loan payment received: HIL-0385',386,'Sale',18888000.00,18907000.00,'{\"sale_id\":386,\"sale_number\":\"HIL-0385\",\"customer\":\"Fatime Abdelrahim\",\"payment_type\":\"loan_payment\"}','2026-02-03 12:16:44','2026-02-03 12:16:44','2026-02-03 12:16:44'),
(404,7,'sale',10000.00,'credit','Loan payment received: HIL-0385',386,'Sale',18907000.00,18917000.00,'{\"sale_id\":386,\"sale_number\":\"HIL-0385\",\"customer\":\"Fatime Abdelrahim\",\"payment_type\":\"loan_payment\"}','2026-02-03 12:17:21','2026-02-03 12:17:21','2026-02-03 12:17:21'),
(405,7,'sale',20000.00,'credit','Sale completed: HIL-0386',387,'Sale',18917000.00,18937000.00,'{\"sale_id\":387,\"sale_number\":\"HIL-0386\",\"customer\":null,\"payment_method\":\"cash\",\"is_partial\":false}','2026-02-03 12:33:08','2026-02-03 12:33:08','2026-02-03 12:33:08'),
(406,7,'sale',443000.00,'credit','Sale completed: HIL-0387',388,'Sale',18937000.00,19380000.00,'{\"sale_id\":388,\"sale_number\":\"HIL-0387\",\"customer\":\"Noussraddine Abdoullay\",\"payment_method\":\"cash\",\"is_partial\":false}','2026-02-03 13:10:12','2026-02-03 13:10:12','2026-02-03 13:10:12'),
(407,7,'sale',18500.00,'credit','Sale completed: HIL-0388',389,'Sale',19380000.00,19398500.00,'{\"sale_id\":389,\"sale_number\":\"HIL-0388\",\"customer\":\"Gachi\",\"payment_method\":\"cash\",\"is_partial\":false}','2026-02-04 07:33:28','2026-02-04 07:33:28','2026-02-04 07:33:28'),
(408,7,'sale',18500.00,'credit','Sale completed: HIL-0389',390,'Sale',19398500.00,19417000.00,'{\"sale_id\":390,\"sale_number\":\"HIL-0389\",\"customer\":\"Client\",\"payment_method\":\"cash\",\"is_partial\":false}','2026-02-04 08:40:16','2026-02-04 08:40:16','2026-02-04 08:40:16'),
(409,7,'sale_cancel',18500.00,'debit','Sale cancelled/refunded: HIL-0388',389,'Sale',19417000.00,19398500.00,'{\"sale_id\":389,\"sale_number\":\"HIL-0388\",\"reason\":\"Sale cancelled\\/refunded\"}','2026-02-04 08:53:21','2026-02-04 08:53:21','2026-02-04 08:53:21'),
(410,7,'sale',20000.00,'credit','Sale completed: HIL-0390',391,'Sale',19398500.00,19418500.00,'{\"sale_id\":391,\"sale_number\":\"HIL-0390\",\"customer\":\"Saoudi\",\"payment_method\":\"cash\",\"is_partial\":false}','2026-02-04 08:54:14','2026-02-04 08:54:14','2026-02-04 08:54:14'),
(411,7,'sale',20000.00,'credit','Sale completed: HIL-0391',392,'Sale',19418500.00,19438500.00,'{\"sale_id\":392,\"sale_number\":\"HIL-0391\",\"customer\":\"Youssouf\",\"payment_method\":\"cash\",\"is_partial\":false}','2026-02-04 08:54:35','2026-02-04 08:54:35','2026-02-04 08:54:35'),
(412,7,'sale',6000.00,'credit','Loan payment received: HIL-0385',386,'Sale',19438500.00,19444500.00,'{\"sale_id\":386,\"sale_number\":\"HIL-0385\",\"customer\":\"Fatime Abdelrahim\",\"payment_type\":\"loan_payment\"}','2026-02-04 09:08:31','2026-02-04 09:08:31','2026-02-04 09:08:31'),
(413,7,'sale',20000.00,'credit','Loan payment received: HIL-0392',393,'Sale',19444500.00,19464500.00,'{\"sale_id\":393,\"sale_number\":\"HIL-0392\",\"customer\":\"Fatime Abdelrahim\",\"payment_type\":\"loan_payment\"}','2026-02-04 09:09:42','2026-02-04 09:09:42','2026-02-04 09:09:42'),
(414,7,'sale',45000.00,'credit','Sale completed: HIL-0393',394,'Sale',19464500.00,19509500.00,'{\"sale_id\":394,\"sale_number\":\"HIL-0393\",\"customer\":null,\"payment_method\":\"cash\",\"is_partial\":false}','2026-02-04 09:22:05','2026-02-04 09:22:05','2026-02-04 09:22:05'),
(415,7,'sale',22500.00,'credit','Sale completed: HIL-0394',395,'Sale',19509500.00,19532000.00,'{\"sale_id\":395,\"sale_number\":\"HIL-0394\",\"customer\":null,\"payment_method\":\"cash\",\"is_partial\":false}','2026-02-04 09:51:33','2026-02-04 09:51:33','2026-02-04 09:51:33'),
(416,7,'sale',22000.00,'credit','Sale completed: HIL-0395',396,'Sale',19532000.00,19554000.00,'{\"sale_id\":396,\"sale_number\":\"HIL-0395\",\"customer\":null,\"payment_method\":\"cash\",\"is_partial\":false}','2026-02-04 10:34:36','2026-02-04 10:34:36','2026-02-04 10:34:36'),
(417,7,'sale',17500.00,'credit','Sale completed: HIL-0396',397,'Sale',19554000.00,19571500.00,'{\"sale_id\":397,\"sale_number\":\"HIL-0396\",\"customer\":\"Ayoub\",\"payment_method\":\"cash\",\"is_partial\":false}','2026-02-04 11:32:41','2026-02-04 11:32:41','2026-02-04 11:32:41'),
(418,7,'sale',27500.00,'credit','Sale completed: HIL-0397',398,'Sale',19571500.00,19599000.00,'{\"sale_id\":398,\"sale_number\":\"HIL-0397\",\"customer\":\"Ayoub\",\"payment_method\":\"cash\",\"is_partial\":false}','2026-02-04 12:08:02','2026-02-04 12:08:02','2026-02-04 12:08:02'),
(419,7,'sale',17500.00,'credit','Sale completed: HIL-0398',399,'Sale',19599000.00,19616500.00,'{\"sale_id\":399,\"sale_number\":\"HIL-0398\",\"customer\":\"Gachi\",\"payment_method\":\"cash\",\"is_partial\":false}','2026-02-04 12:08:34','2026-02-04 12:08:34','2026-02-04 12:08:34'),
(420,7,'sale',55500.00,'credit','Sale completed: HIL-0399',400,'Sale',19616500.00,19672000.00,'{\"sale_id\":400,\"sale_number\":\"HIL-0399\",\"customer\":\"Serou Mi\",\"payment_method\":\"cash\",\"is_partial\":false}','2026-02-04 14:39:45','2026-02-04 14:39:45','2026-02-04 14:39:45'),
(421,7,'sale',455000.00,'credit','Loan payment received: HIL-0364',365,'Sale',19672000.00,20127000.00,'{\"sale_id\":365,\"sale_number\":\"HIL-0364\",\"customer\":\"Abdelkerim\",\"payment_type\":\"loan_payment\"}','2026-02-05 06:34:50','2026-02-05 06:34:50','2026-02-05 06:34:50'),
(422,7,'sale',45000.00,'credit','Sale completed: HIL-0401',402,'Sale',20127000.00,20172000.00,'{\"sale_id\":402,\"sale_number\":\"HIL-0401\",\"customer\":null,\"payment_method\":\"cash\",\"is_partial\":false}','2026-02-05 06:39:23','2026-02-05 06:39:23','2026-02-05 06:39:23'),
(423,7,'sale',17500.00,'credit','Sale completed: HIL-0402',403,'Sale',20172000.00,20189500.00,'{\"sale_id\":403,\"sale_number\":\"HIL-0402\",\"customer\":\"Ayoub\",\"payment_method\":\"cash\",\"is_partial\":false}','2026-02-05 07:09:25','2026-02-05 07:09:25','2026-02-05 07:09:25'),
(424,7,'sale',17500.00,'credit','Sale completed: HIL-0403',404,'Sale',20189500.00,20207000.00,'{\"sale_id\":404,\"sale_number\":\"HIL-0403\",\"customer\":\"Guisma\",\"payment_method\":\"cash\",\"is_partial\":false}','2026-02-05 09:08:54','2026-02-05 09:08:54','2026-02-05 09:08:54'),
(425,7,'sale',18500.00,'credit','Sale completed: HIL-0404',405,'Sale',20207000.00,20225500.00,'{\"sale_id\":405,\"sale_number\":\"HIL-0404\",\"customer\":null,\"payment_method\":\"cash\",\"is_partial\":false}','2026-02-05 11:01:17','2026-02-05 11:01:17','2026-02-05 11:01:17'),
(426,7,'sale',17500.00,'credit','Sale completed: HIL-0405',406,'Sale',20225500.00,20243000.00,'{\"sale_id\":406,\"sale_number\":\"HIL-0405\",\"customer\":\"Issakha\",\"payment_method\":\"cash\",\"is_partial\":false}','2026-02-05 11:15:55','2026-02-05 11:15:55','2026-02-05 11:15:55'),
(427,7,'sale',17500.00,'credit','Sale completed: HIL-0406',407,'Sale',20243000.00,20260500.00,'{\"sale_id\":407,\"sale_number\":\"HIL-0406\",\"customer\":\"Saoudi\",\"payment_method\":\"cash\",\"is_partial\":false}','2026-02-05 13:16:01','2026-02-05 13:16:01','2026-02-05 13:16:01'),
(428,7,'sale',10000.00,'credit','Loan payment received: HIL-0392',393,'Sale',20260500.00,20270500.00,'{\"sale_id\":393,\"sale_number\":\"HIL-0392\",\"customer\":\"Fatime Abdelrahim\",\"payment_type\":\"loan_payment\"}','2026-02-06 05:07:40','2026-02-06 05:07:40','2026-02-06 05:07:40'),
(429,7,'sale',17500.00,'credit','Sale completed: HIL-0408',409,'Sale',20270500.00,20288000.00,'{\"sale_id\":409,\"sale_number\":\"HIL-0408\",\"customer\":\"Ayoub\",\"payment_method\":\"cash\",\"is_partial\":false}','2026-02-06 07:16:37','2026-02-06 07:16:37','2026-02-06 07:16:37'),
(430,7,'sale',17500.00,'credit','Sale completed: HIL-0409',410,'Sale',20288000.00,20305500.00,'{\"sale_id\":410,\"sale_number\":\"HIL-0409\",\"customer\":\"Issakha\",\"payment_method\":\"cash\",\"is_partial\":false}','2026-02-06 07:16:56','2026-02-06 07:16:56','2026-02-06 07:16:56'),
(431,7,'sale',22000.00,'credit','Sale completed: HIL-0410',411,'Sale',20305500.00,20327500.00,'{\"sale_id\":411,\"sale_number\":\"HIL-0410\",\"customer\":\"Ayoub\",\"payment_method\":\"cash\",\"is_partial\":false}','2026-02-06 07:17:19','2026-02-06 07:17:19','2026-02-06 07:17:19'),
(432,7,'sale',17500.00,'credit','Sale completed: HIL-0411',412,'Sale',20327500.00,20345000.00,'{\"sale_id\":412,\"sale_number\":\"HIL-0411\",\"customer\":\"Issakha\",\"payment_method\":\"cash\",\"is_partial\":false}','2026-02-06 07:25:57','2026-02-06 07:25:57','2026-02-06 07:25:57'),
(433,7,'sale',20000.00,'credit','Sale completed: HIL-0412',413,'Sale',20345000.00,20365000.00,'{\"sale_id\":413,\"sale_number\":\"HIL-0412\",\"customer\":null,\"payment_method\":\"cash\",\"is_partial\":false}','2026-02-06 09:07:23','2026-02-06 09:07:23','2026-02-06 09:07:23'),
(434,7,'sale',17500.00,'credit','Sale completed: HIL-0413',414,'Sale',20365000.00,20382500.00,'{\"sale_id\":414,\"sale_number\":\"HIL-0413\",\"customer\":\"Ayoub\",\"payment_method\":\"cash\",\"is_partial\":false}','2026-02-06 09:07:56','2026-02-06 09:07:56','2026-02-06 09:07:56'),
(435,7,'sale',35000.00,'credit','Sale completed: HIL-0414',415,'Sale',20382500.00,20417500.00,'{\"sale_id\":415,\"sale_number\":\"HIL-0414\",\"customer\":\"Ayoub\",\"payment_method\":\"cash\",\"is_partial\":false}','2026-02-06 09:52:12','2026-02-06 09:52:12','2026-02-06 09:52:12'),
(436,7,'sale',17500.00,'credit','Sale completed: HIL-0415',416,'Sale',20417500.00,20435000.00,'{\"sale_id\":416,\"sale_number\":\"HIL-0415\",\"customer\":\"Youssouf\",\"payment_method\":\"cash\",\"is_partial\":false}','2026-02-06 10:47:14','2026-02-06 10:47:14','2026-02-06 10:47:14'),
(437,7,'sale',37000.00,'credit','Sale completed: HIL-0416',417,'Sale',20435000.00,20472000.00,'{\"sale_id\":417,\"sale_number\":\"HIL-0416\",\"customer\":\"Yassin\",\"payment_method\":\"cash\",\"is_partial\":false}','2026-02-06 10:52:04','2026-02-06 10:52:04','2026-02-06 10:52:04'),
(438,7,'sale',20000.00,'credit','Loan payment received: HIL-0345',346,'Sale',20472000.00,20492000.00,'{\"sale_id\":346,\"sale_number\":\"HIL-0345\",\"customer\":\"Alblama\",\"payment_type\":\"loan_payment\"}','2026-02-06 10:54:35','2026-02-06 10:54:35','2026-02-06 10:54:35'),
(439,7,'sale',70000.00,'credit','Sale completed: HIL-0417',418,'Sale',20492000.00,20562000.00,'{\"sale_id\":418,\"sale_number\":\"HIL-0417\",\"customer\":\"Issakha\",\"payment_method\":\"cash\",\"is_partial\":false}','2026-02-06 11:30:24','2026-02-06 11:30:24','2026-02-06 11:30:24'),
(440,7,'sale',17500.00,'credit','Sale completed: HIL-0418',419,'Sale',20562000.00,20579500.00,'{\"sale_id\":419,\"sale_number\":\"HIL-0418\",\"customer\":\"Ayoub\",\"payment_method\":\"cash\",\"is_partial\":false}','2026-02-06 12:21:38','2026-02-06 12:21:38','2026-02-06 12:21:38'),
(441,7,'sale',20000.00,'credit','Sale completed: HIL-0419',420,'Sale',20579500.00,20599500.00,'{\"sale_id\":420,\"sale_number\":\"HIL-0419\",\"customer\":null,\"payment_method\":\"cash\",\"is_partial\":false}','2026-02-06 12:22:51','2026-02-06 12:22:51','2026-02-06 12:22:51'),
(442,7,'sale',17500.00,'credit','Sale completed: HIL-0420',421,'Sale',20599500.00,20617000.00,'{\"sale_id\":421,\"sale_number\":\"HIL-0420\",\"customer\":\"Ayoub\",\"payment_method\":\"cash\",\"is_partial\":false}','2026-02-07 06:16:12','2026-02-07 06:16:12','2026-02-07 06:16:12'),
(443,7,'sale',139800.00,'credit','Sale completed: HIL-0421',422,'Sale',20617000.00,20756800.00,'{\"sale_id\":422,\"sale_number\":\"HIL-0421\",\"customer\":\"Oncle\",\"payment_method\":\"cash\",\"is_partial\":false}','2026-02-07 06:18:00','2026-02-07 06:18:00','2026-02-07 06:18:00'),
(444,7,'sale',5500.00,'credit','Sale completed: HIL-0422',423,'Sale',20756800.00,20762300.00,'{\"sale_id\":423,\"sale_number\":\"HIL-0422\",\"customer\":null,\"payment_method\":\"cash\",\"is_partial\":false}','2026-02-07 06:18:31','2026-02-07 06:18:31','2026-02-07 06:18:31'),
(445,7,'sale',1050000.00,'credit','Sale completed: HIL-0423',424,'Sale',20762300.00,21812300.00,'{\"sale_id\":424,\"sale_number\":\"HIL-0423\",\"customer\":\"Makki\",\"payment_method\":\"cash\",\"is_partial\":false}','2026-02-07 10:51:44','2026-02-07 10:51:44','2026-02-07 10:51:44'),
(446,7,'sale_cancel',52500.00,'debit','Sale cancelled/refunded: HIL-0358',359,'Sale',21812300.00,21759800.00,'{\"sale_id\":359,\"sale_number\":\"HIL-0358\",\"reason\":\"Sale cancelled\\/refunded\"}','2026-02-07 11:36:27','2026-02-07 11:36:27','2026-02-07 11:36:27'),
(447,7,'sale',52500.00,'credit','Sale completed: HIL-0424',425,'Sale',21759800.00,21812300.00,'{\"sale_id\":425,\"sale_number\":\"HIL-0424\",\"customer\":\"Ayoub\",\"payment_method\":\"cash\",\"is_partial\":false}','2026-02-07 11:38:08','2026-02-07 11:38:08','2026-02-07 11:38:08'),
(448,7,'sale',55000.00,'credit','Sale completed: HIL-0425',426,'Sale',21812300.00,21867300.00,'{\"sale_id\":426,\"sale_number\":\"HIL-0425\",\"customer\":null,\"payment_method\":\"cash\",\"is_partial\":false}','2026-02-07 12:11:12','2026-02-07 12:11:12','2026-02-07 12:11:12'),
(449,7,'sale',20000.00,'credit','Sale completed: HIL-0426',427,'Sale',21867300.00,21887300.00,'{\"sale_id\":427,\"sale_number\":\"HIL-0426\",\"customer\":null,\"payment_method\":\"cash\",\"is_partial\":false}','2026-02-07 14:31:49','2026-02-07 14:31:49','2026-02-07 14:31:49'),
(450,7,'sale',20000.00,'credit','Sale completed: HIL-0427',428,'Sale',21887300.00,21907300.00,'{\"sale_id\":428,\"sale_number\":\"HIL-0427\",\"customer\":null,\"payment_method\":\"cash\",\"is_partial\":false}','2026-02-07 14:32:20','2026-02-07 14:32:20','2026-02-07 14:32:20'),
(451,7,'sale',17500.00,'credit','Sale completed: HIL-0428',429,'Sale',21907300.00,21924800.00,'{\"sale_id\":429,\"sale_number\":\"HIL-0428\",\"customer\":\"Saoudi\",\"payment_method\":\"cash\",\"is_partial\":false}','2026-02-09 05:55:29','2026-02-09 05:55:29','2026-02-09 05:55:29'),
(452,7,'sale',17500.00,'credit','Sale completed: HIL-0430',431,'Sale',21924800.00,21942300.00,'{\"sale_id\":431,\"sale_number\":\"HIL-0430\",\"customer\":\"Issakha\",\"payment_method\":\"cash\",\"is_partial\":false}','2026-02-09 07:18:17','2026-02-09 07:18:17','2026-02-09 07:18:17'),
(453,7,'sale',222000.00,'credit','Sale completed: HIL-0431',432,'Sale',21942300.00,22164300.00,'{\"sale_id\":432,\"sale_number\":\"HIL-0431\",\"customer\":\"Asseida Fatime\",\"payment_method\":\"cash\",\"is_partial\":false}','2026-02-09 07:57:47','2026-02-09 07:57:47','2026-02-09 07:57:47'),
(454,7,'sale',17500.00,'credit','Sale completed: HIL-0432',433,'Sale',22164300.00,22181800.00,'{\"sale_id\":433,\"sale_number\":\"HIL-0432\",\"customer\":\"Youssouf\",\"payment_method\":\"cash\",\"is_partial\":false}','2026-02-09 08:10:09','2026-02-09 08:10:09','2026-02-09 08:10:09'),
(455,7,'sale',133000.00,'credit','Sale completed: HIL-0433',434,'Sale',22181800.00,22314800.00,'{\"sale_id\":434,\"sale_number\":\"HIL-0433\",\"customer\":\"Com Fire\",\"payment_method\":\"cash\",\"is_partial\":false}','2026-02-09 08:29:44','2026-02-09 08:29:44','2026-02-09 08:29:44'),
(456,7,'sale',52500.00,'credit','Sale completed: HIL-0434',435,'Sale',22314800.00,22367300.00,'{\"sale_id\":435,\"sale_number\":\"HIL-0434\",\"customer\":\"Saoudi\",\"payment_method\":\"cash\",\"is_partial\":false}','2026-02-09 08:32:03','2026-02-09 08:32:03','2026-02-09 08:32:03'),
(457,7,'sale',55500.00,'credit','Sale completed: HIL-0435',436,'Sale',22367300.00,22422800.00,'{\"sale_id\":436,\"sale_number\":\"HIL-0435\",\"customer\":\"Sold\",\"payment_method\":\"cash\",\"is_partial\":false}','2026-02-09 08:54:38','2026-02-09 08:54:38','2026-02-09 08:54:38'),
(458,7,'sale',35000.00,'credit','Sale completed: HIL-0436',437,'Sale',22422800.00,22457800.00,'{\"sale_id\":437,\"sale_number\":\"HIL-0436\",\"customer\":\"Ayoub\",\"payment_method\":\"cash\",\"is_partial\":false}','2026-02-09 08:55:32','2026-02-09 08:55:32','2026-02-09 08:55:32'),
(459,7,'sale',17500.00,'credit','Sale completed: HIL-0437',438,'Sale',22457800.00,22475300.00,'{\"sale_id\":438,\"sale_number\":\"HIL-0437\",\"customer\":\"Issakha\",\"payment_method\":\"cash\",\"is_partial\":false}','2026-02-09 09:48:58','2026-02-09 09:48:58','2026-02-09 09:48:58'),
(460,7,'sale',17500.00,'credit','Sale completed: HIL-0438',439,'Sale',22475300.00,22492800.00,'{\"sale_id\":439,\"sale_number\":\"HIL-0438\",\"customer\":\"Saoudi\",\"payment_method\":\"cash\",\"is_partial\":false}','2026-02-09 10:31:26','2026-02-09 10:31:26','2026-02-09 10:31:26'),
(461,7,'sale',35000.00,'credit','Sale completed: HIL-0439',440,'Sale',22492800.00,22527800.00,'{\"sale_id\":440,\"sale_number\":\"HIL-0439\",\"customer\":\"Ayoub\",\"payment_method\":\"cash\",\"is_partial\":false}','2026-02-09 11:08:25','2026-02-09 11:08:25','2026-02-09 11:08:25'),
(462,7,'sale',23000.00,'credit','Sale completed: HIL-0440',441,'Sale',22527800.00,22550800.00,'{\"sale_id\":441,\"sale_number\":\"HIL-0440\",\"customer\":\"Ayoub\",\"payment_method\":\"cash\",\"is_partial\":false}','2026-02-09 11:48:50','2026-02-09 11:48:50','2026-02-09 11:48:50'),
(463,7,'sale',185000.00,'credit','Sale completed: HIL-0441',442,'Sale',22550800.00,22735800.00,'{\"sale_id\":442,\"sale_number\":\"HIL-0441\",\"customer\":\"Nassraddine\",\"payment_method\":\"cash\",\"is_partial\":false}','2026-02-09 12:46:13','2026-02-09 12:46:13','2026-02-09 12:46:13'),
(464,7,'sale',52500.00,'credit','Sale completed: HIL-0442',443,'Sale',22735800.00,22788300.00,'{\"sale_id\":443,\"sale_number\":\"HIL-0442\",\"customer\":\"Saoudi\",\"payment_method\":\"cash\",\"is_partial\":false}','2026-02-09 12:49:26','2026-02-09 12:49:26','2026-02-09 12:49:26'),
(465,7,'sale',17500.00,'credit','Sale completed: HIL-0443',444,'Sale',22788300.00,22805800.00,'{\"sale_id\":444,\"sale_number\":\"HIL-0443\",\"customer\":\"Saoudi\",\"payment_method\":\"cash\",\"is_partial\":false}','2026-02-09 12:50:02','2026-02-09 12:50:02','2026-02-09 12:50:02'),
(466,7,'sale',20000.00,'credit','Sale completed: HIL-0444',445,'Sale',22805800.00,22825800.00,'{\"sale_id\":445,\"sale_number\":\"HIL-0444\",\"customer\":\"Wal boss\",\"payment_method\":\"cash\",\"is_partial\":false}','2026-02-09 14:25:55','2026-02-09 14:25:55','2026-02-09 14:25:55'),
(467,7,'sale',500000.00,'credit','Loan payment received: HIL-0429',430,'Sale',22825800.00,23325800.00,'{\"sale_id\":430,\"sale_number\":\"HIL-0429\",\"customer\":\"Abdelkerim\",\"payment_type\":\"loan_payment\"}','2026-02-10 08:03:08','2026-02-10 08:03:08','2026-02-10 08:03:08'),
(468,7,'sale',27500.00,'credit','Sale completed: HIL-0445',446,'Sale',23325800.00,23353300.00,'{\"sale_id\":446,\"sale_number\":\"HIL-0445\",\"customer\":\"Ayoub\",\"payment_method\":\"cash\",\"is_partial\":false}','2026-02-10 08:20:20','2026-02-10 08:20:20','2026-02-10 08:20:20'),
(469,7,'sale',20000.00,'credit','Sale completed: HIL-0446',447,'Sale',23353300.00,23373300.00,'{\"sale_id\":447,\"sale_number\":\"HIL-0446\",\"customer\":null,\"payment_method\":\"cash\",\"is_partial\":false}','2026-02-10 12:26:33','2026-02-10 12:26:33','2026-02-10 12:26:33'),
(470,7,'sale',17500.00,'credit','Sale completed: HIL-0447',448,'Sale',23373300.00,23390800.00,'{\"sale_id\":448,\"sale_number\":\"HIL-0447\",\"customer\":\"Saoudi\",\"payment_method\":\"cash\",\"is_partial\":false}','2026-02-11 06:09:50','2026-02-11 06:09:50','2026-02-11 06:09:50'),
(471,7,'sale',35000.00,'credit','Sale completed: HIL-0448',449,'Sale',23390800.00,23425800.00,'{\"sale_id\":449,\"sale_number\":\"HIL-0448\",\"customer\":\"Issakha\",\"payment_method\":\"cash\",\"is_partial\":false}','2026-02-11 10:13:34','2026-02-11 10:13:34','2026-02-11 10:13:34'),
(472,7,'sale',22000.00,'credit','Sale completed: HIL-0449',450,'Sale',23425800.00,23447800.00,'{\"sale_id\":450,\"sale_number\":\"HIL-0449\",\"customer\":null,\"payment_method\":\"cash\",\"is_partial\":false}','2026-02-11 11:58:12','2026-02-11 11:58:12','2026-02-11 11:58:12'),
(473,7,'sale',22000.00,'credit','Sale completed: HIL-0450',451,'Sale',23447800.00,23469800.00,'{\"sale_id\":451,\"sale_number\":\"HIL-0450\",\"customer\":null,\"payment_method\":\"cash\",\"is_partial\":false}','2026-02-11 11:58:34','2026-02-11 11:58:34','2026-02-11 11:58:34'),
(474,7,'sale',35000.00,'credit','Sale completed: HIL-0451',452,'Sale',23469800.00,23504800.00,'{\"sale_id\":452,\"sale_number\":\"HIL-0451\",\"customer\":\"Saoudi\",\"payment_method\":\"cash\",\"is_partial\":false}','2026-02-12 07:50:39','2026-02-12 07:50:39','2026-02-12 07:50:39'),
(475,7,'sale',35000.00,'credit','Sale completed: HIL-0452',453,'Sale',23504800.00,23539800.00,'{\"sale_id\":453,\"sale_number\":\"HIL-0452\",\"customer\":\"Saoudi\",\"payment_method\":\"cash\",\"is_partial\":false}','2026-02-12 08:02:01','2026-02-12 08:02:01','2026-02-12 08:02:01'),
(476,7,'sale',20000.00,'credit','Sale completed: HIL-0453',454,'Sale',23539800.00,23559800.00,'{\"sale_id\":454,\"sale_number\":\"HIL-0453\",\"customer\":null,\"payment_method\":\"cash\",\"is_partial\":false}','2026-02-12 10:02:30','2026-02-12 10:02:30','2026-02-12 10:02:30'),
(477,7,'sale',45000.00,'credit','Sale completed: HIL-0454',455,'Sale',23559800.00,23604800.00,'{\"sale_id\":455,\"sale_number\":\"HIL-0454\",\"customer\":null,\"payment_method\":\"cash\",\"is_partial\":false}','2026-02-12 11:12:37','2026-02-12 11:12:37','2026-02-12 11:12:37'),
(478,7,'sale',17500.00,'credit','Sale completed: HIL-0455',456,'Sale',23604800.00,23622300.00,'{\"sale_id\":456,\"sale_number\":\"HIL-0455\",\"customer\":\"Youssouf\",\"payment_method\":\"cash\",\"is_partial\":false}','2026-02-12 12:32:36','2026-02-12 12:32:36','2026-02-12 12:32:36'),
(479,7,'sale',17500.00,'credit','Sale completed: HIL-0456',457,'Sale',23622300.00,23639800.00,'{\"sale_id\":457,\"sale_number\":\"HIL-0456\",\"customer\":\"Ayoub\",\"payment_method\":\"cash\",\"is_partial\":false}','2026-02-12 12:45:58','2026-02-12 12:45:58','2026-02-12 12:45:58'),
(480,7,'sale',10000.00,'credit','Sale completed: HIL-0457',458,'Sale',23639800.00,23649800.00,'{\"sale_id\":458,\"sale_number\":\"HIL-0457\",\"customer\":null,\"payment_method\":\"cash\",\"is_partial\":false}','2026-02-13 07:57:16','2026-02-13 07:57:16','2026-02-13 07:57:16'),
(481,7,'sale',280000.00,'credit','Sale completed: HIL-0458',459,'Sale',23649800.00,23929800.00,'{\"sale_id\":459,\"sale_number\":\"HIL-0458\",\"customer\":\"Makki\",\"payment_method\":\"cash\",\"is_partial\":false}','2026-02-13 09:08:59','2026-02-13 09:08:59','2026-02-13 09:08:59'),
(482,7,'sale',18500.00,'credit','Sale completed: HIL-0459',460,'Sale',23929800.00,23948300.00,'{\"sale_id\":460,\"sale_number\":\"HIL-0459\",\"customer\":\"Sold\",\"payment_method\":\"cash\",\"is_partial\":false}','2026-02-13 09:54:43','2026-02-13 09:54:43','2026-02-13 09:54:43'),
(483,7,'sale',17500.00,'credit','Sale completed: HIL-0460',461,'Sale',23948300.00,23965800.00,'{\"sale_id\":461,\"sale_number\":\"HIL-0460\",\"customer\":\"Issakha\",\"payment_method\":\"cash\",\"is_partial\":false}','2026-02-13 10:48:09','2026-02-13 10:48:09','2026-02-13 10:48:09'),
(484,7,'sale',35000.00,'credit','Sale completed: HIL-0461',462,'Sale',23965800.00,24000800.00,'{\"sale_id\":462,\"sale_number\":\"HIL-0461\",\"customer\":\"Adam\",\"payment_method\":\"cash\",\"is_partial\":false}','2026-02-13 10:58:33','2026-02-13 10:58:33','2026-02-13 10:58:33'),
(485,7,'sale',74000.00,'credit','Sale completed: HIL-0462',463,'Sale',24000800.00,24074800.00,'{\"sale_id\":463,\"sale_number\":\"HIL-0462\",\"customer\":\"Mahasin\",\"payment_method\":\"cash\",\"is_partial\":false}','2026-02-13 12:11:58','2026-02-13 12:11:58','2026-02-13 12:11:58'),
(486,7,'sale',18500.00,'credit','Sale completed: HIL-0463',464,'Sale',24074800.00,24093300.00,'{\"sale_id\":464,\"sale_number\":\"HIL-0463\",\"customer\":\"Mahasin\",\"payment_method\":\"cash\",\"is_partial\":false}','2026-02-13 12:13:42','2026-02-13 12:13:42','2026-02-13 12:13:42'),
(487,4,'sale',1000000.00,'credit','Sale completed: HIL-0464',465,'Sale',115000.00,1115000.00,'{\"sale_id\":465,\"sale_number\":\"HIL-0464\",\"customer\":\"IDRISS DJABIR\",\"payment_method\":\"cash\",\"is_partial\":true}','2026-02-13 14:04:06','2026-02-13 14:04:06','2026-02-13 14:04:06'),
(488,7,'sale',102500.00,'credit','Sale completed: HIL-0466',467,'Sale',24093300.00,24195800.00,'{\"sale_id\":467,\"sale_number\":\"HIL-0466\",\"customer\":null,\"payment_method\":\"cash\",\"is_partial\":false}','2026-02-14 07:33:03','2026-02-14 07:33:03','2026-02-14 07:33:03'),
(489,7,'sale',17500.00,'credit','Sale completed: HIL-0467',468,'Sale',24195800.00,24213300.00,'{\"sale_id\":468,\"sale_number\":\"HIL-0467\",\"customer\":\"Ayoub\",\"payment_method\":\"cash\",\"is_partial\":false}','2026-02-14 07:50:21','2026-02-14 07:50:21','2026-02-14 07:50:21'),
(490,7,'sale',17500.00,'credit','Sale completed: HIL-0468',469,'Sale',24213300.00,24230800.00,'{\"sale_id\":469,\"sale_number\":\"HIL-0468\",\"customer\":\"Ayoub\",\"payment_method\":\"cash\",\"is_partial\":false}','2026-02-14 08:00:54','2026-02-14 08:00:54','2026-02-14 08:00:54'),
(491,7,'sale',20000.00,'credit','Sale completed: HIL-0469',470,'Sale',24230800.00,24250800.00,'{\"sale_id\":470,\"sale_number\":\"HIL-0469\",\"customer\":\"Adam\",\"payment_method\":\"cash\",\"is_partial\":false}','2026-02-14 08:19:54','2026-02-14 08:19:54','2026-02-14 08:19:54'),
(492,7,'sale',22500.00,'credit','Sale completed: HIL-0470',471,'Sale',24250800.00,24273300.00,'{\"sale_id\":471,\"sale_number\":\"HIL-0470\",\"customer\":null,\"payment_method\":\"cash\",\"is_partial\":false}','2026-02-14 09:19:06','2026-02-14 09:19:06','2026-02-14 09:19:06'),
(493,7,'sale',114000.00,'credit','Sale completed: HIL-0471',472,'Sale',24273300.00,24387300.00,'{\"sale_id\":472,\"sale_number\":\"HIL-0471\",\"customer\":\"COM FIR\",\"payment_method\":\"cash\",\"is_partial\":false}','2026-02-14 09:24:03','2026-02-14 09:24:03','2026-02-14 09:24:03'),
(494,7,'sale',19000.00,'credit','Sale completed: HIL-0472',473,'Sale',24387300.00,24406300.00,'{\"sale_id\":473,\"sale_number\":\"HIL-0472\",\"customer\":\"COM FIR\",\"payment_method\":\"cash\",\"is_partial\":false}','2026-02-14 09:30:09','2026-02-14 09:30:09','2026-02-14 09:30:09'),
(495,7,'sale_cancel',35000.00,'debit','Sale cancelled/refunded: HIL-0461',462,'Sale',24406300.00,24371300.00,'{\"sale_id\":462,\"sale_number\":\"HIL-0461\",\"reason\":\"Sale cancelled\\/refunded\"}','2026-02-14 09:51:34','2026-02-14 09:51:34','2026-02-14 09:51:34'),
(496,7,'sale',35000.00,'credit','Sale completed: HIL-0473',474,'Sale',24371300.00,24406300.00,'{\"sale_id\":474,\"sale_number\":\"HIL-0473\",\"customer\":\"Adam\",\"payment_method\":\"cash\",\"is_partial\":false}','2026-02-14 09:52:40','2026-02-14 09:52:40','2026-02-14 09:52:40'),
(497,7,'sale',222000.00,'credit','Sale completed: HIL-0474',475,'Sale',24406300.00,24628300.00,'{\"sale_id\":475,\"sale_number\":\"HIL-0474\",\"customer\":\"Mht Moussa\",\"payment_method\":\"cash\",\"is_partial\":false}','2026-02-14 10:55:17','2026-02-14 10:55:17','2026-02-14 10:55:17'),
(498,7,'sale',1440000.00,'credit','Sale completed: HIL-0475',476,'Sale',24628300.00,26068300.00,'{\"sale_id\":476,\"sale_number\":\"HIL-0475\",\"customer\":\"Hissen Abdoullay\",\"payment_method\":\"cash\",\"is_partial\":false}','2026-02-14 11:58:19','2026-02-14 11:58:19','2026-02-14 11:58:19'),
(499,7,'sale',85500.00,'credit','Sale completed: HIL-0476',477,'Sale',26068300.00,26153800.00,'{\"sale_id\":477,\"sale_number\":\"HIL-0476\",\"customer\":null,\"payment_method\":\"cash\",\"is_partial\":false}','2026-02-14 12:45:15','2026-02-14 12:45:15','2026-02-14 12:45:15'),
(500,7,'sale',18500.00,'credit','Sale completed: HIL-0477',478,'Sale',26153800.00,26172300.00,'{\"sale_id\":478,\"sale_number\":\"HIL-0477\",\"customer\":null,\"payment_method\":\"cash\",\"is_partial\":false}','2026-02-14 12:45:33','2026-02-14 12:45:33','2026-02-14 12:45:33'),
(501,7,'sale',55500.00,'credit','Sale completed: HIL-0478',479,'Sale',26172300.00,26227800.00,'{\"sale_id\":479,\"sale_number\":\"HIL-0478\",\"customer\":\"Mekki\",\"payment_method\":\"cash\",\"is_partial\":false}','2026-02-14 13:03:05','2026-02-14 13:03:05','2026-02-14 13:03:05'),
(502,7,'sale',60000.00,'credit','Sale completed: HIL-0479',480,'Sale',26227800.00,26287800.00,'{\"sale_id\":480,\"sale_number\":\"HIL-0479\",\"customer\":\"Adam\",\"payment_method\":\"cash\",\"is_partial\":false}','2026-02-14 13:07:46','2026-02-14 13:07:46','2026-02-14 13:07:46'),
(503,7,'sale',17500.00,'credit','Sale completed: HIL-0480',481,'Sale',26287800.00,26305300.00,'{\"sale_id\":481,\"sale_number\":\"HIL-0480\",\"customer\":\"Ayoub\",\"payment_method\":\"cash\",\"is_partial\":false}','2026-02-14 14:24:45','2026-02-14 14:24:45','2026-02-14 14:24:45'),
(504,7,'sale',22500.00,'credit','Sale completed: HIL-0481',482,'Sale',26305300.00,26327800.00,'{\"sale_id\":482,\"sale_number\":\"HIL-0481\",\"customer\":null,\"payment_method\":\"cash\",\"is_partial\":false}','2026-02-16 05:04:52','2026-02-16 05:04:52','2026-02-16 05:04:52'),
(505,7,'sale',5500.00,'credit','Sale completed: HIL-0482',483,'Sale',26327800.00,26333300.00,'{\"sale_id\":483,\"sale_number\":\"HIL-0482\",\"customer\":null,\"payment_method\":\"cash\",\"is_partial\":false}','2026-02-16 05:05:12','2026-02-16 05:05:12','2026-02-16 05:05:12'),
(506,7,'sale',17500.00,'credit','Sale completed: HIL-0483',484,'Sale',26333300.00,26350800.00,'{\"sale_id\":484,\"sale_number\":\"HIL-0483\",\"customer\":\"Ayoub\",\"payment_method\":\"cash\",\"is_partial\":false}','2026-02-16 05:49:25','2026-02-16 05:49:25','2026-02-16 05:49:25'),
(507,7,'sale',895500.00,'credit','Sale completed: HIL-0484',487,'Sale',26350800.00,27246300.00,'{\"sale_id\":487,\"sale_number\":\"HIL-0484\",\"customer\":\"Sinin Abdelkerim\",\"payment_method\":\"cash\",\"is_partial\":false}','2026-02-16 06:39:21','2026-02-16 06:39:21','2026-02-16 06:39:21'),
(508,7,'sale',37000.00,'credit','Sale completed: HIL-0485',488,'Sale',27246300.00,27283300.00,'{\"sale_id\":488,\"sale_number\":\"HIL-0485\",\"customer\":\"Sinin Abdelkerim\",\"payment_method\":\"cash\",\"is_partial\":false}','2026-02-16 07:01:50','2026-02-16 07:01:50','2026-02-16 07:01:50'),
(509,7,'sale',17500.00,'credit','Sale completed: HIL-0486',489,'Sale',27283300.00,27300800.00,'{\"sale_id\":489,\"sale_number\":\"HIL-0486\",\"customer\":\"Ayoub\",\"payment_method\":\"cash\",\"is_partial\":false}','2026-02-16 08:31:02','2026-02-16 08:31:02','2026-02-16 08:31:02'),
(510,7,'sale',74000.00,'credit','Sale completed: HIL-0487',490,'Sale',27300800.00,27374800.00,'{\"sale_id\":490,\"sale_number\":\"HIL-0487\",\"customer\":\"Mahasin\",\"payment_method\":\"cash\",\"is_partial\":false}','2026-02-16 08:57:06','2026-02-16 08:57:06','2026-02-16 08:57:06'),
(511,7,'sale',37000.00,'credit','Sale completed: HIL-0488',491,'Sale',27374800.00,27411800.00,'{\"sale_id\":491,\"sale_number\":\"HIL-0488\",\"customer\":\"F Z\",\"payment_method\":\"cash\",\"is_partial\":false}','2026-02-16 08:59:00','2026-02-16 08:59:00','2026-02-16 08:59:00'),
(512,7,'sale',5500.00,'credit','Sale completed: HIL-0489',492,'Sale',27411800.00,27417300.00,'{\"sale_id\":492,\"sale_number\":\"HIL-0489\",\"customer\":\"Ayoub\",\"payment_method\":\"cash\",\"is_partial\":false}','2026-02-16 09:42:24','2026-02-16 09:42:24','2026-02-16 09:42:24'),
(513,7,'sale',122500.00,'credit','Sale completed: HIL-0490',493,'Sale',27417300.00,27539800.00,'{\"sale_id\":493,\"sale_number\":\"HIL-0490\",\"customer\":\"Saoudi\",\"payment_method\":\"cash\",\"is_partial\":false}','2026-02-16 10:10:51','2026-02-16 10:10:51','2026-02-16 10:10:51'),
(514,7,'sale',1330000.00,'credit','Sale completed: HIL-0491',494,'Sale',27539800.00,28869800.00,'{\"sale_id\":494,\"sale_number\":\"HIL-0491\",\"customer\":\"Makki\",\"payment_method\":\"cash\",\"is_partial\":false}','2026-02-16 11:06:37','2026-02-16 11:06:37','2026-02-16 11:06:37'),
(515,7,'sale',18500.00,'credit','Sale completed: HIL-0492',495,'Sale',28869800.00,28888300.00,'{\"sale_id\":495,\"sale_number\":\"HIL-0492\",\"customer\":null,\"payment_method\":\"cash\",\"is_partial\":false}','2026-02-17 08:54:04','2026-02-17 08:54:04','2026-02-17 08:54:04'),
(516,7,'sale',25000.00,'credit','Sale completed: HIL-0493',496,'Sale',28888300.00,28913300.00,'{\"sale_id\":496,\"sale_number\":\"HIL-0493\",\"customer\":null,\"payment_method\":\"cash\",\"is_partial\":false}','2026-02-17 09:50:07','2026-02-17 09:50:07','2026-02-17 09:50:07'),
(517,7,'sale',17500.00,'credit','Sale completed: HIL-0494',497,'Sale',28913300.00,28930800.00,'{\"sale_id\":497,\"sale_number\":\"HIL-0494\",\"customer\":\"Ayoub\",\"payment_method\":\"cash\",\"is_partial\":false}','2026-02-17 09:57:47','2026-02-17 09:57:47','2026-02-17 09:57:47'),
(518,7,'sale_cancel',1330000.00,'debit','Sale cancelled/refunded: HIL-0491',494,'Sale',28930800.00,27600800.00,'{\"sale_id\":494,\"sale_number\":\"HIL-0491\",\"reason\":\"Sale cancelled\\/refunded\"}','2026-02-17 10:51:18','2026-02-17 10:51:18','2026-02-17 10:51:18'),
(519,7,'sale',1225000.00,'credit','Sale completed: HIL-0495',498,'Sale',27600800.00,28825800.00,'{\"sale_id\":498,\"sale_number\":\"HIL-0495\",\"customer\":\"Makki\",\"payment_method\":\"cash\",\"is_partial\":false}','2026-02-17 10:58:55','2026-02-17 10:58:55','2026-02-17 10:58:55'),
(520,7,'sale',180000.00,'credit','Sale completed: HIL-0496',499,'Sale',28825800.00,29005800.00,'{\"sale_id\":499,\"sale_number\":\"HIL-0496\",\"customer\":\"Abakar\",\"payment_method\":\"cash\",\"is_partial\":false}','2026-02-17 12:25:43','2026-02-17 12:25:43','2026-02-17 12:25:43'),
(521,7,'sale',444000.00,'credit','Sale completed: HIL-0497',500,'Sale',29005800.00,29449800.00,'{\"sale_id\":500,\"sale_number\":\"HIL-0497\",\"customer\":\"Nadjat\",\"payment_method\":\"cash\",\"is_partial\":false}','2026-02-18 06:53:54','2026-02-18 06:53:54','2026-02-18 06:53:54'),
(522,7,'sale',17500.00,'credit','Sale completed: HIL-0498',501,'Sale',29449800.00,29467300.00,'{\"sale_id\":501,\"sale_number\":\"HIL-0498\",\"customer\":\"Adam\",\"payment_method\":\"cash\",\"is_partial\":false}','2026-02-18 08:15:58','2026-02-18 08:15:58','2026-02-18 08:15:58'),
(523,7,'sale',35000.00,'credit','Sale completed: HIL-0500',503,'Sale',29467300.00,29502300.00,'{\"sale_id\":503,\"sale_number\":\"HIL-0500\",\"customer\":\"Ayoub\",\"payment_method\":\"cash\",\"is_partial\":false}','2026-02-18 10:03:55','2026-02-18 10:03:55','2026-02-18 10:03:55'),
(524,7,'sale',25000.00,'credit','Sale completed: HIL-0501',504,'Sale',29502300.00,29527300.00,'{\"sale_id\":504,\"sale_number\":\"HIL-0501\",\"customer\":null,\"payment_method\":\"cash\",\"is_partial\":false}','2026-02-18 10:04:21','2026-02-18 10:04:21','2026-02-18 10:04:21'),
(525,7,'sale',22000.00,'credit','Sale completed: HIL-0502',505,'Sale',29527300.00,29549300.00,'{\"sale_id\":505,\"sale_number\":\"HIL-0502\",\"customer\":null,\"payment_method\":\"cash\",\"is_partial\":false}','2026-02-18 11:02:50','2026-02-18 11:02:50','2026-02-18 11:02:50'),
(526,7,'sale_cancel',22000.00,'debit','Sale cancelled/refunded: HIL-0502',505,'Sale',29549300.00,29527300.00,'{\"sale_id\":505,\"sale_number\":\"HIL-0502\",\"reason\":\"Sale cancelled\\/refunded\"}','2026-02-18 12:55:22','2026-02-18 12:55:22','2026-02-18 12:55:22'),
(527,7,'sale',26000.00,'credit','Sale completed: HIL-0503',506,'Sale',29527300.00,29553300.00,'{\"sale_id\":506,\"sale_number\":\"HIL-0503\",\"customer\":null,\"payment_method\":\"cash\",\"is_partial\":false}','2026-02-18 12:56:18','2026-02-18 12:56:18','2026-02-18 12:56:18'),
(528,7,'sale',20000.00,'credit','Sale completed: HIL-0504',507,'Sale',29553300.00,29573300.00,'{\"sale_id\":507,\"sale_number\":\"HIL-0504\",\"customer\":null,\"payment_method\":\"cash\",\"is_partial\":false}','2026-02-19 06:08:43','2026-02-19 06:08:43','2026-02-19 06:08:43'),
(529,7,'sale',20000.00,'credit','Sale completed: HIL-0505',508,'Sale',29573300.00,29593300.00,'{\"sale_id\":508,\"sale_number\":\"HIL-0505\",\"customer\":null,\"payment_method\":\"cash\",\"is_partial\":false}','2026-02-19 08:19:30','2026-02-19 08:19:30','2026-02-19 08:19:30'),
(530,7,'sale',20000.00,'credit','Sale completed: HIL-0506',509,'Sale',29593300.00,29613300.00,'{\"sale_id\":509,\"sale_number\":\"HIL-0506\",\"customer\":null,\"payment_method\":\"cash\",\"is_partial\":false}','2026-02-19 08:45:49','2026-02-19 08:45:49','2026-02-19 08:45:49'),
(531,4,'sale',481000.00,'credit','Sale completed: HIL-0508',511,'Sale',1115000.00,1596000.00,'{\"sale_id\":511,\"sale_number\":\"HIL-0508\",\"customer\":null,\"payment_method\":\"cash\",\"is_partial\":false}','2026-02-20 15:59:59','2026-02-20 15:59:59','2026-02-20 15:59:59'),
(532,7,'sale',18500.00,'credit','Sale completed: HIL-0509',512,'Sale',29613300.00,29631800.00,'{\"sale_id\":512,\"sale_number\":\"HIL-0509\",\"customer\":\"Mahasin\",\"payment_method\":\"cash\",\"is_partial\":false}','2026-02-21 07:35:32','2026-02-21 07:35:32','2026-02-21 07:35:32'),
(533,7,'sale',5000.00,'credit','Loan payment received: HIL-0392',393,'Sale',29631800.00,29636800.00,'{\"sale_id\":393,\"sale_number\":\"HIL-0392\",\"customer\":\"Fatime Abdelrahim\",\"payment_type\":\"loan_payment\"}','2026-02-21 07:55:33','2026-02-21 07:55:33','2026-02-21 07:55:33'),
(534,7,'sale',17500.00,'credit','Loan payment received: HIL-0407',408,'Sale',29636800.00,29654300.00,'{\"sale_id\":408,\"sale_number\":\"HIL-0407\",\"customer\":\"Fatime Abdelrahim\",\"payment_type\":\"loan_payment\"}','2026-02-21 07:56:02','2026-02-21 07:56:02','2026-02-21 07:56:02'),
(535,7,'sale',310000.00,'credit','Sale completed: HIL-0510',513,'Sale',29654300.00,29964300.00,'{\"sale_id\":513,\"sale_number\":\"HIL-0510\",\"customer\":\"Annazir\",\"payment_method\":\"cash\",\"is_partial\":false}','2026-02-21 09:48:49','2026-02-21 09:48:49','2026-02-21 09:48:49'),
(536,7,'sale',333000.00,'credit','Sale completed: HIL-0511',514,'Sale',29964300.00,30297300.00,'{\"sale_id\":514,\"sale_number\":\"HIL-0511\",\"customer\":null,\"payment_method\":\"cash\",\"is_partial\":false}','2026-02-21 10:36:07','2026-02-21 10:36:07','2026-02-21 10:36:07'),
(537,7,'sale',17500.00,'credit','Loan payment received: HIL-0499',502,'Sale',30297300.00,30314800.00,'{\"sale_id\":502,\"sale_number\":\"HIL-0499\",\"customer\":\"Issakha\",\"payment_type\":\"loan_payment\"}','2026-02-21 12:25:17','2026-02-21 12:25:17','2026-02-21 12:25:17'),
(538,4,'sale',1127000.00,'credit','Loan payment received: HIL-0464',465,'Sale',1596000.00,2723000.00,'{\"sale_id\":465,\"sale_number\":\"HIL-0464\",\"customer\":\"IDRISS DJABIR\",\"payment_type\":\"loan_payment\"}','2026-02-22 07:25:55','2026-02-22 07:25:55','2026-02-22 07:25:55'),
(539,7,'sale',140000.00,'credit','Sale completed: HIL-0512',515,'Sale',30314800.00,30454800.00,'{\"sale_id\":515,\"sale_number\":\"HIL-0512\",\"customer\":\"Issakha\",\"payment_method\":\"cash\",\"is_partial\":false}','2026-02-23 07:39:21','2026-02-23 07:39:21','2026-02-23 07:39:21'),
(540,7,'sale',20000.00,'credit','Sale completed: HIL-0513',516,'Sale',30454800.00,30474800.00,'{\"sale_id\":516,\"sale_number\":\"HIL-0513\",\"customer\":null,\"payment_method\":\"cash\",\"is_partial\":false}','2026-02-23 07:54:20','2026-02-23 07:54:20','2026-02-23 07:54:20'),
(541,7,'sale',20000.00,'credit','Sale completed: HIL-0514',517,'Sale',30474800.00,30494800.00,'{\"sale_id\":517,\"sale_number\":\"HIL-0514\",\"customer\":null,\"payment_method\":\"cash\",\"is_partial\":false}','2026-02-23 10:23:57','2026-02-23 10:23:57','2026-02-23 10:23:57'),
(542,7,'sale',5500.00,'credit','Sale completed: HIL-0515',518,'Sale',30494800.00,30500300.00,'{\"sale_id\":518,\"sale_number\":\"HIL-0515\",\"customer\":null,\"payment_method\":\"cash\",\"is_partial\":false}','2026-02-23 10:26:17','2026-02-23 10:26:17','2026-02-23 10:26:17'),
(543,7,'sale',92500.00,'credit','Sale completed: HIL-0516',519,'Sale',30500300.00,30592800.00,'{\"sale_id\":519,\"sale_number\":\"HIL-0516\",\"customer\":null,\"payment_method\":\"cash\",\"is_partial\":false}','2026-02-23 10:38:27','2026-02-23 10:38:27','2026-02-23 10:38:27'),
(544,7,'sale',74000.00,'credit','Sale completed: HIL-0517',520,'Sale',30592800.00,30666800.00,'{\"sale_id\":520,\"sale_number\":\"HIL-0517\",\"customer\":\"Nadjat\",\"payment_method\":\"cash\",\"is_partial\":false}','2026-02-23 11:05:03','2026-02-23 11:05:03','2026-02-23 11:05:03'),
(545,7,'sale',74000.00,'credit','Sale completed: HIL-0518',521,'Sale',30666800.00,30740800.00,'{\"sale_id\":521,\"sale_number\":\"HIL-0518\",\"customer\":\"Esker\",\"payment_method\":\"cash\",\"is_partial\":false}','2026-02-23 11:06:26','2026-02-23 11:06:26','2026-02-23 11:06:26'),
(546,7,'sale',37000.00,'credit','Sale completed: HIL-0519',522,'Sale',30740800.00,30777800.00,'{\"sale_id\":522,\"sale_number\":\"HIL-0519\",\"customer\":\"Nadjat\",\"payment_method\":\"cash\",\"is_partial\":false}','2026-02-23 11:08:08','2026-02-23 11:08:08','2026-02-23 11:08:08'),
(547,7,'sale',40000.00,'credit','Sale completed: HIL-0520',523,'Sale',30777800.00,30817800.00,'{\"sale_id\":523,\"sale_number\":\"HIL-0520\",\"customer\":null,\"payment_method\":\"cash\",\"is_partial\":false}','2026-02-23 12:17:36','2026-02-23 12:17:36','2026-02-23 12:17:36'),
(548,7,'sale',481000.00,'credit','Sale completed: HIL-0521',524,'Sale',30817800.00,31298800.00,'{\"sale_id\":524,\"sale_number\":\"HIL-0521\",\"customer\":\"Makki\",\"payment_method\":\"cash\",\"is_partial\":false}','2026-02-23 12:41:29','2026-02-23 12:41:29','2026-02-23 12:41:29'),
(549,7,'sale',40000.00,'credit','Sale completed: HIL-0522',525,'Sale',31298800.00,31338800.00,'{\"sale_id\":525,\"sale_number\":\"HIL-0522\",\"customer\":null,\"payment_method\":\"cash\",\"is_partial\":false}','2026-02-23 13:12:53','2026-02-23 13:12:53','2026-02-23 13:12:53'),
(550,7,'sale',55500.00,'credit','Sale completed: HIL-0523',526,'Sale',31338800.00,31394300.00,'{\"sale_id\":526,\"sale_number\":\"HIL-0523\",\"customer\":\"Sold\",\"payment_method\":\"cash\",\"is_partial\":false}','2026-02-24 05:26:43','2026-02-24 05:26:43','2026-02-24 05:26:43'),
(551,7,'sale',37000.00,'credit','Sale completed: HIL-0524',527,'Sale',31394300.00,31431300.00,'{\"sale_id\":527,\"sale_number\":\"HIL-0524\",\"customer\":\"Sold\",\"payment_method\":\"cash\",\"is_partial\":false}','2026-02-24 05:29:40','2026-02-24 05:29:40','2026-02-24 05:29:40'),
(552,7,'sale',55500.00,'credit','Sale completed: HIL-0525',528,'Sale',31431300.00,31486800.00,'{\"sale_id\":528,\"sale_number\":\"HIL-0525\",\"customer\":\"Sold\",\"payment_method\":\"cash\",\"is_partial\":false}','2026-02-24 05:30:58','2026-02-24 05:30:58','2026-02-24 05:30:58'),
(553,7,'sale',37000.00,'credit','Sale completed: HIL-0526',529,'Sale',31486800.00,31523800.00,'{\"sale_id\":529,\"sale_number\":\"HIL-0526\",\"customer\":\"Sold\",\"payment_method\":\"cash\",\"is_partial\":false}','2026-02-24 05:38:12','2026-02-24 05:38:12','2026-02-24 05:38:12'),
(554,7,'sale',37000.00,'credit','Sale completed: HIL-0527',530,'Sale',31523800.00,31560800.00,'{\"sale_id\":530,\"sale_number\":\"HIL-0527\",\"customer\":\"Sold\",\"payment_method\":\"cash\",\"is_partial\":false}','2026-02-24 05:41:25','2026-02-24 05:41:25','2026-02-24 05:41:25'),
(555,7,'sale',37000.00,'credit','Sale completed: HIL-0528',531,'Sale',31560800.00,31597800.00,'{\"sale_id\":531,\"sale_number\":\"HIL-0528\",\"customer\":\"Sold\",\"payment_method\":\"cash\",\"is_partial\":false}','2026-02-24 05:43:05','2026-02-24 05:43:05','2026-02-24 05:43:05'),
(556,7,'sale',55500.00,'credit','Sale completed: HIL-0529',532,'Sale',31597800.00,31653300.00,'{\"sale_id\":532,\"sale_number\":\"HIL-0529\",\"customer\":\"Sold\",\"payment_method\":\"cash\",\"is_partial\":false}','2026-02-24 05:48:16','2026-02-24 05:48:16','2026-02-24 05:48:16'),
(557,7,'sale',37000.00,'credit','Sale completed: HIL-0530',533,'Sale',31653300.00,31690300.00,'{\"sale_id\":533,\"sale_number\":\"HIL-0530\",\"customer\":\"Sold\",\"payment_method\":\"cash\",\"is_partial\":false}','2026-02-24 05:49:27','2026-02-24 05:49:27','2026-02-24 05:49:27'),
(558,7,'sale',18500.00,'credit','Sale completed: HIL-0531',534,'Sale',31690300.00,31708800.00,'{\"sale_id\":534,\"sale_number\":\"HIL-0531\",\"customer\":\"Sold\",\"payment_method\":\"cash\",\"is_partial\":false}','2026-02-24 05:51:03','2026-02-24 05:51:03','2026-02-24 05:51:03'),
(559,7,'sale',18500.00,'credit','Sale completed: HIL-0532',535,'Sale',31708800.00,31727300.00,'{\"sale_id\":535,\"sale_number\":\"HIL-0532\",\"customer\":\"Sold\",\"payment_method\":\"cash\",\"is_partial\":false}','2026-02-24 05:52:07','2026-02-24 05:52:07','2026-02-24 05:52:07'),
(560,7,'sale_cancel',55500.00,'debit','Sale cancelled/refunded: HIL-0525',528,'Sale',31727300.00,31671800.00,'{\"sale_id\":528,\"sale_number\":\"HIL-0525\",\"reason\":\"Sale cancelled\\/refunded\"}','2026-02-24 05:55:22','2026-02-24 05:55:22','2026-02-24 05:55:22'),
(561,7,'sale',37000.00,'credit','Sale completed: HIL-0533',536,'Sale',31671800.00,31708800.00,'{\"sale_id\":536,\"sale_number\":\"HIL-0533\",\"customer\":\"Sold\",\"payment_method\":\"cash\",\"is_partial\":false}','2026-02-24 05:55:44','2026-02-24 05:55:44','2026-02-24 05:55:44'),
(562,7,'sale',37000.00,'credit','Sale completed: HIL-0534',537,'Sale',31708800.00,31745800.00,'{\"sale_id\":537,\"sale_number\":\"HIL-0534\",\"customer\":\"Sold\",\"payment_method\":\"cash\",\"is_partial\":false}','2026-02-24 06:00:09','2026-02-24 06:00:09','2026-02-24 06:00:09'),
(563,7,'sale',74000.00,'credit','Sale completed: HIL-0535',538,'Sale',31745800.00,31819800.00,'{\"sale_id\":538,\"sale_number\":\"HIL-0535\",\"customer\":\"Sold\",\"payment_method\":\"cash\",\"is_partial\":false}','2026-02-24 06:01:34','2026-02-24 06:01:34','2026-02-24 06:01:34'),
(564,7,'sale',18500.00,'credit','Sale completed: HIL-0536',539,'Sale',31819800.00,31838300.00,'{\"sale_id\":539,\"sale_number\":\"HIL-0536\",\"customer\":\"Sold\",\"payment_method\":\"cash\",\"is_partial\":false}','2026-02-24 06:06:05','2026-02-24 06:06:05','2026-02-24 06:06:05'),
(565,7,'sale',55500.00,'credit','Sale completed: HIL-0537',540,'Sale',31838300.00,31893800.00,'{\"sale_id\":540,\"sale_number\":\"HIL-0537\",\"customer\":\"Sold\",\"payment_method\":\"cash\",\"is_partial\":false}','2026-02-24 06:13:32','2026-02-24 06:13:32','2026-02-24 06:13:32'),
(566,7,'sale',55500.00,'credit','Sale completed: HIL-0538',541,'Sale',31893800.00,31949300.00,'{\"sale_id\":541,\"sale_number\":\"HIL-0538\",\"customer\":\"Sold\",\"payment_method\":\"cash\",\"is_partial\":false}','2026-02-24 06:16:19','2026-02-24 06:16:19','2026-02-24 06:16:19'),
(567,7,'sale',111000.00,'credit','Sale completed: HIL-0539',542,'Sale',31949300.00,32060300.00,'{\"sale_id\":542,\"sale_number\":\"HIL-0539\",\"customer\":\"Sold\",\"payment_method\":\"cash\",\"is_partial\":false}','2026-02-24 06:19:32','2026-02-24 06:19:32','2026-02-24 06:19:32'),
(568,7,'sale',37000.00,'credit','Sale completed: HIL-0540',543,'Sale',32060300.00,32097300.00,'{\"sale_id\":543,\"sale_number\":\"HIL-0540\",\"customer\":\"Sold\",\"payment_method\":\"cash\",\"is_partial\":false}','2026-02-24 06:20:19','2026-02-24 06:20:19','2026-02-24 06:20:19'),
(569,7,'sale',55500.00,'credit','Sale completed: HIL-0541',544,'Sale',32097300.00,32152800.00,'{\"sale_id\":544,\"sale_number\":\"HIL-0541\",\"customer\":\"Sold\",\"payment_method\":\"cash\",\"is_partial\":false}','2026-02-24 06:22:04','2026-02-24 06:22:04','2026-02-24 06:22:04'),
(570,7,'sale',74000.00,'credit','Sale completed: HIL-0542',545,'Sale',32152800.00,32226800.00,'{\"sale_id\":545,\"sale_number\":\"HIL-0542\",\"customer\":\"Sold\",\"payment_method\":\"cash\",\"is_partial\":false}','2026-02-24 06:23:20','2026-02-24 06:23:20','2026-02-24 06:23:20'),
(571,7,'sale',18500.00,'credit','Sale completed: HIL-0543',546,'Sale',32226800.00,32245300.00,'{\"sale_id\":546,\"sale_number\":\"HIL-0543\",\"customer\":\"Sold\",\"payment_method\":\"cash\",\"is_partial\":false}','2026-02-24 06:24:33','2026-02-24 06:24:33','2026-02-24 06:24:33'),
(572,7,'sale',37000.00,'credit','Sale completed: HIL-0544',547,'Sale',32245300.00,32282300.00,'{\"sale_id\":547,\"sale_number\":\"HIL-0544\",\"customer\":\"Sold\",\"payment_method\":\"cash\",\"is_partial\":false}','2026-02-24 06:25:43','2026-02-24 06:25:43','2026-02-24 06:25:43'),
(573,7,'sale_cancel',18500.00,'debit','Sale cancelled/refunded: HIL-0543',546,'Sale',32282300.00,32263800.00,'{\"sale_id\":546,\"sale_number\":\"HIL-0543\",\"reason\":\"Sale cancelled\\/refunded\"}','2026-02-24 06:25:58','2026-02-24 06:25:58','2026-02-24 06:25:58'),
(574,7,'sale',37000.00,'credit','Sale completed: HIL-0545',548,'Sale',32263800.00,32300800.00,'{\"sale_id\":548,\"sale_number\":\"HIL-0545\",\"customer\":\"Sold\",\"payment_method\":\"cash\",\"is_partial\":false}','2026-02-24 06:30:49','2026-02-24 06:30:49','2026-02-24 06:30:49'),
(575,7,'sale',92500.00,'credit','Sale completed: HIL-0546',549,'Sale',32300800.00,32393300.00,'{\"sale_id\":549,\"sale_number\":\"HIL-0546\",\"customer\":\"Sold\",\"payment_method\":\"cash\",\"is_partial\":false}','2026-02-24 06:34:51','2026-02-24 06:34:51','2026-02-24 06:34:51'),
(576,7,'sale',111000.00,'credit','Sale completed: HIL-0547',550,'Sale',32393300.00,32504300.00,'{\"sale_id\":550,\"sale_number\":\"HIL-0547\",\"customer\":\"Sold\",\"payment_method\":\"cash\",\"is_partial\":false}','2026-02-24 06:36:53','2026-02-24 06:36:53','2026-02-24 06:36:53'),
(577,7,'sale',18500.00,'credit','Sale completed: HIL-0548',551,'Sale',32504300.00,32522800.00,'{\"sale_id\":551,\"sale_number\":\"HIL-0548\",\"customer\":\"Sold\",\"payment_method\":\"cash\",\"is_partial\":false}','2026-02-24 06:39:11','2026-02-24 06:39:11','2026-02-24 06:39:11'),
(578,7,'sale',129500.00,'credit','Sale completed: HIL-0549',552,'Sale',32522800.00,32652300.00,'{\"sale_id\":552,\"sale_number\":\"HIL-0549\",\"customer\":\"Sold\",\"payment_method\":\"cash\",\"is_partial\":false}','2026-02-24 06:44:28','2026-02-24 06:44:28','2026-02-24 06:44:28'),
(579,7,'sale',18500.00,'credit','Sale completed: HIL-0550',553,'Sale',32652300.00,32670800.00,'{\"sale_id\":553,\"sale_number\":\"HIL-0550\",\"customer\":\"Sold\",\"payment_method\":\"cash\",\"is_partial\":false}','2026-02-24 06:45:34','2026-02-24 06:45:34','2026-02-24 06:45:34'),
(580,7,'sale',111000.00,'credit','Sale completed: HIL-0551',554,'Sale',32670800.00,32781800.00,'{\"sale_id\":554,\"sale_number\":\"HIL-0551\",\"customer\":\"Sold\",\"payment_method\":\"cash\",\"is_partial\":false}','2026-02-24 06:46:42','2026-02-24 06:46:42','2026-02-24 06:46:42'),
(581,7,'sale',18500.00,'credit','Sale completed: HIL-0552',555,'Sale',32781800.00,32800300.00,'{\"sale_id\":555,\"sale_number\":\"HIL-0552\",\"customer\":\"Sold\",\"payment_method\":\"cash\",\"is_partial\":false}','2026-02-24 06:48:01','2026-02-24 06:48:01','2026-02-24 06:48:01'),
(582,7,'sale',18500.00,'credit','Sale completed: HIL-0553',556,'Sale',32800300.00,32818800.00,'{\"sale_id\":556,\"sale_number\":\"HIL-0553\",\"customer\":\"Sold\",\"payment_method\":\"cash\",\"is_partial\":false}','2026-02-24 06:58:31','2026-02-24 06:58:31','2026-02-24 06:58:31'),
(583,7,'sale',37000.00,'credit','Sale completed: HIL-0554',557,'Sale',32818800.00,32855800.00,'{\"sale_id\":557,\"sale_number\":\"HIL-0554\",\"customer\":\"Sold\",\"payment_method\":\"cash\",\"is_partial\":false}','2026-02-24 06:59:03','2026-02-24 06:59:03','2026-02-24 06:59:03'),
(584,7,'sale',18500.00,'credit','Sale completed: HIL-0555',558,'Sale',32855800.00,32874300.00,'{\"sale_id\":558,\"sale_number\":\"HIL-0555\",\"customer\":\"Issakha\",\"payment_method\":\"cash\",\"is_partial\":false}','2026-02-24 07:00:05','2026-02-24 07:00:05','2026-02-24 07:00:05'),
(585,7,'sale',74000.00,'credit','Sale completed: HIL-0556',559,'Sale',32874300.00,32948300.00,'{\"sale_id\":559,\"sale_number\":\"HIL-0556\",\"customer\":\"Sold\",\"payment_method\":\"cash\",\"is_partial\":false}','2026-02-24 07:06:44','2026-02-24 07:06:44','2026-02-24 07:06:44'),
(586,7,'sale',92500.00,'credit','Sale completed: HIL-0557',560,'Sale',32948300.00,33040800.00,'{\"sale_id\":560,\"sale_number\":\"HIL-0557\",\"customer\":\"Sold\",\"payment_method\":\"cash\",\"is_partial\":false}','2026-02-24 07:07:37','2026-02-24 07:07:37','2026-02-24 07:07:37'),
(587,7,'sale',5000.00,'credit','Loan payment received: HIL-0377',378,'Sale',33040800.00,33045800.00,'{\"sale_id\":378,\"sale_number\":\"HIL-0377\",\"customer\":\"Imam Ahmat\",\"payment_type\":\"loan_payment\"}','2026-02-24 09:24:17','2026-02-24 09:24:17','2026-02-24 09:24:17'),
(588,7,'sale',20000.00,'credit','Sale completed: HIL-0558',561,'Sale',33045800.00,33065800.00,'{\"sale_id\":561,\"sale_number\":\"HIL-0558\",\"customer\":null,\"payment_method\":\"cash\",\"is_partial\":false}','2026-02-24 10:35:26','2026-02-24 10:35:26','2026-02-24 10:35:26'),
(589,7,'sale',20000.00,'credit','Sale completed: HIL-0559',562,'Sale',33065800.00,33085800.00,'{\"sale_id\":562,\"sale_number\":\"HIL-0559\",\"customer\":null,\"payment_method\":\"cash\",\"is_partial\":false}','2026-02-24 12:12:28','2026-02-24 12:12:28','2026-02-24 12:12:28'),
(590,7,'sale',20000.00,'credit','Sale completed: HIL-0560',563,'Sale',33085800.00,33105800.00,'{\"sale_id\":563,\"sale_number\":\"HIL-0560\",\"customer\":null,\"payment_method\":\"cash\",\"is_partial\":false}','2026-02-25 06:43:40','2026-02-25 06:43:40','2026-02-25 06:43:40'),
(591,7,'sale',20000.00,'credit','Sale completed: HIL-0561',564,'Sale',33105800.00,33125800.00,'{\"sale_id\":564,\"sale_number\":\"HIL-0561\",\"customer\":null,\"payment_method\":\"cash\",\"is_partial\":false}','2026-02-25 06:44:50','2026-02-25 06:44:50','2026-02-25 06:44:50'),
(592,7,'sale',20000.00,'credit','Sale completed: HIL-0562',565,'Sale',33125800.00,33145800.00,'{\"sale_id\":565,\"sale_number\":\"HIL-0562\",\"customer\":null,\"payment_method\":\"cash\",\"is_partial\":false}','2026-02-25 06:58:00','2026-02-25 06:58:00','2026-02-25 06:58:00'),
(593,7,'sale',20000.00,'credit','Sale completed: HIL-0563',566,'Sale',33145800.00,33165800.00,'{\"sale_id\":566,\"sale_number\":\"HIL-0563\",\"customer\":null,\"payment_method\":\"cash\",\"is_partial\":false}','2026-02-25 09:15:05','2026-02-25 09:15:05','2026-02-25 09:15:05'),
(594,4,'sale',1008000.00,'credit','Sale completed: HIL-0564',567,'Sale',2723000.00,3731000.00,'{\"sale_id\":567,\"sale_number\":\"HIL-0564\",\"customer\":\"IDRISS DJABIR\",\"payment_method\":\"cash\",\"is_partial\":false}','2026-02-25 09:16:07','2026-02-25 09:16:07','2026-02-25 09:16:07'),
(595,7,'sale',20000.00,'credit','Sale completed: HIL-0565',568,'Sale',33165800.00,33185800.00,'{\"sale_id\":568,\"sale_number\":\"HIL-0565\",\"customer\":null,\"payment_method\":\"cash\",\"is_partial\":false}','2026-02-25 09:30:50','2026-02-25 09:30:50','2026-02-25 09:30:50'),
(596,7,'sale',18500.00,'credit','Sale completed: HIL-0566',569,'Sale',33185800.00,33204300.00,'{\"sale_id\":569,\"sale_number\":\"HIL-0566\",\"customer\":\"Issakha\",\"payment_method\":\"cash\",\"is_partial\":false}','2026-02-25 10:12:20','2026-02-25 10:12:20','2026-02-25 10:12:20'),
(597,7,'sale',20000.00,'credit','Sale completed: HIL-0567',570,'Sale',33204300.00,33224300.00,'{\"sale_id\":570,\"sale_number\":\"HIL-0567\",\"customer\":null,\"payment_method\":\"cash\",\"is_partial\":false}','2026-02-25 10:32:33','2026-02-25 10:32:33','2026-02-25 10:32:33'),
(598,7,'sale',20000.00,'credit','Sale completed: HIL-0568',571,'Sale',33224300.00,33244300.00,'{\"sale_id\":571,\"sale_number\":\"HIL-0568\",\"customer\":null,\"payment_method\":\"cash\",\"is_partial\":false}','2026-02-25 10:38:43','2026-02-25 10:38:43','2026-02-25 10:38:43'),
(599,7,'sale',37000.00,'credit','Sale completed: HIL-0569',572,'Sale',33244300.00,33281300.00,'{\"sale_id\":572,\"sale_number\":\"HIL-0569\",\"customer\":\"Nural en\",\"payment_method\":\"cash\",\"is_partial\":false}','2026-02-25 10:41:59','2026-02-25 10:41:59','2026-02-25 10:41:59'),
(600,7,'sale',84500.00,'credit','Sale completed: HIL-0570',573,'Sale',33281300.00,33365800.00,'{\"sale_id\":573,\"sale_number\":\"HIL-0570\",\"customer\":null,\"payment_method\":\"cash\",\"is_partial\":false}','2026-02-25 12:16:48','2026-02-25 12:16:48','2026-02-25 12:16:48'),
(601,7,'sale',20000.00,'credit','Sale completed: HIL-0571',574,'Sale',33365800.00,33385800.00,'{\"sale_id\":574,\"sale_number\":\"HIL-0571\",\"customer\":null,\"payment_method\":\"cash\",\"is_partial\":false}','2026-02-26 07:47:14','2026-02-26 07:47:14','2026-02-26 07:47:14'),
(602,7,'sale',555000.00,'credit','Sale completed: HIL-0572',575,'Sale',33385800.00,33940800.00,'{\"sale_id\":575,\"sale_number\":\"HIL-0572\",\"customer\":\"Makki\",\"payment_method\":\"cash\",\"is_partial\":false}','2026-02-26 08:17:56','2026-02-26 08:17:56','2026-02-26 08:17:56'),
(603,7,'sale',195000.00,'credit','Sale completed: HIL-0573',576,'Sale',33940800.00,34135800.00,'{\"sale_id\":576,\"sale_number\":\"HIL-0573\",\"customer\":null,\"payment_method\":\"cash\",\"is_partial\":false}','2026-02-26 09:45:17','2026-02-26 09:45:17','2026-02-26 09:45:17'),
(604,7,'sale',55500.00,'credit','Sale completed: HIL-0574',577,'Sale',34135800.00,34191300.00,'{\"sale_id\":577,\"sale_number\":\"HIL-0574\",\"customer\":\"Nural en\",\"payment_method\":\"cash\",\"is_partial\":false}','2026-02-26 10:29:09','2026-02-26 10:29:09','2026-02-26 10:29:09'),
(605,7,'sale',18500.00,'credit','Sale completed: HIL-0575',578,'Sale',34191300.00,34209800.00,'{\"sale_id\":578,\"sale_number\":\"HIL-0575\",\"customer\":\"Gachi\",\"payment_method\":\"cash\",\"is_partial\":false}','2026-02-26 11:18:15','2026-02-26 11:18:15','2026-02-26 11:18:15'),
(606,7,'sale',37000.00,'credit','Sale completed: HIL-0576',579,'Sale',34209800.00,34246800.00,'{\"sale_id\":579,\"sale_number\":\"HIL-0576\",\"customer\":null,\"payment_method\":\"cash\",\"is_partial\":false}','2026-02-26 11:33:01','2026-02-26 11:33:01','2026-02-26 11:33:01'),
(607,7,'sale',30000.00,'credit','Sale completed: HIL-0577',580,'Sale',34246800.00,34276800.00,'{\"sale_id\":580,\"sale_number\":\"HIL-0577\",\"customer\":\"Fatime Abdelrahim\",\"payment_method\":\"cash\",\"is_partial\":true}','2026-02-26 11:45:28','2026-02-26 11:45:28','2026-02-26 11:45:28'),
(608,7,'sale',92500.00,'credit','Sale completed: HIL-0578',581,'Sale',34276800.00,34369300.00,'{\"sale_id\":581,\"sale_number\":\"HIL-0578\",\"customer\":\"Youssouf\",\"payment_method\":\"cash\",\"is_partial\":false}','2026-02-26 12:22:16','2026-02-26 12:22:16','2026-02-26 12:22:16'),
(609,7,'sale',20000.00,'credit','Sale completed: HIL-0581',584,'Sale',34369300.00,34389300.00,'{\"sale_id\":584,\"sale_number\":\"HIL-0581\",\"customer\":\"Bachar\",\"payment_method\":\"cash\",\"is_partial\":false}','2026-02-26 13:02:48','2026-02-26 13:02:48','2026-02-26 13:02:48'),
(610,7,'sale',101500.00,'credit','Sale completed: HIL-0583',586,'Sale',34389300.00,34490800.00,'{\"sale_id\":586,\"sale_number\":\"HIL-0583\",\"customer\":\"Gachi\",\"payment_method\":\"cash\",\"is_partial\":false}','2026-02-27 07:23:54','2026-02-27 07:23:54','2026-02-27 07:23:54'),
(611,7,'sale',18000.00,'credit','Sale completed: HIL-0584',587,'Sale',34490800.00,34508800.00,'{\"sale_id\":587,\"sale_number\":\"HIL-0584\",\"customer\":\"Gachi\",\"payment_method\":\"cash\",\"is_partial\":false}','2026-02-27 07:24:16','2026-02-27 07:24:16','2026-02-27 07:24:16'),
(612,7,'sale',20000.00,'credit','Sale completed: HIL-0585',588,'Sale',34508800.00,34528800.00,'{\"sale_id\":588,\"sale_number\":\"HIL-0585\",\"customer\":null,\"payment_method\":\"cash\",\"is_partial\":false}','2026-02-27 07:24:38','2026-02-27 07:24:38','2026-02-27 07:24:38'),
(613,7,'sale',40000.00,'credit','Sale completed: HIL-0586',589,'Sale',34528800.00,34568800.00,'{\"sale_id\":589,\"sale_number\":\"HIL-0586\",\"customer\":\"Youssouf Hilali\",\"payment_method\":\"cash\",\"is_partial\":false}','2026-02-27 07:26:02','2026-02-27 07:26:02','2026-02-27 07:26:02'),
(614,7,'sale',185000.00,'credit','Sale completed: HIL-0587',590,'Sale',34568800.00,34753800.00,'{\"sale_id\":590,\"sale_number\":\"HIL-0587\",\"customer\":null,\"payment_method\":\"cash\",\"is_partial\":false}','2026-02-27 07:51:48','2026-02-27 07:51:48','2026-02-27 07:51:48'),
(615,7,'sale',40000.00,'credit','Sale completed: HIL-0588',591,'Sale',34753800.00,34793800.00,'{\"sale_id\":591,\"sale_number\":\"HIL-0588\",\"customer\":\"Mht Tidjani\",\"payment_method\":\"cash\",\"is_partial\":false}','2026-02-27 08:03:12','2026-02-27 08:03:12','2026-02-27 08:03:12'),
(616,7,'sale',25000.00,'credit','Sale completed: HIL-0589',592,'Sale',34793800.00,34818800.00,'{\"sale_id\":592,\"sale_number\":\"HIL-0589\",\"customer\":null,\"payment_method\":\"cash\",\"is_partial\":false}','2026-02-27 09:50:55','2026-02-27 09:50:55','2026-02-27 09:50:55'),
(617,7,'sale',67000.00,'credit','Sale completed: HIL-0590',593,'Sale',34818800.00,34885800.00,'{\"sale_id\":593,\"sale_number\":\"HIL-0590\",\"customer\":null,\"payment_method\":\"cash\",\"is_partial\":false}','2026-02-27 10:12:05','2026-02-27 10:12:05','2026-02-27 10:12:05'),
(618,7,'sale',20000.00,'credit','Sale completed: HIL-0591',594,'Sale',34885800.00,34905800.00,'{\"sale_id\":594,\"sale_number\":\"HIL-0591\",\"customer\":null,\"payment_method\":\"cash\",\"is_partial\":false}','2026-02-27 11:03:38','2026-02-27 11:03:38','2026-02-27 11:03:38'),
(619,7,'sale',40000.00,'credit','Sale completed: HIL-0592',595,'Sale',34905800.00,34945800.00,'{\"sale_id\":595,\"sale_number\":\"HIL-0592\",\"customer\":null,\"payment_method\":\"cash\",\"is_partial\":false}','2026-02-27 12:20:32','2026-02-27 12:20:32','2026-02-27 12:20:32'),
(620,7,'sale',20000.00,'credit','Sale completed: HIL-0593',596,'Sale',34945800.00,34965800.00,'{\"sale_id\":596,\"sale_number\":\"HIL-0593\",\"customer\":null,\"payment_method\":\"cash\",\"is_partial\":false}','2026-02-27 12:32:14','2026-02-27 12:32:14','2026-02-27 12:32:14'),
(621,7,'sale_cancel',20000.00,'debit','Sale cancelled/refunded: HIL-0593',596,'Sale',34965800.00,34945800.00,'{\"sale_id\":596,\"sale_number\":\"HIL-0593\",\"reason\":\"Sale cancelled\\/refunded\"}','2026-02-27 12:32:46','2026-02-27 12:32:46','2026-02-27 12:32:46'),
(622,7,'sale',20000.00,'credit','Sale completed: HIL-0594',597,'Sale',34945800.00,34965800.00,'{\"sale_id\":597,\"sale_number\":\"HIL-0594\",\"customer\":null,\"payment_method\":\"cash\",\"is_partial\":false}','2026-02-27 12:33:11','2026-02-27 12:33:11','2026-02-27 12:33:11'),
(623,7,'sale',20000.00,'credit','Sale completed: HIL-0595',598,'Sale',34965800.00,34985800.00,'{\"sale_id\":598,\"sale_number\":\"HIL-0595\",\"customer\":null,\"payment_method\":\"cash\",\"is_partial\":false}','2026-02-27 12:45:18','2026-02-27 12:45:18','2026-02-27 12:45:18'),
(624,7,'sale',20000.00,'credit','Sale completed: HIL-0596',599,'Sale',34985800.00,35005800.00,'{\"sale_id\":599,\"sale_number\":\"HIL-0596\",\"customer\":null,\"payment_method\":\"cash\",\"is_partial\":false}','2026-02-27 12:46:09','2026-02-27 12:46:09','2026-02-27 12:46:09'),
(625,7,'sale',140000.00,'credit','Sale completed: HIL-0597',600,'Sale',35005800.00,35145800.00,'{\"sale_id\":600,\"sale_number\":\"HIL-0597\",\"customer\":\"Houdey\",\"payment_method\":\"cash\",\"is_partial\":false}','2026-02-27 13:00:23','2026-02-27 13:00:23','2026-02-27 13:00:23'),
(626,7,'sale',185000.00,'credit','Sale completed: HIL-0598',601,'Sale',35145800.00,35330800.00,'{\"sale_id\":601,\"sale_number\":\"HIL-0598\",\"customer\":\"Bololo\",\"payment_method\":\"cash\",\"is_partial\":false}','2026-02-28 06:38:47','2026-02-28 06:38:47','2026-02-28 06:38:47'),
(627,7,'sale',40000.00,'credit','Sale completed: HIL-0599',602,'Sale',35330800.00,35370800.00,'{\"sale_id\":602,\"sale_number\":\"HIL-0599\",\"customer\":null,\"payment_method\":\"cash\",\"is_partial\":false}','2026-02-28 06:53:09','2026-02-28 06:53:09','2026-02-28 06:53:09'),
(628,7,'sale',20000.00,'credit','Sale completed: HIL-0600',603,'Sale',35370800.00,35390800.00,'{\"sale_id\":603,\"sale_number\":\"HIL-0600\",\"customer\":null,\"payment_method\":\"cash\",\"is_partial\":false}','2026-02-28 07:57:03','2026-02-28 07:57:03','2026-02-28 07:57:03'),
(629,7,'sale',452500.00,'credit','Sale completed: HIL-0601',604,'Sale',35390800.00,35843300.00,'{\"sale_id\":604,\"sale_number\":\"HIL-0601\",\"customer\":null,\"payment_method\":\"cash\",\"is_partial\":false}','2026-02-28 08:45:38','2026-02-28 08:45:38','2026-02-28 08:45:38'),
(630,7,'sale',18500.00,'credit','Sale completed: HIL-0602',605,'Sale',35843300.00,35861800.00,'{\"sale_id\":605,\"sale_number\":\"HIL-0602\",\"customer\":\"Noural En\",\"payment_method\":\"cash\",\"is_partial\":false}','2026-02-28 10:45:33','2026-02-28 10:45:33','2026-02-28 10:45:33'),
(631,7,'sale',20000.00,'credit','Sale completed: HIL-0603',606,'Sale',35861800.00,35881800.00,'{\"sale_id\":606,\"sale_number\":\"HIL-0603\",\"customer\":null,\"payment_method\":\"cash\",\"is_partial\":false}','2026-02-28 10:45:46','2026-02-28 10:45:46','2026-02-28 10:45:46'),
(632,7,'sale',20000.00,'credit','Sale completed: HIL-0604',607,'Sale',35881800.00,35901800.00,'{\"sale_id\":607,\"sale_number\":\"HIL-0604\",\"customer\":null,\"payment_method\":\"cash\",\"is_partial\":false}','2026-02-28 12:33:28','2026-02-28 12:33:28','2026-02-28 12:33:28'),
(633,7,'sale',129500.00,'credit','Sale completed: HIL-0605',608,'Sale',35901800.00,36031300.00,'{\"sale_id\":608,\"sale_number\":\"HIL-0605\",\"customer\":null,\"payment_method\":\"cash\",\"is_partial\":false}','2026-02-28 13:01:58','2026-02-28 13:01:58','2026-02-28 13:01:58'),
(634,7,'sale',407000.00,'credit','Sale completed: HIL-0606',609,'Sale',36031300.00,36438300.00,'{\"sale_id\":609,\"sale_number\":\"HIL-0606\",\"customer\":\"AL Issel\",\"payment_method\":\"cash\",\"is_partial\":false}','2026-02-28 16:54:35','2026-02-28 16:54:35','2026-02-28 16:54:35'),
(635,7,'sale',7000.00,'credit','Sale completed: HIL-0607',610,'Sale',36438300.00,36445300.00,'{\"sale_id\":610,\"sale_number\":\"HIL-0607\",\"customer\":null,\"payment_method\":\"cash\",\"is_partial\":false}','2026-02-28 16:57:56','2026-02-28 16:57:56','2026-02-28 16:57:56'),
(636,7,'sale',166500.00,'credit','Sale completed: HIL-0608',611,'Sale',36445300.00,36611800.00,'{\"sale_id\":611,\"sale_number\":\"HIL-0608\",\"customer\":\"Nural En\",\"payment_method\":\"cash\",\"is_partial\":false}','2026-03-01 09:15:38','2026-03-01 09:15:38','2026-03-01 09:15:38'),
(637,7,'sale',20000.00,'credit','Sale completed: HIL-0609',612,'Sale',36611800.00,36631800.00,'{\"sale_id\":612,\"sale_number\":\"HIL-0609\",\"customer\":null,\"payment_method\":\"cash\",\"is_partial\":false}','2026-03-01 09:16:00','2026-03-01 09:16:00','2026-03-01 09:16:00'),
(638,7,'sale',37000.00,'credit','Sale completed: HIL-0610',613,'Sale',36631800.00,36668800.00,'{\"sale_id\":613,\"sale_number\":\"HIL-0610\",\"customer\":\"Noural En\",\"payment_method\":\"cash\",\"is_partial\":false}','2026-03-01 09:44:50','2026-03-01 09:44:50','2026-03-01 09:44:50'),
(639,7,'sale',18500.00,'credit','Sale completed: HIL-0611',614,'Sale',36668800.00,36687300.00,'{\"sale_id\":614,\"sale_number\":\"HIL-0611\",\"customer\":\"Mahasin\",\"payment_method\":\"cash\",\"is_partial\":false}','2026-03-01 09:45:16','2026-03-01 09:45:16','2026-03-01 09:45:16'),
(640,7,'sale',18500.00,'credit','Sale completed: HIL-0612',615,'Sale',36687300.00,36705800.00,'{\"sale_id\":615,\"sale_number\":\"HIL-0612\",\"customer\":\"Faaaatime\",\"payment_method\":\"cash\",\"is_partial\":false}','2026-03-01 10:01:50','2026-03-01 10:01:50','2026-03-01 10:01:50'),
(641,7,'sale',20000.00,'credit','Sale completed: HIL-0613',616,'Sale',36705800.00,36725800.00,'{\"sale_id\":616,\"sale_number\":\"HIL-0613\",\"customer\":null,\"payment_method\":\"cash\",\"is_partial\":false}','2026-03-01 10:18:49','2026-03-01 10:18:49','2026-03-01 10:18:49'),
(642,7,'sale',324500.00,'credit','Sale completed: HIL-0614',617,'Sale',36725800.00,37050300.00,'{\"sale_id\":617,\"sale_number\":\"HIL-0614\",\"customer\":\"Birk\\u00e9 Ahmat\",\"payment_method\":\"cash\",\"is_partial\":false}','2026-03-01 10:23:05','2026-03-01 10:23:05','2026-03-01 10:23:05'),
(643,7,'sale',60000.00,'credit','Sale completed: HIL-0615',618,'Sale',37050300.00,37110300.00,'{\"sale_id\":618,\"sale_number\":\"HIL-0615\",\"customer\":\"Bintou Baba\",\"payment_method\":\"cash\",\"is_partial\":false}','2026-03-01 10:34:50','2026-03-01 10:34:50','2026-03-01 10:34:50'),
(644,7,'sale',166500.00,'credit','Sale completed: HIL-0616',619,'Sale',37110300.00,37276800.00,'{\"sale_id\":619,\"sale_number\":\"HIL-0616\",\"customer\":\"Mahasin\",\"payment_method\":\"cash\",\"is_partial\":false}','2026-03-01 12:16:41','2026-03-01 12:16:41','2026-03-01 12:16:41'),
(645,7,'sale',40000.00,'credit','Sale completed: HIL-0617',620,'Sale',37276800.00,37316800.00,'{\"sale_id\":620,\"sale_number\":\"HIL-0617\",\"customer\":null,\"payment_method\":\"cash\",\"is_partial\":false}','2026-03-01 12:40:29','2026-03-01 12:40:29','2026-03-01 12:40:29'),
(646,7,'sale',55500.00,'credit','Loan payment received: HIL-0580',583,'Sale',37316800.00,37372300.00,'{\"sale_id\":583,\"sale_number\":\"HIL-0580\",\"customer\":\"Mahasin\",\"payment_type\":\"loan_payment\"}','2026-03-01 12:48:18','2026-03-01 12:48:18','2026-03-01 12:48:18'),
(647,7,'sale',466500.00,'credit','Loan payment received: HIL-0579',582,'Sale',37372300.00,37838800.00,'{\"sale_id\":582,\"sale_number\":\"HIL-0579\",\"customer\":\"Mahasin\",\"payment_type\":\"loan_payment\"}','2026-03-01 12:48:35','2026-03-01 12:48:35','2026-03-01 12:48:35'),
(648,7,'sale',129500.00,'credit','Sale completed: HIL-0618',621,'Sale',37838800.00,37968300.00,'{\"sale_id\":621,\"sale_number\":\"HIL-0618\",\"customer\":null,\"payment_method\":\"cash\",\"is_partial\":false}','2026-03-02 05:10:31','2026-03-02 05:10:31','2026-03-02 05:10:31'),
(649,7,'sale',30000.00,'credit','Sale completed: HIL-0619',622,'Sale',37968300.00,37998300.00,'{\"sale_id\":622,\"sale_number\":\"HIL-0619\",\"customer\":null,\"payment_method\":\"cash\",\"is_partial\":false}','2026-03-02 05:11:20','2026-03-02 05:11:20','2026-03-02 05:11:20'),
(650,7,'sale',617500.00,'credit','Loan payment received: HIL-0261',261,'Sale',37998300.00,38615800.00,'{\"sale_id\":261,\"sale_number\":\"HIL-0261\",\"customer\":\"ABAKAR SIDICK\",\"payment_type\":\"loan_payment\"}','2026-03-02 07:10:30','2026-03-02 07:10:30','2026-03-02 07:10:30'),
(651,7,'sale',20000.00,'credit','Sale completed: HIL-0620',623,'Sale',38615800.00,38635800.00,'{\"sale_id\":623,\"sale_number\":\"HIL-0620\",\"customer\":null,\"payment_method\":\"cash\",\"is_partial\":false}','2026-03-02 07:23:05','2026-03-02 07:23:05','2026-03-02 07:23:05'),
(652,7,'sale',65000.00,'credit','Sale completed: HIL-0621',625,'Sale',38635800.00,38700800.00,'{\"sale_id\":625,\"sale_number\":\"HIL-0621\",\"customer\":\"Abdrahman IBO\",\"payment_method\":\"cash\",\"is_partial\":false}','2026-03-02 07:34:23','2026-03-02 07:34:23','2026-03-02 07:34:23'),
(653,7,'sale',240500.00,'credit','Sale completed: HIL-0622',626,'Sale',38700800.00,38941300.00,'{\"sale_id\":626,\"sale_number\":\"HIL-0622\",\"customer\":\"Sinine Abdelrahim\",\"payment_method\":\"cash\",\"is_partial\":false}','2026-03-02 08:17:28','2026-03-02 08:17:28','2026-03-02 08:17:28'),
(654,7,'sale',14000.00,'credit','Sale completed: HIL-0623',627,'Sale',38941300.00,38955300.00,'{\"sale_id\":627,\"sale_number\":\"HIL-0623\",\"customer\":null,\"payment_method\":\"cash\",\"is_partial\":false}','2026-03-02 09:03:04','2026-03-02 09:03:04','2026-03-02 09:03:04'),
(655,7,'sale',20000.00,'credit','Sale completed: HIL-0624',628,'Sale',38955300.00,38975300.00,'{\"sale_id\":628,\"sale_number\":\"HIL-0624\",\"customer\":null,\"payment_method\":\"cash\",\"is_partial\":false}','2026-03-02 09:46:13','2026-03-02 09:46:13','2026-03-02 09:46:13'),
(656,7,'sale',37000.00,'credit','Sale completed: HIL-0625',629,'Sale',38975300.00,39012300.00,'{\"sale_id\":629,\"sale_number\":\"HIL-0625\",\"customer\":\"Fatime Abdelrahim\",\"payment_method\":\"cash\",\"is_partial\":false}','2026-03-02 10:39:58','2026-03-02 10:39:58','2026-03-02 10:39:58'),
(657,7,'sale_cancel',37000.00,'debit','Sale cancelled/refunded: HIL-0625',629,'Sale',39012300.00,38975300.00,'{\"sale_id\":629,\"sale_number\":\"HIL-0625\",\"reason\":\"Sale cancelled\\/refunded\"}','2026-03-02 10:40:48','2026-03-02 10:40:48','2026-03-02 10:40:48'),
(658,7,'sale',34500.00,'credit','Sale completed: HIL-0626',630,'Sale',38975300.00,39009800.00,'{\"sale_id\":630,\"sale_number\":\"HIL-0626\",\"customer\":\"Fatime Abdelrahim\",\"payment_method\":\"cash\",\"is_partial\":true}','2026-03-02 10:42:02','2026-03-02 10:42:02','2026-03-02 10:42:02'),
(659,7,'sale',37000.00,'credit','Sale completed: HIL-0627',631,'Sale',39009800.00,39046800.00,'{\"sale_id\":631,\"sale_number\":\"HIL-0627\",\"customer\":null,\"payment_method\":\"cash\",\"is_partial\":false}','2026-03-02 10:59:04','2026-03-02 10:59:04','2026-03-02 10:59:04'),
(660,7,'sale',174000.00,'credit','Sale completed: HIL-0629',633,'Sale',39046800.00,39220800.00,'{\"sale_id\":633,\"sale_number\":\"HIL-0629\",\"customer\":\"Abdelkhani\",\"payment_method\":\"cash\",\"is_partial\":false}','2026-03-02 11:04:15','2026-03-02 11:04:15','2026-03-02 11:04:15'),
(661,7,'sale',2500.00,'credit','Loan payment received: HIL-0626',630,'Sale',39220800.00,39223300.00,'{\"sale_id\":630,\"sale_number\":\"HIL-0626\",\"customer\":\"Fatime Abdelrahim\",\"payment_type\":\"loan_payment\"}','2026-03-02 12:29:05','2026-03-02 12:29:05','2026-03-02 12:29:05'),
(662,7,'sale',7000.00,'credit','Loan payment received: HIL-0577',580,'Sale',39223300.00,39230300.00,'{\"sale_id\":580,\"sale_number\":\"HIL-0577\",\"customer\":\"Fatime Abdelrahim\",\"payment_type\":\"loan_payment\"}','2026-03-02 12:29:24','2026-03-02 12:29:24','2026-03-02 12:29:24'),
(663,7,'sale',500.00,'credit','Sale completed: HIL-0630',634,'Sale',39230300.00,39230800.00,'{\"sale_id\":634,\"sale_number\":\"HIL-0630\",\"customer\":\"Fatime Abdelrahim\",\"payment_method\":\"cash\",\"is_partial\":true}','2026-03-02 12:30:54','2026-03-02 12:30:54','2026-03-02 12:30:54'),
(664,7,'sale',500.00,'credit','Sale completed: HIL-0632',636,'Sale',39230800.00,39231300.00,'{\"sale_id\":636,\"sale_number\":\"HIL-0632\",\"customer\":\"Fatime Abdelrahim\",\"payment_method\":\"cash\",\"is_partial\":true}','2026-03-02 12:36:22','2026-03-02 12:36:22','2026-03-02 12:36:22'),
(665,7,'sale',110000.00,'credit','Sale completed: HIL-0633',637,'Sale',39231300.00,39341300.00,'{\"sale_id\":637,\"sale_number\":\"HIL-0633\",\"customer\":null,\"payment_method\":\"cash\",\"is_partial\":false}','2026-03-02 12:39:00','2026-03-02 12:39:00','2026-03-02 12:39:00'),
(666,7,'sale',55500.00,'credit','Sale completed: HIL-0634',638,'Sale',39341300.00,39396800.00,'{\"sale_id\":638,\"sale_number\":\"HIL-0634\",\"customer\":\"AL ISSEL\",\"payment_method\":\"cash\",\"is_partial\":false}','2026-03-02 12:44:09','2026-03-02 12:44:09','2026-03-02 12:44:09'),
(667,7,'sale',18500.00,'credit','Sale completed: HIL-0635',639,'Sale',39396800.00,39415300.00,'{\"sale_id\":639,\"sale_number\":\"HIL-0635\",\"customer\":\"Nadjat\",\"payment_method\":\"cash\",\"is_partial\":false}','2026-03-02 12:47:05','2026-03-02 12:47:05','2026-03-02 12:47:05'),
(668,7,'sale_cancel',18500.00,'debit','Sale cancelled/refunded: HIL-0635',639,'Sale',39415300.00,39396800.00,'{\"sale_id\":639,\"sale_number\":\"HIL-0635\",\"reason\":\"Sale cancelled\\/refunded\"}','2026-03-02 12:48:44','2026-03-02 12:48:44','2026-03-02 12:48:44'),
(669,7,'sale',18500.00,'credit','Sale completed: HIL-0636',640,'Sale',39396800.00,39415300.00,'{\"sale_id\":640,\"sale_number\":\"HIL-0636\",\"customer\":\"Nadjat\",\"payment_method\":\"cash\",\"is_partial\":false}','2026-03-02 12:49:13','2026-03-02 12:49:13','2026-03-02 12:49:13'),
(670,7,'sale',20000.00,'credit','Sale completed: HIL-0637',641,'Sale',39415300.00,39435300.00,'{\"sale_id\":641,\"sale_number\":\"HIL-0637\",\"customer\":null,\"payment_method\":\"cash\",\"is_partial\":false}','2026-03-02 13:07:20','2026-03-02 13:07:20','2026-03-02 13:07:20'),
(671,7,'sale',42000.00,'credit','Sale completed: HIL-0638',642,'Sale',39435300.00,39477300.00,'{\"sale_id\":642,\"sale_number\":\"HIL-0638\",\"customer\":null,\"payment_method\":\"cash\",\"is_partial\":false}','2026-03-02 13:26:55','2026-03-02 13:26:55','2026-03-02 13:26:55'),
(672,7,'sale',28500.00,'credit','Sale completed: HIL-0639',643,'Sale',39477300.00,39505800.00,'{\"sale_id\":643,\"sale_number\":\"HIL-0639\",\"customer\":\"Nural En\",\"payment_method\":\"cash\",\"is_partial\":false}','2026-03-03 07:10:57','2026-03-03 07:10:57','2026-03-03 07:10:57'),
(673,7,'sale',40000.00,'credit','Sale completed: HIL-0640',645,'Sale',39505800.00,39545800.00,'{\"sale_id\":645,\"sale_number\":\"HIL-0640\",\"customer\":\"Adam Confiance\",\"payment_method\":\"cash\",\"is_partial\":false}','2026-03-03 08:08:25','2026-03-03 08:08:25','2026-03-03 08:08:25'),
(674,7,'sale',400000.00,'credit','Sale completed: HIL-0641',646,'Sale',39545800.00,39945800.00,'{\"sale_id\":646,\"sale_number\":\"HIL-0641\",\"customer\":null,\"payment_method\":\"cash\",\"is_partial\":false}','2026-03-03 08:09:56','2026-03-03 08:09:56','2026-03-03 08:09:56'),
(675,7,'sale',84000.00,'credit','Sale completed: HIL-0642',647,'Sale',39945800.00,40029800.00,'{\"sale_id\":647,\"sale_number\":\"HIL-0642\",\"customer\":\"Nadjat\",\"payment_method\":\"cash\",\"is_partial\":false}','2026-03-03 08:11:19','2026-03-03 08:11:19','2026-03-03 08:11:19'),
(676,7,'sale',20000.00,'credit','Sale completed: HIL-0643',648,'Sale',40029800.00,40049800.00,'{\"sale_id\":648,\"sale_number\":\"HIL-0643\",\"customer\":null,\"payment_method\":\"cash\",\"is_partial\":false}','2026-03-03 08:34:07','2026-03-03 08:34:07','2026-03-03 08:34:07'),
(677,7,'sale',37000.00,'credit','Sale completed: HIL-0644',649,'Sale',40049800.00,40086800.00,'{\"sale_id\":649,\"sale_number\":\"HIL-0644\",\"customer\":\"Com Fir\",\"payment_method\":\"cash\",\"is_partial\":false}','2026-03-03 09:27:05','2026-03-03 09:27:05','2026-03-03 09:27:05'),
(678,7,'sale',171000.00,'credit','Sale completed: HIL-0645',650,'Sale',40086800.00,40257800.00,'{\"sale_id\":650,\"sale_number\":\"HIL-0645\",\"customer\":\"Mht Moussa\",\"payment_method\":\"cash\",\"is_partial\":false}','2026-03-03 09:55:36','2026-03-03 09:55:36','2026-03-03 09:55:36'),
(679,7,'sale',80000.00,'credit','Sale completed: HIL-0646',651,'Sale',40257800.00,40337800.00,'{\"sale_id\":651,\"sale_number\":\"HIL-0646\",\"customer\":\"Soudani\",\"payment_method\":\"cash\",\"is_partial\":false}','2026-03-03 10:02:49','2026-03-03 10:02:49','2026-03-03 10:02:49'),
(680,7,'sale',21000.00,'credit','Sale completed: HIL-0648',653,'Sale',40337800.00,40358800.00,'{\"sale_id\":653,\"sale_number\":\"HIL-0648\",\"customer\":\"Nadjat\",\"payment_method\":\"cash\",\"is_partial\":false}','2026-03-03 10:38:38','2026-03-03 10:38:38','2026-03-03 10:38:38'),
(681,7,'sale',20000.00,'credit','Sale completed: HIL-0649',654,'Sale',40358800.00,40378800.00,'{\"sale_id\":654,\"sale_number\":\"HIL-0649\",\"customer\":null,\"payment_method\":\"cash\",\"is_partial\":false}','2026-03-03 12:21:15','2026-03-03 12:21:15','2026-03-03 12:21:15'),
(682,7,'sale',172000.00,'credit','Sale completed: HIL-0650',655,'Sale',40378800.00,40550800.00,'{\"sale_id\":655,\"sale_number\":\"HIL-0650\",\"customer\":\"Mahasin\",\"payment_method\":\"cash\",\"is_partial\":false}','2026-03-03 12:46:12','2026-03-03 12:46:12','2026-03-03 12:46:12'),
(683,7,'sale',20000.00,'credit','Sale completed: HIL-0651',656,'Sale',40550800.00,40570800.00,'{\"sale_id\":656,\"sale_number\":\"HIL-0651\",\"customer\":null,\"payment_method\":\"cash\",\"is_partial\":false}','2026-03-04 07:04:51','2026-03-04 07:04:51','2026-03-04 07:04:51'),
(684,7,'sale',170000.00,'credit','Sale completed: HIL-0652',657,'Sale',40570800.00,40740800.00,'{\"sale_id\":657,\"sale_number\":\"HIL-0652\",\"customer\":null,\"payment_method\":\"cash\",\"is_partial\":false}','2026-03-04 07:19:09','2026-03-04 07:19:09','2026-03-04 07:19:09'),
(685,7,'sale',373500.00,'credit','Loan payment received: HIL-0647',652,'Sale',40740800.00,41114300.00,'{\"sale_id\":652,\"sale_number\":\"HIL-0647\",\"customer\":\"Abdelaziz Abakar\",\"payment_type\":\"loan_payment\"}','2026-03-04 09:06:25','2026-03-04 09:06:25','2026-03-04 09:06:25'),
(686,7,'sale',20000.00,'credit','Sale completed: HIL-0653',658,'Sale',41114300.00,41134300.00,'{\"sale_id\":658,\"sale_number\":\"HIL-0653\",\"customer\":null,\"payment_method\":\"cash\",\"is_partial\":false}','2026-03-04 09:09:02','2026-03-04 09:09:02','2026-03-04 09:09:02'),
(687,7,'sale',28000.00,'credit','Sale completed: HIL-0654',659,'Sale',41134300.00,41162300.00,'{\"sale_id\":659,\"sale_number\":\"HIL-0654\",\"customer\":null,\"payment_method\":\"cash\",\"is_partial\":false}','2026-03-04 09:17:29','2026-03-04 09:17:29','2026-03-04 09:17:29'),
(688,7,'sale',37000.00,'credit','Sale completed: HIL-0655',660,'Sale',41162300.00,41199300.00,'{\"sale_id\":660,\"sale_number\":\"HIL-0655\",\"customer\":\"Mahasin\",\"payment_method\":\"cash\",\"is_partial\":false}','2026-03-04 09:29:52','2026-03-04 09:29:52','2026-03-04 09:29:52'),
(689,7,'sale',10000.00,'credit','Sale completed: HIL-0656',661,'Sale',41199300.00,41209300.00,'{\"sale_id\":661,\"sale_number\":\"HIL-0656\",\"customer\":\"Oum Anass\",\"payment_method\":\"cash\",\"is_partial\":false}','2026-03-04 09:43:06','2026-03-04 09:43:06','2026-03-04 09:43:06'),
(690,7,'sale',74000.00,'credit','Sale completed: HIL-0657',662,'Sale',41209300.00,41283300.00,'{\"sale_id\":662,\"sale_number\":\"HIL-0657\",\"customer\":\"Nadjat\",\"payment_method\":\"cash\",\"is_partial\":false}','2026-03-04 09:56:14','2026-03-04 09:56:14','2026-03-04 09:56:14'),
(691,7,'sale',92500.00,'credit','Loan payment received: HIL-0628',632,'Sale',41283300.00,41375800.00,'{\"sale_id\":632,\"sale_number\":\"HIL-0628\",\"customer\":\"Mahasin\",\"payment_type\":\"loan_payment\"}','2026-03-04 12:53:36','2026-03-04 12:53:36','2026-03-04 12:53:36'),
(692,7,'sale',943500.00,'credit','Sale completed: HIL-0660',665,'Sale',41375800.00,42319300.00,'{\"sale_id\":665,\"sale_number\":\"HIL-0660\",\"customer\":\"Makki\",\"payment_method\":\"cash\",\"is_partial\":false}','2026-03-04 13:11:01','2026-03-04 13:11:01','2026-03-04 13:11:01'),
(693,7,'sale',28000.00,'credit','Sale completed: HIL-0661',666,'Sale',42319300.00,42347300.00,'{\"sale_id\":666,\"sale_number\":\"HIL-0661\",\"customer\":null,\"payment_method\":\"cash\",\"is_partial\":false}','2026-03-04 13:17:00','2026-03-04 13:17:00','2026-03-04 13:17:00'),
(694,7,'sale',20000.00,'credit','Sale completed: HIL-0662',667,'Sale',42347300.00,42367300.00,'{\"sale_id\":667,\"sale_number\":\"HIL-0662\",\"customer\":\"IBO\",\"payment_method\":\"cash\",\"is_partial\":false}','2026-03-05 08:55:06','2026-03-05 08:55:06','2026-03-05 08:55:06'),
(695,7,'sale',20000.00,'credit','Sale completed: HIL-0663',668,'Sale',42367300.00,42387300.00,'{\"sale_id\":668,\"sale_number\":\"HIL-0663\",\"customer\":\"Faiza\",\"payment_method\":\"cash\",\"is_partial\":false}','2026-03-05 08:56:00','2026-03-05 08:56:00','2026-03-05 08:56:00'),
(696,7,'sale',17500.00,'credit','Loan payment received: HIL-0499',502,'Sale',42387300.00,42404800.00,'{\"sale_id\":502,\"sale_number\":\"HIL-0499\",\"customer\":\"Issakha\",\"payment_type\":\"loan_payment\"}','2026-03-05 09:28:54','2026-03-05 09:28:54','2026-03-05 09:28:54'),
(697,7,'sale',18500.00,'credit','Loan payment received: HIL-0631',635,'Sale',42404800.00,42423300.00,'{\"sale_id\":635,\"sale_number\":\"HIL-0631\",\"customer\":\"Nural En\",\"payment_type\":\"loan_payment\"}','2026-03-05 10:21:57','2026-03-05 10:21:57','2026-03-05 10:21:57'),
(698,7,'sale',20000.00,'credit','Sale completed: HIL-0665',670,'Sale',42423300.00,42443300.00,'{\"sale_id\":670,\"sale_number\":\"HIL-0665\",\"customer\":null,\"payment_method\":\"cash\",\"is_partial\":false}','2026-03-05 10:29:42','2026-03-05 10:29:42','2026-03-05 10:29:42'),
(699,7,'sale',74000.00,'credit','Sale completed: HIL-0666',671,'Sale',42443300.00,42517300.00,'{\"sale_id\":671,\"sale_number\":\"HIL-0666\",\"customer\":null,\"payment_method\":\"cash\",\"is_partial\":false}','2026-03-05 10:44:41','2026-03-05 10:44:41','2026-03-05 10:44:41'),
(700,7,'sale',40000.00,'credit','Sale completed: HIL-0667',672,'Sale',42517300.00,42557300.00,'{\"sale_id\":672,\"sale_number\":\"HIL-0667\",\"customer\":\"Daoud\",\"payment_method\":\"cash\",\"is_partial\":false}','2026-03-05 11:05:35','2026-03-05 11:05:35','2026-03-05 11:05:35'),
(701,7,'sale',40000.00,'credit','Sale completed: HIL-0668',673,'Sale',42557300.00,42597300.00,'{\"sale_id\":673,\"sale_number\":\"HIL-0668\",\"customer\":null,\"payment_method\":\"cash\",\"is_partial\":false}','2026-03-05 11:37:35','2026-03-05 11:37:35','2026-03-05 11:37:35'),
(702,7,'sale',20000.00,'credit','Sale completed: HIL-0669',674,'Sale',42597300.00,42617300.00,'{\"sale_id\":674,\"sale_number\":\"HIL-0669\",\"customer\":null,\"payment_method\":\"cash\",\"is_partial\":false}','2026-03-05 11:41:36','2026-03-05 11:41:36','2026-03-05 11:41:36'),
(703,7,'sale',84000.00,'credit','Sale completed: HIL-0670',675,'Sale',42617300.00,42701300.00,'{\"sale_id\":675,\"sale_number\":\"HIL-0670\",\"customer\":\"Mahasin\",\"payment_method\":\"cash\",\"is_partial\":false}','2026-03-05 12:17:09','2026-03-05 12:17:09','2026-03-05 12:17:09'),
(704,7,'sale',370000.00,'credit','Sale completed: HIL-0671',676,'Sale',42701300.00,43071300.00,'{\"sale_id\":676,\"sale_number\":\"HIL-0671\",\"customer\":\"Imam\",\"payment_method\":\"cash\",\"is_partial\":false}','2026-03-05 12:25:39','2026-03-05 12:25:39','2026-03-05 12:25:39'),
(705,7,'sale',30000.00,'credit','Sale completed: HIL-0672',677,'Sale',43071300.00,43101300.00,'{\"sale_id\":677,\"sale_number\":\"HIL-0672\",\"customer\":\"Fatime Abdelrahim\",\"payment_method\":\"cash\",\"is_partial\":true}','2026-03-05 12:39:19','2026-03-05 12:39:19','2026-03-05 12:39:19'),
(706,7,'sale',20000.00,'credit','Sale completed: HIL-0674',679,'Sale',43101300.00,43121300.00,'{\"sale_id\":679,\"sale_number\":\"HIL-0674\",\"customer\":null,\"payment_method\":\"cash\",\"is_partial\":false}','2026-03-06 07:54:52','2026-03-06 07:54:52','2026-03-06 07:54:52'),
(707,7,'sale',20000.00,'credit','Sale completed: HIL-0675',680,'Sale',43121300.00,43141300.00,'{\"sale_id\":680,\"sale_number\":\"HIL-0675\",\"customer\":\"Faiza\",\"payment_method\":\"cash\",\"is_partial\":false}','2026-03-06 09:24:45','2026-03-06 09:24:45','2026-03-06 09:24:45'),
(708,7,'sale',22000.00,'credit','Sale completed: HIL-0676',681,'Sale',43141300.00,43163300.00,'{\"sale_id\":681,\"sale_number\":\"HIL-0676\",\"customer\":null,\"payment_method\":\"cash\",\"is_partial\":false}','2026-03-06 09:54:30','2026-03-06 09:54:30','2026-03-06 09:54:30'),
(709,7,'sale',20000.00,'credit','Sale completed: HIL-0679',684,'Sale',43163300.00,43183300.00,'{\"sale_id\":684,\"sale_number\":\"HIL-0679\",\"customer\":\"Algoni\",\"payment_method\":\"cash\",\"is_partial\":false}','2026-03-06 11:36:15','2026-03-06 11:36:15','2026-03-06 11:36:15'),
(710,7,'sale',37000.00,'credit','Loan payment received: HIL-0680',685,'Sale',43183300.00,43220300.00,'{\"sale_id\":685,\"sale_number\":\"HIL-0680\",\"customer\":\"Nadjat\",\"payment_type\":\"loan_payment\"}','2026-03-06 12:10:49','2026-03-06 12:10:49','2026-03-06 12:10:49'),
(711,7,'sale',20000.00,'credit','Sale completed: HIL-0681',686,'Sale',43220300.00,43240300.00,'{\"sale_id\":686,\"sale_number\":\"HIL-0681\",\"customer\":null,\"payment_method\":\"cash\",\"is_partial\":false}','2026-03-07 06:26:13','2026-03-07 06:26:13','2026-03-07 06:26:13'),
(712,7,'sale',60000.00,'credit','Sale completed: HIL-0682',687,'Sale',43240300.00,43300300.00,'{\"sale_id\":687,\"sale_number\":\"HIL-0682\",\"customer\":\"Taha Hissen\",\"payment_method\":\"cash\",\"is_partial\":false}','2026-03-07 06:27:01','2026-03-07 06:27:01','2026-03-07 06:27:01'),
(713,7,'sale',222000.00,'credit','Sale completed: HIL-0683',688,'Sale',43300300.00,43522300.00,'{\"sale_id\":688,\"sale_number\":\"HIL-0683\",\"customer\":\"Ressila ley image\\ud83e\\udd23\",\"payment_method\":\"cash\",\"is_partial\":false}','2026-03-07 06:29:59','2026-03-07 06:29:59','2026-03-07 06:29:59'),
(714,7,'sale',460000.00,'credit','Sale completed: HIL-0684',689,'Sale',43522300.00,43982300.00,'{\"sale_id\":689,\"sale_number\":\"HIL-0684\",\"customer\":\"Wal General\",\"payment_method\":\"cash\",\"is_partial\":false}','2026-03-07 06:58:22','2026-03-07 06:58:22','2026-03-07 06:58:22'),
(715,7,'sale',120000.00,'credit','Sale completed: HIL-0685',690,'Sale',43982300.00,44102300.00,'{\"sale_id\":690,\"sale_number\":\"HIL-0685\",\"customer\":\"Ressila Ley Image\",\"payment_method\":\"cash\",\"is_partial\":false}','2026-03-07 06:58:44','2026-03-07 06:58:44','2026-03-07 06:58:44'),
(716,7,'sale',240000.00,'credit','Sale completed: HIL-0686',691,'Sale',44102300.00,44342300.00,'{\"sale_id\":691,\"sale_number\":\"HIL-0686\",\"customer\":\"Mahasin\",\"payment_method\":\"cash\",\"is_partial\":false}','2026-03-07 06:59:59','2026-03-07 06:59:59','2026-03-07 06:59:59'),
(717,7,'sale',10000.00,'credit','Sale completed: HIL-0687',692,'Sale',44342300.00,44352300.00,'{\"sale_id\":692,\"sale_number\":\"HIL-0687\",\"customer\":null,\"payment_method\":\"cash\",\"is_partial\":false}','2026-03-07 07:00:15','2026-03-07 07:00:15','2026-03-07 07:00:15'),
(718,7,'sale',10000.00,'credit','Sale completed: HIL-0688',693,'Sale',44352300.00,44362300.00,'{\"sale_id\":693,\"sale_number\":\"HIL-0688\",\"customer\":null,\"payment_method\":\"cash\",\"is_partial\":false}','2026-03-07 07:06:31','2026-03-07 07:06:31','2026-03-07 07:06:31'),
(719,7,'sale',92500.00,'credit','Sale completed: HIL-0689',694,'Sale',44362300.00,44454800.00,'{\"sale_id\":694,\"sale_number\":\"HIL-0689\",\"customer\":\"Nadjat\",\"payment_method\":\"cash\",\"is_partial\":false}','2026-03-07 07:35:26','2026-03-07 07:35:26','2026-03-07 07:35:26'),
(720,7,'sale',17500.00,'credit','Loan payment received: HIL-0499',502,'Sale',44454800.00,44472300.00,'{\"sale_id\":502,\"sale_number\":\"HIL-0499\",\"customer\":\"Issakha\",\"payment_type\":\"loan_payment\"}','2026-03-07 07:38:06','2026-03-07 07:38:06','2026-03-07 07:38:06'),
(721,7,'sale',7000.00,'credit','Sale completed: HIL-0690',695,'Sale',44472300.00,44479300.00,'{\"sale_id\":695,\"sale_number\":\"HIL-0690\",\"customer\":\"Issakha\",\"payment_method\":\"cash\",\"is_partial\":false}','2026-03-07 07:50:53','2026-03-07 07:50:53','2026-03-07 07:50:53'),
(722,7,'sale',20000.00,'credit','Sale completed: HIL-0691',696,'Sale',44479300.00,44499300.00,'{\"sale_id\":696,\"sale_number\":\"HIL-0691\",\"customer\":null,\"payment_method\":\"cash\",\"is_partial\":false}','2026-03-07 08:45:37','2026-03-07 08:45:37','2026-03-07 08:45:37'),
(723,7,'sale',20000.00,'credit','Sale completed: HIL-0692',697,'Sale',44499300.00,44519300.00,'{\"sale_id\":697,\"sale_number\":\"HIL-0692\",\"customer\":\"Issakha\",\"payment_method\":\"cash\",\"is_partial\":false}','2026-03-07 09:02:47','2026-03-07 09:02:47','2026-03-07 09:02:47'),
(724,7,'sale',37000.00,'credit','Loan payment received: HIL-0664',669,'Sale',44519300.00,44556300.00,'{\"sale_id\":669,\"sale_number\":\"HIL-0664\",\"customer\":\"Nural En\",\"payment_type\":\"loan_payment\"}','2026-03-07 09:15:19','2026-03-07 09:15:19','2026-03-07 09:15:19'),
(725,7,'sale',55500.00,'credit','Loan payment received: HIL-0677',682,'Sale',44556300.00,44611800.00,'{\"sale_id\":682,\"sale_number\":\"HIL-0677\",\"customer\":\"Nural En\",\"payment_type\":\"loan_payment\"}','2026-03-07 09:15:31','2026-03-07 09:15:31','2026-03-07 09:15:31'),
(726,7,'sale',18500.00,'credit','Loan payment received: HIL-0678',683,'Sale',44611800.00,44630300.00,'{\"sale_id\":683,\"sale_number\":\"HIL-0678\",\"customer\":\"Nural En\",\"payment_type\":\"loan_payment\"}','2026-03-07 09:15:41','2026-03-07 09:15:41','2026-03-07 09:15:41'),
(727,7,'sale',18500.00,'credit','Sale completed: HIL-0693',698,'Sale',44630300.00,44648800.00,'{\"sale_id\":698,\"sale_number\":\"HIL-0693\",\"customer\":\"Nural En\",\"payment_method\":\"cash\",\"is_partial\":false}','2026-03-07 09:16:14','2026-03-07 09:16:14','2026-03-07 09:16:14'),
(728,7,'sale',30000.00,'credit','Sale completed: HIL-0695',700,'Sale',44648800.00,44678800.00,'{\"sale_id\":700,\"sale_number\":\"HIL-0695\",\"customer\":null,\"payment_method\":\"cash\",\"is_partial\":false}','2026-03-07 11:09:40','2026-03-07 11:09:40','2026-03-07 11:09:40'),
(729,7,'sale',20000.00,'credit','Sale completed: HIL-0696',701,'Sale',44678800.00,44698800.00,'{\"sale_id\":701,\"sale_number\":\"HIL-0696\",\"customer\":null,\"payment_method\":\"cash\",\"is_partial\":false}','2026-03-07 11:34:10','2026-03-07 11:34:10','2026-03-07 11:34:10'),
(730,7,'sale',20000.00,'credit','Sale completed: HIL-0697',702,'Sale',44698800.00,44718800.00,'{\"sale_id\":702,\"sale_number\":\"HIL-0697\",\"customer\":null,\"payment_method\":\"cash\",\"is_partial\":false}','2026-03-07 12:46:15','2026-03-07 12:46:15','2026-03-07 12:46:15'),
(731,7,'sale',14000.00,'credit','Sale completed: HIL-0698',703,'Sale',44718800.00,44732800.00,'{\"sale_id\":703,\"sale_number\":\"HIL-0698\",\"customer\":null,\"payment_method\":\"cash\",\"is_partial\":false}','2026-03-07 13:18:50','2026-03-07 13:18:50','2026-03-07 13:18:50'),
(732,7,'sale',425500.00,'credit','Sale completed: HIL-0699',704,'Sale',44732800.00,45158300.00,'{\"sale_id\":704,\"sale_number\":\"HIL-0699\",\"customer\":null,\"payment_method\":\"cash\",\"is_partial\":false}','2026-03-08 16:04:44','2026-03-08 16:04:44','2026-03-08 16:04:44'),
(733,7,'sale',259000.00,'credit','Sale completed: HIL-0700',705,'Sale',45158300.00,45417300.00,'{\"sale_id\":705,\"sale_number\":\"HIL-0700\",\"customer\":null,\"payment_method\":\"cash\",\"is_partial\":false}','2026-03-08 18:25:04','2026-03-08 18:25:04','2026-03-08 18:25:04'),
(734,4,'sale',1300500.00,'credit','Loan payment received: HIL-0582',585,'Sale',3731000.00,5031500.00,'{\"sale_id\":585,\"sale_number\":\"HIL-0582\",\"customer\":\"KHALID ABDALLAH\",\"payment_type\":\"loan_payment\"}','2026-03-09 05:01:50','2026-03-09 05:01:50','2026-03-09 05:01:50'),
(735,4,'sale',1000000.00,'credit','Loan payment received: HIL-0464',465,'Sale',5031500.00,6031500.00,'{\"sale_id\":465,\"sale_number\":\"HIL-0464\",\"customer\":\"IDRISS DJABIR\",\"payment_type\":\"loan_payment\"}','2026-03-09 05:23:13','2026-03-09 05:23:13','2026-03-09 05:23:13'),
(736,7,'sale',185000.00,'credit','Sale completed: HIL-0701',706,'Sale',45417300.00,45602300.00,'{\"sale_id\":706,\"sale_number\":\"HIL-0701\",\"customer\":\"Sold\",\"payment_method\":\"cash\",\"is_partial\":false}','2026-03-09 05:36:44','2026-03-09 05:36:44','2026-03-09 05:36:44'),
(737,7,'sale',330000.00,'credit','Sale completed: HIL-0702',707,'Sale',45602300.00,45932300.00,'{\"sale_id\":707,\"sale_number\":\"HIL-0702\",\"customer\":\"Sold\",\"payment_method\":\"cash\",\"is_partial\":false}','2026-03-09 05:38:19','2026-03-09 05:38:19','2026-03-09 05:38:19'),
(738,7,'sale',166500.00,'credit','Sale completed: HIL-0703',708,'Sale',45932300.00,46098800.00,'{\"sale_id\":708,\"sale_number\":\"HIL-0703\",\"customer\":\"Sold\",\"payment_method\":\"cash\",\"is_partial\":false}','2026-03-09 05:39:53','2026-03-09 05:39:53','2026-03-09 05:39:53'),
(739,7,'sale',1350500.00,'credit','Sale completed: HIL-0704',709,'Sale',46098800.00,47449300.00,'{\"sale_id\":709,\"sale_number\":\"HIL-0704\",\"customer\":\"Sold\",\"payment_method\":\"cash\",\"is_partial\":false}','2026-03-09 05:54:07','2026-03-09 05:54:07','2026-03-09 05:54:07'),
(740,7,'sale',55500.00,'credit','Sale completed: HIL-0706',711,'Sale',47449300.00,47504800.00,'{\"sale_id\":711,\"sale_number\":\"HIL-0706\",\"customer\":\"Sold\",\"payment_method\":\"cash\",\"is_partial\":false}','2026-03-09 05:57:23','2026-03-09 05:57:23','2026-03-09 05:57:23'),
(741,7,'sale',40000.00,'credit','Sale completed: HIL-0707',712,'Sale',47504800.00,47544800.00,'{\"sale_id\":712,\"sale_number\":\"HIL-0707\",\"customer\":null,\"payment_method\":\"cash\",\"is_partial\":false}','2026-03-09 07:29:16','2026-03-09 07:29:16','2026-03-09 07:29:16'),
(742,7,'sale',20000.00,'credit','Sale completed: HIL-0708',713,'Sale',47544800.00,47564800.00,'{\"sale_id\":713,\"sale_number\":\"HIL-0708\",\"customer\":null,\"payment_method\":\"cash\",\"is_partial\":false}','2026-03-09 07:29:31','2026-03-09 07:29:31','2026-03-09 07:29:31'),
(743,7,'sale',10000.00,'credit','Sale completed: HIL-0709',714,'Sale',47564800.00,47574800.00,'{\"sale_id\":714,\"sale_number\":\"HIL-0709\",\"customer\":\"Aht abakar aht\",\"payment_method\":\"cash\",\"is_partial\":false}','2026-03-09 07:30:05','2026-03-09 07:30:05','2026-03-09 07:30:05'),
(744,7,'sale',53000.00,'credit','Sale completed: HIL-0710',715,'Sale',47574800.00,47627800.00,'{\"sale_id\":715,\"sale_number\":\"HIL-0710\",\"customer\":null,\"payment_method\":\"cash\",\"is_partial\":false}','2026-03-09 07:34:02','2026-03-09 07:34:02','2026-03-09 07:34:02'),
(745,7,'sale',20000.00,'credit','Sale completed: HIL-0711',716,'Sale',47627800.00,47647800.00,'{\"sale_id\":716,\"sale_number\":\"HIL-0711\",\"customer\":\"Issakha\",\"payment_method\":\"cash\",\"is_partial\":false}','2026-03-09 07:36:54','2026-03-09 07:36:54','2026-03-09 07:36:54'),
(746,7,'sale',20000.00,'credit','Sale completed: HIL-0712',717,'Sale',47647800.00,47667800.00,'{\"sale_id\":717,\"sale_number\":\"HIL-0712\",\"customer\":null,\"payment_method\":\"cash\",\"is_partial\":false}','2026-03-09 07:39:25','2026-03-09 07:39:25','2026-03-09 07:39:25'),
(747,7,'sale_cancel',20000.00,'debit','Sale cancelled/refunded: HIL-0708',713,'Sale',47667800.00,47647800.00,'{\"sale_id\":713,\"sale_number\":\"HIL-0708\",\"reason\":\"Sale cancelled\\/refunded\"}','2026-03-09 07:46:30','2026-03-09 07:46:30','2026-03-09 07:46:30'),
(748,7,'sale',20000.00,'credit','Sale completed: HIL-0713',718,'Sale',47647800.00,47667800.00,'{\"sale_id\":718,\"sale_number\":\"HIL-0713\",\"customer\":null,\"payment_method\":\"cash\",\"is_partial\":false}','2026-03-09 07:46:47','2026-03-09 07:46:47','2026-03-09 07:46:47'),
(749,7,'sale',20000.00,'credit','Sale completed: HIL-0715',720,'Sale',47667800.00,47687800.00,'{\"sale_id\":720,\"sale_number\":\"HIL-0715\",\"customer\":\"Ibo\",\"payment_method\":\"cash\",\"is_partial\":false}','2026-03-09 08:30:03','2026-03-09 08:30:03','2026-03-09 08:30:03'),
(750,7,'sale',10000.00,'credit','Sale completed: HIL-0716',721,'Sale',47687800.00,47697800.00,'{\"sale_id\":721,\"sale_number\":\"HIL-0716\",\"customer\":null,\"payment_method\":\"cash\",\"is_partial\":false}','2026-03-09 08:54:09','2026-03-09 08:54:09','2026-03-09 08:54:09'),
(751,7,'sale',70000.00,'credit','Sale completed: HIL-0717',722,'Sale',47697800.00,47767800.00,'{\"sale_id\":722,\"sale_number\":\"HIL-0717\",\"customer\":\"Aicha\",\"payment_method\":\"cash\",\"is_partial\":false}','2026-03-09 09:14:16','2026-03-09 09:14:16','2026-03-09 09:14:16'),
(752,7,'sale',20000.00,'credit','Sale completed: HIL-0718',723,'Sale',47767800.00,47787800.00,'{\"sale_id\":723,\"sale_number\":\"HIL-0718\",\"customer\":null,\"payment_method\":\"cash\",\"is_partial\":false}','2026-03-09 09:32:54','2026-03-09 09:32:54','2026-03-09 09:32:54'),
(753,7,'sale',40000.00,'credit','Sale completed: HIL-0719',724,'Sale',47787800.00,47827800.00,'{\"sale_id\":724,\"sale_number\":\"HIL-0719\",\"customer\":\"Madiri\",\"payment_method\":\"cash\",\"is_partial\":false}','2026-03-09 09:45:17','2026-03-09 09:45:17','2026-03-09 09:45:17'),
(754,7,'sale',20000.00,'credit','Sale completed: HIL-0720',725,'Sale',47827800.00,47847800.00,'{\"sale_id\":725,\"sale_number\":\"HIL-0720\",\"customer\":null,\"payment_method\":\"cash\",\"is_partial\":false}','2026-03-09 10:03:07','2026-03-09 10:03:07','2026-03-09 10:03:07'),
(755,7,'sale',10000.00,'credit','Sale completed: HIL-0721',726,'Sale',47847800.00,47857800.00,'{\"sale_id\":726,\"sale_number\":\"HIL-0721\",\"customer\":\"Birre\",\"payment_method\":\"cash\",\"is_partial\":false}','2026-03-09 10:24:57','2026-03-09 10:24:57','2026-03-09 10:24:57'),
(756,7,'sale',10000.00,'credit','Sale completed: HIL-0722',727,'Sale',47857800.00,47867800.00,'{\"sale_id\":727,\"sale_number\":\"HIL-0722\",\"customer\":null,\"payment_method\":\"cash\",\"is_partial\":false}','2026-03-09 10:25:52','2026-03-09 10:25:52','2026-03-09 10:25:52'),
(757,7,'sale',20000.00,'credit','Sale completed: HIL-0724',729,'Sale',47867800.00,47887800.00,'{\"sale_id\":729,\"sale_number\":\"HIL-0724\",\"customer\":null,\"payment_method\":\"cash\",\"is_partial\":false}','2026-03-09 12:26:27','2026-03-09 12:26:27','2026-03-09 12:26:27'),
(758,7,'sale',20000.00,'credit','Sale completed: HIL-0725',730,'Sale',47887800.00,47907800.00,'{\"sale_id\":730,\"sale_number\":\"HIL-0725\",\"customer\":\"Mahasin\",\"payment_method\":\"cash\",\"is_partial\":false}','2026-03-09 12:26:57','2026-03-09 12:26:57','2026-03-09 12:26:57'),
(759,7,'sale',30000.00,'credit','Sale completed: HIL-0726',731,'Sale',47907800.00,47937800.00,'{\"sale_id\":731,\"sale_number\":\"HIL-0726\",\"customer\":\"Houdey\",\"payment_method\":\"cash\",\"is_partial\":false}','2026-03-09 12:35:25','2026-03-09 12:35:25','2026-03-09 12:35:25'),
(760,7,'sale',20000.00,'credit','Sale completed: HIL-0727',732,'Sale',47937800.00,47957800.00,'{\"sale_id\":732,\"sale_number\":\"HIL-0727\",\"customer\":null,\"payment_method\":\"cash\",\"is_partial\":false}','2026-03-09 12:41:14','2026-03-09 12:41:14','2026-03-09 12:41:14'),
(761,7,'sale',278500.00,'credit','Loan payment received: HIL-0723',728,'Sale',47957800.00,48236300.00,'{\"sale_id\":728,\"sale_number\":\"HIL-0723\",\"customer\":\"Ali ibni Ali\",\"payment_type\":\"loan_payment\"}','2026-03-09 12:50:41','2026-03-09 12:50:41','2026-03-09 12:50:41'),
(762,7,'sale',10000.00,'credit','Loan payment received: HIL-0728',733,'Sale',48236300.00,48246300.00,'{\"sale_id\":733,\"sale_number\":\"HIL-0728\",\"customer\":\"Issakha\",\"payment_type\":\"loan_payment\"}','2026-03-09 13:10:19','2026-03-09 13:10:19','2026-03-09 13:10:19'),
(763,7,'sale',20000.00,'credit','Sale completed: HIL-0729',734,'Sale',48246300.00,48266300.00,'{\"sale_id\":734,\"sale_number\":\"HIL-0729\",\"customer\":null,\"payment_method\":\"cash\",\"is_partial\":false}','2026-03-09 13:18:38','2026-03-09 13:18:38','2026-03-09 13:18:38'),
(764,7,'sale',129500.00,'credit','Sale completed: HIL-0730',735,'Sale',48266300.00,48395800.00,'{\"sale_id\":735,\"sale_number\":\"HIL-0730\",\"customer\":null,\"payment_method\":\"cash\",\"is_partial\":false}','2026-03-09 13:26:21','2026-03-09 13:26:21','2026-03-09 13:26:21'),
(765,7,'sale',30000.00,'credit','Sale completed: HIL-0731',736,'Sale',48395800.00,48425800.00,'{\"sale_id\":736,\"sale_number\":\"HIL-0731\",\"customer\":null,\"payment_method\":\"cash\",\"is_partial\":false}','2026-03-09 13:31:20','2026-03-09 13:31:20','2026-03-09 13:31:20'),
(766,7,'sale',100000.00,'credit','Sale completed: HIL-0732',737,'Sale',48425800.00,48525800.00,'{\"sale_id\":737,\"sale_number\":\"HIL-0732\",\"customer\":null,\"payment_method\":\"cash\",\"is_partial\":false}','2026-03-09 13:45:33','2026-03-09 13:45:33','2026-03-09 13:45:33'),
(767,7,'sale',20000.00,'credit','Sale completed: HIL-0733',738,'Sale',48525800.00,48545800.00,'{\"sale_id\":738,\"sale_number\":\"HIL-0733\",\"customer\":null,\"payment_method\":\"cash\",\"is_partial\":false}','2026-03-10 06:09:30','2026-03-10 06:09:30','2026-03-10 06:09:30'),
(768,7,'sale',20000.00,'credit','Sale completed: HIL-0734',739,'Sale',48545800.00,48565800.00,'{\"sale_id\":739,\"sale_number\":\"HIL-0734\",\"customer\":null,\"payment_method\":\"cash\",\"is_partial\":false}','2026-03-10 06:09:55','2026-03-10 06:09:55','2026-03-10 06:09:55'),
(769,7,'sale',30000.00,'credit','Sale completed: HIL-0735',740,'Sale',48565800.00,48595800.00,'{\"sale_id\":740,\"sale_number\":\"HIL-0735\",\"customer\":\"General\",\"payment_method\":\"cash\",\"is_partial\":false}','2026-03-10 06:27:36','2026-03-10 06:27:36','2026-03-10 06:27:36'),
(770,7,'sale',30000.00,'credit','Sale completed: HIL-0736',741,'Sale',48595800.00,48625800.00,'{\"sale_id\":741,\"sale_number\":\"HIL-0736\",\"customer\":\"Malloum\",\"payment_method\":\"cash\",\"is_partial\":false}','2026-03-10 06:30:34','2026-03-10 06:30:34','2026-03-10 06:30:34'),
(771,7,'sale',60000.00,'credit','Sale completed: HIL-0737',742,'Sale',48625800.00,48685800.00,'{\"sale_id\":742,\"sale_number\":\"HIL-0737\",\"customer\":\"Mahasin\",\"payment_method\":\"cash\",\"is_partial\":false}','2026-03-10 06:42:55','2026-03-10 06:42:55','2026-03-10 06:42:55'),
(772,7,'sale',20000.00,'credit','Sale completed: HIL-0738',743,'Sale',48685800.00,48705800.00,'{\"sale_id\":743,\"sale_number\":\"HIL-0738\",\"customer\":\"Esker\",\"payment_method\":\"cash\",\"is_partial\":false}','2026-03-10 06:44:16','2026-03-10 06:44:16','2026-03-10 06:44:16'),
(773,7,'sale',10000.00,'credit','Sale completed: HIL-0739',744,'Sale',48705800.00,48715800.00,'{\"sale_id\":744,\"sale_number\":\"HIL-0739\",\"customer\":null,\"payment_method\":\"cash\",\"is_partial\":false}','2026-03-10 07:04:53','2026-03-10 07:04:53','2026-03-10 07:04:53'),
(774,7,'sale',10000.00,'credit','Sale completed: HIL-0740',745,'Sale',48715800.00,48725800.00,'{\"sale_id\":745,\"sale_number\":\"HIL-0740\",\"customer\":null,\"payment_method\":\"cash\",\"is_partial\":false}','2026-03-10 08:26:58','2026-03-10 08:26:58','2026-03-10 08:26:58'),
(775,7,'sale_cancel',20000.00,'debit','Sale cancelled/refunded: HIL-0738',743,'Sale',48725800.00,48705800.00,'{\"sale_id\":743,\"sale_number\":\"HIL-0738\",\"reason\":\"Sale cancelled\\/refunded\"}','2026-03-10 08:27:13','2026-03-10 08:27:13','2026-03-10 08:27:13'),
(776,7,'sale',20000.00,'credit','Sale completed: HIL-0741',746,'Sale',48705800.00,48725800.00,'{\"sale_id\":746,\"sale_number\":\"HIL-0741\",\"customer\":\"Esker\",\"payment_method\":\"cash\",\"is_partial\":false}','2026-03-10 08:27:38','2026-03-10 08:27:38','2026-03-10 08:27:38'),
(777,7,'sale',180000.00,'credit','Sale completed: HIL-0742',747,'Sale',48725800.00,48905800.00,'{\"sale_id\":747,\"sale_number\":\"HIL-0742\",\"customer\":\"Mon Guera\",\"payment_method\":\"cash\",\"is_partial\":false}','2026-03-10 08:36:04','2026-03-10 08:36:04','2026-03-10 08:36:04'),
(778,7,'sale',20000.00,'credit','Sale completed: HIL-0743',748,'Sale',48905800.00,48925800.00,'{\"sale_id\":748,\"sale_number\":\"HIL-0743\",\"customer\":\"Client de saoudi\",\"payment_method\":\"cash\",\"is_partial\":false}','2026-03-10 09:17:53','2026-03-10 09:17:53','2026-03-10 09:17:53'),
(779,7,'sale',30000.00,'credit','Sale completed: HIL-0746',751,'Sale',48925800.00,48955800.00,'{\"sale_id\":751,\"sale_number\":\"HIL-0746\",\"customer\":\"Badaraddine\",\"payment_method\":\"cash\",\"is_partial\":false}','2026-03-10 09:26:35','2026-03-10 09:26:35','2026-03-10 09:26:35'),
(780,7,'sale',30000.00,'credit','Sale completed: HIL-0747',752,'Sale',48955800.00,48985800.00,'{\"sale_id\":752,\"sale_number\":\"HIL-0747\",\"customer\":null,\"payment_method\":\"cash\",\"is_partial\":false}','2026-03-10 09:45:38','2026-03-10 09:45:38','2026-03-10 09:45:38'),
(781,7,'sale',55500.00,'credit','Loan payment received: HIL-0658',663,'Sale',48985800.00,49041300.00,'{\"sale_id\":663,\"sale_number\":\"HIL-0658\",\"customer\":\"Salwa\",\"payment_type\":\"loan_payment\"}','2026-03-10 09:46:10','2026-03-10 09:46:10','2026-03-10 09:46:10'),
(782,7,'sale',20000.00,'credit','Sale completed: HIL-0749',754,'Sale',49041300.00,49061300.00,'{\"sale_id\":754,\"sale_number\":\"HIL-0749\",\"customer\":null,\"payment_method\":\"cash\",\"is_partial\":false}','2026-03-10 10:38:12','2026-03-10 10:38:12','2026-03-10 10:38:12'),
(783,7,'sale',20000.00,'credit','Sale completed: HIL-0750',755,'Sale',49061300.00,49081300.00,'{\"sale_id\":755,\"sale_number\":\"HIL-0750\",\"customer\":null,\"payment_method\":\"cash\",\"is_partial\":false}','2026-03-10 11:03:24','2026-03-10 11:03:24','2026-03-10 11:03:24'),
(784,7,'sale',720000.00,'credit','Sale completed: HIL-0751',756,'Sale',49081300.00,49801300.00,'{\"sale_id\":756,\"sale_number\":\"HIL-0751\",\"customer\":\"Makki\",\"payment_method\":\"cash\",\"is_partial\":false}','2026-03-10 11:15:09','2026-03-10 11:15:09','2026-03-10 11:15:09'),
(785,7,'sale',40000.00,'credit','Sale completed: HIL-0752',757,'Sale',49801300.00,49841300.00,'{\"sale_id\":757,\"sale_number\":\"HIL-0752\",\"customer\":null,\"payment_method\":\"cash\",\"is_partial\":false}','2026-03-10 11:28:31','2026-03-10 11:28:31','2026-03-10 11:28:31'),
(786,7,'sale',20000.00,'credit','Sale completed: HIL-0753',758,'Sale',49841300.00,49861300.00,'{\"sale_id\":758,\"sale_number\":\"HIL-0753\",\"customer\":null,\"payment_method\":\"cash\",\"is_partial\":false}','2026-03-10 11:54:39','2026-03-10 11:54:39','2026-03-10 11:54:39'),
(787,7,'sale',10000.00,'credit','Sale completed: HIL-0754',759,'Sale',49861300.00,49871300.00,'{\"sale_id\":759,\"sale_number\":\"HIL-0754\",\"customer\":\"Taha Hissen\",\"payment_method\":\"cash\",\"is_partial\":false}','2026-03-10 12:35:23','2026-03-10 12:35:23','2026-03-10 12:35:23'),
(788,7,'sale',166500.00,'credit','Sale completed: HIL-0755',760,'Sale',49871300.00,50037800.00,'{\"sale_id\":760,\"sale_number\":\"HIL-0755\",\"customer\":\"Aamir\",\"payment_method\":\"cash\",\"is_partial\":false}','2026-03-10 12:47:36','2026-03-10 12:47:36','2026-03-10 12:47:36'),
(789,7,'sale',210000.00,'credit','Sale completed: HIL-0756',761,'Sale',50037800.00,50247800.00,'{\"sale_id\":761,\"sale_number\":\"HIL-0756\",\"customer\":null,\"payment_method\":\"cash\",\"is_partial\":false}','2026-03-10 13:21:46','2026-03-10 13:21:46','2026-03-10 13:21:46'),
(790,7,'sale',60000.00,'credit','Sale completed: HIL-0757',762,'Sale',50247800.00,50307800.00,'{\"sale_id\":762,\"sale_number\":\"HIL-0757\",\"customer\":null,\"payment_method\":\"cash\",\"is_partial\":false}','2026-03-10 13:30:08','2026-03-10 13:30:08','2026-03-10 13:30:08'),
(791,7,'sale',20000.00,'credit','Sale completed: HIL-0758',763,'Sale',50307800.00,50327800.00,'{\"sale_id\":763,\"sale_number\":\"HIL-0758\",\"customer\":null,\"payment_method\":\"cash\",\"is_partial\":false}','2026-03-11 06:16:19','2026-03-11 06:16:19','2026-03-11 06:16:19'),
(792,7,'sale',10000.00,'credit','Loan payment received: HIL-0259',259,'Sale',50327800.00,50337800.00,'{\"sale_id\":259,\"sale_number\":\"HIL-0259\",\"customer\":\"Issa Caratach\",\"payment_type\":\"loan_payment\"}','2026-03-11 07:40:31','2026-03-11 07:40:31','2026-03-11 07:40:31'),
(793,7,'sale',50000.00,'credit','Sale completed: HIL-0759',764,'Sale',50337800.00,50387800.00,'{\"sale_id\":764,\"sale_number\":\"HIL-0759\",\"customer\":\"Abdelkerim\",\"payment_method\":\"cash\",\"is_partial\":false}','2026-03-11 07:45:12','2026-03-11 07:45:12','2026-03-11 07:45:12'),
(794,7,'sale',50000.00,'credit','Sale completed: HIL-0760',765,'Sale',50387800.00,50437800.00,'{\"sale_id\":765,\"sale_number\":\"HIL-0760\",\"customer\":null,\"payment_method\":\"cash\",\"is_partial\":false}','2026-03-11 07:46:43','2026-03-11 07:46:43','2026-03-11 07:46:43'),
(795,7,'sale',10000.00,'credit','Sale completed: HIL-0761',766,'Sale',50437800.00,50447800.00,'{\"sale_id\":766,\"sale_number\":\"HIL-0761\",\"customer\":null,\"payment_method\":\"cash\",\"is_partial\":false}','2026-03-11 07:58:02','2026-03-11 07:58:02','2026-03-11 07:58:02'),
(796,7,'sale',185000.00,'credit','Loan payment received: HIL-0400',401,'Sale',50447800.00,50632800.00,'{\"sale_id\":401,\"sale_number\":\"HIL-0400\",\"customer\":\"Abdelkerm\",\"payment_type\":\"loan_payment\"}','2026-03-11 07:58:43','2026-03-11 07:58:43','2026-03-11 07:58:43'),
(797,7,'sale',110000.00,'credit','Loan payment received: HIL-0465',466,'Sale',50632800.00,50742800.00,'{\"sale_id\":466,\"sale_number\":\"HIL-0465\",\"customer\":\"Abdelkerim\",\"payment_type\":\"loan_payment\"}','2026-03-11 07:59:22','2026-03-11 07:59:22','2026-03-11 07:59:22'),
(798,7,'sale',40000.00,'credit','Loan payment received: HIL-0429',430,'Sale',50742800.00,50782800.00,'{\"sale_id\":430,\"sale_number\":\"HIL-0429\",\"customer\":\"Abdelkerim\",\"payment_type\":\"loan_payment\"}','2026-03-11 08:03:02','2026-03-11 08:03:02','2026-03-11 08:03:02'),
(799,7,'sale_cancel',240000.00,'debit','Sale cancelled/refunded: HIL-0686',691,'Sale',50782800.00,50542800.00,'{\"sale_id\":691,\"sale_number\":\"HIL-0686\",\"reason\":\"Sale cancelled\\/refunded\"}','2026-03-11 08:23:01','2026-03-11 08:23:01','2026-03-11 08:23:01'),
(800,7,'sale',150000.00,'credit','Sale completed: HIL-0762',767,'Sale',50542800.00,50692800.00,'{\"sale_id\":767,\"sale_number\":\"HIL-0762\",\"customer\":\"Mahasin\",\"payment_method\":\"cash\",\"is_partial\":false}','2026-03-11 08:23:27','2026-03-11 08:23:27','2026-03-11 08:23:27'),
(801,7,'sale',7000.00,'credit','Sale completed: HIL-0763',768,'Sale',50692800.00,50699800.00,'{\"sale_id\":768,\"sale_number\":\"HIL-0763\",\"customer\":\"Saloussa\",\"payment_method\":\"cash\",\"is_partial\":false}','2026-03-11 08:36:02','2026-03-11 08:36:02','2026-03-11 08:36:02'),
(802,7,'sale',10000.00,'credit','Loan payment received: HIL-0728',733,'Sale',50699800.00,50709800.00,'{\"sale_id\":733,\"sale_number\":\"HIL-0728\",\"customer\":\"Issakha\",\"payment_type\":\"loan_payment\"}','2026-03-11 08:51:18','2026-03-11 08:51:18','2026-03-11 08:51:18'),
(803,7,'sale',65000.00,'credit','Sale completed: HIL-0764',769,'Sale',50709800.00,50774800.00,'{\"sale_id\":769,\"sale_number\":\"HIL-0764\",\"customer\":null,\"payment_method\":\"cash\",\"is_partial\":false}','2026-03-11 09:56:01','2026-03-11 09:56:01','2026-03-11 09:56:01'),
(804,7,'sale',156000.00,'credit','Sale completed: HIL-0765',770,'Sale',50774800.00,50930800.00,'{\"sale_id\":770,\"sale_number\":\"HIL-0765\",\"customer\":\"Malloum\",\"payment_method\":\"cash\",\"is_partial\":false}','2026-03-11 10:03:07','2026-03-11 10:03:07','2026-03-11 10:03:07'),
(805,7,'sale_cancel',156000.00,'debit','Sale cancelled/refunded: HIL-0765',770,'Sale',50930800.00,50774800.00,'{\"sale_id\":770,\"sale_number\":\"HIL-0765\",\"reason\":\"Sale cancelled\\/refunded\"}','2026-03-11 10:16:08','2026-03-11 10:16:08','2026-03-11 10:16:08'),
(806,7,'sale',219000.00,'credit','Sale completed: HIL-0766',771,'Sale',50774800.00,50993800.00,'{\"sale_id\":771,\"sale_number\":\"HIL-0766\",\"customer\":\"Malloum\",\"payment_method\":\"cash\",\"is_partial\":false}','2026-03-11 10:17:07','2026-03-11 10:17:07','2026-03-11 10:17:07'),
(807,7,'sale',362500.00,'credit','Sale completed: HIL-0767',772,'Sale',50993800.00,51356300.00,'{\"sale_id\":772,\"sale_number\":\"HIL-0767\",\"customer\":null,\"payment_method\":\"cash\",\"is_partial\":false}','2026-03-11 10:44:20','2026-03-11 10:44:20','2026-03-11 10:44:20'),
(808,7,'sale_cancel',70000.00,'debit','Sale cancelled/refunded: HIL-0717',722,'Sale',51356300.00,51286300.00,'{\"sale_id\":722,\"sale_number\":\"HIL-0717\",\"reason\":\"Sale cancelled\\/refunded\"}','2026-03-11 12:15:45','2026-03-11 12:15:45','2026-03-11 12:15:45'),
(809,7,'sale',30000.00,'credit','Sale completed: HIL-0768',773,'Sale',51286300.00,51316300.00,'{\"sale_id\":773,\"sale_number\":\"HIL-0768\",\"customer\":\"Aicha\",\"payment_method\":\"cash\",\"is_partial\":false}','2026-03-11 12:16:04','2026-03-11 12:16:04','2026-03-11 12:16:04'),
(810,7,'sale',61500.00,'credit','Sale completed: HIL-0769',774,'Sale',51316300.00,51377800.00,'{\"sale_id\":774,\"sale_number\":\"HIL-0769\",\"customer\":null,\"payment_method\":\"cash\",\"is_partial\":false}','2026-03-12 05:53:20','2026-03-12 05:53:20','2026-03-12 05:53:20'),
(811,7,'sale',10000.00,'credit','Sale completed: HIL-0770',775,'Sale',51377800.00,51387800.00,'{\"sale_id\":775,\"sale_number\":\"HIL-0770\",\"customer\":null,\"payment_method\":\"cash\",\"is_partial\":false}','2026-03-12 06:10:58','2026-03-12 06:10:58','2026-03-12 06:10:58'),
(812,7,'sale',185000.00,'credit','Sale completed: HIL-0771',776,'Sale',51387800.00,51572800.00,'{\"sale_id\":776,\"sale_number\":\"HIL-0771\",\"customer\":\"Bololo\",\"payment_method\":\"cash\",\"is_partial\":false}','2026-03-12 06:23:54','2026-03-12 06:23:54','2026-03-12 06:23:54'),
(813,7,'sale',75500.00,'credit','Sale completed: HIL-0772',777,'Sale',51572800.00,51648300.00,'{\"sale_id\":777,\"sale_number\":\"HIL-0772\",\"customer\":\"IBO\",\"payment_method\":\"cash\",\"is_partial\":false}','2026-03-12 08:15:50','2026-03-12 08:15:50','2026-03-12 08:15:50'),
(814,7,'sale',4000.00,'credit','Loan payment received: HIL-0298',299,'Sale',51648300.00,51652300.00,'{\"sale_id\":299,\"sale_number\":\"HIL-0298\",\"customer\":\"Hamida\",\"payment_type\":\"loan_payment\"}','2026-03-12 08:20:56','2026-03-12 08:20:56','2026-03-12 08:20:56'),
(815,7,'sale',55500.00,'credit','Loan payment received: HIL-0673',678,'Sale',51652300.00,51707800.00,'{\"sale_id\":678,\"sale_number\":\"HIL-0673\",\"customer\":\"Hamida\",\"payment_type\":\"loan_payment\"}','2026-03-12 08:21:09','2026-03-12 08:21:09','2026-03-12 08:21:09'),
(816,7,'sale',55500.00,'credit','Loan payment received: HIL-0354',355,'Sale',51707800.00,51763300.00,'{\"sale_id\":355,\"sale_number\":\"HIL-0354\",\"customer\":\"Hamida\",\"payment_type\":\"loan_payment\"}','2026-03-12 08:21:28','2026-03-12 08:21:28','2026-03-12 08:21:28'),
(817,7,'sale',20000.00,'credit','Sale completed: HIL-0774',779,'Sale',51763300.00,51783300.00,'{\"sale_id\":779,\"sale_number\":\"HIL-0774\",\"customer\":\"Taha\",\"payment_method\":\"cash\",\"is_partial\":false}','2026-03-12 08:25:52','2026-03-12 08:25:52','2026-03-12 08:25:52'),
(818,7,'sale',314500.00,'credit','Sale completed: HIL-0775',780,'Sale',51783300.00,52097800.00,'{\"sale_id\":780,\"sale_number\":\"HIL-0775\",\"customer\":\"Bra\'s Brother\",\"payment_method\":\"cash\",\"is_partial\":false}','2026-03-12 08:58:40','2026-03-12 08:58:40','2026-03-12 08:58:40'),
(819,7,'sale',18500.00,'credit','Sale completed: HIL-0776',781,'Sale',52097800.00,52116300.00,'{\"sale_id\":781,\"sale_number\":\"HIL-0776\",\"customer\":\"Bra\'s Brother\",\"payment_method\":\"cash\",\"is_partial\":false}','2026-03-12 09:01:16','2026-03-12 09:01:16','2026-03-12 09:01:16'),
(820,7,'sale',18500.00,'credit','Sale completed: HIL-0777',782,'Sale',52116300.00,52134800.00,'{\"sale_id\":782,\"sale_number\":\"HIL-0777\",\"customer\":\"Bra\'s Brother\",\"payment_method\":\"cash\",\"is_partial\":false}','2026-03-12 09:01:52','2026-03-12 09:01:52','2026-03-12 09:01:52'),
(821,7,'sale',250000.00,'credit','Sale completed: HIL-0778',783,'Sale',52134800.00,52384800.00,'{\"sale_id\":783,\"sale_number\":\"HIL-0778\",\"customer\":\"Bra\'s Brother\",\"payment_method\":\"cash\",\"is_partial\":false}','2026-03-12 09:38:07','2026-03-12 09:38:07','2026-03-12 09:38:07'),
(822,7,'sale',20000.00,'credit','Sale completed: HIL-0779',784,'Sale',52384800.00,52404800.00,'{\"sale_id\":784,\"sale_number\":\"HIL-0779\",\"customer\":\"Madiri\",\"payment_method\":\"cash\",\"is_partial\":false}','2026-03-12 09:38:29','2026-03-12 09:38:29','2026-03-12 09:38:29'),
(823,7,'sale',20000.00,'credit','Sale completed: HIL-0780',785,'Sale',52404800.00,52424800.00,'{\"sale_id\":785,\"sale_number\":\"HIL-0780\",\"customer\":\"Taha\",\"payment_method\":\"cash\",\"is_partial\":false}','2026-03-12 09:39:09','2026-03-12 09:39:09','2026-03-12 09:39:09'),
(824,7,'sale',7000.00,'credit','Sale completed: HIL-0781',786,'Sale',52424800.00,52431800.00,'{\"sale_id\":786,\"sale_number\":\"HIL-0781\",\"customer\":\"Alhadj Madiri\",\"payment_method\":\"cash\",\"is_partial\":false}','2026-03-12 09:48:35','2026-03-12 09:48:35','2026-03-12 09:48:35'),
(825,7,'sale',30000.00,'credit','Sale completed: HIL-0782',787,'Sale',52431800.00,52461800.00,'{\"sale_id\":787,\"sale_number\":\"HIL-0782\",\"customer\":null,\"payment_method\":\"cash\",\"is_partial\":false}','2026-03-12 11:00:30','2026-03-12 11:00:30','2026-03-12 11:00:30'),
(826,7,'sale',48500.00,'credit','Loan payment received: HIL-0694',699,'Sale',52461800.00,52510300.00,'{\"sale_id\":699,\"sale_number\":\"HIL-0694\",\"customer\":\"Nadjat\",\"payment_type\":\"loan_payment\"}','2026-03-12 11:07:46','2026-03-12 11:07:46','2026-03-12 11:07:46'),
(827,7,'sale',17000.00,'credit','Sale completed: HIL-0783',788,'Sale',52510300.00,52527300.00,'{\"sale_id\":788,\"sale_number\":\"HIL-0783\",\"customer\":\"Nadjat\",\"payment_method\":\"cash\",\"is_partial\":false}','2026-03-12 11:08:59','2026-03-12 11:08:59','2026-03-12 11:08:59'),
(828,7,'sale',30000.00,'credit','Sale completed: HIL-0784',789,'Sale',52527300.00,52557300.00,'{\"sale_id\":789,\"sale_number\":\"HIL-0784\",\"customer\":null,\"payment_method\":\"cash\",\"is_partial\":false}','2026-03-12 12:33:59','2026-03-12 12:33:59','2026-03-12 12:33:59'),
(829,7,'sale',50000.00,'credit','Sale completed: HIL-0785',790,'Sale',52557300.00,52607300.00,'{\"sale_id\":790,\"sale_number\":\"HIL-0785\",\"customer\":\"Malloum\",\"payment_method\":\"cash\",\"is_partial\":false}','2026-03-12 15:16:04','2026-03-12 15:16:04','2026-03-12 15:16:04'),
(830,7,'sale',60000.00,'credit','Sale completed: HIL-0786',791,'Sale',52607300.00,52667300.00,'{\"sale_id\":791,\"sale_number\":\"HIL-0786\",\"customer\":null,\"payment_method\":\"cash\",\"is_partial\":false}','2026-03-12 15:17:05','2026-03-12 15:17:05','2026-03-12 15:17:05'),
(831,4,'sale',1000000.00,'credit','Loan payment received: HIL-0464',465,'Sale',6031500.00,7031500.00,'{\"sale_id\":465,\"sale_number\":\"HIL-0464\",\"customer\":\"IDRISS DJABIR\",\"payment_type\":\"loan_payment\"}','2026-03-12 17:51:12','2026-03-12 17:51:12','2026-03-12 17:51:12'),
(832,7,'sale',14000.00,'credit','Sale completed: HIL-0787',792,'Sale',52667300.00,52681300.00,'{\"sale_id\":792,\"sale_number\":\"HIL-0787\",\"customer\":\"Saloussa\",\"payment_method\":\"cash\",\"is_partial\":false}','2026-03-13 05:40:45','2026-03-13 05:40:45','2026-03-13 05:40:45'),
(833,7,'sale',20000.00,'credit','Sale completed: HIL-0788',793,'Sale',52681300.00,52701300.00,'{\"sale_id\":793,\"sale_number\":\"HIL-0788\",\"customer\":null,\"payment_method\":\"cash\",\"is_partial\":false}','2026-03-13 06:24:51','2026-03-13 06:24:51','2026-03-13 06:24:51'),
(834,7,'sale',65000.00,'credit','Loan payment received: HIL-0383',384,'Sale',52701300.00,52766300.00,'{\"sale_id\":384,\"sale_number\":\"HIL-0383\",\"customer\":\"Ousman Nassir\",\"payment_type\":\"loan_payment\"}','2026-03-13 06:37:29','2026-03-13 06:37:29','2026-03-13 06:37:29'),
(835,7,'sale',40000.00,'credit','Loan payment received: HIL-0144',144,'Sale',52766300.00,52806300.00,'{\"sale_id\":144,\"sale_number\":\"HIL-0144\",\"customer\":\"Ousman Nassir\",\"payment_type\":\"loan_payment\"}','2026-03-13 06:37:40','2026-03-13 06:37:40','2026-03-13 06:37:40'),
(836,7,'sale',54000.00,'credit','Sale completed: HIL-0789',794,'Sale',52806300.00,52860300.00,'{\"sale_id\":794,\"sale_number\":\"HIL-0789\",\"customer\":\"Ousman Nassour\",\"payment_method\":\"cash\",\"is_partial\":false}','2026-03-13 06:50:10','2026-03-13 06:50:10','2026-03-13 06:50:10'),
(837,7,'sale',18500.00,'credit','Sale completed: HIL-0790',795,'Sale',52860300.00,52878800.00,'{\"sale_id\":795,\"sale_number\":\"HIL-0790\",\"customer\":\"Salwa\",\"payment_method\":\"cash\",\"is_partial\":false}','2026-03-13 07:37:42','2026-03-13 07:37:42','2026-03-13 07:37:42'),
(838,7,'sale',30000.00,'credit','Sale completed: HIL-0792',797,'Sale',52878800.00,52908800.00,'{\"sale_id\":797,\"sale_number\":\"HIL-0792\",\"customer\":null,\"payment_method\":\"cash\",\"is_partial\":false}','2026-03-13 11:04:59','2026-03-13 11:04:59','2026-03-13 11:04:59'),
(839,7,'sale',30000.00,'credit','Sale completed: HIL-0793',798,'Sale',52908800.00,52938800.00,'{\"sale_id\":798,\"sale_number\":\"HIL-0793\",\"customer\":null,\"payment_method\":\"cash\",\"is_partial\":false}','2026-03-13 12:17:51','2026-03-13 12:17:51','2026-03-13 12:17:51'),
(840,7,'sale',20000.00,'credit','Sale completed: HIL-0794',799,'Sale',52938800.00,52958800.00,'{\"sale_id\":799,\"sale_number\":\"HIL-0794\",\"customer\":null,\"payment_method\":\"cash\",\"is_partial\":false}','2026-03-13 12:20:15','2026-03-13 12:20:15','2026-03-13 12:20:15'),
(841,7,'sale',20000.00,'credit','Sale completed: HIL-0795',800,'Sale',52958800.00,52978800.00,'{\"sale_id\":800,\"sale_number\":\"HIL-0795\",\"customer\":null,\"payment_method\":\"cash\",\"is_partial\":false}','2026-03-13 12:44:45','2026-03-13 12:44:45','2026-03-13 12:44:45'),
(842,7,'sale',50000.00,'credit','Sale completed: HIL-0796',801,'Sale',52978800.00,53028800.00,'{\"sale_id\":801,\"sale_number\":\"HIL-0796\",\"customer\":null,\"payment_method\":\"cash\",\"is_partial\":false}','2026-03-13 12:45:10','2026-03-13 12:45:10','2026-03-13 12:45:10'),
(843,7,'sale',60000.00,'credit','Sale completed: HIL-0797',802,'Sale',53028800.00,53088800.00,'{\"sale_id\":802,\"sale_number\":\"HIL-0797\",\"customer\":null,\"payment_method\":\"cash\",\"is_partial\":false}','2026-03-14 06:11:20','2026-03-14 06:11:20','2026-03-14 06:11:20'),
(844,7,'sale',111000.00,'credit','Sale completed: HIL-0798',803,'Sale',53088800.00,53199800.00,'{\"sale_id\":803,\"sale_number\":\"HIL-0798\",\"customer\":\"Bololo\",\"payment_method\":\"cash\",\"is_partial\":false}','2026-03-14 06:54:57','2026-03-14 06:54:57','2026-03-14 06:54:57'),
(845,7,'sale',203500.00,'credit','Sale completed: HIL-0799',804,'Sale',53199800.00,53403300.00,'{\"sale_id\":804,\"sale_number\":\"HIL-0799\",\"customer\":\"Abdallah Hamit\",\"payment_method\":\"cash\",\"is_partial\":false}','2026-03-14 06:56:32','2026-03-14 06:56:32','2026-03-14 06:56:32'),
(846,7,'sale',35000.00,'credit','Sale completed: HIL-0800',805,'Sale',53403300.00,53438300.00,'{\"sale_id\":805,\"sale_number\":\"HIL-0800\",\"customer\":null,\"payment_method\":\"cash\",\"is_partial\":false}','2026-03-14 06:58:23','2026-03-14 06:58:23','2026-03-14 06:58:23'),
(847,7,'sale',1560000.00,'credit','Sale completed: HIL-0801',806,'Sale',53438300.00,54998300.00,'{\"sale_id\":806,\"sale_number\":\"HIL-0801\",\"customer\":\"Abdallah Hamit\",\"payment_method\":\"cash\",\"is_partial\":false}','2026-03-14 07:36:49','2026-03-14 07:36:49','2026-03-14 07:36:49'),
(848,7,'sale',20000.00,'credit','Sale completed: HIL-0802',807,'Sale',54998300.00,55018300.00,'{\"sale_id\":807,\"sale_number\":\"HIL-0802\",\"customer\":null,\"payment_method\":\"cash\",\"is_partial\":false}','2026-03-14 08:06:29','2026-03-14 08:06:29','2026-03-14 08:06:29'),
(849,7,'sale',20000.00,'credit','Sale completed: HIL-0803',808,'Sale',55018300.00,55038300.00,'{\"sale_id\":808,\"sale_number\":\"HIL-0803\",\"customer\":\"Issakha\",\"payment_method\":\"cash\",\"is_partial\":false}','2026-03-14 08:14:16','2026-03-14 08:14:16','2026-03-14 08:14:16'),
(850,7,'sale_cancel',20000.00,'debit','Sale cancelled/refunded: HIL-0803',808,'Sale',55038300.00,55018300.00,'{\"sale_id\":808,\"sale_number\":\"HIL-0803\",\"reason\":\"Sale cancelled\\/refunded\"}','2026-03-14 08:14:38','2026-03-14 08:14:38','2026-03-14 08:14:38'),
(851,7,'sale',60000.00,'credit','Sale completed: HIL-0805',810,'Sale',55018300.00,55078300.00,'{\"sale_id\":810,\"sale_number\":\"HIL-0805\",\"customer\":null,\"payment_method\":\"cash\",\"is_partial\":false}','2026-03-14 08:30:44','2026-03-14 08:30:44','2026-03-14 08:30:44'),
(852,7,'sale',10000.00,'credit','Sale completed: HIL-0806',811,'Sale',55078300.00,55088300.00,'{\"sale_id\":811,\"sale_number\":\"HIL-0806\",\"customer\":\"Taha Hassan\",\"payment_method\":\"cash\",\"is_partial\":false}','2026-03-14 08:52:08','2026-03-14 08:52:08','2026-03-14 08:52:08'),
(853,7,'sale',10000.00,'credit','Sale completed: HIL-0807',812,'Sale',55088300.00,55098300.00,'{\"sale_id\":812,\"sale_number\":\"HIL-0807\",\"customer\":\"Nural En\",\"payment_method\":\"cash\",\"is_partial\":false}','2026-03-14 09:34:38','2026-03-14 09:34:38','2026-03-14 09:34:38'),
(854,7,'sale',20000.00,'credit','Sale completed: HIL-0808',813,'Sale',55098300.00,55118300.00,'{\"sale_id\":813,\"sale_number\":\"HIL-0808\",\"customer\":null,\"payment_method\":\"cash\",\"is_partial\":false}','2026-03-14 09:46:32','2026-03-14 09:46:32','2026-03-14 09:46:32'),
(855,7,'sale',269000.00,'credit','Sale completed: HIL-0809',814,'Sale',55118300.00,55387300.00,'{\"sale_id\":814,\"sale_number\":\"HIL-0809\",\"customer\":\"Soumayya\",\"payment_method\":\"cash\",\"is_partial\":false}','2026-03-14 09:59:18','2026-03-14 09:59:18','2026-03-14 09:59:18'),
(856,7,'sale',82500.00,'credit','Sale completed: HIL-0810',815,'Sale',55387300.00,55469800.00,'{\"sale_id\":815,\"sale_number\":\"HIL-0810\",\"customer\":\"Ayoub\",\"payment_method\":\"cash\",\"is_partial\":false}','2026-03-14 10:21:23','2026-03-14 10:21:23','2026-03-14 10:21:23'),
(857,7,'sale',840000.00,'credit','Sale completed: HIL-0811',816,'Sale',55469800.00,56309800.00,'{\"sale_id\":816,\"sale_number\":\"HIL-0811\",\"customer\":\"Abdallah Hamit\",\"payment_method\":\"cash\",\"is_partial\":false}','2026-03-14 10:24:39','2026-03-14 10:24:39','2026-03-14 10:24:39'),
(858,7,'sale',30000.00,'credit','Sale completed: HIL-0812',817,'Sale',56309800.00,56339800.00,'{\"sale_id\":817,\"sale_number\":\"HIL-0812\",\"customer\":null,\"payment_method\":\"cash\",\"is_partial\":false}','2026-03-14 10:56:11','2026-03-14 10:56:11','2026-03-14 10:56:11'),
(859,7,'sale',30000.00,'credit','Sale completed: HIL-0813',818,'Sale',56339800.00,56369800.00,'{\"sale_id\":818,\"sale_number\":\"HIL-0813\",\"customer\":\"Moundou\",\"payment_method\":\"cash\",\"is_partial\":false}','2026-03-14 12:26:26','2026-03-14 12:26:26','2026-03-14 12:26:26'),
(860,7,'sale',38500.00,'credit','Sale completed: HIL-0814',819,'Sale',56369800.00,56408300.00,'{\"sale_id\":819,\"sale_number\":\"HIL-0814\",\"customer\":\"Gachi\",\"payment_method\":\"cash\",\"is_partial\":false}','2026-03-14 12:31:54','2026-03-14 12:31:54','2026-03-14 12:31:54'),
(861,7,'sale',40000.00,'credit','Sale completed: HIL-0815',820,'Sale',56408300.00,56448300.00,'{\"sale_id\":820,\"sale_number\":\"HIL-0815\",\"customer\":\"Sale return\",\"payment_method\":\"cash\",\"is_partial\":false}','2026-03-14 12:32:37','2026-03-14 12:32:37','2026-03-14 12:32:37'),
(862,7,'sale',30000.00,'credit','Sale completed: HIL-0816',821,'Sale',56448300.00,56478300.00,'{\"sale_id\":821,\"sale_number\":\"HIL-0816\",\"customer\":null,\"payment_method\":\"cash\",\"is_partial\":false}','2026-03-14 12:56:06','2026-03-14 12:56:06','2026-03-14 12:56:06'),
(863,7,'sale',40000.00,'credit','Sale completed: HIL-0817',822,'Sale',56478300.00,56518300.00,'{\"sale_id\":822,\"sale_number\":\"HIL-0817\",\"customer\":\"Ayoucha\",\"payment_method\":\"cash\",\"is_partial\":false}','2026-03-14 13:14:32','2026-03-14 13:14:32','2026-03-14 13:14:32'),
(864,7,'sale',20000.00,'credit','Sale completed: HIL-0818',823,'Sale',56518300.00,56538300.00,'{\"sale_id\":823,\"sale_number\":\"HIL-0818\",\"customer\":\"Mabrouk\",\"payment_method\":\"cash\",\"is_partial\":false}','2026-03-14 13:30:05','2026-03-14 13:30:05','2026-03-14 13:30:05'),
(865,7,'sale',60000.00,'credit','Sale completed: HIL-0819',824,'Sale',56538300.00,56598300.00,'{\"sale_id\":824,\"sale_number\":\"HIL-0819\",\"customer\":null,\"payment_method\":\"cash\",\"is_partial\":false}','2026-03-15 07:54:12','2026-03-15 07:54:12','2026-03-15 07:54:12'),
(866,7,'sale',30000.00,'credit','Sale completed: HIL-0820',825,'Sale',56598300.00,56628300.00,'{\"sale_id\":825,\"sale_number\":\"HIL-0820\",\"customer\":null,\"payment_method\":\"cash\",\"is_partial\":false}','2026-03-15 08:41:31','2026-03-15 08:41:31','2026-03-15 08:41:31'),
(867,7,'sale',20000.00,'credit','Sale completed: HIL-0821',826,'Sale',56628300.00,56648300.00,'{\"sale_id\":826,\"sale_number\":\"HIL-0821\",\"customer\":null,\"payment_method\":\"cash\",\"is_partial\":false}','2026-03-15 08:42:25','2026-03-15 08:42:25','2026-03-15 08:42:25'),
(868,7,'sale',20000.00,'credit','Sale completed: HIL-0822',827,'Sale',56648300.00,56668300.00,'{\"sale_id\":827,\"sale_number\":\"HIL-0822\",\"customer\":\"Saoudi\'s Client\",\"payment_method\":\"cash\",\"is_partial\":false}','2026-03-15 08:55:03','2026-03-15 08:55:03','2026-03-15 08:55:03'),
(869,7,'sale',30000.00,'credit','Sale completed: HIL-0823',828,'Sale',56668300.00,56698300.00,'{\"sale_id\":828,\"sale_number\":\"HIL-0823\",\"customer\":null,\"payment_method\":\"cash\",\"is_partial\":false}','2026-03-15 09:24:12','2026-03-15 09:24:12','2026-03-15 09:24:12'),
(870,7,'sale',42500.00,'credit','Sale completed: HIL-0824',829,'Sale',56698300.00,56740800.00,'{\"sale_id\":829,\"sale_number\":\"HIL-0824\",\"customer\":null,\"payment_method\":\"cash\",\"is_partial\":false}','2026-03-15 09:28:03','2026-03-15 09:28:03','2026-03-15 09:28:03'),
(871,7,'sale',140000.00,'credit','Sale completed: HIL-0825',830,'Sale',56740800.00,56880800.00,'{\"sale_id\":830,\"sale_number\":\"HIL-0825\",\"customer\":null,\"payment_method\":\"cash\",\"is_partial\":false}','2026-03-15 09:28:12','2026-03-15 09:28:12','2026-03-15 09:28:12'),
(872,7,'sale',20000.00,'credit','Sale completed: HIL-0826',831,'Sale',56880800.00,56900800.00,'{\"sale_id\":831,\"sale_number\":\"HIL-0826\",\"customer\":\"FZ\",\"payment_method\":\"cash\",\"is_partial\":false}','2026-03-15 09:42:47','2026-03-15 09:42:47','2026-03-15 09:42:47'),
(873,7,'sale',40000.00,'credit','Sale completed: HIL-0827',832,'Sale',56900800.00,56940800.00,'{\"sale_id\":832,\"sale_number\":\"HIL-0827\",\"customer\":null,\"payment_method\":\"cash\",\"is_partial\":false}','2026-03-15 09:55:16','2026-03-15 09:55:16','2026-03-15 09:55:16'),
(874,7,'sale',60000.00,'credit','Sale completed: HIL-0828',833,'Sale',56940800.00,57000800.00,'{\"sale_id\":833,\"sale_number\":\"HIL-0828\",\"customer\":null,\"payment_method\":\"cash\",\"is_partial\":false}','2026-03-15 10:10:25','2026-03-15 10:10:25','2026-03-15 10:10:25'),
(875,7,'sale',30000.00,'credit','Sale completed: HIL-0829',834,'Sale',57000800.00,57030800.00,'{\"sale_id\":834,\"sale_number\":\"HIL-0829\",\"customer\":null,\"payment_method\":\"cash\",\"is_partial\":false}','2026-03-15 10:56:37','2026-03-15 10:56:37','2026-03-15 10:56:37'),
(876,7,'sale',20000.00,'credit','Sale completed: HIL-0830',835,'Sale',57030800.00,57050800.00,'{\"sale_id\":835,\"sale_number\":\"HIL-0830\",\"customer\":null,\"payment_method\":\"cash\",\"is_partial\":false}','2026-03-15 12:05:56','2026-03-15 12:05:56','2026-03-15 12:05:56'),
(877,7,'sale',20000.00,'credit','Sale completed: HIL-0831',836,'Sale',57050800.00,57070800.00,'{\"sale_id\":836,\"sale_number\":\"HIL-0831\",\"customer\":\"Taha\",\"payment_method\":\"cash\",\"is_partial\":false}','2026-03-15 12:32:01','2026-03-15 12:32:01','2026-03-15 12:32:01'),
(878,7,'sale',20000.00,'credit','Sale completed: HIL-0832',837,'Sale',57070800.00,57090800.00,'{\"sale_id\":837,\"sale_number\":\"HIL-0832\",\"customer\":\"Taha\",\"payment_method\":\"cash\",\"is_partial\":false}','2026-03-15 12:35:36','2026-03-15 12:35:36','2026-03-15 12:35:36'),
(879,7,'sale',20000.00,'credit','Sale completed: HIL-0833',838,'Sale',57090800.00,57110800.00,'{\"sale_id\":838,\"sale_number\":\"HIL-0833\",\"customer\":\"Taha\",\"payment_method\":\"cash\",\"is_partial\":false}','2026-03-15 12:37:49','2026-03-15 12:37:49','2026-03-15 12:37:49'),
(880,7,'sale_cancel',20000.00,'debit','Sale cancelled/refunded: HIL-0833',838,'Sale',57110800.00,57090800.00,'{\"sale_id\":838,\"sale_number\":\"HIL-0833\",\"reason\":\"Sale cancelled\\/refunded\"}','2026-03-15 12:38:15','2026-03-15 12:38:15','2026-03-15 12:38:15'),
(881,7,'sale',10000.00,'credit','Sale completed: HIL-0834',839,'Sale',57090800.00,57100800.00,'{\"sale_id\":839,\"sale_number\":\"HIL-0834\",\"customer\":\"Saoudi\",\"payment_method\":\"cash\",\"is_partial\":false}','2026-03-16 06:32:51','2026-03-16 06:32:51','2026-03-16 06:32:51'),
(882,7,'sale',10000.00,'credit','Sale completed: HIL-0835',840,'Sale',57100800.00,57110800.00,'{\"sale_id\":840,\"sale_number\":\"HIL-0835\",\"customer\":\"Youssouf\",\"payment_method\":\"cash\",\"is_partial\":false}','2026-03-16 06:33:05','2026-03-16 06:33:05','2026-03-16 06:33:05'),
(883,7,'sale',10000.00,'credit','Sale completed: HIL-0836',841,'Sale',57110800.00,57120800.00,'{\"sale_id\":841,\"sale_number\":\"HIL-0836\",\"customer\":null,\"payment_method\":\"cash\",\"is_partial\":false}','2026-03-16 06:33:14','2026-03-16 06:33:14','2026-03-16 06:33:14'),
(884,7,'sale',20000.00,'credit','Sale completed: HIL-0837',842,'Sale',57120800.00,57140800.00,'{\"sale_id\":842,\"sale_number\":\"HIL-0837\",\"customer\":\"Mabrouk\",\"payment_method\":\"cash\",\"is_partial\":false}','2026-03-16 06:33:45','2026-03-16 06:33:45','2026-03-16 06:33:45'),
(885,7,'sale_cancel',20000.00,'debit','Sale cancelled/refunded: HIL-0818',823,'Sale',57140800.00,57120800.00,'{\"sale_id\":823,\"sale_number\":\"HIL-0818\",\"reason\":\"Sale cancelled\\/refunded\"}','2026-03-16 06:34:09','2026-03-16 06:34:09','2026-03-16 06:34:09'),
(886,7,'sale',22000.00,'credit','Sale completed: HIL-0838',843,'Sale',57120800.00,57142800.00,'{\"sale_id\":843,\"sale_number\":\"HIL-0838\",\"customer\":null,\"payment_method\":\"cash\",\"is_partial\":false}','2026-03-16 06:55:14','2026-03-16 06:55:14','2026-03-16 06:55:14'),
(887,7,'sale',12500.00,'credit','Sale completed: HIL-0839',844,'Sale',57142800.00,57155300.00,'{\"sale_id\":844,\"sale_number\":\"HIL-0839\",\"customer\":null,\"payment_method\":\"cash\",\"is_partial\":false}','2026-03-16 07:30:40','2026-03-16 07:30:40','2026-03-16 07:30:40'),
(888,7,'sale',20000.00,'credit','Sale completed: HIL-0840',845,'Sale',57155300.00,57175300.00,'{\"sale_id\":845,\"sale_number\":\"HIL-0840\",\"customer\":null,\"payment_method\":\"cash\",\"is_partial\":false}','2026-03-16 08:52:14','2026-03-16 08:52:14','2026-03-16 08:52:14'),
(889,7,'sale',20000.00,'credit','Loan payment received: HIL-0804',809,'Sale',57175300.00,57195300.00,'{\"sale_id\":809,\"sale_number\":\"HIL-0804\",\"customer\":\"Issakha\",\"payment_type\":\"loan_payment\"}','2026-03-16 09:15:37','2026-03-16 09:15:37','2026-03-16 09:15:37'),
(890,7,'sale',20000.00,'credit','Sale completed: HIL-0841',846,'Sale',57195300.00,57215300.00,'{\"sale_id\":846,\"sale_number\":\"HIL-0841\",\"customer\":null,\"payment_method\":\"cash\",\"is_partial\":false}','2026-03-16 09:16:44','2026-03-16 09:16:44','2026-03-16 09:16:44'),
(891,7,'sale',10000.00,'credit','Sale completed: HIL-0842',847,'Sale',57215300.00,57225300.00,'{\"sale_id\":847,\"sale_number\":\"HIL-0842\",\"customer\":\"Nural En\",\"payment_method\":\"cash\",\"is_partial\":false}','2026-03-16 10:03:22','2026-03-16 10:03:22','2026-03-16 10:03:22'),
(892,7,'sale',20000.00,'credit','Sale completed: HIL-0843',848,'Sale',57225300.00,57245300.00,'{\"sale_id\":848,\"sale_number\":\"HIL-0843\",\"customer\":\"Alhadj Madiri\",\"payment_method\":\"cash\",\"is_partial\":false}','2026-03-16 10:06:46','2026-03-16 10:06:46','2026-03-16 10:06:46'),
(893,7,'sale',140000.00,'credit','Sale completed: HIL-0844',849,'Sale',57245300.00,57385300.00,'{\"sale_id\":849,\"sale_number\":\"HIL-0844\",\"customer\":null,\"payment_method\":\"cash\",\"is_partial\":false}','2026-03-16 10:15:05','2026-03-16 10:15:05','2026-03-16 10:15:05'),
(894,7,'sale',60000.00,'credit','Sale completed: HIL-0845',850,'Sale',57385300.00,57445300.00,'{\"sale_id\":850,\"sale_number\":\"HIL-0845\",\"customer\":null,\"payment_method\":\"cash\",\"is_partial\":false}','2026-03-16 11:15:10','2026-03-16 11:15:10','2026-03-16 11:15:10'),
(895,7,'sale',10000.00,'credit','Sale completed: HIL-0846',851,'Sale',57445300.00,57455300.00,'{\"sale_id\":851,\"sale_number\":\"HIL-0846\",\"customer\":\"Issakha\",\"payment_method\":\"cash\",\"is_partial\":false}','2026-03-16 11:15:40','2026-03-16 11:15:40','2026-03-16 11:15:40'),
(896,7,'sale',20000.00,'credit','Sale completed: HIL-0847',852,'Sale',57455300.00,57475300.00,'{\"sale_id\":852,\"sale_number\":\"HIL-0847\",\"customer\":null,\"payment_method\":\"cash\",\"is_partial\":false}','2026-03-16 11:30:16','2026-03-16 11:30:16','2026-03-16 11:30:16'),
(897,7,'sale',20000.00,'credit','Sale completed: HIL-0848',853,'Sale',57475300.00,57495300.00,'{\"sale_id\":853,\"sale_number\":\"HIL-0848\",\"customer\":\"Moussa\",\"payment_method\":\"cash\",\"is_partial\":false}','2026-03-16 11:35:54','2026-03-16 11:35:54','2026-03-16 11:35:54'),
(898,7,'sale',30000.00,'credit','Sale completed: HIL-0849',854,'Sale',57495300.00,57525300.00,'{\"sale_id\":854,\"sale_number\":\"HIL-0849\",\"customer\":null,\"payment_method\":\"cash\",\"is_partial\":false}','2026-03-16 11:56:05','2026-03-16 11:56:05','2026-03-16 11:56:05'),
(899,7,'sale',15000.00,'credit','Sale completed: HIL-0850',855,'Sale',57525300.00,57540300.00,'{\"sale_id\":855,\"sale_number\":\"HIL-0850\",\"customer\":null,\"payment_method\":\"cash\",\"is_partial\":false}','2026-03-16 12:05:20','2026-03-16 12:05:20','2026-03-16 12:05:20'),
(900,7,'sale',20000.00,'credit','Sale completed: HIL-0851',856,'Sale',57540300.00,57560300.00,'{\"sale_id\":856,\"sale_number\":\"HIL-0851\",\"customer\":\"Issakha\",\"payment_method\":\"cash\",\"is_partial\":false}','2026-03-16 12:05:53','2026-03-16 12:05:53','2026-03-16 12:05:53'),
(901,7,'sale',30000.00,'credit','Sale completed: HIL-0853',858,'Sale',57560300.00,57590300.00,'{\"sale_id\":858,\"sale_number\":\"HIL-0853\",\"customer\":null,\"payment_method\":\"cash\",\"is_partial\":false}','2026-03-16 13:23:27','2026-03-16 13:23:27','2026-03-16 13:23:27'),
(902,7,'sale',30000.00,'credit','Sale completed: HIL-0854',859,'Sale',57590300.00,57620300.00,'{\"sale_id\":859,\"sale_number\":\"HIL-0854\",\"customer\":null,\"payment_method\":\"cash\",\"is_partial\":false}','2026-03-17 05:55:12','2026-03-17 05:55:12','2026-03-17 05:55:12'),
(903,7,'sale',21000.00,'credit','Sale completed: HIL-0855',860,'Sale',57620300.00,57641300.00,'{\"sale_id\":860,\"sale_number\":\"HIL-0855\",\"customer\":null,\"payment_method\":\"cash\",\"is_partial\":false}','2026-03-17 06:30:25','2026-03-17 06:30:25','2026-03-17 06:30:25'),
(904,7,'sale',20000.00,'credit','Sale completed: HIL-0856',861,'Sale',57641300.00,57661300.00,'{\"sale_id\":861,\"sale_number\":\"HIL-0856\",\"customer\":null,\"payment_method\":\"cash\",\"is_partial\":false}','2026-03-17 07:09:08','2026-03-17 07:09:08','2026-03-17 07:09:08'),
(905,7,'sale',40000.00,'credit','Sale completed: HIL-0857',862,'Sale',57661300.00,57701300.00,'{\"sale_id\":862,\"sale_number\":\"HIL-0857\",\"customer\":null,\"payment_method\":\"cash\",\"is_partial\":false}','2026-03-17 07:09:45','2026-03-17 07:09:45','2026-03-17 07:09:45'),
(906,7,'sale',30000.00,'credit','Sale completed: HIL-0858',863,'Sale',57701300.00,57731300.00,'{\"sale_id\":863,\"sale_number\":\"HIL-0858\",\"customer\":null,\"payment_method\":\"cash\",\"is_partial\":false}','2026-03-17 07:13:51','2026-03-17 07:13:51','2026-03-17 07:13:51'),
(907,7,'sale',10000.00,'credit','Loan payment received: HIL-0852',857,'Sale',57731300.00,57741300.00,'{\"sale_id\":857,\"sale_number\":\"HIL-0852\",\"customer\":\"Issakha\",\"payment_type\":\"loan_payment\"}','2026-03-17 07:21:40','2026-03-17 07:21:40','2026-03-17 07:21:40'),
(908,7,'sale',55500.00,'credit','Sale completed: HIL-0860',865,'Sale',57741300.00,57796800.00,'{\"sale_id\":865,\"sale_number\":\"HIL-0860\",\"customer\":null,\"payment_method\":\"cash\",\"is_partial\":false}','2026-03-17 07:40:02','2026-03-17 07:40:02','2026-03-17 07:40:02'),
(909,7,'sale',10000.00,'credit','Sale completed: HIL-0861',866,'Sale',57796800.00,57806800.00,'{\"sale_id\":866,\"sale_number\":\"HIL-0861\",\"customer\":\"Issakha\",\"payment_method\":\"cash\",\"is_partial\":false}','2026-03-17 07:47:42','2026-03-17 07:47:42','2026-03-17 07:47:42'),
(910,7,'sale',60000.00,'credit','Sale completed: HIL-0862',867,'Sale',57806800.00,57866800.00,'{\"sale_id\":867,\"sale_number\":\"HIL-0862\",\"customer\":null,\"payment_method\":\"cash\",\"is_partial\":false}','2026-03-17 07:55:56','2026-03-17 07:55:56','2026-03-17 07:55:56'),
(911,7,'sale',10000.00,'credit','Loan payment received: HIL-0859',864,'Sale',57866800.00,57876800.00,'{\"sale_id\":864,\"sale_number\":\"HIL-0859\",\"customer\":\"Issakha\",\"payment_type\":\"loan_payment\"}','2026-03-17 08:09:31','2026-03-17 08:09:31','2026-03-17 08:09:31'),
(912,7,'sale',30000.00,'credit','Sale completed: HIL-0863',868,'Sale',57876800.00,57906800.00,'{\"sale_id\":868,\"sale_number\":\"HIL-0863\",\"customer\":\"Issakha\",\"payment_method\":\"cash\",\"is_partial\":false}','2026-03-17 08:10:02','2026-03-17 08:10:02','2026-03-17 08:10:02'),
(913,7,'sale_cancel',30000.00,'debit','Sale cancelled/refunded: HIL-0863',868,'Sale',57906800.00,57876800.00,'{\"sale_id\":868,\"sale_number\":\"HIL-0863\",\"reason\":\"Sale cancelled\\/refunded\"}','2026-03-17 08:10:27','2026-03-17 08:10:27','2026-03-17 08:10:27'),
(914,7,'sale',15000.00,'credit','Sale completed: HIL-0865',870,'Sale',57876800.00,57891800.00,'{\"sale_id\":870,\"sale_number\":\"HIL-0865\",\"customer\":null,\"payment_method\":\"cash\",\"is_partial\":false}','2026-03-17 10:25:02','2026-03-17 10:25:02','2026-03-17 10:25:02'),
(915,7,'sale',100000.00,'credit','Loan payment received: HIL-0773',778,'Sale',57891800.00,57991800.00,'{\"sale_id\":778,\"sale_number\":\"HIL-0773\",\"customer\":\"Hamida\",\"payment_type\":\"loan_payment\"}','2026-03-17 10:35:20','2026-03-17 10:35:20','2026-03-17 10:35:20'),
(916,7,'sale',10000.00,'credit','Sale completed: HIL-0866',871,'Sale',57991800.00,58001800.00,'{\"sale_id\":871,\"sale_number\":\"HIL-0866\",\"customer\":\"Issakha\",\"payment_method\":\"cash\",\"is_partial\":false}','2026-03-17 10:44:48','2026-03-17 10:44:48','2026-03-17 10:44:48'),
(917,7,'sale',20000.00,'credit','Sale completed: HIL-0867',872,'Sale',58001800.00,58021800.00,'{\"sale_id\":872,\"sale_number\":\"HIL-0867\",\"customer\":null,\"payment_method\":\"cash\",\"is_partial\":false}','2026-03-17 10:51:21','2026-03-17 10:51:21','2026-03-17 10:51:21'),
(918,7,'sale',10000.00,'credit','Sale completed: HIL-0868',873,'Sale',58021800.00,58031800.00,'{\"sale_id\":873,\"sale_number\":\"HIL-0868\",\"customer\":null,\"payment_method\":\"cash\",\"is_partial\":false}','2026-03-17 11:06:41','2026-03-17 11:06:41','2026-03-17 11:06:41'),
(919,7,'sale',30000.00,'credit','Sale completed: HIL-0869',874,'Sale',58031800.00,58061800.00,'{\"sale_id\":874,\"sale_number\":\"HIL-0869\",\"customer\":null,\"payment_method\":\"cash\",\"is_partial\":false}','2026-03-17 11:46:20','2026-03-17 11:46:20','2026-03-17 11:46:20'),
(920,7,'sale',20000.00,'credit','Sale completed: HIL-0870',875,'Sale',58061800.00,58081800.00,'{\"sale_id\":875,\"sale_number\":\"HIL-0870\",\"customer\":\"Ibrahim\",\"payment_method\":\"cash\",\"is_partial\":false}','2026-03-17 11:47:13','2026-03-17 11:47:13','2026-03-17 11:47:13'),
(921,7,'sale',20000.00,'credit','Sale completed: HIL-0871',876,'Sale',58081800.00,58101800.00,'{\"sale_id\":876,\"sale_number\":\"HIL-0871\",\"customer\":null,\"payment_method\":\"cash\",\"is_partial\":false}','2026-03-17 12:13:38','2026-03-17 12:13:38','2026-03-17 12:13:38'),
(922,7,'sale',12500.00,'credit','Sale completed: HIL-0872',877,'Sale',58101800.00,58114300.00,'{\"sale_id\":877,\"sale_number\":\"HIL-0872\",\"customer\":null,\"payment_method\":\"cash\",\"is_partial\":false}','2026-03-17 12:27:48','2026-03-17 12:27:48','2026-03-17 12:27:48'),
(923,7,'sale',30000.00,'credit','Sale completed: HIL-0873',878,'Sale',58114300.00,58144300.00,'{\"sale_id\":878,\"sale_number\":\"HIL-0873\",\"customer\":\"Dr\",\"payment_method\":\"cash\",\"is_partial\":false}','2026-03-17 12:44:13','2026-03-17 12:44:13','2026-03-17 12:44:13'),
(924,7,'sale',30000.00,'credit','Loan payment received: HIL-0864',869,'Sale',58144300.00,58174300.00,'{\"sale_id\":869,\"sale_number\":\"HIL-0864\",\"customer\":\"Issakha\",\"payment_type\":\"loan_payment\"}','2026-03-17 12:51:40','2026-03-17 12:51:40','2026-03-17 12:51:40'),
(925,7,'sale',10000.00,'credit','Sale completed: HIL-0874',879,'Sale',58174300.00,58184300.00,'{\"sale_id\":879,\"sale_number\":\"HIL-0874\",\"customer\":\"Issakha\",\"payment_method\":\"cash\",\"is_partial\":false}','2026-03-17 12:52:32','2026-03-17 12:52:32','2026-03-17 12:52:32'),
(926,7,'sale',27500.00,'credit','Sale completed: HIL-0875',880,'Sale',58184300.00,58211800.00,'{\"sale_id\":880,\"sale_number\":\"HIL-0875\",\"customer\":null,\"payment_method\":\"cash\",\"is_partial\":false}','2026-03-17 12:59:53','2026-03-17 12:59:53','2026-03-17 12:59:53'),
(927,7,'sale',27500.00,'credit','Sale completed: HIL-0876',881,'Sale',58211800.00,58239300.00,'{\"sale_id\":881,\"sale_number\":\"HIL-0876\",\"customer\":null,\"payment_method\":\"cash\",\"is_partial\":false}','2026-03-17 13:00:05','2026-03-17 13:00:05','2026-03-17 13:00:05'),
(928,7,'sale',20000.00,'credit','Sale completed: HIL-0877',882,'Sale',58239300.00,58259300.00,'{\"sale_id\":882,\"sale_number\":\"HIL-0877\",\"customer\":null,\"payment_method\":\"cash\",\"is_partial\":false}','2026-03-17 13:05:29','2026-03-17 13:05:29','2026-03-17 13:05:29'),
(929,7,'sale',40000.00,'credit','Sale completed: HIL-0878',883,'Sale',58259300.00,58299300.00,'{\"sale_id\":883,\"sale_number\":\"HIL-0878\",\"customer\":null,\"payment_method\":\"cash\",\"is_partial\":false}','2026-03-17 13:31:03','2026-03-17 13:31:03','2026-03-17 13:31:03'),
(930,7,'sale',30000.00,'credit','Sale completed: HIL-0879',884,'Sale',58299300.00,58329300.00,'{\"sale_id\":884,\"sale_number\":\"HIL-0879\",\"customer\":null,\"payment_method\":\"cash\",\"is_partial\":false}','2026-03-17 16:58:21','2026-03-17 16:58:21','2026-03-17 16:58:21'),
(931,7,'sale',20000.00,'credit','Sale completed: HIL-0880',885,'Sale',58329300.00,58349300.00,'{\"sale_id\":885,\"sale_number\":\"HIL-0880\",\"customer\":\"Saoudi\",\"payment_method\":\"cash\",\"is_partial\":false}','2026-03-17 17:04:38','2026-03-17 17:04:38','2026-03-17 17:04:38'),
(932,7,'sale',30000.00,'credit','Sale completed: HIL-0881',886,'Sale',58349300.00,58379300.00,'{\"sale_id\":886,\"sale_number\":\"HIL-0881\",\"customer\":null,\"payment_method\":\"cash\",\"is_partial\":false}','2026-03-17 17:34:53','2026-03-17 17:34:53','2026-03-17 17:34:53'),
(933,7,'sale',20000.00,'credit','Sale completed: HIL-0882',887,'Sale',58379300.00,58399300.00,'{\"sale_id\":887,\"sale_number\":\"HIL-0882\",\"customer\":null,\"payment_method\":\"cash\",\"is_partial\":false}','2026-03-17 17:38:18','2026-03-17 17:38:18','2026-03-17 17:38:18'),
(934,7,'sale',20000.00,'credit','Sale completed: HIL-0883',888,'Sale',58399300.00,58419300.00,'{\"sale_id\":888,\"sale_number\":\"HIL-0883\",\"customer\":null,\"payment_method\":\"cash\",\"is_partial\":false}','2026-03-17 18:13:25','2026-03-17 18:13:25','2026-03-17 18:13:25'),
(935,7,'sale',20000.00,'credit','Sale completed: HIL-0884',889,'Sale',58419300.00,58439300.00,'{\"sale_id\":889,\"sale_number\":\"HIL-0884\",\"customer\":null,\"payment_method\":\"cash\",\"is_partial\":false}','2026-03-17 18:17:43','2026-03-17 18:17:43','2026-03-17 18:17:43'),
(936,7,'sale',60000.00,'credit','Sale completed: HIL-0885',890,'Sale',58439300.00,58499300.00,'{\"sale_id\":890,\"sale_number\":\"HIL-0885\",\"customer\":null,\"payment_method\":\"cash\",\"is_partial\":false}','2026-03-17 18:18:54','2026-03-17 18:18:54','2026-03-17 18:18:54'),
(937,7,'sale',30000.00,'credit','Sale completed: HIL-0886',891,'Sale',58499300.00,58529300.00,'{\"sale_id\":891,\"sale_number\":\"HIL-0886\",\"customer\":null,\"payment_method\":\"cash\",\"is_partial\":false}','2026-03-17 18:52:02','2026-03-17 18:52:02','2026-03-17 18:52:02'),
(938,7,'sale',20000.00,'credit','Sale completed: HIL-0887',892,'Sale',58529300.00,58549300.00,'{\"sale_id\":892,\"sale_number\":\"HIL-0887\",\"customer\":null,\"payment_method\":\"cash\",\"is_partial\":false}','2026-03-17 18:53:10','2026-03-17 18:53:10','2026-03-17 18:53:10'),
(939,7,'sale',60000.00,'credit','Sale completed: HIL-0888',893,'Sale',58549300.00,58609300.00,'{\"sale_id\":893,\"sale_number\":\"HIL-0888\",\"customer\":null,\"payment_method\":\"cash\",\"is_partial\":false}','2026-03-17 18:54:06','2026-03-17 18:54:06','2026-03-17 18:54:06'),
(940,7,'sale',90000.00,'credit','Sale completed: HIL-0889',894,'Sale',58609300.00,58699300.00,'{\"sale_id\":894,\"sale_number\":\"HIL-0889\",\"customer\":null,\"payment_method\":\"cash\",\"is_partial\":false}','2026-03-17 18:55:20','2026-03-17 18:55:20','2026-03-17 18:55:20'),
(941,7,'sale',20000.00,'credit','Sale completed: HIL-0890',895,'Sale',58699300.00,58719300.00,'{\"sale_id\":895,\"sale_number\":\"HIL-0890\",\"customer\":null,\"payment_method\":\"cash\",\"is_partial\":false}','2026-03-18 05:50:11','2026-03-18 05:50:11','2026-03-18 05:50:11'),
(942,7,'sale_cancel',20000.00,'debit','Sale cancelled/refunded: HIL-0890',895,'Sale',58719300.00,58699300.00,'{\"sale_id\":895,\"sale_number\":\"HIL-0890\",\"reason\":\"Sale cancelled\\/refunded\"}','2026-03-18 05:52:41','2026-03-18 05:52:41','2026-03-18 05:52:41'),
(943,7,'sale',30000.00,'credit','Sale completed: HIL-0891',896,'Sale',58699300.00,58729300.00,'{\"sale_id\":896,\"sale_number\":\"HIL-0891\",\"customer\":null,\"payment_method\":\"cash\",\"is_partial\":false}','2026-03-18 05:53:32','2026-03-18 05:53:32','2026-03-18 05:53:32'),
(944,7,'sale',30000.00,'credit','Sale completed: HIL-0892',897,'Sale',58729300.00,58759300.00,'{\"sale_id\":897,\"sale_number\":\"HIL-0892\",\"customer\":null,\"payment_method\":\"cash\",\"is_partial\":false}','2026-03-18 06:38:45','2026-03-18 06:38:45','2026-03-18 06:38:45'),
(945,7,'sale',20000.00,'credit','Sale completed: HIL-0893',898,'Sale',58759300.00,58779300.00,'{\"sale_id\":898,\"sale_number\":\"HIL-0893\",\"customer\":null,\"payment_method\":\"cash\",\"is_partial\":false}','2026-03-18 06:54:23','2026-03-18 06:54:23','2026-03-18 06:54:23'),
(946,7,'sale',10000.00,'credit','Sale completed: HIL-0894',899,'Sale',58779300.00,58789300.00,'{\"sale_id\":899,\"sale_number\":\"HIL-0894\",\"customer\":null,\"payment_method\":\"cash\",\"is_partial\":false}','2026-03-18 06:56:12','2026-03-18 06:56:12','2026-03-18 06:56:12'),
(947,7,'sale',20000.00,'credit','Sale completed: HIL-0895',900,'Sale',58789300.00,58809300.00,'{\"sale_id\":900,\"sale_number\":\"HIL-0895\",\"customer\":null,\"payment_method\":\"cash\",\"is_partial\":false}','2026-03-18 07:07:08','2026-03-18 07:07:08','2026-03-18 07:07:08'),
(948,7,'sale',11000.00,'credit','Sale completed: HIL-0896',901,'Sale',58809300.00,58820300.00,'{\"sale_id\":901,\"sale_number\":\"HIL-0896\",\"customer\":null,\"payment_method\":\"cash\",\"is_partial\":false}','2026-03-18 07:09:27','2026-03-18 07:09:27','2026-03-18 07:09:27'),
(949,7,'sale',20000.00,'credit','Sale completed: HIL-0897',902,'Sale',58820300.00,58840300.00,'{\"sale_id\":902,\"sale_number\":\"HIL-0897\",\"customer\":null,\"payment_method\":\"cash\",\"is_partial\":false}','2026-03-18 07:11:26','2026-03-18 07:11:26','2026-03-18 07:11:26'),
(950,7,'sale',60000.00,'credit','Sale completed: HIL-0898',903,'Sale',58840300.00,58900300.00,'{\"sale_id\":903,\"sale_number\":\"HIL-0898\",\"customer\":null,\"payment_method\":\"cash\",\"is_partial\":false}','2026-03-18 07:13:56','2026-03-18 07:13:56','2026-03-18 07:13:56'),
(951,7,'sale',30000.00,'credit','Sale completed: HIL-0899',904,'Sale',58900300.00,58930300.00,'{\"sale_id\":904,\"sale_number\":\"HIL-0899\",\"customer\":null,\"payment_method\":\"cash\",\"is_partial\":false}','2026-03-18 07:14:59','2026-03-18 07:14:59','2026-03-18 07:14:59'),
(952,7,'sale',20000.00,'credit','Sale completed: HIL-0900',905,'Sale',58930300.00,58950300.00,'{\"sale_id\":905,\"sale_number\":\"HIL-0900\",\"customer\":null,\"payment_method\":\"cash\",\"is_partial\":false}','2026-03-18 07:21:20','2026-03-18 07:21:20','2026-03-18 07:21:20'),
(953,7,'sale',10000.00,'credit','Sale completed: HIL-0901',906,'Sale',58950300.00,58960300.00,'{\"sale_id\":906,\"sale_number\":\"HIL-0901\",\"customer\":null,\"payment_method\":\"cash\",\"is_partial\":false}','2026-03-18 07:51:03','2026-03-18 07:51:03','2026-03-18 07:51:03'),
(954,7,'sale',40000.00,'credit','Sale completed: HIL-0902',907,'Sale',58960300.00,59000300.00,'{\"sale_id\":907,\"sale_number\":\"HIL-0902\",\"customer\":\"Dazi mi\",\"payment_method\":\"cash\",\"is_partial\":false}','2026-03-18 08:06:23','2026-03-18 08:06:23','2026-03-18 08:06:23'),
(955,7,'sale',40500.00,'credit','Sale completed: HIL-0903',908,'Sale',59000300.00,59040800.00,'{\"sale_id\":908,\"sale_number\":\"HIL-0903\",\"customer\":null,\"payment_method\":\"cash\",\"is_partial\":false}','2026-03-18 08:07:14','2026-03-18 08:07:14','2026-03-18 08:07:14'),
(956,7,'sale',20000.00,'credit','Sale completed: HIL-0904',909,'Sale',59040800.00,59060800.00,'{\"sale_id\":909,\"sale_number\":\"HIL-0904\",\"customer\":null,\"payment_method\":\"cash\",\"is_partial\":false}','2026-03-18 08:22:30','2026-03-18 08:22:30','2026-03-18 08:22:30'),
(957,7,'sale',30000.00,'credit','Sale completed: HIL-0905',910,'Sale',59060800.00,59090800.00,'{\"sale_id\":910,\"sale_number\":\"HIL-0905\",\"customer\":null,\"payment_method\":\"cash\",\"is_partial\":false}','2026-03-18 08:53:06','2026-03-18 08:53:06','2026-03-18 08:53:06'),
(958,7,'sale',30000.00,'credit','Sale completed: HIL-0906',911,'Sale',59090800.00,59120800.00,'{\"sale_id\":911,\"sale_number\":\"HIL-0906\",\"customer\":null,\"payment_method\":\"cash\",\"is_partial\":false}','2026-03-18 08:57:53','2026-03-18 08:57:53','2026-03-18 08:57:53'),
(959,7,'sale',20000.00,'credit','Sale completed: HIL-0907',912,'Sale',59120800.00,59140800.00,'{\"sale_id\":912,\"sale_number\":\"HIL-0907\",\"customer\":null,\"payment_method\":\"cash\",\"is_partial\":false}','2026-03-18 09:09:36','2026-03-18 09:09:36','2026-03-18 09:09:36'),
(960,7,'sale',20000.00,'credit','Sale completed: HIL-0908',913,'Sale',59140800.00,59160800.00,'{\"sale_id\":913,\"sale_number\":\"HIL-0908\",\"customer\":\"Fatime Abdelrahim\",\"payment_method\":\"cash\",\"is_partial\":false}','2026-03-18 09:28:58','2026-03-18 09:28:58','2026-03-18 09:28:58'),
(961,7,'sale',28000.00,'credit','Sale completed: HIL-0909',914,'Sale',59160800.00,59188800.00,'{\"sale_id\":914,\"sale_number\":\"HIL-0909\",\"customer\":\"IBO\",\"payment_method\":\"cash\",\"is_partial\":false}','2026-03-18 10:16:58','2026-03-18 10:16:58','2026-03-18 10:16:58'),
(962,7,'sale',30000.00,'credit','Sale completed: HIL-0910',915,'Sale',59188800.00,59218800.00,'{\"sale_id\":915,\"sale_number\":\"HIL-0910\",\"customer\":null,\"payment_method\":\"cash\",\"is_partial\":false}','2026-03-18 10:18:58','2026-03-18 10:18:58','2026-03-18 10:18:58'),
(963,7,'sale',7500.00,'credit','Sale completed: HIL-0911',916,'Sale',59218800.00,59226300.00,'{\"sale_id\":916,\"sale_number\":\"HIL-0911\",\"customer\":null,\"payment_method\":\"cash\",\"is_partial\":false}','2026-03-18 10:25:33','2026-03-18 10:25:33','2026-03-18 10:25:33'),
(964,7,'sale',30000.00,'credit','Sale completed: HIL-0912',917,'Sale',59226300.00,59256300.00,'{\"sale_id\":917,\"sale_number\":\"HIL-0912\",\"customer\":\"Malloum\",\"payment_method\":\"cash\",\"is_partial\":false}','2026-03-18 10:25:57','2026-03-18 10:25:57','2026-03-18 10:25:57'),
(965,7,'sale',10000.00,'credit','Sale completed: HIL-0913',918,'Sale',59256300.00,59266300.00,'{\"sale_id\":918,\"sale_number\":\"HIL-0913\",\"customer\":\"Malloum\",\"payment_method\":\"cash\",\"is_partial\":false}','2026-03-18 10:31:11','2026-03-18 10:31:11','2026-03-18 10:31:11'),
(966,7,'sale',10000.00,'credit','Sale completed: HIL-0914',919,'Sale',59266300.00,59276300.00,'{\"sale_id\":919,\"sale_number\":\"HIL-0914\",\"customer\":null,\"payment_method\":\"cash\",\"is_partial\":false}','2026-03-18 10:34:12','2026-03-18 10:34:12','2026-03-18 10:34:12'),
(967,7,'sale',9000.00,'credit','Sale completed: HIL-0915',920,'Sale',59276300.00,59285300.00,'{\"sale_id\":920,\"sale_number\":\"HIL-0915\",\"customer\":null,\"payment_method\":\"cash\",\"is_partial\":false}','2026-03-18 10:40:33','2026-03-18 10:40:33','2026-03-18 10:40:33'),
(968,7,'sale',32500.00,'credit','Sale completed: HIL-0916',921,'Sale',59285300.00,59317800.00,'{\"sale_id\":921,\"sale_number\":\"HIL-0916\",\"customer\":null,\"payment_method\":\"cash\",\"is_partial\":false}','2026-03-18 10:52:57','2026-03-18 10:52:57','2026-03-18 10:52:57'),
(969,7,'sale',20000.00,'credit','Sale completed: HIL-0917',922,'Sale',59317800.00,59337800.00,'{\"sale_id\":922,\"sale_number\":\"HIL-0917\",\"customer\":null,\"payment_method\":\"cash\",\"is_partial\":false}','2026-03-18 12:14:09','2026-03-18 12:14:09','2026-03-18 12:14:09'),
(970,7,'sale',9000.00,'credit','Sale completed: HIL-0918',923,'Sale',59337800.00,59346800.00,'{\"sale_id\":923,\"sale_number\":\"HIL-0918\",\"customer\":null,\"payment_method\":\"cash\",\"is_partial\":false}','2026-03-18 12:21:46','2026-03-18 12:21:46','2026-03-18 12:21:46'),
(971,7,'sale',10000.00,'credit','Sale completed: HIL-0919',924,'Sale',59346800.00,59356800.00,'{\"sale_id\":924,\"sale_number\":\"HIL-0919\",\"customer\":null,\"payment_method\":\"cash\",\"is_partial\":false}','2026-03-18 12:28:19','2026-03-18 12:28:19','2026-03-18 12:28:19'),
(972,7,'sale',20000.00,'credit','Sale completed: HIL-0920',925,'Sale',59356800.00,59376800.00,'{\"sale_id\":925,\"sale_number\":\"HIL-0920\",\"customer\":null,\"payment_method\":\"cash\",\"is_partial\":false}','2026-03-18 12:32:13','2026-03-18 12:32:13','2026-03-18 12:32:13'),
(973,7,'sale',30000.00,'credit','Sale completed: HIL-0921',926,'Sale',59376800.00,59406800.00,'{\"sale_id\":926,\"sale_number\":\"HIL-0921\",\"customer\":null,\"payment_method\":\"cash\",\"is_partial\":false}','2026-03-18 12:43:42','2026-03-18 12:43:42','2026-03-18 12:43:42'),
(974,7,'sale',20000.00,'credit','Sale completed: HIL-0922',927,'Sale',59406800.00,59426800.00,'{\"sale_id\":927,\"sale_number\":\"HIL-0922\",\"customer\":null,\"payment_method\":\"cash\",\"is_partial\":false}','2026-03-18 12:50:26','2026-03-18 12:50:26','2026-03-18 12:50:26'),
(975,7,'sale',7500.00,'credit','Sale completed: HIL-0923',928,'Sale',59426800.00,59434300.00,'{\"sale_id\":928,\"sale_number\":\"HIL-0923\",\"customer\":null,\"payment_method\":\"cash\",\"is_partial\":false}','2026-03-18 12:55:04','2026-03-18 12:55:04','2026-03-18 12:55:04'),
(976,7,'sale',10000.00,'credit','Sale completed: HIL-0924',929,'Sale',59434300.00,59444300.00,'{\"sale_id\":929,\"sale_number\":\"HIL-0924\",\"customer\":null,\"payment_method\":\"cash\",\"is_partial\":false}','2026-03-18 12:57:18','2026-03-18 12:57:18','2026-03-18 12:57:18'),
(977,7,'sale',20000.00,'credit','Sale completed: HIL-0925',930,'Sale',59444300.00,59464300.00,'{\"sale_id\":930,\"sale_number\":\"HIL-0925\",\"customer\":null,\"payment_method\":\"cash\",\"is_partial\":false}','2026-03-18 12:59:09','2026-03-18 12:59:09','2026-03-18 12:59:09'),
(978,7,'sale',60000.00,'credit','Sale completed: HIL-0926',931,'Sale',59464300.00,59524300.00,'{\"sale_id\":931,\"sale_number\":\"HIL-0926\",\"customer\":\"Sold\",\"payment_method\":\"cash\",\"is_partial\":false}','2026-03-18 13:00:50','2026-03-18 13:00:50','2026-03-18 13:00:50'),
(979,7,'sale',30000.00,'credit','Sale completed: HIL-0927',932,'Sale',59524300.00,59554300.00,'{\"sale_id\":932,\"sale_number\":\"HIL-0927\",\"customer\":null,\"payment_method\":\"cash\",\"is_partial\":false}','2026-03-18 13:01:29','2026-03-18 13:01:29','2026-03-18 13:01:29'),
(980,7,'sale',60000.00,'credit','Sale completed: HIL-0928',933,'Sale',59554300.00,59614300.00,'{\"sale_id\":933,\"sale_number\":\"HIL-0928\",\"customer\":\"Sold\",\"payment_method\":\"cash\",\"is_partial\":false}','2026-03-18 13:06:15','2026-03-18 13:06:15','2026-03-18 13:06:15'),
(981,7,'sale',10000.00,'credit','Sale completed: HIL-0929',934,'Sale',59614300.00,59624300.00,'{\"sale_id\":934,\"sale_number\":\"HIL-0929\",\"customer\":\"Alhadj Madiri\",\"payment_method\":\"cash\",\"is_partial\":false}','2026-03-18 13:24:37','2026-03-18 13:24:37','2026-03-18 13:24:37'),
(982,7,'sale',30000.00,'credit','Sale completed: HIL-0930',935,'Sale',59624300.00,59654300.00,'{\"sale_id\":935,\"sale_number\":\"HIL-0930\",\"customer\":null,\"payment_method\":\"cash\",\"is_partial\":false}','2026-03-18 13:30:17','2026-03-18 13:30:17','2026-03-18 13:30:17'),
(983,7,'sale',40000.00,'credit','Sale completed: HIL-0931',936,'Sale',59654300.00,59694300.00,'{\"sale_id\":936,\"sale_number\":\"HIL-0931\",\"customer\":null,\"payment_method\":\"cash\",\"is_partial\":false}','2026-03-18 13:30:38','2026-03-18 13:30:38','2026-03-18 13:30:38'),
(984,7,'sale',12000.00,'credit','Sale completed: HIL-0932',937,'Sale',59694300.00,59706300.00,'{\"sale_id\":937,\"sale_number\":\"HIL-0932\",\"customer\":null,\"payment_method\":\"cash\",\"is_partial\":false}','2026-03-18 17:00:45','2026-03-18 17:00:45','2026-03-18 17:00:45'),
(985,7,'sale',12500.00,'credit','Sale completed: HIL-0933',938,'Sale',59706300.00,59718800.00,'{\"sale_id\":938,\"sale_number\":\"HIL-0933\",\"customer\":null,\"payment_method\":\"cash\",\"is_partial\":false}','2026-03-18 17:06:55','2026-03-18 17:06:55','2026-03-18 17:06:55'),
(986,7,'sale',30000.00,'credit','Sale completed: HIL-0934',939,'Sale',59718800.00,59748800.00,'{\"sale_id\":939,\"sale_number\":\"HIL-0934\",\"customer\":null,\"payment_method\":\"cash\",\"is_partial\":false}','2026-03-18 17:13:39','2026-03-18 17:13:39','2026-03-18 17:13:39'),
(987,7,'sale',20000.00,'credit','Sale completed: HIL-0935',940,'Sale',59748800.00,59768800.00,'{\"sale_id\":940,\"sale_number\":\"HIL-0935\",\"customer\":null,\"payment_method\":\"cash\",\"is_partial\":false}','2026-03-18 17:20:18','2026-03-18 17:20:18','2026-03-18 17:20:18'),
(988,7,'sale',60000.00,'credit','Sale completed: HIL-0936',941,'Sale',59768800.00,59828800.00,'{\"sale_id\":941,\"sale_number\":\"HIL-0936\",\"customer\":null,\"payment_method\":\"cash\",\"is_partial\":false}','2026-03-18 17:21:53','2026-03-18 17:21:53','2026-03-18 17:21:53'),
(989,7,'sale',30000.00,'credit','Sale completed: HIL-0937',942,'Sale',59828800.00,59858800.00,'{\"sale_id\":942,\"sale_number\":\"HIL-0937\",\"customer\":null,\"payment_method\":\"cash\",\"is_partial\":false}','2026-03-18 17:42:33','2026-03-18 17:42:33','2026-03-18 17:42:33'),
(990,7,'sale',40000.00,'credit','Sale completed: HIL-0938',943,'Sale',59858800.00,59898800.00,'{\"sale_id\":943,\"sale_number\":\"HIL-0938\",\"customer\":null,\"payment_method\":\"cash\",\"is_partial\":false}','2026-03-18 17:42:58','2026-03-18 17:42:58','2026-03-18 17:42:58'),
(991,7,'sale',30000.00,'credit','Sale completed: HIL-0939',944,'Sale',59898800.00,59928800.00,'{\"sale_id\":944,\"sale_number\":\"HIL-0939\",\"customer\":null,\"payment_method\":\"cash\",\"is_partial\":false}','2026-03-18 17:45:37','2026-03-18 17:45:37','2026-03-18 17:45:37'),
(992,7,'sale',21000.00,'credit','Sale completed: HIL-0940',945,'Sale',59928800.00,59949800.00,'{\"sale_id\":945,\"sale_number\":\"HIL-0940\",\"customer\":\"Alhadj Madiri\",\"payment_method\":\"cash\",\"is_partial\":false}','2026-03-18 17:52:55','2026-03-18 17:52:55','2026-03-18 17:52:55'),
(993,7,'sale',20000.00,'credit','Sale completed: HIL-0941',946,'Sale',59949800.00,59969800.00,'{\"sale_id\":946,\"sale_number\":\"HIL-0941\",\"customer\":null,\"payment_method\":\"cash\",\"is_partial\":false}','2026-03-18 17:54:41','2026-03-18 17:54:41','2026-03-18 17:54:41'),
(994,7,'sale',7500.00,'credit','Sale completed: HIL-0942',947,'Sale',59969800.00,59977300.00,'{\"sale_id\":947,\"sale_number\":\"HIL-0942\",\"customer\":null,\"payment_method\":\"cash\",\"is_partial\":false}','2026-03-18 18:07:21','2026-03-18 18:07:21','2026-03-18 18:07:21'),
(995,7,'sale',11000.00,'credit','Sale completed: HIL-0943',948,'Sale',59977300.00,59988300.00,'{\"sale_id\":948,\"sale_number\":\"HIL-0943\",\"customer\":null,\"payment_method\":\"cash\",\"is_partial\":false}','2026-03-18 18:07:47','2026-03-18 18:07:47','2026-03-18 18:07:47'),
(996,7,'sale',30000.00,'credit','Sale completed: HIL-0944',949,'Sale',59988300.00,60018300.00,'{\"sale_id\":949,\"sale_number\":\"HIL-0944\",\"customer\":null,\"payment_method\":\"cash\",\"is_partial\":false}','2026-03-18 18:10:01','2026-03-18 18:10:01','2026-03-18 18:10:01'),
(997,7,'sale',20000.00,'credit','Sale completed: HIL-0945',950,'Sale',60018300.00,60038300.00,'{\"sale_id\":950,\"sale_number\":\"HIL-0945\",\"customer\":null,\"payment_method\":\"cash\",\"is_partial\":false}','2026-03-18 18:21:11','2026-03-18 18:21:11','2026-03-18 18:21:11'),
(998,7,'sale',30000.00,'credit','Sale completed: HIL-0946',951,'Sale',60038300.00,60068300.00,'{\"sale_id\":951,\"sale_number\":\"HIL-0946\",\"customer\":null,\"payment_method\":\"cash\",\"is_partial\":false}','2026-03-18 18:21:34','2026-03-18 18:21:34','2026-03-18 18:21:34'),
(999,7,'sale',12500.00,'credit','Sale completed: HIL-0947',952,'Sale',60068300.00,60080800.00,'{\"sale_id\":952,\"sale_number\":\"HIL-0947\",\"customer\":null,\"payment_method\":\"cash\",\"is_partial\":false}','2026-03-18 18:27:08','2026-03-18 18:27:08','2026-03-18 18:27:08'),
(1000,7,'sale',30000.00,'credit','Sale completed: HIL-0948',953,'Sale',60080800.00,60110800.00,'{\"sale_id\":953,\"sale_number\":\"HIL-0948\",\"customer\":null,\"payment_method\":\"cash\",\"is_partial\":false}','2026-03-18 19:11:32','2026-03-18 19:11:32','2026-03-18 19:11:32'),
(1001,7,'sale',80000.00,'credit','Sale completed: HIL-0949',954,'Sale',60110800.00,60190800.00,'{\"sale_id\":954,\"sale_number\":\"HIL-0949\",\"customer\":null,\"payment_method\":\"cash\",\"is_partial\":false}','2026-03-18 19:16:46','2026-03-18 19:16:46','2026-03-18 19:16:46'),
(1002,7,'sale',30000.00,'credit','Sale completed: HIL-0950',955,'Sale',60190800.00,60220800.00,'{\"sale_id\":955,\"sale_number\":\"HIL-0950\",\"customer\":null,\"payment_method\":\"cash\",\"is_partial\":false}','2026-03-18 19:18:12','2026-03-18 19:18:12','2026-03-18 19:18:12'),
(1003,7,'sale',30000.00,'credit','Sale completed: HIL-0951',956,'Sale',60220800.00,60250800.00,'{\"sale_id\":956,\"sale_number\":\"HIL-0951\",\"customer\":null,\"payment_method\":\"cash\",\"is_partial\":false}','2026-03-18 19:38:48','2026-03-18 19:38:48','2026-03-18 19:38:48'),
(1004,7,'sale',11000.00,'credit','Sale completed: HIL-0952',957,'Sale',60250800.00,60261800.00,'{\"sale_id\":957,\"sale_number\":\"HIL-0952\",\"customer\":null,\"payment_method\":\"cash\",\"is_partial\":false}','2026-03-18 19:41:42','2026-03-18 19:41:42','2026-03-18 19:41:42'),
(1005,7,'sale',60000.00,'credit','Sale completed: HIL-0953',958,'Sale',60261800.00,60321800.00,'{\"sale_id\":958,\"sale_number\":\"HIL-0953\",\"customer\":null,\"payment_method\":\"cash\",\"is_partial\":false}','2026-03-18 19:42:03','2026-03-18 19:42:03','2026-03-18 19:42:03'),
(1006,7,'sale',12500.00,'credit','Sale completed: HIL-0954',959,'Sale',60321800.00,60334300.00,'{\"sale_id\":959,\"sale_number\":\"HIL-0954\",\"customer\":null,\"payment_method\":\"cash\",\"is_partial\":false}','2026-03-18 19:43:48','2026-03-18 19:43:48','2026-03-18 19:43:48'),
(1007,7,'sale',30000.00,'credit','Sale completed: HIL-0955',960,'Sale',60334300.00,60364300.00,'{\"sale_id\":960,\"sale_number\":\"HIL-0955\",\"customer\":null,\"payment_method\":\"cash\",\"is_partial\":false}','2026-03-18 19:44:51','2026-03-18 19:44:51','2026-03-18 19:44:51'),
(1008,7,'sale',12500.00,'credit','Sale completed: HIL-0956',961,'Sale',60364300.00,60376800.00,'{\"sale_id\":961,\"sale_number\":\"HIL-0956\",\"customer\":null,\"payment_method\":\"cash\",\"is_partial\":false}','2026-03-18 19:53:01','2026-03-18 19:53:01','2026-03-18 19:53:01'),
(1009,7,'sale',220000.00,'credit','Sale completed: HIL-0957',962,'Sale',60376800.00,60596800.00,'{\"sale_id\":962,\"sale_number\":\"HIL-0957\",\"customer\":\"Sold\",\"payment_method\":\"cash\",\"is_partial\":false}','2026-03-19 05:48:56','2026-03-19 05:48:56','2026-03-19 05:48:56'),
(1010,7,'sale',40000.00,'credit','Sale completed: HIL-0958',963,'Sale',60596800.00,60636800.00,'{\"sale_id\":963,\"sale_number\":\"HIL-0958\",\"customer\":null,\"payment_method\":\"cash\",\"is_partial\":false}','2026-03-19 06:45:37','2026-03-19 06:45:37','2026-03-19 06:45:37'),
(1011,7,'sale',60000.00,'credit','Sale completed: HIL-0959',964,'Sale',60636800.00,60696800.00,'{\"sale_id\":964,\"sale_number\":\"HIL-0959\",\"customer\":null,\"payment_method\":\"cash\",\"is_partial\":false}','2026-03-19 06:56:35','2026-03-19 06:56:35','2026-03-19 06:56:35'),
(1012,7,'sale',30000.00,'credit','Sale completed: HIL-0960',965,'Sale',60696800.00,60726800.00,'{\"sale_id\":965,\"sale_number\":\"HIL-0960\",\"customer\":null,\"payment_method\":\"cash\",\"is_partial\":false}','2026-03-19 07:20:13','2026-03-19 07:20:13','2026-03-19 07:20:13'),
(1013,7,'sale',90000.00,'credit','Sale completed: HIL-0961',966,'Sale',60726800.00,60816800.00,'{\"sale_id\":966,\"sale_number\":\"HIL-0961\",\"customer\":null,\"payment_method\":\"cash\",\"is_partial\":false}','2026-03-19 07:24:18','2026-03-19 07:24:18','2026-03-19 07:24:18'),
(1014,7,'sale',11000.00,'credit','Sale completed: HIL-0962',967,'Sale',60816800.00,60827800.00,'{\"sale_id\":967,\"sale_number\":\"HIL-0962\",\"customer\":null,\"payment_method\":\"cash\",\"is_partial\":false}','2026-03-19 07:26:11','2026-03-19 07:26:11','2026-03-19 07:26:11'),
(1015,7,'sale',40000.00,'credit','Sale completed: HIL-0963',968,'Sale',60827800.00,60867800.00,'{\"sale_id\":968,\"sale_number\":\"HIL-0963\",\"customer\":null,\"payment_method\":\"cash\",\"is_partial\":false}','2026-03-19 07:38:54','2026-03-19 07:38:54','2026-03-19 07:38:54'),
(1016,7,'sale',30000.00,'credit','Sale completed: HIL-0964',969,'Sale',60867800.00,60897800.00,'{\"sale_id\":969,\"sale_number\":\"HIL-0964\",\"customer\":\"Al Issel\",\"payment_method\":\"cash\",\"is_partial\":false}','2026-03-19 07:50:55','2026-03-19 07:50:55','2026-03-19 07:50:55'),
(1017,7,'sale',10000.00,'credit','Sale completed: HIL-0965',970,'Sale',60897800.00,60907800.00,'{\"sale_id\":970,\"sale_number\":\"HIL-0965\",\"customer\":\"Issakha\",\"payment_method\":\"cash\",\"is_partial\":false}','2026-03-19 07:51:39','2026-03-19 07:51:39','2026-03-19 07:51:39'),
(1018,7,'sale',10000.00,'credit','Sale completed: HIL-0966',971,'Sale',60907800.00,60917800.00,'{\"sale_id\":971,\"sale_number\":\"HIL-0966\",\"customer\":\"Hadje Egypt\",\"payment_method\":\"cash\",\"is_partial\":false}','2026-03-19 07:52:07','2026-03-19 07:52:07','2026-03-19 07:52:07'),
(1019,7,'sale',60000.00,'credit','Sale completed: HIL-0968',973,'Sale',60917800.00,60977800.00,'{\"sale_id\":973,\"sale_number\":\"HIL-0968\",\"customer\":null,\"payment_method\":\"cash\",\"is_partial\":false}','2026-03-19 08:17:06','2026-03-19 08:17:06','2026-03-19 08:17:06'),
(1020,7,'sale',30000.00,'credit','Sale completed: HIL-0969',974,'Sale',60977800.00,61007800.00,'{\"sale_id\":974,\"sale_number\":\"HIL-0969\",\"customer\":null,\"payment_method\":\"cash\",\"is_partial\":false}','2026-03-19 08:17:55','2026-03-19 08:17:55','2026-03-19 08:17:55'),
(1021,7,'sale',20000.00,'credit','Sale completed: HIL-0970',975,'Sale',61007800.00,61027800.00,'{\"sale_id\":975,\"sale_number\":\"HIL-0970\",\"customer\":null,\"payment_method\":\"cash\",\"is_partial\":false}','2026-03-19 08:24:59','2026-03-19 08:24:59','2026-03-19 08:24:59'),
(1022,7,'sale',10000.00,'credit','Sale completed: HIL-0971',976,'Sale',61027800.00,61037800.00,'{\"sale_id\":976,\"sale_number\":\"HIL-0971\",\"customer\":\"Turkey\",\"payment_method\":\"cash\",\"is_partial\":false}','2026-03-19 09:03:13','2026-03-19 09:03:13','2026-03-19 09:03:13'),
(1023,7,'sale',12000.00,'credit','Sale completed: HIL-0972',977,'Sale',61037800.00,61049800.00,'{\"sale_id\":977,\"sale_number\":\"HIL-0972\",\"customer\":null,\"payment_method\":\"cash\",\"is_partial\":false}','2026-03-19 09:04:51','2026-03-19 09:04:51','2026-03-19 09:04:51'),
(1024,7,'sale',40000.00,'credit','Sale completed: HIL-0973',978,'Sale',61049800.00,61089800.00,'{\"sale_id\":978,\"sale_number\":\"HIL-0973\",\"customer\":null,\"payment_method\":\"cash\",\"is_partial\":false}','2026-03-19 09:13:36','2026-03-19 09:13:36','2026-03-19 09:13:36'),
(1025,7,'sale',30000.00,'credit','Sale completed: HIL-0974',979,'Sale',61089800.00,61119800.00,'{\"sale_id\":979,\"sale_number\":\"HIL-0974\",\"customer\":\"Gachi\",\"payment_method\":\"cash\",\"is_partial\":false}','2026-03-19 09:14:07','2026-03-19 09:14:07','2026-03-19 09:14:07'),
(1026,7,'sale',10000.00,'credit','Sale completed: HIL-0975',980,'Sale',61119800.00,61129800.00,'{\"sale_id\":980,\"sale_number\":\"HIL-0975\",\"customer\":\"Nadjat\",\"payment_method\":\"cash\",\"is_partial\":false}','2026-03-19 09:14:20','2026-03-19 09:14:20','2026-03-19 09:14:20'),
(1027,7,'sale',20000.00,'credit','Sale completed: HIL-0976',981,'Sale',61129800.00,61149800.00,'{\"sale_id\":981,\"sale_number\":\"HIL-0976\",\"customer\":null,\"payment_method\":\"cash\",\"is_partial\":false}','2026-03-19 09:19:28','2026-03-19 09:19:28','2026-03-19 09:19:28'),
(1028,7,'sale',40000.00,'credit','Sale completed: HIL-0977',982,'Sale',61149800.00,61189800.00,'{\"sale_id\":982,\"sale_number\":\"HIL-0977\",\"customer\":\"Sold\",\"payment_method\":\"cash\",\"is_partial\":false}','2026-03-19 09:29:17','2026-03-19 09:29:17','2026-03-19 09:29:17'),
(1029,7,'sale',20000.00,'credit','Sale completed: HIL-0978',983,'Sale',61189800.00,61209800.00,'{\"sale_id\":983,\"sale_number\":\"HIL-0978\",\"customer\":null,\"payment_method\":\"cash\",\"is_partial\":false}','2026-03-19 09:55:01','2026-03-19 09:55:01','2026-03-19 09:55:01'),
(1030,7,'sale',60000.00,'credit','Sale completed: HIL-0979',984,'Sale',61209800.00,61269800.00,'{\"sale_id\":984,\"sale_number\":\"HIL-0979\",\"customer\":null,\"payment_method\":\"cash\",\"is_partial\":false}','2026-03-19 09:58:07','2026-03-19 09:58:07','2026-03-19 09:58:07'),
(1031,7,'sale',100000.00,'credit','Loan payment received: HIL-0791',796,'Sale',61269800.00,61369800.00,'{\"sale_id\":796,\"sale_number\":\"HIL-0791\",\"customer\":\"Moukhtar\",\"payment_type\":\"loan_payment\"}','2026-03-19 10:18:03','2026-03-19 10:18:03','2026-03-19 10:18:03'),
(1032,7,'sale',37000.00,'credit','Sale completed: HIL-0980',985,'Sale',61369800.00,61406800.00,'{\"sale_id\":985,\"sale_number\":\"HIL-0980\",\"customer\":\"Hamida\",\"payment_method\":\"cash\",\"is_partial\":false}','2026-03-19 10:28:01','2026-03-19 10:28:01','2026-03-19 10:28:01'),
(1033,7,'sale',7000.00,'credit','Sale completed: HIL-0982',987,'Sale',61406800.00,61413800.00,'{\"sale_id\":987,\"sale_number\":\"HIL-0982\",\"customer\":null,\"payment_method\":\"cash\",\"is_partial\":false}','2026-03-19 10:39:01','2026-03-19 10:39:01','2026-03-19 10:39:01'),
(1034,7,'sale',20000.00,'credit','Sale completed: HIL-0983',988,'Sale',61413800.00,61433800.00,'{\"sale_id\":988,\"sale_number\":\"HIL-0983\",\"customer\":null,\"payment_method\":\"cash\",\"is_partial\":false}','2026-03-19 10:53:46','2026-03-19 10:53:46','2026-03-19 10:53:46'),
(1035,7,'sale',7000.00,'credit','Sale completed: HIL-0984',989,'Sale',61433800.00,61440800.00,'{\"sale_id\":989,\"sale_number\":\"HIL-0984\",\"customer\":null,\"payment_method\":\"cash\",\"is_partial\":false}','2026-03-19 10:53:59','2026-03-19 10:53:59','2026-03-19 10:53:59'),
(1036,7,'sale',60000.00,'credit','Sale completed: HIL-0985',990,'Sale',61440800.00,61500800.00,'{\"sale_id\":990,\"sale_number\":\"HIL-0985\",\"customer\":\"IBO\",\"payment_method\":\"cash\",\"is_partial\":false}','2026-03-19 11:02:55','2026-03-19 11:02:55','2026-03-19 11:02:55'),
(1037,7,'sale',10000.00,'credit','Sale completed: HIL-0986',991,'Sale',61500800.00,61510800.00,'{\"sale_id\":991,\"sale_number\":\"HIL-0986\",\"customer\":\"Alhadj Madiri\",\"payment_method\":\"cash\",\"is_partial\":false}','2026-03-19 11:14:25','2026-03-19 11:14:25','2026-03-19 11:14:25'),
(1038,7,'sale',14000.00,'credit','Sale completed: HIL-0987',992,'Sale',61510800.00,61524800.00,'{\"sale_id\":992,\"sale_number\":\"HIL-0987\",\"customer\":null,\"payment_method\":\"cash\",\"is_partial\":false}','2026-03-19 11:29:47','2026-03-19 11:29:47','2026-03-19 11:29:47'),
(1039,7,'sale',600000.00,'credit','Sale completed: HIL-0988',993,'Sale',61524800.00,62124800.00,'{\"sale_id\":993,\"sale_number\":\"HIL-0988\",\"customer\":null,\"payment_method\":\"cash\",\"is_partial\":false}','2026-03-19 12:50:05','2026-03-19 12:50:05','2026-03-19 12:50:05'),
(1040,7,'sale',150000.00,'credit','Sale completed: HIL-0989',994,'Sale',62124800.00,62274800.00,'{\"sale_id\":994,\"sale_number\":\"HIL-0989\",\"customer\":null,\"payment_method\":\"cash\",\"is_partial\":false}','2026-03-19 13:01:15','2026-03-19 13:01:15','2026-03-19 13:01:15'),
(1041,7,'sale',262000.00,'credit','Sale completed: HIL-0990',995,'Sale',62274800.00,62536800.00,'{\"sale_id\":995,\"sale_number\":\"HIL-0990\",\"customer\":\"Assafi\",\"payment_method\":\"cash\",\"is_partial\":false}','2026-03-19 13:06:12','2026-03-19 13:06:12','2026-03-19 13:06:12'),
(1042,7,'sale',30000.00,'credit','Sale completed: HIL-0991',996,'Sale',62536800.00,62566800.00,'{\"sale_id\":996,\"sale_number\":\"HIL-0991\",\"customer\":null,\"payment_method\":\"cash\",\"is_partial\":false}','2026-03-19 13:13:56','2026-03-19 13:13:56','2026-03-19 13:13:56'),
(1043,7,'sale',20000.00,'credit','Sale completed: HIL-0992',997,'Sale',62566800.00,62586800.00,'{\"sale_id\":997,\"sale_number\":\"HIL-0992\",\"customer\":null,\"payment_method\":\"cash\",\"is_partial\":false}','2026-03-19 13:18:19','2026-03-19 13:18:19','2026-03-19 13:18:19'),
(1044,7,'sale',10000.00,'credit','Sale completed: HIL-0993',998,'Sale',62586800.00,62596800.00,'{\"sale_id\":998,\"sale_number\":\"HIL-0993\",\"customer\":\"Pato\",\"payment_method\":\"cash\",\"is_partial\":false}','2026-03-19 13:30:55','2026-03-19 13:30:55','2026-03-19 13:30:55'),
(1045,7,'sale',40000.00,'credit','Sale completed: HIL-0994',999,'Sale',62596800.00,62636800.00,'{\"sale_id\":999,\"sale_number\":\"HIL-0994\",\"customer\":null,\"payment_method\":\"cash\",\"is_partial\":false}','2026-03-19 16:22:07','2026-03-19 16:22:07','2026-03-19 16:22:07'),
(1046,7,'sale',30000.00,'credit','Sale completed: HIL-0995',1000,'Sale',62636800.00,62666800.00,'{\"sale_id\":1000,\"sale_number\":\"HIL-0995\",\"customer\":\"Amandine\",\"payment_method\":\"cash\",\"is_partial\":false}','2026-03-19 16:25:35','2026-03-19 16:25:35','2026-03-19 16:25:35'),
(1047,7,'sale',10000.00,'credit','Sale completed: HIL-0996',1001,'Sale',62666800.00,62676800.00,'{\"sale_id\":1001,\"sale_number\":\"HIL-0996\",\"customer\":null,\"payment_method\":\"cash\",\"is_partial\":false}','2026-03-19 16:32:59','2026-03-19 16:32:59','2026-03-19 16:32:59'),
(1048,7,'sale',7000.00,'credit','Sale completed: HIL-0997',1002,'Sale',62676800.00,62683800.00,'{\"sale_id\":1002,\"sale_number\":\"HIL-0997\",\"customer\":null,\"payment_method\":\"cash\",\"is_partial\":false}','2026-03-19 16:33:59','2026-03-19 16:33:59','2026-03-19 16:33:59'),
(1049,7,'sale',30000.00,'credit','Sale completed: HIL-0998',1003,'Sale',62683800.00,62713800.00,'{\"sale_id\":1003,\"sale_number\":\"HIL-0998\",\"customer\":null,\"payment_method\":\"cash\",\"is_partial\":false}','2026-03-19 16:59:32','2026-03-19 16:59:32','2026-03-19 16:59:32'),
(1050,7,'sale',20000.00,'credit','Sale completed: HIL-0999',1004,'Sale',62713800.00,62733800.00,'{\"sale_id\":1004,\"sale_number\":\"HIL-0999\",\"customer\":null,\"payment_method\":\"cash\",\"is_partial\":false}','2026-03-19 16:59:48','2026-03-19 16:59:48','2026-03-19 16:59:48'),
(1051,7,'sale',140000.00,'credit','Sale completed: HIL-1000',1005,'Sale',62733800.00,62873800.00,'{\"sale_id\":1005,\"sale_number\":\"HIL-1000\",\"customer\":\"Issakha\",\"payment_method\":\"cash\",\"is_partial\":false}','2026-03-24 11:59:43','2026-03-24 11:59:43','2026-03-24 11:59:43'),
(1052,7,'sale',11000.00,'credit','Sale completed: HIL-1001',1006,'Sale',62873800.00,62884800.00,'{\"sale_id\":1006,\"sale_number\":\"HIL-1001\",\"customer\":null,\"payment_method\":\"cash\",\"is_partial\":false}','2026-03-25 11:14:04','2026-03-25 11:14:04','2026-03-25 11:14:04'),
(1053,7,'sale',27500.00,'credit','Sale completed: HIL-1002',1007,'Sale',62884800.00,62912300.00,'{\"sale_id\":1007,\"sale_number\":\"HIL-1002\",\"customer\":null,\"payment_method\":\"cash\",\"is_partial\":false}','2026-03-26 07:19:45','2026-03-26 07:19:45','2026-03-26 07:19:45'),
(1054,7,'sale',12500.00,'credit','Sale completed: HIL-1003',1008,'Sale',62912300.00,62924800.00,'{\"sale_id\":1008,\"sale_number\":\"HIL-1003\",\"customer\":null,\"payment_method\":\"cash\",\"is_partial\":false}','2026-03-27 06:09:00','2026-03-27 06:09:00','2026-03-27 06:09:00'),
(1055,7,'sale',30000.00,'credit','Sale completed: HIL-1004',1009,'Sale',62924800.00,62954800.00,'{\"sale_id\":1009,\"sale_number\":\"HIL-1004\",\"customer\":\"Sold\",\"payment_method\":\"cash\",\"is_partial\":false}','2026-03-27 06:50:45','2026-03-27 06:50:45','2026-03-27 06:50:45'),
(1056,7,'sale',120000.00,'credit','Sale completed: HIL-1005',1010,'Sale',62954800.00,63074800.00,'{\"sale_id\":1010,\"sale_number\":\"HIL-1005\",\"customer\":\"Sold\",\"payment_method\":\"cash\",\"is_partial\":false}','2026-03-27 06:54:13','2026-03-27 06:54:13','2026-03-27 06:54:13'),
(1057,7,'sale',150000.00,'credit','Sale completed: HIL-1006',1011,'Sale',63074800.00,63224800.00,'{\"sale_id\":1011,\"sale_number\":\"HIL-1006\",\"customer\":\"Sold\",\"payment_method\":\"cash\",\"is_partial\":false}','2026-03-27 06:54:36','2026-03-27 06:54:36','2026-03-27 06:54:36'),
(1058,7,'sale',30000.00,'credit','Sale completed: HIL-1007',1012,'Sale',63224800.00,63254800.00,'{\"sale_id\":1012,\"sale_number\":\"HIL-1007\",\"customer\":null,\"payment_method\":\"cash\",\"is_partial\":false}','2026-03-27 06:54:47','2026-03-27 06:54:47','2026-03-27 06:54:47'),
(1059,7,'sale',30000.00,'credit','Sale completed: HIL-1008',1013,'Sale',63254800.00,63284800.00,'{\"sale_id\":1013,\"sale_number\":\"HIL-1008\",\"customer\":\"Sold\",\"payment_method\":\"cash\",\"is_partial\":false}','2026-03-27 06:55:55','2026-03-27 06:55:55','2026-03-27 06:55:55'),
(1060,7,'sale',210000.00,'credit','Sale completed: HIL-1009',1014,'Sale',63284800.00,63494800.00,'{\"sale_id\":1014,\"sale_number\":\"HIL-1009\",\"customer\":\"Sold\",\"payment_method\":\"cash\",\"is_partial\":false}','2026-03-27 06:57:57','2026-03-27 06:57:57','2026-03-27 06:57:57'),
(1061,7,'sale',90000.00,'credit','Sale completed: HIL-1010',1015,'Sale',63494800.00,63584800.00,'{\"sale_id\":1015,\"sale_number\":\"HIL-1010\",\"customer\":\"Sold\",\"payment_method\":\"cash\",\"is_partial\":false}','2026-03-27 06:58:30','2026-03-27 06:58:30','2026-03-27 06:58:30'),
(1062,7,'sale',60000.00,'credit','Sale completed: HIL-1011',1016,'Sale',63584800.00,63644800.00,'{\"sale_id\":1016,\"sale_number\":\"HIL-1011\",\"customer\":\"Sold\",\"payment_method\":\"cash\",\"is_partial\":false}','2026-03-27 06:59:15','2026-03-27 06:59:15','2026-03-27 06:59:15'),
(1063,7,'sale',270000.00,'credit','Sale completed: HIL-1012',1017,'Sale',63644800.00,63914800.00,'{\"sale_id\":1017,\"sale_number\":\"HIL-1012\",\"customer\":\"Sold\",\"payment_method\":\"cash\",\"is_partial\":false}','2026-03-27 07:04:10','2026-03-27 07:04:10','2026-03-27 07:04:10'),
(1064,7,'sale',90000.00,'credit','Sale completed: HIL-1013',1018,'Sale',63914800.00,64004800.00,'{\"sale_id\":1018,\"sale_number\":\"HIL-1013\",\"customer\":\"Sold\",\"payment_method\":\"cash\",\"is_partial\":false}','2026-03-27 07:04:58','2026-03-27 07:04:58','2026-03-27 07:04:58'),
(1065,7,'sale',60000.00,'credit','Sale completed: HIL-1014',1019,'Sale',64004800.00,64064800.00,'{\"sale_id\":1019,\"sale_number\":\"HIL-1014\",\"customer\":null,\"payment_method\":\"cash\",\"is_partial\":false}','2026-03-27 07:05:35','2026-03-27 07:05:35','2026-03-27 07:05:35'),
(1066,7,'sale',120000.00,'credit','Sale completed: HIL-1015',1020,'Sale',64064800.00,64184800.00,'{\"sale_id\":1020,\"sale_number\":\"HIL-1015\",\"customer\":\"Sold\",\"payment_method\":\"cash\",\"is_partial\":false}','2026-03-27 07:06:04','2026-03-27 07:06:04','2026-03-27 07:06:04'),
(1067,7,'sale',150000.00,'credit','Sale completed: HIL-1016',1021,'Sale',64184800.00,64334800.00,'{\"sale_id\":1021,\"sale_number\":\"HIL-1016\",\"customer\":\"Sold\",\"payment_method\":\"cash\",\"is_partial\":false}','2026-03-27 07:06:48','2026-03-27 07:06:48','2026-03-27 07:06:48'),
(1068,7,'sale',230000.00,'credit','Sale completed: HIL-1017',1022,'Sale',64334800.00,64564800.00,'{\"sale_id\":1022,\"sale_number\":\"HIL-1017\",\"customer\":\"Sold\",\"payment_method\":\"cash\",\"is_partial\":false}','2026-03-27 07:11:44','2026-03-27 07:11:44','2026-03-27 07:11:44'),
(1069,7,'sale',120000.00,'credit','Sale completed: HIL-1018',1023,'Sale',64564800.00,64684800.00,'{\"sale_id\":1023,\"sale_number\":\"HIL-1018\",\"customer\":\"Sold\",\"payment_method\":\"cash\",\"is_partial\":false}','2026-03-27 07:12:04','2026-03-27 07:12:04','2026-03-27 07:12:04'),
(1070,7,'sale',60000.00,'credit','Sale completed: HIL-1019',1024,'Sale',64684800.00,64744800.00,'{\"sale_id\":1024,\"sale_number\":\"HIL-1019\",\"customer\":\"Sold\",\"payment_method\":\"cash\",\"is_partial\":false}','2026-03-27 07:15:28','2026-03-27 07:15:28','2026-03-27 07:15:28'),
(1071,7,'sale',60000.00,'credit','Sale completed: HIL-1020',1025,'Sale',64744800.00,64804800.00,'{\"sale_id\":1025,\"sale_number\":\"HIL-1020\",\"customer\":\"Mht Moussa\",\"payment_method\":\"cash\",\"is_partial\":false}','2026-03-27 07:22:34','2026-03-27 07:22:34','2026-03-27 07:22:34'),
(1072,7,'sale',55000.00,'credit','Sale completed: HIL-1021',1026,'Sale',64804800.00,64859800.00,'{\"sale_id\":1026,\"sale_number\":\"HIL-1021\",\"customer\":\"Sold - Amaday\",\"payment_method\":\"cash\",\"is_partial\":false}','2026-03-27 07:41:01','2026-03-27 07:41:01','2026-03-27 07:41:01'),
(1073,7,'sale',30000.00,'credit','Loan payment received: HIL-0967',972,'Sale',64859800.00,64889800.00,'{\"sale_id\":972,\"sale_number\":\"HIL-0967\",\"customer\":\"Bachar\",\"payment_type\":\"loan_payment\"}','2026-03-30 12:16:36','2026-03-30 12:16:36','2026-03-30 12:16:36'),
(1074,7,'sale',20000.00,'credit','Loan payment received: HIL-0714',719,'Sale',64889800.00,64909800.00,'{\"sale_id\":719,\"sale_number\":\"HIL-0714\",\"customer\":\"Bachar\",\"payment_type\":\"loan_payment\"}','2026-03-30 12:16:48','2026-03-30 12:16:48','2026-03-30 12:16:48'),
(1075,7,'sale',5500.00,'credit','Sale completed: HIL-1023',1028,'Sale',64909800.00,64915300.00,'{\"sale_id\":1028,\"sale_number\":\"HIL-1023\",\"customer\":null,\"payment_method\":\"cash\",\"is_partial\":false}','2026-03-30 15:54:23','2026-03-30 15:54:23','2026-03-30 15:54:23'),
(1076,7,'sale',27500.00,'credit','Sale completed: HIL-1024',1029,'Sale',64915300.00,64942800.00,'{\"sale_id\":1029,\"sale_number\":\"HIL-1024\",\"customer\":null,\"payment_method\":\"cash\",\"is_partial\":false}','2026-03-31 13:06:33','2026-03-31 13:06:33','2026-03-31 13:06:33'),
(1077,7,'sale',30000.00,'credit','Sale completed: HIL-1025',1030,'Sale',64942800.00,64972800.00,'{\"sale_id\":1030,\"sale_number\":\"HIL-1025\",\"customer\":null,\"payment_method\":\"cash\",\"is_partial\":false}','2026-04-01 07:43:24','2026-04-01 07:43:24','2026-04-01 07:43:24'),
(1078,7,'sale',40000.00,'credit','Loan payment received: HIL-1022',1027,'Sale',64972800.00,65012800.00,'{\"sale_id\":1027,\"sale_number\":\"HIL-1022\",\"customer\":\"Issakha\",\"payment_type\":\"loan_payment\"}','2026-04-01 07:43:44','2026-04-01 07:43:44','2026-04-01 07:43:44'),
(1079,7,'sale',20000.00,'credit','Sale completed: HIL-1026',1031,'Sale',65012800.00,65032800.00,'{\"sale_id\":1031,\"sale_number\":\"HIL-1026\",\"customer\":\"Issakha\",\"payment_method\":\"cash\",\"is_partial\":false}','2026-04-01 08:05:15','2026-04-01 08:05:15','2026-04-01 08:05:15'),
(1080,7,'sale',13000.00,'credit','Sale completed: HIL-1027',1032,'Sale',65032800.00,65045800.00,'{\"sale_id\":1032,\"sale_number\":\"HIL-1027\",\"customer\":null,\"payment_method\":\"cash\",\"is_partial\":false}','2026-04-02 05:49:49','2026-04-02 05:49:49','2026-04-02 05:49:49'),
(1081,7,'sale',30000.00,'credit','Sale completed: HIL-1028',1033,'Sale',65045800.00,65075800.00,'{\"sale_id\":1033,\"sale_number\":\"HIL-1028\",\"customer\":\"Mht Moussa\",\"payment_method\":\"cash\",\"is_partial\":false}','2026-04-02 06:21:27','2026-04-02 06:21:27','2026-04-02 06:21:27'),
(1082,7,'sale',12500.00,'credit','Sale completed: HIL-1029',1034,'Sale',65075800.00,65088300.00,'{\"sale_id\":1034,\"sale_number\":\"HIL-1029\",\"customer\":\"Abdoullay\",\"payment_method\":\"cash\",\"is_partial\":false}','2026-04-02 06:22:15','2026-04-02 06:22:15','2026-04-02 06:22:15'),
(1083,7,'sale',27500.00,'credit','Sale completed: HIL-1030',1035,'Sale',65088300.00,65115800.00,'{\"sale_id\":1035,\"sale_number\":\"HIL-1030\",\"customer\":null,\"payment_method\":\"cash\",\"is_partial\":false}','2026-04-02 07:27:24','2026-04-02 07:27:24','2026-04-02 07:27:24'),
(1084,7,'sale',27500.00,'credit','Sale completed: HIL-1031',1036,'Sale',65115800.00,65143300.00,'{\"sale_id\":1036,\"sale_number\":\"HIL-1031\",\"customer\":null,\"payment_method\":\"cash\",\"is_partial\":false}','2026-04-02 09:36:05','2026-04-02 09:36:05','2026-04-02 09:36:05'),
(1085,7,'sale',27500.00,'credit','Sale completed: HIL-1032',1037,'Sale',65143300.00,65170800.00,'{\"sale_id\":1037,\"sale_number\":\"HIL-1032\",\"customer\":null,\"payment_method\":\"cash\",\"is_partial\":false}','2026-04-02 10:47:17','2026-04-02 10:47:17','2026-04-02 10:47:17'),
(1086,7,'sale',68500.00,'credit','Sale completed: HIL-1033',1038,'Sale',65170800.00,65239300.00,'{\"sale_id\":1038,\"sale_number\":\"HIL-1033\",\"customer\":null,\"payment_method\":\"cash\",\"is_partial\":false}','2026-04-02 15:15:48','2026-04-02 15:15:48','2026-04-02 15:15:48'),
(1087,7,'sale',27500.00,'credit','Sale completed: HIL-1034',1039,'Sale',65239300.00,65266800.00,'{\"sale_id\":1039,\"sale_number\":\"HIL-1034\",\"customer\":null,\"payment_method\":\"cash\",\"is_partial\":false}','2026-04-04 07:58:18','2026-04-04 07:58:18','2026-04-04 07:58:18'),
(1088,7,'sale',20000.00,'credit','Sale completed: HIL-1035',1040,'Sale',65266800.00,65286800.00,'{\"sale_id\":1040,\"sale_number\":\"HIL-1035\",\"customer\":null,\"payment_method\":\"cash\",\"is_partial\":false}','2026-04-04 10:15:10','2026-04-04 10:15:10','2026-04-04 10:15:10'),
(1089,7,'sale',110.00,'credit','Loan payment received: HIL-0791',796,'Sale',65286800.00,65286910.00,'{\"sale_id\":796,\"sale_number\":\"HIL-0791\",\"customer\":\"Moukhtar\",\"payment_type\":\"loan_payment\"}','2026-04-07 05:53:40','2026-04-07 05:53:40','2026-04-07 05:53:40'),
(1090,7,'sale',109890.00,'credit','Loan payment received: HIL-0791',796,'Sale',65286910.00,65396800.00,'{\"sale_id\":796,\"sale_number\":\"HIL-0791\",\"customer\":\"Moukhtar\",\"payment_type\":\"loan_payment\"}','2026-04-07 05:54:06','2026-04-07 05:54:06','2026-04-07 05:54:06'),
(1091,7,'sale',1500.00,'credit','Loan payment received: HIL-0117',117,'Sale',65396800.00,65398300.00,'{\"sale_id\":117,\"sale_number\":\"HIL-0117\",\"customer\":\"----\",\"payment_type\":\"loan_payment\"}','2026-04-07 05:55:06','2026-04-07 05:55:06','2026-04-07 05:55:06'),
(1092,7,'sale',10000.00,'credit','Loan payment received: HIL-0672',677,'Sale',65398300.00,65408300.00,'{\"sale_id\":677,\"sale_number\":\"HIL-0672\",\"customer\":\"Fatime Abdelrahim\",\"payment_type\":\"loan_payment\"}','2026-04-07 08:07:02','2026-04-07 08:07:02','2026-04-07 08:07:02'),
(1093,7,'sale',27500.00,'credit','Sale completed: HIL-1036',1041,'Sale',65408300.00,65435800.00,'{\"sale_id\":1041,\"sale_number\":\"HIL-1036\",\"customer\":null,\"payment_method\":\"cash\",\"is_partial\":false}','2026-04-07 12:45:01','2026-04-07 12:45:01','2026-04-07 12:45:01'),
(1094,7,'sale',27500.00,'credit','Sale completed: HIL-1037',1042,'Sale',65435800.00,65463300.00,'{\"sale_id\":1042,\"sale_number\":\"HIL-1037\",\"customer\":null,\"payment_method\":\"cash\",\"is_partial\":false}','2026-04-08 08:16:40','2026-04-08 08:16:40','2026-04-08 08:16:40'),
(1095,7,'sale',480000.00,'credit','Loan payment received: HIL-1038',1043,'Sale',65463300.00,65943300.00,'{\"sale_id\":1043,\"sale_number\":\"HIL-1038\",\"customer\":\"Halime\",\"payment_type\":\"loan_payment\"}','2026-04-09 13:34:27','2026-04-09 13:34:27','2026-04-09 13:34:27'),
(1096,7,'sale',27500.00,'credit','Sale completed: HIL-1039',1044,'Sale',65943300.00,65970800.00,'{\"sale_id\":1044,\"sale_number\":\"HIL-1039\",\"customer\":null,\"payment_method\":\"cash\",\"is_partial\":false}','2026-04-11 12:54:47','2026-04-11 12:54:47','2026-04-11 12:54:47'),
(1097,7,'sale',6500.00,'credit','Sale completed: HIL-1040',1045,'Sale',65970800.00,65977300.00,'{\"sale_id\":1045,\"sale_number\":\"HIL-1040\",\"customer\":null,\"payment_method\":\"cash\",\"is_partial\":false}','2026-04-12 09:36:16','2026-04-12 09:36:16','2026-04-12 09:36:16'),
(1098,7,'sale_cancel',6500.00,'debit','Sale cancelled/refunded: HIL-1040',1045,'Sale',65977300.00,65970800.00,'{\"sale_id\":1045,\"sale_number\":\"HIL-1040\",\"reason\":\"Sale cancelled\\/refunded\"}','2026-04-12 09:36:45','2026-04-12 09:36:45','2026-04-12 09:36:45'),
(1099,7,'sale',30000.00,'credit','Sale completed: HIL-1041',1046,'Sale',65970800.00,66000800.00,'{\"sale_id\":1046,\"sale_number\":\"HIL-1041\",\"customer\":null,\"payment_method\":\"cash\",\"is_partial\":false}','2026-04-15 14:05:20','2026-04-15 14:05:20','2026-04-15 14:05:20'),
(1100,7,'sale',60000.00,'credit','Sale completed: HIL-1042',1047,'Sale',66000800.00,66060800.00,'{\"sale_id\":1047,\"sale_number\":\"HIL-1042\",\"customer\":\"Abeche\",\"payment_method\":\"cash\",\"is_partial\":false}','2026-04-15 14:06:02','2026-04-15 14:06:02','2026-04-15 14:06:02'),
(1101,7,'sale',27500.00,'credit','Sale completed: HIL-1043',1048,'Sale',66060800.00,66088300.00,'{\"sale_id\":1048,\"sale_number\":\"HIL-1043\",\"customer\":null,\"payment_method\":\"cash\",\"is_partial\":false}','2026-04-17 11:22:19','2026-04-17 11:22:19','2026-04-17 11:22:19'),
(1102,7,'sale',27500.00,'credit','Sale completed: HIL-1044',1049,'Sale',66088300.00,66115800.00,'{\"sale_id\":1049,\"sale_number\":\"HIL-1044\",\"customer\":null,\"payment_method\":\"cash\",\"is_partial\":false}','2026-04-17 11:22:53','2026-04-17 11:22:53','2026-04-17 11:22:53'),
(1103,7,'sale_cancel',27500.00,'debit','Sale cancelled/refunded: HIL-1043',1048,'Sale',66115800.00,66088300.00,'{\"sale_id\":1048,\"sale_number\":\"HIL-1043\",\"reason\":\"Sale cancelled\\/refunded\"}','2026-04-17 11:23:29','2026-04-17 11:23:29','2026-04-17 11:23:29'),
(1104,7,'sale',240000.00,'credit','Loan payment received: HIL-0745',750,'Sale',66088300.00,66328300.00,'{\"sale_id\":750,\"sale_number\":\"HIL-0745\",\"customer\":\"Abdelkerim\",\"payment_type\":\"loan_payment\"}','2026-04-18 10:16:39','2026-04-18 10:16:39','2026-04-18 10:16:39'),
(1105,7,'sale',90000.00,'credit','Loan payment received: HIL-0429',430,'Sale',66328300.00,66418300.00,'{\"sale_id\":430,\"sale_number\":\"HIL-0429\",\"customer\":\"Abdelkerim\",\"payment_type\":\"loan_payment\"}','2026-04-18 10:17:51','2026-04-18 10:17:51','2026-04-18 10:17:51'),
(1106,7,'sale',12500.00,'credit','Sale completed: HIL-1045',1050,'Sale',66418300.00,66430800.00,'{\"sale_id\":1050,\"sale_number\":\"HIL-1045\",\"customer\":null,\"payment_method\":\"cash\",\"is_partial\":false}','2026-04-18 10:26:43','2026-04-18 10:26:43','2026-04-18 10:26:43'),
(1107,7,'sale',22500.00,'credit','Sale completed: HIL-1046',1051,'Sale',66430800.00,66453300.00,'{\"sale_id\":1051,\"sale_number\":\"HIL-1046\",\"customer\":null,\"payment_method\":\"cash\",\"is_partial\":false}','2026-04-20 08:58:25','2026-04-20 08:58:25','2026-04-20 08:58:25'),
(1108,4,'sale',265000.00,'credit','Loan payment received: HIL-0464',465,'Sale',7031500.00,7296500.00,'{\"sale_id\":465,\"sale_number\":\"HIL-0464\",\"customer\":\"IDRISS DJABIR\",\"payment_type\":\"loan_payment\"}','2026-04-20 12:00:11','2026-04-20 12:00:11','2026-04-20 12:00:11'),
(1109,4,'sale',185000.00,'credit','Loan payment received: HIL-0507',510,'Sale',7296500.00,7481500.00,'{\"sale_id\":510,\"sale_number\":\"HIL-0507\",\"customer\":\"ZAKARIA\",\"payment_type\":\"loan_payment\"}','2026-04-20 12:01:25','2026-04-20 12:01:25','2026-04-20 12:01:25'),
(1110,7,'sale',290000.00,'credit','Sale completed: HIL-1047',1052,'Sale',66453300.00,66743300.00,'{\"sale_id\":1052,\"sale_number\":\"HIL-1047\",\"customer\":null,\"payment_method\":\"cash\",\"is_partial\":false}','2026-04-21 10:13:32','2026-04-21 10:13:32','2026-04-21 10:13:32'),
(1111,7,'sale',45000.00,'credit','Sale completed: HIL-1048',1053,'Sale',66743300.00,66788300.00,'{\"sale_id\":1053,\"sale_number\":\"HIL-1048\",\"customer\":null,\"payment_method\":\"cash\",\"is_partial\":false}','2026-04-22 10:43:06','2026-04-22 10:43:06','2026-04-22 10:43:06'),
(1112,7,'sale',382000.00,'credit','Sale completed: HIL-1049',1054,'Sale',66788300.00,67170300.00,'{\"sale_id\":1054,\"sale_number\":\"HIL-1049\",\"customer\":\"Mahmut Hissen\",\"payment_method\":\"cash\",\"is_partial\":false}','2026-04-22 10:54:31','2026-04-22 10:54:31','2026-04-22 10:54:31'),
(1113,7,'sale',22500.00,'credit','Sale completed: HIL-1050',1055,'Sale',67170300.00,67192800.00,'{\"sale_id\":1055,\"sale_number\":\"HIL-1050\",\"customer\":null,\"payment_method\":\"cash\",\"is_partial\":false}','2026-04-22 12:56:43','2026-04-22 12:56:43','2026-04-22 12:56:43'),
(1114,7,'sale',22500.00,'credit','Sale completed: HIL-1051',1056,'Sale',67192800.00,67215300.00,'{\"sale_id\":1056,\"sale_number\":\"HIL-1051\",\"customer\":null,\"payment_method\":\"cash\",\"is_partial\":false}','2026-04-22 12:56:57','2026-04-22 12:56:57','2026-04-22 12:56:57'),
(1115,7,'sale',22500.00,'credit','Sale completed: HIL-1052',1057,'Sale',67215300.00,67237800.00,'{\"sale_id\":1057,\"sale_number\":\"HIL-1052\",\"customer\":null,\"payment_method\":\"cash\",\"is_partial\":false}','2026-04-22 13:23:28','2026-04-22 13:23:28','2026-04-22 13:23:28');
/*!40000 ALTER TABLE `cashier_transactions` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `categories`
--

DROP TABLE IF EXISTS `categories`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `categories` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `name` varchar(255) NOT NULL,
  `description` text DEFAULT NULL,
  `image` 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`),
  KEY `categories_is_active_index` (`is_active`)
) ENGINE=InnoDB AUTO_INCREMENT=8 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `categories`
--

LOCK TABLES `categories` WRITE;
/*!40000 ALTER TABLE `categories` DISABLE KEYS */;
INSERT INTO `categories` VALUES
(1,'Chaussures',NULL,NULL,1,'2025-12-15 09:47:46','2025-12-15 09:47:46'),
(2,'Sandale',NULL,NULL,1,'2025-12-15 09:49:34','2025-12-15 09:49:34'),
(3,'Babouche',NULL,NULL,1,'2025-12-15 09:49:46','2025-12-15 09:49:46'),
(4,'huile d\'olive',NULL,NULL,1,'2025-12-17 06:33:07','2025-12-17 06:33:07'),
(5,'DURAY',NULL,NULL,1,'2025-12-19 09:35:12','2025-12-19 11:17:20'),
(6,'WİNNEX Sandal',NULL,NULL,1,'2025-12-19 12:05:17','2026-01-19 11:03:22'),
(7,'Cadillac',NULL,NULL,1,'2026-03-07 11:26:11','2026-03-07 11:26:11');
/*!40000 ALTER TABLE `categories` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `clients`
--

DROP TABLE IF EXISTS `clients`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `clients` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `name` varchar(255) NOT NULL,
  `phone` varchar(30) DEFAULT NULL,
  `email` varchar(255) DEFAULT NULL,
  `address` text 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`),
  UNIQUE KEY `clients_phone_unique` (`phone`),
  KEY `clients_name_index` (`name`)
) ENGINE=InnoDB AUTO_INCREMENT=45 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `clients`
--

LOCK TABLES `clients` WRITE;
/*!40000 ALTER TABLE `clients` DISABLE KEYS */;
INSERT INTO `clients` VALUES
(1,'IDRISS DJABIR',NULL,NULL,NULL,NULL,1,'2026-04-18 17:19:02','2026-04-18 17:19:02'),
(2,'Aht abakar aht','-',NULL,NULL,NULL,1,'2026-04-18 17:19:02','2026-04-18 17:19:02'),
(3,'30 $','---',NULL,NULL,NULL,1,'2026-04-18 17:19:02','2026-04-18 17:19:02'),
(4,'----','----',NULL,NULL,NULL,1,'2026-04-18 17:19:03','2026-04-18 17:19:03'),
(5,'ZAKARIA','+966 54 544 0572',NULL,NULL,NULL,1,'2026-04-18 17:19:03','2026-04-18 17:19:03'),
(6,'Djamal','0 536 219 73 51',NULL,NULL,NULL,1,'2026-04-18 17:19:03','2026-04-18 17:19:03'),
(7,'KADAI','0544 303 70 66',NULL,NULL,NULL,1,'2026-04-18 17:19:03','2026-04-18 17:19:03'),
(8,'IDRISS DJABIR','0545 352 38 76',NULL,NULL,NULL,1,'2026-04-18 17:19:03','2026-04-18 17:19:03'),
(9,'Client de saoudi','2',NULL,NULL,NULL,1,'2026-04-18 17:19:03','2026-04-18 17:19:03'),
(10,'IDRISS DJABIR','545 352 38 76',NULL,NULL,NULL,1,'2026-04-18 17:19:03','2026-04-18 17:19:03'),
(11,'Cappi','60 12 44 42',NULL,NULL,NULL,1,'2026-04-18 17:19:03','2026-04-18 17:19:03'),
(12,'Serou Mi','60 20 11 32',NULL,NULL,NULL,1,'2026-04-18 17:19:03','2026-04-18 17:19:03'),
(13,'Guisma','60 20 30 27',NULL,NULL,NULL,1,'2026-04-18 17:19:03','2026-04-18 17:19:03'),
(14,'Maheddin','60 45 51 97',NULL,NULL,NULL,1,'2026-04-18 17:19:03','2026-04-18 17:19:03'),
(15,'Moussa','60 77 70 00',NULL,NULL,NULL,1,'2026-04-18 17:19:03','2026-04-18 17:19:03'),
(16,'Abakar','65 20 20 02',NULL,NULL,NULL,1,'2026-04-18 17:19:03','2026-04-18 17:19:03'),
(17,'Ahmat','66 00 63 68',NULL,NULL,NULL,1,'2026-04-18 17:19:03','2026-04-18 17:19:03'),
(18,'Moubarak Abdoullay','66 04 36 07',NULL,NULL,NULL,1,'2026-04-18 17:19:03','2026-04-18 17:19:03'),
(19,'Fatime Abdelrahim','66 06 30 78',NULL,NULL,NULL,1,'2026-04-18 17:19:03','2026-04-18 17:19:03'),
(20,'Fozia','66 06 55 52',NULL,NULL,NULL,1,'2026-04-18 17:19:03','2026-04-18 17:19:03'),
(21,'Hadjè debutè','66 10 19 59',NULL,NULL,NULL,1,'2026-04-18 17:19:03','2026-04-18 17:19:03'),
(22,'Ousman Nassir','66 14 88 86',NULL,NULL,NULL,1,'2026-04-18 17:19:03','2026-04-18 17:19:03'),
(23,'HISSEN ISHAKH','66 19 06 20',NULL,NULL,NULL,1,'2026-04-18 17:19:03','2026-04-18 17:19:03'),
(24,'Imam Ahmat','66 19 66 00',NULL,NULL,NULL,1,'2026-04-18 17:19:03','2026-04-18 17:19:03'),
(25,'Rozi','66 23 27 69',NULL,NULL,NULL,1,'2026-04-18 17:19:03','2026-04-18 17:19:03'),
(26,'Moussa Abdallah','66 24 43 07',NULL,NULL,NULL,1,'2026-04-18 17:19:03','2026-04-18 17:19:03'),
(27,'Hissen Abdoullay','66 26 36 49',NULL,NULL,NULL,1,'2026-04-18 17:19:03','2026-04-18 17:19:03'),
(28,'ABAKAR SIDICK','66 32 03 37',NULL,NULL,NULL,1,'2026-04-18 17:19:03','2026-04-18 17:19:03'),
(29,'AHMAT ISSA','66 32 99 71',NULL,NULL,NULL,1,'2026-04-18 17:19:03','2026-04-18 17:19:03'),
(30,'Seid Adam','66 44 77 14',NULL,NULL,NULL,1,'2026-04-18 17:19:03','2026-04-18 17:19:03'),
(31,'Adam','66 46 82 68',NULL,NULL,NULL,1,'2026-04-18 17:19:03','2026-04-18 17:19:03'),
(32,'Adam Youssouf','66 68 06 52',NULL,NULL,NULL,1,'2026-04-18 17:19:03','2026-04-18 17:19:03'),
(33,'Assafi','66 75 60 76',NULL,NULL,NULL,1,'2026-04-18 17:19:03','2026-04-18 17:19:03'),
(34,'Moukhtar','66 79 49 00',NULL,NULL,NULL,1,'2026-04-18 17:19:03','2026-04-18 17:19:03'),
(35,'Abdallah Hamit','66 91 12 29',NULL,NULL,NULL,1,'2026-04-18 17:19:03','2026-04-18 17:19:03'),
(36,'Noussraddine Abdoullay','68 00 08 84',NULL,NULL,NULL,1,'2026-04-18 17:19:03','2026-04-18 17:19:03'),
(37,'Mht Tidjani','68 17 72 72',NULL,NULL,NULL,1,'2026-04-18 17:19:03','2026-04-18 17:19:03'),
(38,'Moustapha Hamit','69 24 24 36',NULL,NULL,NULL,1,'2026-04-18 17:19:03','2026-04-18 17:19:03'),
(39,'Mht Amine','69 58 28 90',NULL,NULL,NULL,1,'2026-04-18 17:19:03','2026-04-18 17:19:03'),
(40,'Sinin Abdelkerim','90 00 68 52',NULL,NULL,NULL,1,'2026-04-18 17:19:03','2026-04-18 17:19:03'),
(41,'KHALID ABDALLAH','96 84 97 57',NULL,NULL,NULL,1,'2026-04-18 17:19:03','2026-04-18 17:19:03'),
(42,'7 chaussures','99 58 17 68',NULL,NULL,NULL,1,'2026-04-18 17:19:03','2026-04-18 17:19:03'),
(43,'Abdelkerim','99 66 60 88',NULL,NULL,NULL,1,'2026-04-18 17:19:03','2026-04-18 17:19:03'),
(44,'Mahmut Hissen','66 35 96 89',NULL,NULL,NULL,1,'2026-04-22 10:54:31','2026-04-22 10:54:31');
/*!40000 ALTER TABLE `clients` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `expense_types`
--

DROP TABLE IF EXISTS `expense_types`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `expense_types` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `name` varchar(255) NOT NULL,
  `description` text DEFAULT NULL,
  `color` varchar(7) 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`),
  UNIQUE KEY `expense_types_name_unique` (`name`),
  UNIQUE KEY `expense_types_color_unique` (`color`),
  KEY `expense_types_is_active_name_index` (`is_active`,`name`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `expense_types`
--

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

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

DROP TABLE IF EXISTS `expenses`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `expenses` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `expense_type_id` bigint(20) unsigned NOT NULL,
  `user_id` bigint(20) unsigned NOT NULL,
  `title` varchar(255) NOT NULL,
  `amount` decimal(15,2) NOT NULL,
  `description` text DEFAULT NULL,
  `expense_date` date NOT NULL,
  `receipt_number` varchar(255) DEFAULT NULL,
  `payment_method` varchar(255) NOT NULL DEFAULT 'cash',
  `status` enum('pending','approved','rejected') NOT NULL DEFAULT 'pending',
  `notes` text DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `expenses_expense_date_status_index` (`expense_date`,`status`),
  KEY `expenses_expense_type_id_status_index` (`expense_type_id`,`status`),
  KEY `expenses_user_id_expense_date_index` (`user_id`,`expense_date`),
  CONSTRAINT `expenses_expense_type_id_foreign` FOREIGN KEY (`expense_type_id`) REFERENCES `expense_types` (`id`),
  CONSTRAINT `expenses_user_id_foreign` FOREIGN KEY (`user_id`) REFERENCES `users` (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `expenses`
--

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

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

DROP TABLE IF EXISTS `failed_jobs`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `failed_jobs` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `uuid` varchar(255) NOT NULL,
  `connection` 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;
/*!40101 SET character_set_client = @saved_cs_client */;

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

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

--
-- Table structure for table `fiscal_years`
--

DROP TABLE IF EXISTS `fiscal_years`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `fiscal_years` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `name` varchar(255) NOT NULL,
  `start_date` date NOT NULL,
  `end_date` date DEFAULT NULL,
  `is_active` tinyint(1) NOT NULL DEFAULT 0,
  `is_closed` tinyint(1) NOT NULL DEFAULT 0,
  `notes` text DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `fiscal_years`
--

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

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

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

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

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

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

DROP TABLE IF EXISTS `jobs`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `jobs` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `queue` varchar(255) NOT NULL,
  `payload` longtext NOT NULL,
  `attempts` 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;
/*!40101 SET character_set_client = @saved_cs_client */;

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

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

--
-- Table structure for table `loan_histories`
--

DROP TABLE IF EXISTS `loan_histories`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `loan_histories` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `sale_id` bigint(20) unsigned NOT NULL,
  `user_id` bigint(20) unsigned DEFAULT NULL,
  `action` enum('created','payment_made','fully_paid','edited','cancelled') NOT NULL,
  `old_amount` decimal(15,2) DEFAULT NULL,
  `new_amount` decimal(15,2) DEFAULT NULL,
  `payment_amount` decimal(15,2) DEFAULT NULL,
  `reason` varchar(255) DEFAULT NULL,
  `metadata` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL CHECK (json_valid(`metadata`)),
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `loan_histories_sale_id_foreign` (`sale_id`),
  KEY `loan_histories_user_id_foreign` (`user_id`),
  CONSTRAINT `loan_histories_sale_id_foreign` FOREIGN KEY (`sale_id`) REFERENCES `sales` (`id`) ON DELETE CASCADE,
  CONSTRAINT `loan_histories_user_id_foreign` FOREIGN KEY (`user_id`) REFERENCES `users` (`id`) ON DELETE SET NULL
) ENGINE=InnoDB AUTO_INCREMENT=193 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `loan_histories`
--

LOCK TABLES `loan_histories` WRITE;
/*!40000 ALTER TABLE `loan_histories` DISABLE KEYS */;
INSERT INTO `loan_histories` VALUES
(1,11,7,'created',0.00,1750000.00,NULL,'Loan created from POS sale',NULL,'2025-12-18 11:15:14','2025-12-18 11:15:14'),
(2,14,7,'created',0.00,17500.00,NULL,'Loan created from POS sale',NULL,'2025-12-19 10:34:33','2025-12-19 10:34:33'),
(3,15,7,'created',0.00,300000.00,NULL,'Loan created from POS sale',NULL,'2025-12-19 10:36:01','2025-12-19 10:36:01'),
(4,15,7,'fully_paid',300000.00,0.00,300000.00,'Payment received',NULL,'2025-12-23 05:23:53','2025-12-23 05:23:53'),
(5,58,7,'created',0.00,70000.00,NULL,'Loan created from POS sale',NULL,'2025-12-24 12:34:06','2025-12-24 12:34:06'),
(6,69,7,'created',0.00,52500.00,NULL,'Loan created from POS sale',NULL,'2025-12-26 07:08:54','2025-12-26 07:08:54'),
(7,69,7,'payment_made',52500.00,17500.00,35000.00,'Payment received',NULL,'2025-12-26 11:24:47','2025-12-26 11:24:47'),
(8,80,7,'created',0.00,35000.00,NULL,'Loan created from POS sale',NULL,'2025-12-26 14:08:47','2025-12-26 14:08:47'),
(9,90,7,'created',0.00,162500.00,NULL,'Loan created from POS sale',NULL,'2025-12-27 10:20:56','2025-12-27 10:20:56'),
(10,80,7,'fully_paid',35000.00,0.00,35000.00,'Payment received',NULL,'2025-12-29 10:57:30','2025-12-29 10:57:30'),
(11,58,7,'fully_paid',70000.00,0.00,70000.00,'Payment received',NULL,'2025-12-29 10:58:52','2025-12-29 10:58:52'),
(12,107,7,'created',0.00,140000.00,NULL,'Loan created from POS sale',NULL,'2025-12-30 12:50:01','2025-12-30 12:50:01'),
(13,113,7,'created',0.00,35000.00,NULL,'Loan created from POS sale',NULL,'2025-12-31 08:40:45','2025-12-31 08:40:45'),
(14,69,7,'fully_paid',17500.00,0.00,17500.00,'Payment received',NULL,'2025-12-31 09:11:54','2025-12-31 09:11:54'),
(15,107,7,'payment_made',140000.00,35000.00,105000.00,'Payment received',NULL,'2025-12-31 09:12:45','2025-12-31 09:12:45'),
(16,107,7,'payment_made',35000.00,17500.00,17500.00,'Payment received',NULL,'2025-12-31 09:40:49','2025-12-31 09:40:49'),
(18,14,7,'fully_paid',17500.00,0.00,17500.00,'Payment received',NULL,'2025-12-31 10:43:41','2025-12-31 10:43:41'),
(19,117,7,'created',0.00,1500.00,NULL,'Loan created from POS sale',NULL,'2025-12-31 13:03:52','2025-12-31 13:03:52'),
(20,120,7,'created',0.00,17500.00,NULL,'Loan created from POS sale',NULL,'2026-01-01 06:29:54','2026-01-01 06:29:54'),
(21,136,7,'created',0.00,35000.00,NULL,'Loan created from POS sale',NULL,'2026-01-02 10:28:14','2026-01-02 10:28:14'),
(22,113,7,'fully_paid',35000.00,0.00,35000.00,'Payment received',NULL,'2026-01-02 10:31:34','2026-01-02 10:31:34'),
(23,144,7,'created',0.00,250000.00,NULL,'Loan created from POS sale',NULL,'2026-01-03 10:51:57','2026-01-03 10:51:57'),
(24,120,7,'fully_paid',17500.00,0.00,17500.00,'Payment received',NULL,'2026-01-05 11:08:25','2026-01-05 11:08:25'),
(25,177,7,'created',0.00,214500.00,NULL,'Loan created from POS sale',NULL,'2026-01-09 05:57:31','2026-01-09 05:57:31'),
(26,193,7,'created',0.00,105000.00,NULL,'Loan created from POS sale',NULL,'2026-01-10 10:29:40','2026-01-10 10:29:40'),
(27,202,7,'created',0.00,17500.00,NULL,'Loan created from POS sale',NULL,'2026-01-12 07:29:32','2026-01-12 07:29:32'),
(28,202,7,'fully_paid',17500.00,0.00,17500.00,'Payment received',NULL,'2026-01-12 11:10:06','2026-01-12 11:10:06'),
(29,209,7,'created',0.00,70000.00,NULL,'Loan created from POS sale',NULL,'2026-01-12 12:16:44','2026-01-12 12:16:44'),
(30,214,7,'created',0.00,17500.00,NULL,'Loan created from POS sale',NULL,'2026-01-12 13:35:56','2026-01-12 13:35:56'),
(32,224,7,'created',0.00,112500.00,NULL,'Loan created from POS sale',NULL,'2026-01-13 12:35:10','2026-01-13 12:35:10'),
(33,214,7,'fully_paid',17500.00,0.00,17500.00,'Payment received',NULL,'2026-01-14 07:41:33','2026-01-14 07:41:33'),
(34,239,7,'created',0.00,105000.00,NULL,'Loan created from POS sale',NULL,'2026-01-14 10:25:25','2026-01-14 10:25:25'),
(35,252,7,'created',0.00,195000.00,NULL,'Loan created from POS sale',NULL,'2026-01-15 10:03:03','2026-01-15 10:03:03'),
(36,259,7,'created',0.00,10000.00,NULL,'Loan created from POS sale',NULL,'2026-01-15 12:35:11','2026-01-15 12:35:11'),
(37,261,7,'created',0.00,945000.00,NULL,'Loan created from POS sale',NULL,'2026-01-16 05:19:07','2026-01-16 05:19:07'),
(38,278,7,'created',0.00,17500.00,NULL,'Loan created from POS sale',NULL,'2026-01-19 06:01:45','2026-01-19 06:01:45'),
(39,278,7,'fully_paid',17500.00,0.00,17500.00,'Payment received',NULL,'2026-01-19 06:21:28','2026-01-19 06:21:28'),
(40,239,7,'payment_made',105000.00,20000.00,85000.00,'Payment received',NULL,'2026-01-19 07:18:55','2026-01-19 07:18:55'),
(41,279,7,'created',0.00,92500.00,NULL,'Loan created from POS sale',NULL,'2026-01-19 07:26:00','2026-01-19 07:26:00'),
(42,285,7,'created',0.00,17500.00,NULL,'Loan created from POS sale',NULL,'2026-01-19 13:03:28','2026-01-19 13:03:28'),
(43,285,7,'fully_paid',17500.00,0.00,17500.00,'Payment received',NULL,'2026-01-19 13:12:46','2026-01-19 13:12:46'),
(44,288,7,'created',0.00,250000.00,NULL,'Loan created from POS sale',NULL,'2026-01-20 07:11:46','2026-01-20 07:11:46'),
(45,299,7,'created',0.00,55500.00,NULL,'Loan created from POS sale',NULL,'2026-01-21 06:57:05','2026-01-21 06:57:05'),
(46,303,7,'created',0.00,17500.00,NULL,'Loan created from POS sale',NULL,'2026-01-21 09:27:03','2026-01-21 09:27:03'),
(47,303,7,'fully_paid',17500.00,0.00,17500.00,'Payment received',NULL,'2026-01-21 10:11:17','2026-01-21 10:11:17'),
(48,305,7,'created',0.00,17500.00,NULL,'Loan created from POS sale',NULL,'2026-01-21 10:54:02','2026-01-21 10:54:02'),
(49,307,7,'created',0.00,35000.00,NULL,'Loan created from POS sale',NULL,'2026-01-21 12:14:55','2026-01-21 12:14:55'),
(50,314,7,'created',0.00,55500.00,NULL,'Loan created from POS sale',NULL,'2026-01-22 12:26:51','2026-01-22 12:26:51'),
(51,239,7,'fully_paid',2500.00,0.00,2500.00,'Payment received',NULL,'2026-01-22 12:36:26','2026-01-22 12:36:26'),
(52,279,7,'fully_paid',92500.00,0.00,92500.00,'Payment received',NULL,'2026-01-22 12:36:39','2026-01-22 12:36:39'),
(53,320,7,'created',0.00,36000.00,NULL,'Loan created from POS sale',NULL,'2026-01-23 07:18:38','2026-01-23 07:18:38'),
(54,107,7,'fully_paid',17500.00,0.00,17500.00,'Payment received',NULL,'2026-01-23 07:55:06','2026-01-23 07:55:06'),
(55,193,7,'payment_made',105000.00,10000.00,95000.00,'Payment received',NULL,'2026-01-23 07:56:04','2026-01-23 07:56:04'),
(56,335,7,'created',0.00,30000.00,NULL,'Loan created from POS sale',NULL,'2026-01-26 05:25:41','2026-01-26 05:25:41'),
(57,338,7,'created',0.00,17500.00,NULL,'Loan created from POS sale',NULL,'2026-01-26 06:59:08','2026-01-26 06:59:08'),
(58,338,7,'fully_paid',17500.00,0.00,17500.00,'Payment received',NULL,'2026-01-26 09:01:12','2026-01-26 09:01:12'),
(59,343,7,'created',0.00,17500.00,NULL,'Loan created from POS sale',NULL,'2026-01-26 10:34:13','2026-01-26 10:34:13'),
(60,346,7,'created',0.00,20000.00,NULL,'Loan created from POS sale',NULL,'2026-01-26 11:27:12','2026-01-26 11:27:12'),
(61,193,7,'fully_paid',10000.00,0.00,10000.00,'Payment received',NULL,'2026-01-26 11:39:27','2026-01-26 11:39:27'),
(62,209,7,'payment_made',70000.00,25000.00,45000.00,'Payment received',NULL,'2026-01-26 11:41:06','2026-01-26 11:41:06'),
(63,347,7,'created',0.00,87500.00,NULL,'Loan created from POS sale',NULL,'2026-01-26 11:53:43','2026-01-26 11:53:43'),
(64,288,7,'fully_paid',250000.00,0.00,250000.00,'Payment received',NULL,'2026-01-27 06:36:47','2026-01-27 06:36:47'),
(65,314,7,'fully_paid',55500.00,0.00,55500.00,'Payment received',NULL,'2026-01-27 08:39:30','2026-01-27 08:39:30'),
(66,335,7,'fully_paid',30000.00,0.00,30000.00,'Payment received',NULL,'2026-01-27 08:39:59','2026-01-27 08:39:59'),
(67,352,7,'created',0.00,100000.00,NULL,'Loan created from POS sale',NULL,'2026-01-27 13:25:07','2026-01-27 13:25:07'),
(68,320,7,'fully_paid',36000.00,0.00,36000.00,'Payment received',NULL,'2026-01-28 06:28:17','2026-01-28 06:28:17'),
(69,355,7,'created',0.00,55500.00,NULL,'Loan created from POS sale',NULL,'2026-01-28 09:01:59','2026-01-28 09:01:59'),
(70,305,7,'fully_paid',17500.00,0.00,17500.00,'Payment received',NULL,'2026-01-28 09:29:28','2026-01-28 09:29:28'),
(71,299,7,'payment_made',55500.00,4000.00,51500.00,'Payment received',NULL,'2026-01-28 09:31:39','2026-01-28 09:31:39'),
(72,209,7,'payment_made',25000.00,10000.00,15000.00,'Payment received',NULL,'2026-01-28 10:57:07','2026-01-28 10:57:07'),
(73,362,7,'created',0.00,17500.00,NULL,'Loan created from POS sale',NULL,'2026-01-28 10:58:11','2026-01-28 10:58:11'),
(74,343,7,'fully_paid',17500.00,0.00,17500.00,'Payment received',NULL,'2026-01-28 10:58:40','2026-01-28 10:58:40'),
(75,365,7,'created',0.00,455000.00,NULL,'Loan created from POS sale',NULL,'2026-01-29 07:35:40','2026-01-29 07:35:40'),
(76,368,7,'created',0.00,17500.00,NULL,'Loan created from POS sale',NULL,'2026-01-29 12:01:30','2026-01-29 12:01:30'),
(77,370,7,'created',0.00,18500.00,NULL,'Loan created from POS sale',NULL,'2026-01-29 12:37:29','2026-01-29 12:37:29'),
(78,372,7,'created',0.00,17500.00,NULL,'Loan created from POS sale',NULL,'2026-01-31 13:13:32','2026-01-31 13:13:32'),
(79,378,7,'created',0.00,630000.00,NULL,'Loan created from POS sale',NULL,'2026-02-02 09:29:48','2026-02-02 09:29:48'),
(80,378,7,'payment_made',630000.00,5000.00,625000.00,'Payment received',NULL,'2026-02-02 10:45:51','2026-02-02 10:45:51'),
(81,384,7,'created',0.00,65000.00,NULL,'Loan created from POS sale',NULL,'2026-02-03 10:38:33','2026-02-03 10:38:33'),
(82,144,7,'payment_made',250000.00,40000.00,210000.00,'Payment received',NULL,'2026-02-03 10:39:06','2026-02-03 10:39:06'),
(83,372,7,'fully_paid',17500.00,0.00,17500.00,'Payment received',NULL,'2026-02-03 10:44:43','2026-02-03 10:44:43'),
(84,352,7,'fully_paid',100000.00,0.00,100000.00,'Payment received',NULL,'2026-02-03 10:45:03','2026-02-03 10:45:03'),
(85,386,7,'created',0.00,35000.00,NULL,'Loan created from POS sale',NULL,'2026-02-03 11:55:19','2026-02-03 11:55:19'),
(86,209,7,'fully_paid',10000.00,0.00,10000.00,'Payment received',NULL,'2026-02-03 12:16:17','2026-02-03 12:16:17'),
(87,386,7,'payment_made',35000.00,16000.00,19000.00,'Payment received',NULL,'2026-02-03 12:16:44','2026-02-03 12:16:44'),
(88,386,7,'payment_made',16000.00,6000.00,10000.00,'Payment received',NULL,'2026-02-03 12:17:21','2026-02-03 12:17:21'),
(89,393,7,'created',0.00,35000.00,NULL,'Loan created from POS sale',NULL,'2026-02-04 09:07:00','2026-02-04 09:07:00'),
(90,386,7,'fully_paid',6000.00,0.00,6000.00,'Payment received',NULL,'2026-02-04 09:08:31','2026-02-04 09:08:31'),
(91,393,7,'payment_made',35000.00,15000.00,20000.00,'Payment received',NULL,'2026-02-04 09:09:42','2026-02-04 09:09:42'),
(92,401,7,'created',0.00,185000.00,NULL,'Loan created from POS sale',NULL,'2026-02-05 06:31:00','2026-02-05 06:31:00'),
(93,365,7,'fully_paid',455000.00,0.00,455000.00,'Payment received',NULL,'2026-02-05 06:34:50','2026-02-05 06:34:50'),
(94,408,7,'created',0.00,17500.00,NULL,'Loan created from POS sale',NULL,'2026-02-06 05:07:15','2026-02-06 05:07:15'),
(95,393,7,'payment_made',15000.00,5000.00,10000.00,'Payment received',NULL,'2026-02-06 05:07:40','2026-02-06 05:07:40'),
(96,346,7,'fully_paid',20000.00,0.00,20000.00,'Payment received',NULL,'2026-02-06 10:54:35','2026-02-06 10:54:35'),
(97,430,7,'created',0.00,630000.00,NULL,'Loan created from POS sale',NULL,'2026-02-09 06:13:41','2026-02-09 06:13:41'),
(98,430,7,'payment_made',630000.00,130000.00,500000.00,'Payment received',NULL,'2026-02-10 08:03:08','2026-02-10 08:03:08'),
(99,465,4,'created',0.00,3392000.00,NULL,'Loan created from POS sale',NULL,'2026-02-13 14:04:06','2026-02-13 14:04:06'),
(100,466,7,'created',0.00,110000.00,NULL,'Loan created from POS sale',NULL,'2026-02-14 07:00:55','2026-02-14 07:00:55'),
(101,502,7,'created',0.00,52500.00,NULL,'Loan created from POS sale',NULL,'2026-02-18 09:46:25','2026-02-18 09:46:25'),
(102,510,4,'created',0.00,185000.00,NULL,'Loan created from POS sale',NULL,'2026-02-20 15:42:10','2026-02-20 15:42:10'),
(103,393,7,'fully_paid',5000.00,0.00,5000.00,'Payment received',NULL,'2026-02-21 07:55:33','2026-02-21 07:55:33'),
(104,408,7,'fully_paid',17500.00,0.00,17500.00,'Payment received',NULL,'2026-02-21 07:56:02','2026-02-21 07:56:02'),
(105,502,7,'payment_made',52500.00,35000.00,17500.00,'Payment received',NULL,'2026-02-21 12:25:17','2026-02-21 12:25:17'),
(106,465,4,'payment_made',3392000.00,2265000.00,1127000.00,'Payment received',NULL,'2026-02-22 07:25:55','2026-02-22 07:25:55'),
(107,378,7,'fully_paid',5000.00,0.00,5000.00,'Payment received',NULL,'2026-02-24 09:24:17','2026-02-24 09:24:17'),
(108,580,7,'created',0.00,7000.00,NULL,'Loan created from POS sale',NULL,'2026-02-26 11:45:28','2026-02-26 11:45:28'),
(109,582,7,'created',0.00,466500.00,NULL,'Loan created from POS sale',NULL,'2026-02-26 12:35:11','2026-02-26 12:35:11'),
(110,583,7,'created',0.00,55500.00,NULL,'Loan created from POS sale',NULL,'2026-02-26 12:38:48','2026-02-26 12:38:48'),
(111,585,4,'created',0.00,1300500.00,NULL,'Loan created from POS sale',NULL,'2026-02-27 02:35:38','2026-02-27 02:35:38'),
(112,583,7,'fully_paid',55500.00,0.00,55500.00,'Payment received',NULL,'2026-03-01 12:48:18','2026-03-01 12:48:18'),
(113,582,7,'fully_paid',466500.00,0.00,466500.00,'Payment received',NULL,'2026-03-01 12:48:35','2026-03-01 12:48:35'),
(114,261,4,'payment_made',945000.00,327500.00,617500.00,'Payment received',NULL,'2026-03-02 07:10:30','2026-03-02 07:10:30'),
(115,630,7,'created',0.00,2500.00,NULL,'Loan created from POS sale',NULL,'2026-03-02 10:42:02','2026-03-02 10:42:02'),
(116,632,7,'created',0.00,92500.00,NULL,'Loan created from POS sale',NULL,'2026-03-02 11:01:06','2026-03-02 11:01:06'),
(117,630,7,'fully_paid',2500.00,0.00,2500.00,'Payment received',NULL,'2026-03-02 12:29:05','2026-03-02 12:29:05'),
(118,580,7,'fully_paid',7000.00,0.00,7000.00,'Payment received',NULL,'2026-03-02 12:29:24','2026-03-02 12:29:24'),
(119,634,7,'created',0.00,36500.00,NULL,'Loan created from POS sale',NULL,'2026-03-02 12:30:54','2026-03-02 12:30:54'),
(120,635,7,'created',0.00,18500.00,NULL,'Loan created from POS sale',NULL,'2026-03-02 12:35:07','2026-03-02 12:35:07'),
(121,636,7,'created',0.00,18000.00,NULL,'Loan created from POS sale',NULL,'2026-03-02 12:36:22','2026-03-02 12:36:22'),
(122,652,7,'created',0.00,373500.00,NULL,'Loan created from POS sale',NULL,'2026-03-03 10:16:33','2026-03-03 10:16:33'),
(123,652,7,'fully_paid',373500.00,0.00,373500.00,'Payment received',NULL,'2026-03-04 09:06:25','2026-03-04 09:06:25'),
(124,663,7,'created',0.00,55500.00,NULL,'Loan created from POS sale',NULL,'2026-03-04 10:16:42','2026-03-04 10:16:42'),
(125,664,7,'created',0.00,37000.00,NULL,'Loan created from POS sale',NULL,'2026-03-04 12:49:15','2026-03-04 12:49:15'),
(126,632,7,'fully_paid',92500.00,0.00,92500.00,'Payment received',NULL,'2026-03-04 12:53:36','2026-03-04 12:53:36'),
(127,502,7,'payment_made',35000.00,17500.00,17500.00,'Payment received',NULL,'2026-03-05 09:28:54','2026-03-05 09:28:54'),
(128,669,7,'created',0.00,37000.00,NULL,'Loan created from POS sale',NULL,'2026-03-05 10:21:11','2026-03-05 10:21:11'),
(129,635,7,'fully_paid',18500.00,0.00,18500.00,'Payment received',NULL,'2026-03-05 10:21:57','2026-03-05 10:21:57'),
(130,677,7,'created',0.00,10000.00,NULL,'Loan created from POS sale',NULL,'2026-03-05 12:39:19','2026-03-05 12:39:19'),
(131,678,7,'created',0.00,55500.00,NULL,'Loan created from POS sale',NULL,'2026-03-06 07:54:30','2026-03-06 07:54:30'),
(132,682,7,'created',0.00,55500.00,NULL,'Loan created from POS sale',NULL,'2026-03-06 10:37:26','2026-03-06 10:37:26'),
(133,683,7,'created',0.00,18500.00,NULL,'Loan created from POS sale',NULL,'2026-03-06 11:10:11','2026-03-06 11:10:11'),
(134,685,7,'created',0.00,37000.00,NULL,'Loan created from POS sale',NULL,'2026-03-06 11:55:27','2026-03-06 11:55:27'),
(135,685,7,'fully_paid',37000.00,0.00,37000.00,'Payment received',NULL,'2026-03-06 12:10:49','2026-03-06 12:10:49'),
(136,502,7,'fully_paid',17500.00,0.00,17500.00,'Payment received',NULL,'2026-03-07 07:38:06','2026-03-07 07:38:06'),
(137,669,7,'fully_paid',37000.00,0.00,37000.00,'Payment received',NULL,'2026-03-07 09:15:19','2026-03-07 09:15:19'),
(138,682,7,'fully_paid',55500.00,0.00,55500.00,'Payment received',NULL,'2026-03-07 09:15:31','2026-03-07 09:15:31'),
(139,683,7,'fully_paid',18500.00,0.00,18500.00,'Payment received',NULL,'2026-03-07 09:15:41','2026-03-07 09:15:41'),
(140,699,7,'created',0.00,48500.00,NULL,'Loan created from POS sale',NULL,'2026-03-07 10:03:19','2026-03-07 10:03:19'),
(141,585,4,'fully_paid',1300500.00,0.00,1300500.00,'PAYE A ABECHE',NULL,'2026-03-09 05:01:50','2026-03-09 05:01:50'),
(142,465,4,'payment_made',2265000.00,1265000.00,1000000.00,'PAYE A ABECHE CHEZ ADAM AL HILALI',NULL,'2026-03-09 05:23:13','2026-03-09 05:23:13'),
(143,710,4,'created',0.00,666000.00,NULL,'Loan created from POS sale',NULL,'2026-03-09 05:54:40','2026-03-09 05:54:40'),
(144,719,7,'created',0.00,20000.00,NULL,'Loan created from POS sale',NULL,'2026-03-09 08:09:08','2026-03-09 08:09:08'),
(145,728,7,'created',0.00,278500.00,NULL,'Loan created from POS sale',NULL,'2026-03-09 10:48:42','2026-03-09 10:48:42'),
(146,733,7,'created',0.00,20000.00,NULL,'Loan created from POS sale',NULL,'2026-03-09 12:50:20','2026-03-09 12:50:20'),
(147,728,7,'fully_paid',278500.00,0.00,278500.00,'Payment received',NULL,'2026-03-09 12:50:41','2026-03-09 12:50:41'),
(148,733,7,'payment_made',20000.00,10000.00,10000.00,'Payment received',NULL,'2026-03-09 13:10:19','2026-03-09 13:10:19'),
(149,749,7,'created',0.00,30000.00,NULL,'Loan created from POS sale',NULL,'2026-03-10 09:18:17','2026-03-10 09:18:17'),
(150,750,7,'created',0.00,240000.00,NULL,'Loan created from POS sale',NULL,'2026-03-10 09:18:39','2026-03-10 09:18:39'),
(151,663,7,'fully_paid',55500.00,0.00,55500.00,'Payment received',NULL,'2026-03-10 09:46:10','2026-03-10 09:46:10'),
(152,753,7,'created',0.00,40000.00,NULL,'Loan created from POS sale',NULL,'2026-03-10 10:25:36','2026-03-10 10:25:36'),
(153,259,7,'fully_paid',10000.00,0.00,10000.00,'Payment received',NULL,'2026-03-11 07:40:31','2026-03-11 07:40:31'),
(154,401,7,'fully_paid',185000.00,0.00,185000.00,'Payment received',NULL,'2026-03-11 07:58:43','2026-03-11 07:58:43'),
(155,466,7,'fully_paid',110000.00,0.00,110000.00,'Payment received',NULL,'2026-03-11 07:59:22','2026-03-11 07:59:22'),
(156,430,7,'payment_made',130000.00,90000.00,40000.00,'Payment received',NULL,'2026-03-11 08:03:02','2026-03-11 08:03:02'),
(157,733,7,'fully_paid',10000.00,0.00,10000.00,'Payment received',NULL,'2026-03-11 08:51:18','2026-03-11 08:51:18'),
(158,299,7,'fully_paid',4000.00,0.00,4000.00,'Payment received',NULL,'2026-03-12 08:20:56','2026-03-12 08:20:56'),
(159,678,7,'fully_paid',55500.00,0.00,55500.00,'Payment received',NULL,'2026-03-12 08:21:09','2026-03-12 08:21:09'),
(160,355,7,'fully_paid',55500.00,0.00,55500.00,'Payment received',NULL,'2026-03-12 08:21:28','2026-03-12 08:21:28'),
(161,778,7,'created',0.00,162500.00,NULL,'Loan created from POS sale',NULL,'2026-03-12 08:25:08','2026-03-12 08:25:08'),
(162,699,7,'fully_paid',48500.00,0.00,48500.00,'Payment received',NULL,'2026-03-12 11:07:46','2026-03-12 11:07:46'),
(163,465,4,'payment_made',1265000.00,265000.00,1000000.00,'Payment received',NULL,'2026-03-12 17:51:12','2026-03-12 17:51:12'),
(164,384,7,'fully_paid',65000.00,0.00,65000.00,'Payment received',NULL,'2026-03-13 06:37:29','2026-03-13 06:37:29'),
(165,144,7,'fully_paid',40000.00,0.00,40000.00,'Payment received',NULL,'2026-03-13 06:37:40','2026-03-13 06:37:40'),
(166,796,7,'created',0.00,210000.00,NULL,'Loan created from POS sale',NULL,'2026-03-13 07:41:13','2026-03-13 07:41:13'),
(167,809,7,'created',0.00,20000.00,NULL,'Loan created from POS sale',NULL,'2026-03-14 08:15:03','2026-03-14 08:15:03'),
(168,809,7,'fully_paid',20000.00,0.00,20000.00,'Payment received',NULL,'2026-03-16 09:15:37','2026-03-16 09:15:37'),
(169,857,7,'created',0.00,10000.00,NULL,'Loan created from POS sale',NULL,'2026-03-16 12:37:40','2026-03-16 12:37:40'),
(170,857,7,'fully_paid',10000.00,0.00,10000.00,'Payment received',NULL,'2026-03-17 07:21:40','2026-03-17 07:21:40'),
(171,864,7,'created',0.00,10000.00,NULL,'Loan created from POS sale',NULL,'2026-03-17 07:23:17','2026-03-17 07:23:17'),
(172,864,7,'fully_paid',10000.00,0.00,10000.00,'Payment received',NULL,'2026-03-17 08:09:31','2026-03-17 08:09:31'),
(173,869,7,'created',0.00,30000.00,NULL,'Loan created from POS sale',NULL,'2026-03-17 08:11:02','2026-03-17 08:11:02'),
(174,778,7,'payment_made',162500.00,62500.00,100000.00,'Payment received',NULL,'2026-03-17 10:35:20','2026-03-17 10:35:20'),
(175,869,7,'fully_paid',30000.00,0.00,30000.00,'Payment received',NULL,'2026-03-17 12:51:40','2026-03-17 12:51:40'),
(176,972,7,'created',0.00,30000.00,NULL,'Loan created from POS sale',NULL,'2026-03-19 07:58:02','2026-03-19 07:58:02'),
(177,796,7,'payment_made',210000.00,110000.00,100000.00,'Payment received',NULL,'2026-03-19 10:18:03','2026-03-19 10:18:03'),
(178,986,7,'created',0.00,130000.00,NULL,'Loan created from POS sale',NULL,'2026-03-19 10:29:59','2026-03-19 10:29:59'),
(179,1027,7,'created',0.00,40000.00,NULL,'Loan created from POS sale',NULL,'2026-03-28 07:59:54','2026-03-28 07:59:54'),
(180,972,7,'fully_paid',30000.00,0.00,30000.00,'Payment received',NULL,'2026-03-30 12:16:36','2026-03-30 12:16:36'),
(181,719,7,'fully_paid',20000.00,0.00,20000.00,'Payment received',NULL,'2026-03-30 12:16:48','2026-03-30 12:16:48'),
(182,1027,7,'fully_paid',40000.00,0.00,40000.00,'Payment received',NULL,'2026-04-01 07:43:44','2026-04-01 07:43:44'),
(183,796,7,'payment_made',110000.00,109890.00,110.00,'Payment received',NULL,'2026-04-07 05:53:40','2026-04-07 05:53:40'),
(184,796,7,'fully_paid',109890.00,0.00,109890.00,'Payment received',NULL,'2026-04-07 05:54:06','2026-04-07 05:54:06'),
(185,117,7,'fully_paid',1500.00,0.00,1500.00,'Payment received',NULL,'2026-04-07 05:55:06','2026-04-07 05:55:06'),
(186,677,7,'fully_paid',10000.00,0.00,10000.00,'Payment received',NULL,'2026-04-07 08:07:03','2026-04-07 08:07:03'),
(187,1043,7,'created',0.00,984000.00,NULL,'Loan created from POS sale',NULL,'2026-04-09 10:20:11','2026-04-09 10:20:11'),
(188,1043,7,'payment_made',984000.00,504000.00,480000.00,'Payment received',NULL,'2026-04-09 13:34:28','2026-04-09 13:34:28'),
(189,750,7,'fully_paid',240000.00,0.00,240000.00,'Payment received',NULL,'2026-04-18 10:16:41','2026-04-18 10:16:41'),
(190,430,7,'fully_paid',90000.00,0.00,90000.00,'Payment received',NULL,'2026-04-18 10:17:53','2026-04-18 10:17:53'),
(191,465,4,'fully_paid',265000.00,0.00,265000.00,'Payment received',NULL,'2026-04-20 12:00:12','2026-04-20 12:00:12'),
(192,510,4,'fully_paid',185000.00,0.00,185000.00,'REMBOURSEMENT DES MARCHANDISES',NULL,'2026-04-20 12:01:26','2026-04-20 12:01:26');
/*!40000 ALTER TABLE `loan_histories` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `loan_payments`
--

DROP TABLE IF EXISTS `loan_payments`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `loan_payments` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `sale_id` bigint(20) unsigned NOT NULL,
  `user_id` bigint(20) unsigned NOT NULL,
  `amount` decimal(15,2) NOT NULL,
  `payment_method` enum('cash','card','mobile_payment') NOT NULL,
  `notes` text DEFAULT NULL,
  `balance_before` decimal(15,2) NOT NULL,
  `balance_after` decimal(15,2) NOT NULL,
  `payment_date` datetime NOT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `loan_payments_sale_id_foreign` (`sale_id`),
  KEY `loan_payments_user_id_foreign` (`user_id`),
  CONSTRAINT `loan_payments_sale_id_foreign` FOREIGN KEY (`sale_id`) REFERENCES `sales` (`id`) ON DELETE CASCADE,
  CONSTRAINT `loan_payments_user_id_foreign` FOREIGN KEY (`user_id`) REFERENCES `users` (`id`) ON DELETE CASCADE
) ENGINE=InnoDB AUTO_INCREMENT=101 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `loan_payments`
--

LOCK TABLES `loan_payments` WRITE;
/*!40000 ALTER TABLE `loan_payments` DISABLE KEYS */;
INSERT INTO `loan_payments` VALUES
(1,15,7,300000.00,'cash',NULL,300000.00,0.00,'2025-12-23 08:23:53','2025-12-23 05:23:53','2025-12-23 05:23:53'),
(2,69,7,35000.00,'cash',NULL,52500.00,17500.00,'2025-12-26 14:24:47','2025-12-26 11:24:47','2025-12-26 11:24:47'),
(3,80,7,35000.00,'cash',NULL,35000.00,0.00,'2025-12-29 13:57:30','2025-12-29 10:57:30','2025-12-29 10:57:30'),
(4,58,7,70000.00,'cash',NULL,70000.00,0.00,'2025-12-29 13:58:52','2025-12-29 10:58:52','2025-12-29 10:58:52'),
(5,69,7,17500.00,'cash',NULL,17500.00,0.00,'2025-12-31 12:11:54','2025-12-31 09:11:54','2025-12-31 09:11:54'),
(6,107,7,105000.00,'cash',NULL,140000.00,35000.00,'2025-12-31 12:12:45','2025-12-31 09:12:45','2025-12-31 09:12:45'),
(7,107,7,17500.00,'cash',NULL,35000.00,17500.00,'2025-12-31 12:40:49','2025-12-31 09:40:49','2025-12-31 09:40:49'),
(9,14,7,17500.00,'cash',NULL,17500.00,0.00,'2025-12-31 13:43:41','2025-12-31 10:43:41','2025-12-31 10:43:41'),
(10,113,7,35000.00,'cash',NULL,35000.00,0.00,'2026-01-02 13:31:34','2026-01-02 10:31:34','2026-01-02 10:31:34'),
(11,120,7,17500.00,'cash',NULL,17500.00,0.00,'2026-01-05 14:08:25','2026-01-05 11:08:25','2026-01-05 11:08:25'),
(12,202,7,17500.00,'cash',NULL,17500.00,0.00,'2026-01-12 14:10:06','2026-01-12 11:10:06','2026-01-12 11:10:06'),
(13,136,7,17500.00,'cash',NULL,17500.00,0.00,'2026-01-13 10:26:55','2026-01-13 07:26:55','2026-01-13 07:26:55'),
(14,214,7,17500.00,'cash',NULL,17500.00,0.00,'2026-01-14 10:41:32','2026-01-14 07:41:32','2026-01-14 07:41:32'),
(15,278,7,17500.00,'cash',NULL,17500.00,0.00,'2026-01-19 09:21:28','2026-01-19 06:21:28','2026-01-19 06:21:28'),
(16,239,7,85000.00,'cash',NULL,105000.00,20000.00,'2026-01-19 10:18:55','2026-01-19 07:18:55','2026-01-19 07:18:55'),
(17,285,7,17500.00,'cash',NULL,17500.00,0.00,'2026-01-19 16:12:46','2026-01-19 13:12:46','2026-01-19 13:12:46'),
(18,303,7,17500.00,'cash',NULL,17500.00,0.00,'2026-01-21 13:11:17','2026-01-21 10:11:17','2026-01-21 10:11:17'),
(19,239,7,2500.00,'cash',NULL,2500.00,0.00,'2026-01-22 15:36:26','2026-01-22 12:36:26','2026-01-22 12:36:26'),
(20,279,7,92500.00,'cash',NULL,92500.00,0.00,'2026-01-22 15:36:39','2026-01-22 12:36:39','2026-01-22 12:36:39'),
(21,107,7,17500.00,'cash',NULL,17500.00,0.00,'2026-01-23 10:55:06','2026-01-23 07:55:06','2026-01-23 07:55:06'),
(22,193,7,95000.00,'cash',NULL,105000.00,10000.00,'2026-01-23 10:56:04','2026-01-23 07:56:04','2026-01-23 07:56:04'),
(23,338,7,17500.00,'cash',NULL,17500.00,0.00,'2026-01-26 12:01:12','2026-01-26 09:01:12','2026-01-26 09:01:12'),
(24,193,7,10000.00,'cash',NULL,10000.00,0.00,'2026-01-26 14:39:27','2026-01-26 11:39:27','2026-01-26 11:39:27'),
(25,209,7,45000.00,'cash',NULL,70000.00,25000.00,'2026-01-26 14:41:06','2026-01-26 11:41:06','2026-01-26 11:41:06'),
(26,288,7,250000.00,'cash',NULL,250000.00,0.00,'2026-01-27 09:36:47','2026-01-27 06:36:47','2026-01-27 06:36:47'),
(27,314,7,55500.00,'cash',NULL,55500.00,0.00,'2026-01-27 11:39:30','2026-01-27 08:39:30','2026-01-27 08:39:30'),
(28,335,7,30000.00,'cash',NULL,30000.00,0.00,'2026-01-27 11:39:59','2026-01-27 08:39:59','2026-01-27 08:39:59'),
(29,320,7,36000.00,'cash',NULL,36000.00,0.00,'2026-01-28 09:28:17','2026-01-28 06:28:17','2026-01-28 06:28:17'),
(30,305,7,17500.00,'cash',NULL,17500.00,0.00,'2026-01-28 12:29:28','2026-01-28 09:29:28','2026-01-28 09:29:28'),
(31,299,7,51500.00,'cash',NULL,55500.00,4000.00,'2026-01-28 12:31:39','2026-01-28 09:31:39','2026-01-28 09:31:39'),
(32,209,7,15000.00,'cash',NULL,25000.00,10000.00,'2026-01-28 13:57:07','2026-01-28 10:57:07','2026-01-28 10:57:07'),
(33,343,7,17500.00,'cash',NULL,17500.00,0.00,'2026-01-28 13:58:40','2026-01-28 10:58:40','2026-01-28 10:58:40'),
(34,378,7,625000.00,'cash',NULL,630000.00,5000.00,'2026-02-02 13:45:50','2026-02-02 10:45:50','2026-02-02 10:45:50'),
(35,144,7,210000.00,'cash',NULL,250000.00,40000.00,'2026-02-03 13:39:06','2026-02-03 10:39:06','2026-02-03 10:39:06'),
(36,372,7,17500.00,'cash',NULL,17500.00,0.00,'2026-02-03 13:44:43','2026-02-03 10:44:43','2026-02-03 10:44:43'),
(37,352,7,100000.00,'cash',NULL,100000.00,0.00,'2026-02-03 13:45:03','2026-02-03 10:45:03','2026-02-03 10:45:03'),
(38,209,7,10000.00,'cash',NULL,10000.00,0.00,'2026-02-03 15:16:17','2026-02-03 12:16:17','2026-02-03 12:16:17'),
(39,386,7,19000.00,'cash',NULL,35000.00,16000.00,'2026-02-03 15:16:44','2026-02-03 12:16:44','2026-02-03 12:16:44'),
(40,386,7,10000.00,'cash',NULL,16000.00,6000.00,'2026-02-03 15:17:21','2026-02-03 12:17:21','2026-02-03 12:17:21'),
(41,386,7,6000.00,'cash',NULL,6000.00,0.00,'2026-02-04 12:08:31','2026-02-04 09:08:31','2026-02-04 09:08:31'),
(42,393,7,20000.00,'cash',NULL,35000.00,15000.00,'2026-02-04 12:09:42','2026-02-04 09:09:42','2026-02-04 09:09:42'),
(43,365,7,455000.00,'cash',NULL,455000.00,0.00,'2026-02-05 09:34:50','2026-02-05 06:34:50','2026-02-05 06:34:50'),
(44,393,7,10000.00,'cash',NULL,15000.00,5000.00,'2026-02-06 08:07:40','2026-02-06 05:07:40','2026-02-06 05:07:40'),
(45,346,7,20000.00,'cash',NULL,20000.00,0.00,'2026-02-06 13:54:35','2026-02-06 10:54:35','2026-02-06 10:54:35'),
(46,430,7,500000.00,'cash',NULL,630000.00,130000.00,'2026-02-10 11:03:08','2026-02-10 08:03:08','2026-02-10 08:03:08'),
(47,393,7,5000.00,'cash',NULL,5000.00,0.00,'2026-02-21 10:55:33','2026-02-21 07:55:33','2026-02-21 07:55:33'),
(48,408,7,17500.00,'cash',NULL,17500.00,0.00,'2026-02-21 10:56:02','2026-02-21 07:56:02','2026-02-21 07:56:02'),
(49,502,7,17500.00,'cash',NULL,52500.00,35000.00,'2026-02-21 15:25:17','2026-02-21 12:25:17','2026-02-21 12:25:17'),
(50,465,4,1127000.00,'cash',NULL,3392000.00,2265000.00,'2026-02-22 10:25:55','2026-02-22 07:25:55','2026-02-22 07:25:55'),
(51,378,7,5000.00,'cash',NULL,5000.00,0.00,'2026-02-24 12:24:17','2026-02-24 09:24:17','2026-02-24 09:24:17'),
(52,583,7,55500.00,'cash',NULL,55500.00,0.00,'2026-03-01 15:48:18','2026-03-01 12:48:18','2026-03-01 12:48:18'),
(53,582,7,466500.00,'cash',NULL,466500.00,0.00,'2026-03-01 15:48:35','2026-03-01 12:48:35','2026-03-01 12:48:35'),
(54,261,4,617500.00,'cash',NULL,945000.00,327500.00,'2026-03-02 10:10:30','2026-03-02 07:10:30','2026-03-02 07:10:30'),
(55,630,7,2500.00,'cash',NULL,2500.00,0.00,'2026-03-02 15:29:05','2026-03-02 12:29:05','2026-03-02 12:29:05'),
(56,580,7,7000.00,'cash',NULL,7000.00,0.00,'2026-03-02 15:29:23','2026-03-02 12:29:23','2026-03-02 12:29:23'),
(57,652,7,373500.00,'cash',NULL,373500.00,0.00,'2026-03-04 12:06:25','2026-03-04 09:06:25','2026-03-04 09:06:25'),
(58,632,7,92500.00,'cash',NULL,92500.00,0.00,'2026-03-04 15:53:36','2026-03-04 12:53:36','2026-03-04 12:53:36'),
(59,502,7,17500.00,'cash',NULL,35000.00,17500.00,'2026-03-05 12:28:54','2026-03-05 09:28:54','2026-03-05 09:28:54'),
(60,635,7,18500.00,'cash',NULL,18500.00,0.00,'2026-03-05 13:21:57','2026-03-05 10:21:57','2026-03-05 10:21:57'),
(61,685,7,37000.00,'cash',NULL,37000.00,0.00,'2026-03-06 15:10:49','2026-03-06 12:10:49','2026-03-06 12:10:49'),
(62,502,7,17500.00,'cash',NULL,17500.00,0.00,'2026-03-07 10:38:06','2026-03-07 07:38:06','2026-03-07 07:38:06'),
(63,669,7,37000.00,'cash',NULL,37000.00,0.00,'2026-03-07 12:15:19','2026-03-07 09:15:19','2026-03-07 09:15:19'),
(64,682,7,55500.00,'cash',NULL,55500.00,0.00,'2026-03-07 12:15:31','2026-03-07 09:15:31','2026-03-07 09:15:31'),
(65,683,7,18500.00,'cash',NULL,18500.00,0.00,'2026-03-07 12:15:41','2026-03-07 09:15:41','2026-03-07 09:15:41'),
(66,585,4,1300500.00,'cash','PAYE A ABECHE',1300500.00,0.00,'2026-03-09 08:01:50','2026-03-09 05:01:50','2026-03-09 05:01:50'),
(67,465,4,1000000.00,'cash','PAYE A ABECHE CHEZ ADAM AL HILALI',2265000.00,1265000.00,'2026-03-09 08:23:13','2026-03-09 05:23:13','2026-03-09 05:23:13'),
(68,728,7,278500.00,'cash',NULL,278500.00,0.00,'2026-03-09 15:50:41','2026-03-09 12:50:41','2026-03-09 12:50:41'),
(69,733,7,10000.00,'cash',NULL,20000.00,10000.00,'2026-03-09 16:10:19','2026-03-09 13:10:19','2026-03-09 13:10:19'),
(70,663,7,55500.00,'cash',NULL,55500.00,0.00,'2026-03-10 12:46:10','2026-03-10 09:46:10','2026-03-10 09:46:10'),
(71,259,7,10000.00,'cash',NULL,10000.00,0.00,'2026-03-11 10:40:31','2026-03-11 07:40:31','2026-03-11 07:40:31'),
(72,401,7,185000.00,'cash',NULL,185000.00,0.00,'2026-03-11 10:58:43','2026-03-11 07:58:43','2026-03-11 07:58:43'),
(73,466,7,110000.00,'cash',NULL,110000.00,0.00,'2026-03-11 10:59:22','2026-03-11 07:59:22','2026-03-11 07:59:22'),
(74,430,7,40000.00,'cash',NULL,130000.00,90000.00,'2026-03-11 11:03:02','2026-03-11 08:03:02','2026-03-11 08:03:02'),
(75,733,7,10000.00,'cash',NULL,10000.00,0.00,'2026-03-11 11:51:18','2026-03-11 08:51:18','2026-03-11 08:51:18'),
(76,299,7,4000.00,'cash',NULL,4000.00,0.00,'2026-03-12 11:20:56','2026-03-12 08:20:56','2026-03-12 08:20:56'),
(77,678,7,55500.00,'cash',NULL,55500.00,0.00,'2026-03-12 11:21:09','2026-03-12 08:21:09','2026-03-12 08:21:09'),
(78,355,7,55500.00,'cash',NULL,55500.00,0.00,'2026-03-12 11:21:28','2026-03-12 08:21:28','2026-03-12 08:21:28'),
(79,699,7,48500.00,'cash',NULL,48500.00,0.00,'2026-03-12 14:07:46','2026-03-12 11:07:46','2026-03-12 11:07:46'),
(80,465,4,1000000.00,'cash',NULL,1265000.00,265000.00,'2026-03-12 20:51:11','2026-03-12 17:51:11','2026-03-12 17:51:11'),
(81,384,7,65000.00,'cash',NULL,65000.00,0.00,'2026-03-13 09:37:29','2026-03-13 06:37:29','2026-03-13 06:37:29'),
(82,144,7,40000.00,'cash',NULL,40000.00,0.00,'2026-03-13 09:37:40','2026-03-13 06:37:40','2026-03-13 06:37:40'),
(83,809,7,20000.00,'cash',NULL,20000.00,0.00,'2026-03-16 12:15:37','2026-03-16 09:15:37','2026-03-16 09:15:37'),
(84,857,7,10000.00,'cash',NULL,10000.00,0.00,'2026-03-17 10:21:40','2026-03-17 07:21:40','2026-03-17 07:21:40'),
(85,864,7,10000.00,'cash',NULL,10000.00,0.00,'2026-03-17 11:09:31','2026-03-17 08:09:31','2026-03-17 08:09:31'),
(86,778,7,100000.00,'cash',NULL,162500.00,62500.00,'2026-03-17 13:35:20','2026-03-17 10:35:20','2026-03-17 10:35:20'),
(87,869,7,30000.00,'cash',NULL,30000.00,0.00,'2026-03-17 15:51:40','2026-03-17 12:51:40','2026-03-17 12:51:40'),
(88,796,7,100000.00,'cash',NULL,210000.00,110000.00,'2026-03-19 13:18:03','2026-03-19 10:18:03','2026-03-19 10:18:03'),
(89,972,7,30000.00,'cash',NULL,30000.00,0.00,'2026-03-30 15:16:36','2026-03-30 12:16:36','2026-03-30 12:16:36'),
(90,719,7,20000.00,'cash',NULL,20000.00,0.00,'2026-03-30 15:16:48','2026-03-30 12:16:48','2026-03-30 12:16:48'),
(91,1027,7,40000.00,'cash',NULL,40000.00,0.00,'2026-04-01 10:43:44','2026-04-01 07:43:44','2026-04-01 07:43:44'),
(92,796,7,110.00,'cash',NULL,110000.00,109890.00,'2026-04-07 08:53:40','2026-04-07 05:53:40','2026-04-07 05:53:40'),
(93,796,7,109890.00,'cash',NULL,109890.00,0.00,'2026-04-07 08:54:06','2026-04-07 05:54:06','2026-04-07 05:54:06'),
(94,117,7,1500.00,'cash',NULL,1500.00,0.00,'2026-04-07 08:55:06','2026-04-07 05:55:06','2026-04-07 05:55:06'),
(95,677,7,10000.00,'cash',NULL,10000.00,0.00,'2026-04-07 11:07:02','2026-04-07 08:07:02','2026-04-07 08:07:02'),
(96,1043,7,480000.00,'cash',NULL,984000.00,504000.00,'2026-04-09 16:34:26','2026-04-09 13:34:26','2026-04-09 13:34:26'),
(97,750,7,240000.00,'cash',NULL,240000.00,0.00,'2026-04-18 13:16:39','2026-04-18 10:16:39','2026-04-18 10:16:39'),
(98,430,7,90000.00,'cash',NULL,90000.00,0.00,'2026-04-18 13:17:51','2026-04-18 10:17:51','2026-04-18 10:17:51'),
(99,465,4,265000.00,'cash',NULL,265000.00,0.00,'2026-04-20 15:00:11','2026-04-20 12:00:11','2026-04-20 12:00:11'),
(100,510,4,185000.00,'cash','REMBOURSEMENT DES MARCHANDISES',185000.00,0.00,'2026-04-20 15:01:25','2026-04-20 12:01:25','2026-04-20 12:01:25');
/*!40000 ALTER TABLE `loan_payments` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `markets`
--

DROP TABLE IF EXISTS `markets`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `markets` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `domain` varchar(255) NOT NULL,
  `db_name` varchar(255) NOT NULL,
  `db_user` varchar(255) NOT NULL,
  `db_password` varchar(255) NOT NULL,
  `app_name` 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`),
  UNIQUE KEY `markets_domain_unique` (`domain`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `markets`
--

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

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

DROP TABLE IF EXISTS `migrations`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `migrations` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `migration` varchar(255) NOT NULL,
  `batch` int(11) NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=29 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `migrations`
--

LOCK TABLES `migrations` WRITE;
/*!40000 ALTER TABLE `migrations` DISABLE KEYS */;
INSERT INTO `migrations` VALUES
(1,'0001_01_01_000000_create_users_table',1),
(2,'0001_01_01_000001_create_cache_table',1),
(3,'0001_01_01_000002_create_jobs_table',1),
(4,'2024_01_01_000008_create_categories_table',1),
(5,'2025_08_20_204847_add_two_factor_columns_to_users_table',1),
(6,'2025_08_20_204856_create_personal_access_tokens_table',1),
(7,'2025_08_21_174432_create_products_table',1),
(8,'2025_08_21_174528_create_product_inventories_table',1),
(9,'2025_08_21_174637_create_product_histories_table',1),
(10,'2025_08_21_174721_create_sales_table',1),
(11,'2025_08_21_174757_create_sale_items_table',1),
(12,'2025_08_21_174838_create_product_variants_table',1),
(13,'2025_08_26_161417_create_sale_histories_table',1),
(14,'2025_09_03_142120_create_proformas_table',1),
(15,'2025_09_03_142121_create_proforma_items_table',1),
(16,'2025_09_07_121232_create_expense_types_table',1),
(17,'2025_09_07_121233_create_expenses_table',1),
(18,'2025_09_07_153315_create_cashier_balances_table',1),
(19,'2025_09_10_093456_add_loan_fields_to_sales_table',1),
(20,'2025_09_10_093456_create_loan_histories_table',1),
(21,'2025_09_10_093456_create_loan_payments_table',1),
(22,'2025_09_12_181425_create_business_settings_table',1),
(23,'2025_09_27_194618_create_permission_tables',1),
(24,'2025_10_31_164515_create_markets_table',1),
(25,'2025_11_27_135818_create_push_subscriptions_table',2),
(26,'2026_04_05_000001_add_starting_year_to_business_settings',2),
(27,'2026_04_05_220918_create_fiscal_years_table',2),
(28,'2026_04_07_071928_add_endpoint_hash_to_push_subscriptions',2);
/*!40000 ALTER TABLE `migrations` ENABLE KEYS */;
UNLOCK TABLES;

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

DROP TABLE IF EXISTS `model_has_permissions`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
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;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `model_has_permissions`
--

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

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

DROP TABLE IF EXISTS `model_has_roles`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
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;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `model_has_roles`
--

LOCK TABLES `model_has_roles` WRITE;
/*!40000 ALTER TABLE `model_has_roles` DISABLE KEYS */;
INSERT INTO `model_has_roles` VALUES
(1,'App\\Models\\User',2),
(1,'App\\Models\\User',3),
(1,'App\\Models\\User',4),
(1,'App\\Models\\User',7),
(2,'App\\Models\\User',11),
(4,'App\\Models\\User',9),
(4,'App\\Models\\User',10);
/*!40000 ALTER TABLE `model_has_roles` ENABLE KEYS */;
UNLOCK TABLES;

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

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

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

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

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

DROP TABLE IF EXISTS `permissions`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `permissions` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `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=61 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `permissions`
--

LOCK TABLES `permissions` WRITE;
/*!40000 ALTER TABLE `permissions` DISABLE KEYS */;
INSERT INTO `permissions` VALUES
(1,'view dashboard','web','2025-11-01 11:20:21','2025-11-01 11:20:21'),
(2,'refresh dashboard','web','2025-11-01 11:20:21','2025-11-01 11:20:21'),
(3,'view dashboard stats','web','2025-11-01 11:20:21','2025-11-01 11:20:21'),
(4,'view users','web','2025-11-01 11:20:21','2025-11-01 11:20:21'),
(5,'create users','web','2025-11-01 11:20:21','2025-11-01 11:20:21'),
(6,'edit users','web','2025-11-01 11:20:21','2025-11-01 11:20:21'),
(7,'delete users','web','2025-11-01 11:20:21','2025-11-01 11:20:21'),
(8,'assign roles','web','2025-11-01 11:20:21','2025-11-01 11:20:21'),
(9,'view roles','web','2025-11-01 11:20:21','2025-11-01 11:20:21'),
(10,'create roles','web','2025-11-01 11:20:21','2025-11-01 11:20:21'),
(11,'edit roles','web','2025-11-01 11:20:21','2025-11-01 11:20:21'),
(12,'delete roles','web','2025-11-01 11:20:21','2025-11-01 11:20:21'),
(13,'view categories','web','2025-11-01 11:20:21','2025-11-01 11:20:21'),
(14,'create categories','web','2025-11-01 11:20:21','2025-11-01 11:20:21'),
(15,'edit categories','web','2025-11-01 11:20:21','2025-11-01 11:20:21'),
(16,'delete categories','web','2025-11-01 11:20:21','2025-11-01 11:20:21'),
(17,'toggle category status','web','2025-11-01 11:20:21','2025-11-01 11:20:21'),
(18,'view products','web','2025-11-01 11:20:21','2025-11-01 11:20:21'),
(19,'create products','web','2025-11-01 11:20:21','2025-11-01 11:20:21'),
(20,'edit products','web','2025-11-01 11:20:21','2025-11-01 11:20:21'),
(21,'delete products','web','2025-11-01 11:20:21','2025-11-01 11:20:21'),
(22,'manage product stock','web','2025-11-01 11:20:21','2025-11-01 11:20:21'),
(23,'view product analytics','web','2025-11-01 11:20:21','2025-11-01 11:20:21'),
(24,'access pos','web','2025-11-01 11:20:21','2025-11-01 11:20:21'),
(25,'process sales','web','2025-11-01 11:20:21','2025-11-01 11:20:21'),
(26,'cancel sales','web','2025-11-01 11:20:21','2025-11-01 11:20:21'),
(27,'view sales history','web','2025-11-01 11:20:21','2025-11-01 11:20:21'),
(28,'view sale details','web','2025-11-01 11:20:21','2025-11-01 11:20:21'),
(29,'edit sales','web','2025-11-01 11:20:21','2025-11-01 11:20:21'),
(30,'print receipts','web','2025-11-01 11:20:21','2025-11-01 11:20:21'),
(31,'export sales','web','2025-11-01 11:20:21','2025-11-01 11:20:21'),
(32,'view sale history','web','2025-11-01 11:20:21','2025-11-01 11:20:21'),
(33,'view reports','web','2025-11-01 11:20:21','2025-11-01 11:20:21'),
(34,'export reports','web','2025-11-01 11:20:21','2025-11-01 11:20:21'),
(35,'generate advanced reports','web','2025-11-01 11:20:21','2025-11-01 11:20:21'),
(36,'view business settings','web','2025-11-01 11:20:21','2025-11-01 11:20:21'),
(37,'edit business settings','web','2025-11-01 11:20:21','2025-11-01 11:20:21'),
(38,'view expenses','web','2025-11-01 11:20:21','2025-11-01 11:20:21'),
(39,'create expenses','web','2025-11-01 11:20:21','2025-11-01 11:20:21'),
(40,'edit expenses','web','2025-11-01 11:20:21','2025-11-01 11:20:21'),
(41,'delete expenses','web','2025-11-01 11:20:21','2025-11-01 11:20:21'),
(42,'approve expenses','web','2025-11-01 11:20:21','2025-11-01 11:20:21'),
(43,'view loans','web','2025-11-01 11:20:21','2025-11-01 11:20:21'),
(44,'manage loan payments','web','2025-11-01 11:20:21','2025-11-01 11:20:21'),
(45,'mark loans paid','web','2025-11-01 11:20:21','2025-11-01 11:20:21'),
(46,'view proformas','web','2025-11-01 11:20:21','2025-11-01 11:20:21'),
(47,'create proformas','web','2025-11-01 11:20:21','2025-11-01 11:20:21'),
(48,'edit proformas','web','2025-11-01 11:20:21','2025-11-01 11:20:21'),
(49,'delete proformas','web','2025-11-01 11:20:21','2025-11-01 11:20:21'),
(50,'confirm proformas','web','2025-11-01 11:20:21','2025-11-01 11:20:21'),
(51,'cancel proformas','web','2025-11-01 11:20:21','2025-11-01 11:20:21'),
(52,'view cashier','web','2025-11-01 11:20:21','2025-11-01 11:20:21'),
(53,'process withdrawals','web','2025-11-01 11:20:21','2025-11-01 11:20:21'),
(54,'view cashier history','web','2025-11-01 11:20:21','2025-11-01 11:20:21'),
(55,'export cashier reports','web','2025-11-01 11:20:21','2025-11-01 11:20:21'),
(56,'view cashier balance','web','2025-11-01 11:20:21','2025-11-01 11:20:21'),
(57,'view expense types','web','2025-11-01 11:20:21','2025-11-01 11:20:21'),
(58,'create expense types','web','2025-11-01 11:20:21','2025-11-01 11:20:21'),
(59,'edit expense types','web','2025-11-01 11:20:21','2025-11-01 11:20:21'),
(60,'delete expense types','web','2025-11-01 11:20:21','2025-11-01 11:20:21');
/*!40000 ALTER TABLE `permissions` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `personal_access_tokens`
--

DROP TABLE IF EXISTS `personal_access_tokens`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `personal_access_tokens` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `tokenable_type` varchar(255) NOT NULL,
  `tokenable_id` bigint(20) unsigned NOT NULL,
  `name` text NOT NULL,
  `token` varchar(64) NOT NULL,
  `abilities` text DEFAULT NULL,
  `last_used_at` timestamp NULL DEFAULT NULL,
  `expires_at` timestamp NULL DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  PRIMARY KEY (`id`),
  UNIQUE KEY `personal_access_tokens_token_unique` (`token`),
  KEY `personal_access_tokens_tokenable_type_tokenable_id_index` (`tokenable_type`,`tokenable_id`),
  KEY `personal_access_tokens_expires_at_index` (`expires_at`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `personal_access_tokens`
--

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

--
-- Table structure for table `product_histories`
--

DROP TABLE IF EXISTS `product_histories`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `product_histories` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `product_id` bigint(20) unsigned NOT NULL,
  `action` varchar(50) NOT NULL,
  `description` text NOT NULL,
  `user_id` bigint(20) unsigned DEFAULT NULL,
  `data` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL CHECK (json_valid(`data`)),
  `ip_address` varchar(45) DEFAULT NULL,
  `user_agent` text DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `product_histories_product_id_created_at_index` (`product_id`,`created_at`),
  KEY `product_histories_action_index` (`action`),
  KEY `product_histories_user_id_index` (`user_id`),
  CONSTRAINT `product_histories_product_id_foreign` FOREIGN KEY (`product_id`) REFERENCES `products` (`id`) ON DELETE CASCADE,
  CONSTRAINT `product_histories_user_id_foreign` FOREIGN KEY (`user_id`) REFERENCES `users` (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=4824 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `product_histories`
--

LOCK TABLES `product_histories` WRITE;
/*!40000 ALTER TABLE `product_histories` DISABLE KEYS */;
INSERT INTO `product_histories` VALUES
(1,1,'created','Product created',4,'{\"name\":\"Hilali\",\"description\":null,\"barcode\":\"PRD677078\",\"category_id\":\"2\",\"product_type\":\"market\",\"unit\":\"pcs\",\"cost_price\":\"16500.00\",\"selling_price\":\"17500.00\",\"discount_price\":null,\"image\":\"products\\/1765807729_OpUTFTilbc.jpg\",\"expiry_date\":null,\"is_active\":true,\"alert_quantity\":1,\"weight\":null,\"length\":null,\"width\":null,\"height\":null,\"updated_at\":\"2025-12-15T14:08:49.000000Z\",\"created_at\":\"2025-12-15T14:08:49.000000Z\",\"id\":1}','143.105.161.72','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36','2025-12-15 11:08:49','2025-12-15 11:08:49'),
(2,1,'stock_added','Added 7 units - Initial stock',4,'{\"quantity\":7,\"reason\":\"Initial stock\",\"previous_stock\":0,\"new_stock\":7,\"notes\":\"Product creation\"}','143.105.161.72','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36','2025-12-15 11:08:50','2025-12-15 11:08:50'),
(3,1,'updated','Product updated',4,'{\"name\":{\"old\":\"Hilali\",\"new\":\"Hilali-1\"}}','143.105.161.72','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36','2025-12-15 11:10:29','2025-12-15 11:10:29'),
(4,2,'created','Product created',4,'{\"name\":\"Hilali-2\",\"description\":null,\"barcode\":\"PRD052669\",\"category_id\":\"2\",\"product_type\":\"market\",\"unit\":\"pcs\",\"cost_price\":\"16500.00\",\"selling_price\":\"17500.00\",\"discount_price\":null,\"image\":\"products\\/1765809150_jJkMLyx9ua.jpg\",\"expiry_date\":null,\"is_active\":true,\"alert_quantity\":1,\"weight\":null,\"length\":null,\"width\":null,\"height\":null,\"updated_at\":\"2025-12-15T14:32:30.000000Z\",\"created_at\":\"2025-12-15T14:32:30.000000Z\",\"id\":2}','143.105.161.72','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36','2025-12-15 11:32:30','2025-12-15 11:32:30'),
(5,2,'stock_added','Added 9 units - Initial stock',4,'{\"quantity\":9,\"reason\":\"Initial stock\",\"previous_stock\":0,\"new_stock\":9,\"notes\":\"Product creation\"}','143.105.161.72','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36','2025-12-15 11:32:30','2025-12-15 11:32:30'),
(6,2,'updated','Product updated',4,'{\"image\":{\"old\":\"products\\/1765809150_jJkMLyx9ua.jpg\",\"new\":\"products\\/1765809223_CqNvmmvr5w.jpg\"}}','143.105.161.72','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36','2025-12-15 11:33:43','2025-12-15 11:33:43'),
(7,2,'updated','Product updated',4,'{\"image\":{\"old\":\"products\\/1765809223_CqNvmmvr5w.jpg\",\"new\":\"products\\/1765809323_GyIrdqmo77.jpg\"}}','143.105.161.72','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36','2025-12-15 11:35:23','2025-12-15 11:35:23'),
(8,3,'created','Product created',4,'{\"name\":\"Hilali-3\",\"description\":null,\"barcode\":\"PRD853875\",\"category_id\":\"2\",\"product_type\":\"market\",\"unit\":\"pcs\",\"cost_price\":\"16500.00\",\"selling_price\":\"17500.00\",\"discount_price\":null,\"image\":\"products\\/1765811562_kUSbJezsFK.jpg\",\"expiry_date\":null,\"is_active\":true,\"alert_quantity\":1,\"weight\":null,\"length\":null,\"width\":null,\"height\":null,\"updated_at\":\"2025-12-15T15:12:42.000000Z\",\"created_at\":\"2025-12-15T15:12:42.000000Z\",\"id\":3}','143.105.161.72','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36','2025-12-15 12:12:42','2025-12-15 12:12:42'),
(9,3,'stock_added','Added 1 units - Initial stock',4,'{\"quantity\":1,\"reason\":\"Initial stock\",\"previous_stock\":0,\"new_stock\":1,\"notes\":\"Product creation\"}','143.105.161.72','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36','2025-12-15 12:12:42','2025-12-15 12:12:42'),
(10,4,'created','Product created',4,'{\"name\":\"DURAY S-1\",\"description\":null,\"barcode\":\"PRD107864\",\"category_id\":\"3\",\"product_type\":\"market\",\"unit\":\"pcs\",\"cost_price\":\"11500.00\",\"selling_price\":\"12500.00\",\"discount_price\":null,\"image\":\"products\\/1765891212_ERSLoW0h80.jpg\",\"expiry_date\":null,\"is_active\":true,\"alert_quantity\":5,\"weight\":null,\"length\":null,\"width\":null,\"height\":null,\"updated_at\":\"2025-12-16T13:20:13.000000Z\",\"created_at\":\"2025-12-16T13:20:13.000000Z\",\"id\":4}','154.73.166.62','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2025-12-16 10:20:13','2025-12-16 10:20:13'),
(11,4,'stock_added','Added 65 units - Initial stock',4,'{\"quantity\":65,\"reason\":\"Initial stock\",\"previous_stock\":0,\"new_stock\":65,\"notes\":\"Product creation\"}','154.73.166.62','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2025-12-16 10:20:13','2025-12-16 10:20:13'),
(12,4,'updated','Product updated',4,'{\"name\":{\"old\":\"DURAY S-1\",\"new\":\"DUR S-1\"}}','154.73.166.62','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2025-12-16 10:32:21','2025-12-16 10:32:21'),
(13,5,'created','Product created',4,'{\"name\":\"DUR S-2\",\"description\":null,\"barcode\":\"PRD523184\",\"category_id\":\"3\",\"product_type\":\"market\",\"unit\":\"pcs\",\"cost_price\":\"11500.00\",\"selling_price\":\"12500.00\",\"discount_price\":null,\"expiry_date\":null,\"is_active\":true,\"alert_quantity\":5,\"weight\":null,\"length\":null,\"width\":null,\"height\":null,\"updated_at\":\"2025-12-16T13:33:43.000000Z\",\"created_at\":\"2025-12-16T13:33:43.000000Z\",\"id\":5}','154.73.166.62','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2025-12-16 10:33:44','2025-12-16 10:33:44'),
(14,5,'stock_added','Added 66 units - Initial stock',4,'{\"quantity\":66,\"reason\":\"Initial stock\",\"previous_stock\":0,\"new_stock\":66,\"notes\":\"Product creation\"}','154.73.166.62','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2025-12-16 10:33:44','2025-12-16 10:33:44'),
(15,6,'created','Product created',4,'{\"name\":\"DUR S-3\",\"description\":null,\"barcode\":\"PRD019760\",\"category_id\":\"3\",\"product_type\":\"market\",\"unit\":\"pcs\",\"cost_price\":\"11500.00\",\"selling_price\":\"12500.00\",\"discount_price\":null,\"expiry_date\":null,\"is_active\":true,\"alert_quantity\":5,\"weight\":null,\"length\":null,\"width\":null,\"height\":null,\"updated_at\":\"2025-12-16T13:34:37.000000Z\",\"created_at\":\"2025-12-16T13:34:37.000000Z\",\"id\":6}','154.73.166.62','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2025-12-16 10:34:37','2025-12-16 10:34:37'),
(16,6,'stock_added','Added 27 units - Initial stock',4,'{\"quantity\":27,\"reason\":\"Initial stock\",\"previous_stock\":0,\"new_stock\":27,\"notes\":\"Product creation\"}','154.73.166.62','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2025-12-16 10:34:37','2025-12-16 10:34:37'),
(17,4,'updated','Product updated',4,'{\"name\":{\"old\":\"DUR S-1\",\"new\":\"DUR B-1\"}}','154.73.166.62','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2025-12-16 10:56:44','2025-12-16 10:56:44'),
(18,5,'updated','Product updated',4,'{\"name\":{\"old\":\"DUR S-2\",\"new\":\"DUR B-2\"}}','154.73.166.62','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2025-12-16 10:57:14','2025-12-16 10:57:14'),
(19,6,'updated','Product updated',4,'{\"name\":{\"old\":\"DUR S-3\",\"new\":\"DUR B-3\"}}','154.73.166.62','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2025-12-16 10:57:38','2025-12-16 10:57:38'),
(20,4,'stock_added','Added 2 units - Restock - New shipment',4,'{\"quantity\":2,\"reason\":\"Restock - New shipment\",\"previous_stock\":65,\"new_stock\":67,\"notes\":null}','154.73.166.62','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2025-12-16 10:58:27','2025-12-16 10:58:27'),
(21,4,'updated','Product updated',4,'{\"image\":{\"old\":\"products\\/1765891212_ERSLoW0h80.jpg\",\"new\":\"products\\/1765960030_3flJM8QIjH.jpg\"}}','154.73.160.146','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2025-12-17 05:27:10','2025-12-17 05:27:10'),
(22,7,'created','Product created',4,'{\"name\":\"DUR B-4\",\"description\":null,\"barcode\":\"PRD590801\",\"category_id\":\"3\",\"product_type\":\"market\",\"unit\":\"pcs\",\"cost_price\":\"11500.00\",\"selling_price\":\"12500.00\",\"discount_price\":null,\"image\":\"products\\/1765960741_GGuyTjgMLp.jpg\",\"expiry_date\":null,\"is_active\":true,\"alert_quantity\":5,\"weight\":null,\"length\":null,\"width\":null,\"height\":null,\"updated_at\":\"2025-12-17T08:39:01.000000Z\",\"created_at\":\"2025-12-17T08:39:01.000000Z\",\"id\":7}','154.73.160.146','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2025-12-17 05:39:01','2025-12-17 05:39:01'),
(23,7,'stock_added','Added 24 units - Initial stock',4,'{\"quantity\":24,\"reason\":\"Initial stock\",\"previous_stock\":0,\"new_stock\":24,\"notes\":\"Product creation\"}','154.73.160.146','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2025-12-17 05:39:01','2025-12-17 05:39:01'),
(24,8,'created','Product created',4,'{\"name\":\"huile d\'olive\",\"description\":null,\"barcode\":\"PRD858727\",\"category_id\":\"4\",\"product_type\":\"market\",\"unit\":\"pcs\",\"cost_price\":\"5000.00\",\"selling_price\":\"6000.00\",\"discount_price\":null,\"image\":\"products\\/1765964090_hKROxGT19Q.jpg\",\"expiry_date\":null,\"is_active\":true,\"alert_quantity\":5,\"weight\":null,\"length\":null,\"width\":null,\"height\":null,\"updated_at\":\"2025-12-17T09:34:50.000000Z\",\"created_at\":\"2025-12-17T09:34:50.000000Z\",\"id\":8}','154.73.160.146','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2025-12-17 06:34:50','2025-12-17 06:34:50'),
(25,8,'stock_added','Added 500 units - Initial stock',4,'{\"quantity\":500,\"reason\":\"Initial stock\",\"previous_stock\":0,\"new_stock\":500,\"notes\":\"Product creation\"}','154.73.160.146','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2025-12-17 06:34:50','2025-12-17 06:34:50'),
(26,8,'stock_removed','Removed 2 units - Sale',4,'{\"quantity\":2,\"reason\":\"Sale\",\"previous_stock\":500,\"new_stock\":498,\"sale_id\":1,\"sale_number\":\"HIL-0001\"}','154.73.160.146','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2025-12-17 06:35:11','2025-12-17 06:35:11'),
(27,8,'stock_removed','Removed 1 units - Sale',4,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":498,\"new_stock\":497,\"sale_id\":2,\"sale_number\":\"HIL-0002\"}','154.73.160.146','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2025-12-17 06:35:19','2025-12-17 06:35:19'),
(28,8,'stock_removed','Removed 4 units - Sale',4,'{\"quantity\":4,\"reason\":\"Sale\",\"previous_stock\":497,\"new_stock\":493,\"sale_id\":3,\"sale_number\":\"HIL-0003\"}','154.73.160.146','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2025-12-17 06:35:29','2025-12-17 06:35:29'),
(29,9,'created','Product created',4,'{\"name\":\"Hilali-4\",\"description\":null,\"barcode\":\"PRD034866\",\"category_id\":\"2\",\"product_type\":\"market\",\"unit\":\"pcs\",\"cost_price\":\"16500.00\",\"selling_price\":\"17500.00\",\"discount_price\":null,\"image\":\"products\\/1765967553_0Nzdx6Sfs7.jpg\",\"expiry_date\":null,\"is_active\":true,\"alert_quantity\":5,\"weight\":null,\"length\":null,\"width\":null,\"height\":null,\"updated_at\":\"2025-12-17T10:32:33.000000Z\",\"created_at\":\"2025-12-17T10:32:33.000000Z\",\"id\":9}','154.73.160.146','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2025-12-17 07:32:33','2025-12-17 07:32:33'),
(30,9,'stock_added','Added 45 units - Initial stock',4,'{\"quantity\":45,\"reason\":\"Initial stock\",\"previous_stock\":0,\"new_stock\":45,\"notes\":\"Product creation\"}','154.73.160.146','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2025-12-17 07:32:33','2025-12-17 07:32:33'),
(31,1,'stock_added','Added 8 units - Restock - New shipment',4,'{\"quantity\":8,\"reason\":\"Restock - New shipment\",\"previous_stock\":7,\"new_stock\":15,\"notes\":null}','154.73.160.146','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2025-12-17 07:53:54','2025-12-17 07:53:54'),
(32,2,'stock_added','Added 7 units - Restock - New shipment',4,'{\"quantity\":7,\"reason\":\"Restock - New shipment\",\"previous_stock\":9,\"new_stock\":16,\"notes\":null}','154.73.160.146','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2025-12-17 08:03:41','2025-12-17 08:03:41'),
(33,2,'stock_added','Added 10 units - Restock - New shipment',4,'{\"quantity\":10,\"reason\":\"Restock - New shipment\",\"previous_stock\":16,\"new_stock\":26,\"notes\":null}','154.73.166.62','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2025-12-17 08:23:32','2025-12-17 08:23:32'),
(34,9,'stock_removed','Removed 15 units - Sale return',4,'{\"quantity\":15,\"reason\":\"Sale return\",\"previous_stock\":45,\"new_stock\":30,\"notes\":null}','154.73.166.62','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2025-12-17 08:27:43','2025-12-17 08:27:43'),
(35,10,'created','Product created',4,'{\"name\":\"Hilali-5\",\"description\":null,\"barcode\":\"PRD351246\",\"category_id\":\"2\",\"product_type\":\"market\",\"unit\":\"pcs\",\"cost_price\":\"16500.00\",\"selling_price\":\"17500.00\",\"discount_price\":null,\"image\":\"products\\/1765972450_8JCutrWuv7.jpg\",\"expiry_date\":null,\"is_active\":true,\"alert_quantity\":3,\"weight\":null,\"length\":null,\"width\":null,\"height\":null,\"updated_at\":\"2025-12-17T11:54:10.000000Z\",\"created_at\":\"2025-12-17T11:54:10.000000Z\",\"id\":10}','154.73.166.62','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2025-12-17 08:54:10','2025-12-17 08:54:10'),
(36,10,'stock_added','Added 12 units - Initial stock',4,'{\"quantity\":12,\"reason\":\"Initial stock\",\"previous_stock\":0,\"new_stock\":12,\"notes\":\"Product creation\"}','154.73.166.62','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2025-12-17 08:54:10','2025-12-17 08:54:10'),
(37,9,'stock_removed','Removed 1 units - Sale',4,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":30,\"new_stock\":29,\"sale_id\":4,\"sale_number\":\"HIL-0004\"}','154.73.166.62','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2025-12-17 08:56:18','2025-12-17 08:56:18'),
(38,10,'stock_removed','Removed 1 units - Sale',4,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":12,\"new_stock\":11,\"sale_id\":5,\"sale_number\":\"HIL-0005\"}','154.73.166.62','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2025-12-17 10:10:24','2025-12-17 10:10:24'),
(39,9,'stock_removed','Removed 1 units - Sale',4,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":29,\"new_stock\":28,\"sale_id\":6,\"sale_number\":\"HIL-0006\"}','154.73.166.62','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2025-12-17 12:17:25','2025-12-17 12:17:25'),
(40,9,'stock_removed','Removed 1 units - Sale',4,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":28,\"new_stock\":27,\"sale_id\":7,\"sale_number\":\"HIL-0007\"}','154.73.166.62','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2025-12-17 13:11:31','2025-12-17 13:11:31'),
(41,11,'created','Product created',7,'{\"name\":\"Hilali-6\",\"description\":null,\"barcode\":\"PRD515913\",\"category_id\":\"2\",\"product_type\":\"market\",\"unit\":\"pcs\",\"cost_price\":\"16500.00\",\"selling_price\":\"17500.00\",\"discount_price\":null,\"image\":\"products\\/1766045284_C0VwwYpT0a.jpg\",\"expiry_date\":null,\"is_active\":true,\"alert_quantity\":1,\"weight\":null,\"length\":null,\"width\":null,\"height\":null,\"updated_at\":\"2025-12-18T08:08:05.000000Z\",\"created_at\":\"2025-12-18T08:08:05.000000Z\",\"id\":11}','154.73.166.168','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2025-12-18 05:08:05','2025-12-18 05:08:05'),
(42,11,'stock_added','Added 10 units - Initial stock',7,'{\"quantity\":10,\"reason\":\"Initial stock\",\"previous_stock\":0,\"new_stock\":10,\"notes\":\"Product creation\"}','154.73.166.168','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2025-12-18 05:08:05','2025-12-18 05:08:05'),
(43,12,'created','Product created',7,'{\"name\":\"Hilali-7\",\"description\":null,\"barcode\":\"PRD616621\",\"category_id\":\"2\",\"product_type\":\"market\",\"unit\":\"pcs\",\"cost_price\":\"16500.00\",\"selling_price\":\"17500.00\",\"discount_price\":null,\"image\":\"products\\/1766045575_Pq26yBepdt.jpg\",\"expiry_date\":null,\"is_active\":true,\"alert_quantity\":1,\"weight\":null,\"length\":null,\"width\":null,\"height\":null,\"updated_at\":\"2025-12-18T08:12:55.000000Z\",\"created_at\":\"2025-12-18T08:12:55.000000Z\",\"id\":12}','154.73.166.168','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2025-12-18 05:12:56','2025-12-18 05:12:56'),
(44,12,'stock_added','Added 10 units - Initial stock',7,'{\"quantity\":10,\"reason\":\"Initial stock\",\"previous_stock\":0,\"new_stock\":10,\"notes\":\"Product creation\"}','154.73.166.168','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2025-12-18 05:12:56','2025-12-18 05:12:56'),
(45,13,'created','Product created',7,'{\"name\":\"Hilali-8\",\"description\":null,\"barcode\":\"PRD403870\",\"category_id\":\"2\",\"product_type\":\"market\",\"unit\":\"pcs\",\"cost_price\":\"16500.00\",\"selling_price\":\"17500.00\",\"discount_price\":null,\"image\":\"products\\/1766045876_FUN43W62QS.jpg\",\"expiry_date\":null,\"is_active\":true,\"alert_quantity\":3,\"weight\":null,\"length\":null,\"width\":null,\"height\":null,\"updated_at\":\"2025-12-18T08:17:56.000000Z\",\"created_at\":\"2025-12-18T08:17:56.000000Z\",\"id\":13}','154.73.166.168','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2025-12-18 05:17:56','2025-12-18 05:17:56'),
(46,13,'stock_added','Added 12 units - Initial stock',7,'{\"quantity\":12,\"reason\":\"Initial stock\",\"previous_stock\":0,\"new_stock\":12,\"notes\":\"Product creation\"}','154.73.166.168','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2025-12-18 05:17:56','2025-12-18 05:17:56'),
(47,14,'created','Product created',7,'{\"name\":\"Hilali-9\",\"description\":null,\"barcode\":\"PRD792914\",\"category_id\":\"2\",\"product_type\":\"market\",\"unit\":\"pcs\",\"cost_price\":\"16500.00\",\"selling_price\":\"17500.00\",\"discount_price\":null,\"image\":\"products\\/1766046271_nAu2StTjs1.jpg\",\"expiry_date\":null,\"is_active\":true,\"alert_quantity\":3,\"weight\":null,\"length\":null,\"width\":null,\"height\":null,\"updated_at\":\"2025-12-18T08:24:31.000000Z\",\"created_at\":\"2025-12-18T08:24:31.000000Z\",\"id\":14}','154.73.166.144','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2025-12-18 05:24:31','2025-12-18 05:24:31'),
(48,14,'stock_added','Added 10 units - Initial stock',7,'{\"quantity\":10,\"reason\":\"Initial stock\",\"previous_stock\":0,\"new_stock\":10,\"notes\":\"Product creation\"}','154.73.166.144','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2025-12-18 05:24:31','2025-12-18 05:24:31'),
(49,15,'created','Product created',7,'{\"name\":\"HIL T-1\",\"description\":null,\"barcode\":\"PRD546732\",\"category_id\":\"2\",\"product_type\":\"market\",\"unit\":\"pcs\",\"cost_price\":\"8500.00\",\"selling_price\":\"10000.00\",\"discount_price\":null,\"expiry_date\":null,\"is_active\":true,\"alert_quantity\":5,\"weight\":null,\"length\":null,\"width\":null,\"height\":null,\"updated_at\":\"2025-12-18T09:42:38.000000Z\",\"created_at\":\"2025-12-18T09:42:38.000000Z\",\"id\":15}','154.73.166.144','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2025-12-18 06:42:38','2025-12-18 06:42:38'),
(50,15,'stock_added','Added 50 units - Initial stock',7,'{\"quantity\":50,\"reason\":\"Initial stock\",\"previous_stock\":0,\"new_stock\":50,\"notes\":\"Product creation\"}','154.73.166.144','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2025-12-18 06:42:38','2025-12-18 06:42:38'),
(51,16,'created','Product created',7,'{\"name\":\"HIL T-2\",\"description\":null,\"barcode\":\"PRD251510\",\"category_id\":\"2\",\"product_type\":\"market\",\"unit\":\"pcs\",\"cost_price\":\"8500.00\",\"selling_price\":\"10000.00\",\"discount_price\":null,\"expiry_date\":null,\"is_active\":true,\"alert_quantity\":5,\"weight\":null,\"length\":null,\"width\":null,\"height\":null,\"updated_at\":\"2025-12-18T09:44:22.000000Z\",\"created_at\":\"2025-12-18T09:44:22.000000Z\",\"id\":16}','154.73.166.144','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2025-12-18 06:44:22','2025-12-18 06:44:22'),
(52,16,'stock_added','Added 43 units - Initial stock',7,'{\"quantity\":43,\"reason\":\"Initial stock\",\"previous_stock\":0,\"new_stock\":43,\"notes\":\"Product creation\"}','154.73.166.144','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2025-12-18 06:44:22','2025-12-18 06:44:22'),
(53,1,'stock_removed','Removed 5 units - Sale',7,'{\"quantity\":5,\"reason\":\"Sale\",\"previous_stock\":15,\"new_stock\":10,\"sale_id\":8,\"sale_number\":\"HIL-0008\"}','154.73.166.144','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2025-12-18 06:45:39','2025-12-18 06:45:39'),
(54,14,'stock_removed','Removed 5 units - Sale',7,'{\"quantity\":5,\"reason\":\"Sale\",\"previous_stock\":10,\"new_stock\":5,\"sale_id\":8,\"sale_number\":\"HIL-0008\"}','154.73.166.144','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2025-12-18 06:45:39','2025-12-18 06:45:39'),
(55,15,'stock_removed','Removed 12 units - Sale',7,'{\"quantity\":12,\"reason\":\"Sale\",\"previous_stock\":50,\"new_stock\":38,\"sale_id\":8,\"sale_number\":\"HIL-0008\"}','154.73.166.144','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2025-12-18 06:45:39','2025-12-18 06:45:39'),
(56,16,'stock_removed','Removed 8 units - Sale',7,'{\"quantity\":8,\"reason\":\"Sale\",\"previous_stock\":43,\"new_stock\":35,\"sale_id\":8,\"sale_number\":\"HIL-0008\"}','154.73.166.144','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2025-12-18 06:45:39','2025-12-18 06:45:39'),
(57,15,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":38,\"new_stock\":37,\"sale_id\":9,\"sale_number\":\"HIL-0009\"}','143.105.161.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36','2025-12-18 09:25:13','2025-12-18 09:25:13'),
(58,16,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":35,\"new_stock\":34,\"sale_id\":9,\"sale_number\":\"HIL-0009\"}','143.105.161.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36','2025-12-18 09:25:13','2025-12-18 09:25:13'),
(59,13,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":12,\"new_stock\":11,\"sale_id\":10,\"sale_number\":\"HIL-0010\"}','143.105.161.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36','2025-12-18 10:02:21','2025-12-18 10:02:21'),
(60,10,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":11,\"new_stock\":10,\"sale_id\":10,\"sale_number\":\"HIL-0010\"}','143.105.161.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36','2025-12-18 10:02:21','2025-12-18 10:02:21'),
(61,9,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":27,\"new_stock\":26,\"sale_id\":10,\"sale_number\":\"HIL-0010\"}','143.105.161.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36','2025-12-18 10:02:21','2025-12-18 10:02:21'),
(62,15,'stock_removed','Removed 12 units - Adjustment - Count correction',7,'{\"quantity\":12,\"reason\":\"Adjustment - Count correction\",\"previous_stock\":37,\"new_stock\":25,\"notes\":null}','143.105.161.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36','2025-12-18 10:18:02','2025-12-18 10:18:02'),
(63,17,'created','Product created',7,'{\"name\":\"Hilali-Example\",\"description\":null,\"barcode\":\"PRD359315\",\"category_id\":\"2\",\"product_type\":\"market\",\"unit\":\"pcs\",\"cost_price\":\"16500.00\",\"selling_price\":\"17500.00\",\"discount_price\":null,\"expiry_date\":null,\"is_active\":true,\"alert_quantity\":5,\"weight\":null,\"length\":null,\"width\":null,\"height\":null,\"updated_at\":\"2025-12-18T14:10:12.000000Z\",\"created_at\":\"2025-12-18T14:10:12.000000Z\",\"id\":17}','143.105.161.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36','2025-12-18 11:10:12','2025-12-18 11:10:12'),
(64,17,'stock_added','Added 200 units - Initial stock',7,'{\"quantity\":200,\"reason\":\"Initial stock\",\"previous_stock\":0,\"new_stock\":200,\"notes\":\"Product creation\"}','143.105.161.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36','2025-12-18 11:10:12','2025-12-18 11:10:12'),
(65,2,'stock_removed','Removed 10 units - Sale',7,'{\"quantity\":10,\"reason\":\"Sale\",\"previous_stock\":26,\"new_stock\":16,\"sale_id\":11,\"sale_number\":\"HIL-0011\"}','143.105.161.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36','2025-12-18 11:15:14','2025-12-18 11:15:14'),
(66,9,'stock_removed','Removed 11 units - Sale',7,'{\"quantity\":11,\"reason\":\"Sale\",\"previous_stock\":26,\"new_stock\":15,\"sale_id\":11,\"sale_number\":\"HIL-0011\"}','143.105.161.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36','2025-12-18 11:15:14','2025-12-18 11:15:14'),
(67,10,'stock_removed','Removed 6 units - Sale',7,'{\"quantity\":6,\"reason\":\"Sale\",\"previous_stock\":10,\"new_stock\":4,\"sale_id\":11,\"sale_number\":\"HIL-0011\"}','143.105.161.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36','2025-12-18 11:15:14','2025-12-18 11:15:14'),
(68,14,'stock_removed','Removed 5 units - Sale',7,'{\"quantity\":5,\"reason\":\"Sale\",\"previous_stock\":5,\"new_stock\":0,\"sale_id\":11,\"sale_number\":\"HIL-0011\"}','143.105.161.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36','2025-12-18 11:15:14','2025-12-18 11:15:14'),
(69,17,'stock_removed','Removed 68 units - Sale',7,'{\"quantity\":68,\"reason\":\"Sale\",\"previous_stock\":200,\"new_stock\":132,\"sale_id\":11,\"sale_number\":\"HIL-0011\"}','143.105.161.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36','2025-12-18 11:15:14','2025-12-18 11:15:14'),
(70,17,'updated','Product updated',7,'{\"name\":{\"old\":\"Hilali-Example\",\"new\":\"Hilali-Mix\"}}','154.73.166.144','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2025-12-18 11:23:20','2025-12-18 11:23:20'),
(71,2,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":16,\"new_stock\":15,\"sale_id\":12,\"sale_number\":\"HIL-0012\"}','143.105.161.118','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2025-12-18 12:07:16','2025-12-18 12:07:16'),
(72,18,'created','Product created',7,'{\"name\":\"HIL T-3\",\"description\":null,\"barcode\":\"PRD393417\",\"category_id\":\"2\",\"product_type\":\"market\",\"unit\":\"pcs\",\"cost_price\":\"8500.00\",\"selling_price\":\"10000.00\",\"discount_price\":null,\"image\":\"products\\/1766132742_fNCZu43Paf.jpg\",\"expiry_date\":null,\"is_active\":true,\"alert_quantity\":5,\"weight\":null,\"length\":null,\"width\":null,\"height\":null,\"updated_at\":\"2025-12-19T08:25:42.000000Z\",\"created_at\":\"2025-12-19T08:25:42.000000Z\",\"id\":18}','154.73.161.153','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2025-12-19 05:25:42','2025-12-19 05:25:42'),
(73,18,'stock_added','Added 21 units - Initial stock',7,'{\"quantity\":21,\"reason\":\"Initial stock\",\"previous_stock\":0,\"new_stock\":21,\"notes\":\"Product creation\"}','154.73.161.153','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2025-12-19 05:25:42','2025-12-19 05:25:42'),
(74,9,'stock_added','Added 4 units - Restock - New shipment',7,'{\"quantity\":4,\"reason\":\"Restock - New shipment\",\"previous_stock\":15,\"new_stock\":19,\"notes\":null}','154.73.161.153','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2025-12-19 06:15:47','2025-12-19 06:15:47'),
(75,10,'stock_added','Added 7 units - Restock - New shipment',7,'{\"quantity\":7,\"reason\":\"Restock - New shipment\",\"previous_stock\":4,\"new_stock\":11,\"notes\":null}','154.73.161.153','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2025-12-19 06:18:34','2025-12-19 06:18:34'),
(76,9,'stock_added','Added 1 units - Restock - New shipment',7,'{\"quantity\":1,\"reason\":\"Restock - New shipment\",\"previous_stock\":19,\"new_stock\":20,\"notes\":null}','154.73.161.153','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2025-12-19 06:33:40','2025-12-19 06:33:40'),
(77,19,'created','Product created',7,'{\"name\":\"BA HIL-1\",\"description\":null,\"barcode\":\"PRD434671\",\"category_id\":\"3\",\"product_type\":\"market\",\"unit\":\"pcs\",\"cost_price\":\"16500.00\",\"selling_price\":\"17500.00\",\"discount_price\":null,\"image\":\"products\\/1766137170_Ka1oLb8cSu.jpg\",\"expiry_date\":null,\"is_active\":true,\"alert_quantity\":5,\"weight\":null,\"length\":null,\"width\":null,\"height\":null,\"updated_at\":\"2025-12-19T09:39:31.000000Z\",\"created_at\":\"2025-12-19T09:39:31.000000Z\",\"id\":19}','154.73.161.153','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2025-12-19 06:39:31','2025-12-19 06:39:31'),
(78,19,'stock_added','Added 21 units - Initial stock',7,'{\"quantity\":21,\"reason\":\"Initial stock\",\"previous_stock\":0,\"new_stock\":21,\"notes\":\"Product creation\"}','154.73.161.153','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2025-12-19 06:39:31','2025-12-19 06:39:31'),
(79,20,'created','Product created',7,'{\"name\":\"BA HIL-2\",\"description\":null,\"barcode\":\"PRD009448\",\"category_id\":\"3\",\"product_type\":\"market\",\"unit\":\"pcs\",\"cost_price\":\"16500.00\",\"selling_price\":\"17500.00\",\"discount_price\":null,\"image\":\"products\\/1766137430_InQuLSJNI6.jpg\",\"expiry_date\":null,\"is_active\":true,\"alert_quantity\":1,\"weight\":null,\"length\":null,\"width\":null,\"height\":null,\"updated_at\":\"2025-12-19T09:43:50.000000Z\",\"created_at\":\"2025-12-19T09:43:50.000000Z\",\"id\":20}','154.73.161.153','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2025-12-19 06:43:50','2025-12-19 06:43:50'),
(80,20,'stock_added','Added 6 units - Initial stock',7,'{\"quantity\":6,\"reason\":\"Initial stock\",\"previous_stock\":0,\"new_stock\":6,\"notes\":\"Product creation\"}','154.73.161.153','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2025-12-19 06:43:50','2025-12-19 06:43:50'),
(81,21,'created','Product created',7,'{\"name\":\"BA HIL-3\",\"description\":null,\"barcode\":\"PRD432453\",\"category_id\":\"3\",\"product_type\":\"market\",\"unit\":\"pcs\",\"cost_price\":\"16500.00\",\"selling_price\":\"17500.00\",\"discount_price\":null,\"image\":\"products\\/1766137730_POLrIHeANV.jpg\",\"expiry_date\":null,\"is_active\":true,\"alert_quantity\":1,\"weight\":null,\"length\":null,\"width\":null,\"height\":null,\"updated_at\":\"2025-12-19T09:48:50.000000Z\",\"created_at\":\"2025-12-19T09:48:50.000000Z\",\"id\":21}','154.73.161.153','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2025-12-19 06:48:50','2025-12-19 06:48:50'),
(82,21,'stock_added','Added 5 units - Initial stock',7,'{\"quantity\":5,\"reason\":\"Initial stock\",\"previous_stock\":0,\"new_stock\":5,\"notes\":\"Product creation\"}','154.73.161.153','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2025-12-19 06:48:50','2025-12-19 06:48:50'),
(83,22,'created','Product created',7,'{\"name\":\"BA HIL-4\",\"description\":null,\"barcode\":\"PRD170112\",\"category_id\":\"3\",\"product_type\":\"market\",\"unit\":\"pcs\",\"cost_price\":\"16500.00\",\"selling_price\":\"17500.00\",\"discount_price\":null,\"image\":\"products\\/1766137950_p5dszojHoL.jpg\",\"expiry_date\":null,\"is_active\":true,\"alert_quantity\":1,\"weight\":null,\"length\":null,\"width\":null,\"height\":null,\"updated_at\":\"2025-12-19T09:52:30.000000Z\",\"created_at\":\"2025-12-19T09:52:30.000000Z\",\"id\":22}','154.73.161.153','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2025-12-19 06:52:30','2025-12-19 06:52:30'),
(84,22,'stock_added','Added 9 units - Initial stock',7,'{\"quantity\":9,\"reason\":\"Initial stock\",\"previous_stock\":0,\"new_stock\":9,\"notes\":\"Product creation\"}','154.73.161.153','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2025-12-19 06:52:30','2025-12-19 06:52:30'),
(85,20,'stock_added','Added 1 units - Restock - New shipment',7,'{\"quantity\":1,\"reason\":\"Restock - New shipment\",\"previous_stock\":6,\"new_stock\":7,\"notes\":null}','154.73.161.153','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2025-12-19 06:56:21','2025-12-19 06:56:21'),
(86,23,'created','Product created',7,'{\"name\":\"BA HIL-5\",\"description\":null,\"barcode\":\"PRD333561\",\"category_id\":\"3\",\"product_type\":\"market\",\"unit\":\"pcs\",\"cost_price\":\"16500.00\",\"selling_price\":\"17500.00\",\"discount_price\":null,\"image\":\"products\\/1766138493_i2Hx8uXM2j.jpg\",\"expiry_date\":null,\"is_active\":true,\"alert_quantity\":5,\"weight\":null,\"length\":null,\"width\":null,\"height\":null,\"updated_at\":\"2025-12-19T10:01:33.000000Z\",\"created_at\":\"2025-12-19T10:01:33.000000Z\",\"id\":23}','154.73.161.153','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2025-12-19 07:01:33','2025-12-19 07:01:33'),
(87,23,'stock_added','Added 14 units - Initial stock',7,'{\"quantity\":14,\"reason\":\"Initial stock\",\"previous_stock\":0,\"new_stock\":14,\"notes\":\"Product creation\"}','154.73.161.153','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2025-12-19 07:01:33','2025-12-19 07:01:33'),
(88,22,'stock_added','Added 1 units - Restock - New shipment',7,'{\"quantity\":1,\"reason\":\"Restock - New shipment\",\"previous_stock\":9,\"new_stock\":10,\"notes\":null}','154.73.161.153','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2025-12-19 07:04:37','2025-12-19 07:04:37'),
(89,13,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":11,\"new_stock\":10,\"sale_id\":13,\"sale_number\":\"HIL-0013\"}','143.105.161.238','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2025-12-19 07:59:28','2025-12-19 07:59:28'),
(90,5,'stock_added','Added 45 units - Restock - New shipment',7,'{\"quantity\":45,\"reason\":\"Restock - New shipment\",\"previous_stock\":66,\"new_stock\":111,\"notes\":null}','143.105.161.238','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2025-12-19 09:27:22','2025-12-19 09:27:22'),
(91,4,'stock_added','Added 260 units - Restock - New shipment',7,'{\"quantity\":260,\"reason\":\"Restock - New shipment\",\"previous_stock\":67,\"new_stock\":327,\"notes\":null}','143.105.161.238','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2025-12-19 09:33:52','2025-12-19 09:33:52'),
(92,7,'updated','Product updated',7,'{\"category_id\":{\"old\":\"3\",\"new\":\"5\"}}','143.105.161.238','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2025-12-19 09:35:37','2025-12-19 09:35:37'),
(93,6,'updated','Product updated',7,'{\"category_id\":{\"old\":\"3\",\"new\":\"5\"}}','143.105.161.238','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2025-12-19 09:36:09','2025-12-19 09:36:09'),
(94,5,'updated','Product updated',7,'{\"category_id\":{\"old\":\"3\",\"new\":\"5\"}}','143.105.161.238','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2025-12-19 09:36:33','2025-12-19 09:36:33'),
(95,4,'updated','Product updated',7,'{\"category_id\":{\"old\":\"3\",\"new\":\"5\"}}','143.105.161.238','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2025-12-19 09:37:23','2025-12-19 09:37:23'),
(96,4,'stock_added','Added 1 units - Restock - New shipment',7,'{\"quantity\":1,\"reason\":\"Restock - New shipment\",\"previous_stock\":327,\"new_stock\":328,\"notes\":null}','143.105.161.238','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2025-12-19 09:45:41','2025-12-19 09:45:41'),
(97,5,'stock_added','Added 1 units - Restock - New shipment',7,'{\"quantity\":1,\"reason\":\"Restock - New shipment\",\"previous_stock\":111,\"new_stock\":112,\"notes\":null}','143.105.161.238','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2025-12-19 09:47:24','2025-12-19 09:47:24'),
(98,5,'stock_added','Added 2 units - Restock - New shipment',7,'{\"quantity\":2,\"reason\":\"Restock - New shipment\",\"previous_stock\":112,\"new_stock\":114,\"notes\":null}','143.105.161.238','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2025-12-19 09:51:06','2025-12-19 09:51:06'),
(99,7,'stock_added','Added 81 units - Restock - New shipment',7,'{\"quantity\":81,\"reason\":\"Restock - New shipment\",\"previous_stock\":24,\"new_stock\":105,\"notes\":null}','143.105.161.238','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2025-12-19 09:52:52','2025-12-19 09:52:52'),
(100,19,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":21,\"new_stock\":20,\"sale_id\":14,\"sale_number\":\"HIL-0014\"}','143.105.161.238','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36','2025-12-19 10:34:33','2025-12-19 10:34:33'),
(101,15,'stock_removed','Removed 9 units - Sale',7,'{\"quantity\":9,\"reason\":\"Sale\",\"previous_stock\":25,\"new_stock\":16,\"sale_id\":15,\"sale_number\":\"HIL-0015\"}','143.105.161.238','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36','2025-12-19 10:36:01','2025-12-19 10:36:01'),
(102,18,'stock_removed','Removed 21 units - Sale',7,'{\"quantity\":21,\"reason\":\"Sale\",\"previous_stock\":21,\"new_stock\":0,\"sale_id\":15,\"sale_number\":\"HIL-0015\"}','143.105.161.238','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36','2025-12-19 10:36:01','2025-12-19 10:36:01'),
(103,6,'stock_removed','Removed 4 units - Adjustment - Count correction',7,'{\"quantity\":4,\"reason\":\"Adjustment - Count correction\",\"previous_stock\":27,\"new_stock\":23,\"notes\":null}','143.105.161.238','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2025-12-19 11:07:28','2025-12-19 11:07:28'),
(104,24,'created','Product created',7,'{\"name\":\"DUR B-5\",\"description\":null,\"barcode\":\"PRD093399\",\"category_id\":\"5\",\"product_type\":\"market\",\"unit\":\"pcs\",\"cost_price\":\"11500.00\",\"selling_price\":\"12500.00\",\"discount_price\":null,\"image\":\"products\\/1766153514_JKj8yYMbOU.jpg\",\"expiry_date\":null,\"is_active\":true,\"alert_quantity\":5,\"weight\":null,\"length\":null,\"width\":null,\"height\":null,\"updated_at\":\"2025-12-19T14:11:55.000000Z\",\"created_at\":\"2025-12-19T14:11:55.000000Z\",\"id\":24}','143.105.161.238','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2025-12-19 11:11:55','2025-12-19 11:11:55'),
(105,24,'stock_added','Added 40 units - Initial stock',7,'{\"quantity\":40,\"reason\":\"Initial stock\",\"previous_stock\":0,\"new_stock\":40,\"notes\":\"Product creation\"}','143.105.161.238','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2025-12-19 11:11:55','2025-12-19 11:11:55'),
(106,6,'stock_added','Added 1 units - Restock - New shipment',7,'{\"quantity\":1,\"reason\":\"Restock - New shipment\",\"previous_stock\":23,\"new_stock\":24,\"notes\":null}','143.105.161.238','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2025-12-19 11:14:10','2025-12-19 11:14:10'),
(107,17,'stock_removed','Removed 14 units - Adjustment - Count correction',7,'{\"quantity\":14,\"reason\":\"Adjustment - Count correction\",\"previous_stock\":132,\"new_stock\":118,\"notes\":null}','143.105.161.238','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2025-12-19 11:44:46','2025-12-19 11:44:46'),
(108,25,'created','Product created',7,'{\"name\":\"BA HIL-MIX\",\"description\":null,\"barcode\":\"PRD799092\",\"category_id\":\"3\",\"product_type\":\"market\",\"unit\":\"pcs\",\"cost_price\":\"16500.00\",\"selling_price\":\"17500.00\",\"discount_price\":null,\"expiry_date\":null,\"is_active\":true,\"alert_quantity\":1,\"weight\":null,\"length\":null,\"width\":null,\"height\":null,\"updated_at\":\"2025-12-19T14:57:53.000000Z\",\"created_at\":\"2025-12-19T14:57:53.000000Z\",\"id\":25}','143.105.161.238','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36','2025-12-19 11:57:53','2025-12-19 11:57:53'),
(109,25,'stock_added','Added 16 units - Initial stock',7,'{\"quantity\":16,\"reason\":\"Initial stock\",\"previous_stock\":0,\"new_stock\":16,\"notes\":\"Product creation\"}','143.105.161.238','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36','2025-12-19 11:57:53','2025-12-19 11:57:53'),
(110,18,'updated','Product updated',7,'{\"category_id\":{\"old\":\"2\",\"new\":\"6\"}}','143.105.161.238','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36','2025-12-19 12:05:48','2025-12-19 12:05:48'),
(111,16,'updated','Product updated',7,'{\"category_id\":{\"old\":\"2\",\"new\":\"6\"}}','143.105.161.238','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36','2025-12-19 12:06:27','2025-12-19 12:06:27'),
(112,15,'updated','Product updated',7,'{\"category_id\":{\"old\":\"2\",\"new\":\"6\"}}','143.105.161.238','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36','2025-12-19 12:06:54','2025-12-19 12:06:54'),
(113,17,'stock_added','Added 1 units - Restock - New shipment',7,'{\"quantity\":1,\"reason\":\"Restock - New shipment\",\"previous_stock\":118,\"new_stock\":119,\"notes\":null}','143.105.161.238','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36','2025-12-19 12:17:32','2025-12-19 12:17:32'),
(114,25,'stock_added','Added 2 units - Restock - New shipment',7,'{\"quantity\":2,\"reason\":\"Restock - New shipment\",\"previous_stock\":16,\"new_stock\":18,\"notes\":null}','143.105.161.238','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36','2025-12-19 12:31:00','2025-12-19 12:31:00'),
(115,5,'stock_added','Added 1 units - Restock - New shipment',7,'{\"quantity\":1,\"reason\":\"Restock - New shipment\",\"previous_stock\":114,\"new_stock\":115,\"notes\":null}','143.105.161.238','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36','2025-12-19 12:31:32','2025-12-19 12:31:32'),
(116,7,'stock_added','Added 1 units - Restock - New shipment',7,'{\"quantity\":1,\"reason\":\"Restock - New shipment\",\"previous_stock\":105,\"new_stock\":106,\"notes\":null}','143.105.161.238','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36','2025-12-19 12:32:07','2025-12-19 12:32:07'),
(117,17,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":119,\"new_stock\":118,\"sale_id\":16,\"sale_number\":\"HIL-0016\"}','143.105.161.229','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2025-12-20 08:25:08','2025-12-20 08:25:08'),
(118,1,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":10,\"new_stock\":9,\"sale_id\":17,\"sale_number\":\"HIL-0017\"}','143.105.161.229','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2025-12-20 09:36:00','2025-12-20 09:36:00'),
(119,8,'price_changed','Product pricing updated',7,'{\"old_prices\":{\"cost_price\":\"5000.00\",\"selling_price\":\"6000.00\",\"discount_price\":null},\"new_prices\":{\"cost_price\":\"5000.00\",\"selling_price\":\"5500.00\",\"discount_price\":null}}','143.105.161.229','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2025-12-20 09:41:26','2025-12-20 09:41:26'),
(120,8,'updated','Product updated',7,'{\"selling_price\":{\"old\":\"6000.00\",\"new\":\"5500\"}}','143.105.161.229','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2025-12-20 09:41:26','2025-12-20 09:41:26'),
(121,8,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":493,\"new_stock\":492,\"sale_id\":18,\"sale_number\":\"HIL-0018\"}','143.105.161.229','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2025-12-20 09:41:55','2025-12-20 09:41:55'),
(122,15,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":16,\"new_stock\":15,\"sale_id\":19,\"sale_number\":\"HIL-0019\"}','143.105.161.229','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2025-12-20 09:45:10','2025-12-20 09:45:10'),
(123,16,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":34,\"new_stock\":33,\"sale_id\":19,\"sale_number\":\"HIL-0019\"}','143.105.161.229','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2025-12-20 09:45:10','2025-12-20 09:45:10'),
(124,9,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":20,\"new_stock\":19,\"sale_id\":20,\"sale_number\":\"HIL-0020\"}','143.105.161.229','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2025-12-20 11:58:41','2025-12-20 11:58:41'),
(125,8,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":492,\"new_stock\":491,\"sale_id\":21,\"sale_number\":\"HIL-0021\"}','154.73.161.151','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2025-12-20 13:50:44','2025-12-20 13:50:44'),
(126,17,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":118,\"new_stock\":117,\"sale_id\":22,\"sale_number\":\"HIL-0022\"}','143.105.161.102','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36','2025-12-22 06:41:33','2025-12-22 06:41:33'),
(127,8,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":491,\"new_stock\":490,\"sale_id\":23,\"sale_number\":\"HIL-0023\"}','143.105.161.102','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36','2025-12-22 06:41:44','2025-12-22 06:41:44'),
(128,13,'stock_removed','Removed 4 units - Sale',7,'{\"quantity\":4,\"reason\":\"Sale\",\"previous_stock\":10,\"new_stock\":6,\"sale_id\":24,\"sale_number\":\"HIL-0024\"}','143.105.161.102','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2025-12-22 07:49:08','2025-12-22 07:49:08'),
(129,1,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":9,\"new_stock\":8,\"sale_id\":25,\"sale_number\":\"HIL-0025\"}','143.105.161.102','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2025-12-22 07:52:55','2025-12-22 07:52:55'),
(130,2,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":15,\"new_stock\":14,\"sale_id\":26,\"sale_number\":\"HIL-0026\"}','143.105.161.102','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2025-12-22 07:57:22','2025-12-22 07:57:22'),
(131,12,'stock_removed','Removed 2 units - Sale',7,'{\"quantity\":2,\"reason\":\"Sale\",\"previous_stock\":10,\"new_stock\":8,\"sale_id\":27,\"sale_number\":\"HIL-0027\"}','143.105.161.102','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2025-12-22 08:04:18','2025-12-22 08:04:18'),
(132,11,'stock_removed','Removed 4 units - Sale',7,'{\"quantity\":4,\"reason\":\"Sale\",\"previous_stock\":10,\"new_stock\":6,\"sale_id\":28,\"sale_number\":\"HIL-0028\"}','143.105.161.102','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2025-12-22 08:16:47','2025-12-22 08:16:47'),
(133,15,'stock_removed','Removed 3 units - Sale',7,'{\"quantity\":3,\"reason\":\"Sale\",\"previous_stock\":15,\"new_stock\":12,\"sale_id\":29,\"sale_number\":\"HIL-0029\"}','143.105.161.102','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2025-12-22 08:20:59','2025-12-22 08:20:59'),
(134,13,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":6,\"new_stock\":5,\"sale_id\":30,\"sale_number\":\"HIL-0030\"}','143.105.161.102','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2025-12-22 08:35:32','2025-12-22 08:35:32'),
(135,11,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":6,\"new_stock\":5,\"sale_id\":31,\"sale_number\":\"HIL-0031\"}','143.105.161.102','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2025-12-22 08:45:16','2025-12-22 08:45:16'),
(136,12,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":8,\"new_stock\":7,\"sale_id\":32,\"sale_number\":\"HIL-0032\"}','143.105.161.102','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2025-12-22 09:55:21','2025-12-22 09:55:21'),
(137,15,'stock_removed','Removed 2 units - Sale',7,'{\"quantity\":2,\"reason\":\"Sale\",\"previous_stock\":12,\"new_stock\":10,\"sale_id\":33,\"sale_number\":\"HIL-0033\"}','143.105.161.102','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2025-12-22 10:57:33','2025-12-22 10:57:33'),
(138,8,'stock_removed','Removed 2 units - Sale',7,'{\"quantity\":2,\"reason\":\"Sale\",\"previous_stock\":490,\"new_stock\":488,\"sale_id\":34,\"sale_number\":\"HIL-0034\"}','143.105.161.102','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2025-12-22 11:53:27','2025-12-22 11:53:27'),
(139,8,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":488,\"new_stock\":487,\"sale_id\":35,\"sale_number\":\"HIL-0035\"}','154.73.161.89','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2025-12-22 13:35:53','2025-12-22 13:35:53'),
(140,8,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":487,\"new_stock\":486,\"sale_id\":36,\"sale_number\":\"HIL-0036\"}','143.105.161.146','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2025-12-23 06:41:12','2025-12-23 06:41:12'),
(141,10,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":11,\"new_stock\":10,\"sale_id\":36,\"sale_number\":\"HIL-0036\"}','143.105.161.146','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2025-12-23 06:41:12','2025-12-23 06:41:12'),
(142,11,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":5,\"new_stock\":4,\"sale_id\":37,\"sale_number\":\"HIL-0037\"}','143.105.161.152','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2025-12-23 08:42:15','2025-12-23 08:42:15'),
(143,21,'stock_added','Added 8 units - Restock - New shipment',7,'{\"quantity\":8,\"reason\":\"Restock - New shipment\",\"previous_stock\":5,\"new_stock\":13,\"notes\":null}','143.105.161.152','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2025-12-23 08:59:53','2025-12-23 08:59:53'),
(144,21,'stock_added','Added 2 units - Restock - New shipment',7,'{\"quantity\":2,\"reason\":\"Restock - New shipment\",\"previous_stock\":13,\"new_stock\":15,\"notes\":null}','143.105.161.152','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2025-12-23 09:10:12','2025-12-23 09:10:12'),
(145,19,'stock_added','Added 2 units - Restock - New shipment',7,'{\"quantity\":2,\"reason\":\"Restock - New shipment\",\"previous_stock\":20,\"new_stock\":22,\"notes\":null}','143.105.161.152','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2025-12-23 09:11:15','2025-12-23 09:11:15'),
(146,17,'stock_added','Added 34 units - Restock - New shipment',7,'{\"quantity\":34,\"reason\":\"Restock - New shipment\",\"previous_stock\":117,\"new_stock\":151,\"notes\":null}','143.105.161.152','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2025-12-23 09:24:26','2025-12-23 09:24:26'),
(147,17,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":151,\"new_stock\":150,\"sale_id\":38,\"sale_number\":\"HIL-0038\"}','143.105.161.152','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2025-12-23 10:09:42','2025-12-23 10:09:42'),
(148,8,'stock_removed','Removed 2 units - Sale',7,'{\"quantity\":2,\"reason\":\"Sale\",\"previous_stock\":486,\"new_stock\":484,\"sale_id\":39,\"sale_number\":\"HIL-0039\"}','154.73.160.148','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2025-12-23 12:09:30','2025-12-23 12:09:30'),
(149,13,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":5,\"new_stock\":4,\"sale_id\":40,\"sale_number\":\"HIL-0040\"}','143.105.161.243','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2025-12-23 12:38:49','2025-12-23 12:38:49'),
(150,8,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":484,\"new_stock\":483,\"sale_id\":41,\"sale_number\":\"HIL-0041\"}','143.105.161.243','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2025-12-23 12:39:00','2025-12-23 12:39:00'),
(151,2,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":14,\"new_stock\":13,\"sale_id\":42,\"sale_number\":\"HIL-0042\"}','143.105.161.243','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2025-12-23 12:44:42','2025-12-23 12:44:42'),
(152,9,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":19,\"new_stock\":18,\"sale_id\":42,\"sale_number\":\"HIL-0042\"}','143.105.161.243','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2025-12-23 12:44:42','2025-12-23 12:44:42'),
(153,17,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":150,\"new_stock\":149,\"sale_id\":42,\"sale_number\":\"HIL-0042\"}','143.105.161.243','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2025-12-23 12:44:42','2025-12-23 12:44:42'),
(154,24,'price_changed','Product pricing updated',7,'{\"old_prices\":{\"cost_price\":\"11500.00\",\"selling_price\":\"12500.00\",\"discount_price\":null},\"new_prices\":{\"cost_price\":\"10000.00\",\"selling_price\":\"11500.00\",\"discount_price\":null}}','154.73.161.66','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2025-12-24 06:02:35','2025-12-24 06:02:35'),
(155,24,'updated','Product updated',7,'{\"cost_price\":{\"old\":\"11500.00\",\"new\":\"10000\"},\"selling_price\":{\"old\":\"12500.00\",\"new\":\"11500\"}}','154.73.161.66','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2025-12-24 06:02:35','2025-12-24 06:02:35'),
(156,7,'price_changed','Product pricing updated',7,'{\"old_prices\":{\"cost_price\":\"11500.00\",\"selling_price\":\"12500.00\",\"discount_price\":null},\"new_prices\":{\"cost_price\":\"10000.00\",\"selling_price\":\"11500.00\",\"discount_price\":null}}','143.105.161.185','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2025-12-24 06:34:22','2025-12-24 06:34:22'),
(157,7,'updated','Product updated',7,'{\"cost_price\":{\"old\":\"11500.00\",\"new\":\"10000\"},\"selling_price\":{\"old\":\"12500.00\",\"new\":\"11500\"}}','143.105.161.185','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2025-12-24 06:34:22','2025-12-24 06:34:22'),
(158,6,'price_changed','Product pricing updated',7,'{\"old_prices\":{\"cost_price\":\"11500.00\",\"selling_price\":\"12500.00\",\"discount_price\":null},\"new_prices\":{\"cost_price\":\"10000.00\",\"selling_price\":\"11500.00\",\"discount_price\":null}}','143.105.161.185','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2025-12-24 06:35:36','2025-12-24 06:35:36'),
(159,6,'updated','Product updated',7,'{\"cost_price\":{\"old\":\"11500.00\",\"new\":\"10000\"},\"selling_price\":{\"old\":\"12500.00\",\"new\":\"11500\"}}','143.105.161.185','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2025-12-24 06:35:36','2025-12-24 06:35:36'),
(160,5,'price_changed','Product pricing updated',7,'{\"old_prices\":{\"cost_price\":\"11500.00\",\"selling_price\":\"12500.00\",\"discount_price\":null},\"new_prices\":{\"cost_price\":\"10000.00\",\"selling_price\":\"11500.00\",\"discount_price\":null}}','143.105.161.185','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2025-12-24 06:36:07','2025-12-24 06:36:07'),
(161,5,'updated','Product updated',7,'{\"cost_price\":{\"old\":\"11500.00\",\"new\":\"10000\"},\"selling_price\":{\"old\":\"12500.00\",\"new\":\"11500\"}}','143.105.161.185','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2025-12-24 06:36:07','2025-12-24 06:36:07'),
(162,4,'price_changed','Product pricing updated',7,'{\"old_prices\":{\"cost_price\":\"11500.00\",\"selling_price\":\"12500.00\",\"discount_price\":null},\"new_prices\":{\"cost_price\":\"10000.00\",\"selling_price\":\"11500.00\",\"discount_price\":null}}','143.105.161.185','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2025-12-24 06:36:37','2025-12-24 06:36:37'),
(163,4,'updated','Product updated',7,'{\"cost_price\":{\"old\":\"11500.00\",\"new\":\"10000\"},\"selling_price\":{\"old\":\"12500.00\",\"new\":\"11500\"}}','143.105.161.185','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2025-12-24 06:36:37','2025-12-24 06:36:37'),
(164,9,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":18,\"new_stock\":17,\"sale_id\":43,\"sale_number\":\"HIL-0043\"}','143.105.161.185','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2025-12-24 07:22:24','2025-12-24 07:22:24'),
(165,2,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":13,\"new_stock\":12,\"sale_id\":44,\"sale_number\":\"HIL-0044\"}','143.105.161.185','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2025-12-24 07:22:46','2025-12-24 07:22:46'),
(166,9,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":17,\"new_stock\":16,\"sale_id\":44,\"sale_number\":\"HIL-0044\"}','143.105.161.185','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2025-12-24 07:22:46','2025-12-24 07:22:46'),
(167,19,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":22,\"new_stock\":21,\"sale_id\":45,\"sale_number\":\"HIL-0045\"}','143.105.161.185','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2025-12-24 07:23:04','2025-12-24 07:23:04'),
(168,9,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":16,\"new_stock\":15,\"sale_id\":46,\"sale_number\":\"HIL-0046\"}','143.105.161.185','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2025-12-24 08:08:47','2025-12-24 08:08:47'),
(169,11,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":4,\"new_stock\":3,\"sale_id\":47,\"sale_number\":\"HIL-0047\"}','143.105.161.185','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2025-12-24 08:18:39','2025-12-24 08:18:39'),
(170,17,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":149,\"new_stock\":148,\"sale_id\":47,\"sale_number\":\"HIL-0047\"}','143.105.161.185','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2025-12-24 08:18:39','2025-12-24 08:18:39'),
(171,12,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":7,\"new_stock\":6,\"sale_id\":48,\"sale_number\":\"HIL-0048\"}','143.105.161.185','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2025-12-24 08:40:42','2025-12-24 08:40:42'),
(172,8,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":483,\"new_stock\":482,\"sale_id\":49,\"sale_number\":\"HIL-0049\"}','143.105.161.185','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2025-12-24 08:57:17','2025-12-24 08:57:17'),
(173,1,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":8,\"new_stock\":7,\"sale_id\":50,\"sale_number\":\"HIL-0050\"}','143.105.161.185','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2025-12-24 09:04:29','2025-12-24 09:04:29'),
(174,10,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":10,\"new_stock\":9,\"sale_id\":51,\"sale_number\":\"HIL-0051\"}','143.105.161.185','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2025-12-24 09:37:51','2025-12-24 09:37:51'),
(175,9,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":15,\"new_stock\":14,\"sale_id\":52,\"sale_number\":\"HIL-0052\"}','154.73.161.66','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2025-12-24 09:43:37','2025-12-24 09:43:37'),
(176,12,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":6,\"new_stock\":5,\"sale_id\":52,\"sale_number\":\"HIL-0052\"}','154.73.161.66','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2025-12-24 09:43:37','2025-12-24 09:43:37'),
(177,17,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":148,\"new_stock\":147,\"sale_id\":53,\"sale_number\":\"HIL-0053\"}','143.105.161.31','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2025-12-24 10:39:41','2025-12-24 10:39:41'),
(178,9,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":14,\"new_stock\":13,\"sale_id\":54,\"sale_number\":\"HIL-0054\"}','143.105.161.31','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2025-12-24 11:08:17','2025-12-24 11:08:17'),
(179,13,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":4,\"new_stock\":3,\"sale_id\":54,\"sale_number\":\"HIL-0054\"}','143.105.161.31','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2025-12-24 11:08:17','2025-12-24 11:08:17'),
(180,9,'stock_removed','Removed 4 units - Sale',7,'{\"quantity\":4,\"reason\":\"Sale\",\"previous_stock\":13,\"new_stock\":9,\"sale_id\":55,\"sale_number\":\"HIL-0055\"}','143.105.161.31','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2025-12-24 12:05:09','2025-12-24 12:05:09'),
(181,11,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":3,\"new_stock\":2,\"sale_id\":56,\"sale_number\":\"HIL-0056\"}','143.105.161.31','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2025-12-24 12:14:18','2025-12-24 12:14:18'),
(182,12,'stock_added','Added 3 units - Restock - New shipment',7,'{\"quantity\":3,\"reason\":\"Restock - New shipment\",\"previous_stock\":5,\"new_stock\":8,\"notes\":null}','143.105.161.31','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2025-12-24 12:14:59','2025-12-24 12:14:59'),
(183,12,'stock_removed','Removed 2 units - Adjustment - Count correction',7,'{\"quantity\":2,\"reason\":\"Adjustment - Count correction\",\"previous_stock\":8,\"new_stock\":6,\"notes\":null}','143.105.161.31','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2025-12-24 12:19:18','2025-12-24 12:19:18'),
(184,10,'stock_removed','Removed 2 units - Sale',7,'{\"quantity\":2,\"reason\":\"Sale\",\"previous_stock\":9,\"new_stock\":7,\"sale_id\":57,\"sale_number\":\"HIL-0057\"}','143.105.161.31','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2025-12-24 12:24:34','2025-12-24 12:24:34'),
(185,11,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":2,\"new_stock\":1,\"sale_id\":58,\"sale_number\":\"HIL-0058\"}','143.105.161.31','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2025-12-24 12:34:06','2025-12-24 12:34:06'),
(186,13,'stock_removed','Removed 3 units - Sale',7,'{\"quantity\":3,\"reason\":\"Sale\",\"previous_stock\":3,\"new_stock\":0,\"sale_id\":58,\"sale_number\":\"HIL-0058\"}','143.105.161.31','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2025-12-24 12:34:06','2025-12-24 12:34:06'),
(187,10,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":7,\"new_stock\":6,\"sale_id\":59,\"sale_number\":\"HIL-0059\"}','143.105.161.31','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2025-12-24 13:01:00','2025-12-24 13:01:00'),
(188,17,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":147,\"new_stock\":146,\"sale_id\":59,\"sale_number\":\"HIL-0059\"}','143.105.161.31','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2025-12-24 13:01:00','2025-12-24 13:01:00'),
(189,19,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":21,\"new_stock\":20,\"sale_id\":60,\"sale_number\":\"HIL-0060\"}','143.105.161.149','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2025-12-25 06:32:45','2025-12-25 06:32:45'),
(190,8,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":482,\"new_stock\":481,\"sale_id\":61,\"sale_number\":\"HIL-0061\"}','143.105.161.202','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2025-12-25 07:10:28','2025-12-25 07:10:28'),
(191,1,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":7,\"new_stock\":6,\"sale_id\":62,\"sale_number\":\"HIL-0062\"}','143.105.161.202','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2025-12-25 07:37:25','2025-12-25 07:37:25'),
(192,10,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":6,\"new_stock\":5,\"sale_id\":63,\"sale_number\":\"HIL-0063\"}','143.105.161.14','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2025-12-25 08:12:18','2025-12-25 08:12:18'),
(193,1,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":6,\"new_stock\":5,\"sale_id\":64,\"sale_number\":\"HIL-0064\"}','143.105.161.14','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2025-12-25 11:41:21','2025-12-25 11:41:21'),
(194,16,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":33,\"new_stock\":32,\"sale_id\":65,\"sale_number\":\"HIL-0065\"}','143.105.161.14','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2025-12-25 12:57:59','2025-12-25 12:57:59'),
(195,2,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":12,\"new_stock\":11,\"sale_id\":66,\"sale_number\":\"HIL-0066\"}','143.105.161.14','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2025-12-25 12:58:58','2025-12-25 12:58:58'),
(196,10,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":5,\"new_stock\":4,\"sale_id\":66,\"sale_number\":\"HIL-0066\"}','143.105.161.14','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2025-12-25 12:58:58','2025-12-25 12:58:58'),
(197,25,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":18,\"new_stock\":17,\"sale_id\":67,\"sale_number\":\"HIL-0067\"}','143.105.161.14','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2025-12-25 13:23:04','2025-12-25 13:23:04'),
(198,8,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":481,\"new_stock\":480,\"sale_id\":68,\"sale_number\":\"HIL-0068\"}','154.73.161.171','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2025-12-25 17:12:14','2025-12-25 17:12:14'),
(199,2,'stock_added','Added 8 units - Restock - New shipment',7,'{\"quantity\":8,\"reason\":\"Restock - New shipment\",\"previous_stock\":11,\"new_stock\":19,\"notes\":null}','143.105.161.13','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2025-12-26 06:44:47','2025-12-26 06:44:47'),
(200,9,'stock_added','Added 5 units - Restock - New shipment',7,'{\"quantity\":5,\"reason\":\"Restock - New shipment\",\"previous_stock\":9,\"new_stock\":14,\"notes\":null}','143.105.161.13','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2025-12-26 06:51:56','2025-12-26 06:51:56'),
(201,10,'stock_added','Added 4 units - Restock - New shipment',7,'{\"quantity\":4,\"reason\":\"Restock - New shipment\",\"previous_stock\":4,\"new_stock\":8,\"notes\":null}','143.105.161.13','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2025-12-26 06:56:42','2025-12-26 06:56:42'),
(202,1,'stock_added','Added 9 units - Restock - New shipment',7,'{\"quantity\":9,\"reason\":\"Restock - New shipment\",\"previous_stock\":5,\"new_stock\":14,\"notes\":null}','143.105.161.13','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2025-12-26 07:04:57','2025-12-26 07:04:57'),
(203,11,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":1,\"new_stock\":0,\"sale_id\":69,\"sale_number\":\"HIL-0069\"}','143.105.161.13','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2025-12-26 07:08:53','2025-12-26 07:08:53'),
(204,12,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":6,\"new_stock\":5,\"sale_id\":69,\"sale_number\":\"HIL-0069\"}','143.105.161.13','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2025-12-26 07:08:54','2025-12-26 07:08:54'),
(205,19,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":20,\"new_stock\":19,\"sale_id\":69,\"sale_number\":\"HIL-0069\"}','143.105.161.13','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2025-12-26 07:08:54','2025-12-26 07:08:54'),
(206,13,'stock_added','Added 2 units - Restock - New shipment',7,'{\"quantity\":2,\"reason\":\"Restock - New shipment\",\"previous_stock\":0,\"new_stock\":2,\"notes\":null}','143.105.161.13','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2025-12-26 07:10:40','2025-12-26 07:10:40'),
(207,22,'stock_removed','Removed 2 units - Sale',7,'{\"quantity\":2,\"reason\":\"Sale\",\"previous_stock\":10,\"new_stock\":8,\"sale_id\":70,\"sale_number\":\"HIL-0070\"}','143.105.161.13','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2025-12-26 07:14:07','2025-12-26 07:14:07'),
(208,22,'stock_added','Added 2 units - Sale cancelled/refunded',7,'{\"quantity\":2,\"reason\":\"Error\",\"previous_stock\":8,\"new_stock\":10,\"sale_id\":70,\"sale_number\":\"HIL-0070\"}','143.105.161.13','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2025-12-26 07:15:07','2025-12-26 07:15:07'),
(209,3,'stock_added','Added 8 units - Restock - New shipment',7,'{\"quantity\":8,\"reason\":\"Restock - New shipment\",\"previous_stock\":1,\"new_stock\":9,\"notes\":null}','143.105.161.13','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2025-12-26 07:17:28','2025-12-26 07:17:28'),
(210,2,'stock_added','Added 2 units - Restock - New shipment',7,'{\"quantity\":2,\"reason\":\"Restock - New shipment\",\"previous_stock\":19,\"new_stock\":21,\"notes\":null}','143.105.161.13','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2025-12-26 07:24:21','2025-12-26 07:24:21'),
(211,9,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":14,\"new_stock\":13,\"sale_id\":71,\"sale_number\":\"HIL-0071\"}','143.105.161.13','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2025-12-26 07:54:26','2025-12-26 07:54:26'),
(212,3,'stock_added','Added 4 units - Restock - New shipment',7,'{\"quantity\":4,\"reason\":\"Restock - New shipment\",\"previous_stock\":9,\"new_stock\":13,\"notes\":null}','143.105.161.13','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2025-12-26 08:06:59','2025-12-26 08:06:59'),
(213,1,'stock_added','Added 4 units - Restock - New shipment',7,'{\"quantity\":4,\"reason\":\"Restock - New shipment\",\"previous_stock\":14,\"new_stock\":18,\"notes\":null}','143.105.161.13','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2025-12-26 08:09:38','2025-12-26 08:09:38'),
(214,12,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":5,\"new_stock\":4,\"sale_id\":72,\"sale_number\":\"HIL-0072\"}','143.105.161.13','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2025-12-26 08:17:08','2025-12-26 08:17:08'),
(215,17,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":146,\"new_stock\":145,\"sale_id\":72,\"sale_number\":\"HIL-0072\"}','143.105.161.13','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2025-12-26 08:17:09','2025-12-26 08:17:09'),
(216,15,'stock_removed','Removed 2 units - Sale',7,'{\"quantity\":2,\"reason\":\"Sale\",\"previous_stock\":10,\"new_stock\":8,\"sale_id\":73,\"sale_number\":\"HIL-0073\"}','143.105.161.13','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2025-12-26 08:23:09','2025-12-26 08:23:09'),
(217,17,'stock_removed','Removed 2 units - Sale',7,'{\"quantity\":2,\"reason\":\"Sale\",\"previous_stock\":145,\"new_stock\":143,\"sale_id\":73,\"sale_number\":\"HIL-0073\"}','143.105.161.13','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2025-12-26 08:23:09','2025-12-26 08:23:09'),
(218,8,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":480,\"new_stock\":479,\"sale_id\":74,\"sale_number\":\"HIL-0074\"}','143.105.161.13','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2025-12-26 09:08:41','2025-12-26 09:08:41'),
(219,8,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":479,\"new_stock\":478,\"sale_id\":75,\"sale_number\":\"HIL-0075\"}','143.105.161.13','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2025-12-26 10:18:59','2025-12-26 10:18:59'),
(220,3,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":13,\"new_stock\":12,\"sale_id\":76,\"sale_number\":\"HIL-0076\"}','143.105.161.13','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2025-12-26 11:15:39','2025-12-26 11:15:39'),
(221,13,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":2,\"new_stock\":1,\"sale_id\":76,\"sale_number\":\"HIL-0076\"}','143.105.161.13','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2025-12-26 11:15:39','2025-12-26 11:15:39'),
(222,8,'stock_removed','Removed 2 units - Sale',7,'{\"quantity\":2,\"reason\":\"Sale\",\"previous_stock\":478,\"new_stock\":476,\"sale_id\":77,\"sale_number\":\"HIL-0077\"}','143.105.161.13','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2025-12-26 12:18:19','2025-12-26 12:18:19'),
(223,25,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":17,\"new_stock\":16,\"sale_id\":78,\"sale_number\":\"HIL-0078\"}','143.105.161.13','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2025-12-26 12:56:35','2025-12-26 12:56:35'),
(224,3,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":12,\"new_stock\":11,\"sale_id\":79,\"sale_number\":\"HIL-0079\"}','143.105.161.13','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2025-12-26 13:48:56','2025-12-26 13:48:56'),
(225,10,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":8,\"new_stock\":7,\"sale_id\":79,\"sale_number\":\"HIL-0079\"}','143.105.161.13','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2025-12-26 13:48:56','2025-12-26 13:48:56'),
(226,9,'stock_removed','Removed 2 units - Sale',7,'{\"quantity\":2,\"reason\":\"Sale\",\"previous_stock\":13,\"new_stock\":11,\"sale_id\":80,\"sale_number\":\"HIL-0080\"}','143.105.161.13','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2025-12-26 14:08:47','2025-12-26 14:08:47'),
(227,4,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":328,\"new_stock\":327,\"sale_id\":81,\"sale_number\":\"HIL-0081\"}','154.73.166.41','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2025-12-26 15:03:42','2025-12-26 15:03:42'),
(228,3,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":11,\"new_stock\":10,\"sale_id\":82,\"sale_number\":\"HIL-0082\"}','143.105.161.190','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36','2025-12-27 07:08:28','2025-12-27 07:08:28'),
(229,17,'stock_removed','Removed 2 units - Sale',7,'{\"quantity\":2,\"reason\":\"Sale\",\"previous_stock\":143,\"new_stock\":141,\"sale_id\":83,\"sale_number\":\"HIL-0083\"}','143.105.161.190','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2025-12-27 08:00:02','2025-12-27 08:00:02'),
(230,17,'stock_removed','Removed 3 units - Sale',7,'{\"quantity\":3,\"reason\":\"Sale\",\"previous_stock\":141,\"new_stock\":138,\"sale_id\":84,\"sale_number\":\"HIL-0084\"}','143.105.161.190','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2025-12-27 08:12:06','2025-12-27 08:12:06'),
(231,3,'stock_removed','Removed 2 units - Sale',7,'{\"quantity\":2,\"reason\":\"Sale\",\"previous_stock\":10,\"new_stock\":8,\"sale_id\":85,\"sale_number\":\"HIL-0085\"}','143.105.161.190','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2025-12-27 08:50:11','2025-12-27 08:50:11'),
(232,10,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":7,\"new_stock\":6,\"sale_id\":86,\"sale_number\":\"HIL-0086\"}','143.105.161.190','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2025-12-27 08:50:33','2025-12-27 08:50:33'),
(233,2,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":21,\"new_stock\":20,\"sale_id\":87,\"sale_number\":\"HIL-0087\"}','143.105.161.190','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2025-12-27 09:22:32','2025-12-27 09:22:32'),
(234,17,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":138,\"new_stock\":137,\"sale_id\":87,\"sale_number\":\"HIL-0087\"}','143.105.161.190','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2025-12-27 09:22:32','2025-12-27 09:22:32'),
(235,19,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":19,\"new_stock\":18,\"sale_id\":88,\"sale_number\":\"HIL-0088\"}','143.105.161.190','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2025-12-27 10:05:07','2025-12-27 10:05:07'),
(236,9,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":11,\"new_stock\":10,\"sale_id\":89,\"sale_number\":\"HIL-0089\"}','143.105.161.190','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2025-12-27 10:05:41','2025-12-27 10:05:41'),
(237,2,'stock_removed','Removed 2 units - Sale',7,'{\"quantity\":2,\"reason\":\"Sale\",\"previous_stock\":20,\"new_stock\":18,\"sale_id\":90,\"sale_number\":\"HIL-0090\"}','143.105.161.190','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2025-12-27 10:20:56','2025-12-27 10:20:56'),
(238,3,'stock_removed','Removed 2 units - Sale',7,'{\"quantity\":2,\"reason\":\"Sale\",\"previous_stock\":8,\"new_stock\":6,\"sale_id\":90,\"sale_number\":\"HIL-0090\"}','143.105.161.190','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2025-12-27 10:20:56','2025-12-27 10:20:56'),
(239,9,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":10,\"new_stock\":9,\"sale_id\":90,\"sale_number\":\"HIL-0090\"}','143.105.161.190','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2025-12-27 10:20:56','2025-12-27 10:20:56'),
(240,10,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":6,\"new_stock\":5,\"sale_id\":90,\"sale_number\":\"HIL-0090\"}','143.105.161.190','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2025-12-27 10:20:56','2025-12-27 10:20:56'),
(241,15,'stock_removed','Removed 3 units - Sale',7,'{\"quantity\":3,\"reason\":\"Sale\",\"previous_stock\":8,\"new_stock\":5,\"sale_id\":90,\"sale_number\":\"HIL-0090\"}','143.105.161.190','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2025-12-27 10:20:56','2025-12-27 10:20:56'),
(242,16,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":32,\"new_stock\":31,\"sale_id\":90,\"sale_number\":\"HIL-0090\"}','143.105.161.190','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2025-12-27 10:20:56','2025-12-27 10:20:56'),
(243,17,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":137,\"new_stock\":136,\"sale_id\":90,\"sale_number\":\"HIL-0090\"}','143.105.161.190','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2025-12-27 10:20:56','2025-12-27 10:20:56'),
(244,3,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":6,\"new_stock\":5,\"sale_id\":91,\"sale_number\":\"HIL-0091\"}','143.105.161.190','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2025-12-27 12:08:31','2025-12-27 12:08:31'),
(245,9,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":9,\"new_stock\":8,\"sale_id\":91,\"sale_number\":\"HIL-0091\"}','143.105.161.190','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2025-12-27 12:08:31','2025-12-27 12:08:31'),
(246,9,'stock_added','Added 15 units - Restock - New shipment',7,'{\"quantity\":15,\"reason\":\"Restock - New shipment\",\"previous_stock\":8,\"new_stock\":23,\"notes\":null}','143.105.161.190','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2025-12-27 12:47:41','2025-12-27 12:47:41'),
(247,3,'stock_added','Added 8 units - Restock - New shipment',7,'{\"quantity\":8,\"reason\":\"Restock - New shipment\",\"previous_stock\":5,\"new_stock\":13,\"notes\":null}','143.105.161.190','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2025-12-27 12:48:38','2025-12-27 12:48:38'),
(248,26,'created','Product created',7,'{\"name\":\"Hilali-10\",\"description\":null,\"barcode\":\"PRD582282\",\"category_id\":\"2\",\"product_type\":\"market\",\"unit\":\"pcs\",\"cost_price\":\"16500.00\",\"selling_price\":\"17500.00\",\"discount_price\":null,\"image\":\"products\\/1766850741_q2EdISl5E9.jpg\",\"expiry_date\":null,\"is_active\":true,\"alert_quantity\":3,\"weight\":null,\"length\":null,\"width\":null,\"height\":null,\"updated_at\":\"2025-12-27T15:52:21.000000Z\",\"created_at\":\"2025-12-27T15:52:21.000000Z\",\"id\":26}','143.105.161.190','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2025-12-27 12:52:21','2025-12-27 12:52:21'),
(249,26,'stock_added','Added 25 units - Initial stock',7,'{\"quantity\":25,\"reason\":\"Initial stock\",\"previous_stock\":0,\"new_stock\":25,\"notes\":\"Product creation\"}','143.105.161.190','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2025-12-27 12:52:21','2025-12-27 12:52:21'),
(250,13,'stock_added','Added 1 units - Adjustment - Count correction',7,'{\"quantity\":1,\"reason\":\"Adjustment - Count correction\",\"previous_stock\":1,\"new_stock\":2,\"notes\":null}','143.105.161.190','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36','2025-12-27 13:29:37','2025-12-27 13:29:37'),
(251,9,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":23,\"new_stock\":22,\"sale_id\":92,\"sale_number\":\"HIL-0092\"}','154.73.166.171','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2025-12-29 05:42:33','2025-12-29 05:42:33'),
(252,26,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":25,\"new_stock\":24,\"sale_id\":92,\"sale_number\":\"HIL-0092\"}','154.73.166.171','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2025-12-29 05:42:33','2025-12-29 05:42:33'),
(253,3,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":13,\"new_stock\":12,\"sale_id\":93,\"sale_number\":\"HIL-0093\"}','154.73.166.171','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2025-12-29 06:07:25','2025-12-29 06:07:25'),
(254,15,'stock_added','Added 3 units - Adjustment - Count correction',7,'{\"quantity\":3,\"reason\":\"Adjustment - Count correction\",\"previous_stock\":5,\"new_stock\":8,\"notes\":null}','143.105.161.43','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36','2025-12-29 06:35:11','2025-12-29 06:35:11'),
(255,15,'stock_removed','Removed 7 units - Sale',7,'{\"quantity\":7,\"reason\":\"Sale\",\"previous_stock\":8,\"new_stock\":1,\"sale_id\":94,\"sale_number\":\"HIL-0094\"}','143.105.161.43','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36','2025-12-29 06:36:41','2025-12-29 06:36:41'),
(256,16,'stock_removed','Removed 13 units - Sale',7,'{\"quantity\":13,\"reason\":\"Sale\",\"previous_stock\":31,\"new_stock\":18,\"sale_id\":94,\"sale_number\":\"HIL-0094\"}','143.105.161.43','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36','2025-12-29 06:36:41','2025-12-29 06:36:41'),
(257,1,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":18,\"new_stock\":17,\"sale_id\":95,\"sale_number\":\"HIL-0095\"}','143.105.161.43','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2025-12-29 07:39:06','2025-12-29 07:39:06'),
(258,12,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":4,\"new_stock\":3,\"sale_id\":95,\"sale_number\":\"HIL-0095\"}','143.105.161.43','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2025-12-29 07:39:06','2025-12-29 07:39:06'),
(259,9,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":22,\"new_stock\":21,\"sale_id\":96,\"sale_number\":\"HIL-0096\"}','143.105.161.43','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2025-12-29 08:52:26','2025-12-29 08:52:26'),
(260,2,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":18,\"new_stock\":17,\"sale_id\":97,\"sale_number\":\"HIL-0097\"}','143.105.161.43','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2025-12-29 09:25:38','2025-12-29 09:25:38'),
(261,3,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":12,\"new_stock\":11,\"sale_id\":97,\"sale_number\":\"HIL-0097\"}','143.105.161.43','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2025-12-29 09:25:38','2025-12-29 09:25:38'),
(262,8,'stock_removed','Removed 2 units - Sale',7,'{\"quantity\":2,\"reason\":\"Sale\",\"previous_stock\":476,\"new_stock\":474,\"sale_id\":98,\"sale_number\":\"HIL-0098\"}','143.105.161.43','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36','2025-12-29 10:23:55','2025-12-29 10:23:55'),
(263,26,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":24,\"new_stock\":23,\"sale_id\":99,\"sale_number\":\"HIL-0099\"}','143.105.161.43','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36','2025-12-29 10:24:06','2025-12-29 10:24:06'),
(264,3,'stock_added','Added 11 units - Restock - New shipment',7,'{\"quantity\":11,\"reason\":\"Restock - New shipment\",\"previous_stock\":11,\"new_stock\":22,\"notes\":null}','154.73.166.171','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2025-12-29 11:14:39','2025-12-29 11:14:39'),
(265,27,'created','Product created',7,'{\"name\":\"Hilali-11\",\"description\":null,\"barcode\":\"PRD739061\",\"category_id\":\"2\",\"product_type\":\"market\",\"unit\":\"pcs\",\"cost_price\":\"16500.00\",\"selling_price\":\"17500.00\",\"discount_price\":null,\"image\":\"products\\/1767017788_O8Gh97DBxl.jpg\",\"expiry_date\":null,\"is_active\":true,\"alert_quantity\":1,\"weight\":null,\"length\":null,\"width\":null,\"height\":null,\"updated_at\":\"2025-12-29T14:16:29.000000Z\",\"created_at\":\"2025-12-29T14:16:29.000000Z\",\"id\":27}','154.73.166.171','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2025-12-29 11:16:29','2025-12-29 11:16:29'),
(266,27,'stock_added','Added 11 units - Initial stock',7,'{\"quantity\":11,\"reason\":\"Initial stock\",\"previous_stock\":0,\"new_stock\":11,\"notes\":\"Product creation\"}','154.73.166.171','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2025-12-29 11:16:29','2025-12-29 11:16:29'),
(267,28,'created','Product created',7,'{\"name\":\"Hilali-12\",\"description\":null,\"barcode\":\"PRD829546\",\"category_id\":\"2\",\"product_type\":\"market\",\"unit\":\"pcs\",\"cost_price\":\"16500.00\",\"selling_price\":\"17500.00\",\"discount_price\":null,\"image\":\"products\\/1767017858_dFaYarriiB.jpg\",\"expiry_date\":null,\"is_active\":true,\"alert_quantity\":3,\"weight\":null,\"length\":null,\"width\":null,\"height\":null,\"updated_at\":\"2025-12-29T14:17:38.000000Z\",\"created_at\":\"2025-12-29T14:17:38.000000Z\",\"id\":28}','154.73.166.171','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2025-12-29 11:17:38','2025-12-29 11:17:38'),
(268,28,'stock_added','Added 11 units - Initial stock',7,'{\"quantity\":11,\"reason\":\"Initial stock\",\"previous_stock\":0,\"new_stock\":11,\"notes\":\"Product creation\"}','154.73.166.171','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2025-12-29 11:17:38','2025-12-29 11:17:38'),
(269,9,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":21,\"new_stock\":20,\"sale_id\":100,\"sale_number\":\"HIL-0100\"}','143.105.161.43','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2025-12-29 12:23:00','2025-12-29 12:23:00'),
(270,8,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":474,\"new_stock\":473,\"sale_id\":101,\"sale_number\":\"HIL-0101\"}','154.73.166.171','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2025-12-29 14:10:19','2025-12-29 14:10:19'),
(271,15,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":1,\"new_stock\":0,\"sale_id\":102,\"sale_number\":\"HIL-0102\"}','154.73.161.72','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2025-12-30 05:40:03','2025-12-30 05:40:03'),
(272,16,'stock_removed','Removed 10 units - Sale',7,'{\"quantity\":10,\"reason\":\"Sale\",\"previous_stock\":18,\"new_stock\":8,\"sale_id\":102,\"sale_number\":\"HIL-0102\"}','154.73.161.72','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2025-12-30 05:40:03','2025-12-30 05:40:03'),
(273,8,'stock_removed','Removed 10 units - Sale',7,'{\"quantity\":10,\"reason\":\"Sale\",\"previous_stock\":473,\"new_stock\":463,\"sale_id\":103,\"sale_number\":\"HIL-0103\"}','143.105.161.128','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36','2025-12-30 06:41:53','2025-12-30 06:41:53'),
(274,3,'stock_added','Added 7 units - Restock - New shipment',7,'{\"quantity\":7,\"reason\":\"Restock - New shipment\",\"previous_stock\":22,\"new_stock\":29,\"notes\":null}','143.105.161.128','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36','2025-12-30 07:32:58','2025-12-30 07:32:58'),
(275,29,'created','Product created',7,'{\"name\":\"Hilali-12\",\"description\":null,\"barcode\":\"PRD161725\",\"category_id\":\"2\",\"product_type\":\"market\",\"unit\":\"pcs\",\"cost_price\":\"16500.00\",\"selling_price\":\"17500.00\",\"discount_price\":null,\"image\":\"products\\/1767091125_SVOd95W6lI.jpg\",\"expiry_date\":null,\"is_active\":true,\"alert_quantity\":1,\"weight\":null,\"length\":null,\"width\":null,\"height\":null,\"updated_at\":\"2025-12-30T10:38:46.000000Z\",\"created_at\":\"2025-12-30T10:38:46.000000Z\",\"id\":29}','143.105.161.128','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2025-12-30 07:38:46','2025-12-30 07:38:46'),
(276,29,'stock_added','Added 5 units - Initial stock',7,'{\"quantity\":5,\"reason\":\"Initial stock\",\"previous_stock\":0,\"new_stock\":5,\"notes\":\"Product creation\"}','143.105.161.128','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2025-12-30 07:38:46','2025-12-30 07:38:46'),
(277,29,'updated','Product updated',7,'{\"name\":{\"old\":\"Hilali-12\",\"new\":\"Hilali-13\"}}','143.105.161.128','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2025-12-30 07:39:16','2025-12-30 07:39:16'),
(278,30,'created','Product created',7,'{\"name\":\"Hilali-13\",\"description\":null,\"barcode\":\"PRD031028\",\"category_id\":\"2\",\"product_type\":\"market\",\"unit\":\"pcs\",\"cost_price\":\"16500.00\",\"selling_price\":\"17500.00\",\"discount_price\":null,\"image\":\"products\\/1767091949_hLRxaAso5L.jpg\",\"expiry_date\":null,\"is_active\":true,\"alert_quantity\":1,\"weight\":null,\"length\":null,\"width\":null,\"height\":null,\"updated_at\":\"2025-12-30T10:52:29.000000Z\",\"created_at\":\"2025-12-30T10:52:29.000000Z\",\"id\":30}','143.105.161.128','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2025-12-30 07:52:29','2025-12-30 07:52:29'),
(279,30,'stock_added','Added 5 units - Initial stock',7,'{\"quantity\":5,\"reason\":\"Initial stock\",\"previous_stock\":0,\"new_stock\":5,\"notes\":\"Product creation\"}','143.105.161.128','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2025-12-30 07:52:29','2025-12-30 07:52:29'),
(280,1,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":17,\"new_stock\":16,\"sale_id\":104,\"sale_number\":\"HIL-0104\"}','143.105.161.128','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2025-12-30 08:12:26','2025-12-30 08:12:26'),
(281,3,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":29,\"new_stock\":28,\"sale_id\":104,\"sale_number\":\"HIL-0104\"}','143.105.161.128','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2025-12-30 08:12:26','2025-12-30 08:12:26'),
(282,10,'stock_removed','Removed 2 units - Sale',7,'{\"quantity\":2,\"reason\":\"Sale\",\"previous_stock\":5,\"new_stock\":3,\"sale_id\":104,\"sale_number\":\"HIL-0104\"}','143.105.161.128','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2025-12-30 08:12:26','2025-12-30 08:12:26'),
(283,17,'stock_removed','Removed 2 units - Sale',7,'{\"quantity\":2,\"reason\":\"Sale\",\"previous_stock\":136,\"new_stock\":134,\"sale_id\":104,\"sale_number\":\"HIL-0104\"}','143.105.161.128','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2025-12-30 08:12:26','2025-12-30 08:12:26'),
(284,26,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":23,\"new_stock\":22,\"sale_id\":104,\"sale_number\":\"HIL-0104\"}','143.105.161.128','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2025-12-30 08:12:26','2025-12-30 08:12:26'),
(285,28,'stock_removed','Removed 3 units - Sale',7,'{\"quantity\":3,\"reason\":\"Sale\",\"previous_stock\":11,\"new_stock\":8,\"sale_id\":104,\"sale_number\":\"HIL-0104\"}','143.105.161.128','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2025-12-30 08:12:26','2025-12-30 08:12:26'),
(286,30,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":5,\"new_stock\":4,\"sale_id\":104,\"sale_number\":\"HIL-0104\"}','143.105.161.128','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2025-12-30 08:12:26','2025-12-30 08:12:26'),
(287,17,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":134,\"new_stock\":133,\"sale_id\":105,\"sale_number\":\"HIL-0105\"}','154.73.161.72','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36','2025-12-30 11:31:49','2025-12-30 11:31:49'),
(288,8,'stock_removed','Removed 2 units - Sale',7,'{\"quantity\":2,\"reason\":\"Sale\",\"previous_stock\":463,\"new_stock\":461,\"sale_id\":106,\"sale_number\":\"HIL-0106\"}','143.105.161.128','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36','2025-12-30 12:42:52','2025-12-30 12:42:52'),
(289,26,'stock_removed','Removed 2 units - Sale',7,'{\"quantity\":2,\"reason\":\"Sale\",\"previous_stock\":22,\"new_stock\":20,\"sale_id\":107,\"sale_number\":\"HIL-0107\"}','143.105.161.128','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36','2025-12-30 12:50:01','2025-12-30 12:50:01'),
(290,21,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":15,\"new_stock\":14,\"sale_id\":107,\"sale_number\":\"HIL-0107\"}','143.105.161.128','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36','2025-12-30 12:50:01','2025-12-30 12:50:01'),
(291,19,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":18,\"new_stock\":17,\"sale_id\":107,\"sale_number\":\"HIL-0107\"}','143.105.161.128','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36','2025-12-30 12:50:01','2025-12-30 12:50:01'),
(292,3,'stock_removed','Removed 2 units - Sale',7,'{\"quantity\":2,\"reason\":\"Sale\",\"previous_stock\":28,\"new_stock\":26,\"sale_id\":107,\"sale_number\":\"HIL-0107\"}','143.105.161.128','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36','2025-12-30 12:50:01','2025-12-30 12:50:01'),
(293,27,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":11,\"new_stock\":10,\"sale_id\":107,\"sale_number\":\"HIL-0107\"}','143.105.161.128','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36','2025-12-30 12:50:01','2025-12-30 12:50:01'),
(294,9,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":20,\"new_stock\":19,\"sale_id\":107,\"sale_number\":\"HIL-0107\"}','143.105.161.128','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36','2025-12-30 12:50:01','2025-12-30 12:50:01'),
(295,11,'stock_added','Added 10 units - Restock - New shipment',7,'{\"quantity\":10,\"reason\":\"Restock - New shipment\",\"previous_stock\":0,\"new_stock\":10,\"notes\":null}','143.105.161.128','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2025-12-30 13:09:51','2025-12-30 13:09:51'),
(296,2,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":17,\"new_stock\":16,\"sale_id\":108,\"sale_number\":\"HIL-0108\"}','143.105.161.128','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2025-12-30 13:13:58','2025-12-30 13:13:58'),
(297,11,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":10,\"new_stock\":9,\"sale_id\":108,\"sale_number\":\"HIL-0108\"}','143.105.161.128','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2025-12-30 13:13:58','2025-12-30 13:13:58'),
(298,3,'stock_removed','Removed 10 units - Adjustment - Count correction',7,'{\"quantity\":10,\"reason\":\"Adjustment - Count correction\",\"previous_stock\":26,\"new_stock\":16,\"notes\":null}','154.73.161.227','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2025-12-31 05:10:54','2025-12-31 05:10:54'),
(299,3,'stock_added','Added 1 units - Adjustment - Count correction',7,'{\"quantity\":1,\"reason\":\"Adjustment - Count correction\",\"previous_stock\":16,\"new_stock\":17,\"notes\":null}','154.73.161.227','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2025-12-31 05:19:40','2025-12-31 05:19:40'),
(300,31,'created','Product created',7,'{\"name\":\"Hilali-14\",\"description\":null,\"barcode\":\"PRD593016\",\"category_id\":\"2\",\"product_type\":\"market\",\"unit\":\"pcs\",\"cost_price\":\"16500.00\",\"selling_price\":\"17500.00\",\"discount_price\":null,\"image\":\"products\\/1767169298_hHVMxE7Zkd.jpg\",\"expiry_date\":null,\"is_active\":true,\"alert_quantity\":3,\"weight\":null,\"length\":null,\"width\":null,\"height\":null,\"updated_at\":\"2025-12-31T08:21:39.000000Z\",\"created_at\":\"2025-12-31T08:21:39.000000Z\",\"id\":31}','154.73.161.227','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2025-12-31 05:21:39','2025-12-31 05:21:39'),
(301,31,'stock_added','Added 10 units - Initial stock',7,'{\"quantity\":10,\"reason\":\"Initial stock\",\"previous_stock\":0,\"new_stock\":10,\"notes\":\"Product creation\"}','154.73.161.227','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2025-12-31 05:21:39','2025-12-31 05:21:39'),
(302,11,'stock_removed','Removed 1 units - Adjustment - Count correction',7,'{\"quantity\":1,\"reason\":\"Adjustment - Count correction\",\"previous_stock\":9,\"new_stock\":8,\"notes\":null}','154.73.161.227','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2025-12-31 05:26:00','2025-12-31 05:26:00'),
(303,3,'stock_added','Added 1 units - Adjustment - Count correction',7,'{\"quantity\":1,\"reason\":\"Adjustment - Count correction\",\"previous_stock\":17,\"new_stock\":18,\"notes\":null}','154.73.161.227','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2025-12-31 05:30:15','2025-12-31 05:30:15'),
(304,32,'created','Product created',7,'{\"name\":\"Hilali-15\",\"description\":null,\"barcode\":\"PRD932917\",\"category_id\":\"2\",\"product_type\":\"market\",\"unit\":\"pcs\",\"cost_price\":\"16500.00\",\"selling_price\":\"17500.00\",\"discount_price\":null,\"image\":\"products\\/1767170196_YVFnWKtUqX.jpg\",\"expiry_date\":null,\"is_active\":true,\"alert_quantity\":3,\"weight\":null,\"length\":null,\"width\":null,\"height\":null,\"updated_at\":\"2025-12-31T08:36:36.000000Z\",\"created_at\":\"2025-12-31T08:36:36.000000Z\",\"id\":32}','154.73.161.227','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2025-12-31 05:36:36','2025-12-31 05:36:36'),
(305,32,'stock_added','Added 15 units - Initial stock',7,'{\"quantity\":15,\"reason\":\"Initial stock\",\"previous_stock\":0,\"new_stock\":15,\"notes\":\"Product creation\"}','154.73.161.227','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2025-12-31 05:36:36','2025-12-31 05:36:36'),
(306,28,'stock_added','Added 10 units - Adjustment - Count correction',7,'{\"quantity\":10,\"reason\":\"Adjustment - Count correction\",\"previous_stock\":8,\"new_stock\":18,\"notes\":null}','154.73.161.227','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2025-12-31 05:42:57','2025-12-31 05:42:57'),
(307,33,'created','Product created',7,'{\"name\":\"Hilali-16\",\"description\":null,\"barcode\":\"PRD586503\",\"category_id\":\"2\",\"product_type\":\"market\",\"unit\":\"pcs\",\"cost_price\":\"16500.00\",\"selling_price\":\"17500.00\",\"discount_price\":null,\"image\":\"products\\/1767170787_OPw6nAh4f3.jpg\",\"expiry_date\":null,\"is_active\":true,\"alert_quantity\":3,\"weight\":null,\"length\":null,\"width\":null,\"height\":null,\"updated_at\":\"2025-12-31T08:46:27.000000Z\",\"created_at\":\"2025-12-31T08:46:27.000000Z\",\"id\":33}','154.73.161.227','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2025-12-31 05:46:27','2025-12-31 05:46:27'),
(308,33,'stock_added','Added 10 units - Initial stock',7,'{\"quantity\":10,\"reason\":\"Initial stock\",\"previous_stock\":0,\"new_stock\":10,\"notes\":\"Product creation\"}','154.73.161.227','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2025-12-31 05:46:27','2025-12-31 05:46:27'),
(309,34,'created','Product created',7,'{\"name\":\"Hilali-17\",\"description\":null,\"barcode\":\"PRD977884\",\"category_id\":\"2\",\"product_type\":\"market\",\"unit\":\"pcs\",\"cost_price\":\"16500.00\",\"selling_price\":\"17500.00\",\"discount_price\":null,\"image\":\"products\\/1767171019_ZhIOTLVoZe.jpg\",\"expiry_date\":null,\"is_active\":true,\"alert_quantity\":3,\"weight\":null,\"length\":null,\"width\":null,\"height\":null,\"updated_at\":\"2025-12-31T08:50:19.000000Z\",\"created_at\":\"2025-12-31T08:50:19.000000Z\",\"id\":34}','154.73.161.227','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2025-12-31 05:50:20','2025-12-31 05:50:20'),
(310,34,'stock_added','Added 8 units - Initial stock',7,'{\"quantity\":8,\"reason\":\"Initial stock\",\"previous_stock\":0,\"new_stock\":8,\"notes\":\"Product creation\"}','154.73.161.227','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2025-12-31 05:50:20','2025-12-31 05:50:20'),
(311,29,'stock_added','Added 10 units - Adjustment - Count correction',7,'{\"quantity\":10,\"reason\":\"Adjustment - Count correction\",\"previous_stock\":5,\"new_stock\":15,\"notes\":null}','143.105.161.252','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2025-12-31 05:54:28','2025-12-31 05:54:28'),
(312,11,'stock_added','Added 1 units - Adjustment - Count correction',7,'{\"quantity\":1,\"reason\":\"Adjustment - Count correction\",\"previous_stock\":8,\"new_stock\":9,\"notes\":null}','143.105.161.252','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2025-12-31 05:58:00','2025-12-31 05:58:00'),
(313,2,'stock_added','Added 3 units - Adjustment - Count correction',7,'{\"quantity\":3,\"reason\":\"Adjustment - Count correction\",\"previous_stock\":16,\"new_stock\":19,\"notes\":null}','143.105.161.252','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2025-12-31 05:59:46','2025-12-31 05:59:46'),
(314,9,'stock_removed','Removed 4 units - Adjustment - Count correction',7,'{\"quantity\":4,\"reason\":\"Adjustment - Count correction\",\"previous_stock\":19,\"new_stock\":15,\"notes\":null}','143.105.161.252','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2025-12-31 06:01:23','2025-12-31 06:01:23'),
(315,30,'stock_added','Added 11 units - Adjustment - Count correction',7,'{\"quantity\":11,\"reason\":\"Adjustment - Count correction\",\"previous_stock\":4,\"new_stock\":15,\"notes\":null}','143.105.161.252','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2025-12-31 06:04:53','2025-12-31 06:04:53'),
(316,1,'stock_removed','Removed 1 units - Adjustment - Count correction',7,'{\"quantity\":1,\"reason\":\"Adjustment - Count correction\",\"previous_stock\":16,\"new_stock\":15,\"notes\":null}','143.105.161.252','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2025-12-31 06:05:40','2025-12-31 06:05:40'),
(317,26,'stock_removed','Removed 2 units - Adjustment - Count correction',7,'{\"quantity\":2,\"reason\":\"Adjustment - Count correction\",\"previous_stock\":20,\"new_stock\":18,\"notes\":null}','143.105.161.252','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2025-12-31 06:06:22','2025-12-31 06:06:22'),
(318,35,'created','Product created',7,'{\"name\":\"Hilali-18\",\"description\":null,\"barcode\":\"PRD967900\",\"category_id\":\"2\",\"product_type\":\"market\",\"unit\":\"pcs\",\"cost_price\":\"16500.00\",\"selling_price\":\"17500.00\",\"discount_price\":null,\"image\":\"products\\/1767172096_GKYmEFn22x.jpg\",\"expiry_date\":null,\"is_active\":true,\"alert_quantity\":1,\"weight\":null,\"length\":null,\"width\":null,\"height\":null,\"updated_at\":\"2025-12-31T09:08:16.000000Z\",\"created_at\":\"2025-12-31T09:08:16.000000Z\",\"id\":35}','143.105.161.252','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2025-12-31 06:08:16','2025-12-31 06:08:16'),
(319,35,'stock_added','Added 4 units - Initial stock',7,'{\"quantity\":4,\"reason\":\"Initial stock\",\"previous_stock\":0,\"new_stock\":4,\"notes\":\"Product creation\"}','143.105.161.252','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2025-12-31 06:08:16','2025-12-31 06:08:16'),
(320,9,'stock_added','Added 5 units - Adjustment - Count correction',7,'{\"quantity\":5,\"reason\":\"Adjustment - Count correction\",\"previous_stock\":15,\"new_stock\":20,\"notes\":null}','143.105.161.252','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2025-12-31 06:12:48','2025-12-31 06:12:48'),
(321,14,'stock_added','Added 3 units - Restock - New shipment',7,'{\"quantity\":3,\"reason\":\"Restock - New shipment\",\"previous_stock\":0,\"new_stock\":3,\"notes\":null}','143.105.161.252','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2025-12-31 06:14:10','2025-12-31 06:14:10'),
(322,1,'stock_added','Added 1 units - Adjustment - Count correction',7,'{\"quantity\":1,\"reason\":\"Adjustment - Count correction\",\"previous_stock\":15,\"new_stock\":16,\"notes\":null}','143.105.161.252','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2025-12-31 06:14:55','2025-12-31 06:14:55'),
(323,2,'stock_added','Added 5 units - Restock - New shipment',7,'{\"quantity\":5,\"reason\":\"Restock - New shipment\",\"previous_stock\":19,\"new_stock\":24,\"notes\":null}','143.105.161.252','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2025-12-31 06:16:00','2025-12-31 06:16:00'),
(324,36,'created','Product created',7,'{\"name\":\"Butteri-1\",\"description\":null,\"barcode\":\"PRD135880\",\"category_id\":\"2\",\"product_type\":\"market\",\"unit\":\"pcs\",\"cost_price\":\"16500.00\",\"selling_price\":\"17500.00\",\"discount_price\":null,\"image\":\"products\\/1767174511_OLrQFux9U0.jpg\",\"expiry_date\":null,\"is_active\":true,\"alert_quantity\":1,\"weight\":null,\"length\":null,\"width\":null,\"height\":null,\"updated_at\":\"2025-12-31T09:48:31.000000Z\",\"created_at\":\"2025-12-31T09:48:31.000000Z\",\"id\":36}','143.105.161.252','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2025-12-31 06:48:31','2025-12-31 06:48:31'),
(325,36,'stock_added','Added 9 units - Initial stock',7,'{\"quantity\":9,\"reason\":\"Initial stock\",\"previous_stock\":0,\"new_stock\":9,\"notes\":\"Product creation\"}','143.105.161.252','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2025-12-31 06:48:31','2025-12-31 06:48:31'),
(326,36,'stock_added','Added 3 units - Adjustment - Count correction',7,'{\"quantity\":3,\"reason\":\"Adjustment - Count correction\",\"previous_stock\":9,\"new_stock\":12,\"notes\":null}','143.105.161.252','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2025-12-31 06:54:39','2025-12-31 06:54:39'),
(327,37,'created','Product created',7,'{\"name\":\"Hilali-18\",\"description\":null,\"barcode\":\"PRD172164\",\"category_id\":\"2\",\"product_type\":\"market\",\"unit\":\"pcs\",\"cost_price\":\"16500.00\",\"selling_price\":\"17500.00\",\"discount_price\":null,\"image\":\"products\\/1767175131_aZYWwb2eaK.jpg\",\"expiry_date\":null,\"is_active\":true,\"alert_quantity\":3,\"weight\":null,\"length\":null,\"width\":null,\"height\":null,\"updated_at\":\"2025-12-31T09:58:51.000000Z\",\"created_at\":\"2025-12-31T09:58:51.000000Z\",\"id\":37}','143.105.161.252','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2025-12-31 06:58:51','2025-12-31 06:58:51'),
(328,37,'stock_added','Added 12 units - Initial stock',7,'{\"quantity\":12,\"reason\":\"Initial stock\",\"previous_stock\":0,\"new_stock\":12,\"notes\":\"Product creation\"}','143.105.161.252','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2025-12-31 06:58:51','2025-12-31 06:58:51'),
(329,37,'updated','Product updated',7,'{\"name\":{\"old\":\"Hilali-18\",\"new\":\"Hilali-19\"}}','143.105.161.252','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2025-12-31 07:00:40','2025-12-31 07:00:40'),
(330,38,'created','Product created',7,'{\"name\":\"Hilali-20\",\"description\":null,\"barcode\":\"PRD163780\",\"category_id\":\"2\",\"product_type\":\"market\",\"unit\":\"pcs\",\"cost_price\":\"16500.00\",\"selling_price\":\"17500.00\",\"discount_price\":null,\"image\":\"products\\/1767175295_vSU60pusC8.jpg\",\"expiry_date\":null,\"is_active\":true,\"alert_quantity\":1,\"weight\":null,\"length\":null,\"width\":null,\"height\":null,\"updated_at\":\"2025-12-31T10:01:35.000000Z\",\"created_at\":\"2025-12-31T10:01:35.000000Z\",\"id\":38}','143.105.161.252','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2025-12-31 07:01:35','2025-12-31 07:01:35'),
(331,38,'stock_added','Added 8 units - Initial stock',7,'{\"quantity\":8,\"reason\":\"Initial stock\",\"previous_stock\":0,\"new_stock\":8,\"notes\":\"Product creation\"}','143.105.161.252','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2025-12-31 07:01:35','2025-12-31 07:01:35'),
(332,39,'created','Product created',7,'{\"name\":\"Hilali-21\",\"description\":null,\"barcode\":\"PRD531264\",\"category_id\":\"2\",\"product_type\":\"market\",\"unit\":\"pcs\",\"cost_price\":\"16500.00\",\"selling_price\":\"17500.00\",\"discount_price\":null,\"image\":\"products\\/1767175509_2ldgR6qrYq.jpg\",\"expiry_date\":null,\"is_active\":true,\"alert_quantity\":1,\"weight\":null,\"length\":null,\"width\":null,\"height\":null,\"updated_at\":\"2025-12-31T10:05:09.000000Z\",\"created_at\":\"2025-12-31T10:05:09.000000Z\",\"id\":39}','143.105.161.252','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2025-12-31 07:05:09','2025-12-31 07:05:09'),
(333,39,'stock_added','Added 5 units - Initial stock',7,'{\"quantity\":5,\"reason\":\"Initial stock\",\"previous_stock\":0,\"new_stock\":5,\"notes\":\"Product creation\"}','143.105.161.252','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2025-12-31 07:05:09','2025-12-31 07:05:09'),
(334,40,'created','Product created',7,'{\"name\":\"Butteri-2\",\"description\":null,\"barcode\":\"PRD292116\",\"category_id\":\"3\",\"product_type\":\"market\",\"unit\":\"pcs\",\"cost_price\":\"16500.00\",\"selling_price\":\"17500.00\",\"discount_price\":null,\"expiry_date\":null,\"is_active\":true,\"alert_quantity\":5,\"weight\":null,\"length\":null,\"width\":null,\"height\":null,\"updated_at\":\"2025-12-31T10:14:27.000000Z\",\"created_at\":\"2025-12-31T10:14:27.000000Z\",\"id\":40}','143.105.161.252','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2025-12-31 07:14:27','2025-12-31 07:14:27'),
(335,40,'stock_added','Added 18 units - Initial stock',7,'{\"quantity\":18,\"reason\":\"Initial stock\",\"previous_stock\":0,\"new_stock\":18,\"notes\":\"Product creation\"}','143.105.161.252','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2025-12-31 07:14:27','2025-12-31 07:14:27'),
(336,41,'created','Product created',7,'{\"name\":\"Butteri-3\",\"description\":null,\"barcode\":\"PRD036110\",\"category_id\":\"2\",\"product_type\":\"market\",\"unit\":\"pcs\",\"cost_price\":\"16500.00\",\"selling_price\":\"17500.00\",\"discount_price\":null,\"expiry_date\":null,\"is_active\":true,\"alert_quantity\":5,\"weight\":null,\"length\":null,\"width\":null,\"height\":null,\"updated_at\":\"2025-12-31T10:15:39.000000Z\",\"created_at\":\"2025-12-31T10:15:39.000000Z\",\"id\":41}','143.105.161.252','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2025-12-31 07:15:39','2025-12-31 07:15:39'),
(337,41,'stock_added','Added 19 units - Initial stock',7,'{\"quantity\":19,\"reason\":\"Initial stock\",\"previous_stock\":0,\"new_stock\":19,\"notes\":\"Product creation\"}','143.105.161.252','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2025-12-31 07:15:39','2025-12-31 07:15:39'),
(338,17,'stock_removed','Removed 67 units - Adjustment - Count correction',7,'{\"quantity\":67,\"reason\":\"Adjustment - Count correction\",\"previous_stock\":133,\"new_stock\":66,\"notes\":null}','143.105.161.252','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2025-12-31 07:42:31','2025-12-31 07:42:31'),
(339,42,'created','Product created',7,'{\"name\":\"Hilali-22\",\"description\":null,\"barcode\":\"PRD387609\",\"category_id\":\"2\",\"product_type\":\"market\",\"unit\":\"pcs\",\"cost_price\":\"16500.00\",\"selling_price\":\"17500.00\",\"discount_price\":null,\"expiry_date\":null,\"is_active\":true,\"alert_quantity\":1,\"weight\":null,\"length\":null,\"width\":null,\"height\":null,\"updated_at\":\"2025-12-31T10:57:01.000000Z\",\"created_at\":\"2025-12-31T10:57:01.000000Z\",\"id\":42}','143.105.161.252','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2025-12-31 07:57:01','2025-12-31 07:57:01'),
(340,42,'stock_added','Added 9 units - Initial stock',7,'{\"quantity\":9,\"reason\":\"Initial stock\",\"previous_stock\":0,\"new_stock\":9,\"notes\":\"Product creation\"}','143.105.161.252','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2025-12-31 07:57:01','2025-12-31 07:57:01'),
(341,29,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":15,\"new_stock\":14,\"sale_id\":109,\"sale_number\":\"HIL-0109\"}','143.105.161.252','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2025-12-31 08:25:57','2025-12-31 08:25:57'),
(342,10,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":3,\"new_stock\":2,\"sale_id\":110,\"sale_number\":\"HIL-0110\"}','143.105.161.252','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2025-12-31 08:26:19','2025-12-31 08:26:19'),
(343,34,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":8,\"new_stock\":7,\"sale_id\":110,\"sale_number\":\"HIL-0110\"}','143.105.161.252','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2025-12-31 08:26:19','2025-12-31 08:26:19'),
(344,17,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":66,\"new_stock\":65,\"sale_id\":111,\"sale_number\":\"HIL-0111\"}','143.105.161.252','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2025-12-31 08:36:09','2025-12-31 08:36:09'),
(345,11,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":9,\"new_stock\":8,\"sale_id\":112,\"sale_number\":\"HIL-0112\"}','143.105.161.252','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2025-12-31 08:39:21','2025-12-31 08:39:21'),
(346,32,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":15,\"new_stock\":14,\"sale_id\":112,\"sale_number\":\"HIL-0112\"}','143.105.161.252','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2025-12-31 08:39:21','2025-12-31 08:39:21'),
(347,11,'stock_added','Added 1 units - Sale cancelled/refunded',7,'{\"quantity\":1,\"reason\":\"Error\",\"previous_stock\":8,\"new_stock\":9,\"sale_id\":112,\"sale_number\":\"HIL-0112\"}','143.105.161.252','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2025-12-31 08:39:41','2025-12-31 08:39:41'),
(348,32,'stock_added','Added 1 units - Sale cancelled/refunded',7,'{\"quantity\":1,\"reason\":\"Error\",\"previous_stock\":14,\"new_stock\":15,\"sale_id\":112,\"sale_number\":\"HIL-0112\"}','143.105.161.252','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2025-12-31 08:39:41','2025-12-31 08:39:41'),
(349,11,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":9,\"new_stock\":8,\"sale_id\":113,\"sale_number\":\"HIL-0113\"}','143.105.161.252','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2025-12-31 08:40:45','2025-12-31 08:40:45'),
(350,32,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":15,\"new_stock\":14,\"sale_id\":113,\"sale_number\":\"HIL-0113\"}','143.105.161.252','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2025-12-31 08:40:45','2025-12-31 08:40:45'),
(351,17,'stock_removed','Removed 3 units - Adjustment - Count correction',7,'{\"quantity\":3,\"reason\":\"Adjustment - Count correction\",\"previous_stock\":65,\"new_stock\":62,\"notes\":null}','143.105.161.252','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2025-12-31 08:41:49','2025-12-31 08:41:49'),
(352,18,'status_changed','Product deactivated',7,'{\"old_status\":true,\"new_status\":false}','143.105.161.252','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36','2025-12-31 09:35:39','2025-12-31 09:35:39'),
(353,15,'status_changed','Product deactivated',7,'{\"old_status\":true,\"new_status\":false}','143.105.161.252','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36','2025-12-31 09:35:57','2025-12-31 09:35:57'),
(354,3,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":18,\"new_stock\":17,\"sale_id\":114,\"sale_number\":\"HIL-0114\"}','143.105.161.252','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2025-12-31 10:38:01','2025-12-31 10:38:01'),
(355,25,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":16,\"new_stock\":15,\"sale_id\":115,\"sale_number\":\"HIL-0115\"}','154.73.161.227','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2025-12-31 11:33:57','2025-12-31 11:33:57'),
(356,32,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":14,\"new_stock\":13,\"sale_id\":116,\"sale_number\":\"HIL-0116\"}','143.105.161.21','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2025-12-31 12:56:49','2025-12-31 12:56:49'),
(357,42,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":9,\"new_stock\":8,\"sale_id\":117,\"sale_number\":\"HIL-0117\"}','143.105.161.21','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2025-12-31 13:03:52','2025-12-31 13:03:52'),
(358,28,'stock_removed','Removed 1 units - Adjustment - Count correction',7,'{\"quantity\":1,\"reason\":\"Adjustment - Count correction\",\"previous_stock\":18,\"new_stock\":17,\"notes\":\"\\u0627\\u0633\\u062a\\u0628\\u062f\\u0627\\u0644\"}','143.105.161.21','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2025-12-31 13:07:14','2025-12-31 13:07:14'),
(359,10,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":2,\"new_stock\":1,\"sale_id\":118,\"sale_number\":\"HIL-0118\"}','143.105.161.21','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2025-12-31 13:26:15','2025-12-31 13:26:15'),
(360,34,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":7,\"new_stock\":6,\"sale_id\":118,\"sale_number\":\"HIL-0118\"}','143.105.161.21','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2025-12-31 13:26:15','2025-12-31 13:26:15'),
(361,30,'stock_removed','Removed 1 units - Adjustment - Count correction',7,'{\"quantity\":1,\"reason\":\"Adjustment - Count correction\",\"previous_stock\":15,\"new_stock\":14,\"notes\":\"\\u062a\\u0628\\u062f\\u064a\\u0644\"}','143.105.161.21','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2025-12-31 13:29:22','2025-12-31 13:29:22'),
(362,28,'stock_removed','Removed 1 units - Adjustment - Count correction',7,'{\"quantity\":1,\"reason\":\"Adjustment - Count correction\",\"previous_stock\":17,\"new_stock\":16,\"notes\":\"\\u062a\\u0628\\u062f\\u064a\\u0644\"}','143.105.161.21','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2025-12-31 13:29:54','2025-12-31 13:29:54'),
(363,43,'created','Product created',7,'{\"name\":\"Dur Sandale\",\"description\":null,\"barcode\":\"PRD452039\",\"category_id\":\"5\",\"product_type\":\"market\",\"unit\":\"pcs\",\"cost_price\":\"5000.00\",\"selling_price\":\"6500.00\",\"discount_price\":null,\"image\":\"products\\/1767255765_lt7RMoSSvv.jpg\",\"expiry_date\":null,\"is_active\":true,\"alert_quantity\":20,\"weight\":null,\"length\":null,\"width\":null,\"height\":null,\"updated_at\":\"2026-01-01T08:22:45.000000Z\",\"created_at\":\"2026-01-01T08:22:45.000000Z\",\"id\":43}','154.73.160.136','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-01 05:22:45','2026-01-01 05:22:45'),
(364,43,'stock_added','Added 640 units - Initial stock',7,'{\"quantity\":640,\"reason\":\"Initial stock\",\"previous_stock\":0,\"new_stock\":640,\"notes\":\"Product creation\"}','154.73.160.136','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-01 05:22:45','2026-01-01 05:22:45'),
(365,19,'stock_added','Added 4 units - Adjustment - Count correction',7,'{\"quantity\":4,\"reason\":\"Adjustment - Count correction\",\"previous_stock\":17,\"new_stock\":21,\"notes\":null}','154.73.160.136','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-01 05:33:55','2026-01-01 05:33:55'),
(366,21,'stock_removed','Removed 2 units - Adjustment - Count correction',7,'{\"quantity\":2,\"reason\":\"Adjustment - Count correction\",\"previous_stock\":14,\"new_stock\":12,\"notes\":null}','154.73.160.136','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-01 05:35:45','2026-01-01 05:35:45'),
(367,20,'stock_added','Added 3 units - Adjustment - Count correction',7,'{\"quantity\":3,\"reason\":\"Adjustment - Count correction\",\"previous_stock\":7,\"new_stock\":10,\"notes\":null}','154.73.160.136','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-01 05:37:27','2026-01-01 05:37:27'),
(368,8,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":461,\"new_stock\":460,\"sale_id\":119,\"sale_number\":\"HIL-0119\"}','154.73.160.136','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-01 05:54:41','2026-01-01 05:54:41'),
(369,11,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":8,\"new_stock\":7,\"sale_id\":120,\"sale_number\":\"HIL-0120\"}','143.105.161.220','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36','2026-01-01 06:29:54','2026-01-01 06:29:54'),
(370,11,'stock_added','Added 1 units - Adjustment - Count correction',7,'{\"quantity\":1,\"reason\":\"Adjustment - Count correction\",\"previous_stock\":7,\"new_stock\":8,\"notes\":null}','143.105.161.220','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36','2026-01-01 06:31:34','2026-01-01 06:31:34'),
(371,2,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":24,\"new_stock\":23,\"sale_id\":121,\"sale_number\":\"HIL-0121\"}','143.105.161.220','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-01 07:51:52','2026-01-01 07:51:52'),
(372,9,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":20,\"new_stock\":19,\"sale_id\":121,\"sale_number\":\"HIL-0121\"}','143.105.161.220','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-01 07:51:52','2026-01-01 07:51:52'),
(373,17,'stock_removed','Removed 9 units - Sale',7,'{\"quantity\":9,\"reason\":\"Sale\",\"previous_stock\":62,\"new_stock\":53,\"sale_id\":121,\"sale_number\":\"HIL-0121\"}','143.105.161.220','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-01 07:51:52','2026-01-01 07:51:52'),
(374,26,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":18,\"new_stock\":17,\"sale_id\":121,\"sale_number\":\"HIL-0121\"}','143.105.161.220','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-01 07:51:52','2026-01-01 07:51:52'),
(375,28,'stock_removed','Removed 3 units - Sale',7,'{\"quantity\":3,\"reason\":\"Sale\",\"previous_stock\":16,\"new_stock\":13,\"sale_id\":121,\"sale_number\":\"HIL-0121\"}','143.105.161.220','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-01 07:51:52','2026-01-01 07:51:52'),
(376,29,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":14,\"new_stock\":13,\"sale_id\":121,\"sale_number\":\"HIL-0121\"}','143.105.161.220','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-01 07:51:52','2026-01-01 07:51:52'),
(377,32,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":13,\"new_stock\":12,\"sale_id\":121,\"sale_number\":\"HIL-0121\"}','143.105.161.220','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-01 07:51:52','2026-01-01 07:51:52'),
(378,34,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":6,\"new_stock\":5,\"sale_id\":121,\"sale_number\":\"HIL-0121\"}','143.105.161.220','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-01 07:51:52','2026-01-01 07:51:52'),
(379,35,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":4,\"new_stock\":3,\"sale_id\":121,\"sale_number\":\"HIL-0121\"}','143.105.161.220','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-01 07:51:52','2026-01-01 07:51:52'),
(380,36,'stock_removed','Removed 7 units - Sale',7,'{\"quantity\":7,\"reason\":\"Sale\",\"previous_stock\":12,\"new_stock\":5,\"sale_id\":121,\"sale_number\":\"HIL-0121\"}','143.105.161.220','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-01 07:51:52','2026-01-01 07:51:52'),
(381,43,'stock_removed','Removed 10 units - Sale',7,'{\"quantity\":10,\"reason\":\"Sale\",\"previous_stock\":640,\"new_stock\":630,\"sale_id\":121,\"sale_number\":\"HIL-0121\"}','143.105.161.220','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-01 07:51:52','2026-01-01 07:51:52'),
(382,3,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":17,\"new_stock\":16,\"sale_id\":122,\"sale_number\":\"HIL-0122\"}','143.105.161.220','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-01 07:55:48','2026-01-01 07:55:48'),
(383,28,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":13,\"new_stock\":12,\"sale_id\":123,\"sale_number\":\"HIL-0123\"}','143.105.161.220','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-01 08:08:53','2026-01-01 08:08:53'),
(384,33,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":10,\"new_stock\":9,\"sale_id\":124,\"sale_number\":\"HIL-0124\"}','143.105.161.220','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-01 08:50:46','2026-01-01 08:50:46'),
(385,32,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":12,\"new_stock\":11,\"sale_id\":125,\"sale_number\":\"HIL-0125\"}','143.105.161.220','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-01 09:25:48','2026-01-01 09:25:48'),
(386,20,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":10,\"new_stock\":9,\"sale_id\":126,\"sale_number\":\"HIL-0126\"}','143.105.161.220','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-01 10:16:08','2026-01-01 10:16:08'),
(387,2,'stock_added','Added 2 units - Sale cancelled/refunded',7,'{\"quantity\":2,\"reason\":\"Sale Cancelaion\",\"previous_stock\":23,\"new_stock\":25,\"sale_id\":90,\"sale_number\":\"HIL-0090\"}','143.105.161.220','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36','2026-01-01 10:26:09','2026-01-01 10:26:09'),
(388,3,'stock_added','Added 2 units - Sale cancelled/refunded',7,'{\"quantity\":2,\"reason\":\"Sale Cancelaion\",\"previous_stock\":16,\"new_stock\":18,\"sale_id\":90,\"sale_number\":\"HIL-0090\"}','143.105.161.220','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36','2026-01-01 10:26:09','2026-01-01 10:26:09'),
(389,9,'stock_added','Added 1 units - Sale cancelled/refunded',7,'{\"quantity\":1,\"reason\":\"Sale Cancelaion\",\"previous_stock\":19,\"new_stock\":20,\"sale_id\":90,\"sale_number\":\"HIL-0090\"}','143.105.161.220','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36','2026-01-01 10:26:09','2026-01-01 10:26:09'),
(390,10,'stock_added','Added 1 units - Sale cancelled/refunded',7,'{\"quantity\":1,\"reason\":\"Sale Cancelaion\",\"previous_stock\":1,\"new_stock\":2,\"sale_id\":90,\"sale_number\":\"HIL-0090\"}','143.105.161.220','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36','2026-01-01 10:26:09','2026-01-01 10:26:09'),
(391,15,'stock_added','Added 3 units - Sale cancelled/refunded',7,'{\"quantity\":3,\"reason\":\"Sale Cancelaion\",\"previous_stock\":0,\"new_stock\":3,\"sale_id\":90,\"sale_number\":\"HIL-0090\"}','143.105.161.220','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36','2026-01-01 10:26:09','2026-01-01 10:26:09'),
(392,16,'stock_added','Added 1 units - Sale cancelled/refunded',7,'{\"quantity\":1,\"reason\":\"Sale Cancelaion\",\"previous_stock\":8,\"new_stock\":9,\"sale_id\":90,\"sale_number\":\"HIL-0090\"}','143.105.161.220','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36','2026-01-01 10:26:09','2026-01-01 10:26:09'),
(393,17,'stock_added','Added 1 units - Sale cancelled/refunded',7,'{\"quantity\":1,\"reason\":\"Sale Cancelaion\",\"previous_stock\":53,\"new_stock\":54,\"sale_id\":90,\"sale_number\":\"HIL-0090\"}','143.105.161.220','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36','2026-01-01 10:26:09','2026-01-01 10:26:09'),
(394,11,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":8,\"new_stock\":7,\"sale_id\":127,\"sale_number\":\"HIL-0127\"}','143.105.161.220','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-01 13:27:02','2026-01-01 13:27:02'),
(395,32,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":11,\"new_stock\":10,\"sale_id\":128,\"sale_number\":\"HIL-0128\"}','143.105.161.220','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-01 13:27:20','2026-01-01 13:27:20'),
(396,2,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":25,\"new_stock\":24,\"sale_id\":129,\"sale_number\":\"HIL-0129\"}','143.105.161.220','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-01 13:27:49','2026-01-01 13:27:49'),
(397,10,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":2,\"new_stock\":1,\"sale_id\":129,\"sale_number\":\"HIL-0129\"}','143.105.161.220','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-01 13:27:49','2026-01-01 13:27:49'),
(398,19,'stock_removed','Removed 4 units - Sale',7,'{\"quantity\":4,\"reason\":\"Sale\",\"previous_stock\":21,\"new_stock\":17,\"sale_id\":130,\"sale_number\":\"HIL-0130\"}','143.105.161.40','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-02 06:28:11','2026-01-02 06:28:11'),
(399,21,'stock_removed','Removed 4 units - Sale',7,'{\"quantity\":4,\"reason\":\"Sale\",\"previous_stock\":12,\"new_stock\":8,\"sale_id\":130,\"sale_number\":\"HIL-0130\"}','143.105.161.40','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-02 06:28:11','2026-01-02 06:28:11'),
(400,22,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":10,\"new_stock\":9,\"sale_id\":130,\"sale_number\":\"HIL-0130\"}','143.105.161.40','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-02 06:28:11','2026-01-02 06:28:11'),
(401,25,'stock_removed','Removed 2 units - Sale',7,'{\"quantity\":2,\"reason\":\"Sale\",\"previous_stock\":15,\"new_stock\":13,\"sale_id\":130,\"sale_number\":\"HIL-0130\"}','143.105.161.40','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-02 06:28:11','2026-01-02 06:28:11'),
(402,43,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":630,\"new_stock\":629,\"sale_id\":131,\"sale_number\":\"HIL-0131\"}','143.105.161.40','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-02 06:51:39','2026-01-02 06:51:39'),
(403,4,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":327,\"new_stock\":326,\"sale_id\":132,\"sale_number\":\"HIL-0132\"}','143.105.161.40','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-02 07:26:01','2026-01-02 07:26:01'),
(404,8,'stock_removed','Removed 2 units - Sale',7,'{\"quantity\":2,\"reason\":\"Sale\",\"previous_stock\":460,\"new_stock\":458,\"sale_id\":133,\"sale_number\":\"HIL-0133\"}','143.105.161.40','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36','2026-01-02 08:59:55','2026-01-02 08:59:55'),
(405,1,'updated','Product updated',7,'{\"product_type\":{\"old\":\"market\",\"new\":\"store\"}}','143.105.161.40','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36','2026-01-02 09:01:13','2026-01-02 09:01:13'),
(406,2,'updated','Product updated',7,'{\"product_type\":{\"old\":\"market\",\"new\":\"store\"}}','143.105.161.40','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36','2026-01-02 09:02:40','2026-01-02 09:02:40'),
(407,3,'updated','Product updated',7,'{\"product_type\":{\"old\":\"market\",\"new\":\"store\"}}','143.105.161.40','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36','2026-01-02 09:03:04','2026-01-02 09:03:04'),
(408,9,'updated','Product updated',7,'{\"product_type\":{\"old\":\"market\",\"new\":\"store\"}}','143.105.161.40','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36','2026-01-02 09:04:01','2026-01-02 09:04:01'),
(409,10,'updated','Product updated',7,'{\"product_type\":{\"old\":\"market\",\"new\":\"store\"}}','143.105.161.40','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36','2026-01-02 09:04:47','2026-01-02 09:04:47'),
(410,11,'updated','Product updated',7,'{\"product_type\":{\"old\":\"market\",\"new\":\"store\"}}','143.105.161.40','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36','2026-01-02 09:05:33','2026-01-02 09:05:33'),
(411,12,'updated','Product updated',7,'{\"product_type\":{\"old\":\"market\",\"new\":\"store\"}}','143.105.161.40','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36','2026-01-02 09:06:01','2026-01-02 09:06:01'),
(412,13,'updated','Product updated',7,'{\"product_type\":{\"old\":\"market\",\"new\":\"store\"}}','143.105.161.40','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36','2026-01-02 09:06:29','2026-01-02 09:06:29'),
(413,14,'updated','Product updated',7,'{\"product_type\":{\"old\":\"market\",\"new\":\"store\"}}','143.105.161.40','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36','2026-01-02 09:07:28','2026-01-02 09:07:28'),
(414,26,'updated','Product updated',7,'{\"product_type\":{\"old\":\"market\",\"new\":\"store\"}}','143.105.161.40','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36','2026-01-02 09:08:06','2026-01-02 09:08:06'),
(415,27,'updated','Product updated',7,'{\"product_type\":{\"old\":\"market\",\"new\":\"store\"}}','143.105.161.40','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36','2026-01-02 09:08:40','2026-01-02 09:08:40'),
(416,28,'updated','Product updated',7,'{\"product_type\":{\"old\":\"market\",\"new\":\"store\"}}','143.105.161.40','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36','2026-01-02 09:09:05','2026-01-02 09:09:05'),
(417,29,'updated','Product updated',7,'{\"product_type\":{\"old\":\"market\",\"new\":\"store\"}}','143.105.161.40','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36','2026-01-02 09:09:37','2026-01-02 09:09:37'),
(418,30,'updated','Product updated',7,'{\"product_type\":{\"old\":\"market\",\"new\":\"store\"}}','143.105.161.40','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36','2026-01-02 09:09:57','2026-01-02 09:09:57'),
(419,31,'updated','Product updated',7,'{\"product_type\":{\"old\":\"market\",\"new\":\"store\"}}','143.105.161.40','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36','2026-01-02 09:10:15','2026-01-02 09:10:15'),
(420,32,'updated','Product updated',7,'{\"product_type\":{\"old\":\"market\",\"new\":\"store\"}}','143.105.161.40','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36','2026-01-02 09:10:36','2026-01-02 09:10:36'),
(421,33,'updated','Product updated',7,'{\"product_type\":{\"old\":\"market\",\"new\":\"store\"}}','143.105.161.40','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36','2026-01-02 09:10:54','2026-01-02 09:10:54'),
(422,34,'updated','Product updated',7,'{\"product_type\":{\"old\":\"market\",\"new\":\"store\"}}','143.105.161.40','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36','2026-01-02 09:11:11','2026-01-02 09:11:11'),
(423,35,'updated','Product updated',7,'{\"product_type\":{\"old\":\"market\",\"new\":\"store\"}}','143.105.161.40','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36','2026-01-02 09:11:27','2026-01-02 09:11:27'),
(424,37,'updated','Product updated',7,'{\"product_type\":{\"old\":\"market\",\"new\":\"store\"}}','143.105.161.40','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36','2026-01-02 09:11:47','2026-01-02 09:11:47'),
(425,38,'updated','Product updated',7,'{\"product_type\":{\"old\":\"market\",\"new\":\"store\"}}','143.105.161.40','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36','2026-01-02 09:12:26','2026-01-02 09:12:26'),
(426,39,'updated','Product updated',7,'{\"product_type\":{\"old\":\"market\",\"new\":\"store\"}}','143.105.161.40','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36','2026-01-02 09:12:43','2026-01-02 09:12:43'),
(427,42,'updated','Product updated',7,'{\"product_type\":{\"old\":\"market\",\"new\":\"store\"}}','143.105.161.40','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36','2026-01-02 09:13:06','2026-01-02 09:13:06'),
(428,15,'updated','Product updated',7,'{\"product_type\":{\"old\":\"market\",\"new\":\"store\"},\"is_active\":{\"old\":false,\"new\":true}}','143.105.161.40','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36','2026-01-02 09:13:48','2026-01-02 09:13:48'),
(429,16,'updated','Product updated',7,'{\"product_type\":{\"old\":\"market\",\"new\":\"store\"}}','143.105.161.40','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36','2026-01-02 09:14:13','2026-01-02 09:14:13'),
(430,18,'updated','Product updated',7,'{\"product_type\":{\"old\":\"market\",\"new\":\"store\"},\"is_active\":{\"old\":false,\"new\":true}}','143.105.161.40','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36','2026-01-02 09:14:45','2026-01-02 09:14:45'),
(431,17,'updated','Product updated',7,'{\"product_type\":{\"old\":\"market\",\"new\":\"store\"}}','143.105.161.40','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36','2026-01-02 09:17:29','2026-01-02 09:17:29'),
(432,19,'updated','Product updated',7,'{\"product_type\":{\"old\":\"market\",\"new\":\"store\"}}','143.105.161.40','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36','2026-01-02 09:17:56','2026-01-02 09:17:56'),
(433,20,'updated','Product updated',7,'{\"product_type\":{\"old\":\"market\",\"new\":\"store\"}}','143.105.161.40','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36','2026-01-02 09:18:19','2026-01-02 09:18:19'),
(434,21,'updated','Product updated',7,'{\"product_type\":{\"old\":\"market\",\"new\":\"store\"}}','143.105.161.40','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36','2026-01-02 09:18:39','2026-01-02 09:18:39'),
(435,22,'updated','Product updated',7,'{\"product_type\":{\"old\":\"market\",\"new\":\"store\"}}','143.105.161.40','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36','2026-01-02 09:18:58','2026-01-02 09:18:58'),
(436,23,'updated','Product updated',7,'{\"product_type\":{\"old\":\"market\",\"new\":\"store\"}}','143.105.161.40','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36','2026-01-02 09:19:23','2026-01-02 09:19:23'),
(437,25,'updated','Product updated',7,'{\"product_type\":{\"old\":\"market\",\"new\":\"store\"}}','143.105.161.40','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36','2026-01-02 09:19:51','2026-01-02 09:19:51'),
(438,1,'stock_removed','Removed 16 units - Transfer from store to market',7,'{\"quantity\":16,\"reason\":\"Transfer from store to market\",\"previous_stock\":16,\"new_stock\":0,\"transfer_type\":\"store_to_market\",\"transferred_by\":7}','143.105.161.40','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36','2026-01-02 09:20:31','2026-01-02 09:20:31'),
(439,45,'created','Product created',7,'{\"name\":\"Hilali-1\",\"description\":null,\"barcode\":\"PRD677078-M1\",\"category_id\":\"2\",\"product_type\":\"market\",\"unit\":\"pcs\",\"cost_price\":\"16500.00\",\"selling_price\":\"17500.00\",\"discount_price\":null,\"image\":\"products\\/1765807729_OpUTFTilbc.jpg\",\"expiry_date\":null,\"is_active\":true,\"weight\":null,\"length\":null,\"width\":null,\"height\":null,\"updated_at\":\"2026-01-02T12:20:31.000000Z\",\"created_at\":\"2026-01-02T12:20:31.000000Z\",\"id\":45}','143.105.161.40','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36','2026-01-02 09:20:31','2026-01-02 09:20:31'),
(440,45,'stock_added','Added 16 units - Transfer from store to market',7,'{\"quantity\":16,\"reason\":\"Transfer from store to market\",\"previous_stock\":0,\"new_stock\":16,\"transfer_type\":\"store_to_market\",\"from_product_id\":1,\"transferred_by\":7}','143.105.161.40','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36','2026-01-02 09:20:31','2026-01-02 09:20:31'),
(441,2,'stock_removed','Removed 24 units - Transfer from store to market',7,'{\"quantity\":24,\"reason\":\"Transfer from store to market\",\"previous_stock\":24,\"new_stock\":0,\"transfer_type\":\"store_to_market\",\"transferred_by\":7}','143.105.161.40','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36','2026-01-02 09:20:47','2026-01-02 09:20:47'),
(442,47,'created','Product created',7,'{\"name\":\"Hilali-2\",\"description\":null,\"barcode\":\"PRD052669-M1\",\"category_id\":\"2\",\"product_type\":\"market\",\"unit\":\"pcs\",\"cost_price\":\"16500.00\",\"selling_price\":\"17500.00\",\"discount_price\":null,\"image\":\"products\\/1765809323_GyIrdqmo77.jpg\",\"expiry_date\":null,\"is_active\":true,\"weight\":null,\"length\":null,\"width\":null,\"height\":null,\"updated_at\":\"2026-01-02T12:20:47.000000Z\",\"created_at\":\"2026-01-02T12:20:47.000000Z\",\"id\":47}','143.105.161.40','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36','2026-01-02 09:20:47','2026-01-02 09:20:47'),
(443,47,'stock_added','Added 24 units - Transfer from store to market',7,'{\"quantity\":24,\"reason\":\"Transfer from store to market\",\"previous_stock\":0,\"new_stock\":24,\"transfer_type\":\"store_to_market\",\"from_product_id\":2,\"transferred_by\":7}','143.105.161.40','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36','2026-01-02 09:20:47','2026-01-02 09:20:47'),
(444,3,'stock_removed','Removed 18 units - Transfer from store to market',7,'{\"quantity\":18,\"reason\":\"Transfer from store to market\",\"previous_stock\":18,\"new_stock\":0,\"transfer_type\":\"store_to_market\",\"transferred_by\":7}','143.105.161.40','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36','2026-01-02 09:20:55','2026-01-02 09:20:55'),
(445,49,'created','Product created',7,'{\"name\":\"Hilali-3\",\"description\":null,\"barcode\":\"PRD853875-M1\",\"category_id\":\"2\",\"product_type\":\"market\",\"unit\":\"pcs\",\"cost_price\":\"16500.00\",\"selling_price\":\"17500.00\",\"discount_price\":null,\"image\":\"products\\/1765811562_kUSbJezsFK.jpg\",\"expiry_date\":null,\"is_active\":true,\"weight\":null,\"length\":null,\"width\":null,\"height\":null,\"updated_at\":\"2026-01-02T12:20:55.000000Z\",\"created_at\":\"2026-01-02T12:20:55.000000Z\",\"id\":49}','143.105.161.40','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36','2026-01-02 09:20:55','2026-01-02 09:20:55'),
(446,49,'stock_added','Added 18 units - Transfer from store to market',7,'{\"quantity\":18,\"reason\":\"Transfer from store to market\",\"previous_stock\":0,\"new_stock\":18,\"transfer_type\":\"store_to_market\",\"from_product_id\":3,\"transferred_by\":7}','143.105.161.40','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36','2026-01-02 09:20:55','2026-01-02 09:20:55'),
(447,9,'stock_removed','Removed 20 units - Transfer from store to market',7,'{\"quantity\":20,\"reason\":\"Transfer from store to market\",\"previous_stock\":20,\"new_stock\":0,\"transfer_type\":\"store_to_market\",\"transferred_by\":7}','143.105.161.40','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36','2026-01-02 09:21:03','2026-01-02 09:21:03'),
(448,51,'created','Product created',7,'{\"name\":\"Hilali-4\",\"description\":null,\"barcode\":\"PRD034866-M1\",\"category_id\":\"2\",\"product_type\":\"market\",\"unit\":\"pcs\",\"cost_price\":\"16500.00\",\"selling_price\":\"17500.00\",\"discount_price\":null,\"image\":\"products\\/1765967553_0Nzdx6Sfs7.jpg\",\"expiry_date\":null,\"is_active\":true,\"weight\":null,\"length\":null,\"width\":null,\"height\":null,\"updated_at\":\"2026-01-02T12:21:03.000000Z\",\"created_at\":\"2026-01-02T12:21:03.000000Z\",\"id\":51}','143.105.161.40','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36','2026-01-02 09:21:03','2026-01-02 09:21:03'),
(449,51,'stock_added','Added 20 units - Transfer from store to market',7,'{\"quantity\":20,\"reason\":\"Transfer from store to market\",\"previous_stock\":0,\"new_stock\":20,\"transfer_type\":\"store_to_market\",\"from_product_id\":9,\"transferred_by\":7}','143.105.161.40','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36','2026-01-02 09:21:03','2026-01-02 09:21:03'),
(450,10,'stock_removed','Removed 1 units - Transfer from store to market',7,'{\"quantity\":1,\"reason\":\"Transfer from store to market\",\"previous_stock\":1,\"new_stock\":0,\"transfer_type\":\"store_to_market\",\"transferred_by\":7}','143.105.161.40','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36','2026-01-02 09:21:08','2026-01-02 09:21:08'),
(451,53,'created','Product created',7,'{\"name\":\"Hilali-5\",\"description\":null,\"barcode\":\"PRD351246-M1\",\"category_id\":\"2\",\"product_type\":\"market\",\"unit\":\"pcs\",\"cost_price\":\"16500.00\",\"selling_price\":\"17500.00\",\"discount_price\":null,\"image\":\"products\\/1765972450_8JCutrWuv7.jpg\",\"expiry_date\":null,\"is_active\":true,\"weight\":null,\"length\":null,\"width\":null,\"height\":null,\"updated_at\":\"2026-01-02T12:21:08.000000Z\",\"created_at\":\"2026-01-02T12:21:08.000000Z\",\"id\":53}','143.105.161.40','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36','2026-01-02 09:21:08','2026-01-02 09:21:08'),
(452,53,'stock_added','Added 1 units - Transfer from store to market',7,'{\"quantity\":1,\"reason\":\"Transfer from store to market\",\"previous_stock\":0,\"new_stock\":1,\"transfer_type\":\"store_to_market\",\"from_product_id\":10,\"transferred_by\":7}','143.105.161.40','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36','2026-01-02 09:21:08','2026-01-02 09:21:08'),
(453,11,'stock_removed','Removed 7 units - Transfer from store to market',7,'{\"quantity\":7,\"reason\":\"Transfer from store to market\",\"previous_stock\":7,\"new_stock\":0,\"transfer_type\":\"store_to_market\",\"transferred_by\":7}','143.105.161.40','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36','2026-01-02 09:21:32','2026-01-02 09:21:32'),
(454,55,'created','Product created',7,'{\"name\":\"Hilali-6\",\"description\":null,\"barcode\":\"PRD515913-M1\",\"category_id\":\"2\",\"product_type\":\"market\",\"unit\":\"pcs\",\"cost_price\":\"16500.00\",\"selling_price\":\"17500.00\",\"discount_price\":null,\"image\":\"products\\/1766045284_C0VwwYpT0a.jpg\",\"expiry_date\":null,\"is_active\":true,\"weight\":null,\"length\":null,\"width\":null,\"height\":null,\"updated_at\":\"2026-01-02T12:21:32.000000Z\",\"created_at\":\"2026-01-02T12:21:32.000000Z\",\"id\":55}','143.105.161.40','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36','2026-01-02 09:21:32','2026-01-02 09:21:32'),
(455,55,'stock_added','Added 7 units - Transfer from store to market',7,'{\"quantity\":7,\"reason\":\"Transfer from store to market\",\"previous_stock\":0,\"new_stock\":7,\"transfer_type\":\"store_to_market\",\"from_product_id\":11,\"transferred_by\":7}','143.105.161.40','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36','2026-01-02 09:21:32','2026-01-02 09:21:32'),
(456,12,'stock_removed','Removed 3 units - Transfer from store to market',7,'{\"quantity\":3,\"reason\":\"Transfer from store to market\",\"previous_stock\":3,\"new_stock\":0,\"transfer_type\":\"store_to_market\",\"transferred_by\":7}','143.105.161.40','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36','2026-01-02 09:21:41','2026-01-02 09:21:41'),
(457,57,'created','Product created',7,'{\"name\":\"Hilali-7\",\"description\":null,\"barcode\":\"PRD616621-M1\",\"category_id\":\"2\",\"product_type\":\"market\",\"unit\":\"pcs\",\"cost_price\":\"16500.00\",\"selling_price\":\"17500.00\",\"discount_price\":null,\"image\":\"products\\/1766045575_Pq26yBepdt.jpg\",\"expiry_date\":null,\"is_active\":true,\"weight\":null,\"length\":null,\"width\":null,\"height\":null,\"updated_at\":\"2026-01-02T12:21:41.000000Z\",\"created_at\":\"2026-01-02T12:21:41.000000Z\",\"id\":57}','143.105.161.40','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36','2026-01-02 09:21:41','2026-01-02 09:21:41'),
(458,57,'stock_added','Added 3 units - Transfer from store to market',7,'{\"quantity\":3,\"reason\":\"Transfer from store to market\",\"previous_stock\":0,\"new_stock\":3,\"transfer_type\":\"store_to_market\",\"from_product_id\":12,\"transferred_by\":7}','143.105.161.40','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36','2026-01-02 09:21:41','2026-01-02 09:21:41'),
(459,13,'stock_removed','Removed 2 units - Transfer from store to market',7,'{\"quantity\":2,\"reason\":\"Transfer from store to market\",\"previous_stock\":2,\"new_stock\":0,\"transfer_type\":\"store_to_market\",\"transferred_by\":7}','143.105.161.40','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36','2026-01-02 09:21:50','2026-01-02 09:21:50'),
(460,59,'created','Product created',7,'{\"name\":\"Hilali-8\",\"description\":null,\"barcode\":\"PRD403870-M1\",\"category_id\":\"2\",\"product_type\":\"market\",\"unit\":\"pcs\",\"cost_price\":\"16500.00\",\"selling_price\":\"17500.00\",\"discount_price\":null,\"image\":\"products\\/1766045876_FUN43W62QS.jpg\",\"expiry_date\":null,\"is_active\":true,\"weight\":null,\"length\":null,\"width\":null,\"height\":null,\"updated_at\":\"2026-01-02T12:21:51.000000Z\",\"created_at\":\"2026-01-02T12:21:51.000000Z\",\"id\":59}','143.105.161.40','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36','2026-01-02 09:21:51','2026-01-02 09:21:51'),
(461,59,'stock_added','Added 2 units - Transfer from store to market',7,'{\"quantity\":2,\"reason\":\"Transfer from store to market\",\"previous_stock\":0,\"new_stock\":2,\"transfer_type\":\"store_to_market\",\"from_product_id\":13,\"transferred_by\":7}','143.105.161.40','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36','2026-01-02 09:21:51','2026-01-02 09:21:51'),
(462,14,'stock_removed','Removed 3 units - Transfer from store to market',7,'{\"quantity\":3,\"reason\":\"Transfer from store to market\",\"previous_stock\":3,\"new_stock\":0,\"transfer_type\":\"store_to_market\",\"transferred_by\":7}','143.105.161.40','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36','2026-01-02 09:21:59','2026-01-02 09:21:59'),
(463,61,'created','Product created',7,'{\"name\":\"Hilali-9\",\"description\":null,\"barcode\":\"PRD792914-M1\",\"category_id\":\"2\",\"product_type\":\"market\",\"unit\":\"pcs\",\"cost_price\":\"16500.00\",\"selling_price\":\"17500.00\",\"discount_price\":null,\"image\":\"products\\/1766046271_nAu2StTjs1.jpg\",\"expiry_date\":null,\"is_active\":true,\"weight\":null,\"length\":null,\"width\":null,\"height\":null,\"updated_at\":\"2026-01-02T12:21:59.000000Z\",\"created_at\":\"2026-01-02T12:21:59.000000Z\",\"id\":61}','143.105.161.40','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36','2026-01-02 09:21:59','2026-01-02 09:21:59'),
(464,61,'stock_added','Added 3 units - Transfer from store to market',7,'{\"quantity\":3,\"reason\":\"Transfer from store to market\",\"previous_stock\":0,\"new_stock\":3,\"transfer_type\":\"store_to_market\",\"from_product_id\":14,\"transferred_by\":7}','143.105.161.40','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36','2026-01-02 09:21:59','2026-01-02 09:21:59'),
(465,15,'stock_removed','Removed 3 units - Transfer from store to market',7,'{\"quantity\":3,\"reason\":\"Transfer from store to market\",\"previous_stock\":3,\"new_stock\":0,\"transfer_type\":\"store_to_market\",\"transferred_by\":7}','143.105.161.40','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36','2026-01-02 09:22:07','2026-01-02 09:22:07'),
(466,63,'created','Product created',7,'{\"name\":\"HIL T-1\",\"description\":null,\"barcode\":\"PRD546732-M1\",\"category_id\":\"6\",\"product_type\":\"market\",\"unit\":\"pcs\",\"cost_price\":\"8500.00\",\"selling_price\":\"10000.00\",\"discount_price\":null,\"image\":\"products\\/1766051786_YEJ2ghUgVi.jpg\",\"expiry_date\":null,\"is_active\":true,\"weight\":null,\"length\":null,\"width\":null,\"height\":null,\"updated_at\":\"2026-01-02T12:22:07.000000Z\",\"created_at\":\"2026-01-02T12:22:07.000000Z\",\"id\":63}','143.105.161.40','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36','2026-01-02 09:22:07','2026-01-02 09:22:07'),
(467,63,'stock_added','Added 3 units - Transfer from store to market',7,'{\"quantity\":3,\"reason\":\"Transfer from store to market\",\"previous_stock\":0,\"new_stock\":3,\"transfer_type\":\"store_to_market\",\"from_product_id\":15,\"transferred_by\":7}','143.105.161.40','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36','2026-01-02 09:22:07','2026-01-02 09:22:07'),
(468,16,'stock_removed','Removed 9 units - Transfer from store to market',7,'{\"quantity\":9,\"reason\":\"Transfer from store to market\",\"previous_stock\":9,\"new_stock\":0,\"transfer_type\":\"store_to_market\",\"transferred_by\":7}','143.105.161.40','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36','2026-01-02 09:22:21','2026-01-02 09:22:21'),
(469,65,'created','Product created',7,'{\"name\":\"HIL T-2\",\"description\":null,\"barcode\":\"PRD251510-M1\",\"category_id\":\"6\",\"product_type\":\"market\",\"unit\":\"pcs\",\"cost_price\":\"8500.00\",\"selling_price\":\"10000.00\",\"discount_price\":null,\"image\":\"products\\/1766051931_oPnyAEzzL9.jpg\",\"expiry_date\":null,\"is_active\":true,\"weight\":null,\"length\":null,\"width\":null,\"height\":null,\"updated_at\":\"2026-01-02T12:22:21.000000Z\",\"created_at\":\"2026-01-02T12:22:21.000000Z\",\"id\":65}','143.105.161.40','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36','2026-01-02 09:22:21','2026-01-02 09:22:21'),
(470,65,'stock_added','Added 9 units - Transfer from store to market',7,'{\"quantity\":9,\"reason\":\"Transfer from store to market\",\"previous_stock\":0,\"new_stock\":9,\"transfer_type\":\"store_to_market\",\"from_product_id\":16,\"transferred_by\":7}','143.105.161.40','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36','2026-01-02 09:22:21','2026-01-02 09:22:21'),
(471,17,'stock_removed','Removed 54 units - Transfer from store to market',7,'{\"quantity\":54,\"reason\":\"Transfer from store to market\",\"previous_stock\":54,\"new_stock\":0,\"transfer_type\":\"store_to_market\",\"transferred_by\":7}','143.105.161.40','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36','2026-01-02 09:22:29','2026-01-02 09:22:29'),
(472,67,'created','Product created',7,'{\"name\":\"Hilali-Mix\",\"description\":null,\"barcode\":\"PRD359315-M1\",\"category_id\":\"2\",\"product_type\":\"market\",\"unit\":\"pcs\",\"cost_price\":\"16500.00\",\"selling_price\":\"17500.00\",\"discount_price\":null,\"image\":null,\"expiry_date\":null,\"is_active\":true,\"weight\":null,\"length\":null,\"width\":null,\"height\":null,\"updated_at\":\"2026-01-02T12:22:29.000000Z\",\"created_at\":\"2026-01-02T12:22:29.000000Z\",\"id\":67}','143.105.161.40','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36','2026-01-02 09:22:29','2026-01-02 09:22:29'),
(473,67,'stock_added','Added 54 units - Transfer from store to market',7,'{\"quantity\":54,\"reason\":\"Transfer from store to market\",\"previous_stock\":0,\"new_stock\":54,\"transfer_type\":\"store_to_market\",\"from_product_id\":17,\"transferred_by\":7}','143.105.161.40','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36','2026-01-02 09:22:29','2026-01-02 09:22:29'),
(474,19,'stock_removed','Removed 17 units - Transfer from store to market',7,'{\"quantity\":17,\"reason\":\"Transfer from store to market\",\"previous_stock\":17,\"new_stock\":0,\"transfer_type\":\"store_to_market\",\"transferred_by\":7}','143.105.161.40','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36','2026-01-02 09:22:54','2026-01-02 09:22:54'),
(475,69,'created','Product created',7,'{\"name\":\"BA HIL-1\",\"description\":null,\"barcode\":\"PRD434671-M1\",\"category_id\":\"3\",\"product_type\":\"market\",\"unit\":\"pcs\",\"cost_price\":\"16500.00\",\"selling_price\":\"17500.00\",\"discount_price\":null,\"image\":\"products\\/1766137170_Ka1oLb8cSu.jpg\",\"expiry_date\":null,\"is_active\":true,\"weight\":null,\"length\":null,\"width\":null,\"height\":null,\"updated_at\":\"2026-01-02T12:22:54.000000Z\",\"created_at\":\"2026-01-02T12:22:54.000000Z\",\"id\":69}','143.105.161.40','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36','2026-01-02 09:22:54','2026-01-02 09:22:54'),
(476,69,'stock_added','Added 17 units - Transfer from store to market',7,'{\"quantity\":17,\"reason\":\"Transfer from store to market\",\"previous_stock\":0,\"new_stock\":17,\"transfer_type\":\"store_to_market\",\"from_product_id\":19,\"transferred_by\":7}','143.105.161.40','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36','2026-01-02 09:22:54','2026-01-02 09:22:54'),
(477,20,'stock_removed','Removed 9 units - Transfer from store to market',7,'{\"quantity\":9,\"reason\":\"Transfer from store to market\",\"previous_stock\":9,\"new_stock\":0,\"transfer_type\":\"store_to_market\",\"transferred_by\":7}','143.105.161.40','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36','2026-01-02 09:23:03','2026-01-02 09:23:03'),
(478,71,'created','Product created',7,'{\"name\":\"BA HIL-2\",\"description\":null,\"barcode\":\"PRD009448-M1\",\"category_id\":\"3\",\"product_type\":\"market\",\"unit\":\"pcs\",\"cost_price\":\"16500.00\",\"selling_price\":\"17500.00\",\"discount_price\":null,\"image\":\"products\\/1766137430_InQuLSJNI6.jpg\",\"expiry_date\":null,\"is_active\":true,\"weight\":null,\"length\":null,\"width\":null,\"height\":null,\"updated_at\":\"2026-01-02T12:23:03.000000Z\",\"created_at\":\"2026-01-02T12:23:03.000000Z\",\"id\":71}','143.105.161.40','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36','2026-01-02 09:23:03','2026-01-02 09:23:03'),
(479,71,'stock_added','Added 9 units - Transfer from store to market',7,'{\"quantity\":9,\"reason\":\"Transfer from store to market\",\"previous_stock\":0,\"new_stock\":9,\"transfer_type\":\"store_to_market\",\"from_product_id\":20,\"transferred_by\":7}','143.105.161.40','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36','2026-01-02 09:23:03','2026-01-02 09:23:03'),
(480,21,'stock_removed','Removed 8 units - Transfer from store to market',7,'{\"quantity\":8,\"reason\":\"Transfer from store to market\",\"previous_stock\":8,\"new_stock\":0,\"transfer_type\":\"store_to_market\",\"transferred_by\":7}','143.105.161.40','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36','2026-01-02 09:23:15','2026-01-02 09:23:15'),
(481,73,'created','Product created',7,'{\"name\":\"BA HIL-3\",\"description\":null,\"barcode\":\"PRD432453-M1\",\"category_id\":\"3\",\"product_type\":\"market\",\"unit\":\"pcs\",\"cost_price\":\"16500.00\",\"selling_price\":\"17500.00\",\"discount_price\":null,\"image\":\"products\\/1766137730_POLrIHeANV.jpg\",\"expiry_date\":null,\"is_active\":true,\"weight\":null,\"length\":null,\"width\":null,\"height\":null,\"updated_at\":\"2026-01-02T12:23:15.000000Z\",\"created_at\":\"2026-01-02T12:23:15.000000Z\",\"id\":73}','143.105.161.40','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36','2026-01-02 09:23:15','2026-01-02 09:23:15'),
(482,73,'stock_added','Added 8 units - Transfer from store to market',7,'{\"quantity\":8,\"reason\":\"Transfer from store to market\",\"previous_stock\":0,\"new_stock\":8,\"transfer_type\":\"store_to_market\",\"from_product_id\":21,\"transferred_by\":7}','143.105.161.40','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36','2026-01-02 09:23:15','2026-01-02 09:23:15'),
(483,22,'stock_removed','Removed 9 units - Transfer from store to market',7,'{\"quantity\":9,\"reason\":\"Transfer from store to market\",\"previous_stock\":9,\"new_stock\":0,\"transfer_type\":\"store_to_market\",\"transferred_by\":7}','143.105.161.40','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36','2026-01-02 09:23:24','2026-01-02 09:23:24'),
(484,75,'created','Product created',7,'{\"name\":\"BA HIL-4\",\"description\":null,\"barcode\":\"PRD170112-M1\",\"category_id\":\"3\",\"product_type\":\"market\",\"unit\":\"pcs\",\"cost_price\":\"16500.00\",\"selling_price\":\"17500.00\",\"discount_price\":null,\"image\":\"products\\/1766137950_p5dszojHoL.jpg\",\"expiry_date\":null,\"is_active\":true,\"weight\":null,\"length\":null,\"width\":null,\"height\":null,\"updated_at\":\"2026-01-02T12:23:24.000000Z\",\"created_at\":\"2026-01-02T12:23:24.000000Z\",\"id\":75}','143.105.161.40','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36','2026-01-02 09:23:24','2026-01-02 09:23:24'),
(485,75,'stock_added','Added 9 units - Transfer from store to market',7,'{\"quantity\":9,\"reason\":\"Transfer from store to market\",\"previous_stock\":0,\"new_stock\":9,\"transfer_type\":\"store_to_market\",\"from_product_id\":22,\"transferred_by\":7}','143.105.161.40','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36','2026-01-02 09:23:24','2026-01-02 09:23:24'),
(486,23,'stock_removed','Removed 14 units - Transfer from store to market',7,'{\"quantity\":14,\"reason\":\"Transfer from store to market\",\"previous_stock\":14,\"new_stock\":0,\"transfer_type\":\"store_to_market\",\"transferred_by\":7}','143.105.161.40','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36','2026-01-02 09:23:33','2026-01-02 09:23:33'),
(487,77,'created','Product created',7,'{\"name\":\"BA HIL-5\",\"description\":null,\"barcode\":\"PRD333561-M1\",\"category_id\":\"3\",\"product_type\":\"market\",\"unit\":\"pcs\",\"cost_price\":\"16500.00\",\"selling_price\":\"17500.00\",\"discount_price\":null,\"image\":\"products\\/1766138493_i2Hx8uXM2j.jpg\",\"expiry_date\":null,\"is_active\":true,\"weight\":null,\"length\":null,\"width\":null,\"height\":null,\"updated_at\":\"2026-01-02T12:23:33.000000Z\",\"created_at\":\"2026-01-02T12:23:33.000000Z\",\"id\":77}','143.105.161.40','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36','2026-01-02 09:23:33','2026-01-02 09:23:33'),
(488,77,'stock_added','Added 14 units - Transfer from store to market',7,'{\"quantity\":14,\"reason\":\"Transfer from store to market\",\"previous_stock\":0,\"new_stock\":14,\"transfer_type\":\"store_to_market\",\"from_product_id\":23,\"transferred_by\":7}','143.105.161.40','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36','2026-01-02 09:23:33','2026-01-02 09:23:33'),
(489,25,'stock_removed','Removed 13 units - Transfer from store to market',7,'{\"quantity\":13,\"reason\":\"Transfer from store to market\",\"previous_stock\":13,\"new_stock\":0,\"transfer_type\":\"store_to_market\",\"transferred_by\":7}','143.105.161.40','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36','2026-01-02 09:23:41','2026-01-02 09:23:41'),
(490,79,'created','Product created',7,'{\"name\":\"BA HIL-MIX\",\"description\":null,\"barcode\":\"PRD799092-M1\",\"category_id\":\"3\",\"product_type\":\"market\",\"unit\":\"pcs\",\"cost_price\":\"16500.00\",\"selling_price\":\"17500.00\",\"discount_price\":null,\"image\":null,\"expiry_date\":null,\"is_active\":true,\"weight\":null,\"length\":null,\"width\":null,\"height\":null,\"updated_at\":\"2026-01-02T12:23:41.000000Z\",\"created_at\":\"2026-01-02T12:23:41.000000Z\",\"id\":79}','143.105.161.40','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36','2026-01-02 09:23:41','2026-01-02 09:23:41'),
(491,79,'stock_added','Added 13 units - Transfer from store to market',7,'{\"quantity\":13,\"reason\":\"Transfer from store to market\",\"previous_stock\":0,\"new_stock\":13,\"transfer_type\":\"store_to_market\",\"from_product_id\":25,\"transferred_by\":7}','143.105.161.40','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36','2026-01-02 09:23:41','2026-01-02 09:23:41'),
(492,26,'stock_removed','Removed 17 units - Transfer from store to market',7,'{\"quantity\":17,\"reason\":\"Transfer from store to market\",\"previous_stock\":17,\"new_stock\":0,\"transfer_type\":\"store_to_market\",\"transferred_by\":7}','143.105.161.40','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36','2026-01-02 09:23:50','2026-01-02 09:23:50'),
(493,81,'created','Product created',7,'{\"name\":\"Hilali-10\",\"description\":null,\"barcode\":\"PRD582282-M1\",\"category_id\":\"2\",\"product_type\":\"market\",\"unit\":\"pcs\",\"cost_price\":\"16500.00\",\"selling_price\":\"17500.00\",\"discount_price\":null,\"image\":\"products\\/1766850741_q2EdISl5E9.jpg\",\"expiry_date\":null,\"is_active\":true,\"weight\":null,\"length\":null,\"width\":null,\"height\":null,\"updated_at\":\"2026-01-02T12:23:50.000000Z\",\"created_at\":\"2026-01-02T12:23:50.000000Z\",\"id\":81}','143.105.161.40','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36','2026-01-02 09:23:50','2026-01-02 09:23:50'),
(494,81,'stock_added','Added 17 units - Transfer from store to market',7,'{\"quantity\":17,\"reason\":\"Transfer from store to market\",\"previous_stock\":0,\"new_stock\":17,\"transfer_type\":\"store_to_market\",\"from_product_id\":26,\"transferred_by\":7}','143.105.161.40','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36','2026-01-02 09:23:50','2026-01-02 09:23:50'),
(495,27,'stock_removed','Removed 10 units - Transfer from store to market',7,'{\"quantity\":10,\"reason\":\"Transfer from store to market\",\"previous_stock\":10,\"new_stock\":0,\"transfer_type\":\"store_to_market\",\"transferred_by\":7}','143.105.161.40','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36','2026-01-02 09:23:59','2026-01-02 09:23:59'),
(496,83,'created','Product created',7,'{\"name\":\"Hilali-11\",\"description\":null,\"barcode\":\"PRD739061-M1\",\"category_id\":\"2\",\"product_type\":\"market\",\"unit\":\"pcs\",\"cost_price\":\"16500.00\",\"selling_price\":\"17500.00\",\"discount_price\":null,\"image\":\"products\\/1767017788_O8Gh97DBxl.jpg\",\"expiry_date\":null,\"is_active\":true,\"weight\":null,\"length\":null,\"width\":null,\"height\":null,\"updated_at\":\"2026-01-02T12:24:00.000000Z\",\"created_at\":\"2026-01-02T12:24:00.000000Z\",\"id\":83}','143.105.161.40','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36','2026-01-02 09:24:00','2026-01-02 09:24:00'),
(497,83,'stock_added','Added 10 units - Transfer from store to market',7,'{\"quantity\":10,\"reason\":\"Transfer from store to market\",\"previous_stock\":0,\"new_stock\":10,\"transfer_type\":\"store_to_market\",\"from_product_id\":27,\"transferred_by\":7}','143.105.161.40','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36','2026-01-02 09:24:00','2026-01-02 09:24:00'),
(498,28,'stock_removed','Removed 12 units - Transfer from store to market',7,'{\"quantity\":12,\"reason\":\"Transfer from store to market\",\"previous_stock\":12,\"new_stock\":0,\"transfer_type\":\"store_to_market\",\"transferred_by\":7}','143.105.161.40','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36','2026-01-02 09:24:08','2026-01-02 09:24:08'),
(499,85,'created','Product created',7,'{\"name\":\"Hilali-12\",\"description\":null,\"barcode\":\"PRD829546-M1\",\"category_id\":\"2\",\"product_type\":\"market\",\"unit\":\"pcs\",\"cost_price\":\"16500.00\",\"selling_price\":\"17500.00\",\"discount_price\":null,\"image\":\"products\\/1767017858_dFaYarriiB.jpg\",\"expiry_date\":null,\"is_active\":true,\"weight\":null,\"length\":null,\"width\":null,\"height\":null,\"updated_at\":\"2026-01-02T12:24:08.000000Z\",\"created_at\":\"2026-01-02T12:24:08.000000Z\",\"id\":85}','143.105.161.40','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36','2026-01-02 09:24:08','2026-01-02 09:24:08'),
(500,85,'stock_added','Added 12 units - Transfer from store to market',7,'{\"quantity\":12,\"reason\":\"Transfer from store to market\",\"previous_stock\":0,\"new_stock\":12,\"transfer_type\":\"store_to_market\",\"from_product_id\":28,\"transferred_by\":7}','143.105.161.40','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36','2026-01-02 09:24:08','2026-01-02 09:24:08'),
(501,29,'stock_removed','Removed 13 units - Transfer from store to market',7,'{\"quantity\":13,\"reason\":\"Transfer from store to market\",\"previous_stock\":13,\"new_stock\":0,\"transfer_type\":\"store_to_market\",\"transferred_by\":7}','143.105.161.40','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36','2026-01-02 09:24:16','2026-01-02 09:24:16'),
(502,87,'created','Product created',7,'{\"name\":\"Hilali-13\",\"description\":null,\"barcode\":\"PRD161725-M1\",\"category_id\":\"2\",\"product_type\":\"market\",\"unit\":\"pcs\",\"cost_price\":\"16500.00\",\"selling_price\":\"17500.00\",\"discount_price\":null,\"image\":\"products\\/1767091125_SVOd95W6lI.jpg\",\"expiry_date\":null,\"is_active\":true,\"weight\":null,\"length\":null,\"width\":null,\"height\":null,\"updated_at\":\"2026-01-02T12:24:16.000000Z\",\"created_at\":\"2026-01-02T12:24:16.000000Z\",\"id\":87}','143.105.161.40','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36','2026-01-02 09:24:16','2026-01-02 09:24:16'),
(503,87,'stock_added','Added 13 units - Transfer from store to market',7,'{\"quantity\":13,\"reason\":\"Transfer from store to market\",\"previous_stock\":0,\"new_stock\":13,\"transfer_type\":\"store_to_market\",\"from_product_id\":29,\"transferred_by\":7}','143.105.161.40','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36','2026-01-02 09:24:16','2026-01-02 09:24:16'),
(504,30,'stock_removed','Removed 14 units - Transfer from store to market',7,'{\"quantity\":14,\"reason\":\"Transfer from store to market\",\"previous_stock\":14,\"new_stock\":0,\"transfer_type\":\"store_to_market\",\"transferred_by\":7}','143.105.161.40','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36','2026-01-02 09:24:25','2026-01-02 09:24:25'),
(505,87,'stock_added','Added 14 units - Transfer from store to market',7,'{\"quantity\":14,\"reason\":\"Transfer from store to market\",\"previous_stock\":13,\"new_stock\":27,\"transfer_type\":\"store_to_market\",\"from_product_id\":30,\"transferred_by\":7}','143.105.161.40','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36','2026-01-02 09:24:25','2026-01-02 09:24:25'),
(506,31,'stock_removed','Removed 10 units - Transfer from store to market',7,'{\"quantity\":10,\"reason\":\"Transfer from store to market\",\"previous_stock\":10,\"new_stock\":0,\"transfer_type\":\"store_to_market\",\"transferred_by\":7}','143.105.161.40','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36','2026-01-02 09:24:35','2026-01-02 09:24:35'),
(507,89,'created','Product created',7,'{\"name\":\"Hilali-14\",\"description\":null,\"barcode\":\"PRD593016-M1\",\"category_id\":\"2\",\"product_type\":\"market\",\"unit\":\"pcs\",\"cost_price\":\"16500.00\",\"selling_price\":\"17500.00\",\"discount_price\":null,\"image\":\"products\\/1767169298_hHVMxE7Zkd.jpg\",\"expiry_date\":null,\"is_active\":true,\"weight\":null,\"length\":null,\"width\":null,\"height\":null,\"updated_at\":\"2026-01-02T12:24:35.000000Z\",\"created_at\":\"2026-01-02T12:24:35.000000Z\",\"id\":89}','143.105.161.40','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36','2026-01-02 09:24:35','2026-01-02 09:24:35'),
(508,89,'stock_added','Added 10 units - Transfer from store to market',7,'{\"quantity\":10,\"reason\":\"Transfer from store to market\",\"previous_stock\":0,\"new_stock\":10,\"transfer_type\":\"store_to_market\",\"from_product_id\":31,\"transferred_by\":7}','143.105.161.40','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36','2026-01-02 09:24:35','2026-01-02 09:24:35'),
(509,32,'stock_removed','Removed 10 units - Transfer from store to market',7,'{\"quantity\":10,\"reason\":\"Transfer from store to market\",\"previous_stock\":10,\"new_stock\":0,\"transfer_type\":\"store_to_market\",\"transferred_by\":7}','143.105.161.40','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36','2026-01-02 09:24:44','2026-01-02 09:24:44'),
(510,91,'created','Product created',7,'{\"name\":\"Hilali-15\",\"description\":null,\"barcode\":\"PRD932917-M1\",\"category_id\":\"2\",\"product_type\":\"market\",\"unit\":\"pcs\",\"cost_price\":\"16500.00\",\"selling_price\":\"17500.00\",\"discount_price\":null,\"image\":\"products\\/1767170196_YVFnWKtUqX.jpg\",\"expiry_date\":null,\"is_active\":true,\"weight\":null,\"length\":null,\"width\":null,\"height\":null,\"updated_at\":\"2026-01-02T12:24:44.000000Z\",\"created_at\":\"2026-01-02T12:24:44.000000Z\",\"id\":91}','143.105.161.40','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36','2026-01-02 09:24:44','2026-01-02 09:24:44'),
(511,91,'stock_added','Added 10 units - Transfer from store to market',7,'{\"quantity\":10,\"reason\":\"Transfer from store to market\",\"previous_stock\":0,\"new_stock\":10,\"transfer_type\":\"store_to_market\",\"from_product_id\":32,\"transferred_by\":7}','143.105.161.40','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36','2026-01-02 09:24:44','2026-01-02 09:24:44'),
(512,33,'stock_removed','Removed 9 units - Transfer from store to market',7,'{\"quantity\":9,\"reason\":\"Transfer from store to market\",\"previous_stock\":9,\"new_stock\":0,\"transfer_type\":\"store_to_market\",\"transferred_by\":7}','143.105.161.40','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36','2026-01-02 09:24:59','2026-01-02 09:24:59'),
(513,93,'created','Product created',7,'{\"name\":\"Hilali-16\",\"description\":null,\"barcode\":\"PRD586503-M1\",\"category_id\":\"2\",\"product_type\":\"market\",\"unit\":\"pcs\",\"cost_price\":\"16500.00\",\"selling_price\":\"17500.00\",\"discount_price\":null,\"image\":\"products\\/1767170787_OPw6nAh4f3.jpg\",\"expiry_date\":null,\"is_active\":true,\"weight\":null,\"length\":null,\"width\":null,\"height\":null,\"updated_at\":\"2026-01-02T12:24:59.000000Z\",\"created_at\":\"2026-01-02T12:24:59.000000Z\",\"id\":93}','143.105.161.40','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36','2026-01-02 09:24:59','2026-01-02 09:24:59'),
(514,93,'stock_added','Added 9 units - Transfer from store to market',7,'{\"quantity\":9,\"reason\":\"Transfer from store to market\",\"previous_stock\":0,\"new_stock\":9,\"transfer_type\":\"store_to_market\",\"from_product_id\":33,\"transferred_by\":7}','143.105.161.40','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36','2026-01-02 09:24:59','2026-01-02 09:24:59'),
(515,34,'stock_removed','Removed 5 units - Transfer from store to market',7,'{\"quantity\":5,\"reason\":\"Transfer from store to market\",\"previous_stock\":5,\"new_stock\":0,\"transfer_type\":\"store_to_market\",\"transferred_by\":7}','143.105.161.40','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36','2026-01-02 09:25:09','2026-01-02 09:25:09'),
(516,95,'created','Product created',7,'{\"name\":\"Hilali-17\",\"description\":null,\"barcode\":\"PRD977884-M1\",\"category_id\":\"2\",\"product_type\":\"market\",\"unit\":\"pcs\",\"cost_price\":\"16500.00\",\"selling_price\":\"17500.00\",\"discount_price\":null,\"image\":\"products\\/1767171019_ZhIOTLVoZe.jpg\",\"expiry_date\":null,\"is_active\":true,\"weight\":null,\"length\":null,\"width\":null,\"height\":null,\"updated_at\":\"2026-01-02T12:25:09.000000Z\",\"created_at\":\"2026-01-02T12:25:09.000000Z\",\"id\":95}','143.105.161.40','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36','2026-01-02 09:25:09','2026-01-02 09:25:09'),
(517,95,'stock_added','Added 5 units - Transfer from store to market',7,'{\"quantity\":5,\"reason\":\"Transfer from store to market\",\"previous_stock\":0,\"new_stock\":5,\"transfer_type\":\"store_to_market\",\"from_product_id\":34,\"transferred_by\":7}','143.105.161.40','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36','2026-01-02 09:25:09','2026-01-02 09:25:09'),
(518,35,'stock_removed','Removed 3 units - Transfer from store to market',7,'{\"quantity\":3,\"reason\":\"Transfer from store to market\",\"previous_stock\":3,\"new_stock\":0,\"transfer_type\":\"store_to_market\",\"transferred_by\":7}','143.105.161.40','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36','2026-01-02 09:25:23','2026-01-02 09:25:23'),
(519,97,'created','Product created',7,'{\"name\":\"Hilali-18\",\"description\":null,\"barcode\":\"PRD967900-M1\",\"category_id\":\"2\",\"product_type\":\"market\",\"unit\":\"pcs\",\"cost_price\":\"16500.00\",\"selling_price\":\"17500.00\",\"discount_price\":null,\"image\":\"products\\/1767172096_GKYmEFn22x.jpg\",\"expiry_date\":null,\"is_active\":true,\"weight\":null,\"length\":null,\"width\":null,\"height\":null,\"updated_at\":\"2026-01-02T12:25:23.000000Z\",\"created_at\":\"2026-01-02T12:25:23.000000Z\",\"id\":97}','143.105.161.40','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36','2026-01-02 09:25:23','2026-01-02 09:25:23'),
(520,97,'stock_added','Added 3 units - Transfer from store to market',7,'{\"quantity\":3,\"reason\":\"Transfer from store to market\",\"previous_stock\":0,\"new_stock\":3,\"transfer_type\":\"store_to_market\",\"from_product_id\":35,\"transferred_by\":7}','143.105.161.40','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36','2026-01-02 09:25:23','2026-01-02 09:25:23'),
(521,37,'stock_removed','Removed 12 units - Transfer from store to market',7,'{\"quantity\":12,\"reason\":\"Transfer from store to market\",\"previous_stock\":12,\"new_stock\":0,\"transfer_type\":\"store_to_market\",\"transferred_by\":7}','143.105.161.40','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36','2026-01-02 09:25:52','2026-01-02 09:25:52'),
(522,99,'created','Product created',7,'{\"name\":\"Hilali-19\",\"description\":null,\"barcode\":\"PRD172164-M1\",\"category_id\":\"2\",\"product_type\":\"market\",\"unit\":\"pcs\",\"cost_price\":\"16500.00\",\"selling_price\":\"17500.00\",\"discount_price\":null,\"image\":\"products\\/1767175131_aZYWwb2eaK.jpg\",\"expiry_date\":null,\"is_active\":true,\"weight\":null,\"length\":null,\"width\":null,\"height\":null,\"updated_at\":\"2026-01-02T12:25:52.000000Z\",\"created_at\":\"2026-01-02T12:25:52.000000Z\",\"id\":99}','143.105.161.40','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36','2026-01-02 09:25:52','2026-01-02 09:25:52'),
(523,99,'stock_added','Added 12 units - Transfer from store to market',7,'{\"quantity\":12,\"reason\":\"Transfer from store to market\",\"previous_stock\":0,\"new_stock\":12,\"transfer_type\":\"store_to_market\",\"from_product_id\":37,\"transferred_by\":7}','143.105.161.40','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36','2026-01-02 09:25:52','2026-01-02 09:25:52'),
(524,38,'stock_removed','Removed 8 units - Transfer from store to market',7,'{\"quantity\":8,\"reason\":\"Transfer from store to market\",\"previous_stock\":8,\"new_stock\":0,\"transfer_type\":\"store_to_market\",\"transferred_by\":7}','143.105.161.40','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36','2026-01-02 09:26:05','2026-01-02 09:26:05'),
(525,101,'created','Product created',7,'{\"name\":\"Hilali-20\",\"description\":null,\"barcode\":\"PRD163780-M1\",\"category_id\":\"2\",\"product_type\":\"market\",\"unit\":\"pcs\",\"cost_price\":\"16500.00\",\"selling_price\":\"17500.00\",\"discount_price\":null,\"image\":\"products\\/1767175295_vSU60pusC8.jpg\",\"expiry_date\":null,\"is_active\":true,\"weight\":null,\"length\":null,\"width\":null,\"height\":null,\"updated_at\":\"2026-01-02T12:26:05.000000Z\",\"created_at\":\"2026-01-02T12:26:05.000000Z\",\"id\":101}','143.105.161.40','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36','2026-01-02 09:26:05','2026-01-02 09:26:05'),
(526,101,'stock_added','Added 8 units - Transfer from store to market',7,'{\"quantity\":8,\"reason\":\"Transfer from store to market\",\"previous_stock\":0,\"new_stock\":8,\"transfer_type\":\"store_to_market\",\"from_product_id\":38,\"transferred_by\":7}','143.105.161.40','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36','2026-01-02 09:26:05','2026-01-02 09:26:05'),
(527,39,'stock_removed','Removed 5 units - Transfer from store to market',7,'{\"quantity\":5,\"reason\":\"Transfer from store to market\",\"previous_stock\":5,\"new_stock\":0,\"transfer_type\":\"store_to_market\",\"transferred_by\":7}','143.105.161.40','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36','2026-01-02 09:26:14','2026-01-02 09:26:14'),
(528,103,'created','Product created',7,'{\"name\":\"Hilali-21\",\"description\":null,\"barcode\":\"PRD531264-M1\",\"category_id\":\"2\",\"product_type\":\"market\",\"unit\":\"pcs\",\"cost_price\":\"16500.00\",\"selling_price\":\"17500.00\",\"discount_price\":null,\"image\":\"products\\/1767175509_2ldgR6qrYq.jpg\",\"expiry_date\":null,\"is_active\":true,\"weight\":null,\"length\":null,\"width\":null,\"height\":null,\"updated_at\":\"2026-01-02T12:26:14.000000Z\",\"created_at\":\"2026-01-02T12:26:14.000000Z\",\"id\":103}','143.105.161.40','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36','2026-01-02 09:26:14','2026-01-02 09:26:14'),
(529,103,'stock_added','Added 5 units - Transfer from store to market',7,'{\"quantity\":5,\"reason\":\"Transfer from store to market\",\"previous_stock\":0,\"new_stock\":5,\"transfer_type\":\"store_to_market\",\"from_product_id\":39,\"transferred_by\":7}','143.105.161.40','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36','2026-01-02 09:26:14','2026-01-02 09:26:14'),
(530,42,'stock_removed','Removed 8 units - Transfer from store to market',7,'{\"quantity\":8,\"reason\":\"Transfer from store to market\",\"previous_stock\":8,\"new_stock\":0,\"transfer_type\":\"store_to_market\",\"transferred_by\":7}','143.105.161.40','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36','2026-01-02 09:26:24','2026-01-02 09:26:24'),
(531,105,'created','Product created',7,'{\"name\":\"Hilali-22\",\"description\":null,\"barcode\":\"PRD387609-M1\",\"category_id\":\"2\",\"product_type\":\"market\",\"unit\":\"pcs\",\"cost_price\":\"16500.00\",\"selling_price\":\"17500.00\",\"discount_price\":null,\"image\":null,\"expiry_date\":null,\"is_active\":true,\"weight\":null,\"length\":null,\"width\":null,\"height\":null,\"updated_at\":\"2026-01-02T12:26:24.000000Z\",\"created_at\":\"2026-01-02T12:26:24.000000Z\",\"id\":105}','143.105.161.40','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36','2026-01-02 09:26:24','2026-01-02 09:26:24'),
(532,105,'stock_added','Added 8 units - Transfer from store to market',7,'{\"quantity\":8,\"reason\":\"Transfer from store to market\",\"previous_stock\":0,\"new_stock\":8,\"transfer_type\":\"store_to_market\",\"from_product_id\":42,\"transferred_by\":7}','143.105.161.40','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36','2026-01-02 09:26:24','2026-01-02 09:26:24'),
(533,67,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":54,\"new_stock\":53,\"sale_id\":134,\"sale_number\":\"HIL-0134\"}','143.105.161.40','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-02 10:09:40','2026-01-02 10:09:40'),
(534,67,'stock_added','Added 1 units - Sale cancelled/refunded',7,'{\"quantity\":1,\"reason\":\"Error Correction\",\"previous_stock\":53,\"new_stock\":54,\"sale_id\":134,\"sale_number\":\"HIL-0134\"}','143.105.161.40','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-02 10:10:15','2026-01-02 10:10:15'),
(535,67,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":54,\"new_stock\":53,\"sale_id\":135,\"sale_number\":\"HIL-0135\"}','143.105.161.40','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-02 10:10:56','2026-01-02 10:10:56'),
(536,91,'stock_removed','Removed 2 units - Sale',7,'{\"quantity\":2,\"reason\":\"Sale\",\"previous_stock\":10,\"new_stock\":8,\"sale_id\":136,\"sale_number\":\"HIL-0136\"}','143.105.161.40','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-02 10:28:14','2026-01-02 10:28:14'),
(537,87,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":27,\"new_stock\":26,\"sale_id\":137,\"sale_number\":\"HIL-0137\"}','143.105.161.40','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-02 10:44:24','2026-01-02 10:44:24'),
(538,47,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":24,\"new_stock\":23,\"sale_id\":138,\"sale_number\":\"HIL-0138\"}','143.105.161.40','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-02 10:48:42','2026-01-02 10:48:42'),
(539,51,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":20,\"new_stock\":19,\"sale_id\":138,\"sale_number\":\"HIL-0138\"}','143.105.161.40','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-02 10:48:42','2026-01-02 10:48:42'),
(540,81,'stock_added','Added 1 units - Adjustment - Count correction',7,'{\"quantity\":1,\"reason\":\"Adjustment - Count correction\",\"previous_stock\":17,\"new_stock\":18,\"notes\":\"Fatim\\u00e9\"}','143.105.161.40','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-02 11:19:14','2026-01-02 11:19:14'),
(541,51,'stock_removed','Removed 1 units - Adjustment - Count correction',7,'{\"quantity\":1,\"reason\":\"Adjustment - Count correction\",\"previous_stock\":19,\"new_stock\":18,\"notes\":\"Fatim\\u00e9\"}','143.105.161.40','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-02 11:20:15','2026-01-02 11:20:15'),
(542,81,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":18,\"new_stock\":17,\"sale_id\":139,\"sale_number\":\"HIL-0139\"}','143.105.161.40','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36','2026-01-02 12:40:04','2026-01-02 12:40:04'),
(543,81,'stock_added','Added 1 units - Sale cancelled/refunded',7,'{\"quantity\":1,\"reason\":\"Error Correction\",\"previous_stock\":17,\"new_stock\":18,\"sale_id\":139,\"sale_number\":\"HIL-0139\"}','143.105.161.40','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36','2026-01-02 12:40:27','2026-01-02 12:40:27'),
(544,87,'stock_removed','Removed 13 units - Adjustment - Count correction',7,'{\"quantity\":13,\"reason\":\"Adjustment - Count correction\",\"previous_stock\":26,\"new_stock\":13,\"notes\":null}','143.105.161.40','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36','2026-01-02 12:44:43','2026-01-02 12:44:43'),
(545,30,'stock_added','Added 14 units - Adjustment - Count correction',7,'{\"quantity\":14,\"reason\":\"Adjustment - Count correction\",\"previous_stock\":0,\"new_stock\":14,\"notes\":null}','143.105.161.40','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36','2026-01-02 12:45:54','2026-01-02 12:45:54'),
(546,30,'stock_removed','Removed 14 units - Transfer from store to market',7,'{\"quantity\":14,\"reason\":\"Transfer from store to market\",\"previous_stock\":14,\"new_stock\":0,\"transfer_type\":\"store_to_market\",\"transferred_by\":7}','143.105.161.40','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36','2026-01-02 12:46:19','2026-01-02 12:46:19'),
(547,87,'stock_added','Added 14 units - Transfer from store to market',7,'{\"quantity\":14,\"reason\":\"Transfer from store to market\",\"previous_stock\":13,\"new_stock\":27,\"transfer_type\":\"store_to_market\",\"from_product_id\":30,\"transferred_by\":7}','143.105.161.40','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36','2026-01-02 12:46:19','2026-01-02 12:46:19'),
(548,30,'updated','Product updated',7,'{\"name\":{\"old\":\"Hilali-13\",\"new\":\"Hilali-23\"}}','143.105.161.40','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36','2026-01-02 12:48:12','2026-01-02 12:48:12'),
(549,30,'stock_added','Added 14 units - Adjustment - Count correction',7,'{\"quantity\":14,\"reason\":\"Adjustment - Count correction\",\"previous_stock\":0,\"new_stock\":14,\"notes\":null}','143.105.161.40','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36','2026-01-02 12:48:37','2026-01-02 12:48:37'),
(550,87,'stock_removed','Removed 14 units - Adjustment - Count correction',7,'{\"quantity\":14,\"reason\":\"Adjustment - Count correction\",\"previous_stock\":27,\"new_stock\":13,\"notes\":null}','143.105.161.40','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36','2026-01-02 12:49:15','2026-01-02 12:49:15'),
(551,30,'stock_removed','Removed 14 units - Transfer from store to market',7,'{\"quantity\":14,\"reason\":\"Transfer from store to market\",\"previous_stock\":14,\"new_stock\":0,\"transfer_type\":\"store_to_market\",\"transferred_by\":7}','143.105.161.40','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36','2026-01-02 12:50:00','2026-01-02 12:50:00'),
(552,107,'created','Product created',7,'{\"name\":\"Hilali-23\",\"description\":null,\"barcode\":\"PRD031028-M1\",\"category_id\":\"2\",\"product_type\":\"market\",\"unit\":\"pcs\",\"cost_price\":\"16500.00\",\"selling_price\":\"17500.00\",\"discount_price\":null,\"image\":\"products\\/1767091949_hLRxaAso5L.jpg\",\"expiry_date\":null,\"is_active\":true,\"weight\":null,\"length\":null,\"width\":null,\"height\":null,\"updated_at\":\"2026-01-02T15:50:00.000000Z\",\"created_at\":\"2026-01-02T15:50:00.000000Z\",\"id\":107}','143.105.161.40','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36','2026-01-02 12:50:00','2026-01-02 12:50:00'),
(553,107,'stock_added','Added 14 units - Transfer from store to market',7,'{\"quantity\":14,\"reason\":\"Transfer from store to market\",\"previous_stock\":0,\"new_stock\":14,\"transfer_type\":\"store_to_market\",\"from_product_id\":30,\"transferred_by\":7}','143.105.161.40','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36','2026-01-02 12:50:00','2026-01-02 12:50:00'),
(554,107,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":14,\"new_stock\":13,\"sale_id\":140,\"sale_number\":\"HIL-0140\"}','143.105.161.40','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-02 12:51:08','2026-01-02 12:51:08'),
(555,103,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":5,\"new_stock\":4,\"sale_id\":141,\"sale_number\":\"HIL-0141\"}','143.105.161.50','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-03 08:52:09','2026-01-03 08:52:09'),
(556,49,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":18,\"new_stock\":17,\"sale_id\":142,\"sale_number\":\"HIL-0142\"}','143.105.161.50','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36','2026-01-03 09:19:45','2026-01-03 09:19:45'),
(557,93,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":9,\"new_stock\":8,\"sale_id\":143,\"sale_number\":\"HIL-0143\"}','143.105.161.50','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36','2026-01-03 10:16:58','2026-01-03 10:16:58'),
(558,83,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":10,\"new_stock\":9,\"sale_id\":143,\"sale_number\":\"HIL-0143\"}','143.105.161.50','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36','2026-01-03 10:16:58','2026-01-03 10:16:58'),
(559,65,'stock_removed','Removed 6 units - Sale',7,'{\"quantity\":6,\"reason\":\"Sale\",\"previous_stock\":9,\"new_stock\":3,\"sale_id\":144,\"sale_number\":\"HIL-0144\"}','143.105.161.50','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-03 10:51:56','2026-01-03 10:51:56'),
(560,69,'stock_removed','Removed 4 units - Sale',7,'{\"quantity\":4,\"reason\":\"Sale\",\"previous_stock\":17,\"new_stock\":13,\"sale_id\":144,\"sale_number\":\"HIL-0144\"}','143.105.161.50','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-03 10:51:57','2026-01-03 10:51:57'),
(561,73,'stock_removed','Removed 2 units - Sale',7,'{\"quantity\":2,\"reason\":\"Sale\",\"previous_stock\":8,\"new_stock\":6,\"sale_id\":144,\"sale_number\":\"HIL-0144\"}','143.105.161.50','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-03 10:51:57','2026-01-03 10:51:57'),
(562,89,'stock_removed','Removed 6 units - Sale',7,'{\"quantity\":6,\"reason\":\"Sale\",\"previous_stock\":10,\"new_stock\":4,\"sale_id\":144,\"sale_number\":\"HIL-0144\"}','143.105.161.50','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-03 10:51:57','2026-01-03 10:51:57'),
(563,91,'stock_removed','Removed 6 units - Sale',7,'{\"quantity\":6,\"reason\":\"Sale\",\"previous_stock\":8,\"new_stock\":2,\"sale_id\":144,\"sale_number\":\"HIL-0144\"}','143.105.161.50','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-03 10:51:57','2026-01-03 10:51:57'),
(564,95,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":5,\"new_stock\":4,\"sale_id\":145,\"sale_number\":\"HIL-0145\"}','143.105.161.50','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-03 12:10:21','2026-01-03 12:10:21'),
(565,53,'updated','Product updated',7,'{\"name\":{\"old\":\"Hilali-5\",\"new\":\"H-2026\"}}','143.105.161.50','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36','2026-01-03 12:16:25','2026-01-03 12:16:25'),
(566,10,'updated','Product updated',7,'{\"name\":{\"old\":\"Hilali-5\",\"new\":\"H-2026\"}}','143.105.161.50','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36','2026-01-03 12:16:59','2026-01-03 12:16:59'),
(567,10,'stock_added','Added 44 units - Restock - New shipment',7,'{\"quantity\":44,\"reason\":\"Restock - New shipment\",\"previous_stock\":0,\"new_stock\":44,\"notes\":null}','143.105.161.50','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36','2026-01-03 12:19:12','2026-01-03 12:19:12'),
(568,91,'updated','Product updated',7,'{\"name\":{\"old\":\"Hilali-15\",\"new\":\"H-2025\"}}','143.105.161.50','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36','2026-01-03 12:21:30','2026-01-03 12:21:30'),
(569,55,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":7,\"new_stock\":6,\"sale_id\":146,\"sale_number\":\"HIL-0146\"}','143.105.161.50','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-03 12:22:03','2026-01-03 12:22:03'),
(570,91,'updated','Product updated',7,'{\"description\":{\"old\":\"1x39\\r\\n3x40\\r\\n7x41\\r\\n6x42\\r\\n9x43\\r\\n6x44\\r\\n5x45\",\"new\":null}}','143.105.161.50','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36','2026-01-03 12:23:43','2026-01-03 12:23:43'),
(571,32,'updated','Product updated',7,'{\"name\":{\"old\":\"Hilali-15\",\"new\":\"H-2025\"}}','143.105.161.50','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36','2026-01-03 12:25:14','2026-01-03 12:25:14'),
(572,32,'stock_added','Added 37 units - Restock - New shipment',7,'{\"quantity\":37,\"reason\":\"Restock - New shipment\",\"previous_stock\":0,\"new_stock\":37,\"notes\":null}','143.105.161.50','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36','2026-01-03 12:26:03','2026-01-03 12:26:03'),
(573,108,'created','Product created',7,'{\"name\":\"H-2024\",\"description\":\"1x39\\r\\n1x40\\r\\n3x41\\r\\n5x42\\r\\n4x43\\r\\n7x44\",\"barcode\":\"PRD546296\",\"category_id\":\"2\",\"product_type\":\"store\",\"unit\":\"pcs\",\"cost_price\":\"16500.00\",\"selling_price\":\"17500.00\",\"expiry_date\":null,\"is_active\":true,\"alert_quantity\":3,\"weight\":null,\"length\":null,\"width\":null,\"height\":null,\"updated_at\":\"2026-01-03T15:30:55.000000Z\",\"created_at\":\"2026-01-03T15:30:55.000000Z\",\"id\":108}','143.105.161.50','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36','2026-01-03 12:30:55','2026-01-03 12:30:55'),
(574,108,'stock_added','Added 21 units - Initial stock',7,'{\"quantity\":21,\"reason\":\"Initial stock\",\"previous_stock\":0,\"new_stock\":21,\"notes\":\"Product creation\"}','143.105.161.50','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36','2026-01-03 12:30:55','2026-01-03 12:30:55'),
(575,87,'updated','Product updated',7,'{\"name\":{\"old\":\"Hilali-13\",\"new\":\"H-2023\"}}','143.105.161.50','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36','2026-01-03 12:36:25','2026-01-03 12:36:25'),
(576,29,'updated','Product updated',7,'{\"name\":{\"old\":\"Hilali-13\",\"new\":\"H-2023\"}}','143.105.161.50','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36','2026-01-03 12:37:42','2026-01-03 12:37:42'),
(577,29,'stock_added','Added 20 units - Restock - New shipment',7,'{\"quantity\":20,\"reason\":\"Restock - New shipment\",\"previous_stock\":0,\"new_stock\":20,\"notes\":null}','143.105.161.50','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36','2026-01-03 12:39:12','2026-01-03 12:39:12'),
(578,109,'created','Product created',7,'{\"name\":\"H-2022\",\"description\":\"3x40\\r\\n4x41\\r\\n4x42\\r\\n4x43\\r\\n4x44\\r\\n4x45\",\"barcode\":\"PRD932088\",\"category_id\":\"2\",\"product_type\":\"store\",\"unit\":\"pcs\",\"cost_price\":\"16500.00\",\"selling_price\":\"17500.00\",\"image\":\"products\\/1767454958_st0M79adrK.jpg\",\"expiry_date\":null,\"is_active\":true,\"alert_quantity\":3,\"weight\":null,\"length\":null,\"width\":null,\"height\":null,\"updated_at\":\"2026-01-03T15:42:38.000000Z\",\"created_at\":\"2026-01-03T15:42:38.000000Z\",\"id\":109}','143.105.161.50','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36','2026-01-03 12:42:38','2026-01-03 12:42:38'),
(579,109,'stock_added','Added 23 units - Initial stock',7,'{\"quantity\":23,\"reason\":\"Initial stock\",\"previous_stock\":0,\"new_stock\":23,\"notes\":\"Product creation\"}','143.105.161.50','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36','2026-01-03 12:42:38','2026-01-03 12:42:38'),
(580,8,'stock_removed','Removed 5 units - Sale',7,'{\"quantity\":5,\"reason\":\"Sale\",\"previous_stock\":458,\"new_stock\":453,\"sale_id\":147,\"sale_number\":\"HIL-0147\"}','154.73.166.56','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-03 14:36:46','2026-01-03 14:36:46'),
(581,108,'updated','Product updated',4,'{\"image\":{\"old\":\"products\\/1767454446_8JCOPQNpqB.jpg\",\"new\":\"products\\/1767537909_fOsxb134K6.jpeg\"}}','95.70.245.147','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36','2026-01-04 11:45:09','2026-01-04 11:45:09'),
(582,10,'updated','Product updated',4,'{\"image\":{\"old\":\"products\\/1765972450_8JCutrWuv7.jpg\",\"new\":\"products\\/1767538381_gDBnaPoVqr.jpeg\"}}','95.70.245.147','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36','2026-01-04 11:53:01','2026-01-04 11:53:01'),
(583,29,'updated','Product updated',4,'{\"image\":{\"old\":\"products\\/1767091125_SVOd95W6lI.jpg\",\"new\":\"products\\/1767538458_amcUsjn3dU.jpeg\"}}','95.70.245.147','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36','2026-01-04 11:54:18','2026-01-04 11:54:18'),
(584,81,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":18,\"new_stock\":17,\"sale_id\":148,\"sale_number\":\"HIL-0148\"}','143.105.161.96','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-05 07:44:36','2026-01-05 07:44:36'),
(585,43,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":629,\"new_stock\":628,\"sale_id\":149,\"sale_number\":\"HIL-0149\"}','143.105.161.96','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-05 08:02:57','2026-01-05 08:02:57'),
(586,43,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":628,\"new_stock\":627,\"sale_id\":150,\"sale_number\":\"HIL-0150\"}','143.105.161.96','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-05 08:03:22','2026-01-05 08:03:22'),
(587,67,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":53,\"new_stock\":52,\"sale_id\":151,\"sale_number\":\"HIL-0151\"}','143.105.161.96','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-05 08:10:39','2026-01-05 08:10:39'),
(588,107,'stock_removed','Removed 1 units - Adjustment - Count correction',7,'{\"quantity\":1,\"reason\":\"Adjustment - Count correction\",\"previous_stock\":13,\"new_stock\":12,\"notes\":\"Guisma\"}','143.105.161.6','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-05 10:54:42','2026-01-05 10:54:42'),
(589,8,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":453,\"new_stock\":452,\"sale_id\":152,\"sale_number\":\"HIL-0152\"}','143.105.161.6','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-05 11:07:31','2026-01-05 11:07:31'),
(590,85,'stock_removed','Removed 1 units - Adjustment - Count correction',7,'{\"quantity\":1,\"reason\":\"Adjustment - Count correction\",\"previous_stock\":12,\"new_stock\":11,\"notes\":\"Idjil\"}','143.105.161.152','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-05 12:38:37','2026-01-05 12:38:37'),
(591,110,'created','Product created',7,'{\"name\":\"H-2021\",\"description\":\"1x39\\r\\n1x40\\r\\n3x41\\r\\n3x42\\r\\n3x43\\r\\n3x44\\r\\n2x45\",\"barcode\":\"PRD383260\",\"category_id\":\"2\",\"product_type\":\"store\",\"unit\":\"pcs\",\"cost_price\":\"16500.00\",\"selling_price\":\"17500.00\",\"image\":\"products\\/1767627812_GPqZc6EaLv.jpg\",\"expiry_date\":null,\"is_active\":true,\"alert_quantity\":5,\"weight\":null,\"length\":null,\"width\":null,\"height\":null,\"updated_at\":\"2026-01-05T15:43:33.000000Z\",\"created_at\":\"2026-01-05T15:43:33.000000Z\",\"id\":110}','143.105.161.152','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36','2026-01-05 12:43:33','2026-01-05 12:43:33'),
(592,110,'stock_added','Added 18 units - Initial stock',7,'{\"quantity\":18,\"reason\":\"Initial stock\",\"previous_stock\":0,\"new_stock\":18,\"notes\":\"Product creation\"}','143.105.161.152','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36','2026-01-05 12:43:33','2026-01-05 12:43:33'),
(593,111,'created','Product created',7,'{\"name\":\"H-2020\",\"description\":\"1x39\\r\\n4x40\\r\\n4x41\\r\\n4x42\\r\\n4x43\\r\\n5x44\\r\\n3x45\",\"barcode\":\"PRD069090\",\"category_id\":\"2\",\"product_type\":\"store\",\"unit\":\"pcs\",\"cost_price\":\"16500.00\",\"selling_price\":\"17499.99\",\"image\":\"products\\/1767628114_I4DJ3RiTKX.jpg\",\"expiry_date\":null,\"is_active\":true,\"alert_quantity\":3,\"weight\":null,\"length\":null,\"width\":null,\"height\":null,\"updated_at\":\"2026-01-05T15:48:34.000000Z\",\"created_at\":\"2026-01-05T15:48:34.000000Z\",\"id\":111}','143.105.161.152','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36','2026-01-05 12:48:34','2026-01-05 12:48:34'),
(594,111,'stock_added','Added 25 units - Initial stock',7,'{\"quantity\":25,\"reason\":\"Initial stock\",\"previous_stock\":0,\"new_stock\":25,\"notes\":\"Product creation\"}','143.105.161.152','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36','2026-01-05 12:48:34','2026-01-05 12:48:34'),
(595,112,'created','Product created',7,'{\"name\":\"H-2019\",\"description\":\"3x41\\r\\n3x42\\r\\n4x43\\r\\n2x44\\r\\n2x45\",\"barcode\":\"PRD701686\",\"category_id\":\"2\",\"product_type\":\"store\",\"unit\":\"pcs\",\"cost_price\":\"16500.00\",\"selling_price\":\"17499.99\",\"image\":\"products\\/1767628262_aq5YKB5j63.jpg\",\"expiry_date\":null,\"is_active\":true,\"alert_quantity\":3,\"weight\":null,\"length\":null,\"width\":null,\"height\":null,\"updated_at\":\"2026-01-05T15:51:02.000000Z\",\"created_at\":\"2026-01-05T15:51:02.000000Z\",\"id\":112}','143.105.161.152','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36','2026-01-05 12:51:02','2026-01-05 12:51:02'),
(596,112,'stock_added','Added 14 units - Initial stock',7,'{\"quantity\":14,\"reason\":\"Initial stock\",\"previous_stock\":0,\"new_stock\":14,\"notes\":\"Product creation\"}','143.105.161.152','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36','2026-01-05 12:51:02','2026-01-05 12:51:02'),
(597,113,'created','Product created',7,'{\"name\":\"H-2019 S\",\"description\":\"1x39\\r\\n3x41\\r\\n2x42\\r\\n4x43\\r\\n3x44\\r\\n2x45\",\"barcode\":\"PRD924146\",\"category_id\":\"2\",\"product_type\":\"store\",\"unit\":\"pcs\",\"cost_price\":\"16500.00\",\"selling_price\":\"17499.99\",\"image\":\"products\\/1767628565_DDsiax8czB.jpg\",\"expiry_date\":null,\"is_active\":true,\"alert_quantity\":3,\"weight\":null,\"length\":null,\"width\":null,\"height\":null,\"updated_at\":\"2026-01-05T15:56:05.000000Z\",\"created_at\":\"2026-01-05T15:56:05.000000Z\",\"id\":113}','143.105.161.152','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36','2026-01-05 12:56:05','2026-01-05 12:56:05'),
(598,113,'stock_added','Added 15 units - Initial stock',7,'{\"quantity\":15,\"reason\":\"Initial stock\",\"previous_stock\":0,\"new_stock\":15,\"notes\":\"Product creation\"}','143.105.161.152','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36','2026-01-05 12:56:05','2026-01-05 12:56:05'),
(599,114,'created','Product created',7,'{\"name\":\"H-2018\",\"description\":\"3x40\\r\\n4x41\\r\\n4x42\\r\\n3x43\\r\\n2x44\",\"barcode\":\"PRD588545\",\"category_id\":\"2\",\"product_type\":\"store\",\"unit\":\"pcs\",\"cost_price\":\"16500.00\",\"selling_price\":\"17499.99\",\"image\":\"products\\/1767628843_Li5aPQyzMv.jpg\",\"expiry_date\":null,\"is_active\":true,\"alert_quantity\":2,\"weight\":null,\"length\":null,\"width\":null,\"height\":null,\"updated_at\":\"2026-01-05T16:00:43.000000Z\",\"created_at\":\"2026-01-05T16:00:43.000000Z\",\"id\":114}','143.105.161.152','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36','2026-01-05 13:00:43','2026-01-05 13:00:43'),
(600,114,'stock_added','Added 12 units - Initial stock',7,'{\"quantity\":12,\"reason\":\"Initial stock\",\"previous_stock\":0,\"new_stock\":12,\"notes\":\"Product creation\"}','143.105.161.152','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36','2026-01-05 13:00:43','2026-01-05 13:00:43'),
(601,47,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":23,\"new_stock\":22,\"sale_id\":153,\"sale_number\":\"HIL-0153\"}','143.105.161.152','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-05 13:05:44','2026-01-05 13:05:44'),
(602,43,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":627,\"new_stock\":626,\"sale_id\":154,\"sale_number\":\"HIL-0154\"}','143.105.161.140','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-06 06:13:35','2026-01-06 06:13:35'),
(603,81,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":17,\"new_stock\":16,\"sale_id\":155,\"sale_number\":\"HIL-0155\"}','143.105.161.20','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-06 09:48:38','2026-01-06 09:48:38'),
(604,81,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":16,\"new_stock\":15,\"sale_id\":156,\"sale_number\":\"HIL-0156\"}','143.105.161.20','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-06 09:53:16','2026-01-06 09:53:16'),
(605,47,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":22,\"new_stock\":21,\"sale_id\":157,\"sale_number\":\"HIL-0157\"}','143.105.161.20','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-06 10:51:13','2026-01-06 10:51:13'),
(606,47,'stock_added','Added 1 units - Sale cancelled/refunded',7,'{\"quantity\":1,\"reason\":\"Error\",\"previous_stock\":21,\"new_stock\":22,\"sale_id\":157,\"sale_number\":\"HIL-0157\"}','143.105.161.20','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-06 10:51:45','2026-01-06 10:51:45'),
(607,47,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":22,\"new_stock\":21,\"sale_id\":158,\"sale_number\":\"HIL-0158\"}','143.105.161.20','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-06 10:52:07','2026-01-06 10:52:07'),
(608,43,'stock_removed','Removed 6 units - Sale',7,'{\"quantity\":6,\"reason\":\"Sale\",\"previous_stock\":626,\"new_stock\":620,\"sale_id\":159,\"sale_number\":\"HIL-0159\"}','143.105.161.20','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-06 10:52:24','2026-01-06 10:52:24'),
(609,51,'stock_removed','Removed 2 units - Sale',7,'{\"quantity\":2,\"reason\":\"Sale\",\"previous_stock\":18,\"new_stock\":16,\"sale_id\":160,\"sale_number\":\"HIL-0160\"}','143.105.161.20','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-06 11:54:32','2026-01-06 11:54:32'),
(610,57,'stock_removed','Removed 3 units - Sale',7,'{\"quantity\":3,\"reason\":\"Sale\",\"previous_stock\":3,\"new_stock\":0,\"sale_id\":160,\"sale_number\":\"HIL-0160\"}','143.105.161.20','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-06 11:54:32','2026-01-06 11:54:32'),
(611,67,'stock_removed','Removed 14 units - Sale',7,'{\"quantity\":14,\"reason\":\"Sale\",\"previous_stock\":52,\"new_stock\":38,\"sale_id\":160,\"sale_number\":\"HIL-0160\"}','143.105.161.20','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-06 11:54:32','2026-01-06 11:54:32'),
(612,85,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":11,\"new_stock\":10,\"sale_id\":160,\"sale_number\":\"HIL-0160\"}','143.105.161.20','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-06 11:54:32','2026-01-06 11:54:32'),
(613,47,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":21,\"new_stock\":20,\"sale_id\":161,\"sale_number\":\"HIL-0161\"}','143.105.161.20','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-06 12:13:55','2026-01-06 12:13:55'),
(614,114,'stock_added','Added 4 units - Adjustment - Count correction',7,'{\"quantity\":4,\"reason\":\"Adjustment - Count correction\",\"previous_stock\":12,\"new_stock\":16,\"notes\":null}','143.105.161.20','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36','2026-01-06 12:27:01','2026-01-06 12:27:01'),
(615,53,'stock_removed','Removed 1 units - Adjustment - Count correction',7,'{\"quantity\":1,\"reason\":\"Adjustment - Count correction\",\"previous_stock\":1,\"new_stock\":0,\"notes\":null}','143.105.161.20','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36','2026-01-06 12:28:18','2026-01-06 12:28:18'),
(616,32,'stock_added','Added 11 units - Restock - New shipment',7,'{\"quantity\":11,\"reason\":\"Restock - New shipment\",\"previous_stock\":37,\"new_stock\":48,\"notes\":null}','143.105.161.20','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36','2026-01-06 12:29:46','2026-01-06 12:29:46'),
(617,32,'updated','Product updated',7,'{\"description\":{\"old\":\"1x39\\r\\n3x40\\r\\n7x41\\r\\n6x42\\r\\n9x43\\r\\n6x44\\r\\n5x45\",\"new\":\"2x39\\r\\n4x40\\r\\n10x41\\r\\n6x42\\r\\n10x43\\r\\n7x44\\r\\n5x45\"}}','143.105.161.20','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36','2026-01-06 12:33:35','2026-01-06 12:33:35'),
(618,32,'stock_added','Added 8 units - Adjustment - Count correction',7,'{\"quantity\":8,\"reason\":\"Adjustment - Count correction\",\"previous_stock\":48,\"new_stock\":56,\"notes\":null}','143.105.161.20','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36','2026-01-06 12:34:39','2026-01-06 12:34:39'),
(619,115,'created','Product created',7,'{\"name\":\"H-2017\",\"description\":\"1x39\\r\\n1x40\\r\\n5x41\\r\\n5x42\\r\\n5x43\\r\\n3x44\\r\\n3x45\",\"barcode\":\"PRD747685\",\"category_id\":\"2\",\"product_type\":\"store\",\"unit\":\"pcs\",\"cost_price\":\"16500.00\",\"selling_price\":\"17499.98\",\"image\":\"products\\/1767713865_S5uQtWbsFy.jpg\",\"expiry_date\":null,\"is_active\":true,\"alert_quantity\":3,\"weight\":null,\"length\":null,\"width\":null,\"height\":null,\"updated_at\":\"2026-01-06T15:37:46.000000Z\",\"created_at\":\"2026-01-06T15:37:46.000000Z\",\"id\":115}','143.105.161.20','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36','2026-01-06 12:37:46','2026-01-06 12:37:46'),
(620,115,'stock_added','Added 22 units - Initial stock',7,'{\"quantity\":22,\"reason\":\"Initial stock\",\"previous_stock\":0,\"new_stock\":22,\"notes\":\"Product creation\"}','143.105.161.20','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36','2026-01-06 12:37:46','2026-01-06 12:37:46'),
(621,116,'created','Product created',7,'{\"name\":\"H-2016 S\",\"description\":\"1x41\\r\\n2x42\\r\\n2x43\\r\\n1x44\\r\\n1x45\",\"barcode\":\"PRD764843\",\"category_id\":\"2\",\"product_type\":\"store\",\"unit\":\"pcs\",\"cost_price\":\"16500.00\",\"selling_price\":\"17500.00\",\"image\":\"products\\/1767714289_d3JRnslDtj.jpg\",\"expiry_date\":null,\"is_active\":true,\"alert_quantity\":3,\"weight\":null,\"length\":null,\"width\":null,\"height\":null,\"updated_at\":\"2026-01-06T15:44:49.000000Z\",\"created_at\":\"2026-01-06T15:44:49.000000Z\",\"id\":116}','143.105.161.20','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36','2026-01-06 12:44:49','2026-01-06 12:44:49'),
(622,116,'stock_added','Added 7 units - Initial stock',7,'{\"quantity\":7,\"reason\":\"Initial stock\",\"previous_stock\":0,\"new_stock\":7,\"notes\":\"Product creation\"}','143.105.161.20','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36','2026-01-06 12:44:49','2026-01-06 12:44:49'),
(623,117,'created','Product created',7,'{\"name\":\"H-2026 R\",\"description\":\"2x40\\r\\n1x41\\r\\n1x42\\r\\n1x43\",\"barcode\":\"PRD416979\",\"category_id\":\"2\",\"product_type\":\"store\",\"unit\":\"pcs\",\"cost_price\":\"16500.00\",\"selling_price\":\"17500.00\",\"image\":\"products\\/1767714395_xpMZFhGV0q.jpg\",\"expiry_date\":null,\"is_active\":true,\"alert_quantity\":1,\"weight\":null,\"length\":null,\"width\":null,\"height\":null,\"updated_at\":\"2026-01-06T15:46:35.000000Z\",\"created_at\":\"2026-01-06T15:46:35.000000Z\",\"id\":117}','143.105.161.20','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36','2026-01-06 12:46:35','2026-01-06 12:46:35'),
(624,117,'stock_added','Added 4 units - Initial stock',7,'{\"quantity\":4,\"reason\":\"Initial stock\",\"previous_stock\":0,\"new_stock\":4,\"notes\":\"Product creation\"}','143.105.161.20','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36','2026-01-06 12:46:35','2026-01-06 12:46:35'),
(625,118,'created','Product created',7,'{\"name\":\"H-2026 C\",\"description\":\"1X39\\r\\n2X40\\r\\n1X41\\r\\n1X42\\r\\n1X43\",\"barcode\":\"PRD018486\",\"category_id\":\"2\",\"product_type\":\"store\",\"unit\":\"pcs\",\"cost_price\":\"16500.00\",\"selling_price\":\"17500.00\",\"image\":\"products\\/1767714491_GnW2qubeSa.jpg\",\"expiry_date\":null,\"is_active\":true,\"alert_quantity\":1,\"weight\":null,\"length\":null,\"width\":null,\"height\":null,\"updated_at\":\"2026-01-06T15:48:11.000000Z\",\"created_at\":\"2026-01-06T15:48:11.000000Z\",\"id\":118}','143.105.161.20','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36','2026-01-06 12:48:11','2026-01-06 12:48:11'),
(626,118,'stock_added','Added 6 units - Initial stock',7,'{\"quantity\":6,\"reason\":\"Initial stock\",\"previous_stock\":0,\"new_stock\":6,\"notes\":\"Product creation\"}','143.105.161.20','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36','2026-01-06 12:48:11','2026-01-06 12:48:11'),
(627,119,'created','Product created',7,'{\"name\":\"H-2022 S\",\"description\":\"1x39\\r\\n1x40\\r\\n1x43\\r\\n1x45\",\"barcode\":\"PRD643322\",\"category_id\":\"2\",\"product_type\":\"store\",\"unit\":\"pcs\",\"cost_price\":\"16500.00\",\"selling_price\":\"17500.00\",\"image\":\"products\\/1767777103_rVQ4AYJexd.jpg\",\"expiry_date\":null,\"is_active\":true,\"alert_quantity\":1,\"weight\":null,\"length\":null,\"width\":null,\"height\":null,\"updated_at\":\"2026-01-07T09:11:44.000000Z\",\"created_at\":\"2026-01-07T09:11:44.000000Z\",\"id\":119}','154.73.166.39','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36','2026-01-07 06:11:44','2026-01-07 06:11:44'),
(628,119,'stock_added','Added 4 units - Initial stock',7,'{\"quantity\":4,\"reason\":\"Initial stock\",\"previous_stock\":0,\"new_stock\":4,\"notes\":\"Product creation\"}','154.73.166.39','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36','2026-01-07 06:11:44','2026-01-07 06:11:44'),
(629,120,'created','Product created',7,'{\"name\":\"H-2015 B\",\"description\":\"1x40\\r\\n1x41\\r\\n2x42\\r\\n1x43\\r\\n1x44\\r\\n1x45\",\"barcode\":\"PRD070863\",\"category_id\":\"2\",\"product_type\":\"store\",\"unit\":\"pcs\",\"cost_price\":\"16500.00\",\"selling_price\":\"17500.00\",\"image\":\"products\\/1767777249_aos0DajLsT.jpg\",\"expiry_date\":null,\"is_active\":true,\"alert_quantity\":1,\"weight\":null,\"length\":null,\"width\":null,\"height\":null,\"updated_at\":\"2026-01-07T09:14:09.000000Z\",\"created_at\":\"2026-01-07T09:14:09.000000Z\",\"id\":120}','154.73.166.39','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36','2026-01-07 06:14:09','2026-01-07 06:14:09'),
(630,120,'stock_added','Added 7 units - Initial stock',7,'{\"quantity\":7,\"reason\":\"Initial stock\",\"previous_stock\":0,\"new_stock\":7,\"notes\":\"Product creation\"}','154.73.166.39','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36','2026-01-07 06:14:09','2026-01-07 06:14:09'),
(631,121,'created','Product created',7,'{\"name\":\"H-2016 M\",\"description\":\"1x39\\r\\n2x41\\r\\n2x42\\r\\n2x43\\r\\n2x44\\r\\n1x45\",\"barcode\":\"PRD438227\",\"category_id\":\"2\",\"product_type\":\"store\",\"unit\":\"pcs\",\"cost_price\":\"16500.00\",\"selling_price\":\"17500.00\",\"image\":\"products\\/1767777377_VCswH4DXnT.jpg\",\"expiry_date\":null,\"is_active\":true,\"alert_quantity\":3,\"weight\":null,\"length\":null,\"width\":null,\"height\":null,\"updated_at\":\"2026-01-07T09:16:17.000000Z\",\"created_at\":\"2026-01-07T09:16:17.000000Z\",\"id\":121}','154.73.166.39','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36','2026-01-07 06:16:17','2026-01-07 06:16:17'),
(632,121,'stock_added','Added 9 units - Initial stock',7,'{\"quantity\":9,\"reason\":\"Initial stock\",\"previous_stock\":0,\"new_stock\":9,\"notes\":\"Product creation\"}','154.73.166.39','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36','2026-01-07 06:16:17','2026-01-07 06:16:17'),
(633,122,'created','Product created',7,'{\"name\":\"HB-2026\",\"description\":\"2x39\\r\\n8x40\\r\\n10x41\\r\\n8x42\\r\\n9x43\\r\\n5x44\\r\\n3x45\",\"barcode\":\"PRD175455\",\"category_id\":\"3\",\"product_type\":\"store\",\"unit\":\"pcs\",\"cost_price\":\"16500.00\",\"selling_price\":\"17500.00\",\"image\":\"products\\/1767777903_jbMhbw4Hpy.jpg\",\"expiry_date\":null,\"is_active\":true,\"alert_quantity\":5,\"weight\":null,\"length\":null,\"width\":null,\"height\":null,\"updated_at\":\"2026-01-07T09:25:03.000000Z\",\"created_at\":\"2026-01-07T09:25:03.000000Z\",\"id\":122}','154.73.166.39','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36','2026-01-07 06:25:03','2026-01-07 06:25:03'),
(634,122,'stock_added','Added 46 units - Initial stock',7,'{\"quantity\":46,\"reason\":\"Initial stock\",\"previous_stock\":0,\"new_stock\":46,\"notes\":\"Product creation\"}','154.73.166.39','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36','2026-01-07 06:25:03','2026-01-07 06:25:03'),
(635,10,'stock_removed','Removed 44 units - Transfer from store to market',7,'{\"quantity\":44,\"reason\":\"Transfer from store to market\",\"previous_stock\":44,\"new_stock\":0,\"transfer_type\":\"store_to_market\",\"transferred_by\":7}','143.105.161.252','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36','2026-01-07 06:54:40','2026-01-07 06:54:40'),
(636,53,'stock_added','Added 44 units - Transfer from store to market',7,'{\"quantity\":44,\"reason\":\"Transfer from store to market\",\"previous_stock\":0,\"new_stock\":44,\"transfer_type\":\"store_to_market\",\"from_product_id\":10,\"transferred_by\":7}','143.105.161.252','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36','2026-01-07 06:54:40','2026-01-07 06:54:40'),
(637,53,'updated','Product updated',7,'{\"image\":{\"old\":\"products\\/1765972450_8JCutrWuv7.jpg\",\"new\":\"products\\/1767779834_ISXemwKoXr.jpg\"}}','143.105.161.252','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36','2026-01-07 06:57:14','2026-01-07 06:57:14'),
(638,29,'stock_removed','Removed 20 units - Transfer from store to market',7,'{\"quantity\":20,\"reason\":\"Transfer from store to market\",\"previous_stock\":20,\"new_stock\":0,\"transfer_type\":\"store_to_market\",\"transferred_by\":7}','143.105.161.252','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-07 07:14:29','2026-01-07 07:14:29'),
(639,87,'stock_added','Added 20 units - Transfer from store to market',7,'{\"quantity\":20,\"reason\":\"Transfer from store to market\",\"previous_stock\":13,\"new_stock\":33,\"transfer_type\":\"store_to_market\",\"from_product_id\":29,\"transferred_by\":7}','143.105.161.252','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-07 07:14:29','2026-01-07 07:14:29'),
(640,87,'stock_removed','Removed 20 units - Adjustment - Count correction',7,'{\"quantity\":20,\"reason\":\"Adjustment - Count correction\",\"previous_stock\":33,\"new_stock\":13,\"notes\":null}','143.105.161.252','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36','2026-01-07 07:20:00','2026-01-07 07:20:00'),
(641,87,'updated','Product updated',7,'{\"name\":{\"old\":\"H-2023\",\"new\":\"H-2023 Old\"}}','143.105.161.252','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36','2026-01-07 07:20:18','2026-01-07 07:20:18'),
(642,29,'stock_added','Added 20 units - Restock - New shipment',7,'{\"quantity\":20,\"reason\":\"Restock - New shipment\",\"previous_stock\":0,\"new_stock\":20,\"notes\":null}','143.105.161.252','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36','2026-01-07 07:20:55','2026-01-07 07:20:55'),
(643,29,'stock_removed','Removed 20 units - Transfer from store to market',7,'{\"quantity\":20,\"reason\":\"Transfer from store to market\",\"previous_stock\":20,\"new_stock\":0,\"transfer_type\":\"store_to_market\",\"transferred_by\":7}','143.105.161.252','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36','2026-01-07 07:21:32','2026-01-07 07:21:32'),
(644,124,'created','Product created',7,'{\"name\":\"H-2023\",\"description\":\"1x39\\r\\n1x40\\r\\n3x41\\r\\n4x42\\r\\n4x43\\r\\n4x44\\r\\n3x45\",\"barcode\":\"PRD161725-M2\",\"category_id\":2,\"product_type\":\"market\",\"unit\":\"pcs\",\"cost_price\":\"16500.00\",\"selling_price\":\"17500.00\",\"discount_price\":null,\"image\":\"products\\/1767538458_amcUsjn3dU.jpeg\",\"expiry_date\":null,\"is_active\":true,\"weight\":null,\"length\":null,\"width\":null,\"height\":null,\"updated_at\":\"2026-01-07T10:21:32.000000Z\",\"created_at\":\"2026-01-07T10:21:32.000000Z\",\"id\":124}','143.105.161.252','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36','2026-01-07 07:21:32','2026-01-07 07:21:32'),
(645,124,'stock_added','Added 20 units - Transfer from store to market',7,'{\"quantity\":20,\"reason\":\"Transfer from store to market\",\"previous_stock\":0,\"new_stock\":20,\"transfer_type\":\"store_to_market\",\"from_product_id\":29,\"transferred_by\":7}','143.105.161.252','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36','2026-01-07 07:21:32','2026-01-07 07:21:32'),
(646,108,'stock_removed','Removed 21 units - Transfer from store to market',7,'{\"quantity\":21,\"reason\":\"Transfer from store to market\",\"previous_stock\":21,\"new_stock\":0,\"transfer_type\":\"store_to_market\",\"transferred_by\":7}','143.105.161.252','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36','2026-01-07 07:25:14','2026-01-07 07:25:14'),
(647,126,'created','Product created',7,'{\"name\":\"H-2024\",\"description\":\"1x39\\r\\n1x40\\r\\n3x41\\r\\n5x42\\r\\n4x43\\r\\n7x44\",\"barcode\":\"PRD546296-M1\",\"category_id\":2,\"product_type\":\"market\",\"unit\":\"pcs\",\"cost_price\":\"16500.00\",\"selling_price\":\"17500.00\",\"discount_price\":null,\"image\":\"products\\/1767537909_fOsxb134K6.jpeg\",\"expiry_date\":null,\"is_active\":true,\"weight\":null,\"length\":null,\"width\":null,\"height\":null,\"updated_at\":\"2026-01-07T10:25:14.000000Z\",\"created_at\":\"2026-01-07T10:25:14.000000Z\",\"id\":126}','143.105.161.252','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36','2026-01-07 07:25:14','2026-01-07 07:25:14'),
(648,126,'stock_added','Added 21 units - Transfer from store to market',7,'{\"quantity\":21,\"reason\":\"Transfer from store to market\",\"previous_stock\":0,\"new_stock\":21,\"transfer_type\":\"store_to_market\",\"from_product_id\":108,\"transferred_by\":7}','143.105.161.252','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36','2026-01-07 07:25:14','2026-01-07 07:25:14'),
(649,117,'stock_removed','Removed 4 units - Transfer from store to market',7,'{\"quantity\":4,\"reason\":\"Transfer from store to market\",\"previous_stock\":4,\"new_stock\":0,\"transfer_type\":\"store_to_market\",\"transferred_by\":7}','143.105.161.252','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36','2026-01-07 07:36:41','2026-01-07 07:36:41'),
(650,128,'created','Product created',7,'{\"name\":\"H-2026 R\",\"description\":\"2x40\\r\\n1x41\\r\\n1x42\\r\\n1x43\",\"barcode\":\"PRD416979-M1\",\"category_id\":2,\"product_type\":\"market\",\"unit\":\"pcs\",\"cost_price\":\"16500.00\",\"selling_price\":\"17500.00\",\"discount_price\":null,\"image\":\"products\\/1767714395_xpMZFhGV0q.jpg\",\"expiry_date\":null,\"is_active\":true,\"weight\":null,\"length\":null,\"width\":null,\"height\":null,\"updated_at\":\"2026-01-07T10:36:41.000000Z\",\"created_at\":\"2026-01-07T10:36:41.000000Z\",\"id\":128}','143.105.161.252','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36','2026-01-07 07:36:41','2026-01-07 07:36:41'),
(651,128,'stock_added','Added 4 units - Transfer from store to market',7,'{\"quantity\":4,\"reason\":\"Transfer from store to market\",\"previous_stock\":0,\"new_stock\":4,\"transfer_type\":\"store_to_market\",\"from_product_id\":117,\"transferred_by\":7}','143.105.161.252','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36','2026-01-07 07:36:41','2026-01-07 07:36:41'),
(652,128,'stock_added','Added 1 units - Adjustment - Count correction',7,'{\"quantity\":1,\"reason\":\"Adjustment - Count correction\",\"previous_stock\":4,\"new_stock\":5,\"notes\":null}','143.105.161.252','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36','2026-01-07 07:37:17','2026-01-07 07:37:17'),
(653,118,'stock_removed','Removed 6 units - Transfer from store to market',7,'{\"quantity\":6,\"reason\":\"Transfer from store to market\",\"previous_stock\":6,\"new_stock\":0,\"transfer_type\":\"store_to_market\",\"transferred_by\":7}','143.105.161.252','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36','2026-01-07 07:38:42','2026-01-07 07:38:42'),
(654,130,'created','Product created',7,'{\"name\":\"H-2026 C\",\"description\":\"1X39\\r\\n2X40\\r\\n1X41\\r\\n1X42\\r\\n1X43\",\"barcode\":\"PRD018486-M1\",\"category_id\":2,\"product_type\":\"market\",\"unit\":\"pcs\",\"cost_price\":\"16500.00\",\"selling_price\":\"17500.00\",\"discount_price\":null,\"image\":\"products\\/1767714491_GnW2qubeSa.jpg\",\"expiry_date\":null,\"is_active\":true,\"weight\":null,\"length\":null,\"width\":null,\"height\":null,\"updated_at\":\"2026-01-07T10:38:42.000000Z\",\"created_at\":\"2026-01-07T10:38:42.000000Z\",\"id\":130}','143.105.161.252','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36','2026-01-07 07:38:42','2026-01-07 07:38:42'),
(655,130,'stock_added','Added 6 units - Transfer from store to market',7,'{\"quantity\":6,\"reason\":\"Transfer from store to market\",\"previous_stock\":0,\"new_stock\":6,\"transfer_type\":\"store_to_market\",\"from_product_id\":118,\"transferred_by\":7}','143.105.161.252','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36','2026-01-07 07:38:42','2026-01-07 07:38:42'),
(656,119,'stock_removed','Removed 4 units - Transfer from store to market',7,'{\"quantity\":4,\"reason\":\"Transfer from store to market\",\"previous_stock\":4,\"new_stock\":0,\"transfer_type\":\"store_to_market\",\"transferred_by\":7}','143.105.161.252','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36','2026-01-07 07:40:52','2026-01-07 07:40:52'),
(657,132,'created','Product created',7,'{\"name\":\"H-2022 S\",\"description\":\"1x39\\r\\n1x40\\r\\n1x43\\r\\n1x45\",\"barcode\":\"PRD643322-M1\",\"category_id\":2,\"product_type\":\"market\",\"unit\":\"pcs\",\"cost_price\":\"16500.00\",\"selling_price\":\"17500.00\",\"discount_price\":null,\"image\":\"products\\/1767777103_rVQ4AYJexd.jpg\",\"expiry_date\":null,\"is_active\":true,\"weight\":null,\"length\":null,\"width\":null,\"height\":null,\"updated_at\":\"2026-01-07T10:40:52.000000Z\",\"created_at\":\"2026-01-07T10:40:52.000000Z\",\"id\":132}','143.105.161.252','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36','2026-01-07 07:40:52','2026-01-07 07:40:52'),
(658,132,'stock_added','Added 4 units - Transfer from store to market',7,'{\"quantity\":4,\"reason\":\"Transfer from store to market\",\"previous_stock\":0,\"new_stock\":4,\"transfer_type\":\"store_to_market\",\"from_product_id\":119,\"transferred_by\":7}','143.105.161.252','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36','2026-01-07 07:40:52','2026-01-07 07:40:52'),
(659,120,'stock_removed','Removed 5 units - Transfer from store to market',7,'{\"quantity\":5,\"reason\":\"Transfer from store to market\",\"previous_stock\":7,\"new_stock\":2,\"transfer_type\":\"store_to_market\",\"transferred_by\":7}','143.105.161.252','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36','2026-01-07 07:47:23','2026-01-07 07:47:23'),
(660,134,'created','Product created',7,'{\"name\":\"H-2015 B\",\"description\":\"1x40\\r\\n1x41\\r\\n2x42\\r\\n1x43\\r\\n1x44\\r\\n1x45\",\"barcode\":\"PRD070863-M1\",\"category_id\":2,\"product_type\":\"market\",\"unit\":\"pcs\",\"cost_price\":\"16500.00\",\"selling_price\":\"17500.00\",\"discount_price\":null,\"image\":\"products\\/1767777249_aos0DajLsT.jpg\",\"expiry_date\":null,\"is_active\":true,\"weight\":null,\"length\":null,\"width\":null,\"height\":null,\"updated_at\":\"2026-01-07T10:47:23.000000Z\",\"created_at\":\"2026-01-07T10:47:23.000000Z\",\"id\":134}','143.105.161.252','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36','2026-01-07 07:47:23','2026-01-07 07:47:23'),
(661,134,'stock_added','Added 5 units - Transfer from store to market',7,'{\"quantity\":5,\"reason\":\"Transfer from store to market\",\"previous_stock\":0,\"new_stock\":5,\"transfer_type\":\"store_to_market\",\"from_product_id\":120,\"transferred_by\":7}','143.105.161.252','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36','2026-01-07 07:47:23','2026-01-07 07:47:23'),
(662,32,'stock_removed','Removed 49 units - Transfer from store to market',7,'{\"quantity\":49,\"reason\":\"Transfer from store to market\",\"previous_stock\":56,\"new_stock\":7,\"transfer_type\":\"store_to_market\",\"transferred_by\":7}','143.105.161.252','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36','2026-01-07 07:48:42','2026-01-07 07:48:42'),
(663,91,'stock_added','Added 49 units - Transfer from store to market',7,'{\"quantity\":49,\"reason\":\"Transfer from store to market\",\"previous_stock\":2,\"new_stock\":51,\"transfer_type\":\"store_to_market\",\"from_product_id\":32,\"transferred_by\":7}','143.105.161.252','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36','2026-01-07 07:48:42','2026-01-07 07:48:42'),
(664,115,'stock_removed','Removed 22 units - Transfer from store to market',7,'{\"quantity\":22,\"reason\":\"Transfer from store to market\",\"previous_stock\":22,\"new_stock\":0,\"transfer_type\":\"store_to_market\",\"transferred_by\":7}','143.105.161.252','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36','2026-01-07 08:06:59','2026-01-07 08:06:59'),
(665,136,'created','Product created',7,'{\"name\":\"H-2017\",\"description\":\"1x39\\r\\n1x40\\r\\n5x41\\r\\n5x42\\r\\n5x43\\r\\n3x44\\r\\n3x45\",\"barcode\":\"PRD747685-M1\",\"category_id\":2,\"product_type\":\"market\",\"unit\":\"pcs\",\"cost_price\":\"16500.00\",\"selling_price\":\"17499.98\",\"discount_price\":null,\"image\":\"products\\/1767713865_S5uQtWbsFy.jpg\",\"expiry_date\":null,\"is_active\":true,\"weight\":null,\"length\":null,\"width\":null,\"height\":null,\"updated_at\":\"2026-01-07T11:06:59.000000Z\",\"created_at\":\"2026-01-07T11:06:59.000000Z\",\"id\":136}','143.105.161.252','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36','2026-01-07 08:06:59','2026-01-07 08:06:59'),
(666,136,'stock_added','Added 22 units - Transfer from store to market',7,'{\"quantity\":22,\"reason\":\"Transfer from store to market\",\"previous_stock\":0,\"new_stock\":22,\"transfer_type\":\"store_to_market\",\"from_product_id\":115,\"transferred_by\":7}','143.105.161.252','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36','2026-01-07 08:06:59','2026-01-07 08:06:59'),
(667,116,'stock_removed','Removed 7 units - Transfer from store to market',7,'{\"quantity\":7,\"reason\":\"Transfer from store to market\",\"previous_stock\":7,\"new_stock\":0,\"transfer_type\":\"store_to_market\",\"transferred_by\":7}','143.105.161.252','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36','2026-01-07 08:20:56','2026-01-07 08:20:56'),
(668,138,'created','Product created',7,'{\"name\":\"H-2016 S\",\"description\":\"1x41\\r\\n2x42\\r\\n2x43\\r\\n1x44\\r\\n1x45\",\"barcode\":\"PRD764843-M1\",\"category_id\":2,\"product_type\":\"market\",\"unit\":\"pcs\",\"cost_price\":\"16500.00\",\"selling_price\":\"17500.00\",\"discount_price\":null,\"image\":\"products\\/1767714289_d3JRnslDtj.jpg\",\"expiry_date\":null,\"is_active\":true,\"weight\":null,\"length\":null,\"width\":null,\"height\":null,\"updated_at\":\"2026-01-07T11:20:56.000000Z\",\"created_at\":\"2026-01-07T11:20:56.000000Z\",\"id\":138}','143.105.161.252','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36','2026-01-07 08:20:56','2026-01-07 08:20:56'),
(669,138,'stock_added','Added 7 units - Transfer from store to market',7,'{\"quantity\":7,\"reason\":\"Transfer from store to market\",\"previous_stock\":0,\"new_stock\":7,\"transfer_type\":\"store_to_market\",\"from_product_id\":116,\"transferred_by\":7}','143.105.161.252','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36','2026-01-07 08:20:56','2026-01-07 08:20:56'),
(670,138,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":7,\"new_stock\":6,\"sale_id\":162,\"sale_number\":\"HIL-0162\"}','143.105.161.252','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36','2026-01-07 08:21:08','2026-01-07 08:21:08'),
(671,57,'stock_added','Added 1 units - Restock - New shipment',7,'{\"quantity\":1,\"reason\":\"Restock - New shipment\",\"previous_stock\":0,\"new_stock\":1,\"notes\":null}','143.105.161.252','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36','2026-01-07 08:22:59','2026-01-07 08:22:59'),
(672,57,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":1,\"new_stock\":0,\"sale_id\":163,\"sale_number\":\"HIL-0163\"}','143.105.161.252','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36','2026-01-07 08:23:22','2026-01-07 08:23:22'),
(673,57,'status_changed','Product deactivated',7,'{\"old_status\":true,\"new_status\":false}','143.105.161.252','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36','2026-01-07 08:24:26','2026-01-07 08:24:26'),
(674,107,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":12,\"new_stock\":11,\"sale_id\":164,\"sale_number\":\"HIL-0164\"}','143.105.161.252','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-07 08:43:25','2026-01-07 08:43:25'),
(675,139,'created','Product created',7,'{\"name\":\"H-2017 T\",\"description\":null,\"barcode\":\"PRD354350\",\"category_id\":\"2\",\"product_type\":\"store\",\"unit\":\"pcs\",\"cost_price\":\"16500.00\",\"selling_price\":\"17500.00\",\"image\":\"products\\/1767786469_w6OTGXLckR.jpg\",\"expiry_date\":null,\"is_active\":true,\"alert_quantity\":3,\"weight\":null,\"length\":null,\"width\":null,\"height\":null,\"updated_at\":\"2026-01-07T11:47:49.000000Z\",\"created_at\":\"2026-01-07T11:47:49.000000Z\",\"id\":139}','143.105.161.252','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-07 08:47:49','2026-01-07 08:47:49'),
(676,139,'stock_added','Added 14 units - Initial stock',7,'{\"quantity\":14,\"reason\":\"Initial stock\",\"previous_stock\":0,\"new_stock\":14,\"notes\":\"Product creation\"}','143.105.161.252','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-07 08:47:49','2026-01-07 08:47:49'),
(677,139,'stock_removed','Removed 14 units - Transfer from store to market',7,'{\"quantity\":14,\"reason\":\"Transfer from store to market\",\"previous_stock\":14,\"new_stock\":0,\"transfer_type\":\"store_to_market\",\"transferred_by\":7}','143.105.161.252','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-07 08:49:37','2026-01-07 08:49:37'),
(678,141,'created','Product created',7,'{\"name\":\"H-2017 T\",\"description\":null,\"barcode\":\"PRD354350-M1\",\"category_id\":2,\"product_type\":\"market\",\"unit\":\"pcs\",\"cost_price\":\"16500.00\",\"selling_price\":\"17500.00\",\"discount_price\":null,\"image\":\"products\\/1767786469_w6OTGXLckR.jpg\",\"expiry_date\":null,\"is_active\":true,\"weight\":null,\"length\":null,\"width\":null,\"height\":null,\"updated_at\":\"2026-01-07T11:49:37.000000Z\",\"created_at\":\"2026-01-07T11:49:37.000000Z\",\"id\":141}','143.105.161.252','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-07 08:49:37','2026-01-07 08:49:37'),
(679,141,'stock_added','Added 14 units - Transfer from store to market',7,'{\"quantity\":14,\"reason\":\"Transfer from store to market\",\"previous_stock\":0,\"new_stock\":14,\"transfer_type\":\"store_to_market\",\"from_product_id\":139,\"transferred_by\":7}','143.105.161.252','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-07 08:49:37','2026-01-07 08:49:37'),
(680,8,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":452,\"new_stock\":451,\"sale_id\":165,\"sale_number\":\"HIL-0165\"}','143.105.161.252','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-07 10:55:28','2026-01-07 10:55:28'),
(681,67,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":38,\"new_stock\":37,\"sale_id\":166,\"sale_number\":\"HIL-0166\"}','143.105.161.252','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-07 10:57:00','2026-01-07 10:57:00'),
(682,53,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":44,\"new_stock\":43,\"sale_id\":167,\"sale_number\":\"HIL-0167\"}','143.105.161.111','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-07 11:59:21','2026-01-07 11:59:21'),
(683,8,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":451,\"new_stock\":450,\"sale_id\":168,\"sale_number\":\"HIL-0168\"}','143.105.161.111','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-07 12:30:54','2026-01-07 12:30:54'),
(684,89,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":4,\"new_stock\":3,\"sale_id\":169,\"sale_number\":\"HIL-0169\"}','143.105.161.111','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-07 13:31:45','2026-01-07 13:31:45'),
(685,53,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":43,\"new_stock\":42,\"sale_id\":170,\"sale_number\":\"HIL-0170\"}','143.105.161.111','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-07 13:36:51','2026-01-07 13:36:51'),
(686,142,'created','Product created',7,'{\"name\":\"H-2016 M\",\"description\":\"1x39\\r\\n2x41\\r\\n2x42\\r\\n2x43\\r\\n2x44\\r\\n1x45\",\"barcode\":\"PRD066458\",\"category_id\":\"2\",\"product_type\":\"store\",\"unit\":\"pcs\",\"cost_price\":\"16500.00\",\"selling_price\":\"17500.00\",\"image\":\"products\\/1767859897_Nm8FY6mRPt.jpg\",\"expiry_date\":null,\"is_active\":true,\"alert_quantity\":1,\"weight\":null,\"length\":null,\"width\":null,\"height\":null,\"updated_at\":\"2026-01-08T08:11:37.000000Z\",\"created_at\":\"2026-01-08T08:11:37.000000Z\",\"id\":142}','154.73.161.120','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-08 05:11:37','2026-01-08 05:11:37'),
(687,142,'stock_added','Added 10 units - Initial stock',7,'{\"quantity\":10,\"reason\":\"Initial stock\",\"previous_stock\":0,\"new_stock\":10,\"notes\":\"Product creation\"}','154.73.161.120','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-08 05:11:37','2026-01-08 05:11:37'),
(688,142,'stock_removed','Removed 10 units - Transfer from store to market',7,'{\"quantity\":10,\"reason\":\"Transfer from store to market\",\"previous_stock\":10,\"new_stock\":0,\"transfer_type\":\"store_to_market\",\"transferred_by\":7}','154.73.161.120','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-08 05:11:56','2026-01-08 05:11:56'),
(689,144,'created','Product created',7,'{\"name\":\"H-2016 M\",\"description\":\"1x39\\r\\n2x41\\r\\n2x42\\r\\n2x43\\r\\n2x44\\r\\n1x45\",\"barcode\":\"PRD066458-M1\",\"category_id\":2,\"product_type\":\"market\",\"unit\":\"pcs\",\"cost_price\":\"16500.00\",\"selling_price\":\"17500.00\",\"discount_price\":null,\"image\":\"products\\/1767859897_Nm8FY6mRPt.jpg\",\"expiry_date\":null,\"is_active\":true,\"weight\":null,\"length\":null,\"width\":null,\"height\":null,\"updated_at\":\"2026-01-08T08:11:56.000000Z\",\"created_at\":\"2026-01-08T08:11:56.000000Z\",\"id\":144}','154.73.161.120','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-08 05:11:56','2026-01-08 05:11:56'),
(690,144,'stock_added','Added 10 units - Transfer from store to market',7,'{\"quantity\":10,\"reason\":\"Transfer from store to market\",\"previous_stock\":0,\"new_stock\":10,\"transfer_type\":\"store_to_market\",\"from_product_id\":142,\"transferred_by\":7}','154.73.161.120','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-08 05:11:56','2026-01-08 05:11:56'),
(691,87,'updated','Product updated',7,'{\"image\":{\"old\":\"products\\/1767091125_SVOd95W6lI.jpg\",\"new\":\"products\\/1767860408_Mjga8JnzRu.jpg\"}}','154.73.161.120','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-08 05:20:08','2026-01-08 05:20:08'),
(692,32,'stock_removed','Removed 7 units - Transfer from store to market',7,'{\"quantity\":7,\"reason\":\"Transfer from store to market\",\"previous_stock\":7,\"new_stock\":0,\"transfer_type\":\"store_to_market\",\"transferred_by\":7}','154.73.161.120','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-08 05:44:14','2026-01-08 05:44:14'),
(693,91,'stock_added','Added 7 units - Transfer from store to market',7,'{\"quantity\":7,\"reason\":\"Transfer from store to market\",\"previous_stock\":51,\"new_stock\":58,\"transfer_type\":\"store_to_market\",\"from_product_id\":32,\"transferred_by\":7}','154.73.161.120','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-08 05:44:14','2026-01-08 05:44:14'),
(694,91,'stock_added','Added 4 units - Restock - New shipment',7,'{\"quantity\":4,\"reason\":\"Restock - New shipment\",\"previous_stock\":58,\"new_stock\":62,\"notes\":null}','154.73.161.120','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-08 05:44:54','2026-01-08 05:44:54'),
(695,91,'updated','Product updated',7,'{\"image\":{\"old\":\"products\\/1767170196_YVFnWKtUqX.jpg\",\"new\":\"products\\/1767861929_ZIuflordtF.jpg\"}}','154.73.161.120','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-08 05:45:29','2026-01-08 05:45:29'),
(696,114,'stock_removed','Removed 16 units - Transfer from store to market',7,'{\"quantity\":16,\"reason\":\"Transfer from store to market\",\"previous_stock\":16,\"new_stock\":0,\"transfer_type\":\"store_to_market\",\"transferred_by\":7}','154.73.161.120','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-08 05:49:20','2026-01-08 05:49:20'),
(697,146,'created','Product created',7,'{\"name\":\"H-2018\",\"description\":\"3x40\\r\\n4x41\\r\\n4x42\\r\\n3x43\\r\\n2x44\",\"barcode\":\"PRD588545-M1\",\"category_id\":2,\"product_type\":\"market\",\"unit\":\"pcs\",\"cost_price\":\"16500.00\",\"selling_price\":\"17499.99\",\"discount_price\":null,\"image\":\"products\\/1767628843_Li5aPQyzMv.jpg\",\"expiry_date\":null,\"is_active\":true,\"weight\":null,\"length\":null,\"width\":null,\"height\":null,\"updated_at\":\"2026-01-08T08:49:20.000000Z\",\"created_at\":\"2026-01-08T08:49:20.000000Z\",\"id\":146}','154.73.161.120','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-08 05:49:20','2026-01-08 05:49:20'),
(698,146,'stock_added','Added 16 units - Transfer from store to market',7,'{\"quantity\":16,\"reason\":\"Transfer from store to market\",\"previous_stock\":0,\"new_stock\":16,\"transfer_type\":\"store_to_market\",\"from_product_id\":114,\"transferred_by\":7}','154.73.161.120','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-08 05:49:20','2026-01-08 05:49:20'),
(699,113,'stock_removed','Removed 15 units - Transfer from store to market',7,'{\"quantity\":15,\"reason\":\"Transfer from store to market\",\"previous_stock\":15,\"new_stock\":0,\"transfer_type\":\"store_to_market\",\"transferred_by\":7}','154.73.161.120','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-08 05:51:54','2026-01-08 05:51:54'),
(700,148,'created','Product created',7,'{\"name\":\"H-2019 S\",\"description\":\"1x39\\r\\n3x41\\r\\n2x42\\r\\n4x43\\r\\n3x44\\r\\n2x45\",\"barcode\":\"PRD924146-M1\",\"category_id\":2,\"product_type\":\"market\",\"unit\":\"pcs\",\"cost_price\":\"16500.00\",\"selling_price\":\"17499.99\",\"discount_price\":null,\"image\":\"products\\/1767628565_DDsiax8czB.jpg\",\"expiry_date\":null,\"is_active\":true,\"weight\":null,\"length\":null,\"width\":null,\"height\":null,\"updated_at\":\"2026-01-08T08:51:54.000000Z\",\"created_at\":\"2026-01-08T08:51:54.000000Z\",\"id\":148}','154.73.161.120','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-08 05:51:54','2026-01-08 05:51:54'),
(701,148,'stock_added','Added 15 units - Transfer from store to market',7,'{\"quantity\":15,\"reason\":\"Transfer from store to market\",\"previous_stock\":0,\"new_stock\":15,\"transfer_type\":\"store_to_market\",\"from_product_id\":113,\"transferred_by\":7}','154.73.161.120','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-08 05:51:54','2026-01-08 05:51:54'),
(702,112,'stock_removed','Removed 14 units - Transfer from store to market',7,'{\"quantity\":14,\"reason\":\"Transfer from store to market\",\"previous_stock\":14,\"new_stock\":0,\"transfer_type\":\"store_to_market\",\"transferred_by\":7}','154.73.161.120','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-08 05:58:35','2026-01-08 05:58:35'),
(703,150,'created','Product created',7,'{\"name\":\"H-2019\",\"description\":\"3x41\\r\\n3x42\\r\\n4x43\\r\\n2x44\\r\\n2x45\",\"barcode\":\"PRD701686-M1\",\"category_id\":2,\"product_type\":\"market\",\"unit\":\"pcs\",\"cost_price\":\"16500.00\",\"selling_price\":\"17499.99\",\"discount_price\":null,\"image\":\"products\\/1767628262_aq5YKB5j63.jpg\",\"expiry_date\":null,\"is_active\":true,\"weight\":null,\"length\":null,\"width\":null,\"height\":null,\"updated_at\":\"2026-01-08T08:58:35.000000Z\",\"created_at\":\"2026-01-08T08:58:35.000000Z\",\"id\":150}','154.73.161.120','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-08 05:58:35','2026-01-08 05:58:35'),
(704,150,'stock_added','Added 14 units - Transfer from store to market',7,'{\"quantity\":14,\"reason\":\"Transfer from store to market\",\"previous_stock\":0,\"new_stock\":14,\"transfer_type\":\"store_to_market\",\"from_product_id\":112,\"transferred_by\":7}','154.73.161.120','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-08 05:58:35','2026-01-08 05:58:35'),
(705,141,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":14,\"new_stock\":13,\"sale_id\":171,\"sale_number\":\"HIL-0171\"}','154.73.161.120','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-08 06:15:41','2026-01-08 06:15:41'),
(706,148,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":15,\"new_stock\":14,\"sale_id\":171,\"sale_number\":\"HIL-0171\"}','154.73.161.120','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-08 06:15:41','2026-01-08 06:15:41'),
(707,111,'stock_removed','Removed 23 units - Transfer from store to market',7,'{\"quantity\":23,\"reason\":\"Transfer from store to market\",\"previous_stock\":25,\"new_stock\":2,\"transfer_type\":\"store_to_market\",\"transferred_by\":7}','143.105.161.22','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-08 06:34:37','2026-01-08 06:34:37'),
(708,152,'created','Product created',7,'{\"name\":\"H-2020\",\"description\":\"1x39\\r\\n4x40\\r\\n4x41\\r\\n4x42\\r\\n4x43\\r\\n5x44\\r\\n3x45\",\"barcode\":\"PRD069090-M1\",\"category_id\":2,\"product_type\":\"market\",\"unit\":\"pcs\",\"cost_price\":\"16500.00\",\"selling_price\":\"17499.99\",\"discount_price\":null,\"image\":\"products\\/1767628114_I4DJ3RiTKX.jpg\",\"expiry_date\":null,\"is_active\":true,\"weight\":null,\"length\":null,\"width\":null,\"height\":null,\"updated_at\":\"2026-01-08T09:34:37.000000Z\",\"created_at\":\"2026-01-08T09:34:37.000000Z\",\"id\":152}','143.105.161.22','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-08 06:34:37','2026-01-08 06:34:37'),
(709,152,'stock_added','Added 23 units - Transfer from store to market',7,'{\"quantity\":23,\"reason\":\"Transfer from store to market\",\"previous_stock\":0,\"new_stock\":23,\"transfer_type\":\"store_to_market\",\"from_product_id\":111,\"transferred_by\":7}','143.105.161.22','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-08 06:34:37','2026-01-08 06:34:37'),
(710,110,'stock_removed','Removed 16 units - Transfer from store to market',7,'{\"quantity\":16,\"reason\":\"Transfer from store to market\",\"previous_stock\":18,\"new_stock\":2,\"transfer_type\":\"store_to_market\",\"transferred_by\":7}','143.105.161.22','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-08 06:35:53','2026-01-08 06:35:53'),
(711,154,'created','Product created',7,'{\"name\":\"H-2021\",\"description\":\"1x39\\r\\n1x40\\r\\n3x41\\r\\n3x42\\r\\n3x43\\r\\n3x44\\r\\n2x45\",\"barcode\":\"PRD383260-M1\",\"category_id\":2,\"product_type\":\"market\",\"unit\":\"pcs\",\"cost_price\":\"16500.00\",\"selling_price\":\"17500.00\",\"discount_price\":null,\"image\":\"products\\/1767627812_GPqZc6EaLv.jpg\",\"expiry_date\":null,\"is_active\":true,\"weight\":null,\"length\":null,\"width\":null,\"height\":null,\"updated_at\":\"2026-01-08T09:35:53.000000Z\",\"created_at\":\"2026-01-08T09:35:53.000000Z\",\"id\":154}','143.105.161.22','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-08 06:35:53','2026-01-08 06:35:53'),
(712,154,'stock_added','Added 16 units - Transfer from store to market',7,'{\"quantity\":16,\"reason\":\"Transfer from store to market\",\"previous_stock\":0,\"new_stock\":16,\"transfer_type\":\"store_to_market\",\"from_product_id\":110,\"transferred_by\":7}','143.105.161.22','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-08 06:35:53','2026-01-08 06:35:53'),
(713,109,'stock_removed','Removed 23 units - Transfer from store to market',7,'{\"quantity\":23,\"reason\":\"Transfer from store to market\",\"previous_stock\":23,\"new_stock\":0,\"transfer_type\":\"store_to_market\",\"transferred_by\":7}','143.105.161.22','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-08 06:37:09','2026-01-08 06:37:09'),
(714,156,'created','Product created',7,'{\"name\":\"H-2022\",\"description\":\"3x40\\r\\n4x41\\r\\n4x42\\r\\n4x43\\r\\n4x44\\r\\n4x45\",\"barcode\":\"PRD932088-M1\",\"category_id\":2,\"product_type\":\"market\",\"unit\":\"pcs\",\"cost_price\":\"16500.00\",\"selling_price\":\"17500.00\",\"discount_price\":null,\"image\":\"products\\/1767454958_st0M79adrK.jpg\",\"expiry_date\":null,\"is_active\":true,\"weight\":null,\"length\":null,\"width\":null,\"height\":null,\"updated_at\":\"2026-01-08T09:37:09.000000Z\",\"created_at\":\"2026-01-08T09:37:09.000000Z\",\"id\":156}','143.105.161.22','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-08 06:37:09','2026-01-08 06:37:09'),
(715,156,'stock_added','Added 23 units - Transfer from store to market',7,'{\"quantity\":23,\"reason\":\"Transfer from store to market\",\"previous_stock\":0,\"new_stock\":23,\"transfer_type\":\"store_to_market\",\"from_product_id\":109,\"transferred_by\":7}','143.105.161.22','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-08 06:37:09','2026-01-08 06:37:09'),
(716,132,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":4,\"new_stock\":3,\"sale_id\":172,\"sale_number\":\"HIL-0172\"}','143.105.161.22','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-08 06:43:27','2026-01-08 06:43:27'),
(717,122,'stock_removed','Removed 20 units - Transfer from store to market',7,'{\"quantity\":20,\"reason\":\"Transfer from store to market\",\"previous_stock\":46,\"new_stock\":26,\"transfer_type\":\"store_to_market\",\"transferred_by\":7}','143.105.161.22','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-08 06:50:38','2026-01-08 06:50:38'),
(718,158,'created','Product created',7,'{\"name\":\"HB-2026\",\"description\":\"2x39\\r\\n8x40\\r\\n10x41\\r\\n8x42\\r\\n9x43\\r\\n5x44\\r\\n3x45\",\"barcode\":\"PRD175455-M1\",\"category_id\":3,\"product_type\":\"market\",\"unit\":\"pcs\",\"cost_price\":\"16500.00\",\"selling_price\":\"17500.00\",\"discount_price\":null,\"image\":\"products\\/1767777903_jbMhbw4Hpy.jpg\",\"expiry_date\":null,\"is_active\":true,\"weight\":null,\"length\":null,\"width\":null,\"height\":null,\"updated_at\":\"2026-01-08T09:50:38.000000Z\",\"created_at\":\"2026-01-08T09:50:38.000000Z\",\"id\":158}','143.105.161.22','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-08 06:50:38','2026-01-08 06:50:38'),
(719,158,'stock_added','Added 20 units - Transfer from store to market',7,'{\"quantity\":20,\"reason\":\"Transfer from store to market\",\"previous_stock\":0,\"new_stock\":20,\"transfer_type\":\"store_to_market\",\"from_product_id\":122,\"transferred_by\":7}','143.105.161.22','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-08 06:50:38','2026-01-08 06:50:38'),
(720,134,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":5,\"new_stock\":4,\"sale_id\":173,\"sale_number\":\"HIL-0173\"}','143.105.161.22','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-08 07:19:15','2026-01-08 07:19:15'),
(721,144,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":10,\"new_stock\":9,\"sale_id\":173,\"sale_number\":\"HIL-0173\"}','143.105.161.22','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-08 07:19:15','2026-01-08 07:19:15'),
(722,146,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":16,\"new_stock\":15,\"sale_id\":173,\"sale_number\":\"HIL-0173\"}','143.105.161.22','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-08 07:19:15','2026-01-08 07:19:15'),
(723,154,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":16,\"new_stock\":15,\"sale_id\":173,\"sale_number\":\"HIL-0173\"}','143.105.161.22','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-08 07:19:15','2026-01-08 07:19:15'),
(724,120,'stock_removed','Removed 2 units - Transfer from store to market',7,'{\"quantity\":2,\"reason\":\"Transfer from store to market\",\"previous_stock\":2,\"new_stock\":0,\"transfer_type\":\"store_to_market\",\"transferred_by\":7}','143.105.161.22','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36','2026-01-08 09:09:34','2026-01-08 09:09:34'),
(725,134,'stock_added','Added 2 units - Transfer from store to market',7,'{\"quantity\":2,\"reason\":\"Transfer from store to market\",\"previous_stock\":4,\"new_stock\":6,\"transfer_type\":\"store_to_market\",\"from_product_id\":120,\"transferred_by\":7}','143.105.161.22','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36','2026-01-08 09:09:34','2026-01-08 09:09:34'),
(726,121,'deleted','Product deleted',7,'{\"id\":121,\"name\":\"H-2016 M\",\"description\":\"1x39\\r\\n2x41\\r\\n2x42\\r\\n2x43\\r\\n2x44\\r\\n1x45\",\"barcode\":\"PRD438227\",\"category_id\":2,\"product_type\":\"store\",\"unit\":\"pcs\",\"alert_quantity\":3,\"cost_price\":\"16500.00\",\"selling_price\":\"17500.00\",\"discount_price\":null,\"image\":\"products\\/1767777377_VCswH4DXnT.jpg\",\"expiry_date\":null,\"is_active\":true,\"weight\":null,\"length\":null,\"width\":null,\"height\":null,\"created_at\":\"2026-01-07T09:16:17.000000Z\",\"updated_at\":\"2026-01-07T09:16:17.000000Z\",\"deleted_at\":null,\"category\":{\"id\":2,\"name\":\"Sandale\",\"description\":null,\"image\":null,\"is_active\":true,\"created_at\":\"2025-12-15T12:49:34.000000Z\",\"updated_at\":\"2025-12-15T12:49:34.000000Z\"},\"inventory\":{\"id\":121,\"product_id\":121,\"current_stock\":9,\"reserved_stock\":0,\"available_stock\":9,\"last_stock_update\":\"2026-01-07T09:16:17.000000Z\",\"last_updated_by\":7,\"created_at\":\"2026-01-07T09:16:17.000000Z\",\"updated_at\":\"2026-01-07T09:16:17.000000Z\"},\"history\":[{\"id\":632,\"product_id\":121,\"action\":\"stock_added\",\"description\":\"Added 9 units - Initial stock\",\"user_id\":7,\"data\":{\"quantity\":9,\"reason\":\"Initial stock\",\"previous_stock\":0,\"new_stock\":9,\"notes\":\"Product creation\"},\"ip_address\":\"154.73.166.39\",\"user_agent\":\"Mozilla\\/5.0 (X11; Linux x86_64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/142.0.0.0 Safari\\/537.36\",\"created_at\":\"2026-01-07T09:16:17.000000Z\",\"updated_at\":\"2026-01-07T09:16:17.000000Z\",\"user\":{\"id\":7,\"name\":\"Ayoub Oumar\",\"email\":\"ayoub.oumar919@gmail.com\",\"user_type\":\"admin\",\"is_active\":true,\"preferred_language\":\"en\",\"email_verified_at\":\"2025-12-18T06:27:21.000000Z\",\"two_factor_confirmed_at\":null,\"current_team_id\":null,\"profile_photo_path\":null,\"created_at\":\"2025-12-18T06:27:21.000000Z\",\"updated_at\":\"2026-01-05T11:04:03.000000Z\",\"profile_photo_url\":\"https:\\/\\/ui-avatars.com\\/api\\/?name=A+O&color=7F9CF5&background=EBF4FF\"}},{\"id\":631,\"product_id\":121,\"action\":\"created\",\"description\":\"Product created\",\"user_id\":7,\"data\":{\"name\":\"H-2016 M\",\"description\":\"1x39\\r\\n2x41\\r\\n2x42\\r\\n2x43\\r\\n2x44\\r\\n1x45\",\"barcode\":\"PRD438227\",\"category_id\":\"2\",\"product_type\":\"store\",\"unit\":\"pcs\",\"cost_price\":\"16500.00\",\"selling_price\":\"17500.00\",\"image\":\"products\\/1767777377_VCswH4DXnT.jpg\",\"expiry_date\":null,\"is_active\":true,\"alert_quantity\":3,\"weight\":null,\"length\":null,\"width\":null,\"height\":null,\"updated_at\":\"2026-01-07T09:16:17.000000Z\",\"created_at\":\"2026-01-07T09:16:17.000000Z\",\"id\":121},\"ip_address\":\"154.73.166.39\",\"user_agent\":\"Mozilla\\/5.0 (X11; Linux x86_64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/142.0.0.0 Safari\\/537.36\",\"created_at\":\"2026-01-07T09:16:17.000000Z\",\"updated_at\":\"2026-01-07T09:16:17.000000Z\",\"user\":{\"id\":7,\"name\":\"Ayoub Oumar\",\"email\":\"ayoub.oumar919@gmail.com\",\"user_type\":\"admin\",\"is_active\":true,\"preferred_language\":\"en\",\"email_verified_at\":\"2025-12-18T06:27:21.000000Z\",\"two_factor_confirmed_at\":null,\"current_team_id\":null,\"profile_photo_path\":null,\"created_at\":\"2025-12-18T06:27:21.000000Z\",\"updated_at\":\"2026-01-05T11:04:03.000000Z\",\"profile_photo_url\":\"https:\\/\\/ui-avatars.com\\/api\\/?name=A+O&color=7F9CF5&background=EBF4FF\"}}]}','143.105.161.22','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36','2026-01-08 09:11:09','2026-01-08 09:11:09'),
(727,159,'created','Product created',7,'{\"name\":\"HB-2026 S\",\"description\":null,\"barcode\":\"PRD785302\",\"category_id\":\"3\",\"product_type\":\"store\",\"unit\":\"pcs\",\"cost_price\":\"16500.00\",\"selling_price\":\"17500.00\",\"image\":\"products\\/1767876497_De3ttCRMlB.jpg\",\"expiry_date\":null,\"is_active\":true,\"alert_quantity\":3,\"weight\":null,\"length\":null,\"width\":null,\"height\":null,\"updated_at\":\"2026-01-08T12:48:17.000000Z\",\"created_at\":\"2026-01-08T12:48:17.000000Z\",\"id\":159}','143.105.161.22','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-08 09:48:18','2026-01-08 09:48:18'),
(728,159,'stock_added','Added 20 units - Initial stock',7,'{\"quantity\":20,\"reason\":\"Initial stock\",\"previous_stock\":0,\"new_stock\":20,\"notes\":\"Product creation\"}','143.105.161.22','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-08 09:48:18','2026-01-08 09:48:18'),
(729,160,'created','Product created',7,'{\"name\":\"HB-2026 T\",\"description\":null,\"barcode\":\"PRD031390\",\"category_id\":\"3\",\"product_type\":\"store\",\"unit\":\"pcs\",\"cost_price\":\"16500.00\",\"selling_price\":\"17500.00\",\"image\":\"products\\/1767876623_eX1rpQOyur.jpg\",\"expiry_date\":null,\"is_active\":true,\"alert_quantity\":3,\"weight\":null,\"length\":null,\"width\":null,\"height\":null,\"updated_at\":\"2026-01-08T12:50:23.000000Z\",\"created_at\":\"2026-01-08T12:50:23.000000Z\",\"id\":160}','143.105.161.22','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-08 09:50:23','2026-01-08 09:50:23'),
(730,160,'stock_added','Added 10 units - Initial stock',7,'{\"quantity\":10,\"reason\":\"Initial stock\",\"previous_stock\":0,\"new_stock\":10,\"notes\":\"Product creation\"}','143.105.161.22','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-08 09:50:23','2026-01-08 09:50:23'),
(731,159,'stock_removed','Removed 20 units - Transfer from store to market',7,'{\"quantity\":20,\"reason\":\"Transfer from store to market\",\"previous_stock\":20,\"new_stock\":0,\"transfer_type\":\"store_to_market\",\"transferred_by\":7}','143.105.161.22','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-08 09:55:26','2026-01-08 09:55:26'),
(732,162,'created','Product created',7,'{\"name\":\"HB-2026 S\",\"description\":null,\"barcode\":\"PRD785302-M1\",\"category_id\":3,\"product_type\":\"market\",\"unit\":\"pcs\",\"cost_price\":\"16500.00\",\"selling_price\":\"17500.00\",\"discount_price\":null,\"image\":\"products\\/1767876497_De3ttCRMlB.jpg\",\"expiry_date\":null,\"is_active\":true,\"weight\":null,\"length\":null,\"width\":null,\"height\":null,\"updated_at\":\"2026-01-08T12:55:26.000000Z\",\"created_at\":\"2026-01-08T12:55:26.000000Z\",\"id\":162}','143.105.161.22','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-08 09:55:26','2026-01-08 09:55:26'),
(733,162,'stock_added','Added 20 units - Transfer from store to market',7,'{\"quantity\":20,\"reason\":\"Transfer from store to market\",\"previous_stock\":0,\"new_stock\":20,\"transfer_type\":\"store_to_market\",\"from_product_id\":159,\"transferred_by\":7}','143.105.161.22','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-08 09:55:26','2026-01-08 09:55:26'),
(734,158,'stock_removed','Removed 6 units - Adjustment - Count correction',7,'{\"quantity\":6,\"reason\":\"Adjustment - Count correction\",\"previous_stock\":20,\"new_stock\":14,\"notes\":null}','143.105.161.22','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36','2026-01-08 09:59:00','2026-01-08 09:59:00'),
(735,122,'stock_removed','Removed 26 units - Adjustment - Count correction',7,'{\"quantity\":26,\"reason\":\"Adjustment - Count correction\",\"previous_stock\":26,\"new_stock\":0,\"notes\":null}','143.105.161.22','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36','2026-01-08 10:00:15','2026-01-08 10:00:15'),
(736,160,'stock_removed','Removed 3 units - Adjustment - Count correction',7,'{\"quantity\":3,\"reason\":\"Adjustment - Count correction\",\"previous_stock\":10,\"new_stock\":7,\"notes\":null}','143.105.161.22','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36','2026-01-08 10:01:24','2026-01-08 10:01:24'),
(737,160,'stock_removed','Removed 7 units - Transfer from store to market',7,'{\"quantity\":7,\"reason\":\"Transfer from store to market\",\"previous_stock\":7,\"new_stock\":0,\"transfer_type\":\"store_to_market\",\"transferred_by\":7}','143.105.161.22','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36','2026-01-08 10:01:50','2026-01-08 10:01:50'),
(738,164,'created','Product created',7,'{\"name\":\"HB-2026 T\",\"description\":null,\"barcode\":\"PRD031390-M1\",\"category_id\":3,\"product_type\":\"market\",\"unit\":\"pcs\",\"cost_price\":\"16500.00\",\"selling_price\":\"17500.00\",\"discount_price\":null,\"image\":\"products\\/1767876623_eX1rpQOyur.jpg\",\"expiry_date\":null,\"is_active\":true,\"weight\":null,\"length\":null,\"width\":null,\"height\":null,\"updated_at\":\"2026-01-08T13:01:50.000000Z\",\"created_at\":\"2026-01-08T13:01:50.000000Z\",\"id\":164}','143.105.161.22','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36','2026-01-08 10:01:50','2026-01-08 10:01:50'),
(739,164,'stock_added','Added 7 units - Transfer from store to market',7,'{\"quantity\":7,\"reason\":\"Transfer from store to market\",\"previous_stock\":0,\"new_stock\":7,\"transfer_type\":\"store_to_market\",\"from_product_id\":160,\"transferred_by\":7}','143.105.161.22','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36','2026-01-08 10:01:50','2026-01-08 10:01:50'),
(740,132,'stock_removed','Removed 2 units - Sale',7,'{\"quantity\":2,\"reason\":\"Sale\",\"previous_stock\":3,\"new_stock\":1,\"sale_id\":174,\"sale_number\":\"HIL-0174\"}','143.105.161.22','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36','2026-01-08 10:13:25','2026-01-08 10:13:25'),
(741,91,'stock_removed','Removed 22 units - Adjustment - Count correction',7,'{\"quantity\":22,\"reason\":\"Adjustment - Count correction\",\"previous_stock\":62,\"new_stock\":40,\"notes\":null}','143.105.161.22','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36','2026-01-08 11:18:42','2026-01-08 11:18:42'),
(742,165,'created','Product created',7,'{\"name\":\"H-2025 S\",\"description\":null,\"barcode\":\"PRD484989\",\"category_id\":\"2\",\"product_type\":\"store\",\"unit\":\"pcs\",\"cost_price\":\"16500.00\",\"selling_price\":\"17500.00\",\"image\":\"products\\/1767882074_FdFQdFCzC4.jpg\",\"expiry_date\":null,\"is_active\":true,\"alert_quantity\":1,\"weight\":null,\"length\":null,\"width\":null,\"height\":null,\"updated_at\":\"2026-01-08T14:21:14.000000Z\",\"created_at\":\"2026-01-08T14:21:14.000000Z\",\"id\":165}','143.105.161.22','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-08 11:21:14','2026-01-08 11:21:14'),
(743,165,'stock_added','Added 8 units - Initial stock',7,'{\"quantity\":8,\"reason\":\"Initial stock\",\"previous_stock\":0,\"new_stock\":8,\"notes\":\"Product creation\"}','143.105.161.22','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-08 11:21:14','2026-01-08 11:21:14'),
(744,165,'stock_removed','Removed 8 units - Transfer from store to market',7,'{\"quantity\":8,\"reason\":\"Transfer from store to market\",\"previous_stock\":8,\"new_stock\":0,\"transfer_type\":\"store_to_market\",\"transferred_by\":7}','143.105.161.22','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36','2026-01-08 11:21:44','2026-01-08 11:21:44'),
(745,167,'created','Product created',7,'{\"name\":\"H-2025 S\",\"description\":null,\"barcode\":\"PRD484989-M1\",\"category_id\":2,\"product_type\":\"market\",\"unit\":\"pcs\",\"cost_price\":\"16500.00\",\"selling_price\":\"17500.00\",\"discount_price\":null,\"image\":\"products\\/1767882074_FdFQdFCzC4.jpg\",\"expiry_date\":null,\"is_active\":true,\"weight\":null,\"length\":null,\"width\":null,\"height\":null,\"updated_at\":\"2026-01-08T14:21:44.000000Z\",\"created_at\":\"2026-01-08T14:21:44.000000Z\",\"id\":167}','143.105.161.22','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36','2026-01-08 11:21:44','2026-01-08 11:21:44'),
(746,167,'stock_added','Added 8 units - Transfer from store to market',7,'{\"quantity\":8,\"reason\":\"Transfer from store to market\",\"previous_stock\":0,\"new_stock\":8,\"transfer_type\":\"store_to_market\",\"from_product_id\":165,\"transferred_by\":7}','143.105.161.22','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36','2026-01-08 11:21:44','2026-01-08 11:21:44'),
(747,168,'created','Product created',7,'{\"name\":\"H-2025 CH\",\"description\":null,\"barcode\":\"PRD722929\",\"category_id\":\"2\",\"product_type\":\"store\",\"unit\":\"pcs\",\"cost_price\":\"16500.00\",\"selling_price\":\"17500.00\",\"image\":\"products\\/1767882195_2AjyoHNlwg.jpg\",\"expiry_date\":null,\"is_active\":true,\"alert_quantity\":1,\"weight\":null,\"length\":null,\"width\":null,\"height\":null,\"updated_at\":\"2026-01-08T14:23:15.000000Z\",\"created_at\":\"2026-01-08T14:23:15.000000Z\",\"id\":168}','143.105.161.22','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-08 11:23:15','2026-01-08 11:23:15'),
(748,168,'stock_added','Added 11 units - Initial stock',7,'{\"quantity\":11,\"reason\":\"Initial stock\",\"previous_stock\":0,\"new_stock\":11,\"notes\":\"Product creation\"}','143.105.161.22','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-08 11:23:15','2026-01-08 11:23:15'),
(749,168,'stock_removed','Removed 11 units - Transfer from store to market',7,'{\"quantity\":11,\"reason\":\"Transfer from store to market\",\"previous_stock\":11,\"new_stock\":0,\"transfer_type\":\"store_to_market\",\"transferred_by\":7}','143.105.161.22','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36','2026-01-08 11:23:42','2026-01-08 11:23:42'),
(750,170,'created','Product created',7,'{\"name\":\"H-2025 CH\",\"description\":null,\"barcode\":\"PRD722929-M1\",\"category_id\":2,\"product_type\":\"market\",\"unit\":\"pcs\",\"cost_price\":\"16500.00\",\"selling_price\":\"17500.00\",\"discount_price\":null,\"image\":\"products\\/1767882195_2AjyoHNlwg.jpg\",\"expiry_date\":null,\"is_active\":true,\"weight\":null,\"length\":null,\"width\":null,\"height\":null,\"updated_at\":\"2026-01-08T14:23:42.000000Z\",\"created_at\":\"2026-01-08T14:23:42.000000Z\",\"id\":170}','143.105.161.22','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36','2026-01-08 11:23:42','2026-01-08 11:23:42'),
(751,170,'stock_added','Added 11 units - Transfer from store to market',7,'{\"quantity\":11,\"reason\":\"Transfer from store to market\",\"previous_stock\":0,\"new_stock\":11,\"transfer_type\":\"store_to_market\",\"from_product_id\":168,\"transferred_by\":7}','143.105.161.22','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36','2026-01-08 11:23:42','2026-01-08 11:23:42'),
(752,51,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":16,\"new_stock\":15,\"sale_id\":175,\"sale_number\":\"HIL-0175\"}','143.105.161.22','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36','2026-01-08 12:08:57','2026-01-08 12:08:57'),
(753,132,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":1,\"new_stock\":0,\"sale_id\":175,\"sale_number\":\"HIL-0175\"}','143.105.161.22','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36','2026-01-08 12:08:57','2026-01-08 12:08:57'),
(754,67,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":37,\"new_stock\":36,\"sale_id\":175,\"sale_number\":\"HIL-0175\"}','143.105.161.22','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36','2026-01-08 12:08:57','2026-01-08 12:08:57'),
(755,171,'created','Product created',7,'{\"name\":\"Duray S\",\"description\":null,\"barcode\":\"PRD210262\",\"category_id\":\"5\",\"product_type\":\"store\",\"unit\":\"pcs\",\"cost_price\":\"16500.00\",\"selling_price\":\"17500.00\",\"image\":\"products\\/1767948741_XMpABVrSDH.jpg\",\"expiry_date\":null,\"is_active\":true,\"alert_quantity\":5,\"weight\":null,\"length\":null,\"width\":null,\"height\":null,\"updated_at\":\"2026-01-09T08:52:21.000000Z\",\"created_at\":\"2026-01-09T08:52:21.000000Z\",\"id\":171}','154.73.163.55','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-09 05:52:22','2026-01-09 05:52:22'),
(756,171,'stock_added','Added 93 units - Initial stock',7,'{\"quantity\":93,\"reason\":\"Initial stock\",\"previous_stock\":0,\"new_stock\":93,\"notes\":\"Product creation\"}','154.73.163.55','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-09 05:52:22','2026-01-09 05:52:22'),
(757,171,'price_changed','Product pricing updated',7,'{\"old_prices\":{\"cost_price\":\"16500.00\",\"selling_price\":\"17500.00\",\"discount_price\":null},\"new_prices\":{\"cost_price\":\"5000.00\",\"selling_price\":\"6500.00\",\"discount_price\":null}}','154.73.163.55','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-09 05:52:59','2026-01-09 05:52:59'),
(758,171,'updated','Product updated',7,'{\"cost_price\":{\"old\":\"16500.00\",\"new\":\"5000\"},\"selling_price\":{\"old\":\"17500.00\",\"new\":\"6500\"}}','154.73.163.55','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-09 05:52:59','2026-01-09 05:52:59'),
(759,171,'stock_removed','Removed 93 units - Transfer from store to market',7,'{\"quantity\":93,\"reason\":\"Transfer from store to market\",\"previous_stock\":93,\"new_stock\":0,\"transfer_type\":\"store_to_market\",\"transferred_by\":7}','154.73.163.55','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-09 05:53:18','2026-01-09 05:53:18'),
(760,173,'created','Product created',7,'{\"name\":\"Duray S\",\"description\":null,\"barcode\":\"PRD210262-M1\",\"category_id\":5,\"product_type\":\"market\",\"unit\":\"pcs\",\"cost_price\":\"5000.00\",\"selling_price\":\"6500.00\",\"discount_price\":null,\"image\":\"products\\/1767948741_XMpABVrSDH.jpg\",\"expiry_date\":null,\"is_active\":true,\"weight\":null,\"length\":null,\"width\":null,\"height\":null,\"updated_at\":\"2026-01-09T08:53:18.000000Z\",\"created_at\":\"2026-01-09T08:53:18.000000Z\",\"id\":173}','154.73.163.55','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-09 05:53:18','2026-01-09 05:53:18'),
(761,173,'stock_added','Added 93 units - Transfer from store to market',7,'{\"quantity\":93,\"reason\":\"Transfer from store to market\",\"previous_stock\":0,\"new_stock\":93,\"transfer_type\":\"store_to_market\",\"from_product_id\":171,\"transferred_by\":7}','154.73.163.55','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-09 05:53:18','2026-01-09 05:53:18'),
(762,173,'stock_removed','Removed 33 units - Sale',7,'{\"quantity\":33,\"reason\":\"Sale\",\"previous_stock\":93,\"new_stock\":60,\"sale_id\":176,\"sale_number\":\"HIL-0176\"}','154.73.163.55','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-09 05:56:14','2026-01-09 05:56:14'),
(763,173,'stock_added','Added 33 units - Sale cancelled/refunded',7,'{\"quantity\":33,\"reason\":\"Error\",\"previous_stock\":60,\"new_stock\":93,\"sale_id\":176,\"sale_number\":\"HIL-0176\"}','154.73.163.55','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-09 05:56:46','2026-01-09 05:56:46'),
(764,173,'stock_removed','Removed 33 units - Sale',7,'{\"quantity\":33,\"reason\":\"Sale\",\"previous_stock\":93,\"new_stock\":60,\"sale_id\":177,\"sale_number\":\"HIL-0177\"}','154.73.163.55','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-09 05:57:31','2026-01-09 05:57:31'),
(765,53,'stock_removed','Removed 10 units - Sale',7,'{\"quantity\":10,\"reason\":\"Sale\",\"previous_stock\":42,\"new_stock\":32,\"sale_id\":178,\"sale_number\":\"HIL-0178\"}','154.73.163.55','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-09 08:08:23','2026-01-09 08:08:23'),
(766,91,'stock_removed','Removed 10 units - Sale',7,'{\"quantity\":10,\"reason\":\"Sale\",\"previous_stock\":40,\"new_stock\":30,\"sale_id\":178,\"sale_number\":\"HIL-0178\"}','154.73.163.55','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-09 08:08:23','2026-01-09 08:08:23'),
(767,141,'stock_removed','Removed 10 units - Sale',7,'{\"quantity\":10,\"reason\":\"Sale\",\"previous_stock\":13,\"new_stock\":3,\"sale_id\":178,\"sale_number\":\"HIL-0178\"}','154.73.163.55','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-09 08:08:23','2026-01-09 08:08:23'),
(768,148,'stock_removed','Removed 10 units - Sale',7,'{\"quantity\":10,\"reason\":\"Sale\",\"previous_stock\":14,\"new_stock\":4,\"sale_id\":178,\"sale_number\":\"HIL-0178\"}','154.73.163.55','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-09 08:08:23','2026-01-09 08:08:23'),
(769,156,'stock_removed','Removed 10 units - Sale',7,'{\"quantity\":10,\"reason\":\"Sale\",\"previous_stock\":23,\"new_stock\":13,\"sale_id\":178,\"sale_number\":\"HIL-0178\"}','154.73.163.55','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-09 08:08:23','2026-01-09 08:08:23'),
(770,170,'stock_removed','Removed 10 units - Sale',7,'{\"quantity\":10,\"reason\":\"Sale\",\"previous_stock\":11,\"new_stock\":1,\"sale_id\":178,\"sale_number\":\"HIL-0178\"}','154.73.163.55','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-09 08:08:23','2026-01-09 08:08:23'),
(771,148,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":4,\"new_stock\":3,\"sale_id\":179,\"sale_number\":\"HIL-0179\"}','143.105.161.207','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-09 09:13:03','2026-01-09 09:13:03'),
(772,156,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":13,\"new_stock\":12,\"sale_id\":179,\"sale_number\":\"HIL-0179\"}','143.105.161.207','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-09 09:13:03','2026-01-09 09:13:03'),
(773,8,'stock_removed','Removed 2 units - Sale',7,'{\"quantity\":2,\"reason\":\"Sale\",\"previous_stock\":450,\"new_stock\":448,\"sale_id\":180,\"sale_number\":\"HIL-0180\"}','143.105.161.207','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36','2026-01-09 09:20:01','2026-01-09 09:20:01'),
(774,167,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":8,\"new_stock\":7,\"sale_id\":181,\"sale_number\":\"HIL-0181\"}','143.105.161.207','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-09 11:16:41','2026-01-09 11:16:41'),
(775,107,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":11,\"new_stock\":10,\"sale_id\":182,\"sale_number\":\"HIL-0182\"}','143.105.161.207','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36','2026-01-09 12:25:08','2026-01-09 12:25:08'),
(776,156,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":12,\"new_stock\":11,\"sale_id\":183,\"sale_number\":\"HIL-0183\"}','143.105.161.207','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36','2026-01-09 12:34:59','2026-01-09 12:34:59'),
(777,81,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":15,\"new_stock\":14,\"sale_id\":184,\"sale_number\":\"HIL-0184\"}','143.105.161.207','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-09 12:53:53','2026-01-09 12:53:53'),
(778,83,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":9,\"new_stock\":8,\"sale_id\":184,\"sale_number\":\"HIL-0184\"}','143.105.161.207','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-09 12:53:53','2026-01-09 12:53:53'),
(779,136,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":22,\"new_stock\":21,\"sale_id\":184,\"sale_number\":\"HIL-0184\"}','143.105.161.207','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-09 12:53:53','2026-01-09 12:53:53'),
(780,59,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":2,\"new_stock\":1,\"sale_id\":185,\"sale_number\":\"HIL-0185\"}','143.105.161.207','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36','2026-01-09 12:55:07','2026-01-09 12:55:07'),
(781,7,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":106,\"new_stock\":105,\"sale_id\":186,\"sale_number\":\"HIL-0186\"}','143.105.161.81','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36','2026-01-10 07:05:27','2026-01-10 07:05:27'),
(782,130,'stock_added','Added 5 units - Restock - New shipment',7,'{\"quantity\":5,\"reason\":\"Restock - New shipment\",\"previous_stock\":6,\"new_stock\":11,\"notes\":null}','143.105.161.81','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36','2026-01-10 07:14:17','2026-01-10 07:14:17'),
(783,132,'stock_added','Added 3 units - Restock - New shipment',7,'{\"quantity\":3,\"reason\":\"Restock - New shipment\",\"previous_stock\":0,\"new_stock\":3,\"notes\":null}','143.105.161.81','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36','2026-01-10 07:16:03','2026-01-10 07:16:03'),
(784,132,'updated','Product updated',7,'{\"description\":{\"old\":\"1x39\\r\\n1x40\\r\\n1x43\\r\\n1x45\",\"new\":\"1x40\\r\\n1x41\\r\\n1x42\"}}','143.105.161.81','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36','2026-01-10 07:16:38','2026-01-10 07:16:38'),
(785,148,'updated','Product updated',7,'{\"description\":{\"old\":\"1x39\\r\\n3x41\\r\\n2x42\\r\\n4x43\\r\\n3x44\\r\\n2x45\",\"new\":\"1x44\\r\\n1x45\"}}','143.105.161.81','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36','2026-01-10 07:17:28','2026-01-10 07:17:28'),
(786,51,'stock_added','Added 5 units - Restock - New shipment',7,'{\"quantity\":5,\"reason\":\"Restock - New shipment\",\"previous_stock\":15,\"new_stock\":20,\"notes\":null}','143.105.161.81','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36','2026-01-10 07:19:34','2026-01-10 07:19:34'),
(787,107,'stock_added','Added 4 units - Restock - New shipment',7,'{\"quantity\":4,\"reason\":\"Restock - New shipment\",\"previous_stock\":10,\"new_stock\":14,\"notes\":null}','143.105.161.81','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36','2026-01-10 07:21:12','2026-01-10 07:21:12'),
(788,49,'stock_added','Added 4 units - Restock - New shipment',7,'{\"quantity\":4,\"reason\":\"Restock - New shipment\",\"previous_stock\":17,\"new_stock\":21,\"notes\":null}','143.105.161.81','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36','2026-01-10 07:24:35','2026-01-10 07:24:35'),
(789,136,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":21,\"new_stock\":20,\"sale_id\":187,\"sale_number\":\"HIL-0187\"}','143.105.161.81','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-10 07:25:55','2026-01-10 07:25:55'),
(790,89,'stock_added','Added 5 units - Restock - New shipment',7,'{\"quantity\":5,\"reason\":\"Restock - New shipment\",\"previous_stock\":3,\"new_stock\":8,\"notes\":null}','143.105.161.81','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36','2026-01-10 07:29:18','2026-01-10 07:29:18'),
(791,51,'stock_added','Added 1 units - Restock - New shipment',7,'{\"quantity\":1,\"reason\":\"Restock - New shipment\",\"previous_stock\":20,\"new_stock\":21,\"notes\":null}','143.105.161.81','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36','2026-01-10 07:30:28','2026-01-10 07:30:28'),
(792,97,'stock_added','Added 2 units - Restock - New shipment',7,'{\"quantity\":2,\"reason\":\"Restock - New shipment\",\"previous_stock\":3,\"new_stock\":5,\"notes\":null}','143.105.161.81','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36','2026-01-10 07:32:03','2026-01-10 07:32:03'),
(793,87,'stock_added','Added 4 units - Restock - New shipment',7,'{\"quantity\":4,\"reason\":\"Restock - New shipment\",\"previous_stock\":13,\"new_stock\":17,\"notes\":null}','143.105.161.81','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36','2026-01-10 07:34:57','2026-01-10 07:34:57'),
(794,73,'stock_added','Added 6 units - Restock - New shipment',7,'{\"quantity\":6,\"reason\":\"Restock - New shipment\",\"previous_stock\":6,\"new_stock\":12,\"notes\":null}','143.105.161.81','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36','2026-01-10 07:41:41','2026-01-10 07:41:41'),
(795,73,'stock_added','Added 2 units - Restock - New shipment',7,'{\"quantity\":2,\"reason\":\"Restock - New shipment\",\"previous_stock\":12,\"new_stock\":14,\"notes\":null}','143.105.161.81','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36','2026-01-10 07:42:57','2026-01-10 07:42:57'),
(796,75,'stock_added','Added 5 units - Restock - New shipment',7,'{\"quantity\":5,\"reason\":\"Restock - New shipment\",\"previous_stock\":9,\"new_stock\":14,\"notes\":null}','143.105.161.81','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36','2026-01-10 07:43:44','2026-01-10 07:43:44'),
(797,69,'stock_added','Added 4 units - Restock - New shipment',7,'{\"quantity\":4,\"reason\":\"Restock - New shipment\",\"previous_stock\":13,\"new_stock\":17,\"notes\":null}','143.105.161.81','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36','2026-01-10 07:45:42','2026-01-10 07:45:42'),
(798,75,'stock_added','Added 1 units - Restock - New shipment',7,'{\"quantity\":1,\"reason\":\"Restock - New shipment\",\"previous_stock\":14,\"new_stock\":15,\"notes\":null}','143.105.161.81','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36','2026-01-10 07:46:29','2026-01-10 07:46:29'),
(799,77,'stock_added','Added 1 units - Restock - New shipment',7,'{\"quantity\":1,\"reason\":\"Restock - New shipment\",\"previous_stock\":14,\"new_stock\":15,\"notes\":null}','143.105.161.81','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36','2026-01-10 07:47:06','2026-01-10 07:47:06'),
(800,67,'stock_added','Added 2 units - Restock - New shipment',7,'{\"quantity\":2,\"reason\":\"Restock - New shipment\",\"previous_stock\":36,\"new_stock\":38,\"notes\":null}','143.105.161.81','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36','2026-01-10 07:47:35','2026-01-10 07:47:35'),
(801,51,'stock_removed','Removed 2 units - Sale',7,'{\"quantity\":2,\"reason\":\"Sale\",\"previous_stock\":21,\"new_stock\":19,\"sale_id\":188,\"sale_number\":\"HIL-0188\"}','154.73.161.167','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-10 08:42:53','2026-01-10 08:42:53'),
(802,136,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":20,\"new_stock\":19,\"sale_id\":189,\"sale_number\":\"HIL-0189\"}','143.105.161.81','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-10 10:10:49','2026-01-10 10:10:49'),
(803,59,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":1,\"new_stock\":0,\"sale_id\":190,\"sale_number\":\"HIL-0190\"}','143.105.161.81','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-10 10:23:26','2026-01-10 10:23:26'),
(804,8,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":448,\"new_stock\":447,\"sale_id\":191,\"sale_number\":\"HIL-0191\"}','143.105.161.81','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-10 10:23:45','2026-01-10 10:23:45'),
(805,53,'stock_removed','Removed 2 units - Sale',7,'{\"quantity\":2,\"reason\":\"Sale\",\"previous_stock\":32,\"new_stock\":30,\"sale_id\":192,\"sale_number\":\"HIL-0192\"}','143.105.161.81','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-10 10:28:03','2026-01-10 10:28:03'),
(806,89,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":8,\"new_stock\":7,\"sale_id\":192,\"sale_number\":\"HIL-0192\"}','143.105.161.81','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-10 10:28:03','2026-01-10 10:28:03'),
(807,124,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":20,\"new_stock\":19,\"sale_id\":192,\"sale_number\":\"HIL-0192\"}','143.105.161.81','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-10 10:28:03','2026-01-10 10:28:03'),
(808,152,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":23,\"new_stock\":22,\"sale_id\":192,\"sale_number\":\"HIL-0192\"}','143.105.161.81','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-10 10:28:03','2026-01-10 10:28:03'),
(809,167,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":7,\"new_stock\":6,\"sale_id\":192,\"sale_number\":\"HIL-0192\"}','143.105.161.81','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-10 10:28:04','2026-01-10 10:28:04'),
(810,53,'stock_added','Added 2 units - Sale cancelled/refunded',7,'{\"quantity\":2,\"reason\":\"Error\",\"previous_stock\":30,\"new_stock\":32,\"sale_id\":192,\"sale_number\":\"HIL-0192\"}','143.105.161.81','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-10 10:28:22','2026-01-10 10:28:22'),
(811,89,'stock_added','Added 1 units - Sale cancelled/refunded',7,'{\"quantity\":1,\"reason\":\"Error\",\"previous_stock\":7,\"new_stock\":8,\"sale_id\":192,\"sale_number\":\"HIL-0192\"}','143.105.161.81','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-10 10:28:22','2026-01-10 10:28:22'),
(812,124,'stock_added','Added 1 units - Sale cancelled/refunded',7,'{\"quantity\":1,\"reason\":\"Error\",\"previous_stock\":19,\"new_stock\":20,\"sale_id\":192,\"sale_number\":\"HIL-0192\"}','143.105.161.81','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-10 10:28:22','2026-01-10 10:28:22'),
(813,152,'stock_added','Added 1 units - Sale cancelled/refunded',7,'{\"quantity\":1,\"reason\":\"Error\",\"previous_stock\":22,\"new_stock\":23,\"sale_id\":192,\"sale_number\":\"HIL-0192\"}','143.105.161.81','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-10 10:28:22','2026-01-10 10:28:22'),
(814,167,'stock_added','Added 1 units - Sale cancelled/refunded',7,'{\"quantity\":1,\"reason\":\"Error\",\"previous_stock\":6,\"new_stock\":7,\"sale_id\":192,\"sale_number\":\"HIL-0192\"}','143.105.161.81','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-10 10:28:22','2026-01-10 10:28:22'),
(815,53,'stock_removed','Removed 2 units - Sale',7,'{\"quantity\":2,\"reason\":\"Sale\",\"previous_stock\":32,\"new_stock\":30,\"sale_id\":193,\"sale_number\":\"HIL-0193\"}','143.105.161.81','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-10 10:29:40','2026-01-10 10:29:40'),
(816,89,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":8,\"new_stock\":7,\"sale_id\":193,\"sale_number\":\"HIL-0193\"}','143.105.161.81','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-10 10:29:40','2026-01-10 10:29:40'),
(817,124,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":20,\"new_stock\":19,\"sale_id\":193,\"sale_number\":\"HIL-0193\"}','143.105.161.81','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-10 10:29:40','2026-01-10 10:29:40'),
(818,152,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":23,\"new_stock\":22,\"sale_id\":193,\"sale_number\":\"HIL-0193\"}','143.105.161.81','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-10 10:29:40','2026-01-10 10:29:40'),
(819,167,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":7,\"new_stock\":6,\"sale_id\":193,\"sale_number\":\"HIL-0193\"}','143.105.161.81','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-10 10:29:40','2026-01-10 10:29:40'),
(820,97,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":5,\"new_stock\":4,\"sale_id\":194,\"sale_number\":\"HIL-0194\"}','143.105.161.81','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-10 10:47:25','2026-01-10 10:47:25'),
(821,79,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":13,\"new_stock\":12,\"sale_id\":195,\"sale_number\":\"HIL-0195\"}','143.105.161.81','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-10 10:57:20','2026-01-10 10:57:20'),
(822,8,'stock_removed','Removed 2 units - Sale',7,'{\"quantity\":2,\"reason\":\"Sale\",\"previous_stock\":447,\"new_stock\":445,\"sale_id\":196,\"sale_number\":\"HIL-0196\"}','143.105.161.81','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-10 12:37:21','2026-01-10 12:37:21'),
(823,77,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":15,\"new_stock\":14,\"sale_id\":197,\"sale_number\":\"HIL-0197\"}','143.105.161.81','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-10 12:37:51','2026-01-10 12:37:51'),
(824,79,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":12,\"new_stock\":11,\"sale_id\":197,\"sale_number\":\"HIL-0197\"}','143.105.161.81','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-10 12:37:51','2026-01-10 12:37:51'),
(825,49,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":21,\"new_stock\":20,\"sale_id\":198,\"sale_number\":\"HIL-0198\"}','143.105.161.81','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-10 12:43:55','2026-01-10 12:43:55'),
(826,173,'stock_removed','Removed 10 units - Sale',7,'{\"quantity\":10,\"reason\":\"Sale\",\"previous_stock\":60,\"new_stock\":50,\"sale_id\":199,\"sale_number\":\"HIL-0199\"}','143.105.161.81','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-10 13:19:44','2026-01-10 13:19:44'),
(827,51,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":19,\"new_stock\":18,\"sale_id\":200,\"sale_number\":\"HIL-0200\"}','143.105.161.81','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-10 13:40:27','2026-01-10 13:40:27'),
(828,120,'updated','Product updated',4,'{\"description\":{\"old\":\"1x40\\r\\n1x41\\r\\n2x42\\r\\n1x43\\r\\n1x44\\r\\n1x45\",\"new\":\"2x40    2x41    2x42   2x43    1x44\"}}','95.70.229.3','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36','2026-01-11 10:06:03','2026-01-11 10:06:03'),
(829,3,'updated','Product updated',4,'{\"name\":{\"old\":\"Hilali-3\",\"new\":\"Hilal-3B\"}}','95.70.229.3','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36','2026-01-11 10:09:46','2026-01-11 10:09:46'),
(830,3,'stock_added','Added 6 units - Restock - New shipment',4,'{\"quantity\":6,\"reason\":\"Restock - New shipment\",\"previous_stock\":0,\"new_stock\":6,\"notes\":null}','95.70.229.3','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36','2026-01-11 10:11:57','2026-01-11 10:11:57'),
(831,120,'stock_added','Added 9 units - Restock - New shipment',4,'{\"quantity\":9,\"reason\":\"Restock - New shipment\",\"previous_stock\":0,\"new_stock\":9,\"notes\":null}','95.70.229.3','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36','2026-01-11 10:13:49','2026-01-11 10:13:49'),
(832,174,'created','Product created',4,'{\"name\":\"HB-2027S\",\"description\":\"2X40   2X41    2X42   2X43    1X44   1X45\",\"barcode\":\"PRD212562\",\"category_id\":\"3\",\"product_type\":\"store\",\"unit\":\"pcs\",\"cost_price\":\"17500.00\",\"selling_price\":\"20000.00\",\"image\":\"products\\/1768137523_uEQVzzJY2r.jpeg\",\"expiry_date\":null,\"is_active\":true,\"alert_quantity\":1,\"weight\":null,\"length\":null,\"width\":null,\"height\":null,\"updated_at\":\"2026-01-11T13:18:43.000000Z\",\"created_at\":\"2026-01-11T13:18:43.000000Z\",\"id\":174}','95.70.229.3','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36','2026-01-11 10:18:43','2026-01-11 10:18:43'),
(833,174,'stock_added','Added 10 units - Initial stock',4,'{\"quantity\":10,\"reason\":\"Initial stock\",\"previous_stock\":0,\"new_stock\":10,\"notes\":\"Product creation\"}','95.70.229.3','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36','2026-01-11 10:18:43','2026-01-11 10:18:43'),
(834,175,'created','Product created',4,'{\"name\":\"HS-2010\",\"description\":\"2X40    4X41    5X42    5X43    4X44   3X45\",\"barcode\":\"PRD976818\",\"category_id\":\"2\",\"product_type\":\"store\",\"unit\":\"pcs\",\"cost_price\":\"16500.00\",\"selling_price\":\"17500.00\",\"image\":\"products\\/1768137801_6SaSN1WXMX.jpeg\",\"expiry_date\":null,\"is_active\":true,\"alert_quantity\":1,\"weight\":null,\"length\":null,\"width\":null,\"height\":null,\"updated_at\":\"2026-01-11T13:23:21.000000Z\",\"created_at\":\"2026-01-11T13:23:21.000000Z\",\"id\":175}','95.70.229.3','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36','2026-01-11 10:23:21','2026-01-11 10:23:21'),
(835,175,'stock_added','Added 23 units - Initial stock',4,'{\"quantity\":23,\"reason\":\"Initial stock\",\"previous_stock\":0,\"new_stock\":23,\"notes\":\"Product creation\"}','95.70.229.3','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36','2026-01-11 10:23:21','2026-01-11 10:23:21'),
(836,30,'updated','Product updated',4,'{\"name\":{\"old\":\"Hilali-23\",\"new\":\"H-2025SB\"}}','95.70.229.3','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36','2026-01-11 10:26:05','2026-01-11 10:26:05'),
(837,30,'stock_added','Added 29 units - Restock - New shipment',4,'{\"quantity\":29,\"reason\":\"Restock - New shipment\",\"previous_stock\":0,\"new_stock\":29,\"notes\":null}','95.70.229.3','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36','2026-01-11 10:27:24','2026-01-11 10:27:24'),
(838,176,'created','Product created',4,'{\"name\":\"HS-2010SB\",\"description\":\"1X39\\r\\n1X40\\r\\n3X41\\r\\n5X42\\r\\n4X43\\r\\n5X44\\r\\n3X45\\r\\n2X46\",\"barcode\":\"PRD767863\",\"category_id\":\"2\",\"product_type\":\"store\",\"unit\":\"pcs\",\"cost_price\":\"16500.00\",\"selling_price\":\"17500.00\",\"image\":\"products\\/1768138263_t3lTcRLw8j.jpeg\",\"expiry_date\":null,\"is_active\":true,\"alert_quantity\":1,\"weight\":null,\"length\":null,\"width\":null,\"height\":null,\"updated_at\":\"2026-01-11T13:31:03.000000Z\",\"created_at\":\"2026-01-11T13:31:03.000000Z\",\"id\":176}','95.70.229.3','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36','2026-01-11 10:31:04','2026-01-11 10:31:04'),
(839,176,'stock_added','Added 24 units - Initial stock',4,'{\"quantity\":24,\"reason\":\"Initial stock\",\"previous_stock\":0,\"new_stock\":24,\"notes\":\"Product creation\"}','95.70.229.3','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36','2026-01-11 10:31:04','2026-01-11 10:31:04'),
(840,32,'updated','Product updated',4,'{\"description\":{\"old\":\"2x39\\r\\n4x40\\r\\n10x41\\r\\n6x42\\r\\n10x43\\r\\n7x44\\r\\n5x45\",\"new\":null},\"image\":{\"old\":\"products\\/1767170196_YVFnWKtUqX.jpg\",\"new\":\"products\\/1768138559_8a3j4BdUTT.jpeg\"}}','95.70.229.3','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36','2026-01-11 10:35:59','2026-01-11 10:35:59'),
(841,12,'updated','Product updated',4,'{\"name\":{\"old\":\"Hilali-7\",\"new\":\"HS-2011S\"}}','95.70.229.3','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36','2026-01-11 10:38:52','2026-01-11 10:38:52'),
(842,12,'stock_added','Added 23 units - Restock - New shipment',4,'{\"quantity\":23,\"reason\":\"Restock - New shipment\",\"previous_stock\":0,\"new_stock\":23,\"notes\":null}','95.70.229.3','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36','2026-01-11 10:39:33','2026-01-11 10:39:33'),
(843,177,'created','Product created',4,'{\"name\":\"HS-2011S2\",\"description\":\"1X39  3X40  3X41   4X42   4X43   4X44   2X45  1X46\",\"barcode\":\"PRD913398\",\"category_id\":\"2\",\"product_type\":\"store\",\"unit\":\"pcs\",\"cost_price\":\"16500.00\",\"selling_price\":\"17500.00\",\"image\":\"products\\/1768138953_CvKnKbH0XS.jpeg\",\"expiry_date\":null,\"is_active\":true,\"alert_quantity\":1,\"weight\":null,\"length\":null,\"width\":null,\"height\":null,\"updated_at\":\"2026-01-11T13:42:33.000000Z\",\"created_at\":\"2026-01-11T13:42:33.000000Z\",\"id\":177}','95.70.229.3','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36','2026-01-11 10:42:33','2026-01-11 10:42:33'),
(844,177,'stock_added','Added 22 units - Initial stock',4,'{\"quantity\":22,\"reason\":\"Initial stock\",\"previous_stock\":0,\"new_stock\":22,\"notes\":\"Product creation\"}','95.70.229.3','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36','2026-01-11 10:42:33','2026-01-11 10:42:33'),
(845,178,'created','Product created',4,'{\"name\":\"HS-3000S\",\"description\":\"1X39 2X40 4X41 5X42 5X43 5X44 3X45\",\"barcode\":\"PRD596043\",\"category_id\":\"2\",\"product_type\":\"store\",\"unit\":\"pcs\",\"cost_price\":\"16500.00\",\"selling_price\":\"17500.00\",\"image\":\"products\\/1768139251_eeWgcDbaJw.jpeg\",\"expiry_date\":null,\"is_active\":true,\"alert_quantity\":5,\"weight\":null,\"length\":null,\"width\":null,\"height\":null,\"updated_at\":\"2026-01-11T13:47:31.000000Z\",\"created_at\":\"2026-01-11T13:47:31.000000Z\",\"id\":178}','95.70.229.3','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36','2026-01-11 10:47:31','2026-01-11 10:47:31'),
(846,178,'stock_added','Added 25 units - Initial stock',4,'{\"quantity\":25,\"reason\":\"Initial stock\",\"previous_stock\":0,\"new_stock\":25,\"notes\":\"Product creation\"}','95.70.229.3','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36','2026-01-11 10:47:31','2026-01-11 10:47:31'),
(847,178,'stock_removed','Removed 25 units - Transfer from store to market',7,'{\"quantity\":25,\"reason\":\"Transfer from store to market\",\"previous_stock\":25,\"new_stock\":0,\"transfer_type\":\"store_to_market\",\"transferred_by\":7}','154.73.161.251','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-12 05:14:04','2026-01-12 05:14:04'),
(848,180,'created','Product created',7,'{\"name\":\"HS-3000S\",\"description\":\"1X39 2X40 4X41 5X42 5X43 5X44 3X45\",\"barcode\":\"PRD596043-M1\",\"category_id\":2,\"product_type\":\"market\",\"unit\":\"pcs\",\"cost_price\":\"16500.00\",\"selling_price\":\"17500.00\",\"discount_price\":null,\"image\":\"products\\/1768139251_eeWgcDbaJw.jpeg\",\"expiry_date\":null,\"is_active\":true,\"weight\":null,\"length\":null,\"width\":null,\"height\":null,\"updated_at\":\"2026-01-12T08:14:04.000000Z\",\"created_at\":\"2026-01-12T08:14:04.000000Z\",\"id\":180}','154.73.161.251','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-12 05:14:04','2026-01-12 05:14:04'),
(849,180,'stock_added','Added 25 units - Transfer from store to market',7,'{\"quantity\":25,\"reason\":\"Transfer from store to market\",\"previous_stock\":0,\"new_stock\":25,\"transfer_type\":\"store_to_market\",\"from_product_id\":178,\"transferred_by\":7}','154.73.161.251','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-12 05:14:04','2026-01-12 05:14:04'),
(850,176,'stock_removed','Removed 24 units - Transfer from store to market',7,'{\"quantity\":24,\"reason\":\"Transfer from store to market\",\"previous_stock\":24,\"new_stock\":0,\"transfer_type\":\"store_to_market\",\"transferred_by\":7}','154.73.161.251','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-12 05:16:26','2026-01-12 05:16:26'),
(851,182,'created','Product created',7,'{\"name\":\"HS-2010SB\",\"description\":\"1X39\\r\\n1X40\\r\\n3X41\\r\\n5X42\\r\\n4X43\\r\\n5X44\\r\\n3X45\\r\\n2X46\",\"barcode\":\"PRD767863-M1\",\"category_id\":2,\"product_type\":\"market\",\"unit\":\"pcs\",\"cost_price\":\"16500.00\",\"selling_price\":\"17500.00\",\"discount_price\":null,\"image\":\"products\\/1768138263_t3lTcRLw8j.jpeg\",\"expiry_date\":null,\"is_active\":true,\"weight\":null,\"length\":null,\"width\":null,\"height\":null,\"updated_at\":\"2026-01-12T08:16:27.000000Z\",\"created_at\":\"2026-01-12T08:16:27.000000Z\",\"id\":182}','154.73.161.251','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-12 05:16:27','2026-01-12 05:16:27'),
(852,182,'stock_added','Added 24 units - Transfer from store to market',7,'{\"quantity\":24,\"reason\":\"Transfer from store to market\",\"previous_stock\":0,\"new_stock\":24,\"transfer_type\":\"store_to_market\",\"from_product_id\":176,\"transferred_by\":7}','154.73.161.251','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-12 05:16:27','2026-01-12 05:16:27'),
(853,12,'stock_removed','Removed 23 units - Transfer from store to market',7,'{\"quantity\":23,\"reason\":\"Transfer from store to market\",\"previous_stock\":23,\"new_stock\":0,\"transfer_type\":\"store_to_market\",\"transferred_by\":7}','154.73.161.251','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-12 05:30:15','2026-01-12 05:30:15'),
(854,184,'created','Product created',7,'{\"name\":\"HS-2011S\",\"description\":\"1X39 3X40 3X41 5X42 4X43 4X44 3X45\",\"barcode\":\"PRD616621-M2\",\"category_id\":2,\"product_type\":\"market\",\"unit\":\"pcs\",\"cost_price\":\"16500.00\",\"selling_price\":\"17500.00\",\"discount_price\":null,\"image\":\"products\\/1766045575_Pq26yBepdt.jpg\",\"expiry_date\":null,\"is_active\":true,\"weight\":null,\"length\":null,\"width\":null,\"height\":null,\"updated_at\":\"2026-01-12T08:30:15.000000Z\",\"created_at\":\"2026-01-12T08:30:15.000000Z\",\"id\":184}','154.73.161.251','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-12 05:30:15','2026-01-12 05:30:15'),
(855,184,'stock_added','Added 23 units - Transfer from store to market',7,'{\"quantity\":23,\"reason\":\"Transfer from store to market\",\"previous_stock\":0,\"new_stock\":23,\"transfer_type\":\"store_to_market\",\"from_product_id\":12,\"transferred_by\":7}','154.73.161.251','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-12 05:30:15','2026-01-12 05:30:15'),
(856,177,'stock_removed','Removed 22 units - Transfer from store to market',7,'{\"quantity\":22,\"reason\":\"Transfer from store to market\",\"previous_stock\":22,\"new_stock\":0,\"transfer_type\":\"store_to_market\",\"transferred_by\":7}','154.73.161.251','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-12 05:31:18','2026-01-12 05:31:18'),
(857,186,'created','Product created',7,'{\"name\":\"HS-2011S2\",\"description\":\"1X39  3X40  3X41   4X42   4X43   4X44   2X45  1X46\",\"barcode\":\"PRD913398-M1\",\"category_id\":2,\"product_type\":\"market\",\"unit\":\"pcs\",\"cost_price\":\"16500.00\",\"selling_price\":\"17500.00\",\"discount_price\":null,\"image\":\"products\\/1768138953_CvKnKbH0XS.jpeg\",\"expiry_date\":null,\"is_active\":true,\"weight\":null,\"length\":null,\"width\":null,\"height\":null,\"updated_at\":\"2026-01-12T08:31:18.000000Z\",\"created_at\":\"2026-01-12T08:31:18.000000Z\",\"id\":186}','154.73.161.251','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-12 05:31:18','2026-01-12 05:31:18'),
(858,186,'stock_added','Added 22 units - Transfer from store to market',7,'{\"quantity\":22,\"reason\":\"Transfer from store to market\",\"previous_stock\":0,\"new_stock\":22,\"transfer_type\":\"store_to_market\",\"from_product_id\":177,\"transferred_by\":7}','154.73.161.251','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-12 05:31:18','2026-01-12 05:31:18'),
(859,120,'stock_removed','Removed 9 units - Transfer from store to market',7,'{\"quantity\":9,\"reason\":\"Transfer from store to market\",\"previous_stock\":9,\"new_stock\":0,\"transfer_type\":\"store_to_market\",\"transferred_by\":7}','154.73.161.251','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-12 05:33:55','2026-01-12 05:33:55'),
(860,134,'stock_added','Added 9 units - Transfer from store to market',7,'{\"quantity\":9,\"reason\":\"Transfer from store to market\",\"previous_stock\":6,\"new_stock\":15,\"transfer_type\":\"store_to_market\",\"from_product_id\":120,\"transferred_by\":7}','154.73.161.251','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-12 05:33:55','2026-01-12 05:33:55'),
(861,3,'stock_removed','Removed 6 units - Transfer from store to market',7,'{\"quantity\":6,\"reason\":\"Transfer from store to market\",\"previous_stock\":6,\"new_stock\":0,\"transfer_type\":\"store_to_market\",\"transferred_by\":7}','154.73.161.251','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-12 05:34:34','2026-01-12 05:34:34'),
(862,188,'created','Product created',7,'{\"name\":\"Hilal-3B\",\"description\":\"1X40   2X41    1X42    2X43\",\"barcode\":\"PRD853875-M2\",\"category_id\":2,\"product_type\":\"market\",\"unit\":\"pcs\",\"cost_price\":\"16500.00\",\"selling_price\":\"17500.00\",\"discount_price\":null,\"image\":\"products\\/1765811562_kUSbJezsFK.jpg\",\"expiry_date\":null,\"is_active\":true,\"weight\":null,\"length\":null,\"width\":null,\"height\":null,\"updated_at\":\"2026-01-12T08:34:34.000000Z\",\"created_at\":\"2026-01-12T08:34:34.000000Z\",\"id\":188}','154.73.161.251','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-12 05:34:34','2026-01-12 05:34:34'),
(863,188,'stock_added','Added 6 units - Transfer from store to market',7,'{\"quantity\":6,\"reason\":\"Transfer from store to market\",\"previous_stock\":0,\"new_stock\":6,\"transfer_type\":\"store_to_market\",\"from_product_id\":3,\"transferred_by\":7}','154.73.161.251','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-12 05:34:34','2026-01-12 05:34:34'),
(864,174,'stock_removed','Removed 10 units - Transfer from store to market',7,'{\"quantity\":10,\"reason\":\"Transfer from store to market\",\"previous_stock\":10,\"new_stock\":0,\"transfer_type\":\"store_to_market\",\"transferred_by\":7}','154.73.161.251','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-12 05:36:13','2026-01-12 05:36:13'),
(865,190,'created','Product created',7,'{\"name\":\"HB-2027S\",\"description\":\"2X40   2X41    2X42   2X43    1X44   1X45\",\"barcode\":\"PRD212562-M1\",\"category_id\":3,\"product_type\":\"market\",\"unit\":\"pcs\",\"cost_price\":\"17500.00\",\"selling_price\":\"20000.00\",\"discount_price\":null,\"image\":\"products\\/1768137523_uEQVzzJY2r.jpeg\",\"expiry_date\":null,\"is_active\":true,\"weight\":null,\"length\":null,\"width\":null,\"height\":null,\"updated_at\":\"2026-01-12T08:36:13.000000Z\",\"created_at\":\"2026-01-12T08:36:13.000000Z\",\"id\":190}','154.73.161.251','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-12 05:36:13','2026-01-12 05:36:13'),
(866,190,'stock_added','Added 10 units - Transfer from store to market',7,'{\"quantity\":10,\"reason\":\"Transfer from store to market\",\"previous_stock\":0,\"new_stock\":10,\"transfer_type\":\"store_to_market\",\"from_product_id\":174,\"transferred_by\":7}','154.73.161.251','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-12 05:36:13','2026-01-12 05:36:13'),
(867,175,'stock_removed','Removed 23 units - Transfer from store to market',7,'{\"quantity\":23,\"reason\":\"Transfer from store to market\",\"previous_stock\":23,\"new_stock\":0,\"transfer_type\":\"store_to_market\",\"transferred_by\":7}','154.73.161.251','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-12 05:40:37','2026-01-12 05:40:37'),
(868,192,'created','Product created',7,'{\"name\":\"HS-2010\",\"description\":\"2X40    4X41    5X42    5X43    4X44   3X45\",\"barcode\":\"PRD976818-M1\",\"category_id\":2,\"product_type\":\"market\",\"unit\":\"pcs\",\"cost_price\":\"16500.00\",\"selling_price\":\"17500.00\",\"discount_price\":null,\"image\":\"products\\/1768137801_6SaSN1WXMX.jpeg\",\"expiry_date\":null,\"is_active\":true,\"weight\":null,\"length\":null,\"width\":null,\"height\":null,\"updated_at\":\"2026-01-12T08:40:37.000000Z\",\"created_at\":\"2026-01-12T08:40:37.000000Z\",\"id\":192}','154.73.161.251','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-12 05:40:37','2026-01-12 05:40:37'),
(869,192,'stock_added','Added 23 units - Transfer from store to market',7,'{\"quantity\":23,\"reason\":\"Transfer from store to market\",\"previous_stock\":0,\"new_stock\":23,\"transfer_type\":\"store_to_market\",\"from_product_id\":175,\"transferred_by\":7}','154.73.161.251','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-12 05:40:37','2026-01-12 05:40:37'),
(870,134,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":15,\"new_stock\":14,\"sale_id\":201,\"sale_number\":\"HIL-0201\"}','143.105.161.12','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-12 06:35:23','2026-01-12 06:35:23'),
(871,136,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":19,\"new_stock\":18,\"sale_id\":201,\"sale_number\":\"HIL-0201\"}','143.105.161.12','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-12 06:35:23','2026-01-12 06:35:23'),
(872,51,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":18,\"new_stock\":17,\"sale_id\":202,\"sale_number\":\"HIL-0202\"}','143.105.161.12','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-12 07:29:32','2026-01-12 07:29:32'),
(873,95,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":4,\"new_stock\":3,\"sale_id\":202,\"sale_number\":\"HIL-0202\"}','143.105.161.12','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-12 07:29:32','2026-01-12 07:29:32'),
(874,107,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":14,\"new_stock\":13,\"sale_id\":202,\"sale_number\":\"HIL-0202\"}','143.105.161.12','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-12 07:29:32','2026-01-12 07:29:32'),
(875,188,'deleted','Product deleted',7,'{\"id\":188,\"name\":\"Hilal-3B\",\"description\":\"1X40   2X41    1X42    2X43\",\"barcode\":\"PRD853875-M2\",\"category_id\":2,\"product_type\":\"market\",\"unit\":\"pcs\",\"alert_quantity\":1,\"cost_price\":\"16500.00\",\"selling_price\":\"17500.00\",\"discount_price\":null,\"image\":\"products\\/1765811562_kUSbJezsFK.jpg\",\"expiry_date\":null,\"is_active\":true,\"weight\":null,\"length\":null,\"width\":null,\"height\":null,\"created_at\":\"2026-01-12T08:34:34.000000Z\",\"updated_at\":\"2026-01-12T08:34:34.000000Z\",\"deleted_at\":null,\"category\":{\"id\":2,\"name\":\"Sandale\",\"description\":null,\"image\":null,\"is_active\":true,\"created_at\":\"2025-12-15T12:49:34.000000Z\",\"updated_at\":\"2025-12-15T12:49:34.000000Z\"},\"inventory\":{\"id\":187,\"product_id\":188,\"current_stock\":6,\"reserved_stock\":0,\"available_stock\":6,\"last_stock_update\":\"2026-01-12T08:34:34.000000Z\",\"last_updated_by\":7,\"created_at\":\"2026-01-12T08:34:34.000000Z\",\"updated_at\":\"2026-01-12T08:34:34.000000Z\"},\"history\":[{\"id\":863,\"product_id\":188,\"action\":\"stock_added\",\"description\":\"Added 6 units - Transfer from store to market\",\"user_id\":7,\"data\":{\"quantity\":6,\"reason\":\"Transfer from store to market\",\"previous_stock\":0,\"new_stock\":6,\"transfer_type\":\"store_to_market\",\"from_product_id\":3,\"transferred_by\":7},\"ip_address\":\"154.73.161.251\",\"user_agent\":\"Mozilla\\/5.0 (Linux; Android 10; K) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/143.0.0.0 Mobile Safari\\/537.36\",\"created_at\":\"2026-01-12T08:34:34.000000Z\",\"updated_at\":\"2026-01-12T08:34:34.000000Z\",\"user\":{\"id\":7,\"name\":\"Ayoub Oumar\",\"email\":\"ayoub.oumar919@gmail.com\",\"user_type\":\"admin\",\"is_active\":true,\"preferred_language\":\"en\",\"email_verified_at\":\"2025-12-18T06:27:21.000000Z\",\"two_factor_confirmed_at\":null,\"current_team_id\":null,\"profile_photo_path\":null,\"created_at\":\"2025-12-18T06:27:21.000000Z\",\"updated_at\":\"2026-01-05T11:04:03.000000Z\",\"profile_photo_url\":\"https:\\/\\/ui-avatars.com\\/api\\/?name=A+O&color=7F9CF5&background=EBF4FF\"}},{\"id\":862,\"product_id\":188,\"action\":\"created\",\"description\":\"Product created\",\"user_id\":7,\"data\":{\"name\":\"Hilal-3B\",\"description\":\"1X40   2X41    1X42    2X43\",\"barcode\":\"PRD853875-M2\",\"category_id\":2,\"product_type\":\"market\",\"unit\":\"pcs\",\"cost_price\":\"16500.00\",\"selling_price\":\"17500.00\",\"discount_price\":null,\"image\":\"products\\/1765811562_kUSbJezsFK.jpg\",\"expiry_date\":null,\"is_active\":true,\"weight\":null,\"length\":null,\"width\":null,\"height\":null,\"updated_at\":\"2026-01-12T08:34:34.000000Z\",\"created_at\":\"2026-01-12T08:34:34.000000Z\",\"id\":188},\"ip_address\":\"154.73.161.251\",\"user_agent\":\"Mozilla\\/5.0 (Linux; Android 10; K) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/143.0.0.0 Mobile Safari\\/537.36\",\"created_at\":\"2026-01-12T08:34:34.000000Z\",\"updated_at\":\"2026-01-12T08:34:34.000000Z\",\"user\":{\"id\":7,\"name\":\"Ayoub Oumar\",\"email\":\"ayoub.oumar919@gmail.com\",\"user_type\":\"admin\",\"is_active\":true,\"preferred_language\":\"en\",\"email_verified_at\":\"2025-12-18T06:27:21.000000Z\",\"two_factor_confirmed_at\":null,\"current_team_id\":null,\"profile_photo_path\":null,\"created_at\":\"2025-12-18T06:27:21.000000Z\",\"updated_at\":\"2026-01-05T11:04:03.000000Z\",\"profile_photo_url\":\"https:\\/\\/ui-avatars.com\\/api\\/?name=A+O&color=7F9CF5&background=EBF4FF\"}}]}','143.105.161.12','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36','2026-01-12 07:38:03','2026-01-12 07:38:03'),
(876,49,'updated','Product updated',7,'{\"name\":{\"old\":\"Hilali-3\",\"new\":\"Hilal-3B\"}}','143.105.161.12','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36','2026-01-12 07:40:13','2026-01-12 07:40:13'),
(877,3,'stock_added','Added 6 units - Restock - New shipment',7,'{\"quantity\":6,\"reason\":\"Restock - New shipment\",\"previous_stock\":0,\"new_stock\":6,\"notes\":null}','143.105.161.12','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36','2026-01-12 07:42:19','2026-01-12 07:42:19'),
(878,3,'stock_removed','Removed 6 units - Transfer from store to market',7,'{\"quantity\":6,\"reason\":\"Transfer from store to market\",\"previous_stock\":6,\"new_stock\":0,\"transfer_type\":\"store_to_market\",\"transferred_by\":7}','143.105.161.12','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36','2026-01-12 07:42:47','2026-01-12 07:42:47'),
(879,49,'stock_added','Added 6 units - Transfer from store to market',7,'{\"quantity\":6,\"reason\":\"Transfer from store to market\",\"previous_stock\":20,\"new_stock\":26,\"transfer_type\":\"store_to_market\",\"from_product_id\":3,\"transferred_by\":7}','143.105.161.12','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36','2026-01-12 07:42:47','2026-01-12 07:42:47'),
(880,158,'stock_removed','Removed 2 units - Sale',7,'{\"quantity\":2,\"reason\":\"Sale\",\"previous_stock\":14,\"new_stock\":12,\"sale_id\":203,\"sale_number\":\"HIL-0203\"}','143.105.161.12','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-12 09:47:45','2026-01-12 09:47:45'),
(881,152,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":22,\"new_stock\":21,\"sale_id\":204,\"sale_number\":\"HIL-0204\"}','143.105.161.12','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-12 10:40:33','2026-01-12 10:40:33'),
(882,192,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":23,\"new_stock\":22,\"sale_id\":205,\"sale_number\":\"HIL-0205\"}','143.105.161.12','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-12 10:41:24','2026-01-12 10:41:24'),
(883,128,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":5,\"new_stock\":4,\"sale_id\":206,\"sale_number\":\"HIL-0206\"}','143.105.161.12','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-12 11:24:57','2026-01-12 11:24:57'),
(884,173,'stock_removed','Removed 12 units - Sale',7,'{\"quantity\":12,\"reason\":\"Sale\",\"previous_stock\":50,\"new_stock\":38,\"sale_id\":207,\"sale_number\":\"HIL-0207\"}','143.105.161.12','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-12 11:25:43','2026-01-12 11:25:43'),
(885,8,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":445,\"new_stock\":444,\"sale_id\":208,\"sale_number\":\"HIL-0208\"}','143.105.161.12','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-12 12:15:19','2026-01-12 12:15:19'),
(886,182,'stock_removed','Removed 2 units - Sale',7,'{\"quantity\":2,\"reason\":\"Sale\",\"previous_stock\":24,\"new_stock\":22,\"sale_id\":209,\"sale_number\":\"HIL-0209\"}','143.105.161.12','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-12 12:16:44','2026-01-12 12:16:44'),
(887,184,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":23,\"new_stock\":22,\"sale_id\":209,\"sale_number\":\"HIL-0209\"}','143.105.161.12','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-12 12:16:44','2026-01-12 12:16:44'),
(888,186,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":22,\"new_stock\":21,\"sale_id\":209,\"sale_number\":\"HIL-0209\"}','143.105.161.12','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-12 12:16:44','2026-01-12 12:16:44'),
(889,184,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":22,\"new_stock\":21,\"sale_id\":210,\"sale_number\":\"HIL-0210\"}','143.105.161.12','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-12 12:19:11','2026-01-12 12:19:11'),
(890,154,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":15,\"new_stock\":14,\"sale_id\":211,\"sale_number\":\"HIL-0211\"}','143.105.161.12','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-12 12:51:05','2026-01-12 12:51:05'),
(891,136,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":18,\"new_stock\":17,\"sale_id\":212,\"sale_number\":\"HIL-0212\"}','143.105.161.12','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-12 12:52:26','2026-01-12 12:52:26'),
(892,136,'stock_added','Added 1 units - Sale cancelled/refunded',7,'{\"quantity\":1,\"reason\":\"Error\",\"previous_stock\":17,\"new_stock\":18,\"sale_id\":212,\"sale_number\":\"HIL-0212\"}','143.105.161.12','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-12 12:52:50','2026-01-12 12:52:50'),
(893,136,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":18,\"new_stock\":17,\"sale_id\":213,\"sale_number\":\"HIL-0213\"}','143.105.161.12','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-12 12:53:11','2026-01-12 12:53:11'),
(894,130,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":11,\"new_stock\":10,\"sale_id\":214,\"sale_number\":\"HIL-0214\"}','143.105.161.12','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-12 13:35:56','2026-01-12 13:35:56'),
(895,167,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":6,\"new_stock\":5,\"sale_id\":215,\"sale_number\":\"HIL-0215\"}','154.73.161.251','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-13 06:15:44','2026-01-13 06:15:44'),
(896,45,'stock_removed','Removed 1 units - Adjustment - Count correction',7,'{\"quantity\":1,\"reason\":\"Adjustment - Count correction\",\"previous_stock\":16,\"new_stock\":15,\"notes\":\"Mahasin\"}','143.105.161.105','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36','2026-01-13 07:00:05','2026-01-13 07:00:05'),
(897,180,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":25,\"new_stock\":24,\"sale_id\":216,\"sale_number\":\"HIL-0216\"}','143.105.161.105','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-13 07:17:51','2026-01-13 07:17:51'),
(898,180,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":24,\"new_stock\":23,\"sale_id\":217,\"sale_number\":\"HIL-0217\"}','143.105.161.105','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-13 07:18:53','2026-01-13 07:18:53'),
(899,91,'stock_added','Added 1 units - Sale item quantity decreased',7,'{\"quantity\":1,\"reason\":\"Sale item quantity decreased\",\"previous_stock\":30,\"new_stock\":31,\"sale_id\":136,\"sale_number\":\"HIL-0136\",\"old_quantity\":2,\"new_quantity\":1}','143.105.161.105','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36','2026-01-13 07:25:35','2026-01-13 07:25:35'),
(900,180,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":23,\"new_stock\":22,\"sale_id\":218,\"sale_number\":\"HIL-0218\"}','143.105.161.105','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-13 08:21:41','2026-01-13 08:21:41'),
(901,134,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":14,\"new_stock\":13,\"sale_id\":219,\"sale_number\":\"HIL-0219\"}','154.73.161.251','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-13 08:55:37','2026-01-13 08:55:37'),
(902,146,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":15,\"new_stock\":14,\"sale_id\":219,\"sale_number\":\"HIL-0219\"}','154.73.161.251','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-13 08:55:37','2026-01-13 08:55:37'),
(903,180,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":22,\"new_stock\":21,\"sale_id\":220,\"sale_number\":\"HIL-0220\"}','143.105.161.105','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-13 11:07:07','2026-01-13 11:07:07'),
(904,150,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":14,\"new_stock\":13,\"sale_id\":221,\"sale_number\":\"HIL-0221\"}','143.105.161.105','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-13 11:07:36','2026-01-13 11:07:36'),
(905,180,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":21,\"new_stock\":20,\"sale_id\":222,\"sale_number\":\"HIL-0222\"}','143.105.161.105','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-13 12:05:17','2026-01-13 12:05:17'),
(906,180,'stock_removed','Removed 1 units - Sale return',7,'{\"quantity\":1,\"reason\":\"Sale return\",\"previous_stock\":20,\"new_stock\":19,\"notes\":\"Change\"}','143.105.161.105','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-13 12:06:37','2026-01-13 12:06:37'),
(907,156,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":11,\"new_stock\":10,\"sale_id\":223,\"sale_number\":\"HIL-0223\"}','143.105.161.105','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-13 12:22:47','2026-01-13 12:22:47'),
(908,180,'stock_removed','Removed 2 units - Sale',7,'{\"quantity\":2,\"reason\":\"Sale\",\"previous_stock\":19,\"new_stock\":17,\"sale_id\":223,\"sale_number\":\"HIL-0223\"}','143.105.161.105','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-13 12:22:47','2026-01-13 12:22:47'),
(909,67,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":38,\"new_stock\":37,\"sale_id\":224,\"sale_number\":\"HIL-0224\"}','143.105.161.105','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-13 12:35:10','2026-01-13 12:35:10'),
(910,134,'stock_removed','Removed 5 units - Sale',7,'{\"quantity\":5,\"reason\":\"Sale\",\"previous_stock\":13,\"new_stock\":8,\"sale_id\":224,\"sale_number\":\"HIL-0224\"}','143.105.161.105','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-13 12:35:10','2026-01-13 12:35:10'),
(911,150,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":13,\"new_stock\":12,\"sale_id\":224,\"sale_number\":\"HIL-0224\"}','143.105.161.105','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-13 12:35:10','2026-01-13 12:35:10'),
(912,152,'stock_removed','Removed 8 units - Sale',7,'{\"quantity\":8,\"reason\":\"Sale\",\"previous_stock\":21,\"new_stock\":13,\"sale_id\":224,\"sale_number\":\"HIL-0224\"}','143.105.161.105','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-13 12:35:10','2026-01-13 12:35:10'),
(913,182,'stock_removed','Removed 8 units - Sale',7,'{\"quantity\":8,\"reason\":\"Sale\",\"previous_stock\":22,\"new_stock\":14,\"sale_id\":224,\"sale_number\":\"HIL-0224\"}','143.105.161.105','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-13 12:35:10','2026-01-13 12:35:10'),
(914,184,'stock_removed','Removed 6 units - Sale',7,'{\"quantity\":6,\"reason\":\"Sale\",\"previous_stock\":21,\"new_stock\":15,\"sale_id\":224,\"sale_number\":\"HIL-0224\"}','143.105.161.105','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-13 12:35:10','2026-01-13 12:35:10'),
(915,186,'stock_removed','Removed 6 units - Sale',7,'{\"quantity\":6,\"reason\":\"Sale\",\"previous_stock\":21,\"new_stock\":15,\"sale_id\":224,\"sale_number\":\"HIL-0224\"}','143.105.161.105','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-13 12:35:10','2026-01-13 12:35:10'),
(916,130,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":10,\"new_stock\":9,\"sale_id\":225,\"sale_number\":\"HIL-0225\"}','143.105.161.105','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-13 12:56:33','2026-01-13 12:56:33'),
(917,4,'stock_removed','Removed 8 units - Sale',7,'{\"quantity\":8,\"reason\":\"Sale\",\"previous_stock\":326,\"new_stock\":318,\"sale_id\":226,\"sale_number\":\"HIL-0226\"}','143.105.161.105','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-13 13:26:55','2026-01-13 13:26:55'),
(918,5,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":115,\"new_stock\":114,\"sale_id\":226,\"sale_number\":\"HIL-0226\"}','143.105.161.105','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-13 13:26:55','2026-01-13 13:26:55'),
(919,6,'stock_removed','Removed 3 units - Sale',7,'{\"quantity\":3,\"reason\":\"Sale\",\"previous_stock\":24,\"new_stock\":21,\"sale_id\":226,\"sale_number\":\"HIL-0226\"}','143.105.161.105','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-13 13:26:55','2026-01-13 13:26:55'),
(920,24,'stock_removed','Removed 3 units - Sale',7,'{\"quantity\":3,\"reason\":\"Sale\",\"previous_stock\":40,\"new_stock\":37,\"sale_id\":226,\"sale_number\":\"HIL-0226\"}','143.105.161.105','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-13 13:26:55','2026-01-13 13:26:55'),
(921,190,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":10,\"new_stock\":9,\"sale_id\":227,\"sale_number\":\"HIL-0227\"}','154.73.161.251','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-14 05:49:53','2026-01-14 05:49:53'),
(922,45,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":15,\"new_stock\":14,\"sale_id\":228,\"sale_number\":\"HIL-0228\"}','154.73.161.251','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-14 05:52:34','2026-01-14 05:52:34'),
(923,87,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":17,\"new_stock\":16,\"sale_id\":228,\"sale_number\":\"HIL-0228\"}','154.73.161.251','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-14 05:52:34','2026-01-14 05:52:34'),
(924,89,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":7,\"new_stock\":6,\"sale_id\":228,\"sale_number\":\"HIL-0228\"}','154.73.161.251','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-14 05:52:34','2026-01-14 05:52:34'),
(925,152,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":13,\"new_stock\":12,\"sale_id\":228,\"sale_number\":\"HIL-0228\"}','154.73.161.251','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-14 05:52:34','2026-01-14 05:52:34'),
(926,180,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":17,\"new_stock\":16,\"sale_id\":229,\"sale_number\":\"HIL-0229\"}','143.105.161.48','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-14 06:51:23','2026-01-14 06:51:23'),
(927,128,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":4,\"new_stock\":3,\"sale_id\":230,\"sale_number\":\"HIL-0230\"}','143.105.161.48','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-14 06:52:08','2026-01-14 06:52:08'),
(928,95,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":3,\"new_stock\":2,\"sale_id\":231,\"sale_number\":\"HIL-0231\"}','143.105.161.48','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36','2026-01-14 07:33:01','2026-01-14 07:33:01'),
(929,81,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":14,\"new_stock\":13,\"sale_id\":232,\"sale_number\":\"HIL-0232\"}','143.105.161.48','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36','2026-01-14 07:33:11','2026-01-14 07:33:11'),
(930,180,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":16,\"new_stock\":15,\"sale_id\":233,\"sale_number\":\"HIL-0233\"}','143.105.161.48','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36','2026-01-14 07:33:28','2026-01-14 07:33:28'),
(931,91,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":31,\"new_stock\":30,\"sale_id\":234,\"sale_number\":\"HIL-0234\"}','143.105.161.48','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36','2026-01-14 07:43:20','2026-01-14 07:43:20'),
(932,89,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":6,\"new_stock\":5,\"sale_id\":235,\"sale_number\":\"HIL-0235\"}','143.105.161.48','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36','2026-01-14 07:47:13','2026-01-14 07:47:13'),
(933,167,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":5,\"new_stock\":4,\"sale_id\":236,\"sale_number\":\"HIL-0236\"}','143.105.161.48','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36','2026-01-14 07:54:21','2026-01-14 07:54:21'),
(934,190,'price_changed','Product pricing updated',4,'{\"old_prices\":{\"cost_price\":\"17500.00\",\"selling_price\":\"20000.00\",\"discount_price\":null},\"new_prices\":{\"cost_price\":\"16500.00\",\"selling_price\":\"17500.00\",\"discount_price\":null}}','31.223.49.81','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36','2026-01-14 07:58:19','2026-01-14 07:58:19'),
(935,190,'updated','Product updated',4,'{\"cost_price\":{\"old\":\"17500.00\",\"new\":\"16500\"},\"selling_price\":{\"old\":\"20000.00\",\"new\":\"17500\"}}','31.223.49.81','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36','2026-01-14 07:58:19','2026-01-14 07:58:19'),
(936,193,'created','Product created',4,'{\"name\":\"Hilal 2000S\",\"description\":\"1x39\\r\\n1x40\\r\\n7x41\\r\\n5x42\\r\\n7x43\\r\\n4x44\\r\\n3x45\\r\\n1x46\",\"barcode\":\"PRD263693\",\"category_id\":\"2\",\"product_type\":\"store\",\"unit\":\"pcs\",\"cost_price\":\"16500.00\",\"selling_price\":\"17500.00\",\"image\":\"products\\/1768391035_hwtMhqpMzO.jpeg\",\"expiry_date\":null,\"is_active\":true,\"alert_quantity\":3,\"weight\":null,\"length\":null,\"width\":null,\"height\":null,\"updated_at\":\"2026-01-14T11:43:55.000000Z\",\"created_at\":\"2026-01-14T11:43:55.000000Z\",\"id\":193}','31.223.49.81','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36','2026-01-14 08:43:55','2026-01-14 08:43:55'),
(937,193,'stock_added','Added 29 units - Initial stock',4,'{\"quantity\":29,\"reason\":\"Initial stock\",\"previous_stock\":0,\"new_stock\":29,\"notes\":\"Product creation\"}','31.223.49.81','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36','2026-01-14 08:43:55','2026-01-14 08:43:55'),
(938,167,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":4,\"new_stock\":3,\"sale_id\":237,\"sale_number\":\"HIL-0237\"}','154.73.161.251','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-14 08:44:57','2026-01-14 08:44:57'),
(939,119,'updated','Product updated',4,'{\"description\":{\"old\":\"1x39\\r\\n1x40\\r\\n1x43\\r\\n1x45\",\"new\":\"1x39\\r\\n1x41\\r\\n1x42\\r\\n2x43\\r\\n3x44\\r\\n1x45\"}}','31.223.49.81','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36','2026-01-14 08:48:01','2026-01-14 08:48:01'),
(940,119,'stock_added','Added 9 units - Restock - New shipment',4,'{\"quantity\":9,\"reason\":\"Restock - New shipment\",\"previous_stock\":0,\"new_stock\":9,\"notes\":null}','31.223.49.81','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36','2026-01-14 08:51:14','2026-01-14 08:51:14'),
(941,13,'updated','Product updated',4,'{\"name\":{\"old\":\"Hilali-8\",\"new\":\"Hilal-8S\"}}','31.223.49.81','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36','2026-01-14 08:55:28','2026-01-14 08:55:28'),
(942,194,'created','Product created',4,'{\"name\":\"Hilal-8T\",\"description\":\"3X40\\r\\n2X41\\r\\n4X43\\r\\n1X45\",\"barcode\":\"PRD265849\",\"category_id\":\"2\",\"product_type\":\"store\",\"unit\":\"pcs\",\"cost_price\":\"16500.00\",\"selling_price\":\"17500.00\",\"image\":\"products\\/1768391857_3HDk85PxXW.jpeg\",\"expiry_date\":null,\"is_active\":true,\"alert_quantity\":3,\"weight\":null,\"length\":null,\"width\":null,\"height\":null,\"updated_at\":\"2026-01-14T11:57:37.000000Z\",\"created_at\":\"2026-01-14T11:57:37.000000Z\",\"id\":194}','31.223.49.81','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36','2026-01-14 08:57:37','2026-01-14 08:57:37'),
(943,194,'stock_added','Added 10 units - Initial stock',4,'{\"quantity\":10,\"reason\":\"Initial stock\",\"previous_stock\":0,\"new_stock\":10,\"notes\":\"Product creation\"}','31.223.49.81','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36','2026-01-14 08:57:37','2026-01-14 08:57:37'),
(944,195,'created','Product created',4,'{\"name\":\"HS-3024\",\"description\":\"2X39\\r\\n3X40\\r\\n4X41\\r\\n5X42\\r\\n4X43\\r\\n3X44\\r\\n3X45\",\"barcode\":\"PRD681829\",\"category_id\":\"2\",\"product_type\":\"store\",\"unit\":\"pcs\",\"cost_price\":\"16500.00\",\"selling_price\":\"17500.00\",\"image\":\"products\\/1768392059_oDIl7IW264.jpeg\",\"expiry_date\":null,\"is_active\":true,\"alert_quantity\":3,\"weight\":null,\"length\":null,\"width\":null,\"height\":null,\"updated_at\":\"2026-01-14T12:00:59.000000Z\",\"created_at\":\"2026-01-14T12:00:59.000000Z\",\"id\":195}','31.223.49.81','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36','2026-01-14 09:00:59','2026-01-14 09:00:59'),
(945,195,'stock_added','Added 24 units - Initial stock',4,'{\"quantity\":24,\"reason\":\"Initial stock\",\"previous_stock\":0,\"new_stock\":24,\"notes\":\"Product creation\"}','31.223.49.81','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36','2026-01-14 09:00:59','2026-01-14 09:00:59'),
(946,196,'created','Product created',4,'{\"name\":\"Hilal-2000G\",\"description\":\"1X39\\r\\n1X40\\r\\n2X41\\r\\n2X42\\r\\n2X43\\r\\n2X44\\r\\n1X45\",\"barcode\":\"PRD789594\",\"category_id\":\"2\",\"product_type\":\"store\",\"unit\":\"pcs\",\"cost_price\":\"16500.00\",\"selling_price\":\"17500.00\",\"image\":\"products\\/1768392220_lKmZqLiWla.jpeg\",\"expiry_date\":null,\"is_active\":true,\"alert_quantity\":3,\"weight\":null,\"length\":null,\"width\":null,\"height\":null,\"updated_at\":\"2026-01-14T12:03:40.000000Z\",\"created_at\":\"2026-01-14T12:03:40.000000Z\",\"id\":196}','31.223.49.81','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36','2026-01-14 09:03:40','2026-01-14 09:03:40'),
(947,196,'stock_added','Added 11 units - Initial stock',4,'{\"quantity\":11,\"reason\":\"Initial stock\",\"previous_stock\":0,\"new_stock\":11,\"notes\":\"Product creation\"}','31.223.49.81','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36','2026-01-14 09:03:40','2026-01-14 09:03:40'),
(948,197,'created','Product created',4,'{\"name\":\"Hilal-2000C\",\"description\":\"2x40\\r\\n2x41\\r\\n2x42\\r\\n2x43\\r\\n1x44\\r\\n1x45\",\"barcode\":\"PRD837968\",\"category_id\":\"2\",\"product_type\":\"store\",\"unit\":\"pcs\",\"cost_price\":\"16500.00\",\"selling_price\":\"17500.00\",\"image\":\"products\\/1768392347_Vwo2sRBj8y.jpeg\",\"expiry_date\":null,\"is_active\":true,\"alert_quantity\":3,\"weight\":null,\"length\":null,\"width\":null,\"height\":null,\"updated_at\":\"2026-01-14T12:05:47.000000Z\",\"created_at\":\"2026-01-14T12:05:47.000000Z\",\"id\":197}','31.223.49.81','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36','2026-01-14 09:05:47','2026-01-14 09:05:47'),
(949,197,'stock_added','Added 10 units - Initial stock',4,'{\"quantity\":10,\"reason\":\"Initial stock\",\"previous_stock\":0,\"new_stock\":10,\"notes\":\"Product creation\"}','31.223.49.81','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36','2026-01-14 09:05:47','2026-01-14 09:05:47'),
(950,43,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":620,\"new_stock\":619,\"sale_id\":238,\"sale_number\":\"HIL-0238\"}','154.73.161.251','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-14 09:24:01','2026-01-14 09:24:01'),
(951,51,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":17,\"new_stock\":16,\"sale_id\":238,\"sale_number\":\"HIL-0238\"}','154.73.161.251','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-14 09:24:01','2026-01-14 09:24:01'),
(952,167,'stock_added','Added 1 units - Sale cancelled/refunded',7,'{\"quantity\":1,\"reason\":\"Return\",\"previous_stock\":3,\"new_stock\":4,\"sale_id\":237,\"sale_number\":\"HIL-0237\"}','143.105.161.48','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36','2026-01-14 09:30:05','2026-01-14 09:30:05'),
(953,49,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":26,\"new_stock\":25,\"sale_id\":239,\"sale_number\":\"HIL-0239\"}','154.73.161.251','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-14 10:25:25','2026-01-14 10:25:25'),
(954,85,'stock_removed','Removed 2 units - Sale',7,'{\"quantity\":2,\"reason\":\"Sale\",\"previous_stock\":10,\"new_stock\":8,\"sale_id\":239,\"sale_number\":\"HIL-0239\"}','154.73.161.251','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-14 10:25:25','2026-01-14 10:25:25'),
(955,89,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":5,\"new_stock\":4,\"sale_id\":239,\"sale_number\":\"HIL-0239\"}','154.73.161.251','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-14 10:25:25','2026-01-14 10:25:25'),
(956,95,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":2,\"new_stock\":1,\"sale_id\":239,\"sale_number\":\"HIL-0239\"}','154.73.161.251','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-14 10:25:25','2026-01-14 10:25:25'),
(957,132,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":3,\"new_stock\":2,\"sale_id\":239,\"sale_number\":\"HIL-0239\"}','154.73.161.251','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-14 10:25:25','2026-01-14 10:25:25'),
(958,130,'stock_removed','Removed 2 units - Sale',7,'{\"quantity\":2,\"reason\":\"Sale\",\"previous_stock\":9,\"new_stock\":7,\"sale_id\":240,\"sale_number\":\"HIL-0240\"}','154.73.161.251','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-14 10:27:15','2026-01-14 10:27:15'),
(959,49,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":25,\"new_stock\":24,\"sale_id\":241,\"sale_number\":\"HIL-0241\"}','154.73.161.251','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-14 12:27:28','2026-01-14 12:27:28'),
(960,81,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":13,\"new_stock\":12,\"sale_id\":241,\"sale_number\":\"HIL-0241\"}','154.73.161.251','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-14 12:27:28','2026-01-14 12:27:28'),
(961,45,'stock_removed','Removed 5 units - Sale',7,'{\"quantity\":5,\"reason\":\"Sale\",\"previous_stock\":14,\"new_stock\":9,\"sale_id\":242,\"sale_number\":\"HIL-0242\"}','154.73.161.251','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-14 13:14:40','2026-01-14 13:14:40'),
(962,49,'stock_removed','Removed 10 units - Sale',7,'{\"quantity\":10,\"reason\":\"Sale\",\"previous_stock\":24,\"new_stock\":14,\"sale_id\":242,\"sale_number\":\"HIL-0242\"}','154.73.161.251','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-14 13:14:40','2026-01-14 13:14:40'),
(963,51,'stock_removed','Removed 10 units - Sale',7,'{\"quantity\":10,\"reason\":\"Sale\",\"previous_stock\":16,\"new_stock\":6,\"sale_id\":242,\"sale_number\":\"HIL-0242\"}','154.73.161.251','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-14 13:14:40','2026-01-14 13:14:40'),
(964,53,'stock_removed','Removed 10 units - Sale',7,'{\"quantity\":10,\"reason\":\"Sale\",\"previous_stock\":30,\"new_stock\":20,\"sale_id\":242,\"sale_number\":\"HIL-0242\"}','154.73.161.251','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-14 13:14:40','2026-01-14 13:14:40'),
(965,91,'stock_removed','Removed 10 units - Sale',7,'{\"quantity\":10,\"reason\":\"Sale\",\"previous_stock\":30,\"new_stock\":20,\"sale_id\":242,\"sale_number\":\"HIL-0242\"}','154.73.161.251','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-14 13:14:40','2026-01-14 13:14:40'),
(966,148,'stock_removed','Removed 3 units - Sale',7,'{\"quantity\":3,\"reason\":\"Sale\",\"previous_stock\":3,\"new_stock\":0,\"sale_id\":242,\"sale_number\":\"HIL-0242\"}','154.73.161.251','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-14 13:14:40','2026-01-14 13:14:40'),
(967,150,'stock_removed','Removed 2 units - Sale',7,'{\"quantity\":2,\"reason\":\"Sale\",\"previous_stock\":12,\"new_stock\":10,\"sale_id\":242,\"sale_number\":\"HIL-0242\"}','154.73.161.251','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-14 13:14:40','2026-01-14 13:14:40'),
(968,192,'stock_removed','Removed 10 units - Sale',7,'{\"quantity\":10,\"reason\":\"Sale\",\"previous_stock\":22,\"new_stock\":12,\"sale_id\":242,\"sale_number\":\"HIL-0242\"}','154.73.161.251','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-14 13:14:40','2026-01-14 13:14:40'),
(969,132,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":2,\"new_stock\":1,\"sale_id\":243,\"sale_number\":\"HIL-0243\"}','154.73.161.251','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-14 13:19:27','2026-01-14 13:19:27'),
(970,81,'stock_added','Added 1 units - Item removed from sale',7,'{\"quantity\":1,\"reason\":\"Item removed during sale edit\",\"previous_stock\":12,\"new_stock\":13,\"sale_id\":241,\"sale_number\":\"HIL-0241\"}','143.105.161.48','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36','2026-01-14 13:28:49','2026-01-14 13:28:49'),
(971,182,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":14,\"new_stock\":13,\"sale_id\":244,\"sale_number\":\"HIL-0244\"}','143.105.161.48','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-14 13:50:31','2026-01-14 13:50:31'),
(972,192,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":12,\"new_stock\":11,\"sale_id\":244,\"sale_number\":\"HIL-0244\"}','143.105.161.48','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-14 13:50:31','2026-01-14 13:50:31'),
(973,180,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":15,\"new_stock\":14,\"sale_id\":245,\"sale_number\":\"HIL-0245\"}','154.73.163.58','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-15 05:52:23','2026-01-15 05:52:23'),
(974,186,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":15,\"new_stock\":14,\"sale_id\":245,\"sale_number\":\"HIL-0245\"}','154.73.163.58','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-15 05:52:23','2026-01-15 05:52:23'),
(975,190,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":9,\"new_stock\":8,\"sale_id\":246,\"sale_number\":\"HIL-0246\"}','143.105.161.161','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-15 06:26:44','2026-01-15 06:26:44'),
(976,49,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":14,\"new_stock\":13,\"sale_id\":247,\"sale_number\":\"HIL-0247\"}','143.105.161.161','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-15 06:56:08','2026-01-15 06:56:08'),
(977,67,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":37,\"new_stock\":36,\"sale_id\":247,\"sale_number\":\"HIL-0247\"}','143.105.161.161','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-15 06:56:08','2026-01-15 06:56:08'),
(978,67,'stock_added','Added 1 units - Item removed from sale',7,'{\"quantity\":1,\"reason\":\"Item removed during sale edit\",\"previous_stock\":36,\"new_stock\":37,\"sale_id\":247,\"sale_number\":\"HIL-0247\"}','143.105.161.161','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36','2026-01-15 07:33:47','2026-01-15 07:33:47'),
(979,31,'price_changed','Product pricing updated',4,'{\"old_prices\":{\"cost_price\":\"16500.00\",\"selling_price\":\"17500.00\",\"discount_price\":null},\"new_prices\":{\"cost_price\":\"16500.00\",\"selling_price\":\"18500.00\",\"discount_price\":null}}','31.223.49.81','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36','2026-01-15 07:39:15','2026-01-15 07:39:15'),
(980,31,'updated','Product updated',4,'{\"name\":{\"old\":\"Hilali-14\",\"new\":\"Hilal-14B\"},\"selling_price\":{\"old\":\"17500.00\",\"new\":\"18500.00\"}}','31.223.49.81','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36','2026-01-15 07:39:15','2026-01-15 07:39:15'),
(981,31,'stock_added','Added 15 units - Restock - New shipment',4,'{\"quantity\":15,\"reason\":\"Restock - New shipment\",\"previous_stock\":0,\"new_stock\":15,\"notes\":null}','31.223.49.81','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36','2026-01-15 07:39:58','2026-01-15 07:39:58'),
(982,197,'price_changed','Product pricing updated',4,'{\"old_prices\":{\"cost_price\":\"16500.00\",\"selling_price\":\"17500.00\",\"discount_price\":null},\"new_prices\":{\"cost_price\":\"16500.00\",\"selling_price\":\"18500.00\",\"discount_price\":null}}','31.223.49.81','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36','2026-01-15 07:41:45','2026-01-15 07:41:45'),
(983,197,'updated','Product updated',4,'{\"selling_price\":{\"old\":\"17500.00\",\"new\":\"18500.00\"}}','31.223.49.81','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36','2026-01-15 07:41:45','2026-01-15 07:41:45'),
(984,196,'price_changed','Product pricing updated',4,'{\"old_prices\":{\"cost_price\":\"16500.00\",\"selling_price\":\"17500.00\",\"discount_price\":null},\"new_prices\":{\"cost_price\":\"16500.00\",\"selling_price\":\"18500.00\",\"discount_price\":null}}','31.223.49.81','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36','2026-01-15 07:42:22','2026-01-15 07:42:22'),
(985,196,'updated','Product updated',4,'{\"selling_price\":{\"old\":\"17500.00\",\"new\":\"18500.00\"}}','31.223.49.81','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36','2026-01-15 07:42:22','2026-01-15 07:42:22'),
(986,195,'price_changed','Product pricing updated',4,'{\"old_prices\":{\"cost_price\":\"16500.00\",\"selling_price\":\"17500.00\",\"discount_price\":null},\"new_prices\":{\"cost_price\":\"16500.00\",\"selling_price\":\"18500.00\",\"discount_price\":null}}','31.223.49.81','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36','2026-01-15 07:42:48','2026-01-15 07:42:48'),
(987,195,'updated','Product updated',4,'{\"selling_price\":{\"old\":\"17500.00\",\"new\":\"18500.00\"}}','31.223.49.81','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36','2026-01-15 07:42:48','2026-01-15 07:42:48'),
(988,194,'price_changed','Product pricing updated',4,'{\"old_prices\":{\"cost_price\":\"16500.00\",\"selling_price\":\"17500.00\",\"discount_price\":null},\"new_prices\":{\"cost_price\":\"16500.00\",\"selling_price\":\"18500.00\",\"discount_price\":null}}','31.223.49.81','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36','2026-01-15 07:43:18','2026-01-15 07:43:18'),
(989,194,'updated','Product updated',4,'{\"selling_price\":{\"old\":\"17500.00\",\"new\":\"18500.00\"}}','31.223.49.81','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36','2026-01-15 07:43:18','2026-01-15 07:43:18'),
(990,193,'price_changed','Product pricing updated',4,'{\"old_prices\":{\"cost_price\":\"16500.00\",\"selling_price\":\"17500.00\",\"discount_price\":null},\"new_prices\":{\"cost_price\":\"16500.00\",\"selling_price\":\"18500.00\",\"discount_price\":null}}','31.223.49.81','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36','2026-01-15 07:43:54','2026-01-15 07:43:54'),
(991,193,'updated','Product updated',4,'{\"selling_price\":{\"old\":\"17500.00\",\"new\":\"18500.00\"}}','31.223.49.81','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36','2026-01-15 07:43:54','2026-01-15 07:43:54'),
(992,119,'price_changed','Product pricing updated',4,'{\"old_prices\":{\"cost_price\":\"16500.00\",\"selling_price\":\"17500.00\",\"discount_price\":null},\"new_prices\":{\"cost_price\":\"16500.00\",\"selling_price\":\"18500.00\",\"discount_price\":null}}','31.223.49.81','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36','2026-01-15 07:44:26','2026-01-15 07:44:26'),
(993,119,'updated','Product updated',4,'{\"selling_price\":{\"old\":\"17500.00\",\"new\":\"18500.00\"}}','31.223.49.81','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36','2026-01-15 07:44:26','2026-01-15 07:44:26'),
(994,30,'price_changed','Product pricing updated',4,'{\"old_prices\":{\"cost_price\":\"16500.00\",\"selling_price\":\"17500.00\",\"discount_price\":null},\"new_prices\":{\"cost_price\":\"16500.00\",\"selling_price\":\"18500.00\",\"discount_price\":null}}','31.223.49.81','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36','2026-01-15 07:45:07','2026-01-15 07:45:07'),
(995,30,'updated','Product updated',4,'{\"selling_price\":{\"old\":\"17500.00\",\"new\":\"18500.00\"}}','31.223.49.81','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36','2026-01-15 07:45:07','2026-01-15 07:45:07'),
(996,167,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":4,\"new_stock\":3,\"sale_id\":248,\"sale_number\":\"HIL-0248\"}','143.105.161.5','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-15 08:06:42','2026-01-15 08:06:42'),
(997,167,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":3,\"new_stock\":2,\"sale_id\":249,\"sale_number\":\"HIL-0249\"}','143.105.161.169','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-15 09:13:14','2026-01-15 09:13:14'),
(998,182,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":13,\"new_stock\":12,\"sale_id\":250,\"sale_number\":\"HIL-0250\"}','143.105.161.169','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-15 09:26:31','2026-01-15 09:26:31'),
(999,81,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":13,\"new_stock\":12,\"sale_id\":251,\"sale_number\":\"HIL-0251\"}','143.105.161.169','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-15 09:26:55','2026-01-15 09:26:55'),
(1000,173,'stock_removed','Removed 30 units - Sale',7,'{\"quantity\":30,\"reason\":\"Sale\",\"previous_stock\":38,\"new_stock\":8,\"sale_id\":252,\"sale_number\":\"HIL-0252\"}','143.105.161.151','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-15 10:03:03','2026-01-15 10:03:03'),
(1001,43,'stock_removed','Removed 10 units - Sale',7,'{\"quantity\":10,\"reason\":\"Sale\",\"previous_stock\":619,\"new_stock\":609,\"sale_id\":253,\"sale_number\":\"HIL-0253\"}','143.105.161.151','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-15 10:35:15','2026-01-15 10:35:15'),
(1002,173,'stock_added','Added 33 units - Sale cancelled/refunded',7,'{\"quantity\":33,\"reason\":\"Error\",\"previous_stock\":8,\"new_stock\":41,\"sale_id\":177,\"sale_number\":\"HIL-0177\"}','143.105.161.151','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36','2026-01-15 11:36:53','2026-01-15 11:36:53'),
(1003,173,'stock_removed','Removed 33 units - Sale',7,'{\"quantity\":33,\"reason\":\"Sale\",\"previous_stock\":41,\"new_stock\":8,\"sale_id\":254,\"sale_number\":\"HIL-0254\"}','143.105.161.151','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-15 11:39:04','2026-01-15 11:39:04'),
(1004,173,'stock_added','Added 30 units - Sale cancelled/refunded',7,'{\"quantity\":30,\"reason\":\"Correction\",\"previous_stock\":8,\"new_stock\":38,\"sale_id\":252,\"sale_number\":\"HIL-0252\"}','143.105.161.151','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-15 12:02:09','2026-01-15 12:02:09'),
(1005,130,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":7,\"new_stock\":6,\"sale_id\":255,\"sale_number\":\"HIL-0255\"}','143.105.161.151','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-15 12:12:07','2026-01-15 12:12:07'),
(1006,173,'stock_removed','Removed 12 units - Sale',7,'{\"quantity\":12,\"reason\":\"Sale\",\"previous_stock\":38,\"new_stock\":26,\"sale_id\":256,\"sale_number\":\"HIL-0256\"}','143.105.161.151','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-15 12:13:36','2026-01-15 12:13:36'),
(1007,173,'stock_removed','Removed 18 units - Sale',7,'{\"quantity\":18,\"reason\":\"Sale\",\"previous_stock\":26,\"new_stock\":8,\"sale_id\":257,\"sale_number\":\"HIL-0257\"}','143.105.161.151','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-15 12:14:40','2026-01-15 12:14:40'),
(1008,173,'stock_added','Added 18 units - Sale cancelled/refunded',7,'{\"quantity\":18,\"reason\":\"Error correction\",\"previous_stock\":8,\"new_stock\":26,\"sale_id\":257,\"sale_number\":\"HIL-0257\"}','143.105.161.151','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-15 12:16:30','2026-01-15 12:16:30'),
(1009,173,'stock_removed','Removed 18 units - Sale',7,'{\"quantity\":18,\"reason\":\"Sale\",\"previous_stock\":26,\"new_stock\":8,\"sale_id\":258,\"sale_number\":\"HIL-0258\"}','143.105.161.151','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-15 12:17:41','2026-01-15 12:17:41'),
(1010,53,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":20,\"new_stock\":19,\"sale_id\":259,\"sale_number\":\"HIL-0259\"}','143.105.161.151','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-15 12:35:10','2026-01-15 12:35:10'),
(1011,186,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":14,\"new_stock\":13,\"sale_id\":260,\"sale_number\":\"HIL-0260\"}','143.105.161.151','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-15 13:06:17','2026-01-15 13:06:17'),
(1012,69,'stock_removed','Removed 10 units - Sale',7,'{\"quantity\":10,\"reason\":\"Sale\",\"previous_stock\":17,\"new_stock\":7,\"sale_id\":261,\"sale_number\":\"HIL-0261\"}','154.73.161.254','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-16 05:19:07','2026-01-16 05:19:07'),
(1013,75,'stock_removed','Removed 10 units - Sale',7,'{\"quantity\":10,\"reason\":\"Sale\",\"previous_stock\":15,\"new_stock\":5,\"sale_id\":261,\"sale_number\":\"HIL-0261\"}','154.73.161.254','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-16 05:19:07','2026-01-16 05:19:07'),
(1014,158,'stock_removed','Removed 10 units - Sale',7,'{\"quantity\":10,\"reason\":\"Sale\",\"previous_stock\":12,\"new_stock\":2,\"sale_id\":261,\"sale_number\":\"HIL-0261\"}','154.73.161.254','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-16 05:19:07','2026-01-16 05:19:07'),
(1015,162,'stock_removed','Removed 12 units - Sale',7,'{\"quantity\":12,\"reason\":\"Sale\",\"previous_stock\":20,\"new_stock\":8,\"sale_id\":261,\"sale_number\":\"HIL-0261\"}','154.73.161.254','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-16 05:19:07','2026-01-16 05:19:07'),
(1016,164,'stock_removed','Removed 7 units - Sale',7,'{\"quantity\":7,\"reason\":\"Sale\",\"previous_stock\":7,\"new_stock\":0,\"sale_id\":261,\"sale_number\":\"HIL-0261\"}','154.73.161.254','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-16 05:19:07','2026-01-16 05:19:07'),
(1017,190,'stock_removed','Removed 5 units - Sale',7,'{\"quantity\":5,\"reason\":\"Sale\",\"previous_stock\":8,\"new_stock\":3,\"sale_id\":261,\"sale_number\":\"HIL-0261\"}','154.73.161.254','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-16 05:19:07','2026-01-16 05:19:07'),
(1018,158,'stock_added','Added 2 units - Adjustment - Count correction',7,'{\"quantity\":2,\"reason\":\"Adjustment - Count correction\",\"previous_stock\":2,\"new_stock\":4,\"notes\":null}','154.73.161.254','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-16 05:25:35','2026-01-16 05:25:35'),
(1019,158,'updated','Product updated',7,'{\"description\":{\"old\":\"2x39\\r\\n8x40\\r\\n10x41\\r\\n8x42\\r\\n9x43\\r\\n5x44\\r\\n3x45\",\"new\":\"1x40\\r\\n1x42\\r\\n1x43\\r\\n1x44\"}}','154.73.161.254','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-16 05:26:17','2026-01-16 05:26:17'),
(1020,164,'status_changed','Product deactivated',7,'{\"old_status\":true,\"new_status\":false}','154.73.161.254','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-16 05:36:38','2026-01-16 05:36:38'),
(1021,69,'updated','Product updated',7,'{\"description\":{\"old\":\"1x39\\r\\n3x41\\r\\n3x43\",\"new\":\"1x39\\r\\n1x40\\r\\n3x41\\r\\n3x43\"}}','154.73.161.254','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-16 05:40:13','2026-01-16 05:40:13'),
(1022,69,'stock_added','Added 1 units - Adjustment - Count correction',7,'{\"quantity\":1,\"reason\":\"Adjustment - Count correction\",\"previous_stock\":7,\"new_stock\":8,\"notes\":null}','154.73.161.254','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-16 05:40:30','2026-01-16 05:40:30'),
(1023,71,'stock_added','Added 1 units - Adjustment - Count correction',7,'{\"quantity\":1,\"reason\":\"Adjustment - Count correction\",\"previous_stock\":9,\"new_stock\":10,\"notes\":null}','154.73.161.254','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-16 05:49:32','2026-01-16 05:49:32'),
(1024,73,'stock_removed','Removed 4 units - Adjustment - Count correction',7,'{\"quantity\":4,\"reason\":\"Adjustment - Count correction\",\"previous_stock\":14,\"new_stock\":10,\"notes\":null}','154.73.161.254','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-16 05:56:58','2026-01-16 05:56:58'),
(1025,162,'stock_added','Added 4 units - Adjustment - Count correction',7,'{\"quantity\":4,\"reason\":\"Adjustment - Count correction\",\"previous_stock\":8,\"new_stock\":12,\"notes\":null}','154.73.161.254','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-16 06:05:55','2026-01-16 06:05:55'),
(1026,77,'updated','Product updated',7,'{\"image\":{\"old\":\"products\\/1766138493_i2Hx8uXM2j.jpg\",\"new\":\"products\\/1768555007_U1TeeeDTNt.jpg\"}}','143.105.161.141','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-16 06:16:47','2026-01-16 06:16:47'),
(1027,77,'stock_removed','Removed 1 units - Adjustment - Count correction',7,'{\"quantity\":1,\"reason\":\"Adjustment - Count correction\",\"previous_stock\":14,\"new_stock\":13,\"notes\":null}','143.105.161.141','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-16 06:17:13','2026-01-16 06:17:13'),
(1028,75,'updated','Product updated',7,'{\"image\":{\"old\":\"products\\/1766137950_p5dszojHoL.jpg\",\"new\":\"products\\/1768555430_jxy6mGC7zG.jpg\"}}','143.105.161.141','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-16 06:23:50','2026-01-16 06:23:50'),
(1029,75,'status_changed','Product deactivated',7,'{\"old_status\":true,\"new_status\":false}','143.105.161.141','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-16 06:24:08','2026-01-16 06:24:08'),
(1030,75,'status_changed','Product activated',7,'{\"old_status\":false,\"new_status\":true}','143.105.161.141','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-16 06:24:12','2026-01-16 06:24:12'),
(1031,148,'status_changed','Product deactivated',7,'{\"old_status\":true,\"new_status\":false}','143.105.161.141','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36','2026-01-16 06:32:24','2026-01-16 06:32:24'),
(1032,132,'stock_removed','Removed 1 units - Adjustment - Count correction',7,'{\"quantity\":1,\"reason\":\"Adjustment - Count correction\",\"previous_stock\":1,\"new_stock\":0,\"notes\":null}','143.105.161.141','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36','2026-01-16 06:33:30','2026-01-16 06:33:30'),
(1033,132,'updated','Product updated',7,'{\"description\":{\"old\":\"1x40\\r\\n1x41\\r\\n1x42\",\"new\":null}}','143.105.161.141','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36','2026-01-16 06:33:53','2026-01-16 06:33:53'),
(1034,132,'status_changed','Product deactivated',7,'{\"old_status\":true,\"new_status\":false}','143.105.161.141','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36','2026-01-16 06:33:58','2026-01-16 06:33:58'),
(1035,192,'updated','Product updated',7,'{\"description\":{\"old\":\"2X40    4X41    5X42    5X43    4X44   3X45\",\"new\":\"2X41\\r\\n2X42\\r\\n3X43\\r\\n1X44\\r\\n2X45\"}}','143.105.161.141','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-16 06:39:31','2026-01-16 06:39:31'),
(1036,192,'updated','Product updated',7,'{\"description\":{\"old\":\"2X41\\r\\n2X42\\r\\n3X43\\r\\n1X44\\r\\n2X45\",\"new\":\"2X41\\r\\n3X42\\r\\n3X43\\r\\n1X44\\r\\n2X45\"}}','143.105.161.141','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-16 06:40:26','2026-01-16 06:40:26'),
(1037,130,'updated','Product updated',7,'{\"description\":{\"old\":\"1X39\\r\\n2X40\\r\\n1X41\\r\\n1X42\\r\\n1X43\",\"new\":\"1X39\\r\\n3X40\\r\\n2X42\"}}','143.105.161.141','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-16 06:44:41','2026-01-16 06:44:41'),
(1038,128,'updated','Product updated',7,'{\"description\":{\"old\":\"2x40\\r\\n1x41\\r\\n1x42\\r\\n1x43\",\"new\":\"2x40\\r\\n1x41\\r\\n1x43\"}}','143.105.161.141','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-16 06:45:57','2026-01-16 06:45:57'),
(1039,128,'stock_added','Added 1 units - Adjustment - Count correction',7,'{\"quantity\":1,\"reason\":\"Adjustment - Count correction\",\"previous_stock\":3,\"new_stock\":4,\"notes\":null}','143.105.161.141','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-16 06:46:15','2026-01-16 06:46:15'),
(1040,180,'updated','Product updated',7,'{\"description\":{\"old\":\"1X39 2X40 4X41 5X42 5X43 5X44 3X45\",\"new\":\"1X40\\r\\n3X41\\r\\n3X42\\r\\n2X43\\r\\n2X44\\r\\n3X45\"}}','143.105.161.141','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-16 07:02:04','2026-01-16 07:02:04'),
(1041,182,'updated','Product updated',7,'{\"description\":{\"old\":\"1X39\\r\\n1X40\\r\\n3X41\\r\\n5X42\\r\\n4X43\\r\\n5X44\\r\\n3X45\\r\\n2X46\",\"new\":\"2X42\\r\\n3X43\\r\\n5X44\\r\\n2X45\"}}','143.105.161.141','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-16 07:12:06','2026-01-16 07:12:06'),
(1042,91,'stock_removed','Removed 2 units - Sale',7,'{\"quantity\":2,\"reason\":\"Sale\",\"previous_stock\":20,\"new_stock\":18,\"sale_id\":262,\"sale_number\":\"HIL-0262\"}','143.105.161.141','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-16 07:36:59','2026-01-16 07:36:59'),
(1043,156,'updated','Product updated',7,'{\"description\":{\"old\":\"3x40\\r\\n4x41\\r\\n4x42\\r\\n4x43\\r\\n4x44\\r\\n4x45\",\"new\":\"1x40\\r\\n2x41\\r\\n2x42\\r\\n2x43\\r\\n2x44\\r\\n1x45\"}}','143.105.161.141','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-16 07:40:30','2026-01-16 07:40:30'),
(1044,152,'updated','Product updated',7,'{\"description\":{\"old\":\"1x39\\r\\n4x40\\r\\n4x41\\r\\n4x42\\r\\n4x43\\r\\n5x44\\r\\n3x45\",\"new\":\"1x39\\r\\n2x40\\r\\n1x42\\r\\n1x43\\r\\n4x44\\r\\n3x45\"}}','143.105.161.141','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-16 07:44:48','2026-01-16 07:44:48'),
(1045,154,'updated','Product updated',7,'{\"description\":{\"old\":\"1x39\\r\\n1x40\\r\\n3x41\\r\\n3x42\\r\\n3x43\\r\\n3x44\\r\\n2x45\",\"new\":\"1x40\\r\\n3x41\\r\\n3x42\\r\\n3x43\\r\\n3x44\\r\\n1x45\"}}','143.105.161.141','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-16 07:50:41','2026-01-16 07:50:41'),
(1046,126,'updated','Product updated',7,'{\"description\":{\"old\":\"1x39\\r\\n1x40\\r\\n3x41\\r\\n5x42\\r\\n4x43\\r\\n7x44\",\"new\":\"1x39\\r\\n1x40\\r\\n3x41\\r\\n5x42\\r\\n5x43\\r\\n6x44\"}}','143.105.161.141','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-16 07:56:06','2026-01-16 07:56:06'),
(1047,124,'updated','Product updated',7,'{\"description\":{\"old\":\"1x39\\r\\n1x40\\r\\n3x41\\r\\n4x42\\r\\n4x43\\r\\n4x44\\r\\n3x45\",\"new\":\"1x39\\r\\n1x40\\r\\n3x41\\r\\n3x42\\r\\n3x43\\r\\n4x44\\r\\n3x45\"}}','143.105.161.141','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-16 08:03:00','2026-01-16 08:03:00'),
(1048,124,'stock_removed','Removed 1 units - Adjustment - Count correction',7,'{\"quantity\":1,\"reason\":\"Adjustment - Count correction\",\"previous_stock\":19,\"new_stock\":18,\"notes\":null}','143.105.161.141','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-16 08:04:33','2026-01-16 08:04:33'),
(1049,167,'stock_added','Added 2 units - Adjustment - Count correction',7,'{\"quantity\":2,\"reason\":\"Adjustment - Count correction\",\"previous_stock\":2,\"new_stock\":4,\"notes\":null}','143.105.161.141','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-16 08:08:40','2026-01-16 08:08:40'),
(1050,134,'updated','Product updated',7,'{\"description\":{\"old\":\"1x40\\r\\n1x41\\r\\n2x42\\r\\n1x43\\r\\n1x44\\r\\n1x45\",\"new\":\"1x40\\r\\n2x42\\r\\n2x43\\r\\n2x44\\r\\n1x45\"}}','143.105.161.141','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-16 08:13:58','2026-01-16 08:13:58'),
(1051,49,'updated','Product updated',7,'{\"image\":{\"old\":\"products\\/1765811562_kUSbJezsFK.jpg\",\"new\":\"products\\/1768562482_iZkzDIhT5P.jpg\"}}','143.105.161.141','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-16 08:21:22','2026-01-16 08:21:22'),
(1052,49,'stock_removed','Removed 1 units - Adjustment - Count correction',7,'{\"quantity\":1,\"reason\":\"Adjustment - Count correction\",\"previous_stock\":13,\"new_stock\":12,\"notes\":null}','143.105.161.141','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-16 08:21:45','2026-01-16 08:21:45'),
(1053,49,'stock_removed','Removed 1 units - Adjustment - Count correction',7,'{\"quantity\":1,\"reason\":\"Adjustment - Count correction\",\"previous_stock\":12,\"new_stock\":11,\"notes\":null}','143.105.161.141','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-16 08:22:52','2026-01-16 08:22:52'),
(1054,136,'updated','Product updated',7,'{\"description\":{\"old\":\"1x39\\r\\n1x40\\r\\n5x41\\r\\n5x42\\r\\n5x43\\r\\n3x44\\r\\n3x45\",\"new\":\"1x39\\r\\n4x41\\r\\n1x42\\r\\n4x43\\r\\n3x44\\r\\n4x45\"}}','143.105.161.141','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-16 08:25:16','2026-01-16 08:25:16'),
(1055,158,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":4,\"new_stock\":3,\"sale_id\":263,\"sale_number\":\"HIL-0263\"}','143.105.161.141','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-16 09:08:49','2026-01-16 09:08:49'),
(1056,158,'updated','Product updated',7,'{\"description\":{\"old\":\"1x40\\r\\n1x42\\r\\n1x43\\r\\n1x44\",\"new\":\"1x40\\r\\n1x42\\r\\n1x43\"}}','143.105.161.141','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-16 09:09:30','2026-01-16 09:09:30'),
(1057,146,'updated','Product updated',7,'{\"description\":{\"old\":\"3x40\\r\\n4x41\\r\\n4x42\\r\\n3x43\\r\\n2x44\",\"new\":\"3x40\\r\\n3x41\\r\\n4x42\\r\\n2x43\\r\\n1x44\"}}','143.105.161.141','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-16 09:23:09','2026-01-16 09:23:09'),
(1058,146,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":14,\"new_stock\":13,\"sale_id\":264,\"sale_number\":\"HIL-0264\"}','143.105.161.141','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-16 09:23:50','2026-01-16 09:23:50'),
(1059,146,'stock_added','Added 1 units - Sale cancelled/refunded',7,'{\"quantity\":1,\"reason\":\"Found the lost one\",\"previous_stock\":13,\"new_stock\":14,\"sale_id\":264,\"sale_number\":\"HIL-0264\"}','143.105.161.141','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-16 09:28:39','2026-01-16 09:28:39'),
(1060,146,'updated','Product updated',7,'{\"description\":{\"old\":\"3x40\\r\\n3x41\\r\\n4x42\\r\\n2x43\\r\\n1x44\",\"new\":\"3x40\\r\\n3x41\\r\\n4x42\\r\\n3x43\\r\\n1x44\"}}','143.105.161.141','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-16 09:29:57','2026-01-16 09:29:57'),
(1061,49,'updated','Product updated',7,'{\"description\":{\"old\":\"3x40\\r\\n5x41\\r\\n1x42\\r\\n2x43\",\"new\":\"3x40\\r\\n5x41\\r\\n1x42\\r\\n2x43\\r\\n1x44\"}}','143.105.161.141','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-16 09:40:23','2026-01-16 09:40:23'),
(1062,49,'stock_added','Added 1 units - Adjustment - Count correction',7,'{\"quantity\":1,\"reason\":\"Adjustment - Count correction\",\"previous_stock\":11,\"new_stock\":12,\"notes\":null}','143.105.161.141','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-16 09:40:37','2026-01-16 09:40:37'),
(1063,124,'updated','Product updated',7,'{\"description\":{\"old\":\"1x39\\r\\n1x40\\r\\n3x41\\r\\n3x42\\r\\n3x43\\r\\n4x44\\r\\n3x45\",\"new\":\"1x39\\r\\n1x40\\r\\n3x41\\r\\n4x42\\r\\n3x43\\r\\n4x44\\r\\n3x45\"}}','143.105.161.141','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-16 09:43:39','2026-01-16 09:43:39'),
(1064,124,'stock_added','Added 1 units - Adjustment - Count correction',7,'{\"quantity\":1,\"reason\":\"Adjustment - Count correction\",\"previous_stock\":18,\"new_stock\":19,\"notes\":null}','143.105.161.141','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-16 09:44:02','2026-01-16 09:44:02'),
(1065,150,'updated','Product updated',7,'{\"description\":{\"old\":\"3x41\\r\\n3x42\\r\\n4x43\\r\\n2x44\\r\\n2x45\",\"new\":\"1x40\\r\\n2x41\\r\\n2x42\\r\\n4x43\\r\\n2x44\\r\\n2x45\"}}','143.105.161.141','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-16 09:47:31','2026-01-16 09:47:31'),
(1066,150,'stock_added','Added 3 units - Restock - New shipment',7,'{\"quantity\":3,\"reason\":\"Restock - New shipment\",\"previous_stock\":10,\"new_stock\":13,\"notes\":null}','143.105.161.141','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-16 09:47:53','2026-01-16 09:47:53'),
(1067,61,'stock_removed','Removed 3 units - Adjustment - Count correction',7,'{\"quantity\":3,\"reason\":\"Adjustment - Count correction\",\"previous_stock\":3,\"new_stock\":0,\"notes\":null}','143.105.161.141','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-16 09:53:07','2026-01-16 09:53:07'),
(1068,61,'status_changed','Product deactivated',7,'{\"old_status\":true,\"new_status\":false}','143.105.161.141','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-16 09:53:25','2026-01-16 09:53:25'),
(1069,107,'stock_added','Added 31 units - Restock - New shipment',7,'{\"quantity\":31,\"reason\":\"Restock - New shipment\",\"previous_stock\":13,\"new_stock\":44,\"notes\":null}','143.105.161.141','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-16 10:38:24','2026-01-16 10:38:24'),
(1070,53,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":19,\"new_stock\":18,\"sale_id\":265,\"sale_number\":\"HIL-0265\"}','154.73.161.254','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-16 10:51:29','2026-01-16 10:51:29'),
(1071,79,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":11,\"new_stock\":10,\"sale_id\":265,\"sale_number\":\"HIL-0265\"}','154.73.161.254','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-16 10:51:29','2026-01-16 10:51:29'),
(1072,130,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":6,\"new_stock\":5,\"sale_id\":265,\"sale_number\":\"HIL-0265\"}','154.73.161.254','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-16 10:51:29','2026-01-16 10:51:29'),
(1073,124,'updated','Product updated',7,'{\"description\":{\"old\":\"1x39\\r\\n1x40\\r\\n3x41\\r\\n4x42\\r\\n3x43\\r\\n4x44\\r\\n3x45\",\"new\":\"1x39\\r\\n1x40\\r\\n3x41\\r\\n3x42\\r\\n3x43\\r\\n4x44\\r\\n3x45\"}}','143.105.161.141','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36','2026-01-16 10:58:38','2026-01-16 10:58:38'),
(1074,124,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":19,\"new_stock\":18,\"sale_id\":266,\"sale_number\":\"HIL-0266\"}','143.105.161.141','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-16 11:01:19','2026-01-16 11:01:19'),
(1075,141,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":3,\"new_stock\":2,\"sale_id\":267,\"sale_number\":\"HIL-0267\"}','143.105.161.141','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-16 11:23:49','2026-01-16 11:23:49'),
(1076,87,'updated','Product updated',7,'{\"description\":{\"old\":\"1x39\\r\\n1x40\\r\\n4x41\\r\\n3x42\\r\\n3x43\\r\\n2x44\\r\\n1x45\",\"new\":\"1x39\\r\\n2x40\\r\\n4x41\\r\\n3x42\\r\\n3x43\\r\\n2x44\\r\\n1x45\"}}','143.105.161.141','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-16 11:41:08','2026-01-16 11:41:08'),
(1077,154,'updated','Product updated',7,'{\"description\":{\"old\":\"1x40\\r\\n3x41\\r\\n3x42\\r\\n3x43\\r\\n3x44\\r\\n1x45\",\"new\":\"1x39\\r\\n1x40\\r\\n3x41\\r\\n3x42\\r\\n3x43\\r\\n3x44\\r\\n1x45\"}}','143.105.161.141','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-16 11:44:36','2026-01-16 11:44:36'),
(1078,154,'stock_added','Added 1 units - Adjustment - Count correction',7,'{\"quantity\":1,\"reason\":\"Adjustment - Count correction\",\"previous_stock\":14,\"new_stock\":15,\"notes\":null}','143.105.161.141','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-16 11:44:50','2026-01-16 11:44:50'),
(1079,55,'updated','Product updated',7,'{\"description\":{\"old\":\"2x41\\r\\n1x42\\r\\n1x43\\r\\n2x44\",\"new\":\"1x40\\r\\n2x41\\r\\n1x42\\r\\n1x43\\r\\n2x44\"}}','143.105.161.141','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-16 11:46:01','2026-01-16 11:46:01'),
(1080,55,'stock_added','Added 1 units - Adjustment - Count correction',7,'{\"quantity\":1,\"reason\":\"Adjustment - Count correction\",\"previous_stock\":6,\"new_stock\":7,\"notes\":null}','143.105.161.141','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-16 11:46:18','2026-01-16 11:46:18'),
(1081,144,'updated','Product updated',7,'{\"description\":{\"old\":\"1x39\\r\\n2x41\\r\\n2x42\\r\\n2x43\\r\\n2x44\\r\\n1x45\",\"new\":\"1x39\\r\\n1x41\\r\\n1x43\\r\\n1x44\"}}','143.105.161.141','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-16 11:49:46','2026-01-16 11:49:46'),
(1082,198,'created','Product created',7,'{\"name\":\"H-2016 S\",\"description\":\"1x41\\r\\n1x42\\r\\n1x43\\r\\n1x44\\r\\n1x45\",\"barcode\":\"PRD177480\",\"category_id\":\"2\",\"product_type\":\"market\",\"unit\":\"pcs\",\"cost_price\":\"16500.00\",\"selling_price\":\"17500.00\",\"image\":\"products\\/1768575382_P1YCMsG8jJ.jpg\",\"expiry_date\":null,\"is_active\":true,\"alert_quantity\":1,\"weight\":null,\"length\":null,\"width\":null,\"height\":null,\"updated_at\":\"2026-01-16T14:56:23.000000Z\",\"created_at\":\"2026-01-16T14:56:23.000000Z\",\"id\":198}','143.105.161.141','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-16 11:56:23','2026-01-16 11:56:23'),
(1083,198,'stock_added','Added 5 units - Initial stock',7,'{\"quantity\":5,\"reason\":\"Initial stock\",\"previous_stock\":0,\"new_stock\":5,\"notes\":\"Product creation\"}','143.105.161.141','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-16 11:56:23','2026-01-16 11:56:23'),
(1084,199,'created','Product created',7,'{\"name\":\"H-2016 S\",\"description\":\"1x41\\r\\n1x42\\r\\n1x43\\r\\n1x44\\r\\n1x45\",\"barcode\":\"PRD080879\",\"category_id\":\"2\",\"product_type\":\"market\",\"unit\":\"pcs\",\"cost_price\":\"16500.00\",\"selling_price\":\"17500.00\",\"image\":\"products\\/1768575393_JLHmWt3a3d.jpg\",\"expiry_date\":null,\"is_active\":true,\"alert_quantity\":1,\"weight\":null,\"length\":null,\"width\":null,\"height\":null,\"updated_at\":\"2026-01-16T14:56:34.000000Z\",\"created_at\":\"2026-01-16T14:56:34.000000Z\",\"id\":199}','143.105.161.141','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-16 11:56:34','2026-01-16 11:56:34'),
(1085,199,'stock_added','Added 5 units - Initial stock',7,'{\"quantity\":5,\"reason\":\"Initial stock\",\"previous_stock\":0,\"new_stock\":5,\"notes\":\"Product creation\"}','143.105.161.141','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-16 11:56:34','2026-01-16 11:56:34'),
(1086,200,'created','Product created',7,'{\"name\":\"H-2016 S\",\"description\":\"1x41\\r\\n1x42\\r\\n1x43\\r\\n1x44\\r\\n1x45\",\"barcode\":\"PRD939653\",\"category_id\":\"2\",\"product_type\":\"market\",\"unit\":\"pcs\",\"cost_price\":\"16500.00\",\"selling_price\":\"17500.00\",\"image\":\"products\\/1768575459_ptiRqj5ByG.jpg\",\"expiry_date\":null,\"is_active\":true,\"alert_quantity\":1,\"weight\":null,\"length\":null,\"width\":null,\"height\":null,\"updated_at\":\"2026-01-16T14:57:39.000000Z\",\"created_at\":\"2026-01-16T14:57:39.000000Z\",\"id\":200}','143.105.161.141','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-16 11:57:39','2026-01-16 11:57:39'),
(1087,200,'stock_added','Added 5 units - Initial stock',7,'{\"quantity\":5,\"reason\":\"Initial stock\",\"previous_stock\":0,\"new_stock\":5,\"notes\":\"Product creation\"}','143.105.161.141','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-16 11:57:39','2026-01-16 11:57:39'),
(1088,201,'created','Product created',7,'{\"name\":\"H-2016 N\",\"description\":\"1x41\\r\\n2x42\\r\\n2x43\",\"barcode\":\"PRD894834\",\"category_id\":\"2\",\"product_type\":\"market\",\"unit\":\"pcs\",\"cost_price\":\"16500.00\",\"selling_price\":\"17500.00\",\"image\":\"products\\/1768575703_bhScQtyvh4.jpg\",\"expiry_date\":null,\"is_active\":true,\"alert_quantity\":1,\"weight\":null,\"length\":null,\"width\":null,\"height\":null,\"updated_at\":\"2026-01-16T15:01:44.000000Z\",\"created_at\":\"2026-01-16T15:01:44.000000Z\",\"id\":201}','143.105.161.141','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-16 12:01:44','2026-01-16 12:01:44'),
(1089,201,'stock_added','Added 5 units - Initial stock',7,'{\"quantity\":5,\"reason\":\"Initial stock\",\"previous_stock\":0,\"new_stock\":5,\"notes\":\"Product creation\"}','143.105.161.141','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-16 12:01:44','2026-01-16 12:01:44'),
(1090,144,'stock_removed','Removed 4 units - Adjustment - Count correction',7,'{\"quantity\":4,\"reason\":\"Adjustment - Count correction\",\"previous_stock\":9,\"new_stock\":5,\"notes\":null}','143.105.161.141','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-16 12:04:59','2026-01-16 12:04:59'),
(1091,144,'stock_removed','Removed 1 units - Adjustment - Count correction',7,'{\"quantity\":1,\"reason\":\"Adjustment - Count correction\",\"previous_stock\":5,\"new_stock\":4,\"notes\":null}','143.105.161.141','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-16 12:05:13','2026-01-16 12:05:13'),
(1092,45,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":9,\"new_stock\":8,\"sale_id\":268,\"sale_number\":\"HIL-0268\"}','143.105.161.141','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-16 12:07:10','2026-01-16 12:07:10'),
(1093,200,'updated','Product updated',7,'{\"image\":{\"old\":\"products\\/1768575459_ptiRqj5ByG.jpg\",\"new\":\"products\\/1768576212_XTQS1FgMXM.jpg\"}}','143.105.161.141','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-16 12:10:12','2026-01-16 12:10:12'),
(1094,186,'status_changed','Product deactivated',7,'{\"old_status\":true,\"new_status\":false}','143.105.161.141','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-16 12:19:29','2026-01-16 12:19:29'),
(1095,186,'stock_removed','Removed 13 units - Adjustment - Count correction',7,'{\"quantity\":13,\"reason\":\"Adjustment - Count correction\",\"previous_stock\":13,\"new_stock\":0,\"notes\":null}','143.105.161.141','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-16 12:19:51','2026-01-16 12:19:51'),
(1096,199,'deleted','Product deleted',7,'{\"id\":199,\"name\":\"H-2016 S\",\"description\":\"1x41\\r\\n1x42\\r\\n1x43\\r\\n1x44\\r\\n1x45\",\"barcode\":\"PRD080879\",\"category_id\":2,\"product_type\":\"market\",\"unit\":\"pcs\",\"alert_quantity\":1,\"cost_price\":\"16500.00\",\"selling_price\":\"17500.00\",\"discount_price\":null,\"image\":\"products\\/1768575393_JLHmWt3a3d.jpg\",\"expiry_date\":null,\"is_active\":true,\"weight\":null,\"length\":null,\"width\":null,\"height\":null,\"created_at\":\"2026-01-16T14:56:34.000000Z\",\"updated_at\":\"2026-01-16T14:56:34.000000Z\",\"deleted_at\":null,\"category\":{\"id\":2,\"name\":\"Sandale\",\"description\":null,\"image\":null,\"is_active\":true,\"created_at\":\"2025-12-15T12:49:34.000000Z\",\"updated_at\":\"2025-12-15T12:49:34.000000Z\"},\"inventory\":{\"id\":199,\"product_id\":199,\"current_stock\":5,\"reserved_stock\":0,\"available_stock\":5,\"last_stock_update\":\"2026-01-16T14:56:34.000000Z\",\"last_updated_by\":7,\"created_at\":\"2026-01-16T14:56:34.000000Z\",\"updated_at\":\"2026-01-16T14:56:34.000000Z\"},\"history\":[{\"id\":1085,\"product_id\":199,\"action\":\"stock_added\",\"description\":\"Added 5 units - Initial stock\",\"user_id\":7,\"data\":{\"quantity\":5,\"reason\":\"Initial stock\",\"previous_stock\":0,\"new_stock\":5,\"notes\":\"Product creation\"},\"ip_address\":\"143.105.161.141\",\"user_agent\":\"Mozilla\\/5.0 (Linux; Android 10; K) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/143.0.0.0 Mobile Safari\\/537.36\",\"created_at\":\"2026-01-16T14:56:34.000000Z\",\"updated_at\":\"2026-01-16T14:56:34.000000Z\",\"user\":{\"id\":7,\"name\":\"Ayoub Oumar\",\"email\":\"ayoub.oumar919@gmail.com\",\"user_type\":\"admin\",\"is_active\":true,\"preferred_language\":\"en\",\"email_verified_at\":\"2025-12-18T06:27:21.000000Z\",\"two_factor_confirmed_at\":null,\"current_team_id\":null,\"profile_photo_path\":null,\"created_at\":\"2025-12-18T06:27:21.000000Z\",\"updated_at\":\"2026-01-05T11:04:03.000000Z\",\"profile_photo_url\":\"https:\\/\\/ui-avatars.com\\/api\\/?name=A+O&color=7F9CF5&background=EBF4FF\"}},{\"id\":1084,\"product_id\":199,\"action\":\"created\",\"description\":\"Product created\",\"user_id\":7,\"data\":{\"name\":\"H-2016 S\",\"description\":\"1x41\\r\\n1x42\\r\\n1x43\\r\\n1x44\\r\\n1x45\",\"barcode\":\"PRD080879\",\"category_id\":\"2\",\"product_type\":\"market\",\"unit\":\"pcs\",\"cost_price\":\"16500.00\",\"selling_price\":\"17500.00\",\"image\":\"products\\/1768575393_JLHmWt3a3d.jpg\",\"expiry_date\":null,\"is_active\":true,\"alert_quantity\":1,\"weight\":null,\"length\":null,\"width\":null,\"height\":null,\"updated_at\":\"2026-01-16T14:56:34.000000Z\",\"created_at\":\"2026-01-16T14:56:34.000000Z\",\"id\":199},\"ip_address\":\"143.105.161.141\",\"user_agent\":\"Mozilla\\/5.0 (Linux; Android 10; K) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/143.0.0.0 Mobile Safari\\/537.36\",\"created_at\":\"2026-01-16T14:56:34.000000Z\",\"updated_at\":\"2026-01-16T14:56:34.000000Z\",\"user\":{\"id\":7,\"name\":\"Ayoub Oumar\",\"email\":\"ayoub.oumar919@gmail.com\",\"user_type\":\"admin\",\"is_active\":true,\"preferred_language\":\"en\",\"email_verified_at\":\"2025-12-18T06:27:21.000000Z\",\"two_factor_confirmed_at\":null,\"current_team_id\":null,\"profile_photo_path\":null,\"created_at\":\"2025-12-18T06:27:21.000000Z\",\"updated_at\":\"2026-01-05T11:04:03.000000Z\",\"profile_photo_url\":\"https:\\/\\/ui-avatars.com\\/api\\/?name=A+O&color=7F9CF5&background=EBF4FF\"}}]}','143.105.161.141','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-16 12:22:27','2026-01-16 12:22:27'),
(1097,198,'deleted','Product deleted',7,'{\"id\":198,\"name\":\"H-2016 S\",\"description\":\"1x41\\r\\n1x42\\r\\n1x43\\r\\n1x44\\r\\n1x45\",\"barcode\":\"PRD177480\",\"category_id\":2,\"product_type\":\"market\",\"unit\":\"pcs\",\"alert_quantity\":1,\"cost_price\":\"16500.00\",\"selling_price\":\"17500.00\",\"discount_price\":null,\"image\":\"products\\/1768575382_P1YCMsG8jJ.jpg\",\"expiry_date\":null,\"is_active\":true,\"weight\":null,\"length\":null,\"width\":null,\"height\":null,\"created_at\":\"2026-01-16T14:56:23.000000Z\",\"updated_at\":\"2026-01-16T14:56:23.000000Z\",\"deleted_at\":null,\"category\":{\"id\":2,\"name\":\"Sandale\",\"description\":null,\"image\":null,\"is_active\":true,\"created_at\":\"2025-12-15T12:49:34.000000Z\",\"updated_at\":\"2025-12-15T12:49:34.000000Z\"},\"inventory\":{\"id\":198,\"product_id\":198,\"current_stock\":5,\"reserved_stock\":0,\"available_stock\":5,\"last_stock_update\":\"2026-01-16T14:56:23.000000Z\",\"last_updated_by\":7,\"created_at\":\"2026-01-16T14:56:23.000000Z\",\"updated_at\":\"2026-01-16T14:56:23.000000Z\"},\"history\":[{\"id\":1083,\"product_id\":198,\"action\":\"stock_added\",\"description\":\"Added 5 units - Initial stock\",\"user_id\":7,\"data\":{\"quantity\":5,\"reason\":\"Initial stock\",\"previous_stock\":0,\"new_stock\":5,\"notes\":\"Product creation\"},\"ip_address\":\"143.105.161.141\",\"user_agent\":\"Mozilla\\/5.0 (Linux; Android 10; K) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/143.0.0.0 Mobile Safari\\/537.36\",\"created_at\":\"2026-01-16T14:56:23.000000Z\",\"updated_at\":\"2026-01-16T14:56:23.000000Z\",\"user\":{\"id\":7,\"name\":\"Ayoub Oumar\",\"email\":\"ayoub.oumar919@gmail.com\",\"user_type\":\"admin\",\"is_active\":true,\"preferred_language\":\"en\",\"email_verified_at\":\"2025-12-18T06:27:21.000000Z\",\"two_factor_confirmed_at\":null,\"current_team_id\":null,\"profile_photo_path\":null,\"created_at\":\"2025-12-18T06:27:21.000000Z\",\"updated_at\":\"2026-01-05T11:04:03.000000Z\",\"profile_photo_url\":\"https:\\/\\/ui-avatars.com\\/api\\/?name=A+O&color=7F9CF5&background=EBF4FF\"}},{\"id\":1082,\"product_id\":198,\"action\":\"created\",\"description\":\"Product created\",\"user_id\":7,\"data\":{\"name\":\"H-2016 S\",\"description\":\"1x41\\r\\n1x42\\r\\n1x43\\r\\n1x44\\r\\n1x45\",\"barcode\":\"PRD177480\",\"category_id\":\"2\",\"product_type\":\"market\",\"unit\":\"pcs\",\"cost_price\":\"16500.00\",\"selling_price\":\"17500.00\",\"image\":\"products\\/1768575382_P1YCMsG8jJ.jpg\",\"expiry_date\":null,\"is_active\":true,\"alert_quantity\":1,\"weight\":null,\"length\":null,\"width\":null,\"height\":null,\"updated_at\":\"2026-01-16T14:56:23.000000Z\",\"created_at\":\"2026-01-16T14:56:23.000000Z\",\"id\":198},\"ip_address\":\"143.105.161.141\",\"user_agent\":\"Mozilla\\/5.0 (Linux; Android 10; K) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/143.0.0.0 Mobile Safari\\/537.36\",\"created_at\":\"2026-01-16T14:56:23.000000Z\",\"updated_at\":\"2026-01-16T14:56:23.000000Z\",\"user\":{\"id\":7,\"name\":\"Ayoub Oumar\",\"email\":\"ayoub.oumar919@gmail.com\",\"user_type\":\"admin\",\"is_active\":true,\"preferred_language\":\"en\",\"email_verified_at\":\"2025-12-18T06:27:21.000000Z\",\"two_factor_confirmed_at\":null,\"current_team_id\":null,\"profile_photo_path\":null,\"created_at\":\"2025-12-18T06:27:21.000000Z\",\"updated_at\":\"2026-01-05T11:04:03.000000Z\",\"profile_photo_url\":\"https:\\/\\/ui-avatars.com\\/api\\/?name=A+O&color=7F9CF5&background=EBF4FF\"}}]}','143.105.161.141','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-16 12:22:38','2026-01-16 12:22:38'),
(1098,184,'updated','Product updated',7,'{\"description\":{\"old\":\"1X39 3X40 3X41 5X42 4X43 4X44 3X45\",\"new\":\"1X39 \\r\\n5X41 \\r\\n5X42\\r\\n 4X43\\r\\n 7X44\\r\\n 5X45\"}}','143.105.161.141','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-16 12:25:17','2026-01-16 12:25:17'),
(1099,184,'stock_added','Added 19 units - Adjustment - Count correction',7,'{\"quantity\":19,\"reason\":\"Adjustment - Count correction\",\"previous_stock\":15,\"new_stock\":34,\"notes\":null}','143.105.161.141','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-16 12:28:08','2026-01-16 12:28:08'),
(1100,184,'stock_removed','Removed 7 units - Adjustment - Count correction',7,'{\"quantity\":7,\"reason\":\"Adjustment - Count correction\",\"previous_stock\":34,\"new_stock\":27,\"notes\":null}','143.105.161.141','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-16 12:28:33','2026-01-16 12:28:33'),
(1101,111,'stock_removed','Removed 2 units - Adjustment - Count correction',7,'{\"quantity\":2,\"reason\":\"Adjustment - Count correction\",\"previous_stock\":2,\"new_stock\":0,\"notes\":null}','143.105.161.141','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36','2026-01-16 13:58:57','2026-01-16 13:58:57'),
(1102,110,'stock_removed','Removed 2 units - Adjustment - Count correction',7,'{\"quantity\":2,\"reason\":\"Adjustment - Count correction\",\"previous_stock\":2,\"new_stock\":0,\"notes\":null}','143.105.161.141','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36','2026-01-16 13:59:32','2026-01-16 13:59:32'),
(1103,30,'stock_removed','Removed 29 units - Adjustment - Count correction',7,'{\"quantity\":29,\"reason\":\"Adjustment - Count correction\",\"previous_stock\":29,\"new_stock\":0,\"notes\":null}','143.105.161.141','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36','2026-01-16 14:00:06','2026-01-16 14:00:06'),
(1104,138,'stock_removed','Removed 6 units - Adjustment - Count correction',7,'{\"quantity\":6,\"reason\":\"Adjustment - Count correction\",\"previous_stock\":6,\"new_stock\":0,\"notes\":null}','154.73.161.254','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-16 15:01:00','2026-01-16 15:01:00'),
(1105,138,'status_changed','Product deactivated',7,'{\"old_status\":true,\"new_status\":false}','154.73.161.254','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-16 15:01:19','2026-01-16 15:01:19'),
(1106,107,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":44,\"new_stock\":43,\"sale_id\":269,\"sale_number\":\"HIL-0269\"}','143.105.161.236','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-17 06:00:44','2026-01-17 06:00:44'),
(1107,130,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":5,\"new_stock\":4,\"sale_id\":269,\"sale_number\":\"HIL-0269\"}','143.105.161.236','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-17 06:00:44','2026-01-17 06:00:44'),
(1108,154,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":15,\"new_stock\":14,\"sale_id\":269,\"sale_number\":\"HIL-0269\"}','143.105.161.236','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-17 06:00:44','2026-01-17 06:00:44'),
(1109,184,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":27,\"new_stock\":26,\"sale_id\":269,\"sale_number\":\"HIL-0269\"}','143.105.161.236','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-17 06:00:44','2026-01-17 06:00:44'),
(1110,186,'updated','Product updated',7,'{\"description\":{\"old\":\"1X39  3X40  3X41   4X42   4X43   4X44   2X45  1X46\",\"new\":\"3X40  3X41   4X42   4X43   4X44   2X45  1X46\"},\"is_active\":{\"old\":false,\"new\":true}}','143.105.161.236','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-17 06:01:39','2026-01-17 06:01:39'),
(1111,184,'updated','Product updated',7,'{\"description\":{\"old\":\"1X39 \\r\\n5X41 \\r\\n5X42\\r\\n 4X43\\r\\n 7X44\\r\\n 5X45\",\"new\":\"5X41 \\r\\n5X42\\r\\n4X43\\r\\n 7X44\\r\\n 5X45\"}}','143.105.161.236','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-17 06:02:12','2026-01-17 06:02:12'),
(1112,154,'updated','Product updated',7,'{\"description\":{\"old\":\"1x39\\r\\n1x40\\r\\n3x41\\r\\n3x42\\r\\n3x43\\r\\n3x44\\r\\n1x45\",\"new\":\"1x40\\r\\n3x41\\r\\n3x42\\r\\n3x43\\r\\n3x44\\r\\n1x45\"}}','143.105.161.236','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-17 06:02:44','2026-01-17 06:02:44'),
(1113,130,'updated','Product updated',7,'{\"description\":{\"old\":\"1X39\\r\\n3X40\\r\\n2X42\",\"new\":\"3X40\\r\\n2X42\"}}','143.105.161.236','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-17 06:03:16','2026-01-17 06:03:16'),
(1114,107,'updated','Product updated',7,'{\"description\":{\"old\":\"1x39\\r\\n5x40\\r\\n6x41\\r\\n8x42\\r\\n10x43\\r\\n9x44\\r\\n5x45\",\"new\":\"5x40\\r\\n6x41\\r\\n8x42\\r\\n10x43\\r\\n9x44\\r\\n5x45\"}}','143.105.161.236','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-17 06:03:40','2026-01-17 06:03:40'),
(1115,186,'status_changed','Product deactivated',7,'{\"old_status\":true,\"new_status\":false}','143.105.161.236','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-17 06:05:06','2026-01-17 06:05:06'),
(1116,184,'stock_added','Added 1 units - Sale return',7,'{\"quantity\":1,\"reason\":\"Sale return\",\"previous_stock\":26,\"new_stock\":27,\"notes\":\"F Z\"}','143.105.161.236','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-17 06:28:52','2026-01-17 06:28:52'),
(1117,184,'updated','Product updated',7,'{\"description\":{\"old\":\"5X41 \\r\\n5X42\\r\\n4X43\\r\\n 7X44\\r\\n 5X45\",\"new\":\"5X41 \\r\\n5X42\\r\\n4X43\\r\\n 8X44\\r\\n 5X45\"}}','143.105.161.236','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-17 06:29:18','2026-01-17 06:29:18'),
(1118,180,'stock_removed','Removed 1 units - Sale return',7,'{\"quantity\":1,\"reason\":\"Sale return\",\"previous_stock\":14,\"new_stock\":13,\"notes\":\"F Z\"}','143.105.161.236','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-17 06:32:33','2026-01-17 06:32:33'),
(1119,180,'updated','Product updated',7,'{\"description\":{\"old\":\"1X40\\r\\n3X41\\r\\n3X42\\r\\n2X43\\r\\n2X44\\r\\n3X45\",\"new\":\"1X40\\r\\n3X41\\r\\n3X42\\r\\n2X43\\r\\n1X44\\r\\n3X45\"}}','143.105.161.236','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-17 06:32:55','2026-01-17 06:32:55'),
(1120,170,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":1,\"new_stock\":0,\"sale_id\":270,\"sale_number\":\"HIL-0270\"}','143.105.161.236','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-17 07:05:51','2026-01-17 07:05:51'),
(1121,170,'status_changed','Product deactivated',7,'{\"old_status\":true,\"new_status\":false}','143.105.161.236','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-17 07:06:10','2026-01-17 07:06:10'),
(1122,89,'stock_removed','Removed 1 units - Adjustment - Count correction',7,'{\"quantity\":1,\"reason\":\"Adjustment - Count correction\",\"previous_stock\":4,\"new_stock\":3,\"notes\":null}','143.105.161.236','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-17 07:09:56','2026-01-17 07:09:56'),
(1123,180,'updated','Product updated',7,'{\"description\":{\"old\":\"1X40\\r\\n3X41\\r\\n3X42\\r\\n2X43\\r\\n1X44\\r\\n3X45\",\"new\":\"1X40\\r\\n3X41\\r\\n4X42\\r\\n1X43\\r\\n1X44\\r\\n3X45\"}}','143.105.161.236','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-17 07:13:00','2026-01-17 07:13:00'),
(1124,51,'stock_removed','Removed 3 units - Sale',7,'{\"quantity\":3,\"reason\":\"Sale\",\"previous_stock\":6,\"new_stock\":3,\"sale_id\":271,\"sale_number\":\"HIL-0271\"}','143.105.161.236','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-17 07:16:25','2026-01-17 07:16:25'),
(1125,59,'stock_added','Added 1 units - Adjustment - Count correction',7,'{\"quantity\":1,\"reason\":\"Adjustment - Count correction\",\"previous_stock\":0,\"new_stock\":1,\"notes\":null}','143.105.161.236','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-17 07:18:05','2026-01-17 07:18:05'),
(1126,202,'created','Product created',7,'{\"name\":\"H-2025 N\",\"description\":\"1x40\\r\\n2x42\\r\\n2x43\",\"barcode\":\"PRD426945\",\"category_id\":\"2\",\"product_type\":\"store\",\"unit\":\"pcs\",\"cost_price\":\"16500.00\",\"selling_price\":\"17500.00\",\"image\":\"products\\/1768645482_tCqVZmeGJj.jpg\",\"expiry_date\":null,\"is_active\":true,\"alert_quantity\":1,\"weight\":null,\"length\":null,\"width\":null,\"height\":null,\"updated_at\":\"2026-01-17T10:24:43.000000Z\",\"created_at\":\"2026-01-17T10:24:43.000000Z\",\"id\":202}','143.105.161.236','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-17 07:24:43','2026-01-17 07:24:43'),
(1127,202,'stock_added','Added 5 units - Initial stock',7,'{\"quantity\":5,\"reason\":\"Initial stock\",\"previous_stock\":0,\"new_stock\":5,\"notes\":\"Product creation\"}','143.105.161.236','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-17 07:24:43','2026-01-17 07:24:43'),
(1128,202,'stock_removed','Removed 5 units - Transfer from store to market',7,'{\"quantity\":5,\"reason\":\"Transfer from store to market\",\"previous_stock\":5,\"new_stock\":0,\"transfer_type\":\"store_to_market\",\"transferred_by\":7}','143.105.161.236','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-17 07:25:21','2026-01-17 07:25:21'),
(1129,204,'created','Product created',7,'{\"name\":\"H-2025 N\",\"description\":\"1x40\\r\\n2x42\\r\\n2x43\",\"barcode\":\"PRD426945-M1\",\"category_id\":2,\"product_type\":\"market\",\"unit\":\"pcs\",\"cost_price\":\"16500.00\",\"selling_price\":\"17500.00\",\"discount_price\":null,\"image\":\"products\\/1768645482_tCqVZmeGJj.jpg\",\"expiry_date\":null,\"is_active\":true,\"weight\":null,\"length\":null,\"width\":null,\"height\":null,\"updated_at\":\"2026-01-17T10:25:21.000000Z\",\"created_at\":\"2026-01-17T10:25:21.000000Z\",\"id\":204}','143.105.161.236','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-17 07:25:21','2026-01-17 07:25:21'),
(1130,204,'stock_added','Added 5 units - Transfer from store to market',7,'{\"quantity\":5,\"reason\":\"Transfer from store to market\",\"previous_stock\":0,\"new_stock\":5,\"transfer_type\":\"store_to_market\",\"from_product_id\":202,\"transferred_by\":7}','143.105.161.236','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-17 07:25:21','2026-01-17 07:25:21'),
(1131,95,'stock_added','Added 1 units - Adjustment - Count correction',7,'{\"quantity\":1,\"reason\":\"Adjustment - Count correction\",\"previous_stock\":1,\"new_stock\":2,\"notes\":null}','143.105.161.236','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-17 07:29:23','2026-01-17 07:29:23'),
(1132,150,'updated','Product updated',7,'{\"description\":{\"old\":\"1x40\\r\\n2x41\\r\\n2x42\\r\\n4x43\\r\\n2x44\\r\\n2x45\",\"new\":\"1x40\\r\\n2x41\\r\\n2x42\\r\\n4x43\\r\\n2x44\\r\\n1x45\"}}','143.105.161.236','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-17 07:45:38','2026-01-17 07:45:38'),
(1133,150,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":13,\"new_stock\":12,\"sale_id\":272,\"sale_number\":\"HIL-0272\"}','143.105.161.236','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-17 07:46:09','2026-01-17 07:46:09'),
(1134,67,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":37,\"new_stock\":36,\"sale_id\":273,\"sale_number\":\"HIL-0273\"}','143.105.161.236','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-17 08:47:40','2026-01-17 08:47:40'),
(1135,4,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":318,\"new_stock\":317,\"sale_id\":274,\"sale_number\":\"HIL-0274\"}','143.105.161.236','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-17 09:00:55','2026-01-17 09:00:55'),
(1136,107,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":43,\"new_stock\":42,\"sale_id\":275,\"sale_number\":\"HIL-0275\"}','143.105.161.236','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-17 09:23:38','2026-01-17 09:23:38'),
(1137,107,'updated','Product updated',7,'{\"description\":{\"old\":\"5x40\\r\\n6x41\\r\\n8x42\\r\\n10x43\\r\\n9x44\\r\\n5x45\",\"new\":\"5x40\\r\\n6x41\\r\\n8x42\\r\\n10x43\\r\\n8x44\\r\\n5x45\"}}','143.105.161.236','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-17 09:25:02','2026-01-17 09:25:02'),
(1138,134,'updated','Product updated',7,'{\"description\":{\"old\":\"1x40\\r\\n2x42\\r\\n2x43\\r\\n2x44\\r\\n1x45\",\"new\":\"1x40\\r\\n1x42\\r\\n2x43\\r\\n2x44\\r\\n1x45\"}}','143.105.161.236','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-17 10:06:34','2026-01-17 10:06:34'),
(1139,134,'stock_removed','Removed 1 units - Sale return',7,'{\"quantity\":1,\"reason\":\"Sale return\",\"previous_stock\":8,\"new_stock\":7,\"notes\":null}','143.105.161.236','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-17 10:06:58','2026-01-17 10:06:58'),
(1140,81,'price_changed','Product pricing updated',4,'{\"old_prices\":{\"cost_price\":\"16500.00\",\"selling_price\":\"17500.00\",\"discount_price\":null},\"new_prices\":{\"cost_price\":\"16500.00\",\"selling_price\":\"18500.00\",\"discount_price\":null}}','31.223.49.69','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36','2026-01-17 10:11:50','2026-01-17 10:11:50'),
(1141,81,'updated','Product updated',4,'{\"selling_price\":{\"old\":\"17500.00\",\"new\":\"18500\"}}','31.223.49.69','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36','2026-01-17 10:11:50','2026-01-17 10:11:50'),
(1142,134,'price_changed','Product pricing updated',4,'{\"old_prices\":{\"cost_price\":\"16500.00\",\"selling_price\":\"17500.00\",\"discount_price\":null},\"new_prices\":{\"cost_price\":\"16500.00\",\"selling_price\":\"18500.00\",\"discount_price\":null}}','31.223.49.69','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36','2026-01-17 10:12:23','2026-01-17 10:12:23'),
(1143,134,'updated','Product updated',4,'{\"selling_price\":{\"old\":\"17500.00\",\"new\":\"18500\"}}','31.223.49.69','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36','2026-01-17 10:12:23','2026-01-17 10:12:23'),
(1144,150,'price_changed','Product pricing updated',4,'{\"old_prices\":{\"cost_price\":\"16500.00\",\"selling_price\":\"17499.99\",\"discount_price\":null},\"new_prices\":{\"cost_price\":\"16500.00\",\"selling_price\":\"18500.00\",\"discount_price\":null}}','31.223.49.69','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36','2026-01-17 10:13:02','2026-01-17 10:13:02'),
(1145,150,'updated','Product updated',4,'{\"selling_price\":{\"old\":\"17499.99\",\"new\":\"18500\"}}','31.223.49.69','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36','2026-01-17 10:13:02','2026-01-17 10:13:02'),
(1146,130,'updated','Product updated',7,'{\"description\":{\"old\":\"3X40\\r\\n2X42\",\"new\":\"3X40\\r\\n1X42\"}}','143.105.161.236','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-17 10:16:39','2026-01-17 10:16:39'),
(1147,150,'price_changed','Product pricing updated',4,'{\"old_prices\":{\"cost_price\":\"16500.00\",\"selling_price\":\"18500.00\",\"discount_price\":null},\"new_prices\":{\"cost_price\":\"16500.00\",\"selling_price\":\"21000.00\",\"discount_price\":null}}','31.223.49.69','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36','2026-01-17 10:17:59','2026-01-17 10:17:59'),
(1148,150,'updated','Product updated',4,'{\"selling_price\":{\"old\":\"18500.00\",\"new\":\"21000\"}}','31.223.49.69','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36','2026-01-17 10:17:59','2026-01-17 10:17:59'),
(1149,134,'price_changed','Product pricing updated',4,'{\"old_prices\":{\"cost_price\":\"16500.00\",\"selling_price\":\"18500.00\",\"discount_price\":null},\"new_prices\":{\"cost_price\":\"16500.00\",\"selling_price\":\"21000.00\",\"discount_price\":null}}','31.223.49.69','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36','2026-01-17 10:18:33','2026-01-17 10:18:33'),
(1150,134,'updated','Product updated',4,'{\"selling_price\":{\"old\":\"18500.00\",\"new\":\"21000\"}}','31.223.49.69','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36','2026-01-17 10:18:33','2026-01-17 10:18:33'),
(1151,81,'price_changed','Product pricing updated',4,'{\"old_prices\":{\"cost_price\":\"16500.00\",\"selling_price\":\"18500.00\",\"discount_price\":null},\"new_prices\":{\"cost_price\":\"16500.00\",\"selling_price\":\"21000.00\",\"discount_price\":null}}','31.223.49.69','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36','2026-01-17 10:18:59','2026-01-17 10:18:59'),
(1152,81,'updated','Product updated',4,'{\"selling_price\":{\"old\":\"18500.00\",\"new\":\"21000\"}}','31.223.49.69','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36','2026-01-17 10:18:59','2026-01-17 10:18:59'),
(1153,154,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":14,\"new_stock\":13,\"sale_id\":276,\"sale_number\":\"HIL-0276\"}','143.105.161.236','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-17 10:21:50','2026-01-17 10:21:50'),
(1154,154,'updated','Product updated',7,'{\"description\":{\"old\":\"1x40\\r\\n3x41\\r\\n3x42\\r\\n3x43\\r\\n3x44\\r\\n1x45\",\"new\":\"1x40\\r\\n3x41\\r\\n3x42\\r\\n3x43\\r\\n2x44\\r\\n1x45\"}}','143.105.161.236','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-17 10:23:00','2026-01-17 10:23:00'),
(1155,43,'stock_removed','Removed 2 units - Sale',7,'{\"quantity\":2,\"reason\":\"Sale\",\"previous_stock\":609,\"new_stock\":607,\"sale_id\":277,\"sale_number\":\"HIL-0277\"}','143.105.161.236','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-17 11:24:23','2026-01-17 11:24:23'),
(1156,65,'status_changed','Product deactivated',7,'{\"old_status\":true,\"new_status\":false}','143.105.161.236','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36','2026-01-17 12:15:04','2026-01-17 12:15:04'),
(1157,65,'stock_removed','Removed 3 units - Adjustment - Count correction',7,'{\"quantity\":3,\"reason\":\"Adjustment - Count correction\",\"previous_stock\":3,\"new_stock\":0,\"notes\":null}','143.105.161.236','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36','2026-01-17 12:15:25','2026-01-17 12:15:25'),
(1158,83,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":8,\"new_stock\":7,\"sale_id\":278,\"sale_number\":\"HIL-0278\"}','154.73.160.138','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-19 06:01:45','2026-01-19 06:01:45'),
(1159,204,'price_changed','Product pricing updated',4,'{\"old_prices\":{\"cost_price\":\"16500.00\",\"selling_price\":\"17500.00\",\"discount_price\":null},\"new_prices\":{\"cost_price\":\"16500.00\",\"selling_price\":\"18500.00\",\"discount_price\":null}}','31.223.49.69','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36','2026-01-19 06:27:32','2026-01-19 06:27:32'),
(1160,204,'updated','Product updated',4,'{\"selling_price\":{\"old\":\"17500.00\",\"new\":\"18500.00\"}}','31.223.49.69','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36','2026-01-19 06:27:32','2026-01-19 06:27:32'),
(1161,201,'price_changed','Product pricing updated',4,'{\"old_prices\":{\"cost_price\":\"16500.00\",\"selling_price\":\"17500.00\",\"discount_price\":null},\"new_prices\":{\"cost_price\":\"16500.00\",\"selling_price\":\"18500.00\",\"discount_price\":null}}','31.223.49.69','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36','2026-01-19 06:28:21','2026-01-19 06:28:21'),
(1162,201,'updated','Product updated',4,'{\"selling_price\":{\"old\":\"17500.00\",\"new\":\"18500.00\"}}','31.223.49.69','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36','2026-01-19 06:28:21','2026-01-19 06:28:21'),
(1163,200,'price_changed','Product pricing updated',4,'{\"old_prices\":{\"cost_price\":\"16500.00\",\"selling_price\":\"17500.00\",\"discount_price\":null},\"new_prices\":{\"cost_price\":\"16500.00\",\"selling_price\":\"18500.00\",\"discount_price\":null}}','31.223.49.69','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36','2026-01-19 06:33:53','2026-01-19 06:33:53'),
(1164,200,'updated','Product updated',4,'{\"selling_price\":{\"old\":\"17500.00\",\"new\":\"18500.00\"}}','31.223.49.69','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36','2026-01-19 06:33:53','2026-01-19 06:33:53'),
(1165,192,'price_changed','Product pricing updated',4,'{\"old_prices\":{\"cost_price\":\"16500.00\",\"selling_price\":\"17500.00\",\"discount_price\":null},\"new_prices\":{\"cost_price\":\"16500.00\",\"selling_price\":\"18500.00\",\"discount_price\":null}}','31.223.49.69','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36','2026-01-19 06:34:31','2026-01-19 06:34:31'),
(1166,192,'updated','Product updated',4,'{\"selling_price\":{\"old\":\"17500.00\",\"new\":\"18500.00\"}}','31.223.49.69','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36','2026-01-19 06:34:31','2026-01-19 06:34:31'),
(1167,190,'price_changed','Product pricing updated',4,'{\"old_prices\":{\"cost_price\":\"16500.00\",\"selling_price\":\"17500.00\",\"discount_price\":null},\"new_prices\":{\"cost_price\":\"16500.00\",\"selling_price\":\"18500.00\",\"discount_price\":null}}','31.223.49.69','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36','2026-01-19 06:34:59','2026-01-19 06:34:59'),
(1168,190,'updated','Product updated',4,'{\"selling_price\":{\"old\":\"17500.00\",\"new\":\"18500.00\"}}','31.223.49.69','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36','2026-01-19 06:34:59','2026-01-19 06:34:59'),
(1169,186,'price_changed','Product pricing updated',4,'{\"old_prices\":{\"cost_price\":\"16500.00\",\"selling_price\":\"17500.00\",\"discount_price\":null},\"new_prices\":{\"cost_price\":\"16500.00\",\"selling_price\":\"18500.00\",\"discount_price\":null}}','31.223.49.69','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36','2026-01-19 06:35:31','2026-01-19 06:35:31'),
(1170,186,'updated','Product updated',4,'{\"selling_price\":{\"old\":\"17500.00\",\"new\":\"18500.00\"},\"is_active\":{\"old\":false,\"new\":true}}','31.223.49.69','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36','2026-01-19 06:35:31','2026-01-19 06:35:31'),
(1171,184,'price_changed','Product pricing updated',4,'{\"old_prices\":{\"cost_price\":\"16500.00\",\"selling_price\":\"17500.00\",\"discount_price\":null},\"new_prices\":{\"cost_price\":\"16500.00\",\"selling_price\":\"18500.00\",\"discount_price\":null}}','31.223.49.69','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36','2026-01-19 06:36:09','2026-01-19 06:36:09'),
(1172,184,'updated','Product updated',4,'{\"selling_price\":{\"old\":\"17500.00\",\"new\":\"18500.00\"}}','31.223.49.69','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36','2026-01-19 06:36:09','2026-01-19 06:36:09'),
(1173,182,'price_changed','Product pricing updated',4,'{\"old_prices\":{\"cost_price\":\"16500.00\",\"selling_price\":\"17500.00\",\"discount_price\":null},\"new_prices\":{\"cost_price\":\"16500.00\",\"selling_price\":\"18500.00\",\"discount_price\":null}}','31.223.49.69','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36','2026-01-19 06:44:34','2026-01-19 06:44:34'),
(1174,182,'updated','Product updated',4,'{\"selling_price\":{\"old\":\"17500.00\",\"new\":\"18500.00\"}}','31.223.49.69','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36','2026-01-19 06:44:34','2026-01-19 06:44:34'),
(1175,89,'stock_added','Added 1 units - Item removed from sale',7,'{\"quantity\":1,\"reason\":\"Item removed during sale edit\",\"previous_stock\":3,\"new_stock\":4,\"sale_id\":239,\"sale_number\":\"HIL-0239\"}','143.105.161.216','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36','2026-01-19 07:05:31','2026-01-19 07:05:31'),
(1176,132,'stock_added','Added 1 units - Item removed from sale',7,'{\"quantity\":1,\"reason\":\"Item removed during sale edit\",\"previous_stock\":0,\"new_stock\":1,\"sale_id\":239,\"sale_number\":\"HIL-0239\"}','143.105.161.216','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36','2026-01-19 07:05:31','2026-01-19 07:05:31'),
(1177,132,'status_changed','Product activated',7,'{\"old_status\":false,\"new_status\":true}','143.105.161.216','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36','2026-01-19 07:17:10','2026-01-19 07:17:10'),
(1178,132,'stock_removed','Removed 1 units - Item added to existing sale',7,'{\"quantity\":1,\"reason\":\"Item added to existing sale\",\"previous_stock\":1,\"new_stock\":0,\"sale_id\":239,\"sale_number\":\"HIL-0239\"}','143.105.161.216','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36','2026-01-19 07:18:06','2026-01-19 07:18:06'),
(1179,83,'updated','Product updated',7,'{\"description\":{\"old\":\"2x40\\r\\n2x41\\r\\n2x42\\r\\n1x44\",\"new\":\"2x40\\r\\n2x41\\r\\n1x42\\r\\n1x44\"}}','143.105.161.216','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36','2026-01-19 07:20:47','2026-01-19 07:20:47'),
(1180,85,'updated','Product updated',7,'{\"description\":{\"old\":\"4x40\\r\\n1x41\\r\\n1x42\\r\\n2x44\",\"new\":\"4x40\\r\\n1x42\\r\\n1x43\\r\\n2x44\"}}','143.105.161.216','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36','2026-01-19 07:21:46','2026-01-19 07:21:46'),
(1181,53,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":18,\"new_stock\":17,\"sale_id\":279,\"sale_number\":\"HIL-0279\"}','143.105.161.216','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-19 07:26:00','2026-01-19 07:26:00'),
(1182,67,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":36,\"new_stock\":35,\"sale_id\":279,\"sale_number\":\"HIL-0279\"}','143.105.161.216','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-19 07:26:00','2026-01-19 07:26:00'),
(1183,97,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":4,\"new_stock\":3,\"sale_id\":279,\"sale_number\":\"HIL-0279\"}','143.105.161.216','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-19 07:26:00','2026-01-19 07:26:00'),
(1184,128,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":4,\"new_stock\":3,\"sale_id\":279,\"sale_number\":\"HIL-0279\"}','143.105.161.216','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-19 07:26:00','2026-01-19 07:26:00'),
(1185,158,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":3,\"new_stock\":2,\"sale_id\":279,\"sale_number\":\"HIL-0279\"}','143.105.161.216','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-19 07:26:00','2026-01-19 07:26:00'),
(1186,158,'updated','Product updated',7,'{\"description\":{\"old\":\"1x40\\r\\n1x42\\r\\n1x43\",\"new\":\"1x40\\r\\n1x43\"}}','143.105.161.216','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-19 07:27:29','2026-01-19 07:27:29'),
(1187,128,'updated','Product updated',7,'{\"description\":{\"old\":\"2x40\\r\\n1x41\\r\\n1x43\",\"new\":\"2x40\\r\\n1x43\"}}','143.105.161.216','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-19 07:28:09','2026-01-19 07:28:09'),
(1188,97,'updated','Product updated',7,'{\"description\":{\"old\":\"1x40\\r\\n1x41\\r\\n1x42\\r\\n1x44\",\"new\":\"1x40\\r\\n1x41\\r\\n1x44\"}}','143.105.161.216','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-19 07:28:35','2026-01-19 07:28:35'),
(1189,53,'updated','Product updated',7,'{\"description\":{\"old\":\"1x39\\r\\n4x41\\r\\n1x42\\r\\n5x43\\r\\n7x44\\r\\n1x45\",\"new\":\"1x39\\r\\n4x41\\r\\n1x42\\r\\n5x43\\r\\n6x44\\r\\n1x45\"}}','143.105.161.216','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-19 07:29:06','2026-01-19 07:29:06'),
(1190,180,'price_changed','Product pricing updated',4,'{\"old_prices\":{\"cost_price\":\"16500.00\",\"selling_price\":\"17500.00\",\"discount_price\":null},\"new_prices\":{\"cost_price\":\"16500.00\",\"selling_price\":\"18500.00\",\"discount_price\":null}}','31.223.49.69','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36','2026-01-19 07:36:47','2026-01-19 07:36:47'),
(1191,180,'updated','Product updated',4,'{\"selling_price\":{\"old\":\"17500.00\",\"new\":\"18500.00\"}}','31.223.49.69','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36','2026-01-19 07:36:47','2026-01-19 07:36:47'),
(1192,170,'price_changed','Product pricing updated',4,'{\"old_prices\":{\"cost_price\":\"16500.00\",\"selling_price\":\"17500.00\",\"discount_price\":null},\"new_prices\":{\"cost_price\":\"16500.00\",\"selling_price\":\"18500.00\",\"discount_price\":null}}','31.223.49.69','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36','2026-01-19 07:38:06','2026-01-19 07:38:06'),
(1193,170,'updated','Product updated',4,'{\"selling_price\":{\"old\":\"17500.00\",\"new\":\"18500.00\"},\"is_active\":{\"old\":false,\"new\":true}}','31.223.49.69','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36','2026-01-19 07:38:07','2026-01-19 07:38:07'),
(1194,167,'price_changed','Product pricing updated',4,'{\"old_prices\":{\"cost_price\":\"16500.00\",\"selling_price\":\"17500.00\",\"discount_price\":null},\"new_prices\":{\"cost_price\":\"16500.00\",\"selling_price\":\"18500.00\",\"discount_price\":null}}','31.223.49.69','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36','2026-01-19 07:39:10','2026-01-19 07:39:10'),
(1195,167,'updated','Product updated',4,'{\"selling_price\":{\"old\":\"17500.00\",\"new\":\"18500.00\"}}','31.223.49.69','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36','2026-01-19 07:39:10','2026-01-19 07:39:10'),
(1196,158,'price_changed','Product pricing updated',4,'{\"old_prices\":{\"cost_price\":\"16500.00\",\"selling_price\":\"17500.00\",\"discount_price\":null},\"new_prices\":{\"cost_price\":\"16500.00\",\"selling_price\":\"18500.00\",\"discount_price\":null}}','31.223.49.69','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36','2026-01-19 07:39:41','2026-01-19 07:39:41'),
(1197,158,'updated','Product updated',4,'{\"selling_price\":{\"old\":\"17500.00\",\"new\":\"18500.00\"}}','31.223.49.69','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36','2026-01-19 07:39:41','2026-01-19 07:39:41'),
(1198,162,'price_changed','Product pricing updated',4,'{\"old_prices\":{\"cost_price\":\"16500.00\",\"selling_price\":\"17500.00\",\"discount_price\":null},\"new_prices\":{\"cost_price\":\"16500.00\",\"selling_price\":\"18500.00\",\"discount_price\":null}}','31.223.49.69','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36','2026-01-19 07:42:21','2026-01-19 07:42:21'),
(1199,162,'updated','Product updated',4,'{\"selling_price\":{\"old\":\"17500.00\",\"new\":\"18500.00\"}}','31.223.49.69','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36','2026-01-19 07:42:21','2026-01-19 07:42:21'),
(1200,164,'price_changed','Product pricing updated',4,'{\"old_prices\":{\"cost_price\":\"16500.00\",\"selling_price\":\"17500.00\",\"discount_price\":null},\"new_prices\":{\"cost_price\":\"16500.00\",\"selling_price\":\"18500.00\",\"discount_price\":null}}','31.223.49.69','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36','2026-01-19 07:43:30','2026-01-19 07:43:30'),
(1201,164,'updated','Product updated',4,'{\"selling_price\":{\"old\":\"17500.00\",\"new\":\"18500.00\"},\"is_active\":{\"old\":false,\"new\":true}}','31.223.49.69','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36','2026-01-19 07:43:30','2026-01-19 07:43:30'),
(1202,156,'price_changed','Product pricing updated',4,'{\"old_prices\":{\"cost_price\":\"16500.00\",\"selling_price\":\"17500.00\",\"discount_price\":null},\"new_prices\":{\"cost_price\":\"16500.00\",\"selling_price\":\"18500.00\",\"discount_price\":null}}','31.223.49.69','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36','2026-01-19 07:44:52','2026-01-19 07:44:52'),
(1203,156,'updated','Product updated',4,'{\"selling_price\":{\"old\":\"17500.00\",\"new\":\"18500.00\"}}','31.223.49.69','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36','2026-01-19 07:44:52','2026-01-19 07:44:52'),
(1204,154,'price_changed','Product pricing updated',4,'{\"old_prices\":{\"cost_price\":\"16500.00\",\"selling_price\":\"17500.00\",\"discount_price\":null},\"new_prices\":{\"cost_price\":\"16500.00\",\"selling_price\":\"18500.00\",\"discount_price\":null}}','31.223.49.69','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36','2026-01-19 07:46:34','2026-01-19 07:46:34'),
(1205,154,'updated','Product updated',4,'{\"selling_price\":{\"old\":\"17500.00\",\"new\":\"18500.00\"}}','31.223.49.69','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36','2026-01-19 07:46:34','2026-01-19 07:46:34'),
(1206,128,'price_changed','Product pricing updated',4,'{\"old_prices\":{\"cost_price\":\"16500.00\",\"selling_price\":\"17500.00\",\"discount_price\":null},\"new_prices\":{\"cost_price\":\"16500.00\",\"selling_price\":\"18500.00\",\"discount_price\":null}}','31.223.49.69','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36','2026-01-19 07:49:00','2026-01-19 07:49:00'),
(1207,128,'updated','Product updated',4,'{\"selling_price\":{\"old\":\"17500.00\",\"new\":\"18500.00\"}}','31.223.49.69','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36','2026-01-19 07:49:00','2026-01-19 07:49:00'),
(1208,130,'price_changed','Product pricing updated',4,'{\"old_prices\":{\"cost_price\":\"16500.00\",\"selling_price\":\"17500.00\",\"discount_price\":null},\"new_prices\":{\"cost_price\":\"16500.00\",\"selling_price\":\"18500.00\",\"discount_price\":null}}','31.223.49.69','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36','2026-01-19 07:49:40','2026-01-19 07:49:40'),
(1209,130,'updated','Product updated',4,'{\"selling_price\":{\"old\":\"17500.00\",\"new\":\"18500.00\"}}','31.223.49.69','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36','2026-01-19 07:49:40','2026-01-19 07:49:40'),
(1210,152,'price_changed','Product pricing updated',4,'{\"old_prices\":{\"cost_price\":\"16500.00\",\"selling_price\":\"17499.99\",\"discount_price\":null},\"new_prices\":{\"cost_price\":\"16500.00\",\"selling_price\":\"18500.00\",\"discount_price\":null}}','31.223.49.69','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36','2026-01-19 07:50:38','2026-01-19 07:50:38'),
(1211,152,'updated','Product updated',4,'{\"selling_price\":{\"old\":\"17499.99\",\"new\":\"18500\"}}','31.223.49.69','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36','2026-01-19 07:50:38','2026-01-19 07:50:38'),
(1212,150,'price_changed','Product pricing updated',4,'{\"old_prices\":{\"cost_price\":\"16500.00\",\"selling_price\":\"21000.00\",\"discount_price\":null},\"new_prices\":{\"cost_price\":\"16500.00\",\"selling_price\":\"18500.00\",\"discount_price\":null}}','31.223.49.69','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36','2026-01-19 07:51:07','2026-01-19 07:51:07'),
(1213,150,'updated','Product updated',4,'{\"selling_price\":{\"old\":\"21000.00\",\"new\":\"18500\"}}','31.223.49.69','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36','2026-01-19 07:51:07','2026-01-19 07:51:07'),
(1214,136,'price_changed','Product pricing updated',4,'{\"old_prices\":{\"cost_price\":\"16500.00\",\"selling_price\":\"17499.98\",\"discount_price\":null},\"new_prices\":{\"cost_price\":\"16500.00\",\"selling_price\":\"18500.00\",\"discount_price\":null}}','31.223.49.69','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36','2026-01-19 07:52:25','2026-01-19 07:52:25'),
(1215,136,'updated','Product updated',4,'{\"selling_price\":{\"old\":\"17499.98\",\"new\":\"18500\"}}','31.223.49.69','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36','2026-01-19 07:52:25','2026-01-19 07:52:25'),
(1216,148,'price_changed','Product pricing updated',4,'{\"old_prices\":{\"cost_price\":\"16500.00\",\"selling_price\":\"17499.99\",\"discount_price\":null},\"new_prices\":{\"cost_price\":\"16500.00\",\"selling_price\":\"18500.00\",\"discount_price\":null}}','31.223.49.69','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36','2026-01-19 07:53:39','2026-01-19 07:53:39'),
(1217,148,'updated','Product updated',4,'{\"selling_price\":{\"old\":\"17499.99\",\"new\":\"18500\"},\"is_active\":{\"old\":false,\"new\":true}}','31.223.49.69','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36','2026-01-19 07:53:39','2026-01-19 07:53:39'),
(1218,146,'price_changed','Product pricing updated',4,'{\"old_prices\":{\"cost_price\":\"16500.00\",\"selling_price\":\"17499.99\",\"discount_price\":null},\"new_prices\":{\"cost_price\":\"16500.00\",\"selling_price\":\"18500.00\",\"discount_price\":null}}','31.223.49.69','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36','2026-01-19 08:12:10','2026-01-19 08:12:10'),
(1219,146,'updated','Product updated',4,'{\"selling_price\":{\"old\":\"17499.99\",\"new\":\"18500\"}}','31.223.49.69','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36','2026-01-19 08:12:10','2026-01-19 08:12:10'),
(1220,144,'price_changed','Product pricing updated',4,'{\"old_prices\":{\"cost_price\":\"16500.00\",\"selling_price\":\"17500.00\",\"discount_price\":null},\"new_prices\":{\"cost_price\":\"16500.00\",\"selling_price\":\"18500.00\",\"discount_price\":null}}','31.223.49.69','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36','2026-01-19 08:13:51','2026-01-19 08:13:51'),
(1221,144,'updated','Product updated',4,'{\"selling_price\":{\"old\":\"17500.00\",\"new\":\"18500.00\"}}','31.223.49.69','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36','2026-01-19 08:13:51','2026-01-19 08:13:51'),
(1222,141,'price_changed','Product pricing updated',4,'{\"old_prices\":{\"cost_price\":\"16500.00\",\"selling_price\":\"17500.00\",\"discount_price\":null},\"new_prices\":{\"cost_price\":\"16500.00\",\"selling_price\":\"18500.00\",\"discount_price\":null}}','31.223.49.69','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36','2026-01-19 08:15:46','2026-01-19 08:15:46'),
(1223,141,'updated','Product updated',4,'{\"selling_price\":{\"old\":\"17500.00\",\"new\":\"18500.00\"}}','31.223.49.69','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36','2026-01-19 08:15:46','2026-01-19 08:15:46'),
(1224,134,'price_changed','Product pricing updated',4,'{\"old_prices\":{\"cost_price\":\"16500.00\",\"selling_price\":\"21000.00\",\"discount_price\":null},\"new_prices\":{\"cost_price\":\"16500.00\",\"selling_price\":\"18500.00\",\"discount_price\":null}}','31.223.49.69','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36','2026-01-19 08:18:42','2026-01-19 08:18:42'),
(1225,134,'updated','Product updated',4,'{\"selling_price\":{\"old\":\"21000.00\",\"new\":\"18500\"}}','31.223.49.69','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36','2026-01-19 08:18:42','2026-01-19 08:18:42'),
(1226,132,'price_changed','Product pricing updated',4,'{\"old_prices\":{\"cost_price\":\"16500.00\",\"selling_price\":\"17500.00\",\"discount_price\":null},\"new_prices\":{\"cost_price\":\"16500.00\",\"selling_price\":\"18500.00\",\"discount_price\":null}}','31.223.49.69','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36','2026-01-19 08:20:03','2026-01-19 08:20:03'),
(1227,132,'updated','Product updated',4,'{\"selling_price\":{\"old\":\"17500.00\",\"new\":\"18500.00\"}}','31.223.49.69','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36','2026-01-19 08:20:03','2026-01-19 08:20:03'),
(1228,36,'price_changed','Product pricing updated',4,'{\"old_prices\":{\"cost_price\":\"16500.00\",\"selling_price\":\"17500.00\",\"discount_price\":null},\"new_prices\":{\"cost_price\":\"16500.00\",\"selling_price\":\"18500.00\",\"discount_price\":null}}','31.223.49.69','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36','2026-01-19 08:22:20','2026-01-19 08:22:20'),
(1229,36,'updated','Product updated',4,'{\"selling_price\":{\"old\":\"17500.00\",\"new\":\"18500.00\"}}','31.223.49.69','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36','2026-01-19 08:22:20','2026-01-19 08:22:20'),
(1230,79,'price_changed','Product pricing updated',4,'{\"old_prices\":{\"cost_price\":\"16500.00\",\"selling_price\":\"17500.00\",\"discount_price\":null},\"new_prices\":{\"cost_price\":\"16500.00\",\"selling_price\":\"18500.00\",\"discount_price\":null}}','31.223.49.69','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36','2026-01-19 08:22:50','2026-01-19 08:22:50'),
(1231,79,'updated','Product updated',4,'{\"selling_price\":{\"old\":\"17500.00\",\"new\":\"18500.00\"}}','31.223.49.69','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36','2026-01-19 08:22:50','2026-01-19 08:22:50'),
(1232,95,'price_changed','Product pricing updated',4,'{\"old_prices\":{\"cost_price\":\"16500.00\",\"selling_price\":\"17500.00\",\"discount_price\":null},\"new_prices\":{\"cost_price\":\"16500.00\",\"selling_price\":\"18500.00\",\"discount_price\":null}}','31.223.49.69','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36','2026-01-19 08:23:26','2026-01-19 08:23:26'),
(1233,95,'updated','Product updated',4,'{\"selling_price\":{\"old\":\"17500.00\",\"new\":\"18500.00\"}}','31.223.49.69','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36','2026-01-19 08:23:26','2026-01-19 08:23:26'),
(1234,107,'price_changed','Product pricing updated',4,'{\"old_prices\":{\"cost_price\":\"16500.00\",\"selling_price\":\"17500.00\",\"discount_price\":null},\"new_prices\":{\"cost_price\":\"16500.00\",\"selling_price\":\"18500.00\",\"discount_price\":null}}','31.223.49.69','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36','2026-01-19 08:24:06','2026-01-19 08:24:06'),
(1235,107,'updated','Product updated',4,'{\"selling_price\":{\"old\":\"17500.00\",\"new\":\"18500.00\"}}','31.223.49.69','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36','2026-01-19 08:24:06','2026-01-19 08:24:06'),
(1236,126,'price_changed','Product pricing updated',4,'{\"old_prices\":{\"cost_price\":\"16500.00\",\"selling_price\":\"17500.00\",\"discount_price\":null},\"new_prices\":{\"cost_price\":\"16500.00\",\"selling_price\":\"18500.00\",\"discount_price\":null}}','31.223.49.69','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36','2026-01-19 08:25:07','2026-01-19 08:25:07'),
(1237,126,'updated','Product updated',4,'{\"selling_price\":{\"old\":\"17500.00\",\"new\":\"18500.00\"}}','31.223.49.69','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36','2026-01-19 08:25:07','2026-01-19 08:25:07'),
(1238,124,'price_changed','Product pricing updated',4,'{\"old_prices\":{\"cost_price\":\"16500.00\",\"selling_price\":\"17500.00\",\"discount_price\":null},\"new_prices\":{\"cost_price\":\"16500.00\",\"selling_price\":\"18500.00\",\"discount_price\":null}}','31.223.49.69','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36','2026-01-19 09:04:29','2026-01-19 09:04:29'),
(1239,124,'updated','Product updated',4,'{\"selling_price\":{\"old\":\"17500.00\",\"new\":\"18500.00\"}}','31.223.49.69','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36','2026-01-19 09:04:29','2026-01-19 09:04:29'),
(1240,103,'price_changed','Product pricing updated',4,'{\"old_prices\":{\"cost_price\":\"16500.00\",\"selling_price\":\"17500.00\",\"discount_price\":null},\"new_prices\":{\"cost_price\":\"16500.00\",\"selling_price\":\"18500.00\",\"discount_price\":null}}','31.223.49.69','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36','2026-01-19 09:40:31','2026-01-19 09:40:31'),
(1241,103,'updated','Product updated',4,'{\"selling_price\":{\"old\":\"17500.00\",\"new\":\"18500.00\"}}','31.223.49.69','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36','2026-01-19 09:40:31','2026-01-19 09:40:31'),
(1242,81,'price_changed','Product pricing updated',4,'{\"old_prices\":{\"cost_price\":\"16500.00\",\"selling_price\":\"21000.00\",\"discount_price\":null},\"new_prices\":{\"cost_price\":\"16500.00\",\"selling_price\":\"18500.00\",\"discount_price\":null}}','31.223.49.69','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36','2026-01-19 09:41:05','2026-01-19 09:41:05'),
(1243,81,'updated','Product updated',4,'{\"selling_price\":{\"old\":\"21000.00\",\"new\":\"18500.00\"}}','31.223.49.69','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36','2026-01-19 09:41:05','2026-01-19 09:41:05'),
(1244,91,'price_changed','Product pricing updated',4,'{\"old_prices\":{\"cost_price\":\"16500.00\",\"selling_price\":\"17500.00\",\"discount_price\":null},\"new_prices\":{\"cost_price\":\"16500.00\",\"selling_price\":\"18500.00\",\"discount_price\":null}}','31.223.49.69','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36','2026-01-19 09:41:43','2026-01-19 09:41:43'),
(1245,91,'updated','Product updated',4,'{\"selling_price\":{\"old\":\"17500.00\",\"new\":\"18500.00\"}}','31.223.49.69','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36','2026-01-19 09:41:43','2026-01-19 09:41:43'),
(1246,73,'price_changed','Product pricing updated',4,'{\"old_prices\":{\"cost_price\":\"16500.00\",\"selling_price\":\"17500.00\",\"discount_price\":null},\"new_prices\":{\"cost_price\":\"16500.00\",\"selling_price\":\"18500.00\",\"discount_price\":null}}','31.223.49.69','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36','2026-01-19 09:42:33','2026-01-19 09:42:33'),
(1247,73,'updated','Product updated',4,'{\"selling_price\":{\"old\":\"17500.00\",\"new\":\"18500.00\"}}','31.223.49.69','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36','2026-01-19 09:42:33','2026-01-19 09:42:33'),
(1248,53,'price_changed','Product pricing updated',4,'{\"old_prices\":{\"cost_price\":\"16500.00\",\"selling_price\":\"17500.00\",\"discount_price\":null},\"new_prices\":{\"cost_price\":\"16500.00\",\"selling_price\":\"18500.00\",\"discount_price\":null}}','31.223.49.69','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36','2026-01-19 09:43:09','2026-01-19 09:43:09'),
(1249,53,'updated','Product updated',4,'{\"selling_price\":{\"old\":\"17500.00\",\"new\":\"18500.00\"}}','31.223.49.69','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36','2026-01-19 09:43:09','2026-01-19 09:43:09'),
(1250,75,'price_changed','Product pricing updated',4,'{\"old_prices\":{\"cost_price\":\"16500.00\",\"selling_price\":\"17500.00\",\"discount_price\":null},\"new_prices\":{\"cost_price\":\"16500.00\",\"selling_price\":\"18500.00\",\"discount_price\":null}}','31.223.49.69','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36','2026-01-19 09:43:38','2026-01-19 09:43:38'),
(1251,75,'updated','Product updated',4,'{\"selling_price\":{\"old\":\"17500.00\",\"new\":\"18500.00\"}}','31.223.49.69','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36','2026-01-19 09:43:38','2026-01-19 09:43:38'),
(1252,77,'price_changed','Product pricing updated',4,'{\"old_prices\":{\"cost_price\":\"16500.00\",\"selling_price\":\"17500.00\",\"discount_price\":null},\"new_prices\":{\"cost_price\":\"16500.00\",\"selling_price\":\"18500.00\",\"discount_price\":null}}','31.223.49.69','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36','2026-01-19 09:44:54','2026-01-19 09:44:54'),
(1253,77,'updated','Product updated',4,'{\"selling_price\":{\"old\":\"17500.00\",\"new\":\"18500.00\"}}','31.223.49.69','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36','2026-01-19 09:44:54','2026-01-19 09:44:54'),
(1254,192,'updated','Product updated',7,'{\"description\":{\"old\":\"2X41\\r\\n3X42\\r\\n3X43\\r\\n1X44\\r\\n2X45\",\"new\":\"2X41\\r\\n3X42\\r\\n2X43\\r\\n1X44\\r\\n2X45\"}}','143.105.161.216','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-19 09:46:22','2026-01-19 09:46:22'),
(1255,71,'price_changed','Product pricing updated',4,'{\"old_prices\":{\"cost_price\":\"16500.00\",\"selling_price\":\"17500.00\",\"discount_price\":null},\"new_prices\":{\"cost_price\":\"16500.00\",\"selling_price\":\"18500.00\",\"discount_price\":null}}','31.223.49.69','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36','2026-01-19 09:48:01','2026-01-19 09:48:01'),
(1256,71,'updated','Product updated',4,'{\"selling_price\":{\"old\":\"17500.00\",\"new\":\"18500.00\"}}','31.223.49.69','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36','2026-01-19 09:48:01','2026-01-19 09:48:01'),
(1257,184,'updated','Product updated',7,'{\"description\":{\"old\":\"5X41 \\r\\n5X42\\r\\n4X43\\r\\n 8X44\\r\\n 5X45\",\"new\":\"5X41 \\r\\n5X42\\r\\n4X43\\r\\n 7X44\\r\\n 5X45\"}}','143.105.161.216','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-19 09:48:19','2026-01-19 09:48:19'),
(1258,180,'updated','Product updated',7,'{\"description\":{\"old\":\"1X40\\r\\n3X41\\r\\n4X42\\r\\n1X43\\r\\n1X44\\r\\n3X45\",\"new\":\"1X40\\r\\n3X41\\r\\n3X42\\r\\n1X43\\r\\n1X44\\r\\n3X45\"}}','143.105.161.216','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-19 09:48:51','2026-01-19 09:48:51'),
(1259,167,'updated','Product updated',7,'{\"description\":{\"old\":\"3x41\\r\\n1x42 43\",\"new\":\"2x41\\r\\n1x42 43\"}}','143.105.161.216','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-19 09:49:22','2026-01-19 09:49:22'),
(1260,156,'updated','Product updated',7,'{\"description\":{\"old\":\"1x40\\r\\n2x41\\r\\n2x42\\r\\n2x43\\r\\n2x44\\r\\n1x45\",\"new\":\"1x40\\r\\n2x41\\r\\n1x42\\r\\n2x43\\r\\n2x44\\r\\n1x45\"}}','143.105.161.216','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-19 09:49:54','2026-01-19 09:49:54'),
(1261,154,'updated','Product updated',7,'{\"description\":{\"old\":\"1x40\\r\\n3x41\\r\\n3x42\\r\\n3x43\\r\\n2x44\\r\\n1x45\",\"new\":\"1x40\\r\\n3x41\\r\\n2x42\\r\\n3x43\\r\\n2x44\\r\\n1x45\"}}','143.105.161.216','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-19 09:50:26','2026-01-19 09:50:26'),
(1262,152,'updated','Product updated',7,'{\"description\":{\"old\":\"1x39\\r\\n2x40\\r\\n1x42\\r\\n1x43\\r\\n4x44\\r\\n3x45\",\"new\":\"1x39\\r\\n2x40\\r\\n1x42\\r\\n1x43\\r\\n3x44\\r\\n3x45\"}}','143.105.161.216','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-19 09:51:00','2026-01-19 09:51:00'),
(1263,150,'updated','Product updated',7,'{\"description\":{\"old\":\"1x40\\r\\n2x41\\r\\n2x42\\r\\n4x43\\r\\n2x44\\r\\n1x45\",\"new\":\"1x40\\r\\n2x41\\r\\n2x42\\r\\n3x43\\r\\n2x44\\r\\n1x45\"}}','143.105.161.216','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-19 09:51:25','2026-01-19 09:51:25'),
(1264,146,'updated','Product updated',7,'{\"description\":{\"old\":\"3x40\\r\\n3x41\\r\\n4x42\\r\\n3x43\\r\\n1x44\",\"new\":\"3x40\\r\\n3x41\\r\\n3x42\\r\\n3x43\\r\\n1x44\"}}','143.105.161.216','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-19 09:52:11','2026-01-19 09:52:11'),
(1265,55,'price_changed','Product pricing updated',4,'{\"old_prices\":{\"cost_price\":\"16500.00\",\"selling_price\":\"17500.00\",\"discount_price\":null},\"new_prices\":{\"cost_price\":\"16500.00\",\"selling_price\":\"18500.00\",\"discount_price\":null}}','31.223.49.69','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36','2026-01-19 09:52:34','2026-01-19 09:52:34'),
(1266,55,'updated','Product updated',4,'{\"selling_price\":{\"old\":\"17500.00\",\"new\":\"18500.00\"}}','31.223.49.69','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36','2026-01-19 09:52:34','2026-01-19 09:52:34'),
(1267,141,'updated','Product updated',7,'{\"description\":{\"old\":\"1x39\\r\\n1x43\",\"new\":\"1x39\"}}','143.105.161.216','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-19 09:52:44','2026-01-19 09:52:44'),
(1268,105,'price_changed','Product pricing updated',4,'{\"old_prices\":{\"cost_price\":\"16500.00\",\"selling_price\":\"17500.00\",\"discount_price\":null},\"new_prices\":{\"cost_price\":\"16500.00\",\"selling_price\":\"18500.00\",\"discount_price\":null}}','31.223.49.69','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36','2026-01-19 09:53:34','2026-01-19 09:53:34'),
(1269,105,'updated','Product updated',4,'{\"selling_price\":{\"old\":\"17500.00\",\"new\":\"18500.00\"}}','31.223.49.69','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36','2026-01-19 09:53:34','2026-01-19 09:53:34'),
(1270,136,'updated','Product updated',7,'{\"description\":{\"old\":\"1x39\\r\\n4x41\\r\\n1x42\\r\\n4x43\\r\\n3x44\\r\\n4x45\",\"new\":\"1x39\\r\\n4x41\\r\\n1x42\\r\\n3x43\\r\\n3x44\\r\\n4x45\"}}','143.105.161.216','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-19 09:53:57','2026-01-19 09:53:57'),
(1271,69,'price_changed','Product pricing updated',4,'{\"old_prices\":{\"cost_price\":\"16500.00\",\"selling_price\":\"17500.00\",\"discount_price\":null},\"new_prices\":{\"cost_price\":\"16500.00\",\"selling_price\":\"18500.00\",\"discount_price\":null}}','31.223.49.69','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36','2026-01-19 09:54:07','2026-01-19 09:54:07'),
(1272,69,'updated','Product updated',4,'{\"selling_price\":{\"old\":\"17500.00\",\"new\":\"18500.00\"}}','31.223.49.69','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36','2026-01-19 09:54:07','2026-01-19 09:54:07'),
(1273,67,'price_changed','Product pricing updated',4,'{\"old_prices\":{\"cost_price\":\"16500.00\",\"selling_price\":\"17500.00\",\"discount_price\":null},\"new_prices\":{\"cost_price\":\"16500.00\",\"selling_price\":\"18500.00\",\"discount_price\":null}}','31.223.49.69','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36','2026-01-19 09:54:53','2026-01-19 09:54:53'),
(1274,67,'updated','Product updated',4,'{\"selling_price\":{\"old\":\"17500.00\",\"new\":\"18500.00\"}}','31.223.49.69','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36','2026-01-19 09:54:53','2026-01-19 09:54:53'),
(1275,59,'price_changed','Product pricing updated',4,'{\"old_prices\":{\"cost_price\":\"16500.00\",\"selling_price\":\"17500.00\",\"discount_price\":null},\"new_prices\":{\"cost_price\":\"16500.00\",\"selling_price\":\"18500.00\",\"discount_price\":null}}','31.223.49.69','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36','2026-01-19 09:55:39','2026-01-19 09:55:39'),
(1276,59,'updated','Product updated',4,'{\"selling_price\":{\"old\":\"17500.00\",\"new\":\"18500.00\"}}','31.223.49.69','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36','2026-01-19 09:55:39','2026-01-19 09:55:39'),
(1277,51,'price_changed','Product pricing updated',4,'{\"old_prices\":{\"cost_price\":\"16500.00\",\"selling_price\":\"17500.00\",\"discount_price\":null},\"new_prices\":{\"cost_price\":\"16500.00\",\"selling_price\":\"18500.00\",\"discount_price\":null}}','31.223.49.69','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36','2026-01-19 09:56:31','2026-01-19 09:56:31'),
(1278,51,'updated','Product updated',4,'{\"selling_price\":{\"old\":\"17500.00\",\"new\":\"18500.00\"}}','31.223.49.69','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36','2026-01-19 09:56:31','2026-01-19 09:56:31'),
(1279,134,'updated','Product updated',7,'{\"description\":{\"old\":\"1x40\\r\\n1x42\\r\\n2x43\\r\\n2x44\\r\\n1x45\",\"new\":\"1x40\\r\\n1x42\\r\\n1x43\\r\\n2x44\\r\\n1x45\"}}','143.105.161.216','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-19 09:56:59','2026-01-19 09:56:59'),
(1280,49,'price_changed','Product pricing updated',4,'{\"old_prices\":{\"cost_price\":\"16500.00\",\"selling_price\":\"17500.00\",\"discount_price\":null},\"new_prices\":{\"cost_price\":\"16500.00\",\"selling_price\":\"18500.00\",\"discount_price\":null}}','31.223.49.69','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36','2026-01-19 09:57:11','2026-01-19 09:57:11'),
(1281,49,'updated','Product updated',4,'{\"selling_price\":{\"old\":\"17500.00\",\"new\":\"18500.00\"}}','31.223.49.69','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36','2026-01-19 09:57:11','2026-01-19 09:57:11'),
(1282,47,'price_changed','Product pricing updated',4,'{\"old_prices\":{\"cost_price\":\"16500.00\",\"selling_price\":\"17500.00\",\"discount_price\":null},\"new_prices\":{\"cost_price\":\"16500.00\",\"selling_price\":\"18500.00\",\"discount_price\":null}}','31.223.49.69','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36','2026-01-19 09:57:36','2026-01-19 09:57:36'),
(1283,47,'updated','Product updated',4,'{\"selling_price\":{\"old\":\"17500.00\",\"new\":\"18500.00\"}}','31.223.49.69','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36','2026-01-19 09:57:36','2026-01-19 09:57:36'),
(1284,40,'price_changed','Product pricing updated',4,'{\"old_prices\":{\"cost_price\":\"16500.00\",\"selling_price\":\"17500.00\",\"discount_price\":null},\"new_prices\":{\"cost_price\":\"16500.00\",\"selling_price\":\"18500.00\",\"discount_price\":null}}','31.223.49.69','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36','2026-01-19 09:58:11','2026-01-19 09:58:11'),
(1285,40,'updated','Product updated',4,'{\"selling_price\":{\"old\":\"17500.00\",\"new\":\"18500.00\"}}','31.223.49.69','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36','2026-01-19 09:58:11','2026-01-19 09:58:11'),
(1286,128,'updated','Product updated',7,'{\"description\":{\"old\":\"2x40\\r\\n1x43\",\"new\":\"1x40\\r\\n1x43\"}}','143.105.161.216','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-19 09:58:13','2026-01-19 09:58:13'),
(1287,45,'price_changed','Product pricing updated',4,'{\"old_prices\":{\"cost_price\":\"16500.00\",\"selling_price\":\"17500.00\",\"discount_price\":null},\"new_prices\":{\"cost_price\":\"16500.00\",\"selling_price\":\"18500.00\",\"discount_price\":null}}','31.223.49.69','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36','2026-01-19 09:58:54','2026-01-19 09:58:54'),
(1288,45,'updated','Product updated',4,'{\"selling_price\":{\"old\":\"17500.00\",\"new\":\"18500.00\"}}','31.223.49.69','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36','2026-01-19 09:58:54','2026-01-19 09:58:54'),
(1289,93,'updated','Product updated',7,'{\"description\":{\"old\":\"2x40\\r\\n2x41\\r\\n2x42\\r\\n2x43\",\"new\":\"1x40\\r\\n2x41\\r\\n2x42\\r\\n2x43\"}}','143.105.161.216','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-19 09:59:32','2026-01-19 09:59:32'),
(1290,41,'price_changed','Product pricing updated',4,'{\"old_prices\":{\"cost_price\":\"16500.00\",\"selling_price\":\"17500.00\",\"discount_price\":null},\"new_prices\":{\"cost_price\":\"16500.00\",\"selling_price\":\"18500.00\",\"discount_price\":null}}','31.223.49.69','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36','2026-01-19 09:59:43','2026-01-19 09:59:43'),
(1291,41,'updated','Product updated',4,'{\"selling_price\":{\"old\":\"17500.00\",\"new\":\"18500.00\"}}','31.223.49.69','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36','2026-01-19 09:59:43','2026-01-19 09:59:43'),
(1292,91,'updated','Product updated',7,'{\"description\":{\"old\":\"3x41\\r\\n4x42\\r\\n4x43\\r\\n4x44\\r\\n3x45\",\"new\":\"3x41\\r\\n4x42\\r\\n4x43\\r\\n4x44\\r\\n2x45\"}}','143.105.161.216','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-19 09:59:52','2026-01-19 09:59:52'),
(1293,61,'price_changed','Product pricing updated',4,'{\"old_prices\":{\"cost_price\":\"16500.00\",\"selling_price\":\"17500.00\",\"discount_price\":null},\"new_prices\":{\"cost_price\":\"16500.00\",\"selling_price\":\"18500.00\",\"discount_price\":null}}','31.223.49.69','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36','2026-01-19 10:00:09','2026-01-19 10:00:09'),
(1294,61,'updated','Product updated',4,'{\"selling_price\":{\"old\":\"17500.00\",\"new\":\"18500.00\"},\"is_active\":{\"old\":false,\"new\":true}}','31.223.49.69','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36','2026-01-19 10:00:09','2026-01-19 10:00:09'),
(1295,89,'updated','Product updated',7,'{\"description\":{\"old\":\"1x41\\r\\n1x43\\r\\n1x44\",\"new\":\"1x41\\r\\n1x44\"}}','143.105.161.216','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-19 10:00:15','2026-01-19 10:00:15'),
(1296,57,'price_changed','Product pricing updated',4,'{\"old_prices\":{\"cost_price\":\"16500.00\",\"selling_price\":\"17500.00\",\"discount_price\":null},\"new_prices\":{\"cost_price\":\"16500.00\",\"selling_price\":\"18500.00\",\"discount_price\":null}}','31.223.49.69','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36','2026-01-19 10:00:48','2026-01-19 10:00:48'),
(1297,57,'updated','Product updated',4,'{\"selling_price\":{\"old\":\"17500.00\",\"new\":\"18500.00\"},\"is_active\":{\"old\":false,\"new\":true}}','31.223.49.69','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36','2026-01-19 10:00:48','2026-01-19 10:00:48'),
(1298,97,'price_changed','Product pricing updated',4,'{\"old_prices\":{\"cost_price\":\"16500.00\",\"selling_price\":\"17500.00\",\"discount_price\":null},\"new_prices\":{\"cost_price\":\"16500.00\",\"selling_price\":\"18500.00\",\"discount_price\":null}}','31.223.49.69','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36','2026-01-19 10:01:25','2026-01-19 10:01:25'),
(1299,97,'updated','Product updated',4,'{\"selling_price\":{\"old\":\"17500.00\",\"new\":\"18500.00\"}}','31.223.49.69','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36','2026-01-19 10:01:25','2026-01-19 10:01:25'),
(1300,83,'updated','Product updated',7,'{\"description\":{\"old\":\"2x40\\r\\n2x41\\r\\n1x42\\r\\n1x44\",\"new\":\"2x40\\r\\n1x41\\r\\n1x42\\r\\n1x44\"}}','143.105.161.216','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-19 10:01:36','2026-01-19 10:01:36'),
(1301,101,'price_changed','Product pricing updated',4,'{\"old_prices\":{\"cost_price\":\"16500.00\",\"selling_price\":\"17500.00\",\"discount_price\":null},\"new_prices\":{\"cost_price\":\"16500.00\",\"selling_price\":\"18500.00\",\"discount_price\":null}}','31.223.49.69','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36','2026-01-19 10:02:37','2026-01-19 10:02:37'),
(1302,101,'updated','Product updated',4,'{\"selling_price\":{\"old\":\"17500.00\",\"new\":\"18500.00\"}}','31.223.49.69','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36','2026-01-19 10:02:37','2026-01-19 10:02:37'),
(1303,81,'updated','Product updated',7,'{\"description\":{\"old\":\"3x40\\r\\n4x41\\r\\n3x43\",\"new\":\"3x40\\r\\n3x41\\r\\n3x43\"}}','143.105.161.216','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-19 10:02:40','2026-01-19 10:02:40'),
(1304,59,'updated','Product updated',7,'{\"description\":{\"old\":\"1x40\",\"new\":null}}','143.105.161.216','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-19 10:03:05','2026-01-19 10:03:05'),
(1305,53,'updated','Product updated',7,'{\"description\":{\"old\":\"1x39\\r\\n4x41\\r\\n1x42\\r\\n5x43\\r\\n6x44\\r\\n1x45\",\"new\":\"1x39\\r\\n4x41\\r\\n1x42\\r\\n5x43\\r\\n5x44\\r\\n1x45\"}}','143.105.161.216','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-19 10:03:59','2026-01-19 10:03:59'),
(1306,99,'price_changed','Product pricing updated',4,'{\"old_prices\":{\"cost_price\":\"16500.00\",\"selling_price\":\"17500.00\",\"discount_price\":null},\"new_prices\":{\"cost_price\":\"16500.00\",\"selling_price\":\"18500.00\",\"discount_price\":null}}','31.223.49.69','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36','2026-01-19 10:04:04','2026-01-19 10:04:04'),
(1307,99,'updated','Product updated',4,'{\"selling_price\":{\"old\":\"17500.00\",\"new\":\"18500.00\"}}','31.223.49.69','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36','2026-01-19 10:04:04','2026-01-19 10:04:04'),
(1308,51,'updated','Product updated',7,'{\"description\":{\"old\":\"1x40\\r\\n2x41\",\"new\":\"2x41\"}}','143.105.161.216','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-19 10:04:27','2026-01-19 10:04:27'),
(1309,8,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":444,\"new_stock\":443,\"sale_id\":280,\"sale_number\":\"HIL-0280\"}','143.105.161.216','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-19 10:04:47','2026-01-19 10:04:47'),
(1310,173,'price_changed','Product pricing updated',4,'{\"old_prices\":{\"cost_price\":\"5000.00\",\"selling_price\":\"6500.00\",\"discount_price\":null},\"new_prices\":{\"cost_price\":\"6500.00\",\"selling_price\":\"7000.00\",\"discount_price\":null}}','31.223.49.69','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36','2026-01-19 10:05:39','2026-01-19 10:05:39'),
(1311,173,'updated','Product updated',4,'{\"cost_price\":{\"old\":\"5000.00\",\"new\":\"6500\"},\"selling_price\":{\"old\":\"6500.00\",\"new\":\"7000\"}}','31.223.49.69','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36','2026-01-19 10:05:39','2026-01-19 10:05:39'),
(1312,93,'price_changed','Product pricing updated',4,'{\"old_prices\":{\"cost_price\":\"16500.00\",\"selling_price\":\"17500.00\",\"discount_price\":null},\"new_prices\":{\"cost_price\":\"16500.00\",\"selling_price\":\"18500.00\",\"discount_price\":null}}','31.223.49.69','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36','2026-01-19 10:07:07','2026-01-19 10:07:07'),
(1313,93,'updated','Product updated',4,'{\"selling_price\":{\"old\":\"17500.00\",\"new\":\"18500.00\"}}','31.223.49.69','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36','2026-01-19 10:07:07','2026-01-19 10:07:07'),
(1314,83,'price_changed','Product pricing updated',4,'{\"old_prices\":{\"cost_price\":\"16500.00\",\"selling_price\":\"17500.00\",\"discount_price\":null},\"new_prices\":{\"cost_price\":\"16500.00\",\"selling_price\":\"18500.00\",\"discount_price\":null}}','31.223.49.69','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36','2026-01-19 10:07:46','2026-01-19 10:07:46'),
(1315,83,'updated','Product updated',4,'{\"selling_price\":{\"old\":\"17500.00\",\"new\":\"18500.00\"}}','31.223.49.69','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36','2026-01-19 10:07:46','2026-01-19 10:07:46'),
(1316,87,'price_changed','Product pricing updated',4,'{\"old_prices\":{\"cost_price\":\"16500.00\",\"selling_price\":\"17500.00\",\"discount_price\":null},\"new_prices\":{\"cost_price\":\"16500.00\",\"selling_price\":\"18500.00\",\"discount_price\":null}}','31.223.49.69','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36','2026-01-19 10:08:13','2026-01-19 10:08:13'),
(1317,87,'updated','Product updated',4,'{\"selling_price\":{\"old\":\"17500.00\",\"new\":\"18500.00\"}}','31.223.49.69','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36','2026-01-19 10:08:13','2026-01-19 10:08:13'),
(1318,89,'price_changed','Product pricing updated',4,'{\"old_prices\":{\"cost_price\":\"16500.00\",\"selling_price\":\"17500.00\",\"discount_price\":null},\"new_prices\":{\"cost_price\":\"16500.00\",\"selling_price\":\"18500.00\",\"discount_price\":null}}','31.223.49.69','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36','2026-01-19 10:08:42','2026-01-19 10:08:42'),
(1319,89,'updated','Product updated',4,'{\"selling_price\":{\"old\":\"17500.00\",\"new\":\"18500.00\"}}','31.223.49.69','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36','2026-01-19 10:08:42','2026-01-19 10:08:42'),
(1320,85,'price_changed','Product pricing updated',4,'{\"old_prices\":{\"cost_price\":\"16500.00\",\"selling_price\":\"17500.00\",\"discount_price\":null},\"new_prices\":{\"cost_price\":\"16500.00\",\"selling_price\":\"18500.00\",\"discount_price\":null}}','31.223.49.69','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36','2026-01-19 10:09:17','2026-01-19 10:09:17'),
(1321,85,'updated','Product updated',4,'{\"selling_price\":{\"old\":\"17500.00\",\"new\":\"18500.00\"}}','31.223.49.69','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36','2026-01-19 10:09:17','2026-01-19 10:09:17'),
(1322,138,'price_changed','Product pricing updated',4,'{\"old_prices\":{\"cost_price\":\"16500.00\",\"selling_price\":\"17500.00\",\"discount_price\":null},\"new_prices\":{\"cost_price\":\"16500.00\",\"selling_price\":\"18500.00\",\"discount_price\":null}}','31.223.49.69','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36','2026-01-19 10:10:11','2026-01-19 10:10:11'),
(1323,138,'updated','Product updated',4,'{\"selling_price\":{\"old\":\"17500.00\",\"new\":\"18500.00\"},\"is_active\":{\"old\":false,\"new\":true}}','31.223.49.69','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36','2026-01-19 10:10:11','2026-01-19 10:10:11'),
(1324,49,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":12,\"new_stock\":11,\"sale_id\":281,\"sale_number\":\"HIL-0281\"}','143.105.161.216','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-19 10:11:03','2026-01-19 10:11:03'),
(1325,51,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":3,\"new_stock\":2,\"sale_id\":281,\"sale_number\":\"HIL-0281\"}','143.105.161.216','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-19 10:11:03','2026-01-19 10:11:03'),
(1326,53,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":17,\"new_stock\":16,\"sale_id\":281,\"sale_number\":\"HIL-0281\"}','143.105.161.216','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-19 10:11:03','2026-01-19 10:11:03'),
(1327,59,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":1,\"new_stock\":0,\"sale_id\":281,\"sale_number\":\"HIL-0281\"}','143.105.161.216','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-19 10:11:03','2026-01-19 10:11:03'),
(1328,67,'stock_removed','Removed 2 units - Sale',7,'{\"quantity\":2,\"reason\":\"Sale\",\"previous_stock\":35,\"new_stock\":33,\"sale_id\":281,\"sale_number\":\"HIL-0281\"}','143.105.161.216','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-19 10:11:03','2026-01-19 10:11:03'),
(1329,81,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":12,\"new_stock\":11,\"sale_id\":281,\"sale_number\":\"HIL-0281\"}','143.105.161.216','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-19 10:11:03','2026-01-19 10:11:03'),
(1330,83,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":7,\"new_stock\":6,\"sale_id\":281,\"sale_number\":\"HIL-0281\"}','143.105.161.216','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-19 10:11:03','2026-01-19 10:11:03'),
(1331,89,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":4,\"new_stock\":3,\"sale_id\":281,\"sale_number\":\"HIL-0281\"}','143.105.161.216','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-19 10:11:03','2026-01-19 10:11:03'),
(1332,91,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":18,\"new_stock\":17,\"sale_id\":281,\"sale_number\":\"HIL-0281\"}','143.105.161.216','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-19 10:11:03','2026-01-19 10:11:03'),
(1333,93,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":8,\"new_stock\":7,\"sale_id\":281,\"sale_number\":\"HIL-0281\"}','143.105.161.216','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-19 10:11:03','2026-01-19 10:11:03'),
(1334,128,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":3,\"new_stock\":2,\"sale_id\":281,\"sale_number\":\"HIL-0281\"}','143.105.161.216','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-19 10:11:03','2026-01-19 10:11:03'),
(1335,134,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":7,\"new_stock\":6,\"sale_id\":281,\"sale_number\":\"HIL-0281\"}','143.105.161.216','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-19 10:11:03','2026-01-19 10:11:03'),
(1336,136,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":17,\"new_stock\":16,\"sale_id\":281,\"sale_number\":\"HIL-0281\"}','143.105.161.216','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-19 10:11:03','2026-01-19 10:11:03'),
(1337,141,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":2,\"new_stock\":1,\"sale_id\":281,\"sale_number\":\"HIL-0281\"}','143.105.161.216','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-19 10:11:03','2026-01-19 10:11:03'),
(1338,146,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":14,\"new_stock\":13,\"sale_id\":281,\"sale_number\":\"HIL-0281\"}','143.105.161.216','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-19 10:11:03','2026-01-19 10:11:03'),
(1339,150,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":12,\"new_stock\":11,\"sale_id\":281,\"sale_number\":\"HIL-0281\"}','143.105.161.216','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-19 10:11:03','2026-01-19 10:11:03'),
(1340,152,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":12,\"new_stock\":11,\"sale_id\":281,\"sale_number\":\"HIL-0281\"}','143.105.161.216','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-19 10:11:03','2026-01-19 10:11:03'),
(1341,154,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":13,\"new_stock\":12,\"sale_id\":281,\"sale_number\":\"HIL-0281\"}','143.105.161.216','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-19 10:11:03','2026-01-19 10:11:03'),
(1342,156,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":10,\"new_stock\":9,\"sale_id\":281,\"sale_number\":\"HIL-0281\"}','143.105.161.216','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-19 10:11:03','2026-01-19 10:11:03'),
(1343,167,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":4,\"new_stock\":3,\"sale_id\":281,\"sale_number\":\"HIL-0281\"}','143.105.161.216','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-19 10:11:03','2026-01-19 10:11:03'),
(1344,180,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":13,\"new_stock\":12,\"sale_id\":281,\"sale_number\":\"HIL-0281\"}','143.105.161.216','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-19 10:11:03','2026-01-19 10:11:03'),
(1345,184,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":27,\"new_stock\":26,\"sale_id\":281,\"sale_number\":\"HIL-0281\"}','143.105.161.216','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-19 10:11:03','2026-01-19 10:11:03'),
(1346,192,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":11,\"new_stock\":10,\"sale_id\":281,\"sale_number\":\"HIL-0281\"}','143.105.161.216','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-19 10:11:03','2026-01-19 10:11:03'),
(1347,107,'updated','Product updated',7,'{\"description\":{\"old\":\"5x40\\r\\n6x41\\r\\n8x42\\r\\n10x43\\r\\n8x44\\r\\n5x45\",\"new\":\"5x40\\r\\n6x41\\r\\n8x42\\r\\n10x43\\r\\n7x44\\r\\n5x45\"}}','143.105.161.216','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-19 10:30:44','2026-01-19 10:30:44'),
(1348,107,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":42,\"new_stock\":41,\"sale_id\":282,\"sale_number\":\"HIL-0282\"}','143.105.161.216','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-19 10:43:33','2026-01-19 10:43:33'),
(1349,197,'stock_removed','Removed 10 units - Transfer from store to market',7,'{\"quantity\":10,\"reason\":\"Transfer from store to market\",\"previous_stock\":10,\"new_stock\":0,\"transfer_type\":\"store_to_market\",\"transferred_by\":7}','143.105.161.216','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36','2026-01-19 10:50:05','2026-01-19 10:50:05'),
(1350,206,'created','Product created',7,'{\"name\":\"Hilal-2000C\",\"description\":\"2x40\\r\\n2x41\\r\\n2x42\\r\\n2x43\\r\\n1x44\\r\\n1x45\",\"barcode\":\"PRD837968-M1\",\"category_id\":2,\"product_type\":\"market\",\"unit\":\"pcs\",\"cost_price\":\"16500.00\",\"selling_price\":\"18500.00\",\"discount_price\":null,\"image\":\"products\\/1768392347_Vwo2sRBj8y.jpeg\",\"expiry_date\":null,\"is_active\":true,\"weight\":null,\"length\":null,\"width\":null,\"height\":null,\"updated_at\":\"2026-01-19T13:50:05.000000Z\",\"created_at\":\"2026-01-19T13:50:05.000000Z\",\"id\":206}','143.105.161.216','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36','2026-01-19 10:50:05','2026-01-19 10:50:05'),
(1351,206,'stock_added','Added 10 units - Transfer from store to market',7,'{\"quantity\":10,\"reason\":\"Transfer from store to market\",\"previous_stock\":0,\"new_stock\":10,\"transfer_type\":\"store_to_market\",\"from_product_id\":197,\"transferred_by\":7}','143.105.161.216','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36','2026-01-19 10:50:05','2026-01-19 10:50:05'),
(1352,196,'stock_removed','Removed 11 units - Transfer from store to market',7,'{\"quantity\":11,\"reason\":\"Transfer from store to market\",\"previous_stock\":11,\"new_stock\":0,\"transfer_type\":\"store_to_market\",\"transferred_by\":7}','143.105.161.216','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36','2026-01-19 10:50:21','2026-01-19 10:50:21'),
(1353,208,'created','Product created',7,'{\"name\":\"Hilal-2000G\",\"description\":\"1X39\\r\\n1X40\\r\\n2X41\\r\\n2X42\\r\\n2X43\\r\\n2X44\\r\\n1X45\",\"barcode\":\"PRD789594-M1\",\"category_id\":2,\"product_type\":\"market\",\"unit\":\"pcs\",\"cost_price\":\"16500.00\",\"selling_price\":\"18500.00\",\"discount_price\":null,\"image\":\"products\\/1768392220_lKmZqLiWla.jpeg\",\"expiry_date\":null,\"is_active\":true,\"weight\":null,\"length\":null,\"width\":null,\"height\":null,\"updated_at\":\"2026-01-19T13:50:21.000000Z\",\"created_at\":\"2026-01-19T13:50:21.000000Z\",\"id\":208}','143.105.161.216','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36','2026-01-19 10:50:21','2026-01-19 10:50:21'),
(1354,208,'stock_added','Added 11 units - Transfer from store to market',7,'{\"quantity\":11,\"reason\":\"Transfer from store to market\",\"previous_stock\":0,\"new_stock\":11,\"transfer_type\":\"store_to_market\",\"from_product_id\":196,\"transferred_by\":7}','143.105.161.216','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36','2026-01-19 10:50:21','2026-01-19 10:50:21'),
(1355,146,'stock_removed','Removed 1 units - Sale',4,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":13,\"new_stock\":12,\"sale_id\":283,\"sale_number\":\"HIL-0283\"}','31.223.49.69','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-01-19 10:55:01','2026-01-19 10:55:01'),
(1356,154,'stock_removed','Removed 1 units - Sale',4,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":12,\"new_stock\":11,\"sale_id\":283,\"sale_number\":\"HIL-0283\"}','31.223.49.69','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-01-19 10:55:01','2026-01-19 10:55:01'),
(1357,206,'stock_removed','Removed 1 units - Sale',4,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":10,\"new_stock\":9,\"sale_id\":283,\"sale_number\":\"HIL-0283\"}','31.223.49.69','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-01-19 10:55:01','2026-01-19 10:55:01'),
(1358,208,'stock_removed','Removed 1 units - Sale',4,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":11,\"new_stock\":10,\"sale_id\":283,\"sale_number\":\"HIL-0283\"}','31.223.49.69','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-01-19 10:55:01','2026-01-19 10:55:01'),
(1359,146,'stock_added','Added 1 units - Sale cancelled/refunded',4,'{\"quantity\":1,\"reason\":\"Yanl\\u0131\\u015f kesildi\",\"previous_stock\":12,\"new_stock\":13,\"sale_id\":283,\"sale_number\":\"HIL-0283\"}','31.223.49.69','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-01-19 10:59:11','2026-01-19 10:59:11'),
(1360,154,'stock_added','Added 1 units - Sale cancelled/refunded',4,'{\"quantity\":1,\"reason\":\"Yanl\\u0131\\u015f kesildi\",\"previous_stock\":11,\"new_stock\":12,\"sale_id\":283,\"sale_number\":\"HIL-0283\"}','31.223.49.69','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-01-19 10:59:11','2026-01-19 10:59:11'),
(1361,206,'stock_added','Added 1 units - Sale cancelled/refunded',4,'{\"quantity\":1,\"reason\":\"Yanl\\u0131\\u015f kesildi\",\"previous_stock\":9,\"new_stock\":10,\"sale_id\":283,\"sale_number\":\"HIL-0283\"}','31.223.49.69','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-01-19 10:59:11','2026-01-19 10:59:11'),
(1362,208,'stock_added','Added 1 units - Sale cancelled/refunded',4,'{\"quantity\":1,\"reason\":\"Yanl\\u0131\\u015f kesildi\",\"previous_stock\":10,\"new_stock\":11,\"sale_id\":283,\"sale_number\":\"HIL-0283\"}','31.223.49.69','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-01-19 10:59:11','2026-01-19 10:59:11'),
(1363,53,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":16,\"new_stock\":15,\"sale_id\":284,\"sale_number\":\"HIL-0284\"}','143.105.161.216','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-19 12:35:08','2026-01-19 12:35:08'),
(1364,53,'updated','Product updated',7,'{\"description\":{\"old\":\"1x39\\r\\n4x41\\r\\n1x42\\r\\n5x43\\r\\n5x44\\r\\n1x45\",\"new\":\"1x39\\r\\n4x41\\r\\n1x42\\r\\n5x43\\r\\n4x44\\r\\n1x45\"}}','143.105.161.216','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-19 12:36:33','2026-01-19 12:36:33'),
(1365,79,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":10,\"new_stock\":9,\"sale_id\":285,\"sale_number\":\"HIL-0285\"}','143.105.161.216','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-19 13:03:28','2026-01-19 13:03:28'),
(1366,81,'updated','Product updated',7,'{\"description\":{\"old\":\"3x40\\r\\n3x41\\r\\n3x43\",\"new\":\"3x40\\r\\n3x41\\r\\n2x43\"}}','143.105.161.216','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-19 13:19:37','2026-01-19 13:19:37'),
(1367,162,'updated','Product updated',7,'{\"description\":{\"old\":\"1x39\\r\\n2x40\\r\\n3x41\\r\\n2x42\\r\\n2x43\\r\\n1x44\\r\\n1x45\",\"new\":\"1x39\\r\\n2x40\\r\\n3x41\\r\\n2x42\\r\\n1x43\\r\\n1x44\\r\\n1x45\"}}','143.105.161.216','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-19 13:20:30','2026-01-19 13:20:30'),
(1368,158,'updated','Product updated',7,'{\"description\":{\"old\":\"1x40\\r\\n1x43\",\"new\":null}}','143.105.161.216','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-19 13:21:00','2026-01-19 13:21:00'),
(1369,69,'updated','Product updated',7,'{\"description\":{\"old\":\"1x39\\r\\n1x40\\r\\n3x41\\r\\n3x43\",\"new\":\"1x40\\r\\n3x41\\r\\n3x43\"}}','143.105.161.216','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-19 13:22:18','2026-01-19 13:22:18'),
(1370,69,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":8,\"new_stock\":7,\"sale_id\":286,\"sale_number\":\"HIL-0286\"}','143.105.161.216','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-19 13:29:38','2026-01-19 13:29:38'),
(1371,81,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":11,\"new_stock\":10,\"sale_id\":286,\"sale_number\":\"HIL-0286\"}','143.105.161.216','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-19 13:29:38','2026-01-19 13:29:38'),
(1372,89,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":3,\"new_stock\":2,\"sale_id\":286,\"sale_number\":\"HIL-0286\"}','143.105.161.216','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-19 13:29:38','2026-01-19 13:29:38'),
(1373,158,'stock_removed','Removed 2 units - Sale',7,'{\"quantity\":2,\"reason\":\"Sale\",\"previous_stock\":2,\"new_stock\":0,\"sale_id\":286,\"sale_number\":\"HIL-0286\"}','143.105.161.216','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-19 13:29:38','2026-01-19 13:29:38'),
(1374,162,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":12,\"new_stock\":11,\"sale_id\":286,\"sale_number\":\"HIL-0286\"}','143.105.161.216','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-19 13:29:38','2026-01-19 13:29:38'),
(1375,63,'stock_added','Added 3 units - Restock - New shipment',7,'{\"quantity\":3,\"reason\":\"Restock - New shipment\",\"previous_stock\":3,\"new_stock\":6,\"notes\":null}','143.105.161.253','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-20 05:41:24','2026-01-20 05:41:24'),
(1376,209,'created','Product created',7,'{\"name\":\"HIL T-5\",\"description\":\"1x40\\r\\n2x41\\r\\n1x42\\r\\n1x44\\r\\n1x45\",\"barcode\":\"PRD525616\",\"category_id\":\"6\",\"product_type\":\"market\",\"unit\":\"pcs\",\"cost_price\":\"9000.00\",\"selling_price\":\"10000.00\",\"image\":\"products\\/1768899728_v1HHq9bK3q.jpg\",\"expiry_date\":null,\"is_active\":true,\"alert_quantity\":1,\"weight\":null,\"length\":null,\"width\":null,\"height\":null,\"updated_at\":\"2026-01-20T09:02:09.000000Z\",\"created_at\":\"2026-01-20T09:02:09.000000Z\",\"id\":209}','143.105.161.253','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-20 06:02:09','2026-01-20 06:02:09'),
(1377,209,'stock_added','Added 6 units - Initial stock',7,'{\"quantity\":6,\"reason\":\"Initial stock\",\"previous_stock\":0,\"new_stock\":6,\"notes\":\"Product creation\"}','143.105.161.253','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-20 06:02:09','2026-01-20 06:02:09'),
(1378,210,'created','Product created',7,'{\"name\":\"HIL T-2\",\"description\":\"1x39\\r\\n1x40\\r\\n1x41\\r\\n1x42\\r\\n1x43\\r\\n3x44\",\"barcode\":\"PRD351566\",\"category_id\":\"6\",\"product_type\":\"market\",\"unit\":\"pcs\",\"cost_price\":\"9000.00\",\"selling_price\":\"10000.00\",\"image\":\"products\\/1768900513_y3x35BSwjI.jpg\",\"expiry_date\":null,\"is_active\":true,\"alert_quantity\":1,\"weight\":null,\"length\":null,\"width\":null,\"height\":null,\"updated_at\":\"2026-01-20T09:15:14.000000Z\",\"created_at\":\"2026-01-20T09:15:14.000000Z\",\"id\":210}','143.105.161.253','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-20 06:15:14','2026-01-20 06:15:14'),
(1379,210,'stock_added','Added 8 units - Initial stock',7,'{\"quantity\":8,\"reason\":\"Initial stock\",\"previous_stock\":0,\"new_stock\":8,\"notes\":\"Product creation\"}','143.105.161.253','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-20 06:15:14','2026-01-20 06:15:14'),
(1380,211,'created','Product created',7,'{\"name\":\"HIL T-3\",\"description\":\"2x40\\r\\n1x41\\r\\n1x42\\r\\n1x43\",\"barcode\":\"PRD654843\",\"category_id\":\"6\",\"product_type\":\"market\",\"unit\":\"pcs\",\"cost_price\":\"9000.00\",\"selling_price\":\"10000.00\",\"image\":\"products\\/1768900801_7DSK8Qj0qw.jpg\",\"expiry_date\":null,\"is_active\":true,\"alert_quantity\":1,\"weight\":null,\"length\":null,\"width\":null,\"height\":null,\"updated_at\":\"2026-01-20T09:20:01.000000Z\",\"created_at\":\"2026-01-20T09:20:01.000000Z\",\"id\":211}','143.105.161.253','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-20 06:20:01','2026-01-20 06:20:01'),
(1381,211,'stock_added','Added 5 units - Initial stock',7,'{\"quantity\":5,\"reason\":\"Initial stock\",\"previous_stock\":0,\"new_stock\":5,\"notes\":\"Product creation\"}','143.105.161.253','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-20 06:20:02','2026-01-20 06:20:02'),
(1382,69,'updated','Product updated',7,'{\"description\":{\"old\":\"1x40\\r\\n3x41\\r\\n3x43\",\"new\":\"1x40\\r\\n4x41\\r\\n3x43\"}}','143.105.161.247','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-20 06:22:51','2026-01-20 06:22:51'),
(1383,69,'stock_added','Added 1 units - Restock - New shipment',7,'{\"quantity\":1,\"reason\":\"Restock - New shipment\",\"previous_stock\":7,\"new_stock\":8,\"notes\":null}','143.105.161.247','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-20 06:23:11','2026-01-20 06:23:11'),
(1384,45,'updated','Product updated',7,'{\"description\":{\"old\":\"3x40\\r\\n3x41\\r\\n2x42\",\"new\":\"1x39\\r\\n4x40\\r\\n4x41\\r\\n2x42\\r\\n1x43\\r\\n1x44\"}}','143.105.161.247','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-20 06:27:08','2026-01-20 06:27:08'),
(1385,45,'stock_added','Added 5 units - Restock - New shipment',7,'{\"quantity\":5,\"reason\":\"Restock - New shipment\",\"previous_stock\":8,\"new_stock\":13,\"notes\":null}','143.105.161.247','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-20 06:27:38','2026-01-20 06:27:38'),
(1386,69,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":8,\"new_stock\":7,\"sale_id\":287,\"sale_number\":\"HIL-0287\"}','143.105.161.247','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-20 06:48:59','2026-01-20 06:48:59'),
(1387,154,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":12,\"new_stock\":11,\"sale_id\":287,\"sale_number\":\"HIL-0287\"}','143.105.161.247','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-20 06:49:00','2026-01-20 06:49:00'),
(1388,63,'stock_removed','Removed 6 units - Sale',7,'{\"quantity\":6,\"reason\":\"Sale\",\"previous_stock\":6,\"new_stock\":0,\"sale_id\":288,\"sale_number\":\"HIL-0288\"}','143.105.161.253','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-20 07:11:46','2026-01-20 07:11:46'),
(1389,209,'stock_removed','Removed 6 units - Sale',7,'{\"quantity\":6,\"reason\":\"Sale\",\"previous_stock\":6,\"new_stock\":0,\"sale_id\":288,\"sale_number\":\"HIL-0288\"}','143.105.161.253','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-20 07:11:46','2026-01-20 07:11:46'),
(1390,210,'stock_removed','Removed 8 units - Sale',7,'{\"quantity\":8,\"reason\":\"Sale\",\"previous_stock\":8,\"new_stock\":0,\"sale_id\":288,\"sale_number\":\"HIL-0288\"}','143.105.161.253','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-20 07:11:46','2026-01-20 07:11:46'),
(1391,211,'stock_removed','Removed 5 units - Sale',7,'{\"quantity\":5,\"reason\":\"Sale\",\"previous_stock\":5,\"new_stock\":0,\"sale_id\":288,\"sale_number\":\"HIL-0288\"}','143.105.161.253','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-20 07:11:46','2026-01-20 07:11:46'),
(1392,69,'stock_added','Added 1 units - Sale cancelled/refunded',7,'{\"quantity\":1,\"reason\":\"Sale change\",\"previous_stock\":7,\"new_stock\":8,\"sale_id\":287,\"sale_number\":\"HIL-0287\"}','143.105.161.253','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-20 07:15:28','2026-01-20 07:15:28'),
(1393,154,'stock_added','Added 1 units - Sale cancelled/refunded',7,'{\"quantity\":1,\"reason\":\"Sale change\",\"previous_stock\":11,\"new_stock\":12,\"sale_id\":287,\"sale_number\":\"HIL-0287\"}','143.105.161.253','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-20 07:15:28','2026-01-20 07:15:28'),
(1394,154,'updated','Product updated',7,'{\"description\":{\"old\":\"1x40\\r\\n3x41\\r\\n2x42\\r\\n3x43\\r\\n2x44\\r\\n1x45\",\"new\":\"1x40\\r\\n2x41\\r\\n2x42\\r\\n3x43\\r\\n2x44\\r\\n1x45\"}}','143.105.161.247','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-20 07:16:20','2026-01-20 07:16:20'),
(1395,154,'stock_removed','Removed 1 units - Sale return',7,'{\"quantity\":1,\"reason\":\"Sale return\",\"previous_stock\":12,\"new_stock\":11,\"notes\":null}','143.105.161.247','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-20 07:16:38','2026-01-20 07:16:38'),
(1396,69,'updated','Product updated',7,'{\"description\":{\"old\":\"1x40\\r\\n4x41\\r\\n3x43\",\"new\":\"1x40\\r\\n3x41\\r\\n3x43\"}}','143.105.161.247','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-20 07:20:53','2026-01-20 07:20:53'),
(1397,69,'stock_removed','Removed 1 units - Sale return',7,'{\"quantity\":1,\"reason\":\"Sale return\",\"previous_stock\":8,\"new_stock\":7,\"notes\":null}','143.105.161.247','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-20 07:21:14','2026-01-20 07:21:14'),
(1398,204,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":5,\"new_stock\":4,\"sale_id\":289,\"sale_number\":\"HIL-0289\"}','143.105.161.247','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-20 07:37:45','2026-01-20 07:37:45'),
(1399,204,'updated','Product updated',7,'{\"description\":{\"old\":\"1x40\\r\\n2x42\\r\\n2x43\",\"new\":\"1x40\\r\\n2x42\\r\\n1x43\"}}','143.105.161.247','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-20 07:38:24','2026-01-20 07:38:24'),
(1400,67,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":33,\"new_stock\":32,\"sale_id\":290,\"sale_number\":\"HIL-0290\"}','143.105.161.247','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-20 07:44:17','2026-01-20 07:44:17'),
(1401,107,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":41,\"new_stock\":40,\"sale_id\":291,\"sale_number\":\"HIL-0291\"}','143.105.161.247','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-20 10:43:37','2026-01-20 10:43:37'),
(1402,91,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":17,\"new_stock\":16,\"sale_id\":292,\"sale_number\":\"HIL-0292\"}','143.105.161.247','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-20 11:01:44','2026-01-20 11:01:44'),
(1403,91,'updated','Product updated',7,'{\"description\":{\"old\":\"3x41\\r\\n4x42\\r\\n4x43\\r\\n4x44\\r\\n2x45\",\"new\":\"3x41\\r\\n3x42\\r\\n4x43\\r\\n4x44\\r\\n2x45\"}}','143.105.161.247','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-20 11:06:10','2026-01-20 11:06:10'),
(1404,85,'updated','Product updated',7,'{\"description\":{\"old\":\"4x40\\r\\n1x42\\r\\n1x43\\r\\n2x44\",\"new\":\"4x40\\r\\n1x42\\r\\n2x44\"}}','143.105.161.247','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-20 12:25:13','2026-01-20 12:25:13'),
(1405,85,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":8,\"new_stock\":7,\"sale_id\":293,\"sale_number\":\"HIL-0293\"}','143.105.161.247','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-20 12:26:54','2026-01-20 12:26:54'),
(1406,211,'status_changed','Product deactivated',7,'{\"old_status\":true,\"new_status\":false}','143.105.161.247','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-20 12:28:11','2026-01-20 12:28:11'),
(1407,210,'status_changed','Product deactivated',7,'{\"old_status\":true,\"new_status\":false}','143.105.161.247','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-20 12:28:17','2026-01-20 12:28:17'),
(1408,209,'status_changed','Product deactivated',7,'{\"old_status\":true,\"new_status\":false}','143.105.161.247','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-20 12:28:24','2026-01-20 12:28:24'),
(1409,186,'status_changed','Product deactivated',7,'{\"old_status\":true,\"new_status\":false}','143.105.161.247','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-20 12:28:36','2026-01-20 12:28:36'),
(1410,170,'status_changed','Product deactivated',7,'{\"old_status\":true,\"new_status\":false}','143.105.161.247','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-20 12:28:52','2026-01-20 12:28:52'),
(1411,164,'status_changed','Product deactivated',7,'{\"old_status\":true,\"new_status\":false}','143.105.161.247','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-20 12:29:06','2026-01-20 12:29:06'),
(1412,158,'status_changed','Product deactivated',7,'{\"old_status\":true,\"new_status\":false}','143.105.161.247','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-20 12:29:15','2026-01-20 12:29:15'),
(1413,132,'status_changed','Product deactivated',7,'{\"old_status\":true,\"new_status\":false}','143.105.161.247','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-20 12:30:19','2026-01-20 12:30:19'),
(1414,63,'status_changed','Product deactivated',7,'{\"old_status\":true,\"new_status\":false}','143.105.161.247','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-20 12:30:44','2026-01-20 12:30:44'),
(1415,61,'status_changed','Product deactivated',7,'{\"old_status\":true,\"new_status\":false}','143.105.161.247','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-20 12:30:56','2026-01-20 12:30:56'),
(1416,59,'status_changed','Product deactivated',7,'{\"old_status\":true,\"new_status\":false}','143.105.161.247','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-20 12:31:07','2026-01-20 12:31:07'),
(1417,57,'status_changed','Product deactivated',7,'{\"old_status\":true,\"new_status\":false}','143.105.161.247','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-20 12:31:25','2026-01-20 12:31:25'),
(1418,138,'status_changed','Product deactivated',7,'{\"old_status\":true,\"new_status\":false}','143.105.161.247','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-20 12:33:45','2026-01-20 12:33:45'),
(1419,152,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":11,\"new_stock\":10,\"sale_id\":294,\"sale_number\":\"HIL-0294\"}','143.105.161.247','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-20 12:35:57','2026-01-20 12:35:57'),
(1420,152,'updated','Product updated',7,'{\"description\":{\"old\":\"1x39\\r\\n2x40\\r\\n1x42\\r\\n1x43\\r\\n3x44\\r\\n3x45\",\"new\":\"1x39\\r\\n2x40\\r\\n1x43\\r\\n3x44\\r\\n3x45\"}}','143.105.161.247','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-20 12:36:40','2026-01-20 12:36:40'),
(1421,152,'updated','Product updated',7,'{\"description\":{\"old\":\"1x39\\r\\n2x40\\r\\n1x43\\r\\n3x44\\r\\n3x45\",\"new\":\"1x39\\r\\n2x40\\r\\n1x43\\r\\n2x44\\r\\n3x45\"}}','143.105.161.247','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-20 12:58:12','2026-01-20 12:58:12'),
(1422,128,'updated','Product updated',7,'{\"description\":{\"old\":\"1x40\\r\\n1x43\",\"new\":\"1x40\"}}','143.105.161.247','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-20 12:59:19','2026-01-20 12:59:19'),
(1423,128,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":2,\"new_stock\":1,\"sale_id\":295,\"sale_number\":\"HIL-0295\"}','143.105.161.247','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-20 12:59:53','2026-01-20 12:59:53'),
(1424,152,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":10,\"new_stock\":9,\"sale_id\":295,\"sale_number\":\"HIL-0295\"}','143.105.161.247','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-20 12:59:53','2026-01-20 12:59:53'),
(1425,162,'updated','Product updated',7,'{\"description\":{\"old\":\"1x39\\r\\n2x40\\r\\n3x41\\r\\n2x42\\r\\n1x43\\r\\n1x44\\r\\n1x45\",\"new\":\"1x39\\r\\n2x40\\r\\n2x41\\r\\n2x42\\r\\n1x43\\r\\n1x44\\r\\n1x45\"}}','154.73.161.119','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-20 14:55:00','2026-01-20 14:55:00'),
(1426,162,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":11,\"new_stock\":10,\"sale_id\":296,\"sale_number\":\"HIL-0296\"}','154.73.161.119','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-20 14:55:31','2026-01-20 14:55:31'),
(1427,134,'price_changed','Product pricing updated',4,'{\"old_prices\":{\"cost_price\":\"16500.00\",\"selling_price\":\"18500.00\",\"discount_price\":null},\"new_prices\":{\"cost_price\":\"16500.00\",\"selling_price\":\"22500.00\",\"discount_price\":null}}','31.223.49.69','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36','2026-01-21 04:56:26','2026-01-21 04:56:26'),
(1428,134,'updated','Product updated',4,'{\"selling_price\":{\"old\":\"18500.00\",\"new\":\"22500\"}}','31.223.49.69','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36','2026-01-21 04:56:26','2026-01-21 04:56:26'),
(1429,208,'price_changed','Product pricing updated',4,'{\"old_prices\":{\"cost_price\":\"16500.00\",\"selling_price\":\"18500.00\",\"discount_price\":null},\"new_prices\":{\"cost_price\":\"16500.00\",\"selling_price\":\"22500.00\",\"discount_price\":null}}','31.223.49.69','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36','2026-01-21 04:56:53','2026-01-21 04:56:53'),
(1430,208,'updated','Product updated',4,'{\"selling_price\":{\"old\":\"18500.00\",\"new\":\"22500\"}}','31.223.49.69','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36','2026-01-21 04:56:53','2026-01-21 04:56:53'),
(1431,206,'price_changed','Product pricing updated',4,'{\"old_prices\":{\"cost_price\":\"16500.00\",\"selling_price\":\"18500.00\",\"discount_price\":null},\"new_prices\":{\"cost_price\":\"16500.00\",\"selling_price\":\"22500.00\",\"discount_price\":null}}','31.223.49.69','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36','2026-01-21 04:57:22','2026-01-21 04:57:22'),
(1432,206,'updated','Product updated',4,'{\"selling_price\":{\"old\":\"18500.00\",\"new\":\"22500\"}}','31.223.49.69','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36','2026-01-21 04:57:22','2026-01-21 04:57:22'),
(1433,204,'price_changed','Product pricing updated',4,'{\"old_prices\":{\"cost_price\":\"16500.00\",\"selling_price\":\"18500.00\",\"discount_price\":null},\"new_prices\":{\"cost_price\":\"16500.00\",\"selling_price\":\"22500.00\",\"discount_price\":null}}','31.223.49.69','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36','2026-01-21 04:57:46','2026-01-21 04:57:46'),
(1434,204,'updated','Product updated',4,'{\"selling_price\":{\"old\":\"18500.00\",\"new\":\"22500\"}}','31.223.49.69','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36','2026-01-21 04:57:46','2026-01-21 04:57:46'),
(1435,201,'price_changed','Product pricing updated',4,'{\"old_prices\":{\"cost_price\":\"16500.00\",\"selling_price\":\"18500.00\",\"discount_price\":null},\"new_prices\":{\"cost_price\":\"16500.00\",\"selling_price\":\"22500.00\",\"discount_price\":null}}','31.223.49.69','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36','2026-01-21 04:58:15','2026-01-21 04:58:15'),
(1436,201,'updated','Product updated',4,'{\"selling_price\":{\"old\":\"18500.00\",\"new\":\"22500\"}}','31.223.49.69','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36','2026-01-21 04:58:15','2026-01-21 04:58:15'),
(1437,192,'price_changed','Product pricing updated',4,'{\"old_prices\":{\"cost_price\":\"16500.00\",\"selling_price\":\"18500.00\",\"discount_price\":null},\"new_prices\":{\"cost_price\":\"16500.00\",\"selling_price\":\"22500.00\",\"discount_price\":null}}','31.223.49.69','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36','2026-01-21 04:58:37','2026-01-21 04:58:37'),
(1438,192,'updated','Product updated',4,'{\"selling_price\":{\"old\":\"18500.00\",\"new\":\"22500\"}}','31.223.49.69','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36','2026-01-21 04:58:37','2026-01-21 04:58:37'),
(1439,190,'price_changed','Product pricing updated',4,'{\"old_prices\":{\"cost_price\":\"16500.00\",\"selling_price\":\"18500.00\",\"discount_price\":null},\"new_prices\":{\"cost_price\":\"16500.00\",\"selling_price\":\"22500.00\",\"discount_price\":null}}','31.223.49.69','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36','2026-01-21 04:59:10','2026-01-21 04:59:10'),
(1440,190,'updated','Product updated',4,'{\"selling_price\":{\"old\":\"18500.00\",\"new\":\"22500\"}}','31.223.49.69','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36','2026-01-21 04:59:10','2026-01-21 04:59:10'),
(1441,211,'price_changed','Product pricing updated',4,'{\"old_prices\":{\"cost_price\":\"9000.00\",\"selling_price\":\"10000.00\",\"discount_price\":null},\"new_prices\":{\"cost_price\":\"9000.00\",\"selling_price\":\"12500.00\",\"discount_price\":null}}','31.223.49.69','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36','2026-01-21 05:00:33','2026-01-21 05:00:33'),
(1442,211,'updated','Product updated',4,'{\"selling_price\":{\"old\":\"10000.00\",\"new\":\"12500\"},\"is_active\":{\"old\":false,\"new\":true}}','31.223.49.69','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36','2026-01-21 05:00:33','2026-01-21 05:00:33'),
(1443,211,'price_changed','Product pricing updated',4,'{\"old_prices\":{\"cost_price\":\"9000.00\",\"selling_price\":\"12500.00\",\"discount_price\":null},\"new_prices\":{\"cost_price\":\"9000.00\",\"selling_price\":\"10000.00\",\"discount_price\":null}}','31.223.49.69','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36','2026-01-21 05:02:49','2026-01-21 05:02:49'),
(1444,211,'updated','Product updated',4,'{\"selling_price\":{\"old\":\"12500.00\",\"new\":\"10000\"}}','31.223.49.69','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36','2026-01-21 05:02:49','2026-01-21 05:02:49'),
(1445,208,'price_changed','Product pricing updated',4,'{\"old_prices\":{\"cost_price\":\"16500.00\",\"selling_price\":\"22500.00\",\"discount_price\":null},\"new_prices\":{\"cost_price\":\"16500.00\",\"selling_price\":\"18500.00\",\"discount_price\":null}}','31.223.49.69','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36','2026-01-21 05:03:31','2026-01-21 05:03:31'),
(1446,208,'updated','Product updated',4,'{\"selling_price\":{\"old\":\"22500.00\",\"new\":\"18500\"}}','31.223.49.69','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36','2026-01-21 05:03:31','2026-01-21 05:03:31'),
(1447,190,'price_changed','Product pricing updated',4,'{\"old_prices\":{\"cost_price\":\"16500.00\",\"selling_price\":\"22500.00\",\"discount_price\":null},\"new_prices\":{\"cost_price\":\"16500.00\",\"selling_price\":\"18500.00\",\"discount_price\":null}}','31.223.49.69','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36','2026-01-21 05:04:01','2026-01-21 05:04:01'),
(1448,190,'updated','Product updated',4,'{\"selling_price\":{\"old\":\"22500.00\",\"new\":\"18500\"}}','31.223.49.69','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36','2026-01-21 05:04:01','2026-01-21 05:04:01'),
(1449,206,'price_changed','Product pricing updated',4,'{\"old_prices\":{\"cost_price\":\"16500.00\",\"selling_price\":\"22500.00\",\"discount_price\":null},\"new_prices\":{\"cost_price\":\"16500.00\",\"selling_price\":\"18500.00\",\"discount_price\":null}}','31.223.49.69','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36','2026-01-21 05:04:21','2026-01-21 05:04:21'),
(1450,206,'updated','Product updated',4,'{\"selling_price\":{\"old\":\"22500.00\",\"new\":\"18500\"}}','31.223.49.69','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36','2026-01-21 05:04:21','2026-01-21 05:04:21'),
(1451,192,'price_changed','Product pricing updated',4,'{\"old_prices\":{\"cost_price\":\"16500.00\",\"selling_price\":\"22500.00\",\"discount_price\":null},\"new_prices\":{\"cost_price\":\"16500.00\",\"selling_price\":\"18500.00\",\"discount_price\":null}}','31.223.49.69','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36','2026-01-21 05:14:34','2026-01-21 05:14:34'),
(1452,192,'updated','Product updated',4,'{\"selling_price\":{\"old\":\"22500.00\",\"new\":\"18500\"}}','31.223.49.69','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36','2026-01-21 05:14:34','2026-01-21 05:14:34'),
(1453,201,'price_changed','Product pricing updated',4,'{\"old_prices\":{\"cost_price\":\"16500.00\",\"selling_price\":\"22500.00\",\"discount_price\":null},\"new_prices\":{\"cost_price\":\"16500.00\",\"selling_price\":\"18500.00\",\"discount_price\":null}}','31.223.49.69','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36','2026-01-21 05:15:16','2026-01-21 05:15:16'),
(1454,201,'updated','Product updated',4,'{\"selling_price\":{\"old\":\"22500.00\",\"new\":\"18500\"}}','31.223.49.69','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36','2026-01-21 05:15:16','2026-01-21 05:15:16'),
(1455,204,'price_changed','Product pricing updated',4,'{\"old_prices\":{\"cost_price\":\"16500.00\",\"selling_price\":\"22500.00\",\"discount_price\":null},\"new_prices\":{\"cost_price\":\"16500.00\",\"selling_price\":\"18500.00\",\"discount_price\":null}}','31.223.49.69','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36','2026-01-21 05:15:47','2026-01-21 05:15:47'),
(1456,204,'updated','Product updated',4,'{\"selling_price\":{\"old\":\"22500.00\",\"new\":\"18500\"}}','31.223.49.69','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36','2026-01-21 05:15:47','2026-01-21 05:15:47'),
(1457,193,'stock_removed','Removed 29 units - Transfer from store to market',7,'{\"quantity\":29,\"reason\":\"Transfer from store to market\",\"previous_stock\":29,\"new_stock\":0,\"transfer_type\":\"store_to_market\",\"transferred_by\":7}','154.73.161.201','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-21 05:18:33','2026-01-21 05:18:33'),
(1458,213,'created','Product created',7,'{\"name\":\"Hilal 2000S\",\"description\":\"1x39\\r\\n1x40\\r\\n7x41\\r\\n5x42\\r\\n7x43\\r\\n4x44\\r\\n3x45\\r\\n1x46\",\"barcode\":\"PRD263693-M1\",\"category_id\":2,\"product_type\":\"market\",\"unit\":\"pcs\",\"cost_price\":\"16500.00\",\"selling_price\":\"18500.00\",\"discount_price\":null,\"image\":\"products\\/1768391035_hwtMhqpMzO.jpeg\",\"expiry_date\":null,\"is_active\":true,\"weight\":null,\"length\":null,\"width\":null,\"height\":null,\"updated_at\":\"2026-01-21T08:18:33.000000Z\",\"created_at\":\"2026-01-21T08:18:33.000000Z\",\"id\":213}','154.73.161.201','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-21 05:18:33','2026-01-21 05:18:33'),
(1459,213,'stock_added','Added 29 units - Transfer from store to market',7,'{\"quantity\":29,\"reason\":\"Transfer from store to market\",\"previous_stock\":0,\"new_stock\":29,\"transfer_type\":\"store_to_market\",\"from_product_id\":193,\"transferred_by\":7}','154.73.161.201','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-21 05:18:33','2026-01-21 05:18:33'),
(1460,164,'updated','Product updated',4,'{\"name\":{\"old\":\"HB-2026 T\",\"new\":\"HB-2026T\"},\"is_active\":{\"old\":false,\"new\":true}}','31.223.49.69','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36','2026-01-21 05:23:24','2026-01-21 05:23:24'),
(1461,134,'price_changed','Product pricing updated',4,'{\"old_prices\":{\"cost_price\":\"16500.00\",\"selling_price\":\"22500.00\",\"discount_price\":null},\"new_prices\":{\"cost_price\":\"16500.00\",\"selling_price\":\"18500.00\",\"discount_price\":null}}','31.223.49.69','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36','2026-01-21 05:24:43','2026-01-21 05:24:43'),
(1462,134,'updated','Product updated',4,'{\"selling_price\":{\"old\":\"22500.00\",\"new\":\"18500\"}}','31.223.49.69','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36','2026-01-21 05:24:43','2026-01-21 05:24:43'),
(1463,31,'stock_removed','Removed 15 units - Transfer from store to market',7,'{\"quantity\":15,\"reason\":\"Transfer from store to market\",\"previous_stock\":15,\"new_stock\":0,\"transfer_type\":\"store_to_market\",\"transferred_by\":7}','154.73.161.201','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-21 05:25:30','2026-01-21 05:25:30'),
(1464,215,'created','Product created',7,'{\"name\":\"Hilal-14B\",\"description\":\"1X40\\r\\n3X41\\r\\n2X42\\r\\n5X43\\r\\n2X44\\r\\n2X45\",\"barcode\":\"PRD593016-M2\",\"category_id\":2,\"product_type\":\"market\",\"unit\":\"pcs\",\"cost_price\":\"16500.00\",\"selling_price\":\"18500.00\",\"discount_price\":null,\"image\":\"products\\/1767169298_hHVMxE7Zkd.jpg\",\"expiry_date\":null,\"is_active\":true,\"weight\":null,\"length\":null,\"width\":null,\"height\":null,\"updated_at\":\"2026-01-21T08:25:30.000000Z\",\"created_at\":\"2026-01-21T08:25:30.000000Z\",\"id\":215}','154.73.161.201','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-21 05:25:30','2026-01-21 05:25:30'),
(1465,215,'stock_added','Added 15 units - Transfer from store to market',7,'{\"quantity\":15,\"reason\":\"Transfer from store to market\",\"previous_stock\":0,\"new_stock\":15,\"transfer_type\":\"store_to_market\",\"from_product_id\":31,\"transferred_by\":7}','154.73.161.201','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-21 05:25:30','2026-01-21 05:25:30'),
(1466,215,'updated','Product updated',7,'{\"description\":{\"old\":\"1X40\\r\\n3X41\\r\\n2X42\\r\\n5X43\\r\\n2X44\\r\\n2X45\",\"new\":\"1X40\\r\\n4X41\\r\\n2X42\\r\\n5X43\\r\\n3X44\\r\\n2X45\"}}','154.73.161.201','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-21 05:26:31','2026-01-21 05:26:31'),
(1467,215,'stock_added','Added 2 units - Restock - New shipment',7,'{\"quantity\":2,\"reason\":\"Restock - New shipment\",\"previous_stock\":15,\"new_stock\":17,\"notes\":null}','154.73.161.201','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-21 05:26:49','2026-01-21 05:26:49'),
(1468,89,'stock_removed','Removed 2 units - Adjustment - Count correction',7,'{\"quantity\":2,\"reason\":\"Adjustment - Count correction\",\"previous_stock\":2,\"new_stock\":0,\"notes\":null}','154.73.161.201','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-21 05:28:11','2026-01-21 05:28:11'),
(1469,89,'status_changed','Product deactivated',7,'{\"old_status\":true,\"new_status\":false}','154.73.161.201','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-21 05:28:27','2026-01-21 05:28:27'),
(1470,119,'stock_removed','Removed 9 units - Transfer from store to market',7,'{\"quantity\":9,\"reason\":\"Transfer from store to market\",\"previous_stock\":9,\"new_stock\":0,\"transfer_type\":\"store_to_market\",\"transferred_by\":7}','143.105.161.124','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-21 05:41:42','2026-01-21 05:41:42'),
(1471,132,'stock_added','Added 9 units - Transfer from store to market',7,'{\"quantity\":9,\"reason\":\"Transfer from store to market\",\"previous_stock\":0,\"new_stock\":9,\"transfer_type\":\"store_to_market\",\"from_product_id\":119,\"transferred_by\":7}','143.105.161.124','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-21 05:41:42','2026-01-21 05:41:42'),
(1472,132,'status_changed','Product activated',7,'{\"old_status\":false,\"new_status\":true}','143.105.161.124','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-21 05:42:40','2026-01-21 05:42:40'),
(1473,132,'stock_added','Added 1 units - Restock - New shipment',7,'{\"quantity\":1,\"reason\":\"Restock - New shipment\",\"previous_stock\":9,\"new_stock\":10,\"notes\":null}','143.105.161.124','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-21 05:46:05','2026-01-21 05:46:05'),
(1474,132,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":10,\"new_stock\":9,\"sale_id\":297,\"sale_number\":\"HIL-0297\"}','143.105.161.124','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-21 05:47:00','2026-01-21 05:47:00'),
(1475,194,'stock_removed','Removed 10 units - Transfer from store to market',7,'{\"quantity\":10,\"reason\":\"Transfer from store to market\",\"previous_stock\":10,\"new_stock\":0,\"transfer_type\":\"store_to_market\",\"transferred_by\":7}','143.105.161.124','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-21 05:48:29','2026-01-21 05:48:29'),
(1476,217,'created','Product created',7,'{\"name\":\"Hilal-8T\",\"description\":\"3X40\\r\\n2X41\\r\\n4X43\\r\\n1X45\",\"barcode\":\"PRD265849-M1\",\"category_id\":2,\"product_type\":\"market\",\"unit\":\"pcs\",\"cost_price\":\"16500.00\",\"selling_price\":\"18500.00\",\"discount_price\":null,\"image\":\"products\\/1768391857_3HDk85PxXW.jpeg\",\"expiry_date\":null,\"is_active\":true,\"weight\":null,\"length\":null,\"width\":null,\"height\":null,\"updated_at\":\"2026-01-21T08:48:29.000000Z\",\"created_at\":\"2026-01-21T08:48:29.000000Z\",\"id\":217}','143.105.161.124','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-21 05:48:29','2026-01-21 05:48:29'),
(1477,217,'stock_added','Added 10 units - Transfer from store to market',7,'{\"quantity\":10,\"reason\":\"Transfer from store to market\",\"previous_stock\":0,\"new_stock\":10,\"transfer_type\":\"store_to_market\",\"from_product_id\":194,\"transferred_by\":7}','143.105.161.124','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-21 05:48:29','2026-01-21 05:48:29'),
(1478,167,'updated','Product updated',7,'{\"description\":{\"old\":\"2x41\\r\\n1x42 43\",\"new\":\"2x41\\r\\n1x42\\r\\n1x43\"}}','143.105.161.124','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-21 06:00:13','2026-01-21 06:00:13'),
(1479,167,'stock_added','Added 1 units - Restock - New shipment',7,'{\"quantity\":1,\"reason\":\"Restock - New shipment\",\"previous_stock\":3,\"new_stock\":4,\"notes\":null}','143.105.161.124','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-21 06:00:35','2026-01-21 06:00:35'),
(1480,195,'stock_removed','Removed 23 units - Transfer from store to market',7,'{\"quantity\":23,\"reason\":\"Transfer from store to market\",\"previous_stock\":24,\"new_stock\":1,\"transfer_type\":\"store_to_market\",\"transferred_by\":7}','143.105.161.124','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-21 06:03:35','2026-01-21 06:03:35'),
(1481,219,'created','Product created',7,'{\"name\":\"HS-3024\",\"description\":\"2X39\\r\\n3X40\\r\\n4X41\\r\\n5X42\\r\\n4X43\\r\\n3X44\\r\\n3X45\",\"barcode\":\"PRD681829-M1\",\"category_id\":2,\"product_type\":\"market\",\"unit\":\"pcs\",\"cost_price\":\"16500.00\",\"selling_price\":\"18500.00\",\"discount_price\":null,\"image\":\"products\\/1768392059_oDIl7IW264.jpeg\",\"expiry_date\":null,\"is_active\":true,\"weight\":null,\"length\":null,\"width\":null,\"height\":null,\"updated_at\":\"2026-01-21T09:03:35.000000Z\",\"created_at\":\"2026-01-21T09:03:35.000000Z\",\"id\":219}','143.105.161.124','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-21 06:03:35','2026-01-21 06:03:35'),
(1482,219,'stock_added','Added 23 units - Transfer from store to market',7,'{\"quantity\":23,\"reason\":\"Transfer from store to market\",\"previous_stock\":0,\"new_stock\":23,\"transfer_type\":\"store_to_market\",\"from_product_id\":195,\"transferred_by\":7}','143.105.161.124','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-21 06:03:35','2026-01-21 06:03:35'),
(1483,53,'stock_removed','Removed 1 units - Proforma confirmed',4,'{\"quantity\":1,\"reason\":\"Proforma confirmed\",\"previous_stock\":15,\"new_stock\":14,\"proforma_id\":8,\"proforma_number\":\"PRO-MARKET-20260121-0001\",\"sale_id\":298,\"sale_number\":\"RCP-1001\"}','31.223.49.69','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36','2026-01-21 06:17:52','2026-01-21 06:17:52'),
(1484,130,'stock_removed','Removed 1 units - Proforma confirmed',4,'{\"quantity\":1,\"reason\":\"Proforma confirmed\",\"previous_stock\":4,\"new_stock\":3,\"proforma_id\":8,\"proforma_number\":\"PRO-MARKET-20260121-0001\",\"sale_id\":298,\"sale_number\":\"RCP-1001\"}','31.223.49.69','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36','2026-01-21 06:17:52','2026-01-21 06:17:52'),
(1485,152,'stock_removed','Removed 1 units - Proforma confirmed',4,'{\"quantity\":1,\"reason\":\"Proforma confirmed\",\"previous_stock\":9,\"new_stock\":8,\"proforma_id\":8,\"proforma_number\":\"PRO-MARKET-20260121-0001\",\"sale_id\":298,\"sale_number\":\"RCP-1001\"}','31.223.49.69','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36','2026-01-21 06:17:52','2026-01-21 06:17:52'),
(1486,162,'stock_removed','Removed 5 units - Proforma confirmed',4,'{\"quantity\":5,\"reason\":\"Proforma confirmed\",\"previous_stock\":10,\"new_stock\":5,\"proforma_id\":8,\"proforma_number\":\"PRO-MARKET-20260121-0001\",\"sale_id\":298,\"sale_number\":\"RCP-1001\"}','31.223.49.69','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36','2026-01-21 06:17:52','2026-01-21 06:17:52'),
(1487,180,'stock_removed','Removed 1 units - Proforma confirmed',4,'{\"quantity\":1,\"reason\":\"Proforma confirmed\",\"previous_stock\":12,\"new_stock\":11,\"proforma_id\":8,\"proforma_number\":\"PRO-MARKET-20260121-0001\",\"sale_id\":298,\"sale_number\":\"RCP-1001\"}','31.223.49.69','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36','2026-01-21 06:17:52','2026-01-21 06:17:52'),
(1488,190,'updated','Product updated',7,'{\"description\":{\"old\":\"2X40   2X41    2X42   2X43    1X44   1X45\",\"new\":\"1x41\\r\\n2x42\"}}','143.105.161.132','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-21 06:40:04','2026-01-21 06:40:04'),
(1489,132,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":9,\"new_stock\":8,\"sale_id\":299,\"sale_number\":\"HIL-0298\"}','143.105.161.132','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-21 06:57:05','2026-01-21 06:57:05'),
(1490,208,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":11,\"new_stock\":10,\"sale_id\":299,\"sale_number\":\"HIL-0298\"}','143.105.161.132','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-21 06:57:05','2026-01-21 06:57:05'),
(1491,215,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":17,\"new_stock\":16,\"sale_id\":299,\"sale_number\":\"HIL-0298\"}','143.105.161.132','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-21 06:57:05','2026-01-21 06:57:05'),
(1492,215,'updated','Product updated',7,'{\"description\":{\"old\":\"1X40\\r\\n4X41\\r\\n2X42\\r\\n5X43\\r\\n3X44\\r\\n2X45\",\"new\":\"2X41\\r\\n1X42\\r\\n1X43\\r\\n1X44\\r\\n1X45\"}}','143.105.161.132','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-21 07:17:49','2026-01-21 07:17:49'),
(1493,162,'updated','Product updated',7,'{\"description\":{\"old\":\"1x39\\r\\n2x40\\r\\n2x41\\r\\n2x42\\r\\n1x43\\r\\n1x44\\r\\n1x45\",\"new\":\"2x40\\r\\n1x41\"}}','143.105.161.132','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-21 07:20:31','2026-01-21 07:20:31'),
(1494,162,'stock_removed','Removed 2 units - Adjustment - Count correction',7,'{\"quantity\":2,\"reason\":\"Adjustment - Count correction\",\"previous_stock\":5,\"new_stock\":3,\"notes\":null}','143.105.161.132','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-21 07:21:05','2026-01-21 07:21:05'),
(1495,49,'updated','Product updated',7,'{\"description\":{\"old\":\"3x40\\r\\n5x41\\r\\n1x42\\r\\n2x43\\r\\n1x44\",\"new\":\"1x40\"}}','143.105.161.132','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-21 07:28:50','2026-01-21 07:28:50'),
(1496,49,'stock_removed','Removed 10 units - Sale',7,'{\"quantity\":10,\"reason\":\"Sale\",\"previous_stock\":11,\"new_stock\":1,\"sale_id\":300,\"sale_number\":\"HIL-0299\"}','143.105.161.132','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-21 07:31:45','2026-01-21 07:31:45'),
(1497,215,'stock_removed','Removed 10 units - Sale',7,'{\"quantity\":10,\"reason\":\"Sale\",\"previous_stock\":16,\"new_stock\":6,\"sale_id\":300,\"sale_number\":\"HIL-0299\"}','143.105.161.132','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-21 07:31:45','2026-01-21 07:31:45'),
(1498,53,'updated','Product updated',7,'{\"description\":{\"old\":\"1x39\\r\\n4x41\\r\\n1x42\\r\\n5x43\\r\\n4x44\\r\\n1x45\",\"new\":\"1x39\\r\\n4x41\\r\\n5x43\\r\\n4x44\\r\\n1x45\"}}','143.105.161.132','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-21 07:40:37','2026-01-21 07:40:37'),
(1499,53,'updated','Product updated',7,'{\"description\":{\"old\":\"1x39\\r\\n4x41\\r\\n5x43\\r\\n4x44\\r\\n1x45\",\"new\":\"1x39\\r\\n4x41\\r\\n4x43\\r\\n4x44\\r\\n1x45\"}}','143.105.161.132','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-21 08:01:47','2026-01-21 08:01:47'),
(1500,211,'status_changed','Product deactivated',7,'{\"old_status\":true,\"new_status\":false}','143.105.161.132','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-21 08:10:48','2026-01-21 08:10:48'),
(1501,180,'updated','Product updated',7,'{\"description\":{\"old\":\"1X40\\r\\n3X41\\r\\n3X42\\r\\n1X43\\r\\n1X44\\r\\n3X45\",\"new\":\"1X40\\r\\n3X41\\r\\n3X42\\r\\n1X43\\r\\n1X44\\r\\n2X45\"}}','143.105.161.132','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-21 08:11:25','2026-01-21 08:11:25'),
(1502,152,'updated','Product updated',7,'{\"description\":{\"old\":\"1x39\\r\\n2x40\\r\\n1x43\\r\\n2x44\\r\\n3x45\",\"new\":\"1x39\\r\\n2x40\\r\\n1x43\\r\\n3x45\"}}','143.105.161.132','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-21 08:11:57','2026-01-21 08:11:57'),
(1503,130,'updated','Product updated',7,'{\"description\":{\"old\":\"3X40\\r\\n1X42\",\"new\":\"3X40\"}}','143.105.161.132','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-21 08:12:56','2026-01-21 08:12:56'),
(1504,208,'updated','Product updated',7,'{\"description\":{\"old\":\"1X39\\r\\n1X40\\r\\n2X41\\r\\n2X42\\r\\n2X43\\r\\n2X44\\r\\n1X45\",\"new\":\"1X39\\r\\n1X40\\r\\n2X41\\r\\n2X42\\r\\n2X43\\r\\n2X44\"}}','143.105.161.132','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-21 08:15:28','2026-01-21 08:15:28'),
(1505,132,'updated','Product updated',7,'{\"description\":{\"old\":\"1x39\\r\\n1x41\\r\\n1x42\\r\\n1x43\\r\\n3x44\\r\\n2x45\",\"new\":\"1x39\\r\\n1x41\\r\\n1x42\\r\\n1x43\\r\\n3x44\\r\\n1x45\"}}','143.105.161.132','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-21 08:16:01','2026-01-21 08:16:01'),
(1506,53,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":14,\"new_stock\":13,\"sale_id\":301,\"sale_number\":\"HIL-0300\"}','143.105.161.132','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-21 08:20:10','2026-01-21 08:20:10'),
(1507,124,'updated','Product updated',7,'{\"description\":{\"old\":\"1x39\\r\\n1x40\\r\\n3x41\\r\\n3x42\\r\\n3x43\\r\\n4x44\\r\\n3x45\",\"new\":\"1x39\\r\\n1x40\\r\\n3x41\\r\\n3x42\\r\\n3x43\\r\\n3x44\\r\\n3x45\"}}','143.105.161.132','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-21 08:58:27','2026-01-21 08:58:27'),
(1508,124,'stock_removed','Removed 1 units - Sale return',7,'{\"quantity\":1,\"reason\":\"Sale return\",\"previous_stock\":18,\"new_stock\":17,\"notes\":null}','143.105.161.132','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-21 08:58:59','2026-01-21 08:58:59'),
(1509,83,'updated','Product updated',7,'{\"description\":{\"old\":\"2x40\\r\\n1x41\\r\\n1x42\\r\\n1x44\",\"new\":\"2x40\\r\\n1x41\\r\\n1x42\\r\\n1x43\\r\\n1x44\"}}','143.105.161.132','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-21 09:00:10','2026-01-21 09:00:10'),
(1510,167,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":4,\"new_stock\":3,\"sale_id\":302,\"sale_number\":\"HIL-0301\"}','143.105.161.132','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-21 09:26:30','2026-01-21 09:26:30'),
(1511,134,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":6,\"new_stock\":5,\"sale_id\":303,\"sale_number\":\"HIL-0302\"}','143.105.161.132','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-21 09:27:03','2026-01-21 09:27:03'),
(1512,167,'updated','Product updated',7,'{\"description\":{\"old\":\"2x41\\r\\n1x42\\r\\n1x43\",\"new\":\"2x41\\r\\n1x43\"}}','143.105.161.132','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-21 09:27:40','2026-01-21 09:27:40'),
(1513,134,'updated','Product updated',7,'{\"description\":{\"old\":\"1x40\\r\\n1x42\\r\\n1x43\\r\\n2x44\\r\\n1x45\",\"new\":\"1x40\\r\\n1x43\\r\\n2x44\\r\\n1x45\"}}','143.105.161.132','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-21 09:28:04','2026-01-21 09:28:04'),
(1514,152,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":8,\"new_stock\":7,\"sale_id\":304,\"sale_number\":\"HIL-0303\"}','143.105.161.132','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-21 09:59:06','2026-01-21 09:59:06'),
(1515,148,'updated','Product updated',7,'{\"description\":{\"old\":\"1x44\\r\\n1x45\",\"new\":null}}','143.105.161.132','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-21 10:13:21','2026-01-21 10:13:21'),
(1516,148,'stock_added','Added 1 units - Sale return',7,'{\"quantity\":1,\"reason\":\"Sale return\",\"previous_stock\":0,\"new_stock\":1,\"notes\":null}','143.105.161.132','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-21 10:13:36','2026-01-21 10:13:36'),
(1517,132,'updated','Product updated',7,'{\"description\":{\"old\":\"1x39\\r\\n1x41\\r\\n1x42\\r\\n1x43\\r\\n3x44\\r\\n1x45\",\"new\":\"1x39\\r\\n1x41\\r\\n1x42\\r\\n1x43\\r\\n2x44\\r\\n1x45\"}}','143.105.161.132','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-21 10:52:44','2026-01-21 10:52:44'),
(1518,132,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":8,\"new_stock\":7,\"sale_id\":305,\"sale_number\":\"HIL-0304\"}','143.105.161.132','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-21 10:54:02','2026-01-21 10:54:02'),
(1519,24,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":37,\"new_stock\":36,\"sale_id\":306,\"sale_number\":\"HIL-0305\"}','143.105.161.132','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-21 11:02:12','2026-01-21 11:02:12'),
(1520,132,'updated','Product updated',7,'{\"description\":{\"old\":\"1x39\\r\\n1x41\\r\\n1x42\\r\\n1x43\\r\\n2x44\\r\\n1x45\",\"new\":\"1x39\\r\\n1x41\\r\\n1x43\\r\\n2x44\\r\\n1x45\"}}','154.73.161.201','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-21 12:13:34','2026-01-21 12:13:34'),
(1521,217,'updated','Product updated',7,'{\"description\":{\"old\":\"3X40\\r\\n2X41\\r\\n4X43\\r\\n1X45\",\"new\":\"3X40\\r\\n2X41\\r\\n3X43\\r\\n1X45\"}}','154.73.161.201','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-21 12:13:58','2026-01-21 12:13:58'),
(1522,132,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":7,\"new_stock\":6,\"sale_id\":307,\"sale_number\":\"HIL-0306\"}','154.73.161.201','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-21 12:14:55','2026-01-21 12:14:55'),
(1523,217,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":10,\"new_stock\":9,\"sale_id\":307,\"sale_number\":\"HIL-0306\"}','154.73.161.201','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-21 12:14:55','2026-01-21 12:14:55'),
(1524,132,'stock_added','Added 1 units - Sale cancelled/refunded',7,'{\"quantity\":1,\"reason\":\"Sale return\",\"previous_stock\":6,\"new_stock\":7,\"sale_id\":307,\"sale_number\":\"HIL-0306\"}','154.73.161.201','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-21 12:57:21','2026-01-21 12:57:21'),
(1525,217,'stock_added','Added 1 units - Sale cancelled/refunded',7,'{\"quantity\":1,\"reason\":\"Sale return\",\"previous_stock\":9,\"new_stock\":10,\"sale_id\":307,\"sale_number\":\"HIL-0306\"}','154.73.161.201','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-21 12:57:21','2026-01-21 12:57:21'),
(1526,132,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":7,\"new_stock\":6,\"sale_id\":308,\"sale_number\":\"HIL-0307\"}','154.73.161.201','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-21 12:58:06','2026-01-21 12:58:06'),
(1527,51,'updated','Product updated',7,'{\"description\":{\"old\":\"2x41\",\"new\":\"1x41\"}}','143.105.161.152','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-22 05:59:40','2026-01-22 05:59:40'),
(1528,51,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":2,\"new_stock\":1,\"sale_id\":309,\"sale_number\":\"HIL-0308\"}','143.105.161.152','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-22 06:00:13','2026-01-22 06:00:13'),
(1529,8,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":443,\"new_stock\":442,\"sale_id\":310,\"sale_number\":\"HIL-0309\"}','143.105.161.80','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-22 06:40:20','2026-01-22 06:40:20'),
(1530,91,'updated','Product updated',7,'{\"description\":{\"old\":\"3x41\\r\\n3x42\\r\\n4x43\\r\\n4x44\\r\\n2x45\",\"new\":\"3x41\\r\\n3x42\\r\\n3x43\\r\\n4x44\\r\\n2x45\"}}','143.105.161.80','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-22 08:41:40','2026-01-22 08:41:40'),
(1531,91,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":16,\"new_stock\":15,\"sale_id\":311,\"sale_number\":\"HIL-0310\"}','143.105.161.80','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-22 08:42:23','2026-01-22 08:42:23'),
(1532,217,'updated','Product updated',7,'{\"description\":{\"old\":\"3X40\\r\\n2X41\\r\\n3X43\\r\\n1X45\",\"new\":\"3X40\\r\\n2X41\\r\\n2X43\\r\\n1X45\"}}','143.105.161.80','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-22 09:01:28','2026-01-22 09:01:28'),
(1533,208,'updated','Product updated',7,'{\"description\":{\"old\":\"1X39\\r\\n1X40\\r\\n2X41\\r\\n2X42\\r\\n2X43\\r\\n2X44\",\"new\":\"1X39\\r\\n1X40\\r\\n2X41\\r\\n2X42\\r\\n1X43\\r\\n2X44\"}}','143.105.161.80','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-22 09:01:55','2026-01-22 09:01:55'),
(1534,132,'updated','Product updated',7,'{\"description\":{\"old\":\"1x39\\r\\n1x41\\r\\n1x43\\r\\n2x44\\r\\n1x45\",\"new\":\"1x39\\r\\n1x41\\r\\n2x44\\r\\n1x45\"}}','143.105.161.80','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-22 09:02:32','2026-01-22 09:02:32'),
(1535,69,'updated','Product updated',7,'{\"description\":{\"old\":\"1x40\\r\\n3x41\\r\\n3x43\",\"new\":\"1x40\\r\\n3x41\\r\\n2x43\"}}','143.105.161.80','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-22 09:03:00','2026-01-22 09:03:00'),
(1536,55,'updated','Product updated',7,'{\"description\":{\"old\":\"1x40\\r\\n2x41\\r\\n1x42\\r\\n1x43\\r\\n2x44\",\"new\":\"1x40\\r\\n2x41\\r\\n1x42\\r\\n2x44\"}}','143.105.161.80','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-22 09:03:35','2026-01-22 09:03:35'),
(1537,51,'updated','Product updated',7,'{\"description\":{\"old\":\"1x41\",\"new\":null}}','143.105.161.80','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-22 09:03:54','2026-01-22 09:03:54'),
(1538,51,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":1,\"new_stock\":0,\"sale_id\":312,\"sale_number\":\"HIL-0311\"}','143.105.161.80','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-22 09:05:16','2026-01-22 09:05:16'),
(1539,55,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":7,\"new_stock\":6,\"sale_id\":312,\"sale_number\":\"HIL-0311\"}','143.105.161.80','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-22 09:05:16','2026-01-22 09:05:16'),
(1540,69,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":7,\"new_stock\":6,\"sale_id\":312,\"sale_number\":\"HIL-0311\"}','143.105.161.80','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-22 09:05:16','2026-01-22 09:05:16'),
(1541,132,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":6,\"new_stock\":5,\"sale_id\":312,\"sale_number\":\"HIL-0311\"}','143.105.161.80','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-22 09:05:16','2026-01-22 09:05:16'),
(1542,208,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":10,\"new_stock\":9,\"sale_id\":312,\"sale_number\":\"HIL-0311\"}','143.105.161.80','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-22 09:05:16','2026-01-22 09:05:16'),
(1543,217,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":10,\"new_stock\":9,\"sale_id\":312,\"sale_number\":\"HIL-0311\"}','143.105.161.80','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-22 09:05:16','2026-01-22 09:05:16'),
(1544,69,'updated','Product updated',7,'{\"description\":{\"old\":\"1x40\\r\\n3x41\\r\\n2x43\",\"new\":\"1x40\\r\\n3x41\\r\\n1x43\\r\\n1x45\"}}','154.73.161.224','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-22 09:46:38','2026-01-22 09:46:38'),
(1545,81,'updated','Product updated',7,'{\"description\":{\"old\":\"3x40\\r\\n3x41\\r\\n2x43\",\"new\":\"3x40\\r\\n3x41\\r\\n1x43\"}}','154.73.161.224','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-22 10:20:12','2026-01-22 10:20:12'),
(1546,81,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":10,\"new_stock\":9,\"sale_id\":313,\"sale_number\":\"HIL-0312\"}','154.73.161.224','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-22 10:20:44','2026-01-22 10:20:44'),
(1547,67,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":32,\"new_stock\":31,\"sale_id\":314,\"sale_number\":\"HIL-0313\"}','143.105.161.80','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-22 12:26:51','2026-01-22 12:26:51'),
(1548,73,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":10,\"new_stock\":9,\"sale_id\":314,\"sale_number\":\"HIL-0313\"}','143.105.161.80','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-22 12:26:51','2026-01-22 12:26:51'),
(1549,208,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":9,\"new_stock\":8,\"sale_id\":314,\"sale_number\":\"HIL-0313\"}','143.105.161.80','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-22 12:26:51','2026-01-22 12:26:51'),
(1550,208,'updated','Product updated',7,'{\"description\":{\"old\":\"1X39\\r\\n1X40\\r\\n2X41\\r\\n2X42\\r\\n1X43\\r\\n2X44\",\"new\":\"1X39\\r\\n1X40\\r\\n2X41\\r\\n2X42\\r\\n1X43\\r\\n1X44\"}}','143.105.161.80','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-22 12:27:27','2026-01-22 12:27:27'),
(1551,91,'updated','Product updated',7,'{\"description\":{\"old\":\"3x41\\r\\n3x42\\r\\n3x43\\r\\n4x44\\r\\n2x45\",\"new\":\"2x41\\r\\n3x42\\r\\n3x43\\r\\n4x44\\r\\n2x45\"}}','154.73.161.224','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-22 12:29:24','2026-01-22 12:29:24'),
(1552,91,'stock_removed','Removed 1 units - Sale return',7,'{\"quantity\":1,\"reason\":\"Sale return\",\"previous_stock\":15,\"new_stock\":14,\"notes\":\"Rozi\"}','154.73.161.224','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-22 12:29:54','2026-01-22 12:29:54'),
(1553,73,'updated','Product updated',7,'{\"description\":{\"old\":\"2x40\\r\\n4x41\\r\\n3x42\\r\\n1x44\",\"new\":\"2x40\\r\\n4x41\\r\\n2x42\\r\\n1x44\"}}','154.73.161.224','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-22 12:30:25','2026-01-22 12:30:25'),
(1554,184,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":26,\"new_stock\":25,\"sale_id\":315,\"sale_number\":\"HIL-0314\"}','154.73.161.224','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-22 12:51:30','2026-01-22 12:51:30'),
(1555,217,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":9,\"new_stock\":8,\"sale_id\":315,\"sale_number\":\"HIL-0314\"}','154.73.161.224','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-22 12:51:30','2026-01-22 12:51:30'),
(1556,217,'updated','Product updated',7,'{\"description\":{\"old\":\"3X40\\r\\n2X41\\r\\n2X43\\r\\n1X45\",\"new\":\"3X40\\r\\n2X41\\r\\n1X43\\r\\n1X45\"}}','154.73.161.224','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-22 12:51:52','2026-01-22 12:51:52'),
(1557,184,'updated','Product updated',7,'{\"description\":{\"old\":\"5X41 \\r\\n5X42\\r\\n4X43\\r\\n 7X44\\r\\n 5X45\",\"new\":\"5X41 \\r\\n5X42\\r\\n3X43\\r\\n 7X44\\r\\n 5X45\"}}','154.73.161.224','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-22 12:52:16','2026-01-22 12:52:16'),
(1558,213,'updated','Product updated',7,'{\"description\":{\"old\":\"1x39\\r\\n1x40\\r\\n7x41\\r\\n5x42\\r\\n7x43\\r\\n4x44\\r\\n3x45\\r\\n1x46\",\"new\":\"1x39\\r\\n1x40\\r\\n7x41\\r\\n5x42\\r\\n7x43\\r\\n4x44\\r\\n2x45\\r\\n1x46\"}}','154.73.163.62','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-23 05:09:10','2026-01-23 05:09:10'),
(1559,206,'updated','Product updated',7,'{\"description\":{\"old\":\"2x40\\r\\n2x41\\r\\n2x42\\r\\n2x43\\r\\n1x44\\r\\n1x45\",\"new\":\"2x40\\r\\n2x41\\r\\n2x42\\r\\n2x43\\r\\n1x44\"}}','154.73.163.62','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-23 05:10:10','2026-01-23 05:10:10'),
(1560,208,'updated','Product updated',7,'{\"description\":{\"old\":\"1X39\\r\\n1X40\\r\\n2X41\\r\\n2X42\\r\\n1X43\\r\\n1X44\",\"new\":\"1X39\\r\\n1X40\\r\\n2X41\\r\\n1X42\\r\\n1X43\\r\\n1X44\"}}','154.73.163.62','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-23 05:11:01','2026-01-23 05:11:01'),
(1561,154,'updated','Product updated',7,'{\"description\":{\"old\":\"1x40\\r\\n2x41\\r\\n2x42\\r\\n3x43\\r\\n2x44\\r\\n1x45\",\"new\":\"1x40\\r\\n2x41\\r\\n2x42\\r\\n3x43\\r\\n2x44\"}}','154.73.163.62','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-23 05:11:23','2026-01-23 05:11:23'),
(1562,154,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":11,\"new_stock\":10,\"sale_id\":316,\"sale_number\":\"HIL-0315\"}','154.73.163.62','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-23 05:12:22','2026-01-23 05:12:22'),
(1563,206,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":10,\"new_stock\":9,\"sale_id\":316,\"sale_number\":\"HIL-0315\"}','154.73.163.62','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-23 05:12:22','2026-01-23 05:12:22'),
(1564,213,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":29,\"new_stock\":28,\"sale_id\":316,\"sale_number\":\"HIL-0315\"}','154.73.163.62','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-23 05:12:22','2026-01-23 05:12:22'),
(1565,208,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":8,\"new_stock\":7,\"sale_id\":317,\"sale_number\":\"HIL-0316\"}','154.73.163.62','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-23 05:12:38','2026-01-23 05:12:38'),
(1566,213,'updated','Product updated',7,'{\"description\":{\"old\":\"1x39\\r\\n1x40\\r\\n7x41\\r\\n5x42\\r\\n7x43\\r\\n4x44\\r\\n2x45\\r\\n1x46\",\"new\":\"1x39\\r\\n1x40\\r\\n7x41\\r\\n5x42\\r\\n6x43\\r\\n4x44\\r\\n2x45\\r\\n1x46\"}}','154.73.163.62','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-23 06:00:46','2026-01-23 06:00:46'),
(1567,213,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":28,\"new_stock\":27,\"sale_id\":318,\"sale_number\":\"HIL-0317\"}','154.73.163.62','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-23 06:01:39','2026-01-23 06:01:39'),
(1568,53,'updated','Product updated',7,'{\"description\":{\"old\":\"1x39\\r\\n4x41\\r\\n4x43\\r\\n4x44\\r\\n1x45\",\"new\":\"1x39\\r\\n3x41\\r\\n4x43\\r\\n5x44\\r\\n1x45\"}}','143.105.161.63','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-23 07:10:56','2026-01-23 07:10:56'),
(1569,53,'stock_added','Added 1 units - Sale return',7,'{\"quantity\":1,\"reason\":\"Sale return\",\"previous_stock\":13,\"new_stock\":14,\"notes\":null}','143.105.161.63','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-23 07:11:28','2026-01-23 07:11:28'),
(1570,53,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":14,\"new_stock\":13,\"sale_id\":319,\"sale_number\":\"HIL-0318\"}','143.105.161.63','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-23 07:12:31','2026-01-23 07:12:31'),
(1571,130,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":3,\"new_stock\":2,\"sale_id\":320,\"sale_number\":\"HIL-0319\"}','143.105.161.63','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-23 07:18:38','2026-01-23 07:18:38'),
(1572,180,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":11,\"new_stock\":10,\"sale_id\":320,\"sale_number\":\"HIL-0319\"}','143.105.161.63','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-23 07:18:38','2026-01-23 07:18:38'),
(1573,180,'updated','Product updated',7,'{\"description\":{\"old\":\"1X40\\r\\n3X41\\r\\n3X42\\r\\n1X43\\r\\n1X44\\r\\n2X45\",\"new\":\"1X40\\r\\n2X41\\r\\n3X42\\r\\n1X43\\r\\n1X44\\r\\n2X45\"}}','143.105.161.63','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-23 07:21:41','2026-01-23 07:21:41'),
(1574,130,'updated','Product updated',7,'{\"description\":{\"old\":\"3X40\",\"new\":\"2X40\"}}','143.105.161.63','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-23 07:23:02','2026-01-23 07:23:02'),
(1575,81,'stock_removed','Removed 3 units - Adjustment - Count correction',7,'{\"quantity\":3,\"reason\":\"Adjustment - Count correction\",\"previous_stock\":9,\"new_stock\":6,\"notes\":null}','143.105.161.63','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-23 10:38:13','2026-01-23 10:38:13'),
(1576,81,'stock_added','Added 1 units - Adjustment - Count correction',7,'{\"quantity\":1,\"reason\":\"Adjustment - Count correction\",\"previous_stock\":6,\"new_stock\":7,\"notes\":null}','143.105.161.63','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-23 10:38:28','2026-01-23 10:38:28'),
(1577,91,'updated','Product updated',7,'{\"description\":{\"old\":\"2x41\\r\\n3x42\\r\\n3x43\\r\\n4x44\\r\\n2x45\",\"new\":\"2x41\\r\\n3x42\\r\\n2x43\\r\\n4x44\\r\\n2x45\"}}','143.105.161.63','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-23 10:44:39','2026-01-23 10:44:39'),
(1578,91,'stock_removed','Removed 1 units - Sale return',7,'{\"quantity\":1,\"reason\":\"Sale return\",\"previous_stock\":14,\"new_stock\":13,\"notes\":\"7 chaussures\"}','143.105.161.63','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-23 10:45:06','2026-01-23 10:45:06'),
(1579,132,'updated','Product updated',7,'{\"description\":{\"old\":\"1x39\\r\\n1x41\\r\\n2x44\\r\\n1x45\",\"new\":\"1x39\\r\\n1x41\\r\\n1x43\\r\\n2x44\"}}','143.105.161.63','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-23 10:46:20','2026-01-23 10:46:20'),
(1580,53,'updated','Product updated',7,'{\"description\":{\"old\":\"1x39\\r\\n3x41\\r\\n4x43\\r\\n5x44\\r\\n1x45\",\"new\":\"1x39\\r\\n3x41\\r\\n3x43\\r\\n5x44\\r\\n1x45\"}}','143.105.161.63','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-23 10:49:42','2026-01-23 10:49:42'),
(1581,53,'updated','Product updated',7,'{\"description\":{\"old\":\"1x39\\r\\n3x41\\r\\n3x43\\r\\n5x44\\r\\n1x45\",\"new\":\"1x39\\r\\n3x41\\r\\n2x43\\r\\n5x44\\r\\n1x45\"}}','143.105.161.63','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-23 10:51:42','2026-01-23 10:51:42'),
(1582,53,'stock_removed','Removed 1 units - Sale return',7,'{\"quantity\":1,\"reason\":\"Sale return\",\"previous_stock\":13,\"new_stock\":12,\"notes\":null}','143.105.161.63','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-23 10:51:57','2026-01-23 10:51:57'),
(1583,206,'updated','Product updated',7,'{\"description\":{\"old\":\"2x40\\r\\n2x41\\r\\n2x42\\r\\n2x43\\r\\n1x44\",\"new\":\"2x40\\r\\n2x41\\r\\n2x42\\r\\n1x43\\r\\n1x44\"}}','143.105.161.63','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-23 11:03:28','2026-01-23 11:03:28'),
(1584,206,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":9,\"new_stock\":8,\"sale_id\":321,\"sale_number\":\"HIL-0320\"}','143.105.161.63','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-23 11:04:08','2026-01-23 11:04:08'),
(1585,124,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":17,\"new_stock\":16,\"sale_id\":322,\"sale_number\":\"HIL-0321\"}','143.105.161.63','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-23 11:29:24','2026-01-23 11:29:24'),
(1586,213,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":27,\"new_stock\":26,\"sale_id\":322,\"sale_number\":\"HIL-0321\"}','143.105.161.63','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-23 11:29:24','2026-01-23 11:29:24'),
(1587,213,'updated','Product updated',7,'{\"description\":{\"old\":\"1x39\\r\\n1x40\\r\\n7x41\\r\\n5x42\\r\\n6x43\\r\\n4x44\\r\\n2x45\\r\\n1x46\",\"new\":\"1x39\\r\\n1x40\\r\\n7x41\\r\\n5x42\\r\\n5x43\\r\\n4x44\\r\\n2x45\\r\\n1x46\"}}','143.105.161.63','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-23 11:29:47','2026-01-23 11:29:47'),
(1588,124,'updated','Product updated',7,'{\"description\":{\"old\":\"1x39\\r\\n1x40\\r\\n3x41\\r\\n3x42\\r\\n3x43\\r\\n3x44\\r\\n3x45\",\"new\":\"1x39\\r\\n1x40\\r\\n3x41\\r\\n3x42\\r\\n2x43\\r\\n3x44\\r\\n3x45\"}}','143.105.161.63','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-23 11:30:58','2026-01-23 11:30:58'),
(1589,69,'stock_removed','Removed 2 units - Sale',7,'{\"quantity\":2,\"reason\":\"Sale\",\"previous_stock\":6,\"new_stock\":4,\"sale_id\":323,\"sale_number\":\"HIL-0322\"}','154.73.163.62','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-23 12:34:04','2026-01-23 12:34:04'),
(1590,71,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":10,\"new_stock\":9,\"sale_id\":323,\"sale_number\":\"HIL-0322\"}','154.73.163.62','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-23 12:34:04','2026-01-23 12:34:04'),
(1591,73,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":9,\"new_stock\":8,\"sale_id\":323,\"sale_number\":\"HIL-0322\"}','154.73.163.62','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-23 12:34:04','2026-01-23 12:34:04'),
(1592,75,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":5,\"new_stock\":4,\"sale_id\":323,\"sale_number\":\"HIL-0322\"}','154.73.163.62','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-23 12:34:04','2026-01-23 12:34:04'),
(1593,79,'stock_removed','Removed 5 units - Sale',7,'{\"quantity\":5,\"reason\":\"Sale\",\"previous_stock\":9,\"new_stock\":4,\"sale_id\":323,\"sale_number\":\"HIL-0322\"}','154.73.163.62','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-23 12:34:04','2026-01-23 12:34:04'),
(1594,75,'updated','Product updated',7,'{\"description\":{\"old\":\"1x41\\r\\n1x42\\r\\n1x43\\r\\n2x45\",\"new\":\"1x41\\r\\n1x42\\r\\n1x43\\r\\n1x45\"}}','154.73.163.62','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-23 12:34:55','2026-01-23 12:34:55'),
(1595,73,'updated','Product updated',7,'{\"description\":{\"old\":\"2x40\\r\\n4x41\\r\\n2x42\\r\\n1x44\",\"new\":\"2x40\\r\\n4x41\\r\\n2x42\"}}','154.73.163.62','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-23 12:35:17','2026-01-23 12:35:17'),
(1596,71,'updated','Product updated',7,'{\"description\":{\"old\":\"3x39\\r\\n3x40\\r\\n2x44\\r\\n2x45\",\"new\":\"3x39\\r\\n3x40\\r\\n1x44\\r\\n2x45\"}}','154.73.163.62','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-23 12:35:39','2026-01-23 12:35:39'),
(1597,69,'updated','Product updated',7,'{\"description\":{\"old\":\"1x40\\r\\n3x41\\r\\n1x43\\r\\n1x45\",\"new\":\"1x40\\r\\n3x41\"}}','154.73.163.62','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-23 12:36:04','2026-01-23 12:36:04'),
(1598,215,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":6,\"new_stock\":5,\"sale_id\":324,\"sale_number\":\"HIL-0323\"}','154.73.163.62','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-23 12:53:35','2026-01-23 12:53:35'),
(1599,215,'updated','Product updated',7,'{\"description\":{\"old\":\"2X41\\r\\n1X42\\r\\n1X43\\r\\n1X44\\r\\n1X45\",\"new\":\"2X41\\r\\n1X42\\r\\n1X43\\r\\n1X45\"}}','154.73.163.62','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-23 12:54:03','2026-01-23 12:54:03'),
(1600,49,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":1,\"new_stock\":0,\"sale_id\":325,\"sale_number\":\"HIL-0324\"}','154.73.163.62','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-23 14:13:35','2026-01-23 14:13:35'),
(1601,132,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":5,\"new_stock\":4,\"sale_id\":325,\"sale_number\":\"HIL-0324\"}','154.73.163.62','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-23 14:13:35','2026-01-23 14:13:35'),
(1602,154,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":10,\"new_stock\":9,\"sale_id\":325,\"sale_number\":\"HIL-0324\"}','154.73.163.62','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-23 14:13:35','2026-01-23 14:13:35'),
(1603,154,'updated','Product updated',7,'{\"description\":{\"old\":\"1x40\\r\\n2x41\\r\\n2x42\\r\\n3x43\\r\\n2x44\",\"new\":\"1x40\\r\\n1x41\\r\\n2x42\\r\\n3x43\\r\\n2x44\"}}','154.73.163.62','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-23 14:24:12','2026-01-23 14:24:12'),
(1604,132,'updated','Product updated',7,'{\"description\":{\"old\":\"1x39\\r\\n1x41\\r\\n1x43\\r\\n2x44\",\"new\":\"1x39\\r\\n1x43\\r\\n2x44\"}}','154.73.163.62','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-23 14:24:37','2026-01-23 14:24:37'),
(1605,49,'updated','Product updated',7,'{\"description\":{\"old\":\"1x40\",\"new\":null}}','154.73.163.62','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-23 14:25:08','2026-01-23 14:25:08'),
(1606,180,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":10,\"new_stock\":9,\"sale_id\":326,\"sale_number\":\"HIL-0325\"}','154.73.163.62','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-23 14:55:29','2026-01-23 14:55:29'),
(1607,180,'updated','Product updated',7,'{\"description\":{\"old\":\"1X40\\r\\n2X41\\r\\n3X42\\r\\n1X43\\r\\n1X44\\r\\n2X45\",\"new\":\"1X40\\r\\n2X41\\r\\n2X42\\r\\n1X43\\r\\n1X44\\r\\n2X45\"}}','154.73.163.62','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-23 14:56:06','2026-01-23 14:56:06'),
(1608,213,'stock_removed','Removed 17 units - Sale',7,'{\"quantity\":17,\"reason\":\"Sale\",\"previous_stock\":26,\"new_stock\":9,\"sale_id\":327,\"sale_number\":\"HIL-0326\"}','143.105.161.249','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36','2026-01-24 07:21:05','2026-01-24 07:21:05'),
(1609,217,'stock_removed','Removed 2 units - Sale',7,'{\"quantity\":2,\"reason\":\"Sale\",\"previous_stock\":8,\"new_stock\":6,\"sale_id\":327,\"sale_number\":\"HIL-0326\"}','143.105.161.249','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36','2026-01-24 07:21:05','2026-01-24 07:21:05'),
(1610,144,'stock_removed','Removed 3 units - Sale',7,'{\"quantity\":3,\"reason\":\"Sale\",\"previous_stock\":4,\"new_stock\":1,\"sale_id\":327,\"sale_number\":\"HIL-0326\"}','143.105.161.249','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36','2026-01-24 07:21:05','2026-01-24 07:21:05'),
(1611,152,'stock_removed','Removed 2 units - Sale',7,'{\"quantity\":2,\"reason\":\"Sale\",\"previous_stock\":7,\"new_stock\":5,\"sale_id\":327,\"sale_number\":\"HIL-0326\"}','143.105.161.249','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36','2026-01-24 07:21:05','2026-01-24 07:21:05'),
(1612,217,'updated','Product updated',7,'{\"description\":{\"old\":\"3X40\\r\\n2X41\\r\\n1X43\\r\\n1X45\",\"new\":\"3X40\\r\\n2X41\"}}','143.105.161.249','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36','2026-01-24 07:24:12','2026-01-24 07:24:12'),
(1613,213,'updated','Product updated',7,'{\"description\":{\"old\":\"1x39\\r\\n1x40\\r\\n7x41\\r\\n5x42\\r\\n5x43\\r\\n4x44\\r\\n2x45\\r\\n1x46\",\"new\":\"1x39\\r\\n1x40\\r\\n6x41\\r\\n1x46\"}}','143.105.161.249','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36','2026-01-24 07:25:20','2026-01-24 07:25:20'),
(1614,152,'updated','Product updated',7,'{\"description\":{\"old\":\"1x39\\r\\n2x40\\r\\n1x43\\r\\n3x45\",\"new\":\"1x39\\r\\n2x40\\r\\n2x45\"}}','143.105.161.249','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36','2026-01-24 07:26:15','2026-01-24 07:26:15'),
(1615,144,'updated','Product updated',7,'{\"description\":{\"old\":\"1x39\\r\\n1x41\\r\\n1x43\\r\\n1x44\",\"new\":\"1x39\"}}','143.105.161.249','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36','2026-01-24 07:26:59','2026-01-24 07:26:59'),
(1616,167,'updated','Product updated',7,'{\"description\":{\"old\":\"2x41\\r\\n1x43\",\"new\":\"1x41\\r\\n1x43\"}}','143.105.161.249','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36','2026-01-24 07:33:01','2026-01-24 07:33:01'),
(1617,167,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":3,\"new_stock\":2,\"sale_id\":328,\"sale_number\":\"HIL-0327\"}','143.105.161.249','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-24 07:33:37','2026-01-24 07:33:37'),
(1618,4,'stock_removed','Removed 3 units - Sale',7,'{\"quantity\":3,\"reason\":\"Sale\",\"previous_stock\":317,\"new_stock\":314,\"sale_id\":329,\"sale_number\":\"HIL-0328\"}','143.105.161.249','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-24 07:59:10','2026-01-24 07:59:10'),
(1619,5,'stock_removed','Removed 2 units - Sale',7,'{\"quantity\":2,\"reason\":\"Sale\",\"previous_stock\":114,\"new_stock\":112,\"sale_id\":329,\"sale_number\":\"HIL-0328\"}','143.105.161.249','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-24 07:59:10','2026-01-24 07:59:10'),
(1620,6,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":21,\"new_stock\":20,\"sale_id\":329,\"sale_number\":\"HIL-0328\"}','143.105.161.249','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-24 07:59:10','2026-01-24 07:59:10'),
(1621,7,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":105,\"new_stock\":104,\"sale_id\":329,\"sale_number\":\"HIL-0328\"}','143.105.161.249','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-24 07:59:10','2026-01-24 07:59:10'),
(1622,24,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":36,\"new_stock\":35,\"sale_id\":329,\"sale_number\":\"HIL-0328\"}','143.105.161.249','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-24 07:59:10','2026-01-24 07:59:10'),
(1623,79,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":4,\"new_stock\":3,\"sale_id\":329,\"sale_number\":\"HIL-0328\"}','143.105.161.249','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-24 07:59:10','2026-01-24 07:59:10'),
(1624,162,'stock_removed','Removed 2 units - Sale',7,'{\"quantity\":2,\"reason\":\"Sale\",\"previous_stock\":3,\"new_stock\":1,\"sale_id\":329,\"sale_number\":\"HIL-0328\"}','143.105.161.249','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-24 07:59:10','2026-01-24 07:59:10'),
(1625,180,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":9,\"new_stock\":8,\"sale_id\":330,\"sale_number\":\"HIL-0329\"}','143.105.161.249','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-24 09:05:00','2026-01-24 09:05:00'),
(1626,180,'updated','Product updated',7,'{\"description\":{\"old\":\"1X40\\r\\n2X41\\r\\n2X42\\r\\n1X43\\r\\n1X44\\r\\n2X45\",\"new\":\"1X40\\r\\n2X41\\r\\n1X42\\r\\n1X43\\r\\n1X44\\r\\n2X45\"}}','143.105.161.249','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-24 09:05:35','2026-01-24 09:05:35'),
(1627,152,'updated','Product updated',7,'{\"description\":{\"old\":\"1x39\\r\\n2x40\\r\\n2x45\",\"new\":\"1x39\\r\\n1x40\\r\\n2x45\"}}','143.105.161.249','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36','2026-01-24 09:38:32','2026-01-24 09:38:32'),
(1628,152,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":5,\"new_stock\":4,\"sale_id\":331,\"sale_number\":\"HIL-0330\"}','143.105.161.249','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-24 09:40:48','2026-01-24 09:40:48'),
(1629,219,'updated','Product updated',7,'{\"description\":{\"old\":\"2X39\\r\\n3X40\\r\\n4X41\\r\\n5X42\\r\\n4X43\\r\\n3X44\\r\\n3X45\",\"new\":\"2X39\\r\\n3X40\\r\\n4X41\\r\\n5X42\\r\\n3X43\\r\\n3X44\\r\\n3X45\"}}','143.105.161.249','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-24 11:15:13','2026-01-24 11:15:13'),
(1630,213,'updated','Product updated',7,'{\"description\":{\"old\":\"1x39\\r\\n1x40\\r\\n6x41\\r\\n1x46\",\"new\":\"1x39\\r\\n1x40\\r\\n5x41\\r\\n1x46\"}}','143.105.161.249','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-24 11:15:37','2026-01-24 11:15:37'),
(1631,206,'updated','Product updated',7,'{\"description\":{\"old\":\"2x40\\r\\n2x41\\r\\n2x42\\r\\n1x43\\r\\n1x44\",\"new\":\"2x40\\r\\n2x41\\r\\n1x42\\r\\n1x43\\r\\n1x44\"}}','143.105.161.249','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-24 11:15:55','2026-01-24 11:15:55'),
(1632,156,'updated','Product updated',7,'{\"description\":{\"old\":\"1x40\\r\\n2x41\\r\\n1x42\\r\\n2x43\\r\\n2x44\\r\\n1x45\",\"new\":\"1x40\\r\\n2x41\\r\\n1x42\\r\\n1x43\\r\\n2x44\\r\\n1x45\"}}','143.105.161.249','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-24 11:16:36','2026-01-24 11:16:36'),
(1633,132,'updated','Product updated',7,'{\"description\":{\"old\":\"1x39\\r\\n1x43\\r\\n2x44\",\"new\":\"1x39\\r\\n1x43\\r\\n1x44\"}}','143.105.161.249','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-24 11:17:04','2026-01-24 11:17:04'),
(1634,130,'updated','Product updated',7,'{\"description\":{\"old\":\"2X40\",\"new\":\"1X40\"}}','143.105.161.249','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-24 11:17:21','2026-01-24 11:17:21'),
(1635,107,'updated','Product updated',7,'{\"description\":{\"old\":\"5x40\\r\\n6x41\\r\\n8x42\\r\\n10x43\\r\\n7x44\\r\\n5x45\",\"new\":\"5x40\\r\\n5x41\\r\\n8x42\\r\\n9x43\\r\\n7x44\\r\\n5x45\"}}','143.105.161.249','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-24 11:17:48','2026-01-24 11:17:48'),
(1636,91,'updated','Product updated',7,'{\"description\":{\"old\":\"2x41\\r\\n3x42\\r\\n2x43\\r\\n4x44\\r\\n2x45\",\"new\":\"2x41\\r\\n3x42\\r\\n2x43\\r\\n3x44\\r\\n2x45\"}}','143.105.161.249','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-24 11:18:15','2026-01-24 11:18:15'),
(1637,53,'updated','Product updated',7,'{\"description\":{\"old\":\"1x39\\r\\n3x41\\r\\n2x43\\r\\n5x44\\r\\n1x45\",\"new\":\"1x39\\r\\n3x41\\r\\n1x43\\r\\n4x44\\r\\n1x45\"}}','143.105.161.249','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-24 11:18:57','2026-01-24 11:18:57'),
(1638,47,'updated','Product updated',7,'{\"description\":{\"old\":\"1x39\\r\\n3x40\\r\\n8x41\\r\\n3x42\\r\\n2x43\\r\\n3x44\",\"new\":\"1x39\\r\\n3x40\\r\\n8x41\\r\\n3x42\\r\\n2x43\\r\\n2x44\"}}','143.105.161.249','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-24 11:19:17','2026-01-24 11:19:17'),
(1639,47,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":20,\"new_stock\":19,\"sale_id\":332,\"sale_number\":\"HIL-0331\"}','143.105.161.249','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-24 11:21:36','2026-01-24 11:21:36'),
(1640,53,'stock_removed','Removed 2 units - Sale',7,'{\"quantity\":2,\"reason\":\"Sale\",\"previous_stock\":12,\"new_stock\":10,\"sale_id\":332,\"sale_number\":\"HIL-0331\"}','143.105.161.249','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-24 11:21:36','2026-01-24 11:21:36'),
(1641,91,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":13,\"new_stock\":12,\"sale_id\":332,\"sale_number\":\"HIL-0331\"}','143.105.161.249','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-24 11:21:36','2026-01-24 11:21:36'),
(1642,107,'stock_removed','Removed 2 units - Sale',7,'{\"quantity\":2,\"reason\":\"Sale\",\"previous_stock\":40,\"new_stock\":38,\"sale_id\":332,\"sale_number\":\"HIL-0331\"}','143.105.161.249','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-24 11:21:36','2026-01-24 11:21:36'),
(1643,130,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":2,\"new_stock\":1,\"sale_id\":332,\"sale_number\":\"HIL-0331\"}','143.105.161.249','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-24 11:21:36','2026-01-24 11:21:36'),
(1644,132,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":4,\"new_stock\":3,\"sale_id\":332,\"sale_number\":\"HIL-0331\"}','143.105.161.249','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-24 11:21:36','2026-01-24 11:21:36'),
(1645,156,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":9,\"new_stock\":8,\"sale_id\":332,\"sale_number\":\"HIL-0331\"}','143.105.161.249','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-24 11:21:36','2026-01-24 11:21:36'),
(1646,206,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":8,\"new_stock\":7,\"sale_id\":332,\"sale_number\":\"HIL-0331\"}','143.105.161.249','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-24 11:21:36','2026-01-24 11:21:36'),
(1647,213,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":9,\"new_stock\":8,\"sale_id\":332,\"sale_number\":\"HIL-0331\"}','143.105.161.249','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-24 11:21:36','2026-01-24 11:21:36'),
(1648,219,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":23,\"new_stock\":22,\"sale_id\":332,\"sale_number\":\"HIL-0331\"}','143.105.161.249','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-24 11:21:36','2026-01-24 11:21:36'),
(1649,55,'updated','Product updated',7,'{\"description\":{\"old\":\"1x40\\r\\n2x41\\r\\n1x42\\r\\n2x44\",\"new\":\"1x40\\r\\n2x41\\r\\n1x42\\r\\n1x44\"}}','143.105.161.249','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36','2026-01-24 11:27:38','2026-01-24 11:27:38'),
(1650,55,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":6,\"new_stock\":5,\"sale_id\":333,\"sale_number\":\"HIL-0332\"}','143.105.161.249','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36','2026-01-24 11:32:39','2026-01-24 11:32:39'),
(1651,208,'updated','Product updated',7,'{\"description\":{\"old\":\"1X39\\r\\n1X40\\r\\n2X41\\r\\n1X42\\r\\n1X43\\r\\n1X44\",\"new\":\"1X39\\r\\n1X40\\r\\n2X41\\r\\n1X43\\r\\n1X44\"}}','154.73.166.39','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-01-26 05:18:57','2026-01-26 05:18:57'),
(1652,208,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":7,\"new_stock\":6,\"sale_id\":334,\"sale_number\":\"HIL-0333\"}','154.73.166.39','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-01-26 05:19:28','2026-01-26 05:19:28'),
(1653,73,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":8,\"new_stock\":7,\"sale_id\":335,\"sale_number\":\"HIL-0334\"}','154.73.166.39','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-01-26 05:25:41','2026-01-26 05:25:41'),
(1654,79,'stock_removed','Removed 3 units - Sale',7,'{\"quantity\":3,\"reason\":\"Sale\",\"previous_stock\":3,\"new_stock\":0,\"sale_id\":335,\"sale_number\":\"HIL-0334\"}','154.73.166.39','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-01-26 05:25:41','2026-01-26 05:25:41'),
(1655,162,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":1,\"new_stock\":0,\"sale_id\":335,\"sale_number\":\"HIL-0334\"}','154.73.166.39','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-01-26 05:25:41','2026-01-26 05:25:41'),
(1656,190,'updated','Product updated',7,'{\"description\":{\"old\":\"1x41\\r\\n2x42\",\"new\":\"1x41\\r\\n1x42\"}}','154.73.166.39','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-01-26 05:40:34','2026-01-26 05:40:34'),
(1657,162,'status_changed','Product deactivated',7,'{\"old_status\":true,\"new_status\":false}','154.73.166.39','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-01-26 05:41:04','2026-01-26 05:41:04'),
(1658,164,'status_changed','Product deactivated',7,'{\"old_status\":true,\"new_status\":false}','154.73.166.39','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-01-26 05:41:14','2026-01-26 05:41:14'),
(1659,156,'updated','Product updated',7,'{\"description\":{\"old\":\"1x40\\r\\n2x41\\r\\n1x42\\r\\n1x43\\r\\n2x44\\r\\n1x45\",\"new\":\"1x40\\r\\n2x41\\r\\n1x43\\r\\n2x44\\r\\n1x45\"}}','154.73.166.39','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-01-26 05:41:29','2026-01-26 05:41:29'),
(1660,43,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":607,\"new_stock\":606,\"sale_id\":336,\"sale_number\":\"HIL-0335\"}','154.73.166.39','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-01-26 05:45:24','2026-01-26 05:45:24'),
(1661,156,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":8,\"new_stock\":7,\"sale_id\":336,\"sale_number\":\"HIL-0335\"}','154.73.166.39','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-01-26 05:45:24','2026-01-26 05:45:24'),
(1662,190,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":3,\"new_stock\":2,\"sale_id\":336,\"sale_number\":\"HIL-0335\"}','154.73.166.39','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-01-26 05:45:24','2026-01-26 05:45:24'),
(1663,167,'updated','Product updated',7,'{\"description\":{\"old\":\"1x41\\r\\n1x43\",\"new\":\"1x41\"}}','154.73.166.39','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-01-26 06:08:32','2026-01-26 06:08:32'),
(1664,180,'updated','Product updated',7,'{\"description\":{\"old\":\"1X40\\r\\n2X41\\r\\n1X42\\r\\n1X43\\r\\n1X44\\r\\n2X45\",\"new\":\"1X40\\r\\n2X41\\r\\n1X42\\r\\n1X43\\r\\n2X45\"}}','154.73.166.39','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-01-26 06:08:48','2026-01-26 06:08:48'),
(1665,132,'updated','Product updated',7,'{\"description\":{\"old\":\"1x39\\r\\n1x43\\r\\n1x44\",\"new\":\"1x39\\r\\n1x44\"}}','154.73.166.39','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-01-26 06:09:11','2026-01-26 06:09:11'),
(1666,132,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":3,\"new_stock\":2,\"sale_id\":337,\"sale_number\":\"HIL-0336\"}','154.73.166.39','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-01-26 06:10:17','2026-01-26 06:10:17'),
(1667,167,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":2,\"new_stock\":1,\"sale_id\":337,\"sale_number\":\"HIL-0336\"}','154.73.166.39','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-01-26 06:10:17','2026-01-26 06:10:17'),
(1668,180,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":8,\"new_stock\":7,\"sale_id\":337,\"sale_number\":\"HIL-0336\"}','154.73.166.39','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-01-26 06:10:17','2026-01-26 06:10:17'),
(1669,219,'updated','Product updated',7,'{\"description\":{\"old\":\"2X39\\r\\n3X40\\r\\n4X41\\r\\n5X42\\r\\n3X43\\r\\n3X44\\r\\n3X45\",\"new\":\"2X39\\r\\n3X40\\r\\n4X41\\r\\n5X42\\r\\n3X43\\r\\n3X44\\r\\n2X45\"}}','143.105.161.148','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-01-26 06:56:52','2026-01-26 06:56:52'),
(1670,219,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":22,\"new_stock\":21,\"sale_id\":338,\"sale_number\":\"HIL-0337\"}','143.105.161.148','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-01-26 06:59:08','2026-01-26 06:59:08'),
(1671,219,'updated','Product updated',7,'{\"description\":{\"old\":\"2X39\\r\\n3X40\\r\\n4X41\\r\\n5X42\\r\\n3X43\\r\\n3X44\\r\\n2X45\",\"new\":\"2X39\\r\\n3X40\\r\\n4X41\\r\\n5X42\\r\\n2X43\\r\\n3X44\\r\\n2X45\"}}','143.105.161.148','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-01-26 07:22:34','2026-01-26 07:22:34'),
(1672,219,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":21,\"new_stock\":20,\"sale_id\":339,\"sale_number\":\"HIL-0338\"}','143.105.161.148','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-01-26 07:23:02','2026-01-26 07:23:02'),
(1673,180,'updated','Product updated',7,'{\"description\":{\"old\":\"1X40\\r\\n2X41\\r\\n1X42\\r\\n1X43\\r\\n2X45\",\"new\":\"1X40\\r\\n2X41\\r\\n1X43\\r\\n2X45\"}}','143.105.161.148','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-01-26 09:00:05','2026-01-26 09:00:05'),
(1674,180,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":7,\"new_stock\":6,\"sale_id\":340,\"sale_number\":\"HIL-0339\"}','143.105.161.148','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-01-26 09:00:36','2026-01-26 09:00:36'),
(1675,107,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":38,\"new_stock\":37,\"sale_id\":341,\"sale_number\":\"HIL-0340\"}','143.105.161.148','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-01-26 09:00:56','2026-01-26 09:00:56'),
(1676,107,'updated','Product updated',7,'{\"description\":{\"old\":\"5x40\\r\\n5x41\\r\\n8x42\\r\\n9x43\\r\\n7x44\\r\\n5x45\",\"new\":\"5x40\\r\\n5x41\\r\\n8x42\\r\\n8x43\\r\\n7x44\\r\\n5x45\"}}','143.105.161.148','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-01-26 09:01:49','2026-01-26 09:01:49'),
(1677,138,'updated','Product updated',7,'{\"description\":{\"old\":\"1x41\\r\\n2x42\\r\\n2x43\\r\\n1x44\\r\\n1x45\",\"new\":null},\"is_active\":{\"old\":false,\"new\":true}}','143.105.161.148','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-01-26 09:50:43','2026-01-26 09:50:43'),
(1678,85,'updated','Product updated',7,'{\"description\":{\"old\":\"4x40\\r\\n1x42\\r\\n2x44\",\"new\":\"4x40\\r\\n1x42\\r\\n1x43\\r\\n2x44\"}}','143.105.161.148','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-01-26 10:19:09','2026-01-26 10:19:09'),
(1679,85,'stock_added','Added 1 units - Sale return',7,'{\"quantity\":1,\"reason\":\"Sale return\",\"previous_stock\":7,\"new_stock\":8,\"notes\":null}','143.105.161.148','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-01-26 10:28:09','2026-01-26 10:28:09'),
(1680,85,'updated','Product updated',7,'{\"description\":{\"old\":\"4x40\\r\\n1x42\\r\\n1x43\\r\\n2x44\",\"new\":\"4x40\\r\\n1x42\\r\\n2x44\"}}','143.105.161.148','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-01-26 10:28:24','2026-01-26 10:28:24'),
(1681,85,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":8,\"new_stock\":7,\"sale_id\":342,\"sale_number\":\"HIL-0341\"}','143.105.161.148','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-01-26 10:29:15','2026-01-26 10:29:15'),
(1682,132,'updated','Product updated',7,'{\"description\":{\"old\":\"1x39\\r\\n1x44\",\"new\":\"1x39\"}}','143.105.161.148','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-01-26 10:30:17','2026-01-26 10:30:17'),
(1683,107,'updated','Product updated',7,'{\"description\":{\"old\":\"5x40\\r\\n5x41\\r\\n8x42\\r\\n8x43\\r\\n7x44\\r\\n5x45\",\"new\":\"5x40\\r\\n5x41\\r\\n8x42\\r\\n8x43\\r\\n6x44\\r\\n5x45\"}}','143.105.161.148','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-01-26 10:30:55','2026-01-26 10:30:55'),
(1684,107,'stock_removed','Removed 1 units - Sale return',7,'{\"quantity\":1,\"reason\":\"Sale return\",\"previous_stock\":37,\"new_stock\":36,\"notes\":\"7 chaussures\"}','143.105.161.148','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-01-26 10:31:13','2026-01-26 10:31:13'),
(1685,107,'updated','Product updated',7,'{\"description\":{\"old\":\"5x40\\r\\n5x41\\r\\n8x42\\r\\n8x43\\r\\n6x44\\r\\n5x45\",\"new\":\"5x40\\r\\n5x41\\r\\n8x42\\r\\n8x43\\r\\n6x44\\r\\n4x45\"}}','143.105.161.148','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-01-26 10:31:29','2026-01-26 10:31:29'),
(1686,91,'updated','Product updated',7,'{\"description\":{\"old\":\"2x41\\r\\n3x42\\r\\n2x43\\r\\n3x44\\r\\n2x45\",\"new\":\"2x41\\r\\n3x42\\r\\n1x43\\r\\n3x44\\r\\n2x45\"}}','143.105.161.148','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-01-26 10:32:05','2026-01-26 10:32:05'),
(1687,91,'stock_removed','Removed 1 units - Sale return',7,'{\"quantity\":1,\"reason\":\"Sale return\",\"previous_stock\":12,\"new_stock\":11,\"notes\":\"7 chaussures\"}','143.105.161.148','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-01-26 10:32:21','2026-01-26 10:32:21'),
(1688,51,'stock_added','Added 1 units - Sale return',7,'{\"quantity\":1,\"reason\":\"Sale return\",\"previous_stock\":0,\"new_stock\":1,\"notes\":\"7 chaussures\"}','143.105.161.148','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-01-26 10:33:08','2026-01-26 10:33:08'),
(1689,51,'status_changed','Product deactivated',7,'{\"old_status\":true,\"new_status\":false}','143.105.161.148','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-01-26 10:33:20','2026-01-26 10:33:20'),
(1690,51,'status_changed','Product activated',7,'{\"old_status\":false,\"new_status\":true}','143.105.161.148','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-01-26 10:33:29','2026-01-26 10:33:29'),
(1691,107,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":36,\"new_stock\":35,\"sale_id\":343,\"sale_number\":\"HIL-0342\"}','143.105.161.148','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-01-26 10:34:13','2026-01-26 10:34:13'),
(1692,132,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":2,\"new_stock\":1,\"sale_id\":343,\"sale_number\":\"HIL-0342\"}','143.105.161.148','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-01-26 10:34:13','2026-01-26 10:34:13'),
(1693,8,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":442,\"new_stock\":441,\"sale_id\":344,\"sale_number\":\"HIL-0343\"}','143.105.161.148','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-01-26 11:05:14','2026-01-26 11:05:14'),
(1694,67,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":31,\"new_stock\":30,\"sale_id\":345,\"sale_number\":\"HIL-0344\"}','143.105.161.148','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-01-26 11:07:52','2026-01-26 11:07:52'),
(1695,71,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":9,\"new_stock\":8,\"sale_id\":346,\"sale_number\":\"HIL-0345\"}','143.105.161.148','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-01-26 11:27:12','2026-01-26 11:27:12'),
(1696,53,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":10,\"new_stock\":9,\"sale_id\":347,\"sale_number\":\"HIL-0346\"}','143.105.161.148','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-01-26 11:53:43','2026-01-26 11:53:43'),
(1697,136,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":16,\"new_stock\":15,\"sale_id\":347,\"sale_number\":\"HIL-0346\"}','143.105.161.148','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-01-26 11:53:43','2026-01-26 11:53:43'),
(1698,154,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":9,\"new_stock\":8,\"sale_id\":347,\"sale_number\":\"HIL-0346\"}','143.105.161.148','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-01-26 11:53:43','2026-01-26 11:53:43'),
(1699,206,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":7,\"new_stock\":6,\"sale_id\":347,\"sale_number\":\"HIL-0346\"}','143.105.161.148','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-01-26 11:53:43','2026-01-26 11:53:43'),
(1700,215,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":5,\"new_stock\":4,\"sale_id\":347,\"sale_number\":\"HIL-0346\"}','143.105.161.148','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-01-26 11:53:43','2026-01-26 11:53:43'),
(1701,124,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":16,\"new_stock\":15,\"sale_id\":348,\"sale_number\":\"HIL-0347\"}','143.105.161.148','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-01-26 12:09:31','2026-01-26 12:09:31'),
(1702,124,'updated','Product updated',7,'{\"description\":{\"old\":\"1x39\\r\\n1x40\\r\\n3x41\\r\\n3x42\\r\\n2x43\\r\\n3x44\\r\\n3x45\",\"new\":\"1x39\\r\\n1x40\\r\\n3x41\\r\\n3x42\\r\\n2x43\\r\\n3x44\\r\\n2x45\"}}','143.105.161.148','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-01-26 12:10:16','2026-01-26 12:10:16'),
(1703,167,'updated','Product updated',7,'{\"description\":{\"old\":\"1x41\",\"new\":\"1x41\\r\\n1x43\"}}','143.105.161.148','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-01-26 12:18:32','2026-01-26 12:18:32'),
(1704,167,'stock_added','Added 1 units - Sale return',7,'{\"quantity\":1,\"reason\":\"Sale return\",\"previous_stock\":1,\"new_stock\":2,\"notes\":null}','143.105.161.148','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-01-26 12:18:48','2026-01-26 12:18:48'),
(1705,206,'updated','Product updated',7,'{\"description\":{\"old\":\"2x40\\r\\n2x41\\r\\n1x42\\r\\n1x43\\r\\n1x44\",\"new\":\"1x40\\r\\n2x41\\r\\n1x42\\r\\n1x43\\r\\n1x44\"}}','143.105.161.148','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-01-26 12:51:31','2026-01-26 12:51:31'),
(1706,206,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":6,\"new_stock\":5,\"sale_id\":349,\"sale_number\":\"HIL-0348\"}','143.105.161.148','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-01-26 12:51:49','2026-01-26 12:51:49'),
(1707,154,'updated','Product updated',7,'{\"description\":{\"old\":\"1x40\\r\\n1x41\\r\\n2x42\\r\\n3x43\\r\\n2x44\",\"new\":\"1x40\\r\\n1x41\\r\\n2x42\\r\\n3x43\\r\\n1x44\"}}','143.105.161.194','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36','2026-01-27 06:35:09','2026-01-27 06:35:09'),
(1708,154,'stock_removed','Removed 1 units - Sale return',7,'{\"quantity\":1,\"reason\":\"Sale return\",\"previous_stock\":8,\"new_stock\":7,\"notes\":null}','143.105.161.194','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36','2026-01-27 06:35:28','2026-01-27 06:35:28'),
(1709,213,'updated','Product updated',7,'{\"description\":{\"old\":\"1x39\\r\\n1x40\\r\\n5x41\\r\\n1x46\",\"new\":\"1x39\\r\\n1x40\\r\\n4x41\\r\\n1x46\"}}','154.73.166.177','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-01-27 07:01:42','2026-01-27 07:01:42'),
(1710,213,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":8,\"new_stock\":7,\"sale_id\":350,\"sale_number\":\"HIL-0349\"}','154.73.166.177','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-01-27 07:02:04','2026-01-27 07:02:04'),
(1711,220,'created','Product created',4,'{\"name\":\"HB-1000T\",\"description\":\"2\\u00d741\\r\\n3\\u00d742\\r\\n4\\u00d743\\r\\n3\\u00d744\\r\\n2\\u00d745\",\"barcode\":\"PRD413570\",\"category_id\":\"3\",\"product_type\":\"store\",\"unit\":\"pcs\",\"cost_price\":\"16500.00\",\"selling_price\":\"18500.00\",\"image\":\"products\\/1769509252_HeBHgdI2NZ.jpeg\",\"expiry_date\":null,\"is_active\":true,\"alert_quantity\":5,\"weight\":null,\"length\":null,\"width\":null,\"height\":null,\"updated_at\":\"2026-01-27T10:20:52.000000Z\",\"created_at\":\"2026-01-27T10:20:52.000000Z\",\"id\":220}','31.223.49.234','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36','2026-01-27 07:20:52','2026-01-27 07:20:52'),
(1712,220,'stock_added','Added 14 units - Initial stock',4,'{\"quantity\":14,\"reason\":\"Initial stock\",\"previous_stock\":0,\"new_stock\":14,\"notes\":\"Product creation\"}','31.223.49.234','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36','2026-01-27 07:20:52','2026-01-27 07:20:52'),
(1713,154,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":7,\"new_stock\":6,\"sale_id\":351,\"sale_number\":\"HIL-0350\"}','154.73.166.177','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-01-27 07:23:13','2026-01-27 07:23:13'),
(1714,154,'updated','Product updated',7,'{\"description\":{\"old\":\"1x40\\r\\n1x41\\r\\n2x42\\r\\n3x43\\r\\n1x44\",\"new\":\"1x40\\r\\n1x41\\r\\n1x42\\r\\n3x43\\r\\n1x44\"}}','154.73.166.177','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-01-27 07:23:54','2026-01-27 07:23:54'),
(1715,221,'created','Product created',4,'{\"name\":\"HB-1001M\",\"description\":\"2\\u00d741\\r\\n3\\u00d742\\r\\n4\\u00d743\\r\\n3\\u00d744\\r\\n2\\u00d745\",\"barcode\":\"PRD144612\",\"category_id\":\"3\",\"product_type\":\"store\",\"unit\":\"pcs\",\"cost_price\":\"16500.00\",\"selling_price\":\"18500.00\",\"image\":\"products\\/1769509444_kuWUCPkWUH.jpeg\",\"expiry_date\":null,\"is_active\":true,\"alert_quantity\":5,\"weight\":null,\"length\":null,\"width\":null,\"height\":null,\"updated_at\":\"2026-01-27T10:24:04.000000Z\",\"created_at\":\"2026-01-27T10:24:04.000000Z\",\"id\":221}','31.223.49.234','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36','2026-01-27 07:24:04','2026-01-27 07:24:04'),
(1716,221,'stock_added','Added 14 units - Initial stock',4,'{\"quantity\":14,\"reason\":\"Initial stock\",\"previous_stock\":0,\"new_stock\":14,\"notes\":\"Product creation\"}','31.223.49.234','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36','2026-01-27 07:24:04','2026-01-27 07:24:04'),
(1717,222,'created','Product created',4,'{\"name\":\"HB-1002\",\"description\":\"3\\u00d741\\r\\n4\\u00d742\\r\\n4\\u00d743\\r\\n2\\u00d744\\r\\n2\\u00d745\",\"barcode\":\"PRD064060\",\"category_id\":\"3\",\"product_type\":\"store\",\"unit\":\"pcs\",\"cost_price\":\"16500.00\",\"selling_price\":\"18500.00\",\"image\":\"products\\/1769511510_2ic6jIT57m.jpeg\",\"expiry_date\":null,\"is_active\":true,\"alert_quantity\":5,\"weight\":null,\"length\":null,\"width\":null,\"height\":null,\"updated_at\":\"2026-01-27T10:58:30.000000Z\",\"created_at\":\"2026-01-27T10:58:30.000000Z\",\"id\":222}','31.223.49.234','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36','2026-01-27 07:58:30','2026-01-27 07:58:30'),
(1718,222,'stock_added','Added 15 units - Initial stock',4,'{\"quantity\":15,\"reason\":\"Initial stock\",\"previous_stock\":0,\"new_stock\":15,\"notes\":\"Product creation\"}','31.223.49.234','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36','2026-01-27 07:58:30','2026-01-27 07:58:30'),
(1719,223,'created','Product created',4,'{\"name\":\"HB-1000S\",\"description\":\"2\\u00d741\\r\\n3\\u00d742\\r\\n4\\u00d743\\r\\n3\\u00d744\\r\\n2\\u00d745\",\"barcode\":\"PRD752097\",\"category_id\":\"3\",\"product_type\":\"store\",\"unit\":\"pcs\",\"cost_price\":\"16500.00\",\"selling_price\":\"18500.00\",\"image\":\"products\\/1769511631_Ad59BDcrah.jpeg\",\"expiry_date\":null,\"is_active\":true,\"alert_quantity\":5,\"weight\":null,\"length\":null,\"width\":null,\"height\":null,\"updated_at\":\"2026-01-27T11:00:31.000000Z\",\"created_at\":\"2026-01-27T11:00:31.000000Z\",\"id\":223}','31.223.49.234','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36','2026-01-27 08:00:31','2026-01-27 08:00:31'),
(1720,223,'stock_added','Added 14 units - Initial stock',4,'{\"quantity\":14,\"reason\":\"Initial stock\",\"previous_stock\":0,\"new_stock\":14,\"notes\":\"Product creation\"}','31.223.49.234','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36','2026-01-27 08:00:31','2026-01-27 08:00:31'),
(1721,224,'created','Product created',4,'{\"name\":\"HB-1003B\",\"description\":\"3\\u00d741\\r\\n6\\u00d742\\r\\n6\\u00d743\\r\\n2\\u00d744\\r\\n2\\u00d745\",\"barcode\":\"PRD727166\",\"category_id\":\"3\",\"product_type\":\"store\",\"unit\":\"pcs\",\"cost_price\":\"16500.00\",\"selling_price\":\"18500.00\",\"image\":\"products\\/1769511724_1SvYADQbUM.jpeg\",\"expiry_date\":null,\"is_active\":true,\"alert_quantity\":5,\"weight\":null,\"length\":null,\"width\":null,\"height\":null,\"updated_at\":\"2026-01-27T11:02:04.000000Z\",\"created_at\":\"2026-01-27T11:02:04.000000Z\",\"id\":224}','31.223.49.234','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36','2026-01-27 08:02:04','2026-01-27 08:02:04'),
(1722,224,'stock_added','Added 19 units - Initial stock',4,'{\"quantity\":19,\"reason\":\"Initial stock\",\"previous_stock\":0,\"new_stock\":19,\"notes\":\"Product creation\"}','31.223.49.234','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36','2026-01-27 08:02:04','2026-01-27 08:02:04'),
(1723,225,'created','Product created',4,'{\"name\":\"HB-1000B\",\"description\":\"2\\u00d741\\r\\n3\\u00d742\\r\\n3\\u00d743\\r\\n3\\u00d744\\r\\n1\\u00d745\",\"barcode\":\"PRD758038\",\"category_id\":\"3\",\"product_type\":\"store\",\"unit\":\"pcs\",\"cost_price\":\"16500.00\",\"selling_price\":\"18500.00\",\"image\":\"products\\/1769511820_LItX10ZVeM.jpeg\",\"expiry_date\":null,\"is_active\":true,\"alert_quantity\":5,\"weight\":null,\"length\":null,\"width\":null,\"height\":null,\"updated_at\":\"2026-01-27T11:03:40.000000Z\",\"created_at\":\"2026-01-27T11:03:40.000000Z\",\"id\":225}','31.223.49.234','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36','2026-01-27 08:03:40','2026-01-27 08:03:40'),
(1724,225,'stock_added','Added 12 units - Initial stock',4,'{\"quantity\":12,\"reason\":\"Initial stock\",\"previous_stock\":0,\"new_stock\":12,\"notes\":\"Product creation\"}','31.223.49.234','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36','2026-01-27 08:03:40','2026-01-27 08:03:40'),
(1725,113,'price_changed','Product pricing updated',4,'{\"old_prices\":{\"cost_price\":\"16500.00\",\"selling_price\":\"17499.99\",\"discount_price\":null},\"new_prices\":{\"cost_price\":\"16500.00\",\"selling_price\":\"18500.00\",\"discount_price\":null}}','31.223.49.234','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36','2026-01-27 08:06:20','2026-01-27 08:06:20'),
(1726,113,'updated','Product updated',4,'{\"description\":{\"old\":\"1x39\\r\\n3x41\\r\\n2x42\\r\\n4x43\\r\\n3x44\\r\\n2x45\",\"new\":\"40==2\\r\\n41==3\\r\\n42==3\\r\\n43==3\\r\\n44==3\\r\\n45==2\\r\\n46==2\"},\"selling_price\":{\"old\":\"17499.99\",\"new\":\"18500\"},\"image\":{\"old\":\"products\\/1767628565_DDsiax8czB.jpg\",\"new\":\"products\\/1769511980_pZR00fqYi4.jpeg\"}}','31.223.49.234','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36','2026-01-27 08:06:20','2026-01-27 08:06:20'),
(1727,113,'stock_added','Added 18 units - Manual adjustment',4,'{\"quantity\":18,\"reason\":\"Manual adjustment\",\"previous_stock\":0,\"new_stock\":18,\"notes\":null}','31.223.49.234','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36','2026-01-27 08:06:45','2026-01-27 08:06:45'),
(1728,226,'created','Product created',4,'{\"name\":\"HS FB1\",\"description\":\"43\\r\\n44\",\"barcode\":\"PRD367770\",\"category_id\":\"2\",\"product_type\":\"store\",\"unit\":\"pcs\",\"cost_price\":\"16500.00\",\"selling_price\":\"18500.00\",\"expiry_date\":null,\"is_active\":true,\"alert_quantity\":1,\"weight\":null,\"length\":null,\"width\":null,\"height\":null,\"updated_at\":\"2026-01-27T11:08:37.000000Z\",\"created_at\":\"2026-01-27T11:08:37.000000Z\",\"id\":226}','31.223.49.234','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36','2026-01-27 08:08:37','2026-01-27 08:08:37'),
(1729,226,'stock_added','Added 2 units - Initial stock',4,'{\"quantity\":2,\"reason\":\"Initial stock\",\"previous_stock\":0,\"new_stock\":2,\"notes\":\"Product creation\"}','31.223.49.234','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36','2026-01-27 08:08:37','2026-01-27 08:08:37'),
(1730,168,'price_changed','Product pricing updated',4,'{\"old_prices\":{\"cost_price\":\"16500.00\",\"selling_price\":\"17500.00\",\"discount_price\":null},\"new_prices\":{\"cost_price\":\"16500.00\",\"selling_price\":\"18500.00\",\"discount_price\":null}}','31.223.49.234','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36','2026-01-27 08:11:44','2026-01-27 08:11:44'),
(1731,168,'updated','Product updated',4,'{\"selling_price\":{\"old\":\"17500.00\",\"new\":\"18500\"}}','31.223.49.234','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36','2026-01-27 08:11:44','2026-01-27 08:11:44'),
(1732,168,'stock_added','Added 13 units - Manual adjustment',4,'{\"quantity\":13,\"reason\":\"Manual adjustment\",\"previous_stock\":0,\"new_stock\":13,\"notes\":null}','31.223.49.234','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36','2026-01-27 08:12:11','2026-01-27 08:12:11'),
(1733,227,'created','Product created',4,'{\"name\":\"HS-FB10\",\"description\":\"1\\u00d741\\r\\n1\\u00d742\\r\\n2\\u00d743\\r\\n2\\u00d744\\r\\n1\\u00d745\",\"barcode\":\"PRD514943\",\"category_id\":\"2\",\"product_type\":\"store\",\"unit\":\"pcs\",\"cost_price\":\"16500.00\",\"selling_price\":\"18500.00\",\"image\":\"products\\/1769512872_Xen8dly2CK.jpeg\",\"expiry_date\":null,\"is_active\":true,\"alert_quantity\":1,\"weight\":null,\"length\":null,\"width\":null,\"height\":null,\"updated_at\":\"2026-01-27T11:21:12.000000Z\",\"created_at\":\"2026-01-27T11:21:12.000000Z\",\"id\":227}','31.223.49.234','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36','2026-01-27 08:21:12','2026-01-27 08:21:12'),
(1734,227,'stock_added','Added 7 units - Initial stock',4,'{\"quantity\":7,\"reason\":\"Initial stock\",\"previous_stock\":0,\"new_stock\":7,\"notes\":\"Product creation\"}','31.223.49.234','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36','2026-01-27 08:21:12','2026-01-27 08:21:12'),
(1735,228,'created','Product created',4,'{\"name\":\"HS-FB2\",\"description\":\"39\\r\\n40\\r\\n41\",\"barcode\":\"PRD096671\",\"category_id\":\"2\",\"product_type\":\"store\",\"unit\":\"pcs\",\"cost_price\":\"16500.00\",\"selling_price\":\"18500.00\",\"image\":\"products\\/1769513016_pRpbgHHGP5.jpeg\",\"expiry_date\":null,\"is_active\":true,\"alert_quantity\":1,\"weight\":null,\"length\":null,\"width\":null,\"height\":null,\"updated_at\":\"2026-01-27T11:23:36.000000Z\",\"created_at\":\"2026-01-27T11:23:36.000000Z\",\"id\":228}','31.223.49.234','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36','2026-01-27 08:23:36','2026-01-27 08:23:36'),
(1736,228,'stock_added','Added 3 units - Initial stock',4,'{\"quantity\":3,\"reason\":\"Initial stock\",\"previous_stock\":0,\"new_stock\":3,\"notes\":\"Product creation\"}','31.223.49.234','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36','2026-01-27 08:23:36','2026-01-27 08:23:36'),
(1737,12,'price_changed','Product pricing updated',4,'{\"old_prices\":{\"cost_price\":\"16500.00\",\"selling_price\":\"17500.00\",\"discount_price\":null},\"new_prices\":{\"cost_price\":\"16500.00\",\"selling_price\":\"18500.00\",\"discount_price\":null}}','31.223.49.234','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36','2026-01-27 08:26:06','2026-01-27 08:26:06'),
(1738,12,'updated','Product updated',4,'{\"description\":{\"old\":\"1X39 3X40 3X41 5X42 4X43 4X44 3X45\",\"new\":\"1\\u00d739\\r\\n2\\u00d740\\r\\n1\\u00d741\\r\\n1\\u00d742\\r\\n2\\u00d743\\r\\n2\\u00d746\"},\"selling_price\":{\"old\":\"17500.00\",\"new\":\"18500\"}}','31.223.49.234','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36','2026-01-27 08:26:06','2026-01-27 08:26:06'),
(1739,12,'stock_added','Added 9 units - Manual adjustment',4,'{\"quantity\":9,\"reason\":\"Manual adjustment\",\"previous_stock\":0,\"new_stock\":9,\"notes\":null}','31.223.49.234','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36','2026-01-27 08:26:31','2026-01-27 08:26:31'),
(1740,229,'created','Product created',4,'{\"name\":\"HS-0033\",\"description\":\"2\\u00d741\\r\\n2\\u00d742\\r\\n3\\u00d743\\r\\n2\\u00d744\\r\\n2\\u00d745\",\"barcode\":\"PRD426300\",\"category_id\":\"2\",\"product_type\":\"store\",\"unit\":\"pcs\",\"cost_price\":\"16500.00\",\"selling_price\":\"18500.00\",\"image\":\"products\\/1769513504_5U4dOQlDk8.jpeg\",\"expiry_date\":null,\"is_active\":true,\"alert_quantity\":1,\"weight\":null,\"length\":null,\"width\":null,\"height\":null,\"updated_at\":\"2026-01-27T11:31:44.000000Z\",\"created_at\":\"2026-01-27T11:31:44.000000Z\",\"id\":229}','31.223.49.234','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36','2026-01-27 08:31:44','2026-01-27 08:31:44'),
(1741,229,'stock_added','Added 11 units - Initial stock',4,'{\"quantity\":11,\"reason\":\"Initial stock\",\"previous_stock\":0,\"new_stock\":11,\"notes\":\"Product creation\"}','31.223.49.234','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36','2026-01-27 08:31:44','2026-01-27 08:31:44'),
(1742,230,'created','Product created',4,'{\"name\":\"HS-0150G\",\"description\":\"2\\u00d742\\r\\n3\\u00d743\\r\\n2\\u00d744\\r\\n3\\u00d743\",\"barcode\":\"PRD012311\",\"category_id\":\"2\",\"product_type\":\"store\",\"unit\":\"pcs\",\"cost_price\":\"16500.00\",\"selling_price\":\"18500.00\",\"image\":\"products\\/1769513665_mdX0wdmI35.jpeg\",\"expiry_date\":null,\"is_active\":true,\"alert_quantity\":1,\"weight\":null,\"length\":null,\"width\":null,\"height\":null,\"updated_at\":\"2026-01-27T11:34:25.000000Z\",\"created_at\":\"2026-01-27T11:34:25.000000Z\",\"id\":230}','31.223.49.234','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36','2026-01-27 08:34:25','2026-01-27 08:34:25'),
(1743,230,'stock_added','Added 10 units - Initial stock',4,'{\"quantity\":10,\"reason\":\"Initial stock\",\"previous_stock\":0,\"new_stock\":10,\"notes\":\"Product creation\"}','31.223.49.234','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36','2026-01-27 08:34:25','2026-01-27 08:34:25'),
(1744,226,'updated','Product updated',4,'{\"description\":{\"old\":\"43\\r\\n44\",\"new\":\"2\\u00d741\\r\\n2\\u00d742\\r\\n3\\u00d743\\r\\n3\\u00d744\\r\\n2\\u00d745\"},\"image\":{\"old\":\"products\\/1769512371_9lp9vaX0aC.jpeg\",\"new\":\"products\\/1769513752_sxKUvLAa3Q.jpeg\"}}','31.223.49.234','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36','2026-01-27 08:35:52','2026-01-27 08:35:52'),
(1745,226,'stock_added','Added 10 units - Manual adjustment',4,'{\"quantity\":10,\"reason\":\"Manual adjustment\",\"previous_stock\":2,\"new_stock\":12,\"notes\":null}','31.223.49.234','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36','2026-01-27 08:36:10','2026-01-27 08:36:10'),
(1746,231,'created','Product created',4,'{\"name\":\"HS-FB9\",\"description\":\"2\\u00d742\\r\\n2\\u00d743\\r\\n1\\u00d744\\r\\n1\\u00d745\",\"barcode\":\"PRD544296\",\"category_id\":\"2\",\"product_type\":\"store\",\"unit\":\"pcs\",\"cost_price\":\"16500.00\",\"selling_price\":\"18500.00\",\"image\":\"products\\/1769513954_5rNWTeNsqm.jpeg\",\"expiry_date\":null,\"is_active\":true,\"alert_quantity\":1,\"weight\":null,\"length\":null,\"width\":null,\"height\":null,\"updated_at\":\"2026-01-27T11:39:14.000000Z\",\"created_at\":\"2026-01-27T11:39:14.000000Z\",\"id\":231}','31.223.49.234','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36','2026-01-27 08:39:15','2026-01-27 08:39:15'),
(1747,231,'stock_added','Added 6 units - Initial stock',4,'{\"quantity\":6,\"reason\":\"Initial stock\",\"previous_stock\":0,\"new_stock\":6,\"notes\":\"Product creation\"}','31.223.49.234','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36','2026-01-27 08:39:15','2026-01-27 08:39:15'),
(1748,232,'created','Product created',4,'{\"name\":\"HS-0150S\",\"description\":\"2\\u00d741\\r\\n1\\u00d742\\r\\n2\\u00d743\\r\\n1\\u00d744\\r\\n2\\u00d745\",\"barcode\":\"PRD165573\",\"category_id\":\"2\",\"product_type\":\"store\",\"unit\":\"pcs\",\"cost_price\":\"16500.00\",\"selling_price\":\"18500.00\",\"image\":\"products\\/1769514028_QFsLm4CLeu.jpeg\",\"expiry_date\":null,\"is_active\":true,\"alert_quantity\":1,\"weight\":null,\"length\":null,\"width\":null,\"height\":null,\"updated_at\":\"2026-01-27T11:40:28.000000Z\",\"created_at\":\"2026-01-27T11:40:28.000000Z\",\"id\":232}','31.223.49.234','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36','2026-01-27 08:40:28','2026-01-27 08:40:28'),
(1749,232,'stock_added','Added 8 units - Initial stock',4,'{\"quantity\":8,\"reason\":\"Initial stock\",\"previous_stock\":0,\"new_stock\":8,\"notes\":\"Product creation\"}','31.223.49.234','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36','2026-01-27 08:40:28','2026-01-27 08:40:28'),
(1750,233,'created','Product created',4,'{\"name\":\"HS-0150B\",\"description\":\"1\\u00d743\\r\\n2\\u00d744\\r\\n1\\u00d745\",\"barcode\":\"PRD961975\",\"category_id\":\"2\",\"product_type\":\"store\",\"unit\":\"pcs\",\"cost_price\":\"16500.00\",\"selling_price\":\"18500.00\",\"image\":\"products\\/1769514129_Xt4Lv1tvDu.jpeg\",\"expiry_date\":null,\"is_active\":true,\"alert_quantity\":1,\"weight\":null,\"length\":null,\"width\":null,\"height\":null,\"updated_at\":\"2026-01-27T11:42:09.000000Z\",\"created_at\":\"2026-01-27T11:42:09.000000Z\",\"id\":233}','31.223.49.234','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36','2026-01-27 08:42:09','2026-01-27 08:42:09'),
(1751,233,'stock_added','Added 4 units - Initial stock',4,'{\"quantity\":4,\"reason\":\"Initial stock\",\"previous_stock\":0,\"new_stock\":4,\"notes\":\"Product creation\"}','31.223.49.234','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36','2026-01-27 08:42:09','2026-01-27 08:42:09'),
(1752,171,'price_changed','Product pricing updated',4,'{\"old_prices\":{\"cost_price\":\"5000.00\",\"selling_price\":\"6500.00\",\"discount_price\":null},\"new_prices\":{\"cost_price\":\"6500.00\",\"selling_price\":\"7000.00\",\"discount_price\":null}}','31.223.49.234','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36','2026-01-27 08:44:18','2026-01-27 08:44:18'),
(1753,171,'updated','Product updated',4,'{\"cost_price\":{\"old\":\"5000.00\",\"new\":\"6500\"},\"selling_price\":{\"old\":\"6500.00\",\"new\":\"7000\"}}','31.223.49.234','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36','2026-01-27 08:44:18','2026-01-27 08:44:18'),
(1754,171,'stock_added','Added 210 units - Manual adjustment',4,'{\"quantity\":210,\"reason\":\"Manual adjustment\",\"previous_stock\":0,\"new_stock\":210,\"notes\":null}','31.223.49.234','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36','2026-01-27 08:44:31','2026-01-27 08:44:31'),
(1755,226,'stock_removed','Removed 10 units - Transfer from store to market',7,'{\"quantity\":10,\"reason\":\"Transfer from store to market\",\"previous_stock\":12,\"new_stock\":2,\"transfer_type\":\"store_to_market\",\"transferred_by\":7}','143.105.161.18','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-01-27 09:14:05','2026-01-27 09:14:05'),
(1756,235,'created','Product created',7,'{\"name\":\"HS FB1\",\"description\":\"2\\u00d741\\r\\n2\\u00d742\\r\\n3\\u00d743\\r\\n3\\u00d744\\r\\n2\\u00d745\",\"barcode\":\"PRD367770-M1\",\"category_id\":2,\"product_type\":\"market\",\"unit\":\"pcs\",\"cost_price\":\"16500.00\",\"selling_price\":\"18500.00\",\"discount_price\":null,\"image\":\"products\\/1769513752_sxKUvLAa3Q.jpeg\",\"expiry_date\":null,\"is_active\":true,\"weight\":null,\"length\":null,\"width\":null,\"height\":null,\"updated_at\":\"2026-01-27T12:14:05.000000Z\",\"created_at\":\"2026-01-27T12:14:05.000000Z\",\"id\":235}','143.105.161.18','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-01-27 09:14:05','2026-01-27 09:14:05'),
(1757,235,'stock_added','Added 10 units - Transfer from store to market',7,'{\"quantity\":10,\"reason\":\"Transfer from store to market\",\"previous_stock\":0,\"new_stock\":10,\"transfer_type\":\"store_to_market\",\"from_product_id\":226,\"transferred_by\":7}','143.105.161.18','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-01-27 09:14:05','2026-01-27 09:14:05'),
(1758,227,'stock_removed','Removed 7 units - Transfer from store to market',7,'{\"quantity\":7,\"reason\":\"Transfer from store to market\",\"previous_stock\":7,\"new_stock\":0,\"transfer_type\":\"store_to_market\",\"transferred_by\":7}','143.105.161.18','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-01-27 09:14:35','2026-01-27 09:14:35'),
(1759,237,'created','Product created',7,'{\"name\":\"HS-FB10\",\"description\":\"1\\u00d741\\r\\n1\\u00d742\\r\\n2\\u00d743\\r\\n2\\u00d744\\r\\n1\\u00d745\",\"barcode\":\"PRD514943-M1\",\"category_id\":2,\"product_type\":\"market\",\"unit\":\"pcs\",\"cost_price\":\"16500.00\",\"selling_price\":\"18500.00\",\"discount_price\":null,\"image\":\"products\\/1769512872_Xen8dly2CK.jpeg\",\"expiry_date\":null,\"is_active\":true,\"weight\":null,\"length\":null,\"width\":null,\"height\":null,\"updated_at\":\"2026-01-27T12:14:35.000000Z\",\"created_at\":\"2026-01-27T12:14:35.000000Z\",\"id\":237}','143.105.161.18','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-01-27 09:14:35','2026-01-27 09:14:35'),
(1760,237,'stock_added','Added 7 units - Transfer from store to market',7,'{\"quantity\":7,\"reason\":\"Transfer from store to market\",\"previous_stock\":0,\"new_stock\":7,\"transfer_type\":\"store_to_market\",\"from_product_id\":227,\"transferred_by\":7}','143.105.161.18','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-01-27 09:14:35','2026-01-27 09:14:35'),
(1761,228,'stock_removed','Removed 3 units - Transfer from store to market',7,'{\"quantity\":3,\"reason\":\"Transfer from store to market\",\"previous_stock\":3,\"new_stock\":0,\"transfer_type\":\"store_to_market\",\"transferred_by\":7}','143.105.161.18','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-01-27 09:14:45','2026-01-27 09:14:45'),
(1762,239,'created','Product created',7,'{\"name\":\"HS-FB2\",\"description\":\"39\\r\\n40\\r\\n41\",\"barcode\":\"PRD096671-M1\",\"category_id\":2,\"product_type\":\"market\",\"unit\":\"pcs\",\"cost_price\":\"16500.00\",\"selling_price\":\"18500.00\",\"discount_price\":null,\"image\":\"products\\/1769513016_pRpbgHHGP5.jpeg\",\"expiry_date\":null,\"is_active\":true,\"weight\":null,\"length\":null,\"width\":null,\"height\":null,\"updated_at\":\"2026-01-27T12:14:45.000000Z\",\"created_at\":\"2026-01-27T12:14:45.000000Z\",\"id\":239}','143.105.161.18','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-01-27 09:14:45','2026-01-27 09:14:45'),
(1763,239,'stock_added','Added 3 units - Transfer from store to market',7,'{\"quantity\":3,\"reason\":\"Transfer from store to market\",\"previous_stock\":0,\"new_stock\":3,\"transfer_type\":\"store_to_market\",\"from_product_id\":228,\"transferred_by\":7}','143.105.161.18','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-01-27 09:14:45','2026-01-27 09:14:45'),
(1764,229,'stock_removed','Removed 11 units - Transfer from store to market',7,'{\"quantity\":11,\"reason\":\"Transfer from store to market\",\"previous_stock\":11,\"new_stock\":0,\"transfer_type\":\"store_to_market\",\"transferred_by\":7}','143.105.161.18','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-01-27 09:15:04','2026-01-27 09:15:04'),
(1765,241,'created','Product created',7,'{\"name\":\"HS-0033\",\"description\":\"2\\u00d741\\r\\n2\\u00d742\\r\\n3\\u00d743\\r\\n2\\u00d744\\r\\n2\\u00d745\",\"barcode\":\"PRD426300-M1\",\"category_id\":2,\"product_type\":\"market\",\"unit\":\"pcs\",\"cost_price\":\"16500.00\",\"selling_price\":\"18500.00\",\"discount_price\":null,\"image\":\"products\\/1769513504_5U4dOQlDk8.jpeg\",\"expiry_date\":null,\"is_active\":true,\"weight\":null,\"length\":null,\"width\":null,\"height\":null,\"updated_at\":\"2026-01-27T12:15:04.000000Z\",\"created_at\":\"2026-01-27T12:15:04.000000Z\",\"id\":241}','143.105.161.18','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-01-27 09:15:04','2026-01-27 09:15:04'),
(1766,241,'stock_added','Added 11 units - Transfer from store to market',7,'{\"quantity\":11,\"reason\":\"Transfer from store to market\",\"previous_stock\":0,\"new_stock\":11,\"transfer_type\":\"store_to_market\",\"from_product_id\":229,\"transferred_by\":7}','143.105.161.18','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-01-27 09:15:04','2026-01-27 09:15:04'),
(1767,230,'stock_removed','Removed 10 units - Transfer from store to market',7,'{\"quantity\":10,\"reason\":\"Transfer from store to market\",\"previous_stock\":10,\"new_stock\":0,\"transfer_type\":\"store_to_market\",\"transferred_by\":7}','143.105.161.18','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-01-27 09:15:17','2026-01-27 09:15:17'),
(1768,243,'created','Product created',7,'{\"name\":\"HS-0150G\",\"description\":\"2\\u00d742\\r\\n3\\u00d743\\r\\n2\\u00d744\\r\\n3\\u00d743\",\"barcode\":\"PRD012311-M1\",\"category_id\":2,\"product_type\":\"market\",\"unit\":\"pcs\",\"cost_price\":\"16500.00\",\"selling_price\":\"18500.00\",\"discount_price\":null,\"image\":\"products\\/1769513665_mdX0wdmI35.jpeg\",\"expiry_date\":null,\"is_active\":true,\"weight\":null,\"length\":null,\"width\":null,\"height\":null,\"updated_at\":\"2026-01-27T12:15:17.000000Z\",\"created_at\":\"2026-01-27T12:15:17.000000Z\",\"id\":243}','143.105.161.18','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-01-27 09:15:17','2026-01-27 09:15:17'),
(1769,243,'stock_added','Added 10 units - Transfer from store to market',7,'{\"quantity\":10,\"reason\":\"Transfer from store to market\",\"previous_stock\":0,\"new_stock\":10,\"transfer_type\":\"store_to_market\",\"from_product_id\":230,\"transferred_by\":7}','143.105.161.18','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-01-27 09:15:17','2026-01-27 09:15:17'),
(1770,231,'stock_removed','Removed 6 units - Transfer from store to market',7,'{\"quantity\":6,\"reason\":\"Transfer from store to market\",\"previous_stock\":6,\"new_stock\":0,\"transfer_type\":\"store_to_market\",\"transferred_by\":7}','143.105.161.18','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-01-27 09:15:32','2026-01-27 09:15:32'),
(1771,245,'created','Product created',7,'{\"name\":\"HS-FB9\",\"description\":\"2\\u00d742\\r\\n2\\u00d743\\r\\n1\\u00d744\\r\\n1\\u00d745\",\"barcode\":\"PRD544296-M1\",\"category_id\":2,\"product_type\":\"market\",\"unit\":\"pcs\",\"cost_price\":\"16500.00\",\"selling_price\":\"18500.00\",\"discount_price\":null,\"image\":\"products\\/1769513954_5rNWTeNsqm.jpeg\",\"expiry_date\":null,\"is_active\":true,\"weight\":null,\"length\":null,\"width\":null,\"height\":null,\"updated_at\":\"2026-01-27T12:15:32.000000Z\",\"created_at\":\"2026-01-27T12:15:32.000000Z\",\"id\":245}','143.105.161.18','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-01-27 09:15:33','2026-01-27 09:15:33'),
(1772,245,'stock_added','Added 6 units - Transfer from store to market',7,'{\"quantity\":6,\"reason\":\"Transfer from store to market\",\"previous_stock\":0,\"new_stock\":6,\"transfer_type\":\"store_to_market\",\"from_product_id\":231,\"transferred_by\":7}','143.105.161.18','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-01-27 09:15:33','2026-01-27 09:15:33'),
(1773,232,'stock_removed','Removed 8 units - Transfer from store to market',7,'{\"quantity\":8,\"reason\":\"Transfer from store to market\",\"previous_stock\":8,\"new_stock\":0,\"transfer_type\":\"store_to_market\",\"transferred_by\":7}','143.105.161.18','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-01-27 09:15:49','2026-01-27 09:15:49'),
(1774,247,'created','Product created',7,'{\"name\":\"HS-0150S\",\"description\":\"2\\u00d741\\r\\n1\\u00d742\\r\\n2\\u00d743\\r\\n1\\u00d744\\r\\n2\\u00d745\",\"barcode\":\"PRD165573-M1\",\"category_id\":2,\"product_type\":\"market\",\"unit\":\"pcs\",\"cost_price\":\"16500.00\",\"selling_price\":\"18500.00\",\"discount_price\":null,\"image\":\"products\\/1769514028_QFsLm4CLeu.jpeg\",\"expiry_date\":null,\"is_active\":true,\"weight\":null,\"length\":null,\"width\":null,\"height\":null,\"updated_at\":\"2026-01-27T12:15:49.000000Z\",\"created_at\":\"2026-01-27T12:15:49.000000Z\",\"id\":247}','143.105.161.18','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-01-27 09:15:49','2026-01-27 09:15:49'),
(1775,247,'stock_added','Added 8 units - Transfer from store to market',7,'{\"quantity\":8,\"reason\":\"Transfer from store to market\",\"previous_stock\":0,\"new_stock\":8,\"transfer_type\":\"store_to_market\",\"from_product_id\":232,\"transferred_by\":7}','143.105.161.18','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-01-27 09:15:49','2026-01-27 09:15:49'),
(1776,233,'stock_removed','Removed 4 units - Transfer from store to market',7,'{\"quantity\":4,\"reason\":\"Transfer from store to market\",\"previous_stock\":4,\"new_stock\":0,\"transfer_type\":\"store_to_market\",\"transferred_by\":7}','143.105.161.18','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-01-27 09:16:05','2026-01-27 09:16:05'),
(1777,249,'created','Product created',7,'{\"name\":\"HS-0150B\",\"description\":\"1\\u00d743\\r\\n2\\u00d744\\r\\n1\\u00d745\",\"barcode\":\"PRD961975-M1\",\"category_id\":2,\"product_type\":\"market\",\"unit\":\"pcs\",\"cost_price\":\"16500.00\",\"selling_price\":\"18500.00\",\"discount_price\":null,\"image\":\"products\\/1769514129_Xt4Lv1tvDu.jpeg\",\"expiry_date\":null,\"is_active\":true,\"weight\":null,\"length\":null,\"width\":null,\"height\":null,\"updated_at\":\"2026-01-27T12:16:05.000000Z\",\"created_at\":\"2026-01-27T12:16:05.000000Z\",\"id\":249}','143.105.161.18','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-01-27 09:16:05','2026-01-27 09:16:05'),
(1778,249,'stock_added','Added 4 units - Transfer from store to market',7,'{\"quantity\":4,\"reason\":\"Transfer from store to market\",\"previous_stock\":0,\"new_stock\":4,\"transfer_type\":\"store_to_market\",\"from_product_id\":233,\"transferred_by\":7}','143.105.161.18','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-01-27 09:16:05','2026-01-27 09:16:05'),
(1779,225,'stock_removed','Removed 12 units - Transfer from store to market',7,'{\"quantity\":12,\"reason\":\"Transfer from store to market\",\"previous_stock\":12,\"new_stock\":0,\"transfer_type\":\"store_to_market\",\"transferred_by\":7}','143.105.161.18','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-01-27 09:16:27','2026-01-27 09:16:27'),
(1780,251,'created','Product created',7,'{\"name\":\"HB-1000B\",\"description\":\"2\\u00d741\\r\\n3\\u00d742\\r\\n3\\u00d743\\r\\n3\\u00d744\\r\\n1\\u00d745\",\"barcode\":\"PRD758038-M1\",\"category_id\":3,\"product_type\":\"market\",\"unit\":\"pcs\",\"cost_price\":\"16500.00\",\"selling_price\":\"18500.00\",\"discount_price\":null,\"image\":\"products\\/1769511820_LItX10ZVeM.jpeg\",\"expiry_date\":null,\"is_active\":true,\"weight\":null,\"length\":null,\"width\":null,\"height\":null,\"updated_at\":\"2026-01-27T12:16:27.000000Z\",\"created_at\":\"2026-01-27T12:16:27.000000Z\",\"id\":251}','143.105.161.18','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-01-27 09:16:27','2026-01-27 09:16:27'),
(1781,251,'stock_added','Added 12 units - Transfer from store to market',7,'{\"quantity\":12,\"reason\":\"Transfer from store to market\",\"previous_stock\":0,\"new_stock\":12,\"transfer_type\":\"store_to_market\",\"from_product_id\":225,\"transferred_by\":7}','143.105.161.18','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-01-27 09:16:27','2026-01-27 09:16:27'),
(1782,220,'stock_removed','Removed 14 units - Transfer from store to market',7,'{\"quantity\":14,\"reason\":\"Transfer from store to market\",\"previous_stock\":14,\"new_stock\":0,\"transfer_type\":\"store_to_market\",\"transferred_by\":7}','143.105.161.18','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-01-27 11:01:36','2026-01-27 11:01:36'),
(1783,253,'created','Product created',7,'{\"name\":\"HB-1000T\",\"description\":\"2\\u00d741\\r\\n3\\u00d742\\r\\n4\\u00d743\\r\\n3\\u00d744\\r\\n2\\u00d745\",\"barcode\":\"PRD413570-M1\",\"category_id\":3,\"product_type\":\"market\",\"unit\":\"pcs\",\"cost_price\":\"16500.00\",\"selling_price\":\"18500.00\",\"discount_price\":null,\"image\":\"products\\/1769509252_HeBHgdI2NZ.jpeg\",\"expiry_date\":null,\"is_active\":true,\"weight\":null,\"length\":null,\"width\":null,\"height\":null,\"updated_at\":\"2026-01-27T14:01:36.000000Z\",\"created_at\":\"2026-01-27T14:01:36.000000Z\",\"id\":253}','143.105.161.18','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-01-27 11:01:36','2026-01-27 11:01:36'),
(1784,253,'stock_added','Added 14 units - Transfer from store to market',7,'{\"quantity\":14,\"reason\":\"Transfer from store to market\",\"previous_stock\":0,\"new_stock\":14,\"transfer_type\":\"store_to_market\",\"from_product_id\":220,\"transferred_by\":7}','143.105.161.18','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-01-27 11:01:36','2026-01-27 11:01:36'),
(1785,221,'stock_removed','Removed 14 units - Transfer from store to market',7,'{\"quantity\":14,\"reason\":\"Transfer from store to market\",\"previous_stock\":14,\"new_stock\":0,\"transfer_type\":\"store_to_market\",\"transferred_by\":7}','143.105.161.18','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-01-27 11:01:46','2026-01-27 11:01:46'),
(1786,255,'created','Product created',7,'{\"name\":\"HB-1001M\",\"description\":\"2\\u00d741\\r\\n3\\u00d742\\r\\n4\\u00d743\\r\\n3\\u00d744\\r\\n2\\u00d745\",\"barcode\":\"PRD144612-M1\",\"category_id\":3,\"product_type\":\"market\",\"unit\":\"pcs\",\"cost_price\":\"16500.00\",\"selling_price\":\"18500.00\",\"discount_price\":null,\"image\":\"products\\/1769509444_kuWUCPkWUH.jpeg\",\"expiry_date\":null,\"is_active\":true,\"weight\":null,\"length\":null,\"width\":null,\"height\":null,\"updated_at\":\"2026-01-27T14:01:46.000000Z\",\"created_at\":\"2026-01-27T14:01:46.000000Z\",\"id\":255}','143.105.161.18','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-01-27 11:01:46','2026-01-27 11:01:46'),
(1787,255,'stock_added','Added 14 units - Transfer from store to market',7,'{\"quantity\":14,\"reason\":\"Transfer from store to market\",\"previous_stock\":0,\"new_stock\":14,\"transfer_type\":\"store_to_market\",\"from_product_id\":221,\"transferred_by\":7}','143.105.161.18','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-01-27 11:01:46','2026-01-27 11:01:46'),
(1788,222,'stock_removed','Removed 15 units - Transfer from store to market',7,'{\"quantity\":15,\"reason\":\"Transfer from store to market\",\"previous_stock\":15,\"new_stock\":0,\"transfer_type\":\"store_to_market\",\"transferred_by\":7}','143.105.161.18','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-01-27 11:01:51','2026-01-27 11:01:51'),
(1789,257,'created','Product created',7,'{\"name\":\"HB-1002\",\"description\":\"3\\u00d741\\r\\n4\\u00d742\\r\\n4\\u00d743\\r\\n2\\u00d744\\r\\n2\\u00d745\",\"barcode\":\"PRD064060-M1\",\"category_id\":3,\"product_type\":\"market\",\"unit\":\"pcs\",\"cost_price\":\"16500.00\",\"selling_price\":\"18500.00\",\"discount_price\":null,\"image\":\"products\\/1769511510_2ic6jIT57m.jpeg\",\"expiry_date\":null,\"is_active\":true,\"weight\":null,\"length\":null,\"width\":null,\"height\":null,\"updated_at\":\"2026-01-27T14:01:51.000000Z\",\"created_at\":\"2026-01-27T14:01:51.000000Z\",\"id\":257}','143.105.161.18','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-01-27 11:01:51','2026-01-27 11:01:51'),
(1790,257,'stock_added','Added 15 units - Transfer from store to market',7,'{\"quantity\":15,\"reason\":\"Transfer from store to market\",\"previous_stock\":0,\"new_stock\":15,\"transfer_type\":\"store_to_market\",\"from_product_id\":222,\"transferred_by\":7}','143.105.161.18','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-01-27 11:01:51','2026-01-27 11:01:51'),
(1791,223,'stock_removed','Removed 14 units - Transfer from store to market',7,'{\"quantity\":14,\"reason\":\"Transfer from store to market\",\"previous_stock\":14,\"new_stock\":0,\"transfer_type\":\"store_to_market\",\"transferred_by\":7}','143.105.161.18','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-01-27 11:01:56','2026-01-27 11:01:56'),
(1792,259,'created','Product created',7,'{\"name\":\"HB-1000S\",\"description\":\"2\\u00d741\\r\\n3\\u00d742\\r\\n4\\u00d743\\r\\n3\\u00d744\\r\\n2\\u00d745\",\"barcode\":\"PRD752097-M1\",\"category_id\":3,\"product_type\":\"market\",\"unit\":\"pcs\",\"cost_price\":\"16500.00\",\"selling_price\":\"18500.00\",\"discount_price\":null,\"image\":\"products\\/1769511631_Ad59BDcrah.jpeg\",\"expiry_date\":null,\"is_active\":true,\"weight\":null,\"length\":null,\"width\":null,\"height\":null,\"updated_at\":\"2026-01-27T14:01:56.000000Z\",\"created_at\":\"2026-01-27T14:01:56.000000Z\",\"id\":259}','143.105.161.18','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-01-27 11:01:56','2026-01-27 11:01:56'),
(1793,259,'stock_added','Added 14 units - Transfer from store to market',7,'{\"quantity\":14,\"reason\":\"Transfer from store to market\",\"previous_stock\":0,\"new_stock\":14,\"transfer_type\":\"store_to_market\",\"from_product_id\":223,\"transferred_by\":7}','143.105.161.18','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-01-27 11:01:56','2026-01-27 11:01:56'),
(1794,224,'stock_removed','Removed 19 units - Transfer from store to market',7,'{\"quantity\":19,\"reason\":\"Transfer from store to market\",\"previous_stock\":19,\"new_stock\":0,\"transfer_type\":\"store_to_market\",\"transferred_by\":7}','143.105.161.18','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-01-27 11:02:01','2026-01-27 11:02:01'),
(1795,261,'created','Product created',7,'{\"name\":\"HB-1003B\",\"description\":\"3\\u00d741\\r\\n6\\u00d742\\r\\n6\\u00d743\\r\\n2\\u00d744\\r\\n2\\u00d745\",\"barcode\":\"PRD727166-M1\",\"category_id\":3,\"product_type\":\"market\",\"unit\":\"pcs\",\"cost_price\":\"16500.00\",\"selling_price\":\"18500.00\",\"discount_price\":null,\"image\":\"products\\/1769511724_1SvYADQbUM.jpeg\",\"expiry_date\":null,\"is_active\":true,\"weight\":null,\"length\":null,\"width\":null,\"height\":null,\"updated_at\":\"2026-01-27T14:02:01.000000Z\",\"created_at\":\"2026-01-27T14:02:01.000000Z\",\"id\":261}','143.105.161.18','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-01-27 11:02:01','2026-01-27 11:02:01'),
(1796,261,'stock_added','Added 19 units - Transfer from store to market',7,'{\"quantity\":19,\"reason\":\"Transfer from store to market\",\"previous_stock\":0,\"new_stock\":19,\"transfer_type\":\"store_to_market\",\"from_product_id\":224,\"transferred_by\":7}','143.105.161.18','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-01-27 11:02:01','2026-01-27 11:02:01'),
(1797,243,'stock_removed','Removed 4 units - Sale',7,'{\"quantity\":4,\"reason\":\"Sale\",\"previous_stock\":10,\"new_stock\":6,\"sale_id\":352,\"sale_number\":\"HIL-0351\"}','143.105.161.18','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-01-27 13:25:07','2026-01-27 13:25:07'),
(1798,247,'stock_removed','Removed 3 units - Sale',7,'{\"quantity\":3,\"reason\":\"Sale\",\"previous_stock\":8,\"new_stock\":5,\"sale_id\":352,\"sale_number\":\"HIL-0351\"}','143.105.161.18','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-01-27 13:25:07','2026-01-27 13:25:07'),
(1799,249,'stock_removed','Removed 3 units - Sale',7,'{\"quantity\":3,\"reason\":\"Sale\",\"previous_stock\":4,\"new_stock\":1,\"sale_id\":352,\"sale_number\":\"HIL-0351\"}','143.105.161.18','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-01-27 13:25:07','2026-01-27 13:25:07'),
(1800,257,'stock_removed','Removed 4 units - Sale',7,'{\"quantity\":4,\"reason\":\"Sale\",\"previous_stock\":15,\"new_stock\":11,\"sale_id\":352,\"sale_number\":\"HIL-0351\"}','143.105.161.18','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-01-27 13:25:07','2026-01-27 13:25:07'),
(1801,261,'stock_removed','Removed 6 units - Sale',7,'{\"quantity\":6,\"reason\":\"Sale\",\"previous_stock\":19,\"new_stock\":13,\"sale_id\":352,\"sale_number\":\"HIL-0351\"}','143.105.161.18','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-01-27 13:25:07','2026-01-27 13:25:07'),
(1802,247,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":5,\"new_stock\":4,\"sale_id\":353,\"sale_number\":\"HIL-0352\"}','143.105.161.18','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-01-27 13:25:24','2026-01-27 13:25:24'),
(1803,251,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":12,\"new_stock\":11,\"sale_id\":354,\"sale_number\":\"HIL-0353\"}','143.105.161.13','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-01-28 09:00:15','2026-01-28 09:00:15'),
(1804,156,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":7,\"new_stock\":6,\"sale_id\":355,\"sale_number\":\"HIL-0354\"}','143.105.161.13','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-01-28 09:01:59','2026-01-28 09:01:59'),
(1805,239,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":3,\"new_stock\":2,\"sale_id\":355,\"sale_number\":\"HIL-0354\"}','143.105.161.13','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-01-28 09:01:59','2026-01-28 09:01:59'),
(1806,243,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":6,\"new_stock\":5,\"sale_id\":355,\"sale_number\":\"HIL-0354\"}','143.105.161.13','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-01-28 09:01:59','2026-01-28 09:01:59'),
(1807,168,'stock_removed','Removed 13 units - Transfer from store to market',7,'{\"quantity\":13,\"reason\":\"Transfer from store to market\",\"previous_stock\":13,\"new_stock\":0,\"transfer_type\":\"store_to_market\",\"transferred_by\":7}','143.105.161.13','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-01-28 10:08:13','2026-01-28 10:08:13'),
(1808,170,'stock_added','Added 13 units - Transfer from store to market',7,'{\"quantity\":13,\"reason\":\"Transfer from store to market\",\"previous_stock\":0,\"new_stock\":13,\"transfer_type\":\"store_to_market\",\"from_product_id\":168,\"transferred_by\":7}','143.105.161.13','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-01-28 10:08:13','2026-01-28 10:08:13'),
(1809,170,'status_changed','Product activated',7,'{\"old_status\":false,\"new_status\":true}','143.105.161.13','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-01-28 10:09:10','2026-01-28 10:09:10'),
(1810,113,'stock_removed','Removed 18 units - Transfer from store to market',7,'{\"quantity\":18,\"reason\":\"Transfer from store to market\",\"previous_stock\":18,\"new_stock\":0,\"transfer_type\":\"store_to_market\",\"transferred_by\":7}','143.105.161.13','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-01-28 10:10:39','2026-01-28 10:10:39'),
(1811,148,'stock_added','Added 18 units - Transfer from store to market',7,'{\"quantity\":18,\"reason\":\"Transfer from store to market\",\"previous_stock\":1,\"new_stock\":19,\"transfer_type\":\"store_to_market\",\"from_product_id\":113,\"transferred_by\":7}','143.105.161.13','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-01-28 10:10:39','2026-01-28 10:10:39'),
(1812,148,'updated','Product updated',7,'{\"image\":{\"old\":\"products\\/1767628565_DDsiax8czB.jpg\",\"new\":\"products\\/1769605911_2zsUhtRcn5.jpg\"}}','143.105.161.13','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-01-28 10:11:51','2026-01-28 10:11:51'),
(1813,239,'stock_added','Added 1 units - Adjustment - Count correction',7,'{\"quantity\":1,\"reason\":\"Adjustment - Count correction\",\"previous_stock\":2,\"new_stock\":3,\"notes\":null}','143.105.161.13','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-01-28 10:22:48','2026-01-28 10:22:48'),
(1814,53,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":9,\"new_stock\":8,\"sale_id\":356,\"sale_number\":\"HIL-0355\"}','143.105.161.13','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-01-28 10:26:13','2026-01-28 10:26:13'),
(1815,91,'stock_removed','Removed 5 units - Sale',7,'{\"quantity\":5,\"reason\":\"Sale\",\"previous_stock\":11,\"new_stock\":6,\"sale_id\":356,\"sale_number\":\"HIL-0355\"}','143.105.161.13','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-01-28 10:26:13','2026-01-28 10:26:13'),
(1816,148,'stock_removed','Removed 10 units - Sale',7,'{\"quantity\":10,\"reason\":\"Sale\",\"previous_stock\":19,\"new_stock\":9,\"sale_id\":356,\"sale_number\":\"HIL-0355\"}','143.105.161.13','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-01-28 10:26:13','2026-01-28 10:26:13'),
(1817,170,'stock_removed','Removed 10 units - Sale',7,'{\"quantity\":10,\"reason\":\"Sale\",\"previous_stock\":13,\"new_stock\":3,\"sale_id\":356,\"sale_number\":\"HIL-0355\"}','143.105.161.13','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-01-28 10:26:13','2026-01-28 10:26:13'),
(1818,180,'stock_removed','Removed 6 units - Sale',7,'{\"quantity\":6,\"reason\":\"Sale\",\"previous_stock\":6,\"new_stock\":0,\"sale_id\":356,\"sale_number\":\"HIL-0355\"}','143.105.161.13','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-01-28 10:26:13','2026-01-28 10:26:13'),
(1819,192,'stock_removed','Removed 9 units - Sale',7,'{\"quantity\":9,\"reason\":\"Sale\",\"previous_stock\":10,\"new_stock\":1,\"sale_id\":356,\"sale_number\":\"HIL-0355\"}','143.105.161.13','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-01-28 10:26:13','2026-01-28 10:26:13'),
(1820,239,'stock_removed','Removed 3 units - Sale',7,'{\"quantity\":3,\"reason\":\"Sale\",\"previous_stock\":3,\"new_stock\":0,\"sale_id\":356,\"sale_number\":\"HIL-0355\"}','143.105.161.13','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-01-28 10:26:13','2026-01-28 10:26:13'),
(1821,245,'stock_removed','Removed 6 units - Sale',7,'{\"quantity\":6,\"reason\":\"Sale\",\"previous_stock\":6,\"new_stock\":0,\"sale_id\":356,\"sale_number\":\"HIL-0355\"}','143.105.161.13','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-01-28 10:26:13','2026-01-28 10:26:13'),
(1822,148,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":9,\"new_stock\":8,\"sale_id\":357,\"sale_number\":\"HIL-0356\"}','143.105.161.13','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-01-28 10:28:27','2026-01-28 10:28:27'),
(1823,132,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":1,\"new_stock\":0,\"sale_id\":358,\"sale_number\":\"HIL-0357\"}','143.105.161.13','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-01-28 10:29:27','2026-01-28 10:29:27'),
(1824,107,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":35,\"new_stock\":34,\"sale_id\":359,\"sale_number\":\"HIL-0358\"}','143.105.161.13','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-01-28 10:42:57','2026-01-28 10:42:57'),
(1825,257,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":11,\"new_stock\":10,\"sale_id\":359,\"sale_number\":\"HIL-0358\"}','143.105.161.13','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-01-28 10:42:57','2026-01-28 10:42:57'),
(1826,261,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":13,\"new_stock\":12,\"sale_id\":359,\"sale_number\":\"HIL-0358\"}','143.105.161.13','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-01-28 10:42:57','2026-01-28 10:42:57'),
(1827,154,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":6,\"new_stock\":5,\"sale_id\":360,\"sale_number\":\"HIL-0359\"}','143.105.161.13','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-01-28 10:51:24','2026-01-28 10:51:24'),
(1828,53,'stock_added','Added 1 units - Sale cancelled/refunded',7,'{\"quantity\":1,\"reason\":\"Error\",\"previous_stock\":8,\"new_stock\":9,\"sale_id\":347,\"sale_number\":\"HIL-0346\"}','143.105.161.13','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-01-28 10:54:42','2026-01-28 10:54:42'),
(1829,136,'stock_added','Added 1 units - Sale cancelled/refunded',7,'{\"quantity\":1,\"reason\":\"Error\",\"previous_stock\":15,\"new_stock\":16,\"sale_id\":347,\"sale_number\":\"HIL-0346\"}','143.105.161.13','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-01-28 10:54:42','2026-01-28 10:54:42'),
(1830,154,'stock_added','Added 1 units - Sale cancelled/refunded',7,'{\"quantity\":1,\"reason\":\"Error\",\"previous_stock\":5,\"new_stock\":6,\"sale_id\":347,\"sale_number\":\"HIL-0346\"}','143.105.161.13','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-01-28 10:54:42','2026-01-28 10:54:42'),
(1831,206,'stock_added','Added 1 units - Sale cancelled/refunded',7,'{\"quantity\":1,\"reason\":\"Error\",\"previous_stock\":5,\"new_stock\":6,\"sale_id\":347,\"sale_number\":\"HIL-0346\"}','143.105.161.13','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-01-28 10:54:42','2026-01-28 10:54:42'),
(1832,215,'stock_added','Added 1 units - Sale cancelled/refunded',7,'{\"quantity\":1,\"reason\":\"Error\",\"previous_stock\":4,\"new_stock\":5,\"sale_id\":347,\"sale_number\":\"HIL-0346\"}','143.105.161.13','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-01-28 10:54:42','2026-01-28 10:54:42'),
(1833,134,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":5,\"new_stock\":4,\"sale_id\":361,\"sale_number\":\"HIL-0360\"}','143.105.161.13','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-01-28 10:56:14','2026-01-28 10:56:14'),
(1834,136,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":16,\"new_stock\":15,\"sale_id\":361,\"sale_number\":\"HIL-0360\"}','143.105.161.13','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-01-28 10:56:14','2026-01-28 10:56:14'),
(1835,154,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":6,\"new_stock\":5,\"sale_id\":361,\"sale_number\":\"HIL-0360\"}','143.105.161.13','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-01-28 10:56:14','2026-01-28 10:56:14'),
(1836,217,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":6,\"new_stock\":5,\"sale_id\":361,\"sale_number\":\"HIL-0360\"}','143.105.161.13','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-01-28 10:56:14','2026-01-28 10:56:14'),
(1837,259,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":14,\"new_stock\":13,\"sale_id\":362,\"sale_number\":\"HIL-0361\"}','143.105.161.13','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-01-28 10:58:11','2026-01-28 10:58:11'),
(1838,55,'stock_removed','Removed 2 units - Sale',7,'{\"quantity\":2,\"reason\":\"Sale\",\"previous_stock\":5,\"new_stock\":3,\"sale_id\":363,\"sale_number\":\"HIL-0362\"}','143.105.161.13','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-01-28 12:07:09','2026-01-28 12:07:09'),
(1839,91,'stock_removed','Removed 2 units - Sale',7,'{\"quantity\":2,\"reason\":\"Sale\",\"previous_stock\":6,\"new_stock\":4,\"sale_id\":363,\"sale_number\":\"HIL-0362\"}','143.105.161.13','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-01-28 12:07:09','2026-01-28 12:07:09'),
(1840,136,'stock_removed','Removed 2 units - Sale',7,'{\"quantity\":2,\"reason\":\"Sale\",\"previous_stock\":15,\"new_stock\":13,\"sale_id\":363,\"sale_number\":\"HIL-0362\"}','143.105.161.13','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-01-28 12:07:09','2026-01-28 12:07:09'),
(1841,251,'stock_removed','Removed 6 units - Sale',7,'{\"quantity\":6,\"reason\":\"Sale\",\"previous_stock\":11,\"new_stock\":5,\"sale_id\":363,\"sale_number\":\"HIL-0362\"}','143.105.161.13','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-01-28 12:07:09','2026-01-28 12:07:09'),
(1842,261,'updated','Product updated',7,'{\"description\":{\"old\":\"3\\u00d741\\r\\n6\\u00d742\\r\\n6\\u00d743\\r\\n2\\u00d744\\r\\n2\\u00d745\",\"new\":\"3\\u00d741\\r\\n4\\u00d742\\r\\n4\\u00d743\\r\\n1\\u00d745\"}}','154.73.161.201','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-01-29 05:24:35','2026-01-29 05:24:35'),
(1843,259,'updated','Product updated',7,'{\"description\":{\"old\":\"2\\u00d741\\r\\n3\\u00d742\\r\\n4\\u00d743\\r\\n3\\u00d744\\r\\n2\\u00d745\",\"new\":\"2\\u00d741\\r\\n3\\u00d742\\r\\n3\\u00d743\\r\\n3\\u00d744\\r\\n1\\u00d745\"}}','154.73.161.201','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-01-29 05:33:36','2026-01-29 05:33:36'),
(1844,257,'updated','Product updated',7,'{\"description\":{\"old\":\"3\\u00d741\\r\\n4\\u00d742\\r\\n4\\u00d743\\r\\n2\\u00d744\\r\\n2\\u00d745\",\"new\":\"3\\u00d741\\r\\n3\\u00d742\\r\\n1\\u00d743\\r\\n1\\u00d744\\r\\n2\\u00d745\"}}','154.73.161.201','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-01-29 05:42:13','2026-01-29 05:42:13'),
(1845,251,'updated','Product updated',7,'{\"description\":{\"old\":\"2\\u00d741\\r\\n3\\u00d742\\r\\n3\\u00d743\\r\\n3\\u00d744\\r\\n1\\u00d745\",\"new\":\"1\\u00d743\\r\\n3\\u00d744\\r\\n1\\u00d745\"}}','154.73.161.201','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-01-29 05:57:43','2026-01-29 05:57:43'),
(1846,249,'updated','Product updated',7,'{\"description\":{\"old\":\"1\\u00d743\\r\\n2\\u00d744\\r\\n1\\u00d745\",\"new\":\"1x44\"}}','154.73.161.201','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-01-29 05:58:44','2026-01-29 05:58:44'),
(1847,247,'updated','Product updated',7,'{\"description\":{\"old\":\"2\\u00d741\\r\\n1\\u00d742\\r\\n2\\u00d743\\r\\n1\\u00d744\\r\\n2\\u00d745\",\"new\":\"2\\u00d741\\r\\n1\\u00d743\\r\\n1\\u00d745\"}}','154.73.161.201','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-01-29 06:08:52','2026-01-29 06:08:52'),
(1848,245,'status_changed','Product deactivated',7,'{\"old_status\":true,\"new_status\":false}','154.73.161.201','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-01-29 06:09:01','2026-01-29 06:09:01'),
(1849,243,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":5,\"new_stock\":4,\"sale_id\":364,\"sale_number\":\"HIL-0363\"}','154.73.161.201','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-01-29 06:11:58','2026-01-29 06:11:58'),
(1850,243,'updated','Product updated',7,'{\"description\":{\"old\":\"2\\u00d742\\r\\n3\\u00d743\\r\\n2\\u00d744\\r\\n3\\u00d743\",\"new\":\"1\\u00d742\\r\\n2\\u00d743\\r\\n1\\u00d744\"}}','154.73.161.201','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-01-29 06:13:19','2026-01-29 06:13:19'),
(1851,239,'status_changed','Product deactivated',7,'{\"old_status\":true,\"new_status\":false}','154.73.161.201','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-01-29 06:17:09','2026-01-29 06:17:09'),
(1852,239,'status_changed','Product activated',7,'{\"old_status\":false,\"new_status\":true}','143.105.161.74','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36','2026-01-29 06:26:31','2026-01-29 06:26:31'),
(1853,237,'stock_removed','Removed 1 units - Item added to existing sale',7,'{\"quantity\":1,\"reason\":\"Item added to existing sale\",\"previous_stock\":7,\"new_stock\":6,\"sale_id\":355,\"sale_number\":\"HIL-0354\"}','143.105.161.74','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36','2026-01-29 06:27:26','2026-01-29 06:27:26'),
(1854,239,'stock_added','Added 1 units - Item removed from sale',7,'{\"quantity\":1,\"reason\":\"Item removed during sale edit\",\"previous_stock\":0,\"new_stock\":1,\"sale_id\":355,\"sale_number\":\"HIL-0354\"}','143.105.161.74','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36','2026-01-29 06:27:26','2026-01-29 06:27:26'),
(1855,239,'stock_removed','Removed 1 units - Adjustment - Count correction',7,'{\"quantity\":1,\"reason\":\"Adjustment - Count correction\",\"previous_stock\":1,\"new_stock\":0,\"notes\":null}','143.105.161.74','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-01-29 06:28:43','2026-01-29 06:28:43'),
(1856,237,'updated','Product updated',7,'{\"description\":{\"old\":\"1\\u00d741\\r\\n1\\u00d742\\r\\n2\\u00d743\\r\\n2\\u00d744\\r\\n1\\u00d745\",\"new\":\"1\\u00d741\\r\\n1\\u00d742\\r\\n2\\u00d743\\r\\n2\\u00d744\"}}','143.105.161.74','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-01-29 06:30:11','2026-01-29 06:30:11'),
(1857,235,'updated','Product updated',7,'{\"description\":{\"old\":\"2\\u00d741\\r\\n2\\u00d742\\r\\n3\\u00d743\\r\\n3\\u00d744\\r\\n2\\u00d745\",\"new\":\"1\\u00d741\\r\\n1\\u00d742\\r\\n3\\u00d743\\r\\n3\\u00d744\\r\\n2\\u00d745\"}}','143.105.161.74','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-01-29 06:41:05','2026-01-29 06:41:05'),
(1858,219,'updated','Product updated',7,'{\"description\":{\"old\":\"2X39\\r\\n3X40\\r\\n4X41\\r\\n5X42\\r\\n2X43\\r\\n3X44\\r\\n2X45\",\"new\":\"1X39\\r\\n3X40\\r\\n3X41\\r\\n5X42\\r\\n2X43\\r\\n3X44\\r\\n2X45\"}}','143.105.161.35','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-01-29 06:56:13','2026-01-29 06:56:13'),
(1859,219,'updated','Product updated',7,'{\"description\":{\"old\":\"1X39\\r\\n3X40\\r\\n3X41\\r\\n5X42\\r\\n2X43\\r\\n3X44\\r\\n2X45\",\"new\":\"1X39\\r\\n3X40\\r\\n4X41\\r\\n5X42\\r\\n2X43\\r\\n3X44\\r\\n2X45\"}}','143.105.161.35','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-01-29 06:59:42','2026-01-29 06:59:42'),
(1860,239,'status_changed','Product deactivated',7,'{\"old_status\":true,\"new_status\":false}','143.105.161.35','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-01-29 07:20:46','2026-01-29 07:20:46'),
(1861,180,'status_changed','Product deactivated',7,'{\"old_status\":true,\"new_status\":false}','143.105.161.35','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-01-29 07:31:49','2026-01-29 07:31:49'),
(1862,171,'stock_removed','Removed 200 units - Transfer from store to market',7,'{\"quantity\":200,\"reason\":\"Transfer from store to market\",\"previous_stock\":210,\"new_stock\":10,\"transfer_type\":\"store_to_market\",\"transferred_by\":7}','143.105.161.35','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-01-29 07:33:56','2026-01-29 07:33:56'),
(1863,173,'stock_added','Added 200 units - Transfer from store to market',7,'{\"quantity\":200,\"reason\":\"Transfer from store to market\",\"previous_stock\":8,\"new_stock\":208,\"transfer_type\":\"store_to_market\",\"from_product_id\":171,\"transferred_by\":7}','143.105.161.35','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-01-29 07:33:56','2026-01-29 07:33:56'),
(1864,173,'stock_removed','Removed 70 units - Sale',7,'{\"quantity\":70,\"reason\":\"Sale\",\"previous_stock\":208,\"new_stock\":138,\"sale_id\":365,\"sale_number\":\"HIL-0364\"}','143.105.161.35','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-01-29 07:35:40','2026-01-29 07:35:40'),
(1865,259,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":13,\"new_stock\":12,\"sale_id\":366,\"sale_number\":\"HIL-0365\"}','143.105.161.35','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-01-29 07:52:30','2026-01-29 07:52:30'),
(1866,259,'updated','Product updated',7,'{\"description\":{\"old\":\"2\\u00d741\\r\\n3\\u00d742\\r\\n3\\u00d743\\r\\n3\\u00d744\\r\\n1\\u00d745\",\"new\":\"2\\u00d741\\r\\n3\\u00d742\\r\\n3\\u00d743\\r\\n2\\u00d744\\r\\n1\\u00d745\"}}','143.105.161.35','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-01-29 07:53:00','2026-01-29 07:53:00'),
(1867,12,'stock_removed','Removed 9 units - Transfer from store to market',7,'{\"quantity\":9,\"reason\":\"Transfer from store to market\",\"previous_stock\":9,\"new_stock\":0,\"transfer_type\":\"store_to_market\",\"transferred_by\":7}','143.105.161.35','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-01-29 08:05:15','2026-01-29 08:05:15'),
(1868,184,'stock_added','Added 9 units - Transfer from store to market',7,'{\"quantity\":9,\"reason\":\"Transfer from store to market\",\"previous_stock\":25,\"new_stock\":34,\"transfer_type\":\"store_to_market\",\"from_product_id\":12,\"transferred_by\":7}','143.105.161.35','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-01-29 08:05:15','2026-01-29 08:05:15'),
(1869,184,'updated','Product updated',7,'{\"description\":{\"old\":\"5X41 \\r\\n5X42\\r\\n3X43\\r\\n 7X44\\r\\n 5X45\",\"new\":\"2x39\\r\\n2x40\\r\\n5X41 \\r\\n6X42\\r\\n5X43\\r\\n 7X44\\r\\n 5X45\\r\\n2x46\"}}','143.105.161.35','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-01-29 08:14:32','2026-01-29 08:14:32'),
(1870,53,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":9,\"new_stock\":8,\"sale_id\":367,\"sale_number\":\"HIL-0366\"}','143.105.161.35','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-01-29 08:36:02','2026-01-29 08:36:02'),
(1871,81,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":7,\"new_stock\":6,\"sale_id\":367,\"sale_number\":\"HIL-0366\"}','143.105.161.35','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-01-29 08:36:02','2026-01-29 08:36:02'),
(1872,83,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":6,\"new_stock\":5,\"sale_id\":367,\"sale_number\":\"HIL-0366\"}','143.105.161.35','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-01-29 08:36:02','2026-01-29 08:36:02'),
(1873,107,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":34,\"new_stock\":33,\"sale_id\":367,\"sale_number\":\"HIL-0366\"}','143.105.161.35','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-01-29 08:36:02','2026-01-29 08:36:02'),
(1874,201,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":5,\"new_stock\":4,\"sale_id\":367,\"sale_number\":\"HIL-0366\"}','143.105.161.35','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-01-29 08:36:02','2026-01-29 08:36:02'),
(1875,206,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":6,\"new_stock\":5,\"sale_id\":367,\"sale_number\":\"HIL-0366\"}','143.105.161.35','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-01-29 08:36:02','2026-01-29 08:36:02'),
(1876,208,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":6,\"new_stock\":5,\"sale_id\":367,\"sale_number\":\"HIL-0366\"}','143.105.161.35','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-01-29 08:36:02','2026-01-29 08:36:02'),
(1877,253,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":14,\"new_stock\":13,\"sale_id\":367,\"sale_number\":\"HIL-0366\"}','143.105.161.35','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-01-29 08:36:02','2026-01-29 08:36:02'),
(1878,257,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":10,\"new_stock\":9,\"sale_id\":367,\"sale_number\":\"HIL-0366\"}','143.105.161.35','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-01-29 08:36:02','2026-01-29 08:36:02'),
(1879,259,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":12,\"new_stock\":11,\"sale_id\":367,\"sale_number\":\"HIL-0366\"}','143.105.161.35','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-01-29 08:36:02','2026-01-29 08:36:02'),
(1880,259,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":11,\"new_stock\":10,\"sale_id\":368,\"sale_number\":\"HIL-0367\"}','143.105.161.35','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-01-29 12:01:29','2026-01-29 12:01:29'),
(1881,156,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":6,\"new_stock\":5,\"sale_id\":369,\"sale_number\":\"HIL-0368\"}','143.105.161.35','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-01-29 12:36:29','2026-01-29 12:36:29'),
(1882,156,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":5,\"new_stock\":4,\"sale_id\":370,\"sale_number\":\"HIL-0369\"}','143.105.161.35','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-01-29 12:37:29','2026-01-29 12:37:29'),
(1883,201,'updated','Product updated',7,'{\"description\":{\"old\":\"1x41\\r\\n2x42\\r\\n2x43\",\"new\":\"1x41\\r\\n2x42\\r\\n1x43\"}}','154.73.166.156','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-01-30 05:49:12','2026-01-30 05:49:12'),
(1884,138,'status_changed','Product deactivated',7,'{\"old_status\":true,\"new_status\":false}','154.73.166.156','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-01-30 06:05:52','2026-01-30 06:05:52'),
(1885,154,'updated','Product updated',7,'{\"description\":{\"old\":\"1x40\\r\\n1x41\\r\\n1x42\\r\\n3x43\\r\\n1x44\",\"new\":\"1x40\\r\\n1x41\\r\\n1x42\\r\\n2x43\"}}','154.73.166.156','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-01-30 06:20:59','2026-01-30 06:20:59'),
(1886,152,'updated','Product updated',7,'{\"description\":{\"old\":\"1x39\\r\\n1x40\\r\\n2x45\",\"new\":\"1x39\\r\\n1x40\\r\\n1x44\\r\\n2x45\"}}','154.73.166.156','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-01-30 06:24:05','2026-01-30 06:24:05'),
(1887,152,'stock_added','Added 1 units - Adjustment - Count correction',7,'{\"quantity\":1,\"reason\":\"Adjustment - Count correction\",\"previous_stock\":4,\"new_stock\":5,\"notes\":null}','143.105.161.55','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-01-30 06:24:25','2026-01-30 06:24:25'),
(1888,136,'updated','Product updated',7,'{\"description\":{\"old\":\"1x39\\r\\n4x41\\r\\n1x42\\r\\n3x43\\r\\n3x44\\r\\n4x45\",\"new\":\"2x41\\r\\n1x42\\r\\n3x43\\r\\n2x44\\r\\n3x45\"}}','143.105.161.55','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-01-30 06:38:14','2026-01-30 06:38:14'),
(1889,136,'stock_removed','Removed 2 units - Adjustment - Count correction',7,'{\"quantity\":2,\"reason\":\"Adjustment - Count correction\",\"previous_stock\":13,\"new_stock\":11,\"notes\":null}','143.105.161.55','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-01-30 06:38:45','2026-01-30 06:38:45'),
(1890,134,'updated','Product updated',7,'{\"description\":{\"old\":\"1x40\\r\\n1x43\\r\\n2x44\\r\\n1x45\",\"new\":\"1x40\\r\\n2x44\\r\\n1x45\"}}','143.105.161.55','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-01-30 06:41:35','2026-01-30 06:41:35'),
(1891,132,'status_changed','Product deactivated',7,'{\"old_status\":true,\"new_status\":false}','143.105.161.55','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-01-30 06:42:38','2026-01-30 06:42:38'),
(1892,91,'updated','Product updated',7,'{\"description\":{\"old\":\"2x41\\r\\n3x42\\r\\n1x43\\r\\n3x44\\r\\n2x45\",\"new\":\"2x44\\r\\n1x45\"}}','143.105.161.55','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-01-30 06:43:52','2026-01-30 06:43:52'),
(1893,81,'updated','Product updated',7,'{\"description\":{\"old\":\"3x40\\r\\n3x41\\r\\n1x43\",\"new\":\"3x40\\r\\n3x41\"}}','143.105.161.55','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-01-30 06:45:35','2026-01-30 06:45:35'),
(1894,213,'updated','Product updated',7,'{\"description\":{\"old\":\"1x39\\r\\n1x40\\r\\n4x41\\r\\n1x46\",\"new\":\"1x39\\r\\n1x40\\r\\n4x41\"}}','143.105.161.55','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-01-30 07:33:52','2026-01-30 07:33:52'),
(1895,213,'stock_removed','Removed 1 units - Adjustment - Count correction',7,'{\"quantity\":1,\"reason\":\"Adjustment - Count correction\",\"previous_stock\":7,\"new_stock\":6,\"notes\":null}','143.105.161.55','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-01-30 07:34:15','2026-01-30 07:34:15'),
(1896,208,'updated','Product updated',7,'{\"description\":{\"old\":\"1X39\\r\\n1X40\\r\\n2X41\\r\\n1X43\\r\\n1X44\",\"new\":\"1X39\\r\\n1X40\\r\\n2X41\\r\\n1X44\"}}','143.105.161.55','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-01-30 09:03:38','2026-01-30 09:03:38'),
(1897,156,'updated','Product updated',7,'{\"description\":{\"old\":\"1x40\\r\\n2x41\\r\\n1x43\\r\\n2x44\\r\\n1x45\",\"new\":\"1x41\\r\\n1x44\"}}','143.105.161.84','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-01-31 06:18:35','2026-01-31 06:18:35'),
(1898,231,'status_changed','Product deactivated',4,'{\"old_status\":true,\"new_status\":false}','31.223.49.234','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36','2026-01-31 06:38:47','2026-01-31 06:38:47'),
(1899,259,'stock_added','Added 1 units - Sale cancelled/refunded',7,'{\"quantity\":1,\"reason\":\"---\",\"previous_stock\":10,\"new_stock\":11,\"sale_id\":362,\"sale_number\":\"HIL-0361\"}','143.105.161.84','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-01-31 06:42:23','2026-01-31 06:42:23'),
(1900,259,'stock_added','Added 1 units - Sale cancelled/refunded',7,'{\"quantity\":1,\"reason\":\"---\",\"previous_stock\":11,\"new_stock\":12,\"sale_id\":368,\"sale_number\":\"HIL-0367\"}','143.105.161.84','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-01-31 06:42:35','2026-01-31 06:42:35'),
(1901,231,'updated','Product updated',4,'{\"description\":{\"old\":\"2\\u00d742\\r\\n2\\u00d743\\r\\n1\\u00d744\\r\\n1\\u00d745\",\"new\":\"1X39\\r\\n2X40\\r\\n5X41\\r\\n4\\u00d742\\r\\n3\\u00d744\\r\\n3\\u00d745\"},\"is_active\":{\"old\":false,\"new\":true},\"image\":{\"old\":\"products\\/1769513954_5rNWTeNsqm.jpeg\",\"new\":\"products\\/1769852681_anzHvoj3Di.jpeg\"}}','31.223.49.234','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36','2026-01-31 06:44:42','2026-01-31 06:44:42'),
(1902,231,'stock_added','Added 18 units - Manual adjustment',4,'{\"quantity\":18,\"reason\":\"Manual adjustment\",\"previous_stock\":0,\"new_stock\":18,\"notes\":null}','31.223.49.234','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36','2026-01-31 06:45:04','2026-01-31 06:45:04'),
(1903,34,'price_changed','Product pricing updated',4,'{\"old_prices\":{\"cost_price\":\"16500.00\",\"selling_price\":\"17500.00\",\"discount_price\":null},\"new_prices\":{\"cost_price\":\"16500.00\",\"selling_price\":\"18500.00\",\"discount_price\":null}}','31.223.49.234','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36','2026-01-31 06:47:17','2026-01-31 06:47:17'),
(1904,34,'updated','Product updated',4,'{\"name\":{\"old\":\"Hilali-17\",\"new\":\"Hilal-0017\"},\"selling_price\":{\"old\":\"17500.00\",\"new\":\"18500.00\"}}','31.223.49.234','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36','2026-01-31 06:47:17','2026-01-31 06:47:17'),
(1905,34,'stock_added','Added 17 units - Manual adjustment',4,'{\"quantity\":17,\"reason\":\"Manual adjustment\",\"previous_stock\":0,\"new_stock\":17,\"notes\":null}','31.223.49.234','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36','2026-01-31 06:48:33','2026-01-31 06:48:33'),
(1906,232,'updated','Product updated',4,'{\"description\":{\"old\":\"2\\u00d741\\r\\n1\\u00d742\\r\\n2\\u00d743\\r\\n1\\u00d744\\r\\n2\\u00d745\",\"new\":\"1\\u00d742\\r\\n1\\u00d743\\r\\n1\\u00d744\"}}','31.223.49.234','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36','2026-01-31 06:49:24','2026-01-31 06:49:24'),
(1907,232,'stock_added','Added 3 units - Manual adjustment',4,'{\"quantity\":3,\"reason\":\"Manual adjustment\",\"previous_stock\":0,\"new_stock\":3,\"notes\":null}','31.223.49.234','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36','2026-01-31 06:49:46','2026-01-31 06:49:46'),
(1908,233,'updated','Product updated',4,'{\"description\":{\"old\":\"1\\u00d743\\r\\n2\\u00d744\\r\\n1\\u00d745\",\"new\":\"2\\u00d743\\r\\n1\\u00d744\\r\\n1\\u00d745\"}}','31.223.49.234','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36','2026-01-31 06:50:30','2026-01-31 06:50:30'),
(1909,233,'stock_added','Added 4 units - Manual adjustment',4,'{\"quantity\":4,\"reason\":\"Manual adjustment\",\"previous_stock\":0,\"new_stock\":4,\"notes\":null}','31.223.49.234','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36','2026-01-31 06:50:55','2026-01-31 06:50:55'),
(1910,262,'created','Product created',4,'{\"name\":\"HS-2011B\",\"description\":\"1X39\\r\\n2X40\\r\\n3X41\\r\\n4X42\\r\\n1X43\\r\\n4X44\\r\\n3X45\",\"barcode\":\"PRD235574\",\"category_id\":\"2\",\"product_type\":\"store\",\"unit\":\"pcs\",\"cost_price\":\"16500.00\",\"selling_price\":\"18500.00\",\"image\":\"products\\/1769853538_FKVSVxRPlO.jpeg\",\"expiry_date\":null,\"is_active\":true,\"alert_quantity\":3,\"weight\":null,\"length\":null,\"width\":null,\"height\":null,\"updated_at\":\"2026-01-31T09:58:58.000000Z\",\"created_at\":\"2026-01-31T09:58:58.000000Z\",\"id\":262}','31.223.49.234','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36','2026-01-31 06:58:58','2026-01-31 06:58:58'),
(1911,262,'stock_added','Added 18 units - Initial stock',4,'{\"quantity\":18,\"reason\":\"Initial stock\",\"previous_stock\":0,\"new_stock\":18,\"notes\":\"Product creation\"}','31.223.49.234','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36','2026-01-31 06:58:58','2026-01-31 06:58:58'),
(1912,165,'price_changed','Product pricing updated',4,'{\"old_prices\":{\"cost_price\":\"16500.00\",\"selling_price\":\"17500.00\",\"discount_price\":null},\"new_prices\":{\"cost_price\":\"16500.00\",\"selling_price\":\"18500.00\",\"discount_price\":null}}','31.223.49.234','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36','2026-01-31 07:00:34','2026-01-31 07:00:34'),
(1913,165,'updated','Product updated',4,'{\"selling_price\":{\"old\":\"17500.00\",\"new\":\"18500.00\"}}','31.223.49.234','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36','2026-01-31 07:00:34','2026-01-31 07:00:34'),
(1914,165,'stock_added','Added 2 units - Manual adjustment',4,'{\"quantity\":2,\"reason\":\"Manual adjustment\",\"previous_stock\":0,\"new_stock\":2,\"notes\":null}','31.223.49.234','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36','2026-01-31 07:00:47','2026-01-31 07:00:47'),
(1915,228,'updated','Product updated',4,'{\"description\":{\"old\":\"39\\r\\n40\\r\\n41\",\"new\":\"2X43\\r\\n2X44\\r\\n2X45\"}}','31.223.49.234','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36','2026-01-31 07:02:01','2026-01-31 07:02:01'),
(1916,228,'stock_added','Added 6 units - Manual adjustment',4,'{\"quantity\":6,\"reason\":\"Manual adjustment\",\"previous_stock\":0,\"new_stock\":6,\"notes\":null}','31.223.49.234','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36','2026-01-31 07:02:25','2026-01-31 07:02:25'),
(1917,165,'updated','Product updated',4,'{\"description\":{\"old\":\"1X44\\r\\n1X45\",\"new\":\"2X43\\r\\n1X44\\r\\n1X42\\r\\n1X45\\r\\n1X46\"}}','31.223.49.234','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36','2026-01-31 07:04:08','2026-01-31 07:04:08'),
(1918,165,'stock_added','Added 4 units - Manual adjustment',4,'{\"quantity\":4,\"reason\":\"Manual adjustment\",\"previous_stock\":2,\"new_stock\":6,\"notes\":null}','31.223.49.234','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36','2026-01-31 07:04:59','2026-01-31 07:04:59'),
(1919,49,'status_changed','Product deactivated',7,'{\"old_status\":true,\"new_status\":false}','143.105.161.84','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-01-31 07:17:53','2026-01-31 07:17:53'),
(1920,55,'updated','Product updated',7,'{\"description\":{\"old\":\"1x40\\r\\n2x41\\r\\n1x42\\r\\n1x44\",\"new\":\"1x41\\r\\n1x44\"}}','143.105.161.84','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-01-31 07:19:07','2026-01-31 07:19:07'),
(1921,53,'updated','Product updated',7,'{\"description\":{\"old\":\"1x39\\r\\n3x41\\r\\n1x43\\r\\n4x44\\r\\n1x45\",\"new\":\"1x39\\r\\n2x41\\r\\n1x43\\r\\n3x44\\r\\n1x45\"}}','143.105.161.84','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-01-31 07:22:18','2026-01-31 07:22:18'),
(1922,47,'updated','Product updated',7,'{\"description\":{\"old\":\"1x39\\r\\n3x40\\r\\n8x41\\r\\n3x42\\r\\n2x43\\r\\n2x44\",\"new\":\"1x39\\r\\n2x40\\r\\n8x41\\r\\n4x42\\r\\n2x43\\r\\n2x44\"}}','143.105.161.84','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-01-31 07:27:06','2026-01-31 07:27:06'),
(1923,91,'stock_removed','Removed 1 units - Adjustment - Count correction',7,'{\"quantity\":1,\"reason\":\"Adjustment - Count correction\",\"previous_stock\":4,\"new_stock\":3,\"notes\":null}','143.105.161.84','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-01-31 07:31:51','2026-01-31 07:31:51'),
(1924,85,'updated','Product updated',7,'{\"description\":{\"old\":\"4x40\\r\\n1x42\\r\\n2x44\",\"new\":\"4x40\\r\\n1x43\\r\\n2x44\"}}','154.73.161.231','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-01-31 07:33:45','2026-01-31 07:33:45'),
(1925,156,'updated','Product updated',7,'{\"description\":{\"old\":\"1x41\\r\\n1x44\",\"new\":\"2x41\\r\\n1x44\\r\\n1x45\"}}','154.73.161.231','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-01-31 07:36:37','2026-01-31 07:36:37'),
(1926,13,'price_changed','Product pricing updated',4,'{\"old_prices\":{\"cost_price\":\"16500.00\",\"selling_price\":\"17500.00\",\"discount_price\":null},\"new_prices\":{\"cost_price\":\"16500.00\",\"selling_price\":\"18500.00\",\"discount_price\":null}}','31.223.49.234','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36','2026-01-31 07:47:41','2026-01-31 07:47:41'),
(1927,13,'updated','Product updated',4,'{\"selling_price\":{\"old\":\"17500.00\",\"new\":\"18500.00\"}}','31.223.49.234','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36','2026-01-31 07:47:41','2026-01-31 07:47:41'),
(1928,13,'stock_added','Added 25 units - Manual adjustment',4,'{\"quantity\":25,\"reason\":\"Manual adjustment\",\"previous_stock\":0,\"new_stock\":25,\"notes\":null}','31.223.49.234','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36','2026-01-31 07:49:04','2026-01-31 07:49:04'),
(1929,263,'created','Product created',4,'{\"name\":\"HS-CS\",\"description\":\"1X39\\r\\n4X40\\r\\n5X41\\r\\n5X42\\r\\n7X43\\r\\n5X44\\r\\n4X45\\r\\n3X43\",\"barcode\":\"PRD033224\",\"category_id\":\"2\",\"product_type\":\"store\",\"unit\":\"pcs\",\"cost_price\":\"16500.00\",\"selling_price\":\"18500.00\",\"image\":\"products\\/1769859193_GNd6vR3a8p.jpeg\",\"expiry_date\":null,\"is_active\":true,\"alert_quantity\":5,\"weight\":null,\"length\":null,\"width\":null,\"height\":null,\"updated_at\":\"2026-01-31T11:33:14.000000Z\",\"created_at\":\"2026-01-31T11:33:14.000000Z\",\"id\":263}','31.223.49.234','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36','2026-01-31 08:33:14','2026-01-31 08:33:14'),
(1930,263,'stock_added','Added 34 units - Initial stock',4,'{\"quantity\":34,\"reason\":\"Initial stock\",\"previous_stock\":0,\"new_stock\":34,\"notes\":\"Product creation\"}','31.223.49.234','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36','2026-01-31 08:33:14','2026-01-31 08:33:14'),
(1931,152,'updated','Product updated',7,'{\"description\":{\"old\":\"1x39\\r\\n1x40\\r\\n1x44\\r\\n2x45\",\"new\":\"1x39\\r\\n1x44\\r\\n2x45\"}}','143.105.161.84','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-01-31 08:39:35','2026-01-31 08:39:35'),
(1932,152,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":5,\"new_stock\":4,\"sale_id\":371,\"sale_number\":\"HIL-0370\"}','143.105.161.84','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-01-31 08:40:04','2026-01-31 08:40:04'),
(1933,26,'updated','Product updated',4,'{\"name\":{\"old\":\"Hilali-10\",\"new\":\"Hilal-10\"}}','31.223.49.234','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36','2026-01-31 08:40:41','2026-01-31 08:40:41'),
(1934,26,'price_changed','Product pricing updated',4,'{\"old_prices\":{\"cost_price\":\"16500.00\",\"selling_price\":\"17500.00\",\"discount_price\":null},\"new_prices\":{\"cost_price\":\"16500.00\",\"selling_price\":\"18500.00\",\"discount_price\":null}}','31.223.49.234','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36','2026-01-31 08:40:54','2026-01-31 08:40:54'),
(1935,26,'updated','Product updated',4,'{\"selling_price\":{\"old\":\"17500.00\",\"new\":\"18500.00\"}}','31.223.49.234','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36','2026-01-31 08:40:54','2026-01-31 08:40:54'),
(1936,264,'created','Product created',4,'{\"name\":\"Hilal-10G\",\"description\":\"3X41\\r\\n4X42\\r\\n3X43\\r\\n3X44\\r\\n2X45\",\"barcode\":\"PRD208026\",\"category_id\":\"2\",\"product_type\":\"store\",\"unit\":\"pcs\",\"cost_price\":\"16500.00\",\"selling_price\":\"18500.00\",\"image\":\"products\\/1769859803_VJ2Xq0zOP4.jpeg\",\"expiry_date\":null,\"is_active\":true,\"alert_quantity\":3,\"weight\":null,\"length\":null,\"width\":null,\"height\":null,\"updated_at\":\"2026-01-31T11:43:23.000000Z\",\"created_at\":\"2026-01-31T11:43:23.000000Z\",\"id\":264}','31.223.49.234','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36','2026-01-31 08:43:23','2026-01-31 08:43:23'),
(1937,264,'stock_added','Added 15 units - Initial stock',4,'{\"quantity\":15,\"reason\":\"Initial stock\",\"previous_stock\":0,\"new_stock\":15,\"notes\":\"Product creation\"}','31.223.49.234','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36','2026-01-31 08:43:23','2026-01-31 08:43:23'),
(1938,15,'stock_added','Added 56 units - Manual adjustment',4,'{\"quantity\":56,\"reason\":\"Manual adjustment\",\"previous_stock\":0,\"new_stock\":56,\"notes\":null}','31.223.49.234','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36','2026-01-31 08:46:05','2026-01-31 08:46:05'),
(1939,156,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":4,\"new_stock\":3,\"sale_id\":372,\"sale_number\":\"HIL-0371\"}','143.105.161.84','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-01-31 13:13:32','2026-01-31 13:13:32'),
(1940,156,'updated','Product updated',7,'{\"description\":{\"old\":\"2x41\\r\\n1x44\\r\\n1x45\",\"new\":\"2x41\\r\\n1x45\"}}','143.105.161.84','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-01-31 13:14:45','2026-01-31 13:14:45'),
(1941,170,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":3,\"new_stock\":2,\"sale_id\":373,\"sale_number\":\"HIL-0372\"}','143.105.161.84','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-01-31 13:19:24','2026-01-31 13:19:24'),
(1942,253,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":13,\"new_stock\":12,\"sale_id\":374,\"sale_number\":\"HIL-0373\"}','143.105.161.84','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-01-31 13:19:47','2026-01-31 13:19:47'),
(1943,253,'updated','Product updated',7,'{\"description\":{\"old\":\"2\\u00d741\\r\\n3\\u00d742\\r\\n4\\u00d743\\r\\n3\\u00d744\\r\\n2\\u00d745\",\"new\":\"2\\u00d741\\r\\n2\\u00d742\\r\\n4\\u00d743\\r\\n3\\u00d744\\r\\n2\\u00d745\"}}','143.105.161.84','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-01-31 13:20:14','2026-01-31 13:20:14'),
(1944,237,'updated','Product updated',7,'{\"description\":{\"old\":\"1\\u00d741\\r\\n1\\u00d742\\r\\n2\\u00d743\\r\\n2\\u00d744\",\"new\":\"1\\u00d741\\r\\n1\\u00d742\\r\\n2\\u00d743\\r\\n1\\u00d744\"}}','143.105.161.84','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-01-31 13:21:02','2026-01-31 13:21:02'),
(1945,237,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":6,\"new_stock\":5,\"sale_id\":375,\"sale_number\":\"HIL-0374\"}','143.105.161.84','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-01-31 13:21:30','2026-01-31 13:21:30'),
(1946,213,'updated','Product updated',7,'{\"description\":{\"old\":\"1x39\\r\\n1x40\\r\\n4x41\",\"new\":\"1x39\\r\\n1x40\\r\\n3x41\"}}','143.105.161.187','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-02-02 08:36:19','2026-02-02 08:36:19'),
(1947,213,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":6,\"new_stock\":5,\"sale_id\":376,\"sale_number\":\"HIL-0375\"}','143.105.161.187','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-02-02 08:37:24','2026-02-02 08:37:24'),
(1948,136,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":11,\"new_stock\":10,\"sale_id\":377,\"sale_number\":\"HIL-0376\"}','143.105.161.187','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-02-02 09:09:38','2026-02-02 09:09:38'),
(1949,136,'updated','Product updated',7,'{\"description\":{\"old\":\"2x41\\r\\n1x42\\r\\n3x43\\r\\n2x44\\r\\n3x45\",\"new\":\"1x41\\r\\n1x42\\r\\n3x43\\r\\n2x44\\r\\n3x45\"}}','143.105.161.187','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-02-02 09:10:25','2026-02-02 09:10:25'),
(1950,45,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":13,\"new_stock\":12,\"sale_id\":378,\"sale_number\":\"HIL-0377\"}','143.105.161.187','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-02-02 09:29:48','2026-02-02 09:29:48'),
(1951,53,'stock_removed','Removed 2 units - Sale',7,'{\"quantity\":2,\"reason\":\"Sale\",\"previous_stock\":8,\"new_stock\":6,\"sale_id\":378,\"sale_number\":\"HIL-0377\"}','143.105.161.187','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-02-02 09:29:48','2026-02-02 09:29:48'),
(1952,67,'stock_removed','Removed 2 units - Sale',7,'{\"quantity\":2,\"reason\":\"Sale\",\"previous_stock\":30,\"new_stock\":28,\"sale_id\":378,\"sale_number\":\"HIL-0377\"}','143.105.161.187','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-02-02 09:29:48','2026-02-02 09:29:48'),
(1953,85,'stock_removed','Removed 4 units - Sale',7,'{\"quantity\":4,\"reason\":\"Sale\",\"previous_stock\":7,\"new_stock\":3,\"sale_id\":378,\"sale_number\":\"HIL-0377\"}','143.105.161.187','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-02-02 09:29:48','2026-02-02 09:29:48'),
(1954,107,'stock_removed','Removed 5 units - Sale',7,'{\"quantity\":5,\"reason\":\"Sale\",\"previous_stock\":33,\"new_stock\":28,\"sale_id\":378,\"sale_number\":\"HIL-0377\"}','143.105.161.187','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-02-02 09:29:48','2026-02-02 09:29:48'),
(1955,134,'stock_removed','Removed 2 units - Sale',7,'{\"quantity\":2,\"reason\":\"Sale\",\"previous_stock\":4,\"new_stock\":2,\"sale_id\":378,\"sale_number\":\"HIL-0377\"}','143.105.161.187','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-02-02 09:29:48','2026-02-02 09:29:48'),
(1956,148,'stock_removed','Removed 4 units - Sale',7,'{\"quantity\":4,\"reason\":\"Sale\",\"previous_stock\":8,\"new_stock\":4,\"sale_id\":378,\"sale_number\":\"HIL-0377\"}','143.105.161.187','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-02-02 09:29:48','2026-02-02 09:29:48'),
(1957,150,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":11,\"new_stock\":10,\"sale_id\":378,\"sale_number\":\"HIL-0377\"}','143.105.161.187','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-02-02 09:29:48','2026-02-02 09:29:48'),
(1958,152,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":4,\"new_stock\":3,\"sale_id\":378,\"sale_number\":\"HIL-0377\"}','143.105.161.187','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-02-02 09:29:48','2026-02-02 09:29:48'),
(1959,154,'stock_removed','Removed 2 units - Sale',7,'{\"quantity\":2,\"reason\":\"Sale\",\"previous_stock\":5,\"new_stock\":3,\"sale_id\":378,\"sale_number\":\"HIL-0377\"}','143.105.161.187','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-02-02 09:29:48','2026-02-02 09:29:48'),
(1960,182,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":12,\"new_stock\":11,\"sale_id\":378,\"sale_number\":\"HIL-0377\"}','143.105.161.187','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-02-02 09:29:48','2026-02-02 09:29:48'),
(1961,184,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":34,\"new_stock\":33,\"sale_id\":378,\"sale_number\":\"HIL-0377\"}','143.105.161.187','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-02-02 09:29:48','2026-02-02 09:29:48'),
(1962,206,'stock_removed','Removed 2 units - Sale',7,'{\"quantity\":2,\"reason\":\"Sale\",\"previous_stock\":5,\"new_stock\":3,\"sale_id\":378,\"sale_number\":\"HIL-0377\"}','143.105.161.187','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-02-02 09:29:48','2026-02-02 09:29:48'),
(1963,208,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":5,\"new_stock\":4,\"sale_id\":378,\"sale_number\":\"HIL-0377\"}','143.105.161.187','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-02-02 09:29:48','2026-02-02 09:29:48'),
(1964,235,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":10,\"new_stock\":9,\"sale_id\":378,\"sale_number\":\"HIL-0377\"}','143.105.161.187','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-02-02 09:29:48','2026-02-02 09:29:48'),
(1965,241,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":11,\"new_stock\":10,\"sale_id\":378,\"sale_number\":\"HIL-0377\"}','143.105.161.187','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-02-02 09:29:48','2026-02-02 09:29:48'),
(1966,253,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":12,\"new_stock\":11,\"sale_id\":378,\"sale_number\":\"HIL-0377\"}','143.105.161.187','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-02-02 09:29:48','2026-02-02 09:29:48'),
(1967,257,'stock_removed','Removed 2 units - Sale',7,'{\"quantity\":2,\"reason\":\"Sale\",\"previous_stock\":9,\"new_stock\":7,\"sale_id\":378,\"sale_number\":\"HIL-0377\"}','143.105.161.187','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-02-02 09:29:48','2026-02-02 09:29:48'),
(1968,261,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":12,\"new_stock\":11,\"sale_id\":378,\"sale_number\":\"HIL-0377\"}','143.105.161.187','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-02-02 09:29:48','2026-02-02 09:29:48'),
(1969,107,'updated','Product updated',4,'{\"name\":{\"old\":\"Hilali-23\",\"new\":\"HS-23\"}}','31.223.49.234','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36','2026-02-02 12:00:35','2026-02-02 12:00:35'),
(1970,259,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":12,\"new_stock\":11,\"sale_id\":379,\"sale_number\":\"HIL-0378\"}','143.105.161.187','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-02-02 12:34:39','2026-02-02 12:34:39'),
(1971,83,'stock_removed','Removed 2 units - Sale',7,'{\"quantity\":2,\"reason\":\"Sale\",\"previous_stock\":5,\"new_stock\":3,\"sale_id\":380,\"sale_number\":\"HIL-0379\"}','154.73.166.181','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-02-02 17:46:10','2026-02-02 17:46:10'),
(1972,170,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":2,\"new_stock\":1,\"sale_id\":380,\"sale_number\":\"HIL-0379\"}','154.73.166.181','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-02-02 17:46:10','2026-02-02 17:46:10'),
(1973,81,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":6,\"new_stock\":5,\"sale_id\":381,\"sale_number\":\"HIL-0380\"}','154.73.166.181','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-02-02 17:50:14','2026-02-02 17:50:14'),
(1974,107,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":28,\"new_stock\":27,\"sale_id\":381,\"sale_number\":\"HIL-0380\"}','154.73.166.181','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-02-02 17:50:14','2026-02-02 17:50:14'),
(1975,136,'stock_removed','Removed 2 units - Sale',7,'{\"quantity\":2,\"reason\":\"Sale\",\"previous_stock\":10,\"new_stock\":8,\"sale_id\":381,\"sale_number\":\"HIL-0380\"}','154.73.166.181','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-02-02 17:50:14','2026-02-02 17:50:14'),
(1976,148,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":4,\"new_stock\":3,\"sale_id\":381,\"sale_number\":\"HIL-0380\"}','154.73.166.181','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-02-02 17:50:14','2026-02-02 17:50:14'),
(1977,154,'stock_removed','Removed 2 units - Sale',7,'{\"quantity\":2,\"reason\":\"Sale\",\"previous_stock\":3,\"new_stock\":1,\"sale_id\":381,\"sale_number\":\"HIL-0380\"}','154.73.166.181','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-02-02 17:50:14','2026-02-02 17:50:14'),
(1978,167,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":2,\"new_stock\":1,\"sale_id\":381,\"sale_number\":\"HIL-0380\"}','154.73.166.181','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-02-02 17:50:14','2026-02-02 17:50:14'),
(1979,204,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":4,\"new_stock\":3,\"sale_id\":381,\"sale_number\":\"HIL-0380\"}','154.73.166.181','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-02-02 17:50:14','2026-02-02 17:50:14'),
(1980,241,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":10,\"new_stock\":9,\"sale_id\":381,\"sale_number\":\"HIL-0380\"}','154.73.166.181','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-02-02 17:50:14','2026-02-02 17:50:14'),
(1981,148,'updated','Product updated',7,'{\"description\":{\"old\":\"2x40\\r\\n1x41\\r\\n1x42\\r\\n1x43\\r\\n1x44\\r\\n1x45\",\"new\":null}}','143.105.161.166','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-02-03 06:51:44','2026-02-03 06:51:44'),
(1982,148,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":3,\"new_stock\":2,\"sale_id\":382,\"sale_number\":\"HIL-0381\"}','143.105.161.166','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-02-03 06:54:34','2026-02-03 06:54:34'),
(1983,259,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":11,\"new_stock\":10,\"sale_id\":383,\"sale_number\":\"HIL-0382\"}','143.105.161.166','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-02-03 08:51:07','2026-02-03 08:51:07'),
(1984,259,'updated','Product updated',7,'{\"description\":{\"old\":\"2\\u00d741\\r\\n3\\u00d742\\r\\n3\\u00d743\\r\\n2\\u00d744\\r\\n1\\u00d745\",\"new\":\"2\\u00d741\\r\\n3\\u00d742\\r\\n3\\u00d743\\r\\n1\\u00d744\\r\\n1\\u00d745\"}}','143.105.161.166','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-02-03 08:51:37','2026-02-03 08:51:37'),
(1985,173,'stock_removed','Removed 10 units - Sale',7,'{\"quantity\":10,\"reason\":\"Sale\",\"previous_stock\":138,\"new_stock\":128,\"sale_id\":384,\"sale_number\":\"HIL-0383\"}','143.105.161.166','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-02-03 10:38:33','2026-02-03 10:38:33'),
(1986,165,'stock_removed','Removed 6 units - Transfer from store to market',7,'{\"quantity\":6,\"reason\":\"Transfer from store to market\",\"previous_stock\":6,\"new_stock\":0,\"transfer_type\":\"store_to_market\",\"transferred_by\":7}','143.105.161.166','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-02-03 11:02:47','2026-02-03 11:02:47'),
(1987,167,'stock_added','Added 6 units - Transfer from store to market',7,'{\"quantity\":6,\"reason\":\"Transfer from store to market\",\"previous_stock\":1,\"new_stock\":7,\"transfer_type\":\"store_to_market\",\"from_product_id\":165,\"transferred_by\":7}','143.105.161.166','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-02-03 11:02:47','2026-02-03 11:02:47'),
(1988,228,'stock_removed','Removed 6 units - Transfer from store to market',7,'{\"quantity\":6,\"reason\":\"Transfer from store to market\",\"previous_stock\":6,\"new_stock\":0,\"transfer_type\":\"store_to_market\",\"transferred_by\":7}','143.105.161.166','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-02-03 11:03:17','2026-02-03 11:03:17'),
(1989,239,'stock_added','Added 6 units - Transfer from store to market',7,'{\"quantity\":6,\"reason\":\"Transfer from store to market\",\"previous_stock\":0,\"new_stock\":6,\"transfer_type\":\"store_to_market\",\"from_product_id\":228,\"transferred_by\":7}','143.105.161.166','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-02-03 11:03:17','2026-02-03 11:03:17'),
(1990,231,'stock_removed','Removed 18 units - Transfer from store to market',7,'{\"quantity\":18,\"reason\":\"Transfer from store to market\",\"previous_stock\":18,\"new_stock\":0,\"transfer_type\":\"store_to_market\",\"transferred_by\":7}','143.105.161.166','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-02-03 11:04:12','2026-02-03 11:04:12'),
(1991,245,'stock_added','Added 18 units - Transfer from store to market',7,'{\"quantity\":18,\"reason\":\"Transfer from store to market\",\"previous_stock\":0,\"new_stock\":18,\"transfer_type\":\"store_to_market\",\"from_product_id\":231,\"transferred_by\":7}','143.105.161.166','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-02-03 11:04:12','2026-02-03 11:04:12'),
(1992,34,'stock_removed','Removed 17 units - Transfer from store to market',7,'{\"quantity\":17,\"reason\":\"Transfer from store to market\",\"previous_stock\":17,\"new_stock\":0,\"transfer_type\":\"store_to_market\",\"transferred_by\":7}','143.105.161.166','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-02-03 11:06:07','2026-02-03 11:06:07'),
(1993,266,'created','Product created',7,'{\"name\":\"Hilal-0017\",\"description\":\"2X40\\r\\n3X41\\r\\n3X42\\r\\n4X43\\r\\n3X44\\r\\n2X45\",\"barcode\":\"PRD977884-M2\",\"category_id\":\"2\",\"product_type\":\"market\",\"unit\":\"pcs\",\"cost_price\":\"16500.00\",\"selling_price\":\"18500.00\",\"discount_price\":null,\"image\":\"products\\/1767171019_ZhIOTLVoZe.jpg\",\"expiry_date\":null,\"is_active\":true,\"weight\":null,\"length\":null,\"width\":null,\"height\":null,\"updated_at\":\"2026-02-03T14:06:07.000000Z\",\"created_at\":\"2026-02-03T14:06:07.000000Z\",\"id\":266}','143.105.161.166','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-02-03 11:06:07','2026-02-03 11:06:07'),
(1994,266,'stock_added','Added 17 units - Transfer from store to market',7,'{\"quantity\":17,\"reason\":\"Transfer from store to market\",\"previous_stock\":0,\"new_stock\":17,\"transfer_type\":\"store_to_market\",\"from_product_id\":34,\"transferred_by\":7}','143.105.161.166','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-02-03 11:06:07','2026-02-03 11:06:07'),
(1995,233,'stock_removed','Removed 4 units - Transfer from store to market',7,'{\"quantity\":4,\"reason\":\"Transfer from store to market\",\"previous_stock\":4,\"new_stock\":0,\"transfer_type\":\"store_to_market\",\"transferred_by\":7}','143.105.161.166','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-02-03 11:07:06','2026-02-03 11:07:06'),
(1996,249,'stock_added','Added 4 units - Transfer from store to market',7,'{\"quantity\":4,\"reason\":\"Transfer from store to market\",\"previous_stock\":1,\"new_stock\":5,\"transfer_type\":\"store_to_market\",\"from_product_id\":233,\"transferred_by\":7}','143.105.161.166','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-02-03 11:07:06','2026-02-03 11:07:06'),
(1997,232,'stock_removed','Removed 3 units - Transfer from store to market',7,'{\"quantity\":3,\"reason\":\"Transfer from store to market\",\"previous_stock\":3,\"new_stock\":0,\"transfer_type\":\"store_to_market\",\"transferred_by\":7}','143.105.161.166','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-02-03 11:07:40','2026-02-03 11:07:40'),
(1998,247,'stock_added','Added 3 units - Transfer from store to market',7,'{\"quantity\":3,\"reason\":\"Transfer from store to market\",\"previous_stock\":4,\"new_stock\":7,\"transfer_type\":\"store_to_market\",\"from_product_id\":232,\"transferred_by\":7}','143.105.161.166','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-02-03 11:07:40','2026-02-03 11:07:40'),
(1999,264,'stock_removed','Removed 15 units - Transfer from store to market',7,'{\"quantity\":15,\"reason\":\"Transfer from store to market\",\"previous_stock\":15,\"new_stock\":0,\"transfer_type\":\"store_to_market\",\"transferred_by\":7}','143.105.161.166','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-02-03 11:12:04','2026-02-03 11:12:04'),
(2000,268,'created','Product created',7,'{\"name\":\"Hilal-10G\",\"description\":\"3X41\\r\\n4X42\\r\\n3X43\\r\\n3X44\\r\\n2X45\",\"barcode\":\"PRD208026-M1\",\"category_id\":\"2\",\"product_type\":\"market\",\"unit\":\"pcs\",\"cost_price\":\"16500.00\",\"selling_price\":\"18500.00\",\"discount_price\":null,\"image\":\"products\\/1769859803_VJ2Xq0zOP4.jpeg\",\"expiry_date\":null,\"is_active\":true,\"weight\":null,\"length\":null,\"width\":null,\"height\":null,\"updated_at\":\"2026-02-03T14:12:04.000000Z\",\"created_at\":\"2026-02-03T14:12:04.000000Z\",\"id\":268}','143.105.161.166','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-02-03 11:12:05','2026-02-03 11:12:05'),
(2001,268,'stock_added','Added 15 units - Transfer from store to market',7,'{\"quantity\":15,\"reason\":\"Transfer from store to market\",\"previous_stock\":0,\"new_stock\":15,\"transfer_type\":\"store_to_market\",\"from_product_id\":264,\"transferred_by\":7}','143.105.161.166','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-02-03 11:12:05','2026-02-03 11:12:05'),
(2002,263,'stock_removed','Removed 34 units - Transfer from store to market',7,'{\"quantity\":34,\"reason\":\"Transfer from store to market\",\"previous_stock\":34,\"new_stock\":0,\"transfer_type\":\"store_to_market\",\"transferred_by\":7}','143.105.161.166','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-02-03 11:14:35','2026-02-03 11:14:35'),
(2003,270,'created','Product created',7,'{\"name\":\"HS-CS\",\"description\":\"1X39\\r\\n4X40\\r\\n5X41\\r\\n5X42\\r\\n7X43\\r\\n5X44\\r\\n4X45\\r\\n3X43\",\"barcode\":\"PRD033224-M1\",\"category_id\":\"2\",\"product_type\":\"market\",\"unit\":\"pcs\",\"cost_price\":\"16500.00\",\"selling_price\":\"18500.00\",\"discount_price\":null,\"image\":\"products\\/1769859193_GNd6vR3a8p.jpeg\",\"expiry_date\":null,\"is_active\":true,\"weight\":null,\"length\":null,\"width\":null,\"height\":null,\"updated_at\":\"2026-02-03T14:14:35.000000Z\",\"created_at\":\"2026-02-03T14:14:35.000000Z\",\"id\":270}','143.105.161.166','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-02-03 11:14:35','2026-02-03 11:14:35'),
(2004,270,'stock_added','Added 34 units - Transfer from store to market',7,'{\"quantity\":34,\"reason\":\"Transfer from store to market\",\"previous_stock\":0,\"new_stock\":34,\"transfer_type\":\"store_to_market\",\"from_product_id\":263,\"transferred_by\":7}','143.105.161.166','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-02-03 11:14:35','2026-02-03 11:14:35'),
(2005,13,'stock_removed','Removed 25 units - Transfer from store to market',7,'{\"quantity\":25,\"reason\":\"Transfer from store to market\",\"previous_stock\":25,\"new_stock\":0,\"transfer_type\":\"store_to_market\",\"transferred_by\":7}','143.105.161.166','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-02-03 11:21:36','2026-02-03 11:21:36'),
(2006,272,'created','Product created',7,'{\"name\":\"Hilal-8S\",\"description\":\"1X40\\r\\n6X41\\r\\n4X42\\r\\n6X43\\r\\n4X44\\r\\n4X45\",\"barcode\":\"PRD403870-M2\",\"category_id\":\"2\",\"product_type\":\"market\",\"unit\":\"pcs\",\"cost_price\":\"16500.00\",\"selling_price\":\"18500.00\",\"discount_price\":null,\"image\":\"products\\/1766045876_FUN43W62QS.jpg\",\"expiry_date\":null,\"is_active\":true,\"weight\":null,\"length\":null,\"width\":null,\"height\":null,\"updated_at\":\"2026-02-03T14:21:36.000000Z\",\"created_at\":\"2026-02-03T14:21:36.000000Z\",\"id\":272}','143.105.161.166','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-02-03 11:21:36','2026-02-03 11:21:36'),
(2007,272,'stock_added','Added 25 units - Transfer from store to market',7,'{\"quantity\":25,\"reason\":\"Transfer from store to market\",\"previous_stock\":0,\"new_stock\":25,\"transfer_type\":\"store_to_market\",\"from_product_id\":13,\"transferred_by\":7}','143.105.161.166','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-02-03 11:21:36','2026-02-03 11:21:36'),
(2008,243,'updated','Product updated',7,'{\"description\":{\"old\":\"1\\u00d742\\r\\n2\\u00d743\\r\\n1\\u00d744\",\"new\":\"1\\u00d742\\r\\n1\\u00d743\"}}','143.105.161.166','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-02-03 11:51:40','2026-02-03 11:51:40'),
(2009,243,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":4,\"new_stock\":3,\"sale_id\":385,\"sale_number\":\"HIL-0384\"}','143.105.161.166','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-02-03 11:52:09','2026-02-03 11:52:09'),
(2010,217,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":5,\"new_stock\":4,\"sale_id\":386,\"sale_number\":\"HIL-0385\"}','143.105.161.166','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-02-03 11:55:19','2026-02-03 11:55:19'),
(2011,268,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":15,\"new_stock\":14,\"sale_id\":386,\"sale_number\":\"HIL-0385\"}','143.105.161.166','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-02-03 11:55:19','2026-02-03 11:55:19'),
(2012,272,'updated','Product updated',7,'{\"description\":{\"old\":\"1X40\\r\\n6X41\\r\\n4X42\\r\\n6X43\\r\\n4X44\\r\\n4X45\",\"new\":\"1X40\\r\\n6X41\\r\\n4X42\\r\\n6X43\\r\\n3X44\\r\\n4X45\"}}','143.105.161.166','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-02-03 11:56:55','2026-02-03 11:56:55'),
(2013,272,'stock_removed','Removed 1 units - Sale return',7,'{\"quantity\":1,\"reason\":\"Sale return\",\"previous_stock\":25,\"new_stock\":24,\"notes\":\"Fatime Abdelrahim\"}','143.105.161.166','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-02-03 11:57:18','2026-02-03 11:57:18'),
(2014,262,'stock_removed','Removed 11 units - Transfer from store to market',7,'{\"quantity\":11,\"reason\":\"Transfer from store to market\",\"previous_stock\":18,\"new_stock\":7,\"transfer_type\":\"store_to_market\",\"transferred_by\":7}','143.105.161.166','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-02-03 12:07:10','2026-02-03 12:07:10'),
(2015,274,'created','Product created',7,'{\"name\":\"HS-2011B\",\"description\":\"1X39\\r\\n2X40\\r\\n3X41\\r\\n4X42\\r\\n1X43\\r\\n4X44\\r\\n3X45\",\"barcode\":\"PRD235574-M1\",\"category_id\":\"2\",\"product_type\":\"market\",\"unit\":\"pcs\",\"cost_price\":\"16500.00\",\"selling_price\":\"18500.00\",\"discount_price\":null,\"image\":\"products\\/1769853538_FKVSVxRPlO.jpeg\",\"expiry_date\":null,\"is_active\":true,\"weight\":null,\"length\":null,\"width\":null,\"height\":null,\"updated_at\":\"2026-02-03T15:07:10.000000Z\",\"created_at\":\"2026-02-03T15:07:10.000000Z\",\"id\":274}','143.105.161.166','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-02-03 12:07:10','2026-02-03 12:07:10'),
(2016,274,'stock_added','Added 11 units - Transfer from store to market',7,'{\"quantity\":11,\"reason\":\"Transfer from store to market\",\"previous_stock\":0,\"new_stock\":11,\"transfer_type\":\"store_to_market\",\"from_product_id\":262,\"transferred_by\":7}','143.105.161.166','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-02-03 12:07:10','2026-02-03 12:07:10'),
(2017,272,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":24,\"new_stock\":23,\"sale_id\":387,\"sale_number\":\"HIL-0386\"}','143.105.161.166','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-02-03 12:33:08','2026-02-03 12:33:08'),
(2018,15,'stock_removed','Removed 56 units - Transfer from store to market',7,'{\"quantity\":56,\"reason\":\"Transfer from store to market\",\"previous_stock\":56,\"new_stock\":0,\"transfer_type\":\"store_to_market\",\"transferred_by\":7}','143.105.161.166','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-02-03 13:00:43','2026-02-03 13:00:43'),
(2019,63,'stock_added','Added 56 units - Transfer from store to market',7,'{\"quantity\":56,\"reason\":\"Transfer from store to market\",\"previous_stock\":0,\"new_stock\":56,\"transfer_type\":\"store_to_market\",\"from_product_id\":15,\"transferred_by\":7}','143.105.161.166','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-02-03 13:00:43','2026-02-03 13:00:43'),
(2020,239,'status_changed','Product activated',7,'{\"old_status\":false,\"new_status\":true}','143.105.161.166','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-02-03 13:06:38','2026-02-03 13:06:38'),
(2021,63,'status_changed','Product activated',7,'{\"old_status\":false,\"new_status\":true}','143.105.161.166','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-02-03 13:06:56','2026-02-03 13:06:56'),
(2022,63,'stock_removed','Removed 11 units - Sale',7,'{\"quantity\":11,\"reason\":\"Sale\",\"previous_stock\":56,\"new_stock\":45,\"sale_id\":388,\"sale_number\":\"HIL-0387\"}','143.105.161.166','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-02-03 13:10:12','2026-02-03 13:10:12'),
(2023,107,'stock_removed','Removed 3 units - Sale',7,'{\"quantity\":3,\"reason\":\"Sale\",\"previous_stock\":27,\"new_stock\":24,\"sale_id\":388,\"sale_number\":\"HIL-0387\"}','143.105.161.166','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-02-03 13:10:12','2026-02-03 13:10:12'),
(2024,124,'stock_removed','Removed 3 units - Sale',7,'{\"quantity\":3,\"reason\":\"Sale\",\"previous_stock\":15,\"new_stock\":12,\"sale_id\":388,\"sale_number\":\"HIL-0387\"}','143.105.161.166','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-02-03 13:10:12','2026-02-03 13:10:12'),
(2025,184,'stock_removed','Removed 3 units - Sale',7,'{\"quantity\":3,\"reason\":\"Sale\",\"previous_stock\":33,\"new_stock\":30,\"sale_id\":388,\"sale_number\":\"HIL-0387\"}','143.105.161.166','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-02-03 13:10:12','2026-02-03 13:10:12'),
(2026,204,'stock_removed','Removed 2 units - Sale',7,'{\"quantity\":2,\"reason\":\"Sale\",\"previous_stock\":3,\"new_stock\":1,\"sale_id\":388,\"sale_number\":\"HIL-0387\"}','143.105.161.166','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-02-03 13:10:12','2026-02-03 13:10:12'),
(2027,235,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":9,\"new_stock\":8,\"sale_id\":388,\"sale_number\":\"HIL-0387\"}','143.105.161.166','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-02-03 13:10:12','2026-02-03 13:10:12'),
(2028,239,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":6,\"new_stock\":5,\"sale_id\":388,\"sale_number\":\"HIL-0387\"}','143.105.161.166','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-02-03 13:10:12','2026-02-03 13:10:12'),
(2029,247,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":7,\"new_stock\":6,\"sale_id\":388,\"sale_number\":\"HIL-0387\"}','143.105.161.166','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-02-03 13:10:12','2026-02-03 13:10:12'),
(2030,249,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":5,\"new_stock\":4,\"sale_id\":388,\"sale_number\":\"HIL-0387\"}','143.105.161.166','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-02-03 13:10:12','2026-02-03 13:10:12'),
(2031,268,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":14,\"new_stock\":13,\"sale_id\":388,\"sale_number\":\"HIL-0387\"}','143.105.161.166','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-02-03 13:10:12','2026-02-03 13:10:12'),
(2032,274,'stock_removed','Removed 2 units - Sale',7,'{\"quantity\":2,\"reason\":\"Sale\",\"previous_stock\":11,\"new_stock\":9,\"sale_id\":388,\"sale_number\":\"HIL-0387\"}','143.105.161.166','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-02-03 13:10:12','2026-02-03 13:10:12'),
(2033,247,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":6,\"new_stock\":5,\"sale_id\":389,\"sale_number\":\"HIL-0388\"}','143.105.161.197','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-02-04 07:33:28','2026-02-04 07:33:28'),
(2034,274,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":9,\"new_stock\":8,\"sale_id\":390,\"sale_number\":\"HIL-0389\"}','143.105.161.197','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-02-04 08:40:16','2026-02-04 08:40:16'),
(2035,247,'stock_added','Added 1 units - Sale cancelled/refunded',7,'{\"quantity\":1,\"reason\":\"Sale return\",\"previous_stock\":5,\"new_stock\":6,\"sale_id\":389,\"sale_number\":\"HIL-0388\"}','143.105.161.197','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-02-04 08:53:21','2026-02-04 08:53:21'),
(2036,126,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":21,\"new_stock\":20,\"sale_id\":391,\"sale_number\":\"HIL-0390\"}','143.105.161.197','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-02-04 08:54:14','2026-02-04 08:54:14'),
(2037,268,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":13,\"new_stock\":12,\"sale_id\":392,\"sale_number\":\"HIL-0391\"}','143.105.161.197','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-02-04 08:54:35','2026-02-04 08:54:35'),
(2038,79,'stock_added','Added 20 units - Adjustment - Count correction',7,'{\"quantity\":20,\"reason\":\"Adjustment - Count correction\",\"previous_stock\":0,\"new_stock\":20,\"notes\":null}','143.105.161.197','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-02-04 09:06:08','2026-02-04 09:06:08'),
(2039,79,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":20,\"new_stock\":19,\"sale_id\":393,\"sale_number\":\"HIL-0392\"}','143.105.161.197','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-02-04 09:07:00','2026-02-04 09:07:00'),
(2040,259,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":10,\"new_stock\":9,\"sale_id\":393,\"sale_number\":\"HIL-0392\"}','143.105.161.197','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-02-04 09:07:00','2026-02-04 09:07:00'),
(2041,154,'updated','Product updated',7,'{\"description\":{\"old\":\"1x40\\r\\n1x41\\r\\n1x42\\r\\n2x43\",\"new\":null}}','143.105.161.197','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-02-04 09:14:18','2026-02-04 09:14:18'),
(2042,148,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":2,\"new_stock\":1,\"sale_id\":394,\"sale_number\":\"HIL-0393\"}','143.105.161.197','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-02-04 09:22:05','2026-02-04 09:22:05'),
(2043,241,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":9,\"new_stock\":8,\"sale_id\":394,\"sale_number\":\"HIL-0393\"}','143.105.161.197','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-02-04 09:22:05','2026-02-04 09:22:05'),
(2044,257,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":7,\"new_stock\":6,\"sale_id\":395,\"sale_number\":\"HIL-0394\"}','143.105.161.197','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-02-04 09:51:33','2026-02-04 09:51:33'),
(2045,201,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":4,\"new_stock\":3,\"sale_id\":396,\"sale_number\":\"HIL-0395\"}','143.105.161.197','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-02-04 10:34:36','2026-02-04 10:34:36'),
(2046,130,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":1,\"new_stock\":0,\"sale_id\":397,\"sale_number\":\"HIL-0396\"}','143.105.161.160','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-02-04 11:32:41','2026-02-04 11:32:41'),
(2047,8,'stock_removed','Removed 5 units - Sale',7,'{\"quantity\":5,\"reason\":\"Sale\",\"previous_stock\":441,\"new_stock\":436,\"sale_id\":398,\"sale_number\":\"HIL-0397\"}','143.105.161.160','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-02-04 12:08:02','2026-02-04 12:08:02'),
(2048,237,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":5,\"new_stock\":4,\"sale_id\":399,\"sale_number\":\"HIL-0398\"}','143.105.161.160','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-02-04 12:08:34','2026-02-04 12:08:34'),
(2049,184,'stock_removed','Removed 3 units - Sale',7,'{\"quantity\":3,\"reason\":\"Sale\",\"previous_stock\":30,\"new_stock\":27,\"sale_id\":400,\"sale_number\":\"HIL-0399\"}','154.73.161.69','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-02-04 14:39:45','2026-02-04 14:39:45'),
(2050,262,'stock_removed','Removed 7 units - Transfer from store to market',7,'{\"quantity\":7,\"reason\":\"Transfer from store to market\",\"previous_stock\":7,\"new_stock\":0,\"transfer_type\":\"store_to_market\",\"transferred_by\":7}','154.73.166.122','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-02-05 03:37:13','2026-02-05 03:37:13'),
(2051,274,'stock_added','Added 7 units - Transfer from store to market',7,'{\"quantity\":7,\"reason\":\"Transfer from store to market\",\"previous_stock\":8,\"new_stock\":15,\"transfer_type\":\"store_to_market\",\"from_product_id\":262,\"transferred_by\":7}','154.73.166.122','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-02-05 03:37:14','2026-02-05 03:37:14'),
(2052,226,'stock_removed','Removed 2 units - Adjustment - Count correction',7,'{\"quantity\":2,\"reason\":\"Adjustment - Count correction\",\"previous_stock\":2,\"new_stock\":0,\"notes\":null}','154.73.166.122','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-02-05 03:38:17','2026-02-05 03:38:17'),
(2053,195,'stock_removed','Removed 1 units - Adjustment - Count correction',7,'{\"quantity\":1,\"reason\":\"Adjustment - Count correction\",\"previous_stock\":1,\"new_stock\":0,\"notes\":null}','154.73.166.122','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-02-05 03:39:24','2026-02-05 03:39:24'),
(2054,171,'stock_removed','Removed 10 units - Adjustment - Count correction',7,'{\"quantity\":10,\"reason\":\"Adjustment - Count correction\",\"previous_stock\":10,\"new_stock\":0,\"notes\":null}','154.73.166.122','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-02-05 03:39:46','2026-02-05 03:39:46'),
(2055,251,'stock_removed','Removed 2 units - Sale',7,'{\"quantity\":2,\"reason\":\"Sale\",\"previous_stock\":5,\"new_stock\":3,\"sale_id\":401,\"sale_number\":\"HIL-0400\"}','143.105.161.115','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-02-05 06:31:00','2026-02-05 06:31:00'),
(2056,253,'stock_removed','Removed 3 units - Sale',7,'{\"quantity\":3,\"reason\":\"Sale\",\"previous_stock\":11,\"new_stock\":8,\"sale_id\":401,\"sale_number\":\"HIL-0400\"}','143.105.161.115','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-02-05 06:31:00','2026-02-05 06:31:00'),
(2057,259,'stock_removed','Removed 5 units - Sale',7,'{\"quantity\":5,\"reason\":\"Sale\",\"previous_stock\":9,\"new_stock\":4,\"sale_id\":401,\"sale_number\":\"HIL-0400\"}','143.105.161.115','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-02-05 06:31:00','2026-02-05 06:31:00'),
(2058,134,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":2,\"new_stock\":1,\"sale_id\":402,\"sale_number\":\"HIL-0401\"}','143.105.161.115','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-02-05 06:39:23','2026-02-05 06:39:23'),
(2059,274,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":15,\"new_stock\":14,\"sale_id\":402,\"sale_number\":\"HIL-0401\"}','143.105.161.115','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-02-05 06:39:23','2026-02-05 06:39:23'),
(2060,268,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":12,\"new_stock\":11,\"sale_id\":403,\"sale_number\":\"HIL-0402\"}','143.105.161.115','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-02-05 07:09:25','2026-02-05 07:09:25'),
(2061,150,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":10,\"new_stock\":9,\"sale_id\":404,\"sale_number\":\"HIL-0403\"}','143.105.161.115','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-02-05 09:08:54','2026-02-05 09:08:54'),
(2062,107,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":24,\"new_stock\":23,\"sale_id\":405,\"sale_number\":\"HIL-0404\"}','143.105.161.115','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-02-05 11:01:17','2026-02-05 11:01:17'),
(2063,87,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":16,\"new_stock\":15,\"sale_id\":406,\"sale_number\":\"HIL-0405\"}','143.105.161.115','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-02-05 11:15:55','2026-02-05 11:15:55'),
(2064,247,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":6,\"new_stock\":5,\"sale_id\":407,\"sale_number\":\"HIL-0406\"}','143.105.161.115','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-02-05 13:16:01','2026-02-05 13:16:01'),
(2065,268,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":11,\"new_stock\":10,\"sale_id\":408,\"sale_number\":\"HIL-0407\"}','154.73.166.150','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-02-06 05:07:15','2026-02-06 05:07:15'),
(2066,274,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":14,\"new_stock\":13,\"sale_id\":409,\"sale_number\":\"HIL-0408\"}','143.105.161.241','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-02-06 07:16:37','2026-02-06 07:16:37'),
(2067,270,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":34,\"new_stock\":33,\"sale_id\":410,\"sale_number\":\"HIL-0409\"}','143.105.161.241','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-02-06 07:16:56','2026-02-06 07:16:56'),
(2068,8,'stock_removed','Removed 4 units - Sale',7,'{\"quantity\":4,\"reason\":\"Sale\",\"previous_stock\":436,\"new_stock\":432,\"sale_id\":411,\"sale_number\":\"HIL-0410\"}','143.105.161.241','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-02-06 07:17:19','2026-02-06 07:17:19'),
(2069,270,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":33,\"new_stock\":32,\"sale_id\":412,\"sale_number\":\"HIL-0411\"}','143.105.161.241','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-02-06 07:25:57','2026-02-06 07:25:57'),
(2070,107,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":23,\"new_stock\":22,\"sale_id\":413,\"sale_number\":\"HIL-0412\"}','143.105.161.241','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-02-06 09:07:23','2026-02-06 09:07:23'),
(2071,215,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":5,\"new_stock\":4,\"sale_id\":414,\"sale_number\":\"HIL-0413\"}','143.105.161.241','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-02-06 09:07:56','2026-02-06 09:07:56'),
(2072,190,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":2,\"new_stock\":1,\"sale_id\":415,\"sale_number\":\"HIL-0414\"}','143.105.161.241','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-02-06 09:52:12','2026-02-06 09:52:12'),
(2073,251,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":3,\"new_stock\":2,\"sale_id\":415,\"sale_number\":\"HIL-0414\"}','143.105.161.241','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-02-06 09:52:12','2026-02-06 09:52:12'),
(2074,213,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":5,\"new_stock\":4,\"sale_id\":416,\"sale_number\":\"HIL-0415\"}','143.105.161.241','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-02-06 10:47:14','2026-02-06 10:47:14'),
(2075,213,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":4,\"new_stock\":3,\"sale_id\":417,\"sale_number\":\"HIL-0416\"}','143.105.161.241','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-02-06 10:52:04','2026-02-06 10:52:04'),
(2076,270,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":32,\"new_stock\":31,\"sale_id\":417,\"sale_number\":\"HIL-0416\"}','143.105.161.241','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-02-06 10:52:04','2026-02-06 10:52:04'),
(2077,184,'stock_removed','Removed 2 units - Sale',7,'{\"quantity\":2,\"reason\":\"Sale\",\"previous_stock\":27,\"new_stock\":25,\"sale_id\":418,\"sale_number\":\"HIL-0417\"}','143.105.161.241','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-02-06 11:30:24','2026-02-06 11:30:24'),
(2078,235,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":8,\"new_stock\":7,\"sale_id\":418,\"sale_number\":\"HIL-0417\"}','143.105.161.241','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-02-06 11:30:24','2026-02-06 11:30:24'),
(2079,270,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":31,\"new_stock\":30,\"sale_id\":418,\"sale_number\":\"HIL-0417\"}','143.105.161.241','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-02-06 11:30:24','2026-02-06 11:30:24'),
(2080,81,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":5,\"new_stock\":4,\"sale_id\":419,\"sale_number\":\"HIL-0418\"}','143.105.161.241','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-02-06 12:21:38','2026-02-06 12:21:38'),
(2081,126,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":20,\"new_stock\":19,\"sale_id\":420,\"sale_number\":\"HIL-0419\"}','143.105.161.241','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-02-06 12:22:51','2026-02-06 12:22:51'),
(2082,251,'stock_added','Added 1 units - Sale return',7,'{\"quantity\":1,\"reason\":\"Sale return\",\"previous_stock\":2,\"new_stock\":3,\"notes\":null}','143.105.161.241','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-02-06 12:32:49','2026-02-06 12:32:49'),
(2083,259,'stock_added','Added 1 units - Sale return',7,'{\"quantity\":1,\"reason\":\"Sale return\",\"previous_stock\":4,\"new_stock\":5,\"notes\":null}','143.105.161.241','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-02-06 12:33:18','2026-02-06 12:33:18'),
(2084,213,'stock_added','Added 4 units - Sale return',7,'{\"quantity\":4,\"reason\":\"Sale return\",\"previous_stock\":3,\"new_stock\":7,\"notes\":null}','143.105.161.241','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-02-06 12:33:46','2026-02-06 12:33:46'),
(2085,184,'stock_added','Added 1 units - Sale return',7,'{\"quantity\":1,\"reason\":\"Sale return\",\"previous_stock\":25,\"new_stock\":26,\"notes\":null}','143.105.161.241','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-02-06 12:34:41','2026-02-06 12:34:41'),
(2086,144,'stock_added','Added 2 units - Sale return',7,'{\"quantity\":2,\"reason\":\"Sale return\",\"previous_stock\":1,\"new_stock\":3,\"notes\":null}','143.105.161.241','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-02-06 12:35:20','2026-02-06 12:35:20'),
(2087,144,'updated','Product updated',7,'{\"description\":{\"old\":\"1x39\",\"new\":\"1x39\\r\\n2x44\"}}','143.105.161.241','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-02-06 12:35:38','2026-02-06 12:35:38'),
(2088,107,'stock_added','Added 1 units - Sale return',7,'{\"quantity\":1,\"reason\":\"Sale return\",\"previous_stock\":22,\"new_stock\":23,\"notes\":null}','143.105.161.241','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-02-06 12:35:58','2026-02-06 12:35:58'),
(2089,274,'stock_removed','Removed 1 units - Sale return',7,'{\"quantity\":1,\"reason\":\"Sale return\",\"previous_stock\":13,\"new_stock\":12,\"notes\":null}','143.105.161.241','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-02-06 12:38:19','2026-02-06 12:38:19'),
(2090,247,'stock_removed','Removed 1 units - Sale return',7,'{\"quantity\":1,\"reason\":\"Sale return\",\"previous_stock\":5,\"new_stock\":4,\"notes\":null}','143.105.161.241','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-02-06 12:38:54','2026-02-06 12:38:54'),
(2091,243,'stock_removed','Removed 1 units - Sale return',7,'{\"quantity\":1,\"reason\":\"Sale return\",\"previous_stock\":3,\"new_stock\":2,\"notes\":null}','143.105.161.241','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-02-06 12:39:09','2026-02-06 12:39:09'),
(2092,146,'stock_removed','Removed 2 units - Sale return',7,'{\"quantity\":2,\"reason\":\"Sale return\",\"previous_stock\":13,\"new_stock\":11,\"notes\":null}','143.105.161.241','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-02-06 12:39:52','2026-02-06 12:39:52'),
(2093,69,'stock_removed','Removed 1 units - Sale return',7,'{\"quantity\":1,\"reason\":\"Sale return\",\"previous_stock\":4,\"new_stock\":3,\"notes\":null}','143.105.161.241','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-02-06 12:40:45','2026-02-06 12:40:45'),
(2094,53,'stock_removed','Removed 1 units - Sale return',7,'{\"quantity\":1,\"reason\":\"Sale return\",\"previous_stock\":6,\"new_stock\":5,\"notes\":null}','143.105.161.241','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-02-06 12:41:03','2026-02-06 12:41:03'),
(2095,47,'stock_removed','Removed 1 units - Sale return',7,'{\"quantity\":1,\"reason\":\"Sale return\",\"previous_stock\":19,\"new_stock\":18,\"notes\":null}','143.105.161.241','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-02-06 12:41:40','2026-02-06 12:41:40'),
(2096,245,'status_changed','Product activated',7,'{\"old_status\":false,\"new_status\":true}','143.105.161.241','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-02-06 12:45:55','2026-02-06 12:45:55'),
(2097,245,'updated','Product updated',7,'{\"image\":{\"old\":\"products\\/1769513954_5rNWTeNsqm.jpeg\",\"new\":\"products\\/1770392790_1daYp0gxXH.jpg\"}}','143.105.161.241','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-02-06 12:46:31','2026-02-06 12:46:31'),
(2098,245,'stock_removed','Removed 1 units - Sale return',7,'{\"quantity\":1,\"reason\":\"Sale return\",\"previous_stock\":18,\"new_stock\":17,\"notes\":null}','143.105.161.241','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-02-06 12:46:49','2026-02-06 12:46:49'),
(2099,275,'created','Product created',4,'{\"name\":\"KS-1\",\"description\":null,\"barcode\":\"PRD070888\",\"category_id\":\"3\",\"product_type\":\"store\",\"unit\":\"pcs\",\"cost_price\":\"16500.00\",\"selling_price\":\"18000.00\",\"image\":\"products\\/1770455429_KXMRs03k08.jpeg\",\"expiry_date\":null,\"is_active\":true,\"alert_quantity\":1,\"weight\":null,\"length\":null,\"width\":null,\"height\":null,\"updated_at\":\"2026-02-07T09:10:30.000000Z\",\"created_at\":\"2026-02-07T09:10:30.000000Z\",\"id\":275}','31.223.48.235','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36','2026-02-07 06:10:30','2026-02-07 06:10:30'),
(2100,275,'stock_added','Added 6 units - Initial stock',4,'{\"quantity\":6,\"reason\":\"Initial stock\",\"previous_stock\":0,\"new_stock\":6,\"notes\":\"Product creation\"}','31.223.48.235','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36','2026-02-07 06:10:30','2026-02-07 06:10:30'),
(2101,276,'created','Product created',4,'{\"name\":\"HZ-C\",\"description\":null,\"barcode\":\"PRD305039\",\"category_id\":\"2\",\"product_type\":\"store\",\"unit\":\"pcs\",\"cost_price\":\"16500.00\",\"selling_price\":\"18000.00\",\"image\":\"products\\/1770455576_ej7m6rPQgy.jpeg\",\"expiry_date\":null,\"is_active\":true,\"alert_quantity\":1,\"weight\":null,\"length\":null,\"width\":null,\"height\":null,\"updated_at\":\"2026-02-07T09:12:56.000000Z\",\"created_at\":\"2026-02-07T09:12:56.000000Z\",\"id\":276}','31.223.48.235','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36','2026-02-07 06:12:56','2026-02-07 06:12:56'),
(2102,276,'stock_added','Added 10 units - Initial stock',4,'{\"quantity\":10,\"reason\":\"Initial stock\",\"previous_stock\":0,\"new_stock\":10,\"notes\":\"Product creation\"}','31.223.48.235','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36','2026-02-07 06:12:56','2026-02-07 06:12:56'),
(2103,277,'created','Product created',4,'{\"name\":\"HZ-\\u00c7\",\"description\":null,\"barcode\":\"PRD638156\",\"category_id\":\"2\",\"product_type\":\"store\",\"unit\":\"pcs\",\"cost_price\":\"16500.00\",\"selling_price\":\"18000.00\",\"image\":\"products\\/1770455677_EvuEDlwr5k.jpeg\",\"expiry_date\":null,\"is_active\":true,\"alert_quantity\":1,\"weight\":null,\"length\":null,\"width\":null,\"height\":null,\"updated_at\":\"2026-02-07T09:14:37.000000Z\",\"created_at\":\"2026-02-07T09:14:37.000000Z\",\"id\":277}','31.223.48.235','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36','2026-02-07 06:14:37','2026-02-07 06:14:37'),
(2104,277,'stock_added','Added 8 units - Initial stock',4,'{\"quantity\":8,\"reason\":\"Initial stock\",\"previous_stock\":0,\"new_stock\":8,\"notes\":\"Product creation\"}','31.223.48.235','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36','2026-02-07 06:14:37','2026-02-07 06:14:37'),
(2105,150,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":9,\"new_stock\":8,\"sale_id\":421,\"sale_number\":\"HIL-0420\"}','154.73.166.126','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-02-07 06:16:12','2026-02-07 06:16:12'),
(2106,278,'created','Product created',4,'{\"name\":\"HZ-SB\",\"description\":null,\"barcode\":\"PRD188578\",\"category_id\":\"2\",\"product_type\":\"store\",\"unit\":\"pcs\",\"cost_price\":\"16500.00\",\"selling_price\":\"18000.00\",\"image\":\"products\\/1770455772_R2yazH9539.jpeg\",\"expiry_date\":null,\"is_active\":true,\"alert_quantity\":1,\"weight\":null,\"length\":null,\"width\":null,\"height\":null,\"updated_at\":\"2026-02-07T09:16:12.000000Z\",\"created_at\":\"2026-02-07T09:16:12.000000Z\",\"id\":278}','31.223.48.235','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36','2026-02-07 06:16:12','2026-02-07 06:16:12'),
(2107,278,'stock_added','Added 10 units - Initial stock',4,'{\"quantity\":10,\"reason\":\"Initial stock\",\"previous_stock\":0,\"new_stock\":10,\"notes\":\"Product creation\"}','31.223.48.235','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36','2026-02-07 06:16:12','2026-02-07 06:16:12'),
(2108,276,'updated','Product updated',4,'{\"name\":{\"old\":\"HZ-C\",\"new\":\"HZ-T\"}}','31.223.48.235','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36','2026-02-07 06:17:13','2026-02-07 06:17:13'),
(2109,8,'stock_removed','Removed 5 units - Sale',7,'{\"quantity\":5,\"reason\":\"Sale\",\"previous_stock\":432,\"new_stock\":427,\"sale_id\":422,\"sale_number\":\"HIL-0421\"}','154.73.166.126','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-02-07 06:18:00','2026-02-07 06:18:00'),
(2110,170,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":1,\"new_stock\":0,\"sale_id\":422,\"sale_number\":\"HIL-0421\"}','154.73.166.126','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-02-07 06:18:00','2026-02-07 06:18:00'),
(2111,173,'stock_removed','Removed 3 units - Sale',7,'{\"quantity\":3,\"reason\":\"Sale\",\"previous_stock\":128,\"new_stock\":125,\"sale_id\":422,\"sale_number\":\"HIL-0421\"}','154.73.166.126','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-02-07 06:18:00','2026-02-07 06:18:00'),
(2112,270,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":30,\"new_stock\":29,\"sale_id\":422,\"sale_number\":\"HIL-0421\"}','154.73.166.126','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-02-07 06:18:00','2026-02-07 06:18:00'),
(2113,8,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":427,\"new_stock\":426,\"sale_id\":423,\"sale_number\":\"HIL-0422\"}','154.73.166.126','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-02-07 06:18:31','2026-02-07 06:18:31'),
(2114,264,'price_changed','Product pricing updated',4,'{\"old_prices\":{\"cost_price\":\"16500.00\",\"selling_price\":\"18500.00\",\"discount_price\":null},\"new_prices\":{\"cost_price\":\"16500.00\",\"selling_price\":\"18000.00\",\"discount_price\":null}}','31.223.48.235','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36','2026-02-07 06:18:46','2026-02-07 06:18:46'),
(2115,264,'updated','Product updated',4,'{\"description\":{\"old\":\"3X41\\r\\n4X42\\r\\n3X43\\r\\n3X44\\r\\n2X45\",\"new\":null},\"selling_price\":{\"old\":\"18500.00\",\"new\":\"18000\"}}','31.223.48.235','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36','2026-02-07 06:18:46','2026-02-07 06:18:46'),
(2116,264,'stock_added','Added 10 units - Manual adjustment',4,'{\"quantity\":10,\"reason\":\"Manual adjustment\",\"previous_stock\":0,\"new_stock\":10,\"notes\":null}','31.223.48.235','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36','2026-02-07 06:19:06','2026-02-07 06:19:06'),
(2117,262,'status_changed','Product deactivated',4,'{\"old_status\":true,\"new_status\":false}','31.223.48.235','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36','2026-02-07 06:20:10','2026-02-07 06:20:10'),
(2118,262,'status_changed','Product activated',4,'{\"old_status\":false,\"new_status\":true}','31.223.48.235','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36','2026-02-07 06:20:41','2026-02-07 06:20:41'),
(2119,262,'stock_added','Added 10 units - Manual adjustment',4,'{\"quantity\":10,\"reason\":\"Manual adjustment\",\"previous_stock\":0,\"new_stock\":10,\"notes\":null}','31.223.48.235','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36','2026-02-07 06:21:31','2026-02-07 06:21:31'),
(2120,262,'price_changed','Product pricing updated',4,'{\"old_prices\":{\"cost_price\":\"16500.00\",\"selling_price\":\"18500.00\",\"discount_price\":null},\"new_prices\":{\"cost_price\":\"16500.00\",\"selling_price\":\"18000.00\",\"discount_price\":null}}','31.223.48.235','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36','2026-02-07 06:22:00','2026-02-07 06:22:00'),
(2121,262,'updated','Product updated',4,'{\"selling_price\":{\"old\":\"18500.00\",\"new\":\"18000\"}}','31.223.48.235','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36','2026-02-07 06:22:00','2026-02-07 06:22:00'),
(2122,231,'stock_added','Added 5 units - Manual adjustment',4,'{\"quantity\":5,\"reason\":\"Manual adjustment\",\"previous_stock\":0,\"new_stock\":5,\"notes\":null}','31.223.48.235','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36','2026-02-07 06:23:46','2026-02-07 06:23:46'),
(2123,278,'price_changed','Product pricing updated',4,'{\"old_prices\":{\"cost_price\":\"16500.00\",\"selling_price\":\"18000.00\",\"discount_price\":null},\"new_prices\":{\"cost_price\":\"16500.00\",\"selling_price\":\"18500.00\",\"discount_price\":null}}','31.223.48.235','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36','2026-02-07 06:24:04','2026-02-07 06:24:04'),
(2124,278,'updated','Product updated',4,'{\"selling_price\":{\"old\":\"18000.00\",\"new\":\"18500\"}}','31.223.48.235','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36','2026-02-07 06:24:04','2026-02-07 06:24:04'),
(2125,277,'price_changed','Product pricing updated',4,'{\"old_prices\":{\"cost_price\":\"16500.00\",\"selling_price\":\"18000.00\",\"discount_price\":null},\"new_prices\":{\"cost_price\":\"16500.00\",\"selling_price\":\"18500.00\",\"discount_price\":null}}','31.223.48.235','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36','2026-02-07 06:24:28','2026-02-07 06:24:28'),
(2126,277,'updated','Product updated',4,'{\"selling_price\":{\"old\":\"18000.00\",\"new\":\"18500\"}}','31.223.48.235','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36','2026-02-07 06:24:28','2026-02-07 06:24:28'),
(2127,276,'price_changed','Product pricing updated',4,'{\"old_prices\":{\"cost_price\":\"16500.00\",\"selling_price\":\"18000.00\",\"discount_price\":null},\"new_prices\":{\"cost_price\":\"16500.00\",\"selling_price\":\"18500.00\",\"discount_price\":null}}','31.223.48.235','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36','2026-02-07 06:24:52','2026-02-07 06:24:52'),
(2128,276,'updated','Product updated',4,'{\"selling_price\":{\"old\":\"18000.00\",\"new\":\"18500\"}}','31.223.48.235','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36','2026-02-07 06:24:52','2026-02-07 06:24:52'),
(2129,275,'price_changed','Product pricing updated',4,'{\"old_prices\":{\"cost_price\":\"16500.00\",\"selling_price\":\"18000.00\",\"discount_price\":null},\"new_prices\":{\"cost_price\":\"16500.00\",\"selling_price\":\"18500.00\",\"discount_price\":null}}','31.223.48.235','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36','2026-02-07 06:25:24','2026-02-07 06:25:24'),
(2130,275,'updated','Product updated',4,'{\"selling_price\":{\"old\":\"18000.00\",\"new\":\"18500\"}}','31.223.48.235','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36','2026-02-07 06:25:24','2026-02-07 06:25:24'),
(2131,264,'price_changed','Product pricing updated',4,'{\"old_prices\":{\"cost_price\":\"16500.00\",\"selling_price\":\"18000.00\",\"discount_price\":null},\"new_prices\":{\"cost_price\":\"16500.00\",\"selling_price\":\"18500.00\",\"discount_price\":null}}','31.223.48.235','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36','2026-02-07 06:25:55','2026-02-07 06:25:55'),
(2132,264,'updated','Product updated',4,'{\"selling_price\":{\"old\":\"18000.00\",\"new\":\"18500\"}}','31.223.48.235','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36','2026-02-07 06:25:55','2026-02-07 06:25:55'),
(2133,262,'price_changed','Product pricing updated',4,'{\"old_prices\":{\"cost_price\":\"16500.00\",\"selling_price\":\"18000.00\",\"discount_price\":null},\"new_prices\":{\"cost_price\":\"16500.00\",\"selling_price\":\"18500.00\",\"discount_price\":null}}','31.223.48.235','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36','2026-02-07 06:26:58','2026-02-07 06:26:58'),
(2134,262,'updated','Product updated',4,'{\"selling_price\":{\"old\":\"18000.00\",\"new\":\"18500\"}}','31.223.48.235','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36','2026-02-07 06:26:58','2026-02-07 06:26:58'),
(2135,109,'price_changed','Product pricing updated',4,'{\"old_prices\":{\"cost_price\":\"16500.00\",\"selling_price\":\"17500.00\",\"discount_price\":null},\"new_prices\":{\"cost_price\":\"16500.00\",\"selling_price\":\"18500.00\",\"discount_price\":null}}','31.223.48.235','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36','2026-02-07 06:29:08','2026-02-07 06:29:08'),
(2136,109,'updated','Product updated',4,'{\"selling_price\":{\"old\":\"17500.00\",\"new\":\"18500\"}}','31.223.48.235','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36','2026-02-07 06:29:08','2026-02-07 06:29:08'),
(2137,109,'stock_added','Added 2 units - Manual adjustment',4,'{\"quantity\":2,\"reason\":\"Manual adjustment\",\"previous_stock\":0,\"new_stock\":2,\"notes\":null}','31.223.48.235','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36','2026-02-07 06:29:39','2026-02-07 06:29:39'),
(2138,34,'stock_added','Added 3 units - Manual adjustment',4,'{\"quantity\":3,\"reason\":\"Manual adjustment\",\"previous_stock\":0,\"new_stock\":3,\"notes\":null}','31.223.48.235','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36','2026-02-07 06:33:18','2026-02-07 06:33:18'),
(2139,31,'stock_added','Added 10 units - Manual adjustment',4,'{\"quantity\":10,\"reason\":\"Manual adjustment\",\"previous_stock\":0,\"new_stock\":10,\"notes\":null}','31.223.48.235','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36','2026-02-07 06:34:26','2026-02-07 06:34:26'),
(2140,279,'created','Product created',4,'{\"name\":\"HS-3000\\u00c7\",\"description\":null,\"barcode\":\"PRD084218\",\"category_id\":\"2\",\"product_type\":\"store\",\"unit\":\"pcs\",\"cost_price\":\"16500.00\",\"selling_price\":\"18500.00\",\"image\":\"products\\/1770456984_x5QSqvAami.jpeg\",\"expiry_date\":null,\"is_active\":true,\"alert_quantity\":1,\"weight\":null,\"length\":null,\"width\":null,\"height\":null,\"updated_at\":\"2026-02-07T09:36:24.000000Z\",\"created_at\":\"2026-02-07T09:36:24.000000Z\",\"id\":279}','31.223.48.235','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36','2026-02-07 06:36:24','2026-02-07 06:36:24'),
(2141,279,'stock_added','Added 10 units - Initial stock',4,'{\"quantity\":10,\"reason\":\"Initial stock\",\"previous_stock\":0,\"new_stock\":10,\"notes\":\"Product creation\"}','31.223.48.235','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36','2026-02-07 06:36:24','2026-02-07 06:36:24'),
(2142,280,'created','Product created',4,'{\"name\":\"KB-1\",\"description\":null,\"barcode\":\"PRD805745\",\"category_id\":\"3\",\"product_type\":\"store\",\"unit\":\"pcs\",\"cost_price\":\"16500.00\",\"selling_price\":\"18500.00\",\"image\":\"products\\/1770457102_GW78l6rV1U.jpeg\",\"expiry_date\":null,\"is_active\":true,\"alert_quantity\":1,\"weight\":null,\"length\":null,\"width\":null,\"height\":null,\"updated_at\":\"2026-02-07T09:38:22.000000Z\",\"created_at\":\"2026-02-07T09:38:22.000000Z\",\"id\":280}','31.223.48.235','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36','2026-02-07 06:38:22','2026-02-07 06:38:22'),
(2143,280,'stock_added','Added 12 units - Initial stock',4,'{\"quantity\":12,\"reason\":\"Initial stock\",\"previous_stock\":0,\"new_stock\":12,\"notes\":\"Product creation\"}','31.223.48.235','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36','2026-02-07 06:38:22','2026-02-07 06:38:22'),
(2144,281,'created','Product created',4,'{\"name\":\"RB-1\",\"description\":null,\"barcode\":\"PRD014105\",\"category_id\":\"2\",\"product_type\":\"store\",\"unit\":\"pcs\",\"cost_price\":\"16500.00\",\"selling_price\":\"18500.00\",\"image\":\"products\\/1770457357_Ft5tpYCotF.jpeg\",\"expiry_date\":null,\"is_active\":true,\"alert_quantity\":1,\"weight\":null,\"length\":null,\"width\":null,\"height\":null,\"updated_at\":\"2026-02-07T09:42:37.000000Z\",\"created_at\":\"2026-02-07T09:42:37.000000Z\",\"id\":281}','31.223.48.235','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36','2026-02-07 06:42:37','2026-02-07 06:42:37'),
(2145,281,'stock_added','Added 11 units - Initial stock',4,'{\"quantity\":11,\"reason\":\"Initial stock\",\"previous_stock\":0,\"new_stock\":11,\"notes\":\"Product creation\"}','31.223.48.235','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36','2026-02-07 06:42:37','2026-02-07 06:42:37'),
(2146,178,'price_changed','Product pricing updated',4,'{\"old_prices\":{\"cost_price\":\"16500.00\",\"selling_price\":\"17500.00\",\"discount_price\":null},\"new_prices\":{\"cost_price\":\"16500.00\",\"selling_price\":\"18500.00\",\"discount_price\":null}}','31.223.48.235','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36','2026-02-07 06:43:31','2026-02-07 06:43:31'),
(2147,178,'updated','Product updated',4,'{\"selling_price\":{\"old\":\"17500.00\",\"new\":\"18500\"}}','31.223.48.235','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36','2026-02-07 06:43:31','2026-02-07 06:43:31'),
(2148,178,'stock_added','Added 12 units - Manual adjustment',4,'{\"quantity\":12,\"reason\":\"Manual adjustment\",\"previous_stock\":0,\"new_stock\":12,\"notes\":null}','31.223.48.235','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36','2026-02-07 06:43:58','2026-02-07 06:43:58'),
(2149,193,'stock_added','Added 12 units - Manual adjustment',4,'{\"quantity\":12,\"reason\":\"Manual adjustment\",\"previous_stock\":0,\"new_stock\":12,\"notes\":null}','31.223.48.235','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36','2026-02-07 06:45:31','2026-02-07 06:45:31'),
(2150,282,'created','Product created',4,'{\"name\":\"FS-1\",\"description\":null,\"barcode\":\"PRD077492\",\"category_id\":\"2\",\"product_type\":\"store\",\"unit\":\"pcs\",\"cost_price\":\"16500.00\",\"selling_price\":\"18500.00\",\"image\":\"products\\/1770457857_i34M3QHOWv.jpeg\",\"expiry_date\":null,\"is_active\":true,\"alert_quantity\":1,\"weight\":null,\"length\":null,\"width\":null,\"height\":null,\"updated_at\":\"2026-02-07T09:50:57.000000Z\",\"created_at\":\"2026-02-07T09:50:57.000000Z\",\"id\":282}','31.223.48.235','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36','2026-02-07 06:50:57','2026-02-07 06:50:57'),
(2151,282,'stock_added','Added 10 units - Initial stock',4,'{\"quantity\":10,\"reason\":\"Initial stock\",\"previous_stock\":0,\"new_stock\":10,\"notes\":\"Product creation\"}','31.223.48.235','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36','2026-02-07 06:50:57','2026-02-07 06:50:57'),
(2152,283,'created','Product created',4,'{\"name\":\"HS-2011G\",\"description\":null,\"barcode\":\"PRD082651\",\"category_id\":\"2\",\"product_type\":\"store\",\"unit\":\"pcs\",\"cost_price\":\"16500.00\",\"selling_price\":\"18500.00\",\"image\":\"products\\/1770457967_9MCFqFwjuZ.jpeg\",\"expiry_date\":null,\"is_active\":true,\"alert_quantity\":1,\"weight\":null,\"length\":null,\"width\":null,\"height\":null,\"updated_at\":\"2026-02-07T09:52:48.000000Z\",\"created_at\":\"2026-02-07T09:52:48.000000Z\",\"id\":283}','31.223.48.235','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36','2026-02-07 06:52:48','2026-02-07 06:52:48'),
(2153,283,'stock_added','Added 12 units - Initial stock',4,'{\"quantity\":12,\"reason\":\"Initial stock\",\"previous_stock\":0,\"new_stock\":12,\"notes\":\"Product creation\"}','31.223.48.235','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36','2026-02-07 06:52:48','2026-02-07 06:52:48'),
(2154,284,'created','Product created',4,'{\"name\":\"HS-2010\\u00c7\",\"description\":null,\"barcode\":\"PRD212827\",\"category_id\":\"2\",\"product_type\":\"store\",\"unit\":\"pcs\",\"cost_price\":\"16500.00\",\"selling_price\":\"18500.00\",\"image\":\"products\\/1770458113_fwiobG0c0G.jpeg\",\"expiry_date\":null,\"is_active\":true,\"alert_quantity\":1,\"weight\":null,\"length\":null,\"width\":null,\"height\":null,\"updated_at\":\"2026-02-07T09:55:13.000000Z\",\"created_at\":\"2026-02-07T09:55:13.000000Z\",\"id\":284}','31.223.48.235','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36','2026-02-07 06:55:13','2026-02-07 06:55:13'),
(2155,284,'stock_added','Added 12 units - Initial stock',4,'{\"quantity\":12,\"reason\":\"Initial stock\",\"previous_stock\":0,\"new_stock\":12,\"notes\":\"Product creation\"}','31.223.48.235','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36','2026-02-07 06:55:13','2026-02-07 06:55:13'),
(2156,31,'updated','Product updated',4,'{\"description\":{\"old\":\"1X40\\r\\n3X41\\r\\n2X42\\r\\n5X43\\r\\n2X44\\r\\n2X45\",\"new\":\"1X39\\r\\n1X40\\r\\n2X41\\r\\n2X42\\r\\n2X43\\r\\n1X44\\r\\n1X45\"}}','31.223.48.235','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36','2026-02-07 08:49:54','2026-02-07 08:49:54'),
(2157,178,'updated','Product updated',4,'{\"description\":{\"old\":\"1X39 2X40 4X41 5X42 5X43 5X44 3X45\",\"new\":\"1X39\\r\\n1X40\\r\\n3X41\\r\\n1X42\\r\\n3X43\\r\\n2X44\\r\\n1X45\"}}','31.223.48.235','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36','2026-02-07 08:55:54','2026-02-07 08:55:54'),
(2158,193,'updated','Product updated',4,'{\"description\":{\"old\":\"1x39\\r\\n1x40\\r\\n7x41\\r\\n5x42\\r\\n7x43\\r\\n4x44\\r\\n3x45\\r\\n1x46\",\"new\":\"1x39\\r\\n1x40\\r\\n3x41\\r\\n2x42\\r\\n3x43\\r\\n1x44\\r\\n1x45\"}}','31.223.48.235','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36','2026-02-07 09:26:22','2026-02-07 09:26:22'),
(2159,109,'updated','Product updated',4,'{\"description\":{\"old\":\"3x40\\r\\n4x41\\r\\n4x42\\r\\n4x43\\r\\n4x44\\r\\n4x45\",\"new\":\"1X40\\r\\n1X41\"}}','31.223.48.235','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36','2026-02-07 09:28:06','2026-02-07 09:28:06'),
(2160,34,'updated','Product updated',4,'{\"description\":{\"old\":\"2X40\\r\\n3X41\\r\\n3X42\\r\\n4X43\\r\\n3X44\\r\\n2X45\",\"new\":\"2X42\\r\\n1X43\"}}','31.223.48.235','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36','2026-02-07 09:29:24','2026-02-07 09:29:24'),
(2161,231,'updated','Product updated',4,'{\"description\":{\"old\":\"1X39\\r\\n2X40\\r\\n5X41\\r\\n4\\u00d742\\r\\n3\\u00d744\\r\\n3\\u00d745\",\"new\":\"1X41\\r\\n2X42\\r\\n2X43\"}}','31.223.48.235','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36','2026-02-07 09:30:08','2026-02-07 09:30:08'),
(2162,262,'updated','Product updated',4,'{\"description\":{\"old\":\"1X39\\r\\n2X40\\r\\n3X41\\r\\n4X42\\r\\n1X43\\r\\n4X44\\r\\n3X45\",\"new\":\"2X40\\r\\n3X41\\r\\n1X42\\r\\n2X43\\r\\n1X44\\r\\n1X45\"}}','31.223.48.235','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36','2026-02-07 09:34:40','2026-02-07 09:34:40'),
(2163,171,'stock_added','Added 20 units - Manual adjustment',4,'{\"quantity\":20,\"reason\":\"Manual adjustment\",\"previous_stock\":0,\"new_stock\":20,\"notes\":null}','31.223.48.235','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36','2026-02-07 09:38:32','2026-02-07 09:38:32'),
(2164,194,'updated','Product updated',4,'{\"description\":{\"old\":\"3X40\\r\\n2X41\\r\\n4X43\\r\\n1X45\",\"new\":\"1X40\\r\\n1X41\"}}','31.223.48.235','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36','2026-02-07 09:40:43','2026-02-07 09:40:43'),
(2165,194,'stock_added','Added 2 units - Manual adjustment',4,'{\"quantity\":2,\"reason\":\"Manual adjustment\",\"previous_stock\":0,\"new_stock\":2,\"notes\":null}','31.223.48.235','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36','2026-02-07 09:40:58','2026-02-07 09:40:58'),
(2166,178,'updated','Product updated',4,'{\"description\":{\"old\":\"1X39\\r\\n1X40\\r\\n3X41\\r\\n1X42\\r\\n3X43\\r\\n2X44\\r\\n1X45\",\"new\":\"1X39\\r\\n1X40\\r\\n3X41\\r\\n2X42\\r\\n3X43\\r\\n4X44\\r\\n3X45\\r\\n1X46\"}}','31.223.48.235','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36','2026-02-07 09:43:20','2026-02-07 09:43:20'),
(2167,178,'stock_added','Added 6 units - Manual adjustment',4,'{\"quantity\":6,\"reason\":\"Manual adjustment\",\"previous_stock\":12,\"new_stock\":18,\"notes\":null}','31.223.48.235','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36','2026-02-07 09:44:14','2026-02-07 09:44:14'),
(2168,281,'updated','Product updated',4,'{\"description\":{\"old\":\"2X40\\r\\n2X41\\r\\n3X42\\r\\n2X43\\r\\n1X44\\r\\n1X45\",\"new\":\"2X40\\r\\n4X41\\r\\n5X42\\r\\n4X43\\r\\n2X44\\r\\n3X45\"}}','31.223.48.235','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36','2026-02-07 09:45:56','2026-02-07 09:45:56'),
(2169,281,'stock_added','Added 9 units - Manual adjustment',4,'{\"quantity\":9,\"reason\":\"Manual adjustment\",\"previous_stock\":11,\"new_stock\":20,\"notes\":null}','31.223.48.235','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36','2026-02-07 09:46:18','2026-02-07 09:46:18'),
(2170,280,'updated','Product updated',4,'{\"description\":{\"old\":\"2X40\\r\\n2X41\\r\\n3X42\\r\\n3X43\\r\\n1X44\\r\\n1X45\",\"new\":\"2X40\\r\\n4X41\\r\\n5X42\\r\\n5X43\\r\\n2X44\\r\\n2X45\"}}','31.223.48.235','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36','2026-02-07 09:48:04','2026-02-07 09:48:04'),
(2171,280,'stock_added','Added 8 units - Manual adjustment',4,'{\"quantity\":8,\"reason\":\"Manual adjustment\",\"previous_stock\":12,\"new_stock\":20,\"notes\":null}','31.223.48.235','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36','2026-02-07 09:48:31','2026-02-07 09:48:31'),
(2172,279,'updated','Product updated',4,'{\"description\":{\"old\":\"2X40\\r\\n2X41\\r\\n2X42\\r\\n2X43\\r\\n1X44\\r\\n1X45\",\"new\":\"2X40\\r\\n2X41\\r\\n3X42\\r\\n3X43\\r\\n4X44\\r\\n1X45\"}}','31.223.48.235','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36','2026-02-07 09:57:56','2026-02-07 09:57:56'),
(2173,279,'stock_added','Added 5 units - Manual adjustment',4,'{\"quantity\":5,\"reason\":\"Manual adjustment\",\"previous_stock\":10,\"new_stock\":15,\"notes\":null}','31.223.48.235','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36','2026-02-07 09:58:14','2026-02-07 09:58:14'),
(2174,278,'updated','Product updated',4,'{\"description\":{\"old\":\"1X40\\r\\n2X41\\r\\n2X42\\r\\n2X43\\r\\n2X44\\r\\n1X45\",\"new\":\"1X40\\r\\n2X41\\r\\n3X42\\r\\n3X43\\r\\n3X44\\r\\n2X45\"}}','31.223.48.235','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36','2026-02-07 09:59:25','2026-02-07 09:59:25'),
(2175,278,'stock_added','Added 4 units - Manual adjustment',4,'{\"quantity\":4,\"reason\":\"Manual adjustment\",\"previous_stock\":10,\"new_stock\":14,\"notes\":null}','31.223.48.235','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36','2026-02-07 09:59:42','2026-02-07 09:59:42'),
(2176,276,'updated','Product updated',4,'{\"description\":{\"old\":\"1X40\\r\\n2X41\\r\\n2X42\\r\\n2X43\\r\\n2X44\\r\\n1X45\",\"new\":\"1X40\\r\\n3X41\\r\\n2X42\\r\\n3X43\\r\\n3X44\\r\\n2X45\"}}','31.223.48.235','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36','2026-02-07 10:01:05','2026-02-07 10:01:05'),
(2177,139,'price_changed','Product pricing updated',4,'{\"old_prices\":{\"cost_price\":\"16500.00\",\"selling_price\":\"17500.00\",\"discount_price\":null},\"new_prices\":{\"cost_price\":\"16500.00\",\"selling_price\":\"18500.00\",\"discount_price\":null}}','31.223.48.235','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36','2026-02-07 10:03:12','2026-02-07 10:03:12'),
(2178,139,'updated','Product updated',4,'{\"selling_price\":{\"old\":\"17500.00\",\"new\":\"18500\"}}','31.223.48.235','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36','2026-02-07 10:03:12','2026-02-07 10:03:12'),
(2179,139,'stock_added','Added 15 units - Manual adjustment',4,'{\"quantity\":15,\"reason\":\"Manual adjustment\",\"previous_stock\":0,\"new_stock\":15,\"notes\":null}','31.223.48.235','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36','2026-02-07 10:03:43','2026-02-07 10:03:43'),
(2180,275,'updated','Product updated',4,'{\"description\":{\"old\":\"1X40\\r\\n1X41\\r\\n1X42\\r\\n1X43\\r\\n1X44\\r\\n1X45\",\"new\":\"1X40\\r\\n3X41\\r\\n3X42\\r\\n3X43\\r\\n2X44\\r\\n1X45\"}}','31.223.48.235','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36','2026-02-07 10:04:39','2026-02-07 10:04:39'),
(2181,34,'updated','Product updated',4,'{\"description\":{\"old\":\"2X42\\r\\n1X43\",\"new\":\"2X42\\r\\n1X43\\r\\n1X46\"}}','31.223.48.235','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36','2026-02-07 10:06:14','2026-02-07 10:06:14'),
(2182,34,'stock_added','Added 1 units - Manual adjustment',4,'{\"quantity\":1,\"reason\":\"Manual adjustment\",\"previous_stock\":3,\"new_stock\":4,\"notes\":null}','31.223.48.235','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36','2026-02-07 10:06:35','2026-02-07 10:06:35'),
(2183,31,'updated','Product updated',4,'{\"description\":{\"old\":\"1X39\\r\\n1X40\\r\\n2X41\\r\\n2X42\\r\\n2X43\\r\\n1X44\\r\\n1X45\",\"new\":\"1X39\\r\\n1X40\\r\\n4X41\\r\\n4X42\\r\\n5X43\\r\\n3X44\\r\\n2X45\"}}','31.223.48.235','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36','2026-02-07 10:08:36','2026-02-07 10:08:36'),
(2184,31,'stock_added','Added 10 units - Manual adjustment',4,'{\"quantity\":10,\"reason\":\"Manual adjustment\",\"previous_stock\":10,\"new_stock\":20,\"notes\":null}','31.223.48.235','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36','2026-02-07 10:09:05','2026-02-07 10:09:05'),
(2185,228,'updated','Product updated',4,'{\"description\":{\"old\":\"2X43\\r\\n2X44\\r\\n2X45\",\"new\":\"1X42\\r\\n2X43\\r\\n1X45\"}}','31.223.48.235','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36','2026-02-07 10:10:23','2026-02-07 10:10:23'),
(2186,228,'stock_added','Added 4 units - Manual adjustment',4,'{\"quantity\":4,\"reason\":\"Manual adjustment\",\"previous_stock\":0,\"new_stock\":4,\"notes\":null}','31.223.48.235','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36','2026-02-07 10:10:57','2026-02-07 10:10:57'),
(2187,284,'updated','Product updated',4,'{\"description\":{\"old\":\"1X39\\r\\n2X40\\r\\n2X41\\r\\n2X42\\r\\n2X43\\r\\n2X44\\r\\n1X45\",\"new\":\"1X39\\r\\n2X40\\r\\n3X41\\r\\n3X42\\r\\n3X43\\r\\n3X44\\r\\n3X45\"}}','31.223.48.235','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36','2026-02-07 10:11:50','2026-02-07 10:11:50'),
(2188,284,'stock_added','Added 6 units - Manual adjustment',4,'{\"quantity\":6,\"reason\":\"Manual adjustment\",\"previous_stock\":12,\"new_stock\":18,\"notes\":null}','31.223.48.235','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36','2026-02-07 10:12:24','2026-02-07 10:12:24'),
(2189,285,'created','Product created',4,'{\"name\":\"FB15S\",\"description\":\"1X41\\r\\n2X42\\r\\n3X43\\r\\n2X44\\r\\n2X45\",\"barcode\":\"PRD320503\",\"category_id\":\"2\",\"product_type\":\"store\",\"unit\":\"pcs\",\"cost_price\":\"16500.00\",\"selling_price\":\"18500.00\",\"image\":\"products\\/1770470213_AITyG1ksvq.jpeg\",\"expiry_date\":null,\"is_active\":true,\"alert_quantity\":2,\"weight\":null,\"length\":null,\"width\":null,\"height\":null,\"updated_at\":\"2026-02-07T13:16:54.000000Z\",\"created_at\":\"2026-02-07T13:16:54.000000Z\",\"id\":285}','31.223.48.235','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36','2026-02-07 10:16:54','2026-02-07 10:16:54'),
(2190,285,'stock_added','Added 10 units - Initial stock',4,'{\"quantity\":10,\"reason\":\"Initial stock\",\"previous_stock\":0,\"new_stock\":10,\"notes\":\"Product creation\"}','31.223.48.235','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36','2026-02-07 10:16:54','2026-02-07 10:16:54'),
(2191,119,'stock_added','Added 16 units - Manual adjustment',4,'{\"quantity\":16,\"reason\":\"Manual adjustment\",\"previous_stock\":0,\"new_stock\":16,\"notes\":null}','31.223.48.235','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36','2026-02-07 10:24:35','2026-02-07 10:24:35'),
(2192,119,'updated','Product updated',4,'{\"description\":{\"old\":\"1x39\\r\\n1x41\\r\\n1x42\\r\\n2x43\\r\\n3x44\\r\\n1x45\",\"new\":\"3X41\\r\\n5X42\\r\\n4X43\\r\\n1X44\\r\\n3X45\"}}','31.223.48.235','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36','2026-02-07 10:25:57','2026-02-07 10:25:57'),
(2193,286,'created','Product created',4,'{\"name\":\"Hilal-10K\",\"description\":\"2X40\\r\\n2X41\\r\\n2X42\\r\\n1X43\\r\\n1X45\",\"barcode\":\"PRD408068\",\"category_id\":\"2\",\"product_type\":\"store\",\"unit\":\"pcs\",\"cost_price\":\"16500.00\",\"selling_price\":\"18500.00\",\"image\":\"products\\/1770470952_yFa29YbZ2z.jpeg\",\"expiry_date\":null,\"is_active\":true,\"alert_quantity\":1,\"weight\":null,\"length\":null,\"width\":null,\"height\":null,\"updated_at\":\"2026-02-07T13:29:12.000000Z\",\"created_at\":\"2026-02-07T13:29:12.000000Z\",\"id\":286}','31.223.48.235','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36','2026-02-07 10:29:12','2026-02-07 10:29:12'),
(2194,286,'stock_added','Added 8 units - Initial stock',4,'{\"quantity\":8,\"reason\":\"Initial stock\",\"previous_stock\":0,\"new_stock\":8,\"notes\":\"Product creation\"}','31.223.48.235','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36','2026-02-07 10:29:12','2026-02-07 10:29:12'),
(2195,287,'created','Product created',4,'{\"name\":\"HB-2027\\u00c7\",\"description\":\"2X41\\r\\n2X42\\r\\n4X43\\r\\n2X44\",\"barcode\":\"PRD892753\",\"category_id\":\"3\",\"product_type\":\"store\",\"unit\":\"pcs\",\"cost_price\":\"16500.00\",\"selling_price\":\"18500.00\",\"image\":\"products\\/1770471250_ruFscbDREK.jpeg\",\"expiry_date\":null,\"is_active\":true,\"alert_quantity\":1,\"weight\":null,\"length\":null,\"width\":null,\"height\":null,\"updated_at\":\"2026-02-07T13:34:10.000000Z\",\"created_at\":\"2026-02-07T13:34:10.000000Z\",\"id\":287}','31.223.48.235','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36','2026-02-07 10:34:10','2026-02-07 10:34:10'),
(2196,287,'stock_added','Added 10 units - Initial stock',4,'{\"quantity\":10,\"reason\":\"Initial stock\",\"previous_stock\":0,\"new_stock\":10,\"notes\":\"Product creation\"}','31.223.48.235','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36','2026-02-07 10:34:10','2026-02-07 10:34:10'),
(2197,116,'price_changed','Product pricing updated',4,'{\"old_prices\":{\"cost_price\":\"16500.00\",\"selling_price\":\"17500.00\",\"discount_price\":null},\"new_prices\":{\"cost_price\":\"16500.00\",\"selling_price\":\"18500.00\",\"discount_price\":null}}','31.223.48.235','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36','2026-02-07 10:37:06','2026-02-07 10:37:06'),
(2198,116,'alert_threshold_changed','Alert quantity threshold updated',4,'{\"old_alert_quantity\":3,\"new_alert_quantity\":1}','31.223.48.235','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36','2026-02-07 10:37:06','2026-02-07 10:37:06'),
(2199,116,'updated','Product updated',4,'{\"description\":{\"old\":\"1x41\\r\\n2x42\\r\\n2x43\\r\\n1x44\\r\\n1x45\",\"new\":\"2X40\\r\\n2X41\\r\\n1X43\\r\\n1X45\"},\"selling_price\":{\"old\":\"17500.00\",\"new\":\"18500\"},\"alert_quantity\":{\"old\":3,\"new\":\"1\"}}','31.223.48.235','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36','2026-02-07 10:37:06','2026-02-07 10:37:06'),
(2200,116,'stock_added','Added 6 units - Manual adjustment',4,'{\"quantity\":6,\"reason\":\"Manual adjustment\",\"previous_stock\":0,\"new_stock\":6,\"notes\":null}','31.223.48.235','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36','2026-02-07 10:37:21','2026-02-07 10:37:21'),
(2201,222,'updated','Product updated',4,'{\"description\":{\"old\":\"3\\u00d741\\r\\n4\\u00d742\\r\\n4\\u00d743\\r\\n2\\u00d744\\r\\n2\\u00d745\",\"new\":\"1X41\\r\\n1X42\\r\\n1X45\"}}','31.223.48.235','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36','2026-02-07 10:38:46','2026-02-07 10:38:46'),
(2202,222,'stock_added','Added 3 units - Manual adjustment',4,'{\"quantity\":3,\"reason\":\"Manual adjustment\",\"previous_stock\":0,\"new_stock\":3,\"notes\":null}','31.223.48.235','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36','2026-02-07 10:39:24','2026-02-07 10:39:24'),
(2203,225,'updated','Product updated',4,'{\"description\":{\"old\":\"2\\u00d741\\r\\n3\\u00d742\\r\\n3\\u00d743\\r\\n3\\u00d744\\r\\n1\\u00d745\",\"new\":\"2\\u00d741\\r\\n6\\u00d742\\r\\n8\\u00d743\\r\\n4\\u00d744\\r\\n2\\u00d745\"}}','31.223.48.235','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36','2026-02-07 10:40:55','2026-02-07 10:40:55'),
(2204,225,'stock_added','Added 22 units - Manual adjustment',4,'{\"quantity\":22,\"reason\":\"Manual adjustment\",\"previous_stock\":0,\"new_stock\":22,\"notes\":null}','31.223.48.235','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36','2026-02-07 10:41:25','2026-02-07 10:41:25'),
(2205,15,'alert_threshold_changed','Alert quantity threshold updated',4,'{\"old_alert_quantity\":5,\"new_alert_quantity\":3}','31.223.48.235','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36','2026-02-07 10:44:30','2026-02-07 10:44:30'),
(2206,15,'updated','Product updated',4,'{\"name\":{\"old\":\"HIL T-1\",\"new\":\"HW-ST\"},\"alert_quantity\":{\"old\":5,\"new\":\"3\"}}','31.223.48.235','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36','2026-02-07 10:44:30','2026-02-07 10:44:30'),
(2207,15,'stock_added','Added 13 units - Manual adjustment',4,'{\"quantity\":13,\"reason\":\"Manual adjustment\",\"previous_stock\":0,\"new_stock\":13,\"notes\":null}','31.223.48.235','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36','2026-02-07 10:45:04','2026-02-07 10:45:04'),
(2208,45,'stock_removed','Removed 4 units - Sale',7,'{\"quantity\":4,\"reason\":\"Sale\",\"previous_stock\":12,\"new_stock\":8,\"sale_id\":424,\"sale_number\":\"HIL-0423\"}','143.105.161.211','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-02-07 10:51:44','2026-02-07 10:51:44'),
(2209,53,'stock_removed','Removed 4 units - Sale',7,'{\"quantity\":4,\"reason\":\"Sale\",\"previous_stock\":5,\"new_stock\":1,\"sale_id\":424,\"sale_number\":\"HIL-0423\"}','143.105.161.211','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-02-07 10:51:44','2026-02-07 10:51:44'),
(2210,67,'stock_removed','Removed 7 units - Sale',7,'{\"quantity\":7,\"reason\":\"Sale\",\"previous_stock\":28,\"new_stock\":21,\"sale_id\":424,\"sale_number\":\"HIL-0423\"}','143.105.161.211','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-02-07 10:51:44','2026-02-07 10:51:44'),
(2211,103,'stock_removed','Removed 4 units - Sale',7,'{\"quantity\":4,\"reason\":\"Sale\",\"previous_stock\":4,\"new_stock\":0,\"sale_id\":424,\"sale_number\":\"HIL-0423\"}','143.105.161.211','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-02-07 10:51:44','2026-02-07 10:51:44'),
(2212,128,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":1,\"new_stock\":0,\"sale_id\":424,\"sale_number\":\"HIL-0423\"}','143.105.161.211','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-02-07 10:51:44','2026-02-07 10:51:44'),
(2213,144,'stock_removed','Removed 2 units - Sale',7,'{\"quantity\":2,\"reason\":\"Sale\",\"previous_stock\":3,\"new_stock\":1,\"sale_id\":424,\"sale_number\":\"HIL-0423\"}','143.105.161.211','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-02-07 10:51:44','2026-02-07 10:51:44'),
(2214,150,'stock_removed','Removed 3 units - Sale',7,'{\"quantity\":3,\"reason\":\"Sale\",\"previous_stock\":8,\"new_stock\":5,\"sale_id\":424,\"sale_number\":\"HIL-0423\"}','143.105.161.211','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-02-07 10:51:44','2026-02-07 10:51:44'),
(2215,152,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":3,\"new_stock\":2,\"sale_id\":424,\"sale_number\":\"HIL-0423\"}','143.105.161.211','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-02-07 10:51:44','2026-02-07 10:51:44'),
(2216,156,'stock_removed','Removed 2 units - Sale',7,'{\"quantity\":2,\"reason\":\"Sale\",\"previous_stock\":3,\"new_stock\":1,\"sale_id\":424,\"sale_number\":\"HIL-0423\"}','143.105.161.211','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-02-07 10:51:44','2026-02-07 10:51:44'),
(2217,167,'stock_removed','Removed 3 units - Sale',7,'{\"quantity\":3,\"reason\":\"Sale\",\"previous_stock\":7,\"new_stock\":4,\"sale_id\":424,\"sale_number\":\"HIL-0423\"}','143.105.161.211','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-02-07 10:51:44','2026-02-07 10:51:44'),
(2218,182,'stock_removed','Removed 2 units - Sale',7,'{\"quantity\":2,\"reason\":\"Sale\",\"previous_stock\":11,\"new_stock\":9,\"sale_id\":424,\"sale_number\":\"HIL-0423\"}','143.105.161.211','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-02-07 10:51:44','2026-02-07 10:51:44'),
(2219,184,'stock_removed','Removed 3 units - Sale',7,'{\"quantity\":3,\"reason\":\"Sale\",\"previous_stock\":26,\"new_stock\":23,\"sale_id\":424,\"sale_number\":\"HIL-0423\"}','143.105.161.211','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-02-07 10:51:44','2026-02-07 10:51:44'),
(2220,200,'stock_removed','Removed 3 units - Sale',7,'{\"quantity\":3,\"reason\":\"Sale\",\"previous_stock\":5,\"new_stock\":2,\"sale_id\":424,\"sale_number\":\"HIL-0423\"}','143.105.161.211','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-02-07 10:51:44','2026-02-07 10:51:44'),
(2221,206,'stock_removed','Removed 2 units - Sale',7,'{\"quantity\":2,\"reason\":\"Sale\",\"previous_stock\":3,\"new_stock\":1,\"sale_id\":424,\"sale_number\":\"HIL-0423\"}','143.105.161.211','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-02-07 10:51:44','2026-02-07 10:51:44'),
(2222,208,'stock_removed','Removed 3 units - Sale',7,'{\"quantity\":3,\"reason\":\"Sale\",\"previous_stock\":4,\"new_stock\":1,\"sale_id\":424,\"sale_number\":\"HIL-0423\"}','143.105.161.211','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-02-07 10:51:44','2026-02-07 10:51:44'),
(2223,213,'stock_removed','Removed 2 units - Sale',7,'{\"quantity\":2,\"reason\":\"Sale\",\"previous_stock\":7,\"new_stock\":5,\"sale_id\":424,\"sale_number\":\"HIL-0423\"}','143.105.161.211','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-02-07 10:51:44','2026-02-07 10:51:44'),
(2224,237,'stock_removed','Removed 2 units - Sale',7,'{\"quantity\":2,\"reason\":\"Sale\",\"previous_stock\":4,\"new_stock\":2,\"sale_id\":424,\"sale_number\":\"HIL-0423\"}','143.105.161.211','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-02-07 10:51:44','2026-02-07 10:51:44'),
(2225,241,'stock_removed','Removed 3 units - Sale',7,'{\"quantity\":3,\"reason\":\"Sale\",\"previous_stock\":8,\"new_stock\":5,\"sale_id\":424,\"sale_number\":\"HIL-0423\"}','143.105.161.211','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-02-07 10:51:44','2026-02-07 10:51:44'),
(2226,268,'stock_removed','Removed 3 units - Sale',7,'{\"quantity\":3,\"reason\":\"Sale\",\"previous_stock\":10,\"new_stock\":7,\"sale_id\":424,\"sale_number\":\"HIL-0423\"}','143.105.161.211','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-02-07 10:51:44','2026-02-07 10:51:44'),
(2227,270,'stock_removed','Removed 4 units - Sale',7,'{\"quantity\":4,\"reason\":\"Sale\",\"previous_stock\":29,\"new_stock\":25,\"sale_id\":424,\"sale_number\":\"HIL-0423\"}','143.105.161.211','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-02-07 10:51:44','2026-02-07 10:51:44'),
(2228,274,'stock_removed','Removed 2 units - Sale',7,'{\"quantity\":2,\"reason\":\"Sale\",\"previous_stock\":12,\"new_stock\":10,\"sale_id\":424,\"sale_number\":\"HIL-0423\"}','143.105.161.211','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-02-07 10:51:44','2026-02-07 10:51:44'),
(2229,18,'updated','Product updated',4,'{\"name\":{\"old\":\"HIL T-3\",\"new\":\"HW-L\"}}','31.223.48.235','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36','2026-02-07 11:02:52','2026-02-07 11:02:52'),
(2230,18,'stock_added','Added 105 units - Manual adjustment',4,'{\"quantity\":105,\"reason\":\"Manual adjustment\",\"previous_stock\":0,\"new_stock\":105,\"notes\":null}','31.223.48.235','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36','2026-02-07 11:03:49','2026-02-07 11:03:49'),
(2231,288,'created','Product created',4,'{\"name\":\"HW\",\"description\":null,\"barcode\":\"PRD504446\",\"category_id\":\"6\",\"product_type\":\"store\",\"unit\":\"pcs\",\"cost_price\":\"8500.00\",\"selling_price\":\"10000.00\",\"image\":\"products\\/1770474302_bnVWgnBHET.jpeg\",\"expiry_date\":null,\"is_active\":true,\"alert_quantity\":1,\"weight\":null,\"length\":null,\"width\":null,\"height\":null,\"updated_at\":\"2026-02-07T14:25:02.000000Z\",\"created_at\":\"2026-02-07T14:25:02.000000Z\",\"id\":288}','31.223.48.235','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36','2026-02-07 11:25:02','2026-02-07 11:25:02'),
(2232,288,'stock_added','Added 11 units - Initial stock',4,'{\"quantity\":11,\"reason\":\"Initial stock\",\"previous_stock\":0,\"new_stock\":11,\"notes\":\"Product creation\"}','31.223.48.235','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36','2026-02-07 11:25:02','2026-02-07 11:25:02'),
(2233,289,'created','Product created',4,'{\"name\":\"K\\u00c7-1\",\"description\":\"1X40\\r\\n2X41\\r\\n2X42\\r\\n3X43\\r\\n2X44\\r\\n1X45\",\"barcode\":\"PRD457290\",\"category_id\":\"3\",\"product_type\":\"store\",\"unit\":\"pcs\",\"cost_price\":\"16500.00\",\"selling_price\":\"18500.00\",\"image\":\"products\\/1770474779_Byg3a11gpl.jpeg\",\"expiry_date\":null,\"is_active\":true,\"alert_quantity\":1,\"weight\":null,\"length\":null,\"width\":null,\"height\":null,\"updated_at\":\"2026-02-07T14:32:59.000000Z\",\"created_at\":\"2026-02-07T14:32:59.000000Z\",\"id\":289}','31.223.48.235','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36','2026-02-07 11:32:59','2026-02-07 11:32:59'),
(2234,289,'stock_added','Added 11 units - Initial stock',4,'{\"quantity\":11,\"reason\":\"Initial stock\",\"previous_stock\":0,\"new_stock\":11,\"notes\":\"Product creation\"}','31.223.48.235','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36','2026-02-07 11:32:59','2026-02-07 11:32:59'),
(2235,107,'stock_added','Added 1 units - Sale cancelled/refunded',7,'{\"quantity\":1,\"reason\":\"Sale return\",\"previous_stock\":23,\"new_stock\":24,\"sale_id\":359,\"sale_number\":\"HIL-0358\"}','143.105.161.211','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-02-07 11:36:27','2026-02-07 11:36:27'),
(2236,257,'stock_added','Added 1 units - Sale cancelled/refunded',7,'{\"quantity\":1,\"reason\":\"Sale return\",\"previous_stock\":6,\"new_stock\":7,\"sale_id\":359,\"sale_number\":\"HIL-0358\"}','143.105.161.211','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-02-07 11:36:27','2026-02-07 11:36:27'),
(2237,261,'stock_added','Added 1 units - Sale cancelled/refunded',7,'{\"quantity\":1,\"reason\":\"Sale return\",\"previous_stock\":11,\"new_stock\":12,\"sale_id\":359,\"sale_number\":\"HIL-0358\"}','143.105.161.211','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-02-07 11:36:27','2026-02-07 11:36:27'),
(2238,53,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":1,\"new_stock\":0,\"sale_id\":425,\"sale_number\":\"HIL-0424\"}','143.105.161.211','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-02-07 11:38:08','2026-02-07 11:38:08'),
(2239,107,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":24,\"new_stock\":23,\"sale_id\":425,\"sale_number\":\"HIL-0424\"}','143.105.161.211','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-02-07 11:38:08','2026-02-07 11:38:08'),
(2240,184,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":23,\"new_stock\":22,\"sale_id\":425,\"sale_number\":\"HIL-0424\"}','143.105.161.211','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-02-07 11:38:08','2026-02-07 11:38:08'),
(2241,160,'price_changed','Product pricing updated',4,'{\"old_prices\":{\"cost_price\":\"16500.00\",\"selling_price\":\"17500.00\",\"discount_price\":null},\"new_prices\":{\"cost_price\":\"16500.00\",\"selling_price\":\"18500.00\",\"discount_price\":null}}','31.223.48.235','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36','2026-02-07 11:38:10','2026-02-07 11:38:10'),
(2242,160,'updated','Product updated',4,'{\"selling_price\":{\"old\":\"17500.00\",\"new\":\"18500\"}}','31.223.48.235','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36','2026-02-07 11:38:10','2026-02-07 11:38:10'),
(2243,160,'stock_added','Added 14 units - Manual adjustment',4,'{\"quantity\":14,\"reason\":\"Manual adjustment\",\"previous_stock\":0,\"new_stock\":14,\"notes\":null}','31.223.48.235','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36','2026-02-07 11:38:25','2026-02-07 11:38:25'),
(2244,235,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":7,\"new_stock\":6,\"sale_id\":426,\"sale_number\":\"HIL-0425\"}','143.105.161.211','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-02-07 12:11:12','2026-02-07 12:11:12'),
(2245,253,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":8,\"new_stock\":7,\"sale_id\":426,\"sale_number\":\"HIL-0425\"}','143.105.161.211','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-02-07 12:11:12','2026-02-07 12:11:12'),
(2246,274,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":10,\"new_stock\":9,\"sale_id\":426,\"sale_number\":\"HIL-0425\"}','143.105.161.211','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-02-07 12:11:12','2026-02-07 12:11:12'),
(2247,107,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":23,\"new_stock\":22,\"sale_id\":427,\"sale_number\":\"HIL-0426\"}','154.73.166.126','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-02-07 14:31:49','2026-02-07 14:31:49'),
(2248,270,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":25,\"new_stock\":24,\"sale_id\":428,\"sale_number\":\"HIL-0427\"}','154.73.166.126','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-02-07 14:32:20','2026-02-07 14:32:20'),
(2249,249,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":4,\"new_stock\":3,\"sale_id\":429,\"sale_number\":\"HIL-0428\"}','154.73.161.254','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-02-09 05:55:29','2026-02-09 05:55:29'),
(2250,67,'stock_removed','Removed 3 units - Sale',7,'{\"quantity\":3,\"reason\":\"Sale\",\"previous_stock\":21,\"new_stock\":18,\"sale_id\":430,\"sale_number\":\"HIL-0429\"}','154.73.161.254','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-02-09 06:13:41','2026-02-09 06:13:41'),
(2251,107,'stock_removed','Removed 3 units - Sale',7,'{\"quantity\":3,\"reason\":\"Sale\",\"previous_stock\":22,\"new_stock\":19,\"sale_id\":430,\"sale_number\":\"HIL-0429\"}','154.73.161.254','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-02-09 06:13:41','2026-02-09 06:13:41'),
(2252,146,'stock_removed','Removed 2 units - Sale',7,'{\"quantity\":2,\"reason\":\"Sale\",\"previous_stock\":11,\"new_stock\":9,\"sale_id\":430,\"sale_number\":\"HIL-0429\"}','154.73.161.254','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-02-09 06:13:41','2026-02-09 06:13:41'),
(2253,167,'stock_removed','Removed 2 units - Sale',7,'{\"quantity\":2,\"reason\":\"Sale\",\"previous_stock\":4,\"new_stock\":2,\"sale_id\":430,\"sale_number\":\"HIL-0429\"}','154.73.161.254','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-02-09 06:13:41','2026-02-09 06:13:41'),
(2254,213,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":5,\"new_stock\":4,\"sale_id\":430,\"sale_number\":\"HIL-0429\"}','154.73.161.254','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-02-09 06:13:41','2026-02-09 06:13:41'),
(2255,235,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":6,\"new_stock\":5,\"sale_id\":430,\"sale_number\":\"HIL-0429\"}','154.73.161.254','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-02-09 06:13:41','2026-02-09 06:13:41'),
(2256,239,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":5,\"new_stock\":4,\"sale_id\":430,\"sale_number\":\"HIL-0429\"}','154.73.161.254','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-02-09 06:13:41','2026-02-09 06:13:41'),
(2257,247,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":4,\"new_stock\":3,\"sale_id\":430,\"sale_number\":\"HIL-0429\"}','154.73.161.254','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-02-09 06:13:41','2026-02-09 06:13:41'),
(2258,249,'stock_removed','Removed 2 units - Sale',7,'{\"quantity\":2,\"reason\":\"Sale\",\"previous_stock\":3,\"new_stock\":1,\"sale_id\":430,\"sale_number\":\"HIL-0429\"}','154.73.161.254','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-02-09 06:13:41','2026-02-09 06:13:41'),
(2259,251,'stock_removed','Removed 3 units - Sale',7,'{\"quantity\":3,\"reason\":\"Sale\",\"previous_stock\":3,\"new_stock\":0,\"sale_id\":430,\"sale_number\":\"HIL-0429\"}','154.73.161.254','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-02-09 06:13:41','2026-02-09 06:13:41'),
(2260,253,'stock_removed','Removed 5 units - Sale',7,'{\"quantity\":5,\"reason\":\"Sale\",\"previous_stock\":7,\"new_stock\":2,\"sale_id\":430,\"sale_number\":\"HIL-0429\"}','154.73.161.254','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-02-09 06:13:41','2026-02-09 06:13:41'),
(2261,261,'stock_removed','Removed 7 units - Sale',7,'{\"quantity\":7,\"reason\":\"Sale\",\"previous_stock\":12,\"new_stock\":5,\"sale_id\":430,\"sale_number\":\"HIL-0429\"}','154.73.161.254','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-02-09 06:13:41','2026-02-09 06:13:41'),
(2262,266,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":17,\"new_stock\":16,\"sale_id\":430,\"sale_number\":\"HIL-0429\"}','154.73.161.254','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-02-09 06:13:41','2026-02-09 06:13:41'),
(2263,270,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":24,\"new_stock\":23,\"sale_id\":430,\"sale_number\":\"HIL-0429\"}','154.73.161.254','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-02-09 06:13:41','2026-02-09 06:13:41'),
(2264,274,'stock_removed','Removed 2 units - Sale',7,'{\"quantity\":2,\"reason\":\"Sale\",\"previous_stock\":9,\"new_stock\":7,\"sale_id\":430,\"sale_number\":\"HIL-0429\"}','154.73.161.254','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-02-09 06:13:41','2026-02-09 06:13:41'),
(2265,87,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":15,\"new_stock\":14,\"sale_id\":431,\"sale_number\":\"HIL-0430\"}','143.105.161.250','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-02-09 07:18:17','2026-02-09 07:18:17'),
(2266,67,'stock_removed','Removed 3 units - Sale',7,'{\"quantity\":3,\"reason\":\"Sale\",\"previous_stock\":18,\"new_stock\":15,\"sale_id\":432,\"sale_number\":\"HIL-0431\"}','143.105.161.250','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-02-09 07:57:47','2026-02-09 07:57:47'),
(2267,91,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":3,\"new_stock\":2,\"sale_id\":432,\"sale_number\":\"HIL-0431\"}','143.105.161.250','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-02-09 07:57:47','2026-02-09 07:57:47'),
(2268,126,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":19,\"new_stock\":18,\"sale_id\":432,\"sale_number\":\"HIL-0431\"}','143.105.161.250','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-02-09 07:57:47','2026-02-09 07:57:47'),
(2269,141,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":1,\"new_stock\":0,\"sale_id\":432,\"sale_number\":\"HIL-0431\"}','143.105.161.250','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-02-09 07:57:47','2026-02-09 07:57:47'),
(2270,146,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":9,\"new_stock\":8,\"sale_id\":432,\"sale_number\":\"HIL-0431\"}','143.105.161.250','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-02-09 07:57:47','2026-02-09 07:57:47'),
(2271,184,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":22,\"new_stock\":21,\"sale_id\":432,\"sale_number\":\"HIL-0431\"}','143.105.161.250','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-02-09 07:57:47','2026-02-09 07:57:47'),
(2272,208,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":1,\"new_stock\":0,\"sale_id\":432,\"sale_number\":\"HIL-0431\"}','143.105.161.250','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-02-09 07:57:47','2026-02-09 07:57:47'),
(2273,245,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":17,\"new_stock\":16,\"sale_id\":432,\"sale_number\":\"HIL-0431\"}','143.105.161.250','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-02-09 07:57:47','2026-02-09 07:57:47'),
(2274,270,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":23,\"new_stock\":22,\"sale_id\":432,\"sale_number\":\"HIL-0431\"}','143.105.161.250','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-02-09 07:57:47','2026-02-09 07:57:47'),
(2275,272,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":23,\"new_stock\":22,\"sale_id\":432,\"sale_number\":\"HIL-0431\"}','143.105.161.250','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-02-09 07:57:47','2026-02-09 07:57:47'),
(2276,213,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":4,\"new_stock\":3,\"sale_id\":433,\"sale_number\":\"HIL-0432\"}','143.105.161.250','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-02-09 08:10:09','2026-02-09 08:10:09'),
(2277,45,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":8,\"new_stock\":7,\"sale_id\":434,\"sale_number\":\"HIL-0433\"}','143.105.161.250','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-02-09 08:29:44','2026-02-09 08:29:44'),
(2278,107,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":19,\"new_stock\":18,\"sale_id\":434,\"sale_number\":\"HIL-0433\"}','143.105.161.250','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-02-09 08:29:44','2026-02-09 08:29:44'),
(2279,247,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":3,\"new_stock\":2,\"sale_id\":434,\"sale_number\":\"HIL-0433\"}','143.105.161.250','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-02-09 08:29:44','2026-02-09 08:29:44'),
(2280,266,'stock_removed','Removed 2 units - Sale',7,'{\"quantity\":2,\"reason\":\"Sale\",\"previous_stock\":16,\"new_stock\":14,\"sale_id\":434,\"sale_number\":\"HIL-0433\"}','143.105.161.250','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-02-09 08:29:44','2026-02-09 08:29:44'),
(2281,270,'stock_removed','Removed 2 units - Sale',7,'{\"quantity\":2,\"reason\":\"Sale\",\"previous_stock\":22,\"new_stock\":20,\"sale_id\":434,\"sale_number\":\"HIL-0433\"}','143.105.161.250','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-02-09 08:29:44','2026-02-09 08:29:44'),
(2282,79,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":19,\"new_stock\":18,\"sale_id\":435,\"sale_number\":\"HIL-0434\"}','143.105.161.250','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-02-09 08:32:03','2026-02-09 08:32:03'),
(2283,259,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":5,\"new_stock\":4,\"sale_id\":435,\"sale_number\":\"HIL-0434\"}','143.105.161.250','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-02-09 08:32:03','2026-02-09 08:32:03'),
(2284,261,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":5,\"new_stock\":4,\"sale_id\":435,\"sale_number\":\"HIL-0434\"}','143.105.161.250','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-02-09 08:32:03','2026-02-09 08:32:03'),
(2285,251,'status_changed','Product deactivated',7,'{\"old_status\":true,\"new_status\":false}','143.105.161.250','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-02-09 08:38:46','2026-02-09 08:38:46'),
(2286,208,'status_changed','Product deactivated',7,'{\"old_status\":true,\"new_status\":false}','143.105.161.250','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-02-09 08:39:14','2026-02-09 08:39:14'),
(2287,206,'status_changed','Product deactivated',7,'{\"old_status\":true,\"new_status\":false}','143.105.161.250','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-02-09 08:44:59','2026-02-09 08:44:59'),
(2288,206,'status_changed','Product activated',7,'{\"old_status\":false,\"new_status\":true}','143.105.161.250','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-02-09 08:45:58','2026-02-09 08:45:58'),
(2289,148,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":1,\"new_stock\":0,\"sale_id\":436,\"sale_number\":\"HIL-0435\"}','143.105.161.250','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-02-09 08:54:38','2026-02-09 08:54:38'),
(2290,154,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":1,\"new_stock\":0,\"sale_id\":436,\"sale_number\":\"HIL-0435\"}','143.105.161.250','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-02-09 08:54:38','2026-02-09 08:54:38'),
(2291,206,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":1,\"new_stock\":0,\"sale_id\":436,\"sale_number\":\"HIL-0435\"}','143.105.161.250','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-02-09 08:54:38','2026-02-09 08:54:38'),
(2292,192,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":1,\"new_stock\":0,\"sale_id\":437,\"sale_number\":\"HIL-0436\"}','143.105.161.250','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-02-09 08:55:32','2026-02-09 08:55:32'),
(2293,200,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":2,\"new_stock\":1,\"sale_id\":437,\"sale_number\":\"HIL-0436\"}','143.105.161.250','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-02-09 08:55:32','2026-02-09 08:55:32'),
(2294,272,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":22,\"new_stock\":21,\"sale_id\":438,\"sale_number\":\"HIL-0437\"}','143.105.161.250','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-02-09 09:48:58','2026-02-09 09:48:58'),
(2295,235,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":5,\"new_stock\":4,\"sale_id\":439,\"sale_number\":\"HIL-0438\"}','143.105.161.250','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-02-09 10:31:26','2026-02-09 10:31:26'),
(2296,184,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":21,\"new_stock\":20,\"sale_id\":440,\"sale_number\":\"HIL-0439\"}','143.105.161.250','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-02-09 11:08:25','2026-02-09 11:08:25'),
(2297,274,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":7,\"new_stock\":6,\"sale_id\":440,\"sale_number\":\"HIL-0439\"}','143.105.161.250','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-02-09 11:08:25','2026-02-09 11:08:25'),
(2298,8,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":426,\"new_stock\":425,\"sale_id\":441,\"sale_number\":\"HIL-0440\"}','143.105.161.250','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-02-09 11:48:50','2026-02-09 11:48:50'),
(2299,270,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":20,\"new_stock\":19,\"sale_id\":441,\"sale_number\":\"HIL-0440\"}','143.105.161.250','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-02-09 11:48:50','2026-02-09 11:48:50'),
(2300,47,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":18,\"new_stock\":17,\"sale_id\":442,\"sale_number\":\"HIL-0441\"}','143.105.161.250','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-02-09 12:46:13','2026-02-09 12:46:13'),
(2301,55,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":3,\"new_stock\":2,\"sale_id\":442,\"sale_number\":\"HIL-0441\"}','143.105.161.250','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-02-09 12:46:13','2026-02-09 12:46:13'),
(2302,136,'stock_removed','Removed 3 units - Sale',7,'{\"quantity\":3,\"reason\":\"Sale\",\"previous_stock\":8,\"new_stock\":5,\"sale_id\":442,\"sale_number\":\"HIL-0441\"}','143.105.161.250','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-02-09 12:46:13','2026-02-09 12:46:13'),
(2303,167,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":2,\"new_stock\":1,\"sale_id\":442,\"sale_number\":\"HIL-0441\"}','143.105.161.250','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-02-09 12:46:13','2026-02-09 12:46:13'),
(2304,235,'stock_removed','Removed 3 units - Sale',7,'{\"quantity\":3,\"reason\":\"Sale\",\"previous_stock\":4,\"new_stock\":1,\"sale_id\":442,\"sale_number\":\"HIL-0441\"}','143.105.161.250','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-02-09 12:46:13','2026-02-09 12:46:13'),
(2305,239,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":4,\"new_stock\":3,\"sale_id\":442,\"sale_number\":\"HIL-0441\"}','143.105.161.250','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-02-09 12:46:13','2026-02-09 12:46:13'),
(2306,79,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":18,\"new_stock\":17,\"sale_id\":443,\"sale_number\":\"HIL-0442\"}','143.105.161.250','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-02-09 12:49:26','2026-02-09 12:49:26'),
(2307,97,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":3,\"new_stock\":2,\"sale_id\":443,\"sale_number\":\"HIL-0442\"}','143.105.161.250','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-02-09 12:49:26','2026-02-09 12:49:26'),
(2308,261,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":4,\"new_stock\":3,\"sale_id\":443,\"sale_number\":\"HIL-0442\"}','143.105.161.250','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-02-09 12:49:26','2026-02-09 12:49:26'),
(2309,235,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":1,\"new_stock\":0,\"sale_id\":444,\"sale_number\":\"HIL-0443\"}','143.105.161.250','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-02-09 12:50:02','2026-02-09 12:50:02'),
(2310,272,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":21,\"new_stock\":20,\"sale_id\":445,\"sale_number\":\"HIL-0444\"}','143.105.161.250','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-02-09 14:25:55','2026-02-09 14:25:55'),
(2311,8,'stock_removed','Removed 5 units - Sale',7,'{\"quantity\":5,\"reason\":\"Sale\",\"previous_stock\":425,\"new_stock\":420,\"sale_id\":446,\"sale_number\":\"HIL-0445\"}','143.105.161.17','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-02-10 08:20:20','2026-02-10 08:20:20'),
(2312,126,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":18,\"new_stock\":17,\"sale_id\":447,\"sale_number\":\"HIL-0446\"}','143.105.161.17','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-02-10 12:26:33','2026-02-10 12:26:33'),
(2313,97,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":2,\"new_stock\":1,\"sale_id\":448,\"sale_number\":\"HIL-0447\"}','154.73.166.129','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-02-11 06:09:50','2026-02-11 06:09:50'),
(2314,126,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":17,\"new_stock\":16,\"sale_id\":449,\"sale_number\":\"HIL-0448\"}','143.105.161.128','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-02-11 10:13:34','2026-02-11 10:13:34'),
(2315,237,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":2,\"new_stock\":1,\"sale_id\":449,\"sale_number\":\"HIL-0448\"}','143.105.161.128','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-02-11 10:13:34','2026-02-11 10:13:34'),
(2316,289,'stock_removed','Removed 11 units - Transfer from store to market',7,'{\"quantity\":11,\"reason\":\"Transfer from store to market\",\"previous_stock\":11,\"new_stock\":0,\"transfer_type\":\"store_to_market\",\"transferred_by\":7}','143.105.161.128','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-02-11 10:58:54','2026-02-11 10:58:54'),
(2317,291,'created','Product created',7,'{\"name\":\"K\\u00c7-1\",\"description\":\"1X40\\r\\n2X41\\r\\n2X42\\r\\n3X43\\r\\n2X44\\r\\n1X45\",\"barcode\":\"PRD457290-M1\",\"category_id\":\"3\",\"product_type\":\"market\",\"unit\":\"pcs\",\"cost_price\":\"16500.00\",\"selling_price\":\"18500.00\",\"discount_price\":null,\"image\":\"products\\/1770474779_Byg3a11gpl.jpeg\",\"expiry_date\":null,\"is_active\":true,\"weight\":null,\"length\":null,\"width\":null,\"height\":null,\"updated_at\":\"2026-02-11T13:58:54.000000Z\",\"created_at\":\"2026-02-11T13:58:54.000000Z\",\"id\":291}','143.105.161.128','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-02-11 10:58:54','2026-02-11 10:58:54'),
(2318,291,'stock_added','Added 11 units - Transfer from store to market',7,'{\"quantity\":11,\"reason\":\"Transfer from store to market\",\"previous_stock\":0,\"new_stock\":11,\"transfer_type\":\"store_to_market\",\"from_product_id\":289,\"transferred_by\":7}','143.105.161.128','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-02-11 10:58:54','2026-02-11 10:58:54'),
(2319,288,'stock_removed','Removed 11 units - Transfer from store to market',7,'{\"quantity\":11,\"reason\":\"Transfer from store to market\",\"previous_stock\":11,\"new_stock\":0,\"transfer_type\":\"store_to_market\",\"transferred_by\":7}','143.105.161.128','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-02-11 10:59:29','2026-02-11 10:59:29'),
(2320,293,'created','Product created',7,'{\"name\":\"HW\",\"description\":null,\"barcode\":\"PRD504446-M1\",\"category_id\":\"6\",\"product_type\":\"market\",\"unit\":\"pcs\",\"cost_price\":\"8500.00\",\"selling_price\":\"10000.00\",\"discount_price\":null,\"image\":\"products\\/1770474302_bnVWgnBHET.jpeg\",\"expiry_date\":null,\"is_active\":true,\"weight\":null,\"length\":null,\"width\":null,\"height\":null,\"updated_at\":\"2026-02-11T13:59:29.000000Z\",\"created_at\":\"2026-02-11T13:59:29.000000Z\",\"id\":293}','143.105.161.128','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-02-11 10:59:29','2026-02-11 10:59:29'),
(2321,293,'stock_added','Added 11 units - Transfer from store to market',7,'{\"quantity\":11,\"reason\":\"Transfer from store to market\",\"previous_stock\":0,\"new_stock\":11,\"transfer_type\":\"store_to_market\",\"from_product_id\":288,\"transferred_by\":7}','143.105.161.128','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-02-11 10:59:29','2026-02-11 10:59:29'),
(2322,15,'stock_removed','Removed 13 units - Transfer from store to market',7,'{\"quantity\":13,\"reason\":\"Transfer from store to market\",\"previous_stock\":13,\"new_stock\":0,\"transfer_type\":\"store_to_market\",\"transferred_by\":7}','143.105.161.128','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-02-11 11:00:33','2026-02-11 11:00:33'),
(2323,295,'created','Product created',7,'{\"name\":\"HW-ST\",\"description\":null,\"barcode\":\"PRD546732-M2\",\"category_id\":\"6\",\"product_type\":\"market\",\"unit\":\"pcs\",\"cost_price\":\"8500.00\",\"selling_price\":\"10000.00\",\"discount_price\":null,\"image\":\"products\\/1766051786_YEJ2ghUgVi.jpg\",\"expiry_date\":null,\"is_active\":true,\"weight\":null,\"length\":null,\"width\":null,\"height\":null,\"updated_at\":\"2026-02-11T14:00:33.000000Z\",\"created_at\":\"2026-02-11T14:00:33.000000Z\",\"id\":295}','143.105.161.128','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-02-11 11:00:33','2026-02-11 11:00:33'),
(2324,295,'stock_added','Added 13 units - Transfer from store to market',7,'{\"quantity\":13,\"reason\":\"Transfer from store to market\",\"previous_stock\":0,\"new_stock\":13,\"transfer_type\":\"store_to_market\",\"from_product_id\":15,\"transferred_by\":7}','143.105.161.128','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-02-11 11:00:33','2026-02-11 11:00:33'),
(2325,275,'stock_removed','Removed 6 units - Transfer from store to market',7,'{\"quantity\":6,\"reason\":\"Transfer from store to market\",\"previous_stock\":6,\"new_stock\":0,\"transfer_type\":\"store_to_market\",\"transferred_by\":7}','143.105.161.128','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-02-11 11:04:39','2026-02-11 11:04:39'),
(2326,297,'created','Product created',7,'{\"name\":\"KS-1\",\"description\":\"1X40\\r\\n3X41\\r\\n3X42\\r\\n3X43\\r\\n2X44\\r\\n1X45\",\"barcode\":\"PRD070888-M1\",\"category_id\":\"3\",\"product_type\":\"market\",\"unit\":\"pcs\",\"cost_price\":\"16500.00\",\"selling_price\":\"18500.00\",\"discount_price\":null,\"image\":\"products\\/1770455429_KXMRs03k08.jpeg\",\"expiry_date\":null,\"is_active\":true,\"weight\":null,\"length\":null,\"width\":null,\"height\":null,\"updated_at\":\"2026-02-11T14:04:39.000000Z\",\"created_at\":\"2026-02-11T14:04:39.000000Z\",\"id\":297}','143.105.161.128','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-02-11 11:04:39','2026-02-11 11:04:39'),
(2327,297,'stock_added','Added 6 units - Transfer from store to market',7,'{\"quantity\":6,\"reason\":\"Transfer from store to market\",\"previous_stock\":0,\"new_stock\":6,\"transfer_type\":\"store_to_market\",\"from_product_id\":275,\"transferred_by\":7}','143.105.161.128','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-02-11 11:04:39','2026-02-11 11:04:39'),
(2328,31,'stock_removed','Removed 10 units - Transfer from store to market',7,'{\"quantity\":10,\"reason\":\"Transfer from store to market\",\"previous_stock\":20,\"new_stock\":10,\"transfer_type\":\"store_to_market\",\"transferred_by\":7}','143.105.161.128','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-02-11 11:06:22','2026-02-11 11:06:22'),
(2329,215,'stock_added','Added 10 units - Transfer from store to market',7,'{\"quantity\":10,\"reason\":\"Transfer from store to market\",\"previous_stock\":4,\"new_stock\":14,\"transfer_type\":\"store_to_market\",\"from_product_id\":31,\"transferred_by\":7}','143.105.161.128','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-02-11 11:06:22','2026-02-11 11:06:22'),
(2330,228,'stock_removed','Removed 4 units - Transfer from store to market',7,'{\"quantity\":4,\"reason\":\"Transfer from store to market\",\"previous_stock\":4,\"new_stock\":0,\"transfer_type\":\"store_to_market\",\"transferred_by\":7}','143.105.161.128','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-02-11 11:06:55','2026-02-11 11:06:55'),
(2331,239,'stock_added','Added 4 units - Transfer from store to market',7,'{\"quantity\":4,\"reason\":\"Transfer from store to market\",\"previous_stock\":3,\"new_stock\":7,\"transfer_type\":\"store_to_market\",\"from_product_id\":228,\"transferred_by\":7}','143.105.161.128','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-02-11 11:06:55','2026-02-11 11:06:55'),
(2332,285,'stock_removed','Removed 10 units - Transfer from store to market',7,'{\"quantity\":10,\"reason\":\"Transfer from store to market\",\"previous_stock\":10,\"new_stock\":0,\"transfer_type\":\"store_to_market\",\"transferred_by\":7}','143.105.161.128','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-02-11 11:36:00','2026-02-11 11:36:00'),
(2333,299,'created','Product created',7,'{\"name\":\"FB15S\",\"description\":\"1X41\\r\\n2X42\\r\\n3X43\\r\\n2X44\\r\\n2X45\",\"barcode\":\"PRD320503-M1\",\"category_id\":\"2\",\"product_type\":\"market\",\"unit\":\"pcs\",\"cost_price\":\"16500.00\",\"selling_price\":\"18500.00\",\"discount_price\":null,\"image\":\"products\\/1770470213_AITyG1ksvq.jpeg\",\"expiry_date\":null,\"is_active\":true,\"weight\":null,\"length\":null,\"width\":null,\"height\":null,\"updated_at\":\"2026-02-11T14:36:00.000000Z\",\"created_at\":\"2026-02-11T14:36:00.000000Z\",\"id\":299}','143.105.161.128','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-02-11 11:36:00','2026-02-11 11:36:00'),
(2334,299,'stock_added','Added 10 units - Transfer from store to market',7,'{\"quantity\":10,\"reason\":\"Transfer from store to market\",\"previous_stock\":0,\"new_stock\":10,\"transfer_type\":\"store_to_market\",\"from_product_id\":285,\"transferred_by\":7}','143.105.161.128','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-02-11 11:36:00','2026-02-11 11:36:00'),
(2335,119,'stock_removed','Removed 16 units - Transfer from store to market',7,'{\"quantity\":16,\"reason\":\"Transfer from store to market\",\"previous_stock\":16,\"new_stock\":0,\"transfer_type\":\"store_to_market\",\"transferred_by\":7}','143.105.161.128','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-02-11 11:39:21','2026-02-11 11:39:21'),
(2336,132,'stock_added','Added 16 units - Transfer from store to market',7,'{\"quantity\":16,\"reason\":\"Transfer from store to market\",\"previous_stock\":0,\"new_stock\":16,\"transfer_type\":\"store_to_market\",\"from_product_id\":119,\"transferred_by\":7}','143.105.161.128','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-02-11 11:39:21','2026-02-11 11:39:21'),
(2337,18,'stock_removed','Removed 30 units - Transfer from store to market',7,'{\"quantity\":30,\"reason\":\"Transfer from store to market\",\"previous_stock\":105,\"new_stock\":75,\"transfer_type\":\"store_to_market\",\"transferred_by\":7}','143.105.161.128','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-02-11 11:54:12','2026-02-11 11:54:12'),
(2338,301,'created','Product created',7,'{\"name\":\"HW-L\",\"description\":null,\"barcode\":\"PRD393417-M1\",\"category_id\":\"6\",\"product_type\":\"market\",\"unit\":\"pcs\",\"cost_price\":\"8500.00\",\"selling_price\":\"10000.00\",\"discount_price\":null,\"image\":\"products\\/1766132742_fNCZu43Paf.jpg\",\"expiry_date\":null,\"is_active\":true,\"weight\":null,\"length\":null,\"width\":null,\"height\":null,\"updated_at\":\"2026-02-11T14:54:12.000000Z\",\"created_at\":\"2026-02-11T14:54:12.000000Z\",\"id\":301}','143.105.161.128','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-02-11 11:54:13','2026-02-11 11:54:13'),
(2339,301,'stock_added','Added 30 units - Transfer from store to market',7,'{\"quantity\":30,\"reason\":\"Transfer from store to market\",\"previous_stock\":0,\"new_stock\":30,\"transfer_type\":\"store_to_market\",\"from_product_id\":18,\"transferred_by\":7}','143.105.161.128','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-02-11 11:54:13','2026-02-11 11:54:13'),
(2340,284,'stock_removed','Removed 6 units - Transfer from store to market',7,'{\"quantity\":6,\"reason\":\"Transfer from store to market\",\"previous_stock\":18,\"new_stock\":12,\"transfer_type\":\"store_to_market\",\"transferred_by\":7}','143.105.161.128','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-02-11 11:56:10','2026-02-11 11:56:10'),
(2341,303,'created','Product created',7,'{\"name\":\"HS-2010\\u00c7\",\"description\":\"1X39\\r\\n2X40\\r\\n3X41\\r\\n3X42\\r\\n3X43\\r\\n3X44\\r\\n3X45\",\"barcode\":\"PRD212827-M1\",\"category_id\":\"2\",\"product_type\":\"market\",\"unit\":\"pcs\",\"cost_price\":\"16500.00\",\"selling_price\":\"18500.00\",\"discount_price\":null,\"image\":\"products\\/1770458113_fwiobG0c0G.jpeg\",\"expiry_date\":null,\"is_active\":true,\"weight\":null,\"length\":null,\"width\":null,\"height\":null,\"updated_at\":\"2026-02-11T14:56:10.000000Z\",\"created_at\":\"2026-02-11T14:56:10.000000Z\",\"id\":303}','143.105.161.128','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-02-11 11:56:10','2026-02-11 11:56:10'),
(2342,303,'stock_added','Added 6 units - Transfer from store to market',7,'{\"quantity\":6,\"reason\":\"Transfer from store to market\",\"previous_stock\":0,\"new_stock\":6,\"transfer_type\":\"store_to_market\",\"from_product_id\":284,\"transferred_by\":7}','143.105.161.128','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-02-11 11:56:10','2026-02-11 11:56:10'),
(2343,34,'stock_removed','Removed 1 units - Transfer from store to market',7,'{\"quantity\":1,\"reason\":\"Transfer from store to market\",\"previous_stock\":4,\"new_stock\":3,\"transfer_type\":\"store_to_market\",\"transferred_by\":7}','143.105.161.128','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-02-11 11:56:23','2026-02-11 11:56:23'),
(2344,266,'stock_added','Added 1 units - Transfer from store to market',7,'{\"quantity\":1,\"reason\":\"Transfer from store to market\",\"previous_stock\":14,\"new_stock\":15,\"transfer_type\":\"store_to_market\",\"from_product_id\":34,\"transferred_by\":7}','143.105.161.128','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-02-11 11:56:23','2026-02-11 11:56:23'),
(2345,297,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":6,\"new_stock\":5,\"sale_id\":450,\"sale_number\":\"HIL-0449\"}','143.105.161.128','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-02-11 11:58:12','2026-02-11 11:58:12'),
(2346,107,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":18,\"new_stock\":17,\"sale_id\":451,\"sale_number\":\"HIL-0450\"}','143.105.161.128','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-02-11 11:58:34','2026-02-11 11:58:34'),
(2347,126,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":16,\"new_stock\":15,\"sale_id\":452,\"sale_number\":\"HIL-0451\"}','143.105.161.114','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-02-12 07:50:39','2026-02-12 07:50:39'),
(2348,201,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":3,\"new_stock\":2,\"sale_id\":452,\"sale_number\":\"HIL-0451\"}','143.105.161.114','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-02-12 07:50:39','2026-02-12 07:50:39'),
(2349,291,'stock_removed','Removed 2 units - Sale',7,'{\"quantity\":2,\"reason\":\"Sale\",\"previous_stock\":11,\"new_stock\":9,\"sale_id\":453,\"sale_number\":\"HIL-0452\"}','143.105.161.114','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-02-12 08:02:01','2026-02-12 08:02:01'),
(2350,95,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":2,\"new_stock\":1,\"sale_id\":454,\"sale_number\":\"HIL-0453\"}','143.105.161.114','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-02-12 10:02:30','2026-02-12 10:02:30'),
(2351,180,'status_changed','Product activated',7,'{\"old_status\":false,\"new_status\":true}','143.105.161.114','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-02-12 11:11:58','2026-02-12 11:11:58'),
(2352,132,'status_changed','Product activated',7,'{\"old_status\":false,\"new_status\":true}','143.105.161.114','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-02-12 11:12:06','2026-02-12 11:12:06'),
(2353,95,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":1,\"new_stock\":0,\"sale_id\":455,\"sale_number\":\"HIL-0454\"}','143.105.161.114','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-02-12 11:12:37','2026-02-12 11:12:37'),
(2354,132,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":16,\"new_stock\":15,\"sale_id\":455,\"sale_number\":\"HIL-0454\"}','143.105.161.114','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-02-12 11:12:37','2026-02-12 11:12:37'),
(2355,268,'stock_removed','Removed 1 units - Sale return',7,'{\"quantity\":1,\"reason\":\"Sale return\",\"previous_stock\":7,\"new_stock\":6,\"notes\":null}','143.105.161.114','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-02-12 12:29:47','2026-02-12 12:29:47'),
(2356,136,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":5,\"new_stock\":4,\"sale_id\":456,\"sale_number\":\"HIL-0455\"}','143.105.161.114','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-02-12 12:32:36','2026-02-12 12:32:36'),
(2357,270,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":19,\"new_stock\":18,\"sale_id\":457,\"sale_number\":\"HIL-0456\"}','143.105.161.114','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-02-12 12:45:58','2026-02-12 12:45:58'),
(2358,63,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":45,\"new_stock\":44,\"sale_id\":458,\"sale_number\":\"HIL-0457\"}','143.105.161.169','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-02-13 07:57:16','2026-02-13 07:57:16'),
(2359,107,'stock_removed','Removed 2 units - Sale',7,'{\"quantity\":2,\"reason\":\"Sale\",\"previous_stock\":17,\"new_stock\":15,\"sale_id\":459,\"sale_number\":\"HIL-0458\"}','143.105.161.169','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-02-13 09:08:59','2026-02-13 09:08:59'),
(2360,136,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":4,\"new_stock\":3,\"sale_id\":459,\"sale_number\":\"HIL-0458\"}','143.105.161.169','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-02-13 09:08:59','2026-02-13 09:08:59'),
(2361,146,'stock_removed','Removed 2 units - Sale',7,'{\"quantity\":2,\"reason\":\"Sale\",\"previous_stock\":8,\"new_stock\":6,\"sale_id\":459,\"sale_number\":\"HIL-0458\"}','143.105.161.169','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-02-13 09:08:59','2026-02-13 09:08:59'),
(2362,150,'stock_removed','Removed 4 units - Sale',7,'{\"quantity\":4,\"reason\":\"Sale\",\"previous_stock\":5,\"new_stock\":1,\"sale_id\":459,\"sale_number\":\"HIL-0458\"}','143.105.161.169','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-02-13 09:08:59','2026-02-13 09:08:59'),
(2363,182,'stock_removed','Removed 2 units - Sale',7,'{\"quantity\":2,\"reason\":\"Sale\",\"previous_stock\":9,\"new_stock\":7,\"sale_id\":459,\"sale_number\":\"HIL-0458\"}','143.105.161.169','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-02-13 09:08:59','2026-02-13 09:08:59'),
(2364,184,'stock_removed','Removed 3 units - Sale',7,'{\"quantity\":3,\"reason\":\"Sale\",\"previous_stock\":20,\"new_stock\":17,\"sale_id\":459,\"sale_number\":\"HIL-0458\"}','143.105.161.169','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-02-13 09:08:59','2026-02-13 09:08:59'),
(2365,241,'stock_removed','Removed 2 units - Sale',7,'{\"quantity\":2,\"reason\":\"Sale\",\"previous_stock\":5,\"new_stock\":3,\"sale_id\":459,\"sale_number\":\"HIL-0458\"}','143.105.161.169','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-02-13 09:08:59','2026-02-13 09:08:59'),
(2366,213,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":3,\"new_stock\":2,\"sale_id\":460,\"sale_number\":\"HIL-0459\"}','143.105.161.169','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-02-13 09:54:43','2026-02-13 09:54:43'),
(2367,139,'stock_removed','Removed 15 units - Transfer from store to market',7,'{\"quantity\":15,\"reason\":\"Transfer from store to market\",\"previous_stock\":15,\"new_stock\":0,\"transfer_type\":\"store_to_market\",\"transferred_by\":7}','143.105.161.169','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-02-13 09:55:33','2026-02-13 09:55:33'),
(2368,141,'stock_added','Added 15 units - Transfer from store to market',7,'{\"quantity\":15,\"reason\":\"Transfer from store to market\",\"previous_stock\":0,\"new_stock\":15,\"transfer_type\":\"store_to_market\",\"from_product_id\":139,\"transferred_by\":7}','143.105.161.169','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-02-13 09:55:33','2026-02-13 09:55:33'),
(2369,225,'stock_removed','Removed 22 units - Transfer from store to market',7,'{\"quantity\":22,\"reason\":\"Transfer from store to market\",\"previous_stock\":22,\"new_stock\":0,\"transfer_type\":\"store_to_market\",\"transferred_by\":7}','143.105.161.169','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-02-13 10:13:29','2026-02-13 10:13:29'),
(2370,251,'stock_added','Added 22 units - Transfer from store to market',7,'{\"quantity\":22,\"reason\":\"Transfer from store to market\",\"previous_stock\":0,\"new_stock\":22,\"transfer_type\":\"store_to_market\",\"from_product_id\":225,\"transferred_by\":7}','143.105.161.169','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-02-13 10:13:29','2026-02-13 10:13:29'),
(2371,287,'stock_removed','Removed 10 units - Transfer from store to market',7,'{\"quantity\":10,\"reason\":\"Transfer from store to market\",\"previous_stock\":10,\"new_stock\":0,\"transfer_type\":\"store_to_market\",\"transferred_by\":7}','143.105.161.169','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-02-13 10:14:39','2026-02-13 10:14:39'),
(2372,305,'created','Product created',7,'{\"name\":\"HB-2027\\u00c7\",\"description\":\"2X41\\r\\n2X42\\r\\n4X43\\r\\n2X44\",\"barcode\":\"PRD892753-M1\",\"category_id\":\"3\",\"product_type\":\"market\",\"unit\":\"pcs\",\"cost_price\":\"16500.00\",\"selling_price\":\"18500.00\",\"discount_price\":null,\"image\":\"products\\/1770471250_ruFscbDREK.jpeg\",\"expiry_date\":null,\"is_active\":true,\"weight\":null,\"length\":null,\"width\":null,\"height\":null,\"updated_at\":\"2026-02-13T13:14:39.000000Z\",\"created_at\":\"2026-02-13T13:14:39.000000Z\",\"id\":305}','143.105.161.169','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-02-13 10:14:39','2026-02-13 10:14:39'),
(2373,305,'stock_added','Added 10 units - Transfer from store to market',7,'{\"quantity\":10,\"reason\":\"Transfer from store to market\",\"previous_stock\":0,\"new_stock\":10,\"transfer_type\":\"store_to_market\",\"from_product_id\":287,\"transferred_by\":7}','143.105.161.169','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-02-13 10:14:39','2026-02-13 10:14:39'),
(2374,222,'stock_removed','Removed 3 units - Transfer from store to market',7,'{\"quantity\":3,\"reason\":\"Transfer from store to market\",\"previous_stock\":3,\"new_stock\":0,\"transfer_type\":\"store_to_market\",\"transferred_by\":7}','143.105.161.169','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-02-13 10:15:34','2026-02-13 10:15:34'),
(2375,257,'stock_added','Added 3 units - Transfer from store to market',7,'{\"quantity\":3,\"reason\":\"Transfer from store to market\",\"previous_stock\":7,\"new_stock\":10,\"transfer_type\":\"store_to_market\",\"from_product_id\":222,\"transferred_by\":7}','143.105.161.169','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-02-13 10:15:34','2026-02-13 10:15:34'),
(2376,160,'stock_removed','Removed 14 units - Transfer from store to market',7,'{\"quantity\":14,\"reason\":\"Transfer from store to market\",\"previous_stock\":14,\"new_stock\":0,\"transfer_type\":\"store_to_market\",\"transferred_by\":7}','143.105.161.169','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-02-13 10:23:02','2026-02-13 10:23:02'),
(2377,307,'created','Product created',7,'{\"name\":\"HB-2026 T\",\"description\":\"1X39\\r\\n2X40\\r\\n2X41\\r\\n2X42\\r\\n3X43\\r\\n2X44\\r\\n2X45\",\"barcode\":\"PRD031390-M2\",\"category_id\":\"3\",\"product_type\":\"market\",\"unit\":\"pcs\",\"cost_price\":\"16500.00\",\"selling_price\":\"18500.00\",\"discount_price\":null,\"image\":\"products\\/1767876623_eX1rpQOyur.jpg\",\"expiry_date\":null,\"is_active\":true,\"weight\":null,\"length\":null,\"width\":null,\"height\":null,\"updated_at\":\"2026-02-13T13:23:02.000000Z\",\"created_at\":\"2026-02-13T13:23:02.000000Z\",\"id\":307}','143.105.161.169','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-02-13 10:23:02','2026-02-13 10:23:02'),
(2378,307,'stock_added','Added 14 units - Transfer from store to market',7,'{\"quantity\":14,\"reason\":\"Transfer from store to market\",\"previous_stock\":0,\"new_stock\":14,\"transfer_type\":\"store_to_market\",\"from_product_id\":160,\"transferred_by\":7}','143.105.161.169','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-02-13 10:23:02','2026-02-13 10:23:02'),
(2379,171,'stock_removed','Removed 20 units - Transfer from store to market',7,'{\"quantity\":20,\"reason\":\"Transfer from store to market\",\"previous_stock\":20,\"new_stock\":0,\"transfer_type\":\"store_to_market\",\"transferred_by\":7}','143.105.161.169','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-02-13 10:26:32','2026-02-13 10:26:32'),
(2380,173,'stock_added','Added 20 units - Transfer from store to market',7,'{\"quantity\":20,\"reason\":\"Transfer from store to market\",\"previous_stock\":125,\"new_stock\":145,\"transfer_type\":\"store_to_market\",\"from_product_id\":171,\"transferred_by\":7}','143.105.161.169','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-02-13 10:26:32','2026-02-13 10:26:32'),
(2381,31,'stock_removed','Removed 10 units - Transfer from store to market',7,'{\"quantity\":10,\"reason\":\"Transfer from store to market\",\"previous_stock\":10,\"new_stock\":0,\"transfer_type\":\"store_to_market\",\"transferred_by\":7}','143.105.161.169','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-02-13 10:34:56','2026-02-13 10:34:56'),
(2382,215,'stock_added','Added 10 units - Transfer from store to market',7,'{\"quantity\":10,\"reason\":\"Transfer from store to market\",\"previous_stock\":14,\"new_stock\":24,\"transfer_type\":\"store_to_market\",\"from_product_id\":31,\"transferred_by\":7}','143.105.161.169','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-02-13 10:34:56','2026-02-13 10:34:56'),
(2383,276,'stock_removed','Removed 10 units - Transfer from store to market',7,'{\"quantity\":10,\"reason\":\"Transfer from store to market\",\"previous_stock\":10,\"new_stock\":0,\"transfer_type\":\"store_to_market\",\"transferred_by\":7}','143.105.161.169','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-02-13 10:38:10','2026-02-13 10:38:10'),
(2384,309,'created','Product created',7,'{\"name\":\"HZ-T\",\"description\":\"1X40\\r\\n3X41\\r\\n2X42\\r\\n3X43\\r\\n3X44\\r\\n2X45\",\"barcode\":\"PRD305039-M1\",\"category_id\":\"2\",\"product_type\":\"market\",\"unit\":\"pcs\",\"cost_price\":\"16500.00\",\"selling_price\":\"18500.00\",\"discount_price\":null,\"image\":\"products\\/1770455576_ej7m6rPQgy.jpeg\",\"expiry_date\":null,\"is_active\":true,\"weight\":null,\"length\":null,\"width\":null,\"height\":null,\"updated_at\":\"2026-02-13T13:38:10.000000Z\",\"created_at\":\"2026-02-13T13:38:10.000000Z\",\"id\":309}','143.105.161.169','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-02-13 10:38:10','2026-02-13 10:38:10'),
(2385,309,'stock_added','Added 10 units - Transfer from store to market',7,'{\"quantity\":10,\"reason\":\"Transfer from store to market\",\"previous_stock\":0,\"new_stock\":10,\"transfer_type\":\"store_to_market\",\"from_product_id\":276,\"transferred_by\":7}','143.105.161.169','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-02-13 10:38:10','2026-02-13 10:38:10'),
(2386,278,'stock_removed','Removed 14 units - Transfer from store to market',7,'{\"quantity\":14,\"reason\":\"Transfer from store to market\",\"previous_stock\":14,\"new_stock\":0,\"transfer_type\":\"store_to_market\",\"transferred_by\":7}','143.105.161.169','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-02-13 10:39:13','2026-02-13 10:39:13'),
(2387,311,'created','Product created',7,'{\"name\":\"HZ-SB\",\"description\":\"1X40\\r\\n2X41\\r\\n3X42\\r\\n3X43\\r\\n3X44\\r\\n2X45\",\"barcode\":\"PRD188578-M1\",\"category_id\":\"2\",\"product_type\":\"market\",\"unit\":\"pcs\",\"cost_price\":\"16500.00\",\"selling_price\":\"18500.00\",\"discount_price\":null,\"image\":\"products\\/1770455772_R2yazH9539.jpeg\",\"expiry_date\":null,\"is_active\":true,\"weight\":null,\"length\":null,\"width\":null,\"height\":null,\"updated_at\":\"2026-02-13T13:39:13.000000Z\",\"created_at\":\"2026-02-13T13:39:13.000000Z\",\"id\":311}','143.105.161.169','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-02-13 10:39:13','2026-02-13 10:39:13'),
(2388,311,'stock_added','Added 14 units - Transfer from store to market',7,'{\"quantity\":14,\"reason\":\"Transfer from store to market\",\"previous_stock\":0,\"new_stock\":14,\"transfer_type\":\"store_to_market\",\"from_product_id\":278,\"transferred_by\":7}','143.105.161.169','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-02-13 10:39:13','2026-02-13 10:39:13'),
(2389,18,'stock_removed','Removed 75 units - Transfer from store to market',7,'{\"quantity\":75,\"reason\":\"Transfer from store to market\",\"previous_stock\":75,\"new_stock\":0,\"transfer_type\":\"store_to_market\",\"transferred_by\":7}','143.105.161.169','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-02-13 10:39:47','2026-02-13 10:39:47'),
(2390,301,'stock_added','Added 75 units - Transfer from store to market',7,'{\"quantity\":75,\"reason\":\"Transfer from store to market\",\"previous_stock\":30,\"new_stock\":105,\"transfer_type\":\"store_to_market\",\"from_product_id\":18,\"transferred_by\":7}','143.105.161.169','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-02-13 10:39:47','2026-02-13 10:39:47'),
(2391,281,'stock_removed','Removed 10 units - Transfer from store to market',7,'{\"quantity\":10,\"reason\":\"Transfer from store to market\",\"previous_stock\":20,\"new_stock\":10,\"transfer_type\":\"store_to_market\",\"transferred_by\":7}','143.105.161.169','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-02-13 10:47:35','2026-02-13 10:47:35'),
(2392,313,'created','Product created',7,'{\"name\":\"RB-1\",\"description\":\"2X40\\r\\n4X41\\r\\n5X42\\r\\n4X43\\r\\n2X44\\r\\n3X45\",\"barcode\":\"PRD014105-M1\",\"category_id\":\"2\",\"product_type\":\"market\",\"unit\":\"pcs\",\"cost_price\":\"16500.00\",\"selling_price\":\"18500.00\",\"discount_price\":null,\"image\":\"products\\/1770457357_Ft5tpYCotF.jpeg\",\"expiry_date\":null,\"is_active\":true,\"weight\":null,\"length\":null,\"width\":null,\"height\":null,\"updated_at\":\"2026-02-13T13:47:35.000000Z\",\"created_at\":\"2026-02-13T13:47:35.000000Z\",\"id\":313}','143.105.161.169','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-02-13 10:47:35','2026-02-13 10:47:35'),
(2393,313,'stock_added','Added 10 units - Transfer from store to market',7,'{\"quantity\":10,\"reason\":\"Transfer from store to market\",\"previous_stock\":0,\"new_stock\":10,\"transfer_type\":\"store_to_market\",\"from_product_id\":281,\"transferred_by\":7}','143.105.161.169','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-02-13 10:47:35','2026-02-13 10:47:35'),
(2394,277,'stock_removed','Removed 8 units - Transfer from store to market',7,'{\"quantity\":8,\"reason\":\"Transfer from store to market\",\"previous_stock\":8,\"new_stock\":0,\"transfer_type\":\"store_to_market\",\"transferred_by\":7}','143.105.161.169','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-02-13 10:47:46','2026-02-13 10:47:46'),
(2395,315,'created','Product created',7,'{\"name\":\"HZ-\\u00c7\",\"description\":\"2X41\\r\\n2X42\\r\\n1X43\\r\\n2X44\\r\\n1X45\",\"barcode\":\"PRD638156-M1\",\"category_id\":\"2\",\"product_type\":\"market\",\"unit\":\"pcs\",\"cost_price\":\"16500.00\",\"selling_price\":\"18500.00\",\"discount_price\":null,\"image\":\"products\\/1770455677_EvuEDlwr5k.jpeg\",\"expiry_date\":null,\"is_active\":true,\"weight\":null,\"length\":null,\"width\":null,\"height\":null,\"updated_at\":\"2026-02-13T13:47:46.000000Z\",\"created_at\":\"2026-02-13T13:47:46.000000Z\",\"id\":315}','143.105.161.169','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-02-13 10:47:46','2026-02-13 10:47:46'),
(2396,315,'stock_added','Added 8 units - Transfer from store to market',7,'{\"quantity\":8,\"reason\":\"Transfer from store to market\",\"previous_stock\":0,\"new_stock\":8,\"transfer_type\":\"store_to_market\",\"from_product_id\":277,\"transferred_by\":7}','143.105.161.169','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-02-13 10:47:46','2026-02-13 10:47:46'),
(2397,313,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":10,\"new_stock\":9,\"sale_id\":461,\"sale_number\":\"HIL-0460\"}','143.105.161.169','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-02-13 10:48:09','2026-02-13 10:48:09'),
(2398,284,'stock_removed','Removed 12 units - Transfer from store to market',7,'{\"quantity\":12,\"reason\":\"Transfer from store to market\",\"previous_stock\":12,\"new_stock\":0,\"transfer_type\":\"store_to_market\",\"transferred_by\":7}','143.105.161.169','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-02-13 10:49:59','2026-02-13 10:49:59'),
(2399,303,'stock_added','Added 12 units - Transfer from store to market',7,'{\"quantity\":12,\"reason\":\"Transfer from store to market\",\"previous_stock\":6,\"new_stock\":18,\"transfer_type\":\"store_to_market\",\"from_product_id\":284,\"transferred_by\":7}','143.105.161.169','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-02-13 10:49:59','2026-02-13 10:49:59'),
(2400,280,'stock_removed','Removed 20 units - Transfer from store to market',7,'{\"quantity\":20,\"reason\":\"Transfer from store to market\",\"previous_stock\":20,\"new_stock\":0,\"transfer_type\":\"store_to_market\",\"transferred_by\":7}','143.105.161.169','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-02-13 10:55:19','2026-02-13 10:55:19'),
(2401,317,'created','Product created',7,'{\"name\":\"KB-1\",\"description\":\"2X40\\r\\n4X41\\r\\n5X42\\r\\n5X43\\r\\n2X44\\r\\n2X45\",\"barcode\":\"PRD805745-M1\",\"category_id\":\"3\",\"product_type\":\"market\",\"unit\":\"pcs\",\"cost_price\":\"16500.00\",\"selling_price\":\"18500.00\",\"discount_price\":null,\"image\":\"products\\/1770457102_GW78l6rV1U.jpeg\",\"expiry_date\":null,\"is_active\":true,\"weight\":null,\"length\":null,\"width\":null,\"height\":null,\"updated_at\":\"2026-02-13T13:55:19.000000Z\",\"created_at\":\"2026-02-13T13:55:19.000000Z\",\"id\":317}','143.105.161.169','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-02-13 10:55:19','2026-02-13 10:55:19'),
(2402,317,'stock_added','Added 20 units - Transfer from store to market',7,'{\"quantity\":20,\"reason\":\"Transfer from store to market\",\"previous_stock\":0,\"new_stock\":20,\"transfer_type\":\"store_to_market\",\"from_product_id\":280,\"transferred_by\":7}','143.105.161.169','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-02-13 10:55:19','2026-02-13 10:55:19'),
(2403,167,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":1,\"new_stock\":0,\"sale_id\":462,\"sale_number\":\"HIL-0461\"}','143.105.161.169','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-02-13 10:58:33','2026-02-13 10:58:33'),
(2404,313,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":9,\"new_stock\":8,\"sale_id\":462,\"sale_number\":\"HIL-0461\"}','143.105.161.169','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-02-13 10:58:33','2026-02-13 10:58:33'),
(2405,286,'stock_removed','Removed 8 units - Transfer from store to market',7,'{\"quantity\":8,\"reason\":\"Transfer from store to market\",\"previous_stock\":8,\"new_stock\":0,\"transfer_type\":\"store_to_market\",\"transferred_by\":7}','143.105.161.169','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-02-13 10:59:51','2026-02-13 10:59:51'),
(2406,319,'created','Product created',7,'{\"name\":\"Hilal-10K\",\"description\":\"2X40\\r\\n2X41\\r\\n2X42\\r\\n1X43\\r\\n1X45\",\"barcode\":\"PRD408068-M1\",\"category_id\":\"2\",\"product_type\":\"market\",\"unit\":\"pcs\",\"cost_price\":\"16500.00\",\"selling_price\":\"18500.00\",\"discount_price\":null,\"image\":\"products\\/1770470952_yFa29YbZ2z.jpeg\",\"expiry_date\":null,\"is_active\":true,\"weight\":null,\"length\":null,\"width\":null,\"height\":null,\"updated_at\":\"2026-02-13T13:59:51.000000Z\",\"created_at\":\"2026-02-13T13:59:51.000000Z\",\"id\":319}','143.105.161.169','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-02-13 10:59:51','2026-02-13 10:59:51'),
(2407,319,'stock_added','Added 8 units - Transfer from store to market',7,'{\"quantity\":8,\"reason\":\"Transfer from store to market\",\"previous_stock\":0,\"new_stock\":8,\"transfer_type\":\"store_to_market\",\"from_product_id\":286,\"transferred_by\":7}','143.105.161.169','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-02-13 10:59:51','2026-02-13 10:59:51'),
(2408,281,'stock_removed','Removed 10 units - Transfer from store to market',7,'{\"quantity\":10,\"reason\":\"Transfer from store to market\",\"previous_stock\":10,\"new_stock\":0,\"transfer_type\":\"store_to_market\",\"transferred_by\":7}','154.73.161.142','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-02-13 11:00:28','2026-02-13 11:00:28'),
(2409,313,'stock_added','Added 10 units - Transfer from store to market',7,'{\"quantity\":10,\"reason\":\"Transfer from store to market\",\"previous_stock\":8,\"new_stock\":18,\"transfer_type\":\"store_to_market\",\"from_product_id\":281,\"transferred_by\":7}','154.73.161.142','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-02-13 11:00:28','2026-02-13 11:00:28'),
(2410,178,'stock_removed','Removed 18 units - Transfer from store to market',7,'{\"quantity\":18,\"reason\":\"Transfer from store to market\",\"previous_stock\":18,\"new_stock\":0,\"transfer_type\":\"store_to_market\",\"transferred_by\":7}','154.73.161.142','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-02-13 11:04:35','2026-02-13 11:04:35'),
(2411,180,'stock_added','Added 18 units - Transfer from store to market',7,'{\"quantity\":18,\"reason\":\"Transfer from store to market\",\"previous_stock\":0,\"new_stock\":18,\"transfer_type\":\"store_to_market\",\"from_product_id\":178,\"transferred_by\":7}','154.73.161.142','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-02-13 11:04:35','2026-02-13 11:04:35'),
(2412,279,'stock_removed','Removed 15 units - Transfer from store to market',7,'{\"quantity\":15,\"reason\":\"Transfer from store to market\",\"previous_stock\":15,\"new_stock\":0,\"transfer_type\":\"store_to_market\",\"transferred_by\":7}','154.73.161.142','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-02-13 11:05:28','2026-02-13 11:05:28'),
(2413,321,'created','Product created',7,'{\"name\":\"HS-3000\\u00c7\",\"description\":\"2X40\\r\\n2X41\\r\\n3X42\\r\\n3X43\\r\\n4X44\\r\\n1X45\",\"barcode\":\"PRD084218-M1\",\"category_id\":\"2\",\"product_type\":\"market\",\"unit\":\"pcs\",\"cost_price\":\"16500.00\",\"selling_price\":\"18500.00\",\"discount_price\":null,\"image\":\"products\\/1770456984_x5QSqvAami.jpeg\",\"expiry_date\":null,\"is_active\":true,\"weight\":null,\"length\":null,\"width\":null,\"height\":null,\"updated_at\":\"2026-02-13T14:05:28.000000Z\",\"created_at\":\"2026-02-13T14:05:28.000000Z\",\"id\":321}','154.73.161.142','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-02-13 11:05:28','2026-02-13 11:05:28'),
(2414,321,'stock_added','Added 15 units - Transfer from store to market',7,'{\"quantity\":15,\"reason\":\"Transfer from store to market\",\"previous_stock\":0,\"new_stock\":15,\"transfer_type\":\"store_to_market\",\"from_product_id\":279,\"transferred_by\":7}','154.73.161.142','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-02-13 11:05:28','2026-02-13 11:05:28'),
(2415,283,'stock_removed','Removed 12 units - Transfer from store to market',7,'{\"quantity\":12,\"reason\":\"Transfer from store to market\",\"previous_stock\":12,\"new_stock\":0,\"transfer_type\":\"store_to_market\",\"transferred_by\":7}','154.73.161.142','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-02-13 11:07:04','2026-02-13 11:07:04'),
(2416,323,'created','Product created',7,'{\"name\":\"HS-2011G\",\"description\":\"1X39\\r\\n2X40\\r\\n2X41\\r\\n3X42\\r\\n2X43\\r\\n1X44\\r\\n1X45\",\"barcode\":\"PRD082651-M1\",\"category_id\":\"2\",\"product_type\":\"market\",\"unit\":\"pcs\",\"cost_price\":\"16500.00\",\"selling_price\":\"18500.00\",\"discount_price\":null,\"image\":\"products\\/1770457967_9MCFqFwjuZ.jpeg\",\"expiry_date\":null,\"is_active\":true,\"weight\":null,\"length\":null,\"width\":null,\"height\":null,\"updated_at\":\"2026-02-13T14:07:04.000000Z\",\"created_at\":\"2026-02-13T14:07:04.000000Z\",\"id\":323}','154.73.161.142','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-02-13 11:07:04','2026-02-13 11:07:04'),
(2417,323,'stock_added','Added 12 units - Transfer from store to market',7,'{\"quantity\":12,\"reason\":\"Transfer from store to market\",\"previous_stock\":0,\"new_stock\":12,\"transfer_type\":\"store_to_market\",\"from_product_id\":283,\"transferred_by\":7}','154.73.161.142','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-02-13 11:07:04','2026-02-13 11:07:04'),
(2418,193,'stock_removed','Removed 12 units - Transfer from store to market',7,'{\"quantity\":12,\"reason\":\"Transfer from store to market\",\"previous_stock\":12,\"new_stock\":0,\"transfer_type\":\"store_to_market\",\"transferred_by\":7}','154.73.161.142','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-02-13 11:07:19','2026-02-13 11:07:19'),
(2419,213,'stock_added','Added 12 units - Transfer from store to market',7,'{\"quantity\":12,\"reason\":\"Transfer from store to market\",\"previous_stock\":2,\"new_stock\":14,\"transfer_type\":\"store_to_market\",\"from_product_id\":193,\"transferred_by\":7}','154.73.161.142','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-02-13 11:07:19','2026-02-13 11:07:19'),
(2420,262,'stock_removed','Removed 10 units - Transfer from store to market',7,'{\"quantity\":10,\"reason\":\"Transfer from store to market\",\"previous_stock\":10,\"new_stock\":0,\"transfer_type\":\"store_to_market\",\"transferred_by\":7}','154.73.161.142','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-02-13 11:07:35','2026-02-13 11:07:35'),
(2421,274,'stock_added','Added 10 units - Transfer from store to market',7,'{\"quantity\":10,\"reason\":\"Transfer from store to market\",\"previous_stock\":6,\"new_stock\":16,\"transfer_type\":\"store_to_market\",\"from_product_id\":262,\"transferred_by\":7}','154.73.161.142','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-02-13 11:07:35','2026-02-13 11:07:35'),
(2422,264,'stock_removed','Removed 10 units - Transfer from store to market',7,'{\"quantity\":10,\"reason\":\"Transfer from store to market\",\"previous_stock\":10,\"new_stock\":0,\"transfer_type\":\"store_to_market\",\"transferred_by\":7}','154.73.161.142','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-02-13 11:07:41','2026-02-13 11:07:41'),
(2423,268,'stock_added','Added 10 units - Transfer from store to market',7,'{\"quantity\":10,\"reason\":\"Transfer from store to market\",\"previous_stock\":6,\"new_stock\":16,\"transfer_type\":\"store_to_market\",\"from_product_id\":264,\"transferred_by\":7}','154.73.161.142','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-02-13 11:07:41','2026-02-13 11:07:41'),
(2424,282,'stock_removed','Removed 10 units - Transfer from store to market',7,'{\"quantity\":10,\"reason\":\"Transfer from store to market\",\"previous_stock\":10,\"new_stock\":0,\"transfer_type\":\"store_to_market\",\"transferred_by\":7}','154.73.161.142','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-02-13 11:11:52','2026-02-13 11:11:52'),
(2425,325,'created','Product created',7,'{\"name\":\"FS-1\",\"description\":\"2X41\\r\\n3X42\\r\\n3X43\\r\\n1X44\\r\\n1X45\",\"barcode\":\"PRD077492-M1\",\"category_id\":\"2\",\"product_type\":\"market\",\"unit\":\"pcs\",\"cost_price\":\"16500.00\",\"selling_price\":\"18500.00\",\"discount_price\":null,\"image\":\"products\\/1770457857_i34M3QHOWv.jpeg\",\"expiry_date\":null,\"is_active\":true,\"weight\":null,\"length\":null,\"width\":null,\"height\":null,\"updated_at\":\"2026-02-13T14:11:52.000000Z\",\"created_at\":\"2026-02-13T14:11:52.000000Z\",\"id\":325}','154.73.161.142','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-02-13 11:11:52','2026-02-13 11:11:52'),
(2426,325,'stock_added','Added 10 units - Transfer from store to market',7,'{\"quantity\":10,\"reason\":\"Transfer from store to market\",\"previous_stock\":0,\"new_stock\":10,\"transfer_type\":\"store_to_market\",\"from_product_id\":282,\"transferred_by\":7}','154.73.161.142','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-02-13 11:11:52','2026-02-13 11:11:52'),
(2427,231,'stock_removed','Removed 5 units - Transfer from store to market',7,'{\"quantity\":5,\"reason\":\"Transfer from store to market\",\"previous_stock\":5,\"new_stock\":0,\"transfer_type\":\"store_to_market\",\"transferred_by\":7}','154.73.161.142','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-02-13 11:13:06','2026-02-13 11:13:06'),
(2428,245,'stock_added','Added 5 units - Transfer from store to market',7,'{\"quantity\":5,\"reason\":\"Transfer from store to market\",\"previous_stock\":16,\"new_stock\":21,\"transfer_type\":\"store_to_market\",\"from_product_id\":231,\"transferred_by\":7}','154.73.161.142','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-02-13 11:13:06','2026-02-13 11:13:06'),
(2429,116,'stock_removed','Removed 6 units - Transfer from store to market',7,'{\"quantity\":6,\"reason\":\"Transfer from store to market\",\"previous_stock\":6,\"new_stock\":0,\"transfer_type\":\"store_to_market\",\"transferred_by\":7}','154.73.161.142','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-02-13 11:13:29','2026-02-13 11:13:29'),
(2430,138,'stock_added','Added 6 units - Transfer from store to market',7,'{\"quantity\":6,\"reason\":\"Transfer from store to market\",\"previous_stock\":0,\"new_stock\":6,\"transfer_type\":\"store_to_market\",\"from_product_id\":116,\"transferred_by\":7}','154.73.161.142','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-02-13 11:13:29','2026-02-13 11:13:29'),
(2431,109,'stock_removed','Removed 2 units - Transfer from store to market',7,'{\"quantity\":2,\"reason\":\"Transfer from store to market\",\"previous_stock\":2,\"new_stock\":0,\"transfer_type\":\"store_to_market\",\"transferred_by\":7}','154.73.161.142','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-02-13 11:13:39','2026-02-13 11:13:39'),
(2432,156,'stock_added','Added 2 units - Transfer from store to market',7,'{\"quantity\":2,\"reason\":\"Transfer from store to market\",\"previous_stock\":1,\"new_stock\":3,\"transfer_type\":\"store_to_market\",\"from_product_id\":109,\"transferred_by\":7}','154.73.161.142','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-02-13 11:13:39','2026-02-13 11:13:39'),
(2433,34,'stock_removed','Removed 3 units - Transfer from store to market',7,'{\"quantity\":3,\"reason\":\"Transfer from store to market\",\"previous_stock\":3,\"new_stock\":0,\"transfer_type\":\"store_to_market\",\"transferred_by\":7}','154.73.161.142','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-02-13 11:13:48','2026-02-13 11:13:48'),
(2434,266,'stock_added','Added 3 units - Transfer from store to market',7,'{\"quantity\":3,\"reason\":\"Transfer from store to market\",\"previous_stock\":15,\"new_stock\":18,\"transfer_type\":\"store_to_market\",\"from_product_id\":34,\"transferred_by\":7}','154.73.161.142','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-02-13 11:13:48','2026-02-13 11:13:48'),
(2435,59,'status_changed','Product activated',4,'{\"old_status\":false,\"new_status\":true}','31.223.48.231','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36','2026-02-13 12:11:30','2026-02-13 12:11:30'),
(2436,59,'status_changed','Product deactivated',4,'{\"old_status\":true,\"new_status\":false}','31.223.48.231','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36','2026-02-13 12:11:47','2026-02-13 12:11:47'),
(2437,141,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":15,\"new_stock\":14,\"sale_id\":463,\"sale_number\":\"HIL-0462\"}','143.105.161.169','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-02-13 12:11:58','2026-02-13 12:11:58'),
(2438,184,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":17,\"new_stock\":16,\"sale_id\":463,\"sale_number\":\"HIL-0462\"}','143.105.161.169','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-02-13 12:11:58','2026-02-13 12:11:58'),
(2439,274,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":16,\"new_stock\":15,\"sale_id\":463,\"sale_number\":\"HIL-0462\"}','143.105.161.169','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-02-13 12:11:58','2026-02-13 12:11:58'),
(2440,307,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":14,\"new_stock\":13,\"sale_id\":463,\"sale_number\":\"HIL-0462\"}','143.105.161.169','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-02-13 12:11:58','2026-02-13 12:11:58'),
(2441,272,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":20,\"new_stock\":19,\"sale_id\":464,\"sale_number\":\"HIL-0463\"}','143.105.161.169','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-02-13 12:13:42','2026-02-13 12:13:42'),
(2442,118,'price_changed','Product pricing updated',4,'{\"old_prices\":{\"cost_price\":\"16500.00\",\"selling_price\":\"17500.00\",\"discount_price\":null},\"new_prices\":{\"cost_price\":\"16500.00\",\"selling_price\":\"18500.00\",\"discount_price\":null}}','31.223.48.231','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36','2026-02-13 13:32:45','2026-02-13 13:32:45'),
(2443,118,'updated','Product updated',4,'{\"selling_price\":{\"old\":\"17500.00\",\"new\":\"18500\"}}','31.223.48.231','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36','2026-02-13 13:32:45','2026-02-13 13:32:45'),
(2444,118,'stock_added','Added 14 units - Manual adjustment',4,'{\"quantity\":14,\"reason\":\"Manual adjustment\",\"previous_stock\":0,\"new_stock\":14,\"notes\":null}','31.223.48.231','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36','2026-02-13 13:33:11','2026-02-13 13:33:11'),
(2445,326,'created','Product created',4,'{\"name\":\"H-GS\",\"description\":null,\"barcode\":\"PRD856983\",\"category_id\":\"2\",\"product_type\":\"store\",\"unit\":\"pcs\",\"cost_price\":\"16500.00\",\"selling_price\":\"18500.00\",\"image\":\"products\\/1771000507_pcPCfnPrq4.jpeg\",\"expiry_date\":null,\"is_active\":true,\"alert_quantity\":3,\"weight\":null,\"length\":null,\"width\":null,\"height\":null,\"updated_at\":\"2026-02-13T16:35:08.000000Z\",\"created_at\":\"2026-02-13T16:35:08.000000Z\",\"id\":326}','31.223.48.231','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36','2026-02-13 13:35:08','2026-02-13 13:35:08'),
(2446,326,'stock_added','Added 13 units - Initial stock',4,'{\"quantity\":13,\"reason\":\"Initial stock\",\"previous_stock\":0,\"new_stock\":13,\"notes\":\"Product creation\"}','31.223.48.231','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36','2026-02-13 13:35:08','2026-02-13 13:35:08'),
(2447,2,'price_changed','Product pricing updated',4,'{\"old_prices\":{\"cost_price\":\"16500.00\",\"selling_price\":\"17500.00\",\"discount_price\":null},\"new_prices\":{\"cost_price\":\"16500.00\",\"selling_price\":\"18500.00\",\"discount_price\":null}}','31.223.48.231','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36','2026-02-13 13:36:43','2026-02-13 13:36:43'),
(2448,2,'updated','Product updated',4,'{\"selling_price\":{\"old\":\"17500.00\",\"new\":\"18500\"},\"image\":{\"old\":\"products\\/1765809323_GyIrdqmo77.jpg\",\"new\":\"products\\/1771000603_KV6VhI4Kl1.jpeg\"}}','31.223.48.231','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36','2026-02-13 13:36:43','2026-02-13 13:36:43'),
(2449,2,'stock_added','Added 14 units - Manual adjustment',4,'{\"quantity\":14,\"reason\":\"Manual adjustment\",\"previous_stock\":0,\"new_stock\":14,\"notes\":null}','31.223.48.231','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36','2026-02-13 13:37:10','2026-02-13 13:37:10'),
(2450,12,'stock_added','Added 14 units - Manual adjustment',4,'{\"quantity\":14,\"reason\":\"Manual adjustment\",\"previous_stock\":0,\"new_stock\":14,\"notes\":null}','31.223.48.231','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36','2026-02-13 13:38:24','2026-02-13 13:38:24'),
(2451,13,'stock_added','Added 14 units - Manual adjustment',4,'{\"quantity\":14,\"reason\":\"Manual adjustment\",\"previous_stock\":0,\"new_stock\":14,\"notes\":null}','31.223.48.231','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36','2026-02-13 13:39:41','2026-02-13 13:39:41'),
(2452,327,'created','Product created',4,'{\"name\":\"HS-TK\",\"description\":null,\"barcode\":\"PRD131272\",\"category_id\":\"2\",\"product_type\":\"store\",\"unit\":\"pcs\",\"cost_price\":\"16500.00\",\"selling_price\":\"18500.00\",\"image\":\"products\\/1771000876_nlVW3dqdhq.jpeg\",\"expiry_date\":null,\"is_active\":true,\"alert_quantity\":3,\"weight\":null,\"length\":null,\"width\":null,\"height\":null,\"updated_at\":\"2026-02-13T16:41:16.000000Z\",\"created_at\":\"2026-02-13T16:41:16.000000Z\",\"id\":327}','31.223.48.231','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36','2026-02-13 13:41:16','2026-02-13 13:41:16'),
(2453,327,'stock_added','Added 14 units - Initial stock',4,'{\"quantity\":14,\"reason\":\"Initial stock\",\"previous_stock\":0,\"new_stock\":14,\"notes\":\"Product creation\"}','31.223.48.231','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36','2026-02-13 13:41:17','2026-02-13 13:41:17'),
(2454,328,'created','Product created',4,'{\"name\":\"HB-FBN\",\"description\":null,\"barcode\":\"PRD587215\",\"category_id\":\"3\",\"product_type\":\"store\",\"unit\":\"pcs\",\"cost_price\":\"16500.00\",\"selling_price\":\"18500.00\",\"image\":\"products\\/1771000949_H93ZoPTWVK.jpeg\",\"expiry_date\":null,\"is_active\":true,\"alert_quantity\":3,\"weight\":null,\"length\":null,\"width\":null,\"height\":null,\"updated_at\":\"2026-02-13T16:42:29.000000Z\",\"created_at\":\"2026-02-13T16:42:29.000000Z\",\"id\":328}','31.223.48.231','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36','2026-02-13 13:42:29','2026-02-13 13:42:29'),
(2455,328,'stock_added','Added 14 units - Initial stock',4,'{\"quantity\":14,\"reason\":\"Initial stock\",\"previous_stock\":0,\"new_stock\":14,\"notes\":\"Product creation\"}','31.223.48.231','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36','2026-02-13 13:42:29','2026-02-13 13:42:29'),
(2456,329,'created','Product created',4,'{\"name\":\"Hilal-8T\",\"description\":null,\"barcode\":\"PRD458158\",\"category_id\":\"2\",\"product_type\":\"store\",\"unit\":\"pcs\",\"cost_price\":\"16500.00\",\"selling_price\":\"18500.00\",\"image\":\"products\\/1771001033_YNFQSDrpmg.jpeg\",\"expiry_date\":null,\"is_active\":true,\"alert_quantity\":3,\"weight\":null,\"length\":null,\"width\":null,\"height\":null,\"updated_at\":\"2026-02-13T16:43:53.000000Z\",\"created_at\":\"2026-02-13T16:43:53.000000Z\",\"id\":329}','31.223.48.231','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36','2026-02-13 13:43:53','2026-02-13 13:43:53'),
(2457,329,'stock_added','Added 13 units - Initial stock',4,'{\"quantity\":13,\"reason\":\"Initial stock\",\"previous_stock\":0,\"new_stock\":13,\"notes\":\"Product creation\"}','31.223.48.231','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36','2026-02-13 13:43:53','2026-02-13 13:43:53'),
(2458,330,'created','Product created',4,'{\"name\":\"H-100B\",\"description\":null,\"barcode\":\"PRD585827\",\"category_id\":\"2\",\"product_type\":\"store\",\"unit\":\"pcs\",\"cost_price\":\"16500.00\",\"selling_price\":\"18500.00\",\"image\":\"products\\/1771001107_MvrkPlIZx9.jpeg\",\"expiry_date\":null,\"is_active\":true,\"alert_quantity\":3,\"weight\":null,\"length\":null,\"width\":null,\"height\":null,\"updated_at\":\"2026-02-13T16:45:07.000000Z\",\"created_at\":\"2026-02-13T16:45:07.000000Z\",\"id\":330}','31.223.48.231','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36','2026-02-13 13:45:07','2026-02-13 13:45:07'),
(2459,330,'stock_added','Added 13 units - Initial stock',4,'{\"quantity\":13,\"reason\":\"Initial stock\",\"previous_stock\":0,\"new_stock\":13,\"notes\":\"Product creation\"}','31.223.48.231','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36','2026-02-13 13:45:08','2026-02-13 13:45:08'),
(2460,331,'created','Product created',4,'{\"name\":\"HS-F1S\",\"description\":null,\"barcode\":\"PRD058549\",\"category_id\":\"2\",\"product_type\":\"store\",\"unit\":\"pcs\",\"cost_price\":\"16500.00\",\"selling_price\":\"18500.00\",\"image\":\"products\\/1771001177_vwkaq92yTN.jpeg\",\"expiry_date\":null,\"is_active\":true,\"alert_quantity\":3,\"weight\":null,\"length\":null,\"width\":null,\"height\":null,\"updated_at\":\"2026-02-13T16:46:17.000000Z\",\"created_at\":\"2026-02-13T16:46:17.000000Z\",\"id\":331}','31.223.48.231','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36','2026-02-13 13:46:18','2026-02-13 13:46:18'),
(2461,331,'stock_added','Added 13 units - Initial stock',4,'{\"quantity\":13,\"reason\":\"Initial stock\",\"previous_stock\":0,\"new_stock\":13,\"notes\":\"Product creation\"}','31.223.48.231','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36','2026-02-13 13:46:18','2026-02-13 13:46:18'),
(2462,332,'created','Product created',4,'{\"name\":\"HB-FK\",\"description\":null,\"barcode\":\"PRD368253\",\"category_id\":\"3\",\"product_type\":\"store\",\"unit\":\"pcs\",\"cost_price\":\"16500.00\",\"selling_price\":\"18500.00\",\"image\":\"products\\/1771001233_B7GglGnuKO.jpeg\",\"expiry_date\":null,\"is_active\":true,\"alert_quantity\":3,\"weight\":null,\"length\":null,\"width\":null,\"height\":null,\"updated_at\":\"2026-02-13T16:47:13.000000Z\",\"created_at\":\"2026-02-13T16:47:13.000000Z\",\"id\":332}','31.223.48.231','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36','2026-02-13 13:47:13','2026-02-13 13:47:13'),
(2463,332,'stock_added','Added 14 units - Initial stock',4,'{\"quantity\":14,\"reason\":\"Initial stock\",\"previous_stock\":0,\"new_stock\":14,\"notes\":\"Product creation\"}','31.223.48.231','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36','2026-02-13 13:47:13','2026-02-13 13:47:13'),
(2464,333,'created','Product created',4,'{\"name\":\"HB-ML\",\"description\":null,\"barcode\":\"PRD063673\",\"category_id\":\"3\",\"product_type\":\"store\",\"unit\":\"pcs\",\"cost_price\":\"16500.00\",\"selling_price\":\"18500.00\",\"image\":\"products\\/1771001316_GLkkau7zGF.jpeg\",\"expiry_date\":null,\"is_active\":true,\"alert_quantity\":3,\"weight\":null,\"length\":null,\"width\":null,\"height\":null,\"updated_at\":\"2026-02-13T16:48:36.000000Z\",\"created_at\":\"2026-02-13T16:48:36.000000Z\",\"id\":333}','31.223.48.231','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36','2026-02-13 13:48:36','2026-02-13 13:48:36'),
(2465,333,'stock_added','Added 13 units - Initial stock',4,'{\"quantity\":13,\"reason\":\"Initial stock\",\"previous_stock\":0,\"new_stock\":13,\"notes\":\"Product creation\"}','31.223.48.231','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36','2026-02-13 13:48:36','2026-02-13 13:48:36'),
(2466,334,'created','Product created',4,'{\"name\":\"HS-ML\",\"description\":null,\"barcode\":\"PRD820186\",\"category_id\":\"2\",\"product_type\":\"store\",\"unit\":\"pcs\",\"cost_price\":\"16500.00\",\"selling_price\":\"18500.00\",\"image\":\"products\\/1771001373_IXdMqBp1vO.jpeg\",\"expiry_date\":null,\"is_active\":true,\"alert_quantity\":3,\"weight\":null,\"length\":null,\"width\":null,\"height\":null,\"updated_at\":\"2026-02-13T16:49:33.000000Z\",\"created_at\":\"2026-02-13T16:49:33.000000Z\",\"id\":334}','31.223.48.231','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36','2026-02-13 13:49:33','2026-02-13 13:49:33'),
(2467,334,'stock_added','Added 13 units - Initial stock',4,'{\"quantity\":13,\"reason\":\"Initial stock\",\"previous_stock\":0,\"new_stock\":13,\"notes\":\"Product creation\"}','31.223.48.231','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36','2026-02-13 13:49:33','2026-02-13 13:49:33'),
(2468,335,'created','Product created',4,'{\"name\":\"HS-2010B\",\"description\":null,\"barcode\":\"PRD048378\",\"category_id\":\"2\",\"product_type\":\"store\",\"unit\":\"pcs\",\"cost_price\":\"16500.00\",\"selling_price\":\"18500.00\",\"image\":\"products\\/1771001449_U9Yy2dG9Pg.jpeg\",\"expiry_date\":null,\"is_active\":true,\"alert_quantity\":3,\"weight\":null,\"length\":null,\"width\":null,\"height\":null,\"updated_at\":\"2026-02-13T16:50:49.000000Z\",\"created_at\":\"2026-02-13T16:50:49.000000Z\",\"id\":335}','31.223.48.231','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36','2026-02-13 13:50:49','2026-02-13 13:50:49'),
(2469,335,'stock_added','Added 14 units - Initial stock',4,'{\"quantity\":14,\"reason\":\"Initial stock\",\"previous_stock\":0,\"new_stock\":14,\"notes\":\"Product creation\"}','31.223.48.231','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36','2026-02-13 13:50:49','2026-02-13 13:50:49'),
(2470,336,'created','Product created',4,'{\"name\":\"HB-NFS\",\"description\":null,\"barcode\":\"PRD901036\",\"category_id\":\"3\",\"product_type\":\"store\",\"unit\":\"pcs\",\"cost_price\":\"16500.00\",\"selling_price\":\"18500.00\",\"image\":\"products\\/1771001505_B85UUsgKTT.jpeg\",\"expiry_date\":null,\"is_active\":true,\"alert_quantity\":3,\"weight\":null,\"length\":null,\"width\":null,\"height\":null,\"updated_at\":\"2026-02-13T16:51:45.000000Z\",\"created_at\":\"2026-02-13T16:51:45.000000Z\",\"id\":336}','31.223.48.231','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36','2026-02-13 13:51:45','2026-02-13 13:51:45'),
(2471,336,'stock_added','Added 14 units - Initial stock',4,'{\"quantity\":14,\"reason\":\"Initial stock\",\"previous_stock\":0,\"new_stock\":14,\"notes\":\"Product creation\"}','31.223.48.231','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36','2026-02-13 13:51:45','2026-02-13 13:51:45'),
(2472,337,'created','Product created',4,'{\"name\":\"HB-NKB\",\"description\":null,\"barcode\":\"PRD205082\",\"category_id\":\"3\",\"product_type\":\"store\",\"unit\":\"pcs\",\"cost_price\":\"16500.00\",\"selling_price\":\"18500.00\",\"image\":\"products\\/1771001572_bOaSKYfkEJ.jpeg\",\"expiry_date\":null,\"is_active\":true,\"alert_quantity\":3,\"weight\":null,\"length\":null,\"width\":null,\"height\":null,\"updated_at\":\"2026-02-13T16:52:52.000000Z\",\"created_at\":\"2026-02-13T16:52:52.000000Z\",\"id\":337}','31.223.48.231','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36','2026-02-13 13:52:52','2026-02-13 13:52:52'),
(2473,337,'stock_added','Added 14 units - Initial stock',4,'{\"quantity\":14,\"reason\":\"Initial stock\",\"previous_stock\":0,\"new_stock\":14,\"notes\":\"Product creation\"}','31.223.48.231','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36','2026-02-13 13:52:52','2026-02-13 13:52:52'),
(2474,338,'created','Product created',4,'{\"name\":\"HB-T\\u00c7\",\"description\":null,\"barcode\":\"PRD400092\",\"category_id\":\"3\",\"product_type\":\"store\",\"unit\":\"pcs\",\"cost_price\":\"16500.00\",\"selling_price\":\"18500.00\",\"image\":\"products\\/1771001646_H8SkTuo260.jpeg\",\"expiry_date\":null,\"is_active\":true,\"alert_quantity\":3,\"weight\":null,\"length\":null,\"width\":null,\"height\":null,\"updated_at\":\"2026-02-13T16:54:06.000000Z\",\"created_at\":\"2026-02-13T16:54:06.000000Z\",\"id\":338}','31.223.48.231','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36','2026-02-13 13:54:06','2026-02-13 13:54:06'),
(2475,338,'stock_added','Added 13 units - Initial stock',4,'{\"quantity\":13,\"reason\":\"Initial stock\",\"previous_stock\":0,\"new_stock\":13,\"notes\":\"Product creation\"}','31.223.48.231','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36','2026-02-13 13:54:06','2026-02-13 13:54:06'),
(2476,339,'created','Product created',4,'{\"name\":\"HB-NBS\",\"description\":null,\"barcode\":\"PRD942686\",\"category_id\":\"3\",\"product_type\":\"store\",\"unit\":\"pcs\",\"cost_price\":\"16500.00\",\"selling_price\":\"18500.00\",\"image\":\"products\\/1771001723_hZNkfpCCbI.jpeg\",\"expiry_date\":null,\"is_active\":true,\"alert_quantity\":3,\"weight\":null,\"length\":null,\"width\":null,\"height\":null,\"updated_at\":\"2026-02-13T16:55:23.000000Z\",\"created_at\":\"2026-02-13T16:55:23.000000Z\",\"id\":339}','31.223.48.231','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36','2026-02-13 13:55:23','2026-02-13 13:55:23'),
(2477,339,'stock_added','Added 13 units - Initial stock',4,'{\"quantity\":13,\"reason\":\"Initial stock\",\"previous_stock\":0,\"new_stock\":13,\"notes\":\"Product creation\"}','31.223.48.231','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36','2026-02-13 13:55:23','2026-02-13 13:55:23'),
(2478,2,'stock_removed','Removed 14 units - Sale',4,'{\"quantity\":14,\"reason\":\"Sale\",\"previous_stock\":14,\"new_stock\":0,\"sale_id\":465,\"sale_number\":\"HIL-0464\"}','31.223.48.231','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36','2026-02-13 14:04:06','2026-02-13 14:04:06'),
(2479,12,'stock_removed','Removed 14 units - Sale',4,'{\"quantity\":14,\"reason\":\"Sale\",\"previous_stock\":14,\"new_stock\":0,\"sale_id\":465,\"sale_number\":\"HIL-0464\"}','31.223.48.231','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36','2026-02-13 14:04:06','2026-02-13 14:04:06'),
(2480,13,'stock_removed','Removed 14 units - Sale',4,'{\"quantity\":14,\"reason\":\"Sale\",\"previous_stock\":14,\"new_stock\":0,\"sale_id\":465,\"sale_number\":\"HIL-0464\"}','31.223.48.231','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36','2026-02-13 14:04:06','2026-02-13 14:04:06'),
(2481,118,'stock_removed','Removed 14 units - Sale',4,'{\"quantity\":14,\"reason\":\"Sale\",\"previous_stock\":14,\"new_stock\":0,\"sale_id\":465,\"sale_number\":\"HIL-0464\"}','31.223.48.231','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36','2026-02-13 14:04:06','2026-02-13 14:04:06'),
(2482,326,'stock_removed','Removed 13 units - Sale',4,'{\"quantity\":13,\"reason\":\"Sale\",\"previous_stock\":13,\"new_stock\":0,\"sale_id\":465,\"sale_number\":\"HIL-0464\"}','31.223.48.231','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36','2026-02-13 14:04:06','2026-02-13 14:04:06'),
(2483,327,'stock_removed','Removed 14 units - Sale',4,'{\"quantity\":14,\"reason\":\"Sale\",\"previous_stock\":14,\"new_stock\":0,\"sale_id\":465,\"sale_number\":\"HIL-0464\"}','31.223.48.231','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36','2026-02-13 14:04:06','2026-02-13 14:04:06'),
(2484,328,'stock_removed','Removed 14 units - Sale',4,'{\"quantity\":14,\"reason\":\"Sale\",\"previous_stock\":14,\"new_stock\":0,\"sale_id\":465,\"sale_number\":\"HIL-0464\"}','31.223.48.231','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36','2026-02-13 14:04:06','2026-02-13 14:04:06'),
(2485,329,'stock_removed','Removed 13 units - Sale',4,'{\"quantity\":13,\"reason\":\"Sale\",\"previous_stock\":13,\"new_stock\":0,\"sale_id\":465,\"sale_number\":\"HIL-0464\"}','31.223.48.231','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36','2026-02-13 14:04:06','2026-02-13 14:04:06'),
(2486,330,'stock_removed','Removed 13 units - Sale',4,'{\"quantity\":13,\"reason\":\"Sale\",\"previous_stock\":13,\"new_stock\":0,\"sale_id\":465,\"sale_number\":\"HIL-0464\"}','31.223.48.231','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36','2026-02-13 14:04:06','2026-02-13 14:04:06'),
(2487,331,'stock_removed','Removed 13 units - Sale',4,'{\"quantity\":13,\"reason\":\"Sale\",\"previous_stock\":13,\"new_stock\":0,\"sale_id\":465,\"sale_number\":\"HIL-0464\"}','31.223.48.231','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36','2026-02-13 14:04:06','2026-02-13 14:04:06'),
(2488,332,'stock_removed','Removed 14 units - Sale',4,'{\"quantity\":14,\"reason\":\"Sale\",\"previous_stock\":14,\"new_stock\":0,\"sale_id\":465,\"sale_number\":\"HIL-0464\"}','31.223.48.231','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36','2026-02-13 14:04:06','2026-02-13 14:04:06'),
(2489,333,'stock_removed','Removed 13 units - Sale',4,'{\"quantity\":13,\"reason\":\"Sale\",\"previous_stock\":13,\"new_stock\":0,\"sale_id\":465,\"sale_number\":\"HIL-0464\"}','31.223.48.231','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36','2026-02-13 14:04:06','2026-02-13 14:04:06'),
(2490,334,'stock_removed','Removed 13 units - Sale',4,'{\"quantity\":13,\"reason\":\"Sale\",\"previous_stock\":13,\"new_stock\":0,\"sale_id\":465,\"sale_number\":\"HIL-0464\"}','31.223.48.231','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36','2026-02-13 14:04:06','2026-02-13 14:04:06'),
(2491,335,'stock_removed','Removed 14 units - Sale',4,'{\"quantity\":14,\"reason\":\"Sale\",\"previous_stock\":14,\"new_stock\":0,\"sale_id\":465,\"sale_number\":\"HIL-0464\"}','31.223.48.231','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36','2026-02-13 14:04:06','2026-02-13 14:04:06'),
(2492,336,'stock_removed','Removed 14 units - Sale',4,'{\"quantity\":14,\"reason\":\"Sale\",\"previous_stock\":14,\"new_stock\":0,\"sale_id\":465,\"sale_number\":\"HIL-0464\"}','31.223.48.231','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36','2026-02-13 14:04:06','2026-02-13 14:04:06'),
(2493,337,'stock_removed','Removed 14 units - Sale',4,'{\"quantity\":14,\"reason\":\"Sale\",\"previous_stock\":14,\"new_stock\":0,\"sale_id\":465,\"sale_number\":\"HIL-0464\"}','31.223.48.231','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36','2026-02-13 14:04:06','2026-02-13 14:04:06'),
(2494,338,'stock_removed','Removed 13 units - Sale',4,'{\"quantity\":13,\"reason\":\"Sale\",\"previous_stock\":13,\"new_stock\":0,\"sale_id\":465,\"sale_number\":\"HIL-0464\"}','31.223.48.231','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36','2026-02-13 14:04:06','2026-02-13 14:04:06'),
(2495,339,'stock_removed','Removed 13 units - Sale',4,'{\"quantity\":13,\"reason\":\"Sale\",\"previous_stock\":13,\"new_stock\":0,\"sale_id\":465,\"sale_number\":\"HIL-0464\"}','31.223.48.231','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36','2026-02-13 14:04:06','2026-02-13 14:04:06'),
(2496,293,'stock_removed','Removed 11 units - Sale',7,'{\"quantity\":11,\"reason\":\"Sale\",\"previous_stock\":11,\"new_stock\":0,\"sale_id\":466,\"sale_number\":\"HIL-0465\"}','154.73.166.59','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-02-14 07:00:55','2026-02-14 07:00:55'),
(2497,1,'price_changed','Product pricing updated',4,'{\"old_prices\":{\"cost_price\":\"16500.00\",\"selling_price\":\"17500.00\",\"discount_price\":null},\"new_prices\":{\"cost_price\":\"16500.00\",\"selling_price\":\"18500.00\",\"discount_price\":null}}','31.223.48.231','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36','2026-02-14 07:08:39','2026-02-14 07:08:39'),
(2498,1,'updated','Product updated',4,'{\"selling_price\":{\"old\":\"17500.00\",\"new\":\"18500.00\"}}','31.223.48.231','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36','2026-02-14 07:08:39','2026-02-14 07:08:39'),
(2499,9,'price_changed','Product pricing updated',4,'{\"old_prices\":{\"cost_price\":\"16500.00\",\"selling_price\":\"17500.00\",\"discount_price\":null},\"new_prices\":{\"cost_price\":\"16500.00\",\"selling_price\":\"18500.00\",\"discount_price\":null}}','31.223.48.231','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36','2026-02-14 07:09:20','2026-02-14 07:09:20'),
(2500,9,'updated','Product updated',4,'{\"selling_price\":{\"old\":\"17500.00\",\"new\":\"18500.00\"}}','31.223.48.231','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36','2026-02-14 07:09:20','2026-02-14 07:09:20'),
(2501,10,'price_changed','Product pricing updated',4,'{\"old_prices\":{\"cost_price\":\"16500.00\",\"selling_price\":\"17500.00\",\"discount_price\":null},\"new_prices\":{\"cost_price\":\"16500.00\",\"selling_price\":\"18500.00\",\"discount_price\":null}}','31.223.48.231','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36','2026-02-14 07:09:46','2026-02-14 07:09:46'),
(2502,10,'updated','Product updated',4,'{\"selling_price\":{\"old\":\"17500.00\",\"new\":\"18500.00\"}}','31.223.48.231','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36','2026-02-14 07:09:46','2026-02-14 07:09:46'),
(2503,11,'price_changed','Product pricing updated',4,'{\"old_prices\":{\"cost_price\":\"16500.00\",\"selling_price\":\"17500.00\",\"discount_price\":null},\"new_prices\":{\"cost_price\":\"16500.00\",\"selling_price\":\"18500.00\",\"discount_price\":null}}','31.223.48.231','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36','2026-02-14 07:10:18','2026-02-14 07:10:18'),
(2504,11,'updated','Product updated',4,'{\"selling_price\":{\"old\":\"17500.00\",\"new\":\"18500.00\"}}','31.223.48.231','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36','2026-02-14 07:10:18','2026-02-14 07:10:18'),
(2505,3,'price_changed','Product pricing updated',4,'{\"old_prices\":{\"cost_price\":\"16500.00\",\"selling_price\":\"17500.00\",\"discount_price\":null},\"new_prices\":{\"cost_price\":\"16500.00\",\"selling_price\":\"18500.00\",\"discount_price\":null}}','31.223.48.231','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36','2026-02-14 07:10:36','2026-02-14 07:10:36'),
(2506,3,'updated','Product updated',4,'{\"selling_price\":{\"old\":\"17500.00\",\"new\":\"18500.00\"}}','31.223.48.231','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36','2026-02-14 07:10:36','2026-02-14 07:10:36'),
(2507,63,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":44,\"new_stock\":43,\"sale_id\":467,\"sale_number\":\"HIL-0466\"}','143.105.161.53','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-02-14 07:33:03','2026-02-14 07:33:03'),
(2508,141,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":14,\"new_stock\":13,\"sale_id\":467,\"sale_number\":\"HIL-0466\"}','143.105.161.53','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-02-14 07:33:03','2026-02-14 07:33:03'),
(2509,180,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":18,\"new_stock\":17,\"sale_id\":467,\"sale_number\":\"HIL-0466\"}','143.105.161.53','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-02-14 07:33:03','2026-02-14 07:33:03'),
(2510,305,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":10,\"new_stock\":9,\"sale_id\":467,\"sale_number\":\"HIL-0466\"}','143.105.161.53','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-02-14 07:33:03','2026-02-14 07:33:03'),
(2511,317,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":20,\"new_stock\":19,\"sale_id\":467,\"sale_number\":\"HIL-0466\"}','143.105.161.53','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-02-14 07:33:03','2026-02-14 07:33:03'),
(2512,319,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":8,\"new_stock\":7,\"sale_id\":467,\"sale_number\":\"HIL-0466\"}','143.105.161.53','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-02-14 07:33:03','2026-02-14 07:33:03'),
(2513,311,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":14,\"new_stock\":13,\"sale_id\":468,\"sale_number\":\"HIL-0467\"}','154.73.166.59','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-02-14 07:50:21','2026-02-14 07:50:21'),
(2514,226,'updated','Product updated',4,'{\"description\":{\"old\":\"2\\u00d741\\r\\n2\\u00d742\\r\\n3\\u00d743\\r\\n3\\u00d744\\r\\n2\\u00d745\",\"new\":\"1\\u00d743\\r\\n1\\u00d744\\r\\n1\\u00d745\"}}','31.223.48.231','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36','2026-02-14 07:56:07','2026-02-14 07:56:07'),
(2515,226,'stock_added','Added 3 units - Manual adjustment',4,'{\"quantity\":3,\"reason\":\"Manual adjustment\",\"previous_stock\":0,\"new_stock\":3,\"notes\":null}','31.223.48.231','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36','2026-02-14 07:56:31','2026-02-14 07:56:31'),
(2516,327,'stock_added','Added 7 units - Manual adjustment',4,'{\"quantity\":7,\"reason\":\"Manual adjustment\",\"previous_stock\":0,\"new_stock\":7,\"notes\":null}','31.223.48.231','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36','2026-02-14 07:57:51','2026-02-14 07:57:51'),
(2517,227,'updated','Product updated',4,'{\"description\":{\"old\":\"1\\u00d741\\r\\n1\\u00d742\\r\\n2\\u00d743\\r\\n2\\u00d744\\r\\n1\\u00d745\",\"new\":\"1X41\\r\\n1X42\\r\\n3X43\\r\\n2X44\\r\\n3X45\"}}','31.223.48.231','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36','2026-02-14 08:00:46','2026-02-14 08:00:46'),
(2518,311,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":13,\"new_stock\":12,\"sale_id\":469,\"sale_number\":\"HIL-0468\"}','154.73.166.59','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-02-14 08:00:54','2026-02-14 08:00:54'),
(2519,227,'stock_added','Added 10 units - Manual adjustment',4,'{\"quantity\":10,\"reason\":\"Manual adjustment\",\"previous_stock\":0,\"new_stock\":10,\"notes\":null}','31.223.48.231','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36','2026-02-14 08:00:56','2026-02-14 08:00:56'),
(2520,251,'status_changed','Product activated',7,'{\"old_status\":false,\"new_status\":true}','154.73.166.59','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-02-14 08:10:31','2026-02-14 08:10:31'),
(2521,138,'status_changed','Product activated',7,'{\"old_status\":false,\"new_status\":true}','154.73.166.59','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-02-14 08:10:57','2026-02-14 08:10:57'),
(2522,309,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":10,\"new_stock\":9,\"sale_id\":470,\"sale_number\":\"HIL-0469\"}','143.105.161.53','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-02-14 08:19:54','2026-02-14 08:19:54'),
(2523,124,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":12,\"new_stock\":11,\"sale_id\":471,\"sale_number\":\"HIL-0470\"}','143.105.161.53','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-02-14 09:19:06','2026-02-14 09:19:06'),
(2524,180,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":17,\"new_stock\":16,\"sale_id\":472,\"sale_number\":\"HIL-0471\"}','143.105.161.53','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-02-14 09:24:03','2026-02-14 09:24:03'),
(2525,249,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":1,\"new_stock\":0,\"sale_id\":472,\"sale_number\":\"HIL-0471\"}','143.105.161.53','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-02-14 09:24:03','2026-02-14 09:24:03'),
(2526,251,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":22,\"new_stock\":21,\"sale_id\":472,\"sale_number\":\"HIL-0471\"}','143.105.161.53','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-02-14 09:24:03','2026-02-14 09:24:03'),
(2527,257,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":10,\"new_stock\":9,\"sale_id\":472,\"sale_number\":\"HIL-0471\"}','143.105.161.53','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-02-14 09:24:03','2026-02-14 09:24:03'),
(2528,297,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":5,\"new_stock\":4,\"sale_id\":472,\"sale_number\":\"HIL-0471\"}','143.105.161.53','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-02-14 09:24:03','2026-02-14 09:24:03'),
(2529,315,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":8,\"new_stock\":7,\"sale_id\":472,\"sale_number\":\"HIL-0471\"}','143.105.161.53','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-02-14 09:24:03','2026-02-14 09:24:03'),
(2530,141,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":13,\"new_stock\":12,\"sale_id\":473,\"sale_number\":\"HIL-0472\"}','143.105.161.53','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-02-14 09:30:09','2026-02-14 09:30:09'),
(2531,167,'stock_added','Added 1 units - Sale cancelled/refunded',7,'{\"quantity\":1,\"reason\":\"Sale return\",\"previous_stock\":0,\"new_stock\":1,\"sale_id\":462,\"sale_number\":\"HIL-0461\"}','143.105.161.53','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36','2026-02-14 09:51:34','2026-02-14 09:51:34'),
(2532,313,'stock_added','Added 1 units - Sale cancelled/refunded',7,'{\"quantity\":1,\"reason\":\"Sale return\",\"previous_stock\":18,\"new_stock\":19,\"sale_id\":462,\"sale_number\":\"HIL-0461\"}','143.105.161.53','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36','2026-02-14 09:51:34','2026-02-14 09:51:34'),
(2533,313,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":19,\"new_stock\":18,\"sale_id\":474,\"sale_number\":\"HIL-0473\"}','143.105.161.53','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-02-14 09:52:40','2026-02-14 09:52:40'),
(2534,325,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":10,\"new_stock\":9,\"sale_id\":474,\"sale_number\":\"HIL-0473\"}','143.105.161.53','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-02-14 09:52:40','2026-02-14 09:52:40'),
(2535,67,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":15,\"new_stock\":14,\"sale_id\":475,\"sale_number\":\"HIL-0474\"}','143.105.161.53','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-02-14 10:55:17','2026-02-14 10:55:17'),
(2536,73,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":7,\"new_stock\":6,\"sale_id\":475,\"sale_number\":\"HIL-0474\"}','143.105.161.53','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-02-14 10:55:17','2026-02-14 10:55:17'),
(2537,85,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":3,\"new_stock\":2,\"sale_id\":475,\"sale_number\":\"HIL-0474\"}','143.105.161.53','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-02-14 10:55:17','2026-02-14 10:55:17'),
(2538,97,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":1,\"new_stock\":0,\"sale_id\":475,\"sale_number\":\"HIL-0474\"}','143.105.161.53','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-02-14 10:55:17','2026-02-14 10:55:17'),
(2539,213,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":14,\"new_stock\":13,\"sale_id\":475,\"sale_number\":\"HIL-0474\"}','143.105.161.53','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-02-14 10:55:17','2026-02-14 10:55:17'),
(2540,251,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":21,\"new_stock\":20,\"sale_id\":475,\"sale_number\":\"HIL-0474\"}','143.105.161.53','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-02-14 10:55:17','2026-02-14 10:55:17'),
(2541,270,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":18,\"new_stock\":17,\"sale_id\":475,\"sale_number\":\"HIL-0474\"}','143.105.161.53','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-02-14 10:55:17','2026-02-14 10:55:17'),
(2542,291,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":9,\"new_stock\":8,\"sale_id\":475,\"sale_number\":\"HIL-0474\"}','143.105.161.53','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-02-14 10:55:17','2026-02-14 10:55:17'),
(2543,297,'stock_removed','Removed 2 units - Sale',7,'{\"quantity\":2,\"reason\":\"Sale\",\"previous_stock\":4,\"new_stock\":2,\"sale_id\":475,\"sale_number\":\"HIL-0474\"}','143.105.161.53','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-02-14 10:55:17','2026-02-14 10:55:17'),
(2544,317,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":19,\"new_stock\":18,\"sale_id\":475,\"sale_number\":\"HIL-0474\"}','143.105.161.53','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-02-14 10:55:17','2026-02-14 10:55:17'),
(2545,325,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":9,\"new_stock\":8,\"sale_id\":475,\"sale_number\":\"HIL-0474\"}','143.105.161.53','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-02-14 10:55:17','2026-02-14 10:55:17'),
(2546,67,'stock_removed','Removed 6 units - Sale',7,'{\"quantity\":6,\"reason\":\"Sale\",\"previous_stock\":14,\"new_stock\":8,\"sale_id\":476,\"sale_number\":\"HIL-0475\"}','154.73.166.59','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-02-14 11:58:19','2026-02-14 11:58:19'),
(2547,83,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":3,\"new_stock\":2,\"sale_id\":476,\"sale_number\":\"HIL-0475\"}','154.73.166.59','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-02-14 11:58:19','2026-02-14 11:58:19'),
(2548,132,'stock_removed','Removed 10 units - Sale',7,'{\"quantity\":10,\"reason\":\"Sale\",\"previous_stock\":15,\"new_stock\":5,\"sale_id\":476,\"sale_number\":\"HIL-0475\"}','154.73.166.59','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-02-14 11:58:19','2026-02-14 11:58:19'),
(2549,136,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":3,\"new_stock\":2,\"sale_id\":476,\"sale_number\":\"HIL-0475\"}','154.73.166.59','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-02-14 11:58:19','2026-02-14 11:58:19'),
(2550,156,'stock_removed','Removed 3 units - Sale',7,'{\"quantity\":3,\"reason\":\"Sale\",\"previous_stock\":3,\"new_stock\":0,\"sale_id\":476,\"sale_number\":\"HIL-0475\"}','154.73.166.59','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-02-14 11:58:19','2026-02-14 11:58:19'),
(2551,180,'stock_removed','Removed 5 units - Sale',7,'{\"quantity\":5,\"reason\":\"Sale\",\"previous_stock\":16,\"new_stock\":11,\"sale_id\":476,\"sale_number\":\"HIL-0475\"}','154.73.166.59','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-02-14 11:58:19','2026-02-14 11:58:19'),
(2552,184,'stock_removed','Removed 5 units - Sale',7,'{\"quantity\":5,\"reason\":\"Sale\",\"previous_stock\":16,\"new_stock\":11,\"sale_id\":476,\"sale_number\":\"HIL-0475\"}','154.73.166.59','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-02-14 11:58:19','2026-02-14 11:58:19'),
(2553,200,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":1,\"new_stock\":0,\"sale_id\":476,\"sale_number\":\"HIL-0475\"}','154.73.166.59','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-02-14 11:58:19','2026-02-14 11:58:19'),
(2554,204,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":1,\"new_stock\":0,\"sale_id\":476,\"sale_number\":\"HIL-0475\"}','154.73.166.59','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-02-14 11:58:19','2026-02-14 11:58:19'),
(2555,266,'stock_removed','Removed 2 units - Sale',7,'{\"quantity\":2,\"reason\":\"Sale\",\"previous_stock\":18,\"new_stock\":16,\"sale_id\":476,\"sale_number\":\"HIL-0475\"}','154.73.166.59','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-02-14 11:58:19','2026-02-14 11:58:19'),
(2556,268,'stock_removed','Removed 10 units - Sale',7,'{\"quantity\":10,\"reason\":\"Sale\",\"previous_stock\":16,\"new_stock\":6,\"sale_id\":476,\"sale_number\":\"HIL-0475\"}','154.73.166.59','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-02-14 11:58:19','2026-02-14 11:58:19'),
(2557,274,'stock_removed','Removed 8 units - Sale',7,'{\"quantity\":8,\"reason\":\"Sale\",\"previous_stock\":15,\"new_stock\":7,\"sale_id\":476,\"sale_number\":\"HIL-0475\"}','154.73.166.59','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-02-14 11:58:19','2026-02-14 11:58:19'),
(2558,309,'stock_removed','Removed 6 units - Sale',7,'{\"quantity\":6,\"reason\":\"Sale\",\"previous_stock\":9,\"new_stock\":3,\"sale_id\":476,\"sale_number\":\"HIL-0475\"}','154.73.166.59','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-02-14 11:58:19','2026-02-14 11:58:19'),
(2559,315,'stock_removed','Removed 5 units - Sale',7,'{\"quantity\":5,\"reason\":\"Sale\",\"previous_stock\":7,\"new_stock\":2,\"sale_id\":476,\"sale_number\":\"HIL-0475\"}','154.73.166.59','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-02-14 11:58:19','2026-02-14 11:58:19'),
(2560,321,'stock_removed','Removed 6 units - Sale',7,'{\"quantity\":6,\"reason\":\"Sale\",\"previous_stock\":15,\"new_stock\":9,\"sale_id\":476,\"sale_number\":\"HIL-0475\"}','154.73.166.59','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-02-14 11:58:19','2026-02-14 11:58:19'),
(2561,323,'stock_removed','Removed 10 units - Sale',7,'{\"quantity\":10,\"reason\":\"Sale\",\"previous_stock\":12,\"new_stock\":2,\"sale_id\":476,\"sale_number\":\"HIL-0475\"}','154.73.166.59','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-02-14 11:58:19','2026-02-14 11:58:19'),
(2562,63,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":43,\"new_stock\":42,\"sale_id\":477,\"sale_number\":\"HIL-0476\"}','143.105.161.53','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-02-14 12:45:15','2026-02-14 12:45:15'),
(2563,132,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":5,\"new_stock\":4,\"sale_id\":477,\"sale_number\":\"HIL-0476\"}','143.105.161.53','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-02-14 12:45:15','2026-02-14 12:45:15'),
(2564,266,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":16,\"new_stock\":15,\"sale_id\":477,\"sale_number\":\"HIL-0476\"}','143.105.161.53','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-02-14 12:45:15','2026-02-14 12:45:15'),
(2565,301,'stock_removed','Removed 2 units - Sale',7,'{\"quantity\":2,\"reason\":\"Sale\",\"previous_stock\":105,\"new_stock\":103,\"sale_id\":477,\"sale_number\":\"HIL-0476\"}','143.105.161.53','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-02-14 12:45:15','2026-02-14 12:45:15'),
(2566,311,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":12,\"new_stock\":11,\"sale_id\":477,\"sale_number\":\"HIL-0476\"}','143.105.161.53','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-02-14 12:45:15','2026-02-14 12:45:15'),
(2567,311,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":11,\"new_stock\":10,\"sale_id\":478,\"sale_number\":\"HIL-0477\"}','143.105.161.53','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-02-14 12:45:33','2026-02-14 12:45:33'),
(2568,309,'stock_removed','Removed 2 units - Sale',7,'{\"quantity\":2,\"reason\":\"Sale\",\"previous_stock\":3,\"new_stock\":1,\"sale_id\":479,\"sale_number\":\"HIL-0478\"}','143.105.161.53','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-02-14 13:03:05','2026-02-14 13:03:05'),
(2569,311,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":10,\"new_stock\":9,\"sale_id\":479,\"sale_number\":\"HIL-0478\"}','143.105.161.53','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-02-14 13:03:05','2026-02-14 13:03:05'),
(2570,79,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":17,\"new_stock\":16,\"sale_id\":480,\"sale_number\":\"HIL-0479\"}','143.105.161.53','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-02-14 13:07:46','2026-02-14 13:07:46'),
(2571,180,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":11,\"new_stock\":10,\"sale_id\":480,\"sale_number\":\"HIL-0479\"}','143.105.161.53','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-02-14 13:07:46','2026-02-14 13:07:46'),
(2572,272,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":19,\"new_stock\":18,\"sale_id\":480,\"sale_number\":\"HIL-0479\"}','143.105.161.53','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-02-14 13:07:46','2026-02-14 13:07:46'),
(2573,215,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":24,\"new_stock\":23,\"sale_id\":481,\"sale_number\":\"HIL-0480\"}','154.73.166.59','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-02-14 14:24:45','2026-02-14 14:24:45'),
(2574,213,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":13,\"new_stock\":12,\"sale_id\":482,\"sale_number\":\"HIL-0481\"}','154.73.160.174','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-02-16 05:04:52','2026-02-16 05:04:52'),
(2575,8,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":420,\"new_stock\":419,\"sale_id\":483,\"sale_number\":\"HIL-0482\"}','154.73.160.174','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-02-16 05:05:12','2026-02-16 05:05:12'),
(2576,299,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":10,\"new_stock\":9,\"sale_id\":484,\"sale_number\":\"HIL-0483\"}','154.73.160.174','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-02-16 05:49:25','2026-02-16 05:49:25'),
(2616,47,'stock_removed','Removed 2 units - Sale',7,'{\"quantity\":2,\"reason\":\"Sale\",\"previous_stock\":17,\"new_stock\":15,\"sale_id\":487,\"sale_number\":\"HIL-0484\"}','154.73.160.174','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-02-16 06:39:21','2026-02-16 06:39:21'),
(2617,63,'stock_removed','Removed 5 units - Sale',7,'{\"quantity\":5,\"reason\":\"Sale\",\"previous_stock\":42,\"new_stock\":37,\"sale_id\":487,\"sale_number\":\"HIL-0484\"}','154.73.160.174','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-02-16 06:39:21','2026-02-16 06:39:21'),
(2618,67,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":8,\"new_stock\":7,\"sale_id\":487,\"sale_number\":\"HIL-0484\"}','154.73.160.174','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-02-16 06:39:21','2026-02-16 06:39:21'),
(2619,73,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":6,\"new_stock\":5,\"sale_id\":487,\"sale_number\":\"HIL-0484\"}','154.73.160.174','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-02-16 06:39:21','2026-02-16 06:39:21'),
(2620,75,'stock_removed','Removed 2 units - Sale',7,'{\"quantity\":2,\"reason\":\"Sale\",\"previous_stock\":4,\"new_stock\":2,\"sale_id\":487,\"sale_number\":\"HIL-0484\"}','154.73.160.174','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-02-16 06:39:21','2026-02-16 06:39:21'),
(2621,77,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":13,\"new_stock\":12,\"sale_id\":487,\"sale_number\":\"HIL-0484\"}','154.73.160.174','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-02-16 06:39:21','2026-02-16 06:39:21'),
(2622,91,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":2,\"new_stock\":1,\"sale_id\":487,\"sale_number\":\"HIL-0484\"}','154.73.160.174','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-02-16 06:39:21','2026-02-16 06:39:21'),
(2623,107,'stock_removed','Removed 2 units - Sale',7,'{\"quantity\":2,\"reason\":\"Sale\",\"previous_stock\":15,\"new_stock\":13,\"sale_id\":487,\"sale_number\":\"HIL-0484\"}','154.73.160.174','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-02-16 06:39:21','2026-02-16 06:39:21'),
(2624,124,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":11,\"new_stock\":10,\"sale_id\":487,\"sale_number\":\"HIL-0484\"}','154.73.160.174','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-02-16 06:39:21','2026-02-16 06:39:21'),
(2625,126,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":15,\"new_stock\":14,\"sale_id\":487,\"sale_number\":\"HIL-0484\"}','154.73.160.174','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-02-16 06:39:21','2026-02-16 06:39:21'),
(2626,213,'stock_removed','Removed 2 units - Sale',7,'{\"quantity\":2,\"reason\":\"Sale\",\"previous_stock\":12,\"new_stock\":10,\"sale_id\":487,\"sale_number\":\"HIL-0484\"}','154.73.160.174','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-02-16 06:39:21','2026-02-16 06:39:21'),
(2627,215,'stock_removed','Removed 2 units - Sale',7,'{\"quantity\":2,\"reason\":\"Sale\",\"previous_stock\":23,\"new_stock\":21,\"sale_id\":487,\"sale_number\":\"HIL-0484\"}','154.73.160.174','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-02-16 06:39:21','2026-02-16 06:39:21'),
(2628,251,'stock_removed','Removed 3 units - Sale',7,'{\"quantity\":3,\"reason\":\"Sale\",\"previous_stock\":20,\"new_stock\":17,\"sale_id\":487,\"sale_number\":\"HIL-0484\"}','154.73.160.174','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-02-16 06:39:21','2026-02-16 06:39:21'),
(2629,253,'stock_removed','Removed 2 units - Sale',7,'{\"quantity\":2,\"reason\":\"Sale\",\"previous_stock\":2,\"new_stock\":0,\"sale_id\":487,\"sale_number\":\"HIL-0484\"}','154.73.160.174','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-02-16 06:39:21','2026-02-16 06:39:21'),
(2630,255,'stock_removed','Removed 2 units - Sale',7,'{\"quantity\":2,\"reason\":\"Sale\",\"previous_stock\":14,\"new_stock\":12,\"sale_id\":487,\"sale_number\":\"HIL-0484\"}','154.73.160.174','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-02-16 06:39:21','2026-02-16 06:39:21'),
(2631,257,'stock_removed','Removed 2 units - Sale',7,'{\"quantity\":2,\"reason\":\"Sale\",\"previous_stock\":9,\"new_stock\":7,\"sale_id\":487,\"sale_number\":\"HIL-0484\"}','154.73.160.174','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-02-16 06:39:21','2026-02-16 06:39:21'),
(2632,261,'stock_removed','Removed 2 units - Sale',7,'{\"quantity\":2,\"reason\":\"Sale\",\"previous_stock\":3,\"new_stock\":1,\"sale_id\":487,\"sale_number\":\"HIL-0484\"}','154.73.160.174','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-02-16 06:39:21','2026-02-16 06:39:21'),
(2633,266,'stock_removed','Removed 2 units - Sale',7,'{\"quantity\":2,\"reason\":\"Sale\",\"previous_stock\":15,\"new_stock\":13,\"sale_id\":487,\"sale_number\":\"HIL-0484\"}','154.73.160.174','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-02-16 06:39:21','2026-02-16 06:39:21'),
(2634,297,'stock_removed','Removed 2 units - Sale',7,'{\"quantity\":2,\"reason\":\"Sale\",\"previous_stock\":2,\"new_stock\":0,\"sale_id\":487,\"sale_number\":\"HIL-0484\"}','154.73.160.174','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-02-16 06:39:21','2026-02-16 06:39:21'),
(2635,301,'stock_removed','Removed 5 units - Sale',7,'{\"quantity\":5,\"reason\":\"Sale\",\"previous_stock\":103,\"new_stock\":98,\"sale_id\":487,\"sale_number\":\"HIL-0484\"}','154.73.160.174','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-02-16 06:39:21','2026-02-16 06:39:21'),
(2636,307,'stock_removed','Removed 3 units - Sale',7,'{\"quantity\":3,\"reason\":\"Sale\",\"previous_stock\":13,\"new_stock\":10,\"sale_id\":487,\"sale_number\":\"HIL-0484\"}','154.73.160.174','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-02-16 06:39:21','2026-02-16 06:39:21'),
(2637,309,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":1,\"new_stock\":0,\"sale_id\":487,\"sale_number\":\"HIL-0484\"}','154.73.160.174','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-02-16 06:39:21','2026-02-16 06:39:21'),
(2638,311,'stock_removed','Removed 2 units - Sale',7,'{\"quantity\":2,\"reason\":\"Sale\",\"previous_stock\":9,\"new_stock\":7,\"sale_id\":487,\"sale_number\":\"HIL-0484\"}','154.73.160.174','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-02-16 06:39:21','2026-02-16 06:39:21'),
(2639,315,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":2,\"new_stock\":1,\"sale_id\":487,\"sale_number\":\"HIL-0484\"}','154.73.160.174','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-02-16 06:39:21','2026-02-16 06:39:21'),
(2640,317,'stock_removed','Removed 2 units - Sale',7,'{\"quantity\":2,\"reason\":\"Sale\",\"previous_stock\":18,\"new_stock\":16,\"sale_id\":487,\"sale_number\":\"HIL-0484\"}','154.73.160.174','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-02-16 06:39:21','2026-02-16 06:39:21'),
(2641,319,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":7,\"new_stock\":6,\"sale_id\":487,\"sale_number\":\"HIL-0484\"}','154.73.160.174','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-02-16 06:39:21','2026-02-16 06:39:21'),
(2642,325,'stock_removed','Removed 2 units - Sale',7,'{\"quantity\":2,\"reason\":\"Sale\",\"previous_stock\":8,\"new_stock\":6,\"sale_id\":487,\"sale_number\":\"HIL-0484\"}','154.73.160.174','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-02-16 06:39:21','2026-02-16 06:39:21'),
(2643,309,'stock_added','Added 3 units - Adjustment - Count correction',7,'{\"quantity\":3,\"reason\":\"Adjustment - Count correction\",\"previous_stock\":0,\"new_stock\":3,\"notes\":null}','143.105.161.72','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-02-16 06:54:51','2026-02-16 06:54:51'),
(2644,297,'stock_added','Added 6 units - Adjustment - Count correction',7,'{\"quantity\":6,\"reason\":\"Adjustment - Count correction\",\"previous_stock\":0,\"new_stock\":6,\"notes\":null}','143.105.161.72','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-02-16 06:55:22','2026-02-16 06:55:22'),
(2645,192,'status_changed','Product deactivated',7,'{\"old_status\":true,\"new_status\":false}','143.105.161.72','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-02-16 06:56:34','2026-02-16 06:56:34'),
(2646,235,'status_changed','Product deactivated',7,'{\"old_status\":true,\"new_status\":false}','143.105.161.72','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-02-16 06:56:43','2026-02-16 06:56:43'),
(2647,206,'status_changed','Product deactivated',7,'{\"old_status\":true,\"new_status\":false}','143.105.161.72','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-02-16 06:56:53','2026-02-16 06:56:53'),
(2648,204,'status_changed','Product deactivated',7,'{\"old_status\":true,\"new_status\":false}','143.105.161.72','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-02-16 06:57:02','2026-02-16 06:57:02'),
(2649,200,'status_changed','Product deactivated',7,'{\"old_status\":true,\"new_status\":false}','143.105.161.72','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-02-16 06:57:09','2026-02-16 06:57:09'),
(2650,170,'status_changed','Product deactivated',7,'{\"old_status\":true,\"new_status\":false}','143.105.161.72','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-02-16 06:57:25','2026-02-16 06:57:25'),
(2651,156,'status_changed','Product deactivated',7,'{\"old_status\":true,\"new_status\":false}','143.105.161.72','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-02-16 06:57:34','2026-02-16 06:57:34'),
(2652,154,'status_changed','Product deactivated',7,'{\"old_status\":true,\"new_status\":false}','143.105.161.72','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-02-16 06:57:40','2026-02-16 06:57:40'),
(2653,148,'status_changed','Product deactivated',7,'{\"old_status\":true,\"new_status\":false}','143.105.161.72','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-02-16 06:57:50','2026-02-16 06:57:50'),
(2654,130,'status_changed','Product deactivated',7,'{\"old_status\":true,\"new_status\":false}','143.105.161.72','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-02-16 06:58:00','2026-02-16 06:58:00'),
(2655,128,'status_changed','Product deactivated',7,'{\"old_status\":true,\"new_status\":false}','143.105.161.72','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-02-16 06:58:09','2026-02-16 06:58:09'),
(2656,103,'status_changed','Product deactivated',7,'{\"old_status\":true,\"new_status\":false}','143.105.161.72','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-02-16 06:58:19','2026-02-16 06:58:19'),
(2657,97,'status_changed','Product deactivated',7,'{\"old_status\":true,\"new_status\":false}','143.105.161.72','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-02-16 06:58:31','2026-02-16 06:58:31'),
(2658,95,'status_changed','Product deactivated',7,'{\"old_status\":true,\"new_status\":false}','143.105.161.72','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-02-16 06:58:39','2026-02-16 06:58:39'),
(2659,53,'status_changed','Product deactivated',7,'{\"old_status\":true,\"new_status\":false}','143.105.161.72','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-02-16 06:58:56','2026-02-16 06:58:56'),
(2660,293,'status_changed','Product deactivated',7,'{\"old_status\":true,\"new_status\":false}','143.105.161.72','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-02-16 06:59:27','2026-02-16 06:59:27'),
(2661,253,'status_changed','Product deactivated',7,'{\"old_status\":true,\"new_status\":false}','143.105.161.72','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-02-16 06:59:36','2026-02-16 06:59:36'),
(2662,249,'status_changed','Product deactivated',7,'{\"old_status\":true,\"new_status\":false}','143.105.161.72','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-02-16 06:59:45','2026-02-16 06:59:45'),
(2663,297,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":6,\"new_stock\":5,\"sale_id\":488,\"sale_number\":\"HIL-0485\"}','143.105.161.72','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-02-16 07:01:50','2026-02-16 07:01:50'),
(2664,309,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":3,\"new_stock\":2,\"sale_id\":488,\"sale_number\":\"HIL-0485\"}','143.105.161.72','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-02-16 07:01:50','2026-02-16 07:01:50'),
(2665,340,'created','Product created',4,'{\"name\":\"HS-AB\",\"description\":\"2X42 5X43 2X44 3X45\",\"barcode\":\"PRD567028\",\"category_id\":\"2\",\"product_type\":\"store\",\"unit\":\"pcs\",\"cost_price\":\"16500.00\",\"selling_price\":\"18500.00\",\"image\":\"products\\/1771236197_TAeJVeE9FL.jpeg\",\"expiry_date\":null,\"is_active\":true,\"alert_quantity\":1,\"weight\":null,\"length\":null,\"width\":null,\"height\":null,\"updated_at\":\"2026-02-16T10:03:17.000000Z\",\"created_at\":\"2026-02-16T10:03:17.000000Z\",\"id\":340}','95.70.245.8','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36','2026-02-16 07:03:17','2026-02-16 07:03:17'),
(2666,340,'stock_added','Added 12 units - Initial stock',4,'{\"quantity\":12,\"reason\":\"Initial stock\",\"previous_stock\":0,\"new_stock\":12,\"notes\":\"Product creation\"}','95.70.245.8','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36','2026-02-16 07:03:17','2026-02-16 07:03:17'),
(2667,196,'updated','Product updated',4,'{\"description\":{\"old\":\"1X39\\r\\n1X40\\r\\n2X41\\r\\n2X42\\r\\n2X43\\r\\n2X44\\r\\n1X45\",\"new\":\"2X41 3X42 3X43 2X44 3X45\"}}','95.70.245.8','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36','2026-02-16 07:05:10','2026-02-16 07:05:10'),
(2668,196,'stock_added','Added 13 units - Manual adjustment',4,'{\"quantity\":13,\"reason\":\"Manual adjustment\",\"previous_stock\":0,\"new_stock\":13,\"notes\":null}','95.70.245.8','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36','2026-02-16 07:05:25','2026-02-16 07:05:25'),
(2669,341,'created','Product created',4,'{\"name\":\"FB3-S\",\"description\":\"2X41 4X42 6X43 4X44 3X45\",\"barcode\":\"PRD603832\",\"category_id\":\"2\",\"product_type\":\"store\",\"unit\":\"pcs\",\"cost_price\":\"16500.00\",\"selling_price\":\"18500.00\",\"image\":\"products\\/1771236495_gtwEFqP7QD.jpeg\",\"expiry_date\":null,\"is_active\":true,\"alert_quantity\":5,\"weight\":null,\"length\":null,\"width\":null,\"height\":null,\"updated_at\":\"2026-02-16T10:08:15.000000Z\",\"created_at\":\"2026-02-16T10:08:15.000000Z\",\"id\":341}','95.70.245.8','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36','2026-02-16 07:08:15','2026-02-16 07:08:15'),
(2670,341,'stock_added','Added 19 units - Initial stock',4,'{\"quantity\":19,\"reason\":\"Initial stock\",\"previous_stock\":0,\"new_stock\":19,\"notes\":\"Product creation\"}','95.70.245.8','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36','2026-02-16 07:08:15','2026-02-16 07:08:15'),
(2671,329,'stock_added','Added 14 units - Manual adjustment',4,'{\"quantity\":14,\"reason\":\"Manual adjustment\",\"previous_stock\":0,\"new_stock\":14,\"notes\":null}','95.70.245.8','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36','2026-02-16 07:10:04','2026-02-16 07:10:04'),
(2672,330,'stock_added','Added 10 units - Manual adjustment',4,'{\"quantity\":10,\"reason\":\"Manual adjustment\",\"previous_stock\":0,\"new_stock\":10,\"notes\":null}','95.70.245.8','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36','2026-02-16 07:12:08','2026-02-16 07:12:08'),
(2673,334,'stock_added','Added 13 units - Manual adjustment',4,'{\"quantity\":13,\"reason\":\"Manual adjustment\",\"previous_stock\":0,\"new_stock\":13,\"notes\":null}','95.70.245.8','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36','2026-02-16 07:15:02','2026-02-16 07:15:02'),
(2674,118,'updated','Product updated',4,'{\"description\":{\"old\":\"1X39\\r\\n2X40\\r\\n1X41\\r\\n1X42\\r\\n1X43\",\"new\":\"1X40\\r\\n1X41\\r\\n1X42\\r\\n3X43\\r\\n4X44\\r\\n1X45\"}}','95.70.245.8','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36','2026-02-16 07:16:48','2026-02-16 07:16:48'),
(2675,118,'stock_added','Added 11 units - Manual adjustment',4,'{\"quantity\":11,\"reason\":\"Manual adjustment\",\"previous_stock\":0,\"new_stock\":11,\"notes\":null}','95.70.245.8','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36','2026-02-16 07:26:41','2026-02-16 07:26:41'),
(2676,3,'updated','Product updated',4,'{\"description\":{\"old\":\"1X40   2X41    1X42    2X43\",\"new\":\"1X39\\r\\n5X41\\r\\n4X42\\r\\n5X43\\r\\n4X44\\r\\n2X45\"}}','95.70.245.8','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36','2026-02-16 07:31:21','2026-02-16 07:31:21'),
(2677,3,'stock_added','Added 21 units - Manual adjustment',4,'{\"quantity\":21,\"reason\":\"Manual adjustment\",\"previous_stock\":0,\"new_stock\":21,\"notes\":null}','95.70.245.8','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36','2026-02-16 07:32:06','2026-02-16 07:32:06'),
(2678,3,'updated','Product updated',4,'{\"image\":{\"old\":\"products\\/1765811562_kUSbJezsFK.jpg\",\"new\":\"products\\/1771238264_Cd4tMIFBYY.jpeg\"}}','95.70.245.8','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36','2026-02-16 07:37:44','2026-02-16 07:37:44'),
(2679,132,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":4,\"new_stock\":3,\"sale_id\":489,\"sale_number\":\"HIL-0486\"}','143.105.161.72','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-02-16 08:31:02','2026-02-16 08:31:02'),
(2680,141,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":12,\"new_stock\":11,\"sale_id\":490,\"sale_number\":\"HIL-0487\"}','143.105.161.72','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-02-16 08:57:06','2026-02-16 08:57:06'),
(2681,184,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":11,\"new_stock\":10,\"sale_id\":490,\"sale_number\":\"HIL-0487\"}','143.105.161.72','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-02-16 08:57:06','2026-02-16 08:57:06'),
(2682,268,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":6,\"new_stock\":5,\"sale_id\":490,\"sale_number\":\"HIL-0487\"}','143.105.161.72','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-02-16 08:57:06','2026-02-16 08:57:06'),
(2683,309,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":2,\"new_stock\":1,\"sale_id\":490,\"sale_number\":\"HIL-0487\"}','143.105.161.72','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-02-16 08:57:06','2026-02-16 08:57:06'),
(2684,141,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":11,\"new_stock\":10,\"sale_id\":491,\"sale_number\":\"HIL-0488\"}','143.105.161.72','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-02-16 08:59:00','2026-02-16 08:59:00'),
(2685,167,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":1,\"new_stock\":0,\"sale_id\":491,\"sale_number\":\"HIL-0488\"}','143.105.161.72','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-02-16 08:59:00','2026-02-16 08:59:00'),
(2686,8,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":419,\"new_stock\":418,\"sale_id\":492,\"sale_number\":\"HIL-0489\"}','143.105.161.72','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-02-16 09:42:24','2026-02-16 09:42:24'),
(2687,213,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":10,\"new_stock\":9,\"sale_id\":493,\"sale_number\":\"HIL-0490\"}','143.105.161.72','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-02-16 10:10:51','2026-02-16 10:10:51'),
(2688,251,'stock_removed','Removed 2 units - Sale',7,'{\"quantity\":2,\"reason\":\"Sale\",\"previous_stock\":17,\"new_stock\":15,\"sale_id\":493,\"sale_number\":\"HIL-0490\"}','143.105.161.72','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-02-16 10:10:51','2026-02-16 10:10:51'),
(2689,259,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":4,\"new_stock\":3,\"sale_id\":493,\"sale_number\":\"HIL-0490\"}','143.105.161.72','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-02-16 10:10:51','2026-02-16 10:10:51'),
(2690,307,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":10,\"new_stock\":9,\"sale_id\":493,\"sale_number\":\"HIL-0490\"}','143.105.161.72','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-02-16 10:10:51','2026-02-16 10:10:51'),
(2691,317,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":16,\"new_stock\":15,\"sale_id\":493,\"sale_number\":\"HIL-0490\"}','143.105.161.72','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-02-16 10:10:51','2026-02-16 10:10:51'),
(2692,321,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":9,\"new_stock\":8,\"sale_id\":493,\"sale_number\":\"HIL-0490\"}','143.105.161.72','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-02-16 10:10:51','2026-02-16 10:10:51'),
(2693,141,'stock_removed','Removed 10 units - Sale',7,'{\"quantity\":10,\"reason\":\"Sale\",\"previous_stock\":10,\"new_stock\":0,\"sale_id\":494,\"sale_number\":\"HIL-0491\"}','154.73.160.174','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-02-16 11:06:37','2026-02-16 11:06:37');
INSERT INTO `product_histories` VALUES
(2694,184,'stock_removed','Removed 7 units - Sale',7,'{\"quantity\":7,\"reason\":\"Sale\",\"previous_stock\":10,\"new_stock\":3,\"sale_id\":494,\"sale_number\":\"HIL-0491\"}','154.73.160.174','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-02-16 11:06:37','2026-02-16 11:06:37'),
(2695,213,'stock_removed','Removed 7 units - Sale',7,'{\"quantity\":7,\"reason\":\"Sale\",\"previous_stock\":9,\"new_stock\":2,\"sale_id\":494,\"sale_number\":\"HIL-0491\"}','154.73.160.174','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-02-16 11:06:37','2026-02-16 11:06:37'),
(2696,217,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":4,\"new_stock\":3,\"sale_id\":494,\"sale_number\":\"HIL-0491\"}','154.73.160.174','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-02-16 11:06:37','2026-02-16 11:06:37'),
(2697,245,'stock_removed','Removed 10 units - Sale',7,'{\"quantity\":10,\"reason\":\"Sale\",\"previous_stock\":21,\"new_stock\":11,\"sale_id\":494,\"sale_number\":\"HIL-0491\"}','154.73.160.174','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-02-16 11:06:37','2026-02-16 11:06:37'),
(2698,270,'stock_removed','Removed 10 units - Sale',7,'{\"quantity\":10,\"reason\":\"Sale\",\"previous_stock\":17,\"new_stock\":7,\"sale_id\":494,\"sale_number\":\"HIL-0491\"}','154.73.160.174','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-02-16 11:06:37','2026-02-16 11:06:37'),
(2699,272,'stock_removed','Removed 9 units - Sale',7,'{\"quantity\":9,\"reason\":\"Sale\",\"previous_stock\":18,\"new_stock\":9,\"sale_id\":494,\"sale_number\":\"HIL-0491\"}','154.73.160.174','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-02-16 11:06:37','2026-02-16 11:06:37'),
(2700,274,'stock_removed','Removed 6 units - Sale',7,'{\"quantity\":6,\"reason\":\"Sale\",\"previous_stock\":7,\"new_stock\":1,\"sale_id\":494,\"sale_number\":\"HIL-0491\"}','154.73.160.174','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-02-16 11:06:37','2026-02-16 11:06:37'),
(2701,303,'stock_removed','Removed 10 units - Sale',7,'{\"quantity\":10,\"reason\":\"Sale\",\"previous_stock\":18,\"new_stock\":8,\"sale_id\":494,\"sale_number\":\"HIL-0491\"}','154.73.160.174','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-02-16 11:06:37','2026-02-16 11:06:37'),
(2702,325,'stock_removed','Removed 6 units - Sale',7,'{\"quantity\":6,\"reason\":\"Sale\",\"previous_stock\":6,\"new_stock\":0,\"sale_id\":494,\"sale_number\":\"HIL-0491\"}','154.73.160.174','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-02-16 11:06:37','2026-02-16 11:06:37'),
(2703,303,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":8,\"new_stock\":7,\"sale_id\":495,\"sale_number\":\"HIL-0492\"}','143.105.161.169','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-02-17 08:54:04','2026-02-17 08:54:04'),
(2704,136,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":2,\"new_stock\":1,\"sale_id\":496,\"sale_number\":\"HIL-0493\"}','143.105.161.169','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-02-17 09:50:07','2026-02-17 09:50:07'),
(2705,213,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":2,\"new_stock\":1,\"sale_id\":497,\"sale_number\":\"HIL-0494\"}','143.105.161.169','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-02-17 09:57:47','2026-02-17 09:57:47'),
(2706,141,'stock_added','Added 10 units - Sale cancelled/refunded',7,'{\"quantity\":10,\"reason\":\"Sale return\",\"previous_stock\":0,\"new_stock\":10,\"sale_id\":494,\"sale_number\":\"HIL-0491\"}','143.105.161.169','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36','2026-02-17 10:51:18','2026-02-17 10:51:18'),
(2707,184,'stock_added','Added 7 units - Sale cancelled/refunded',7,'{\"quantity\":7,\"reason\":\"Sale return\",\"previous_stock\":3,\"new_stock\":10,\"sale_id\":494,\"sale_number\":\"HIL-0491\"}','143.105.161.169','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36','2026-02-17 10:51:18','2026-02-17 10:51:18'),
(2708,213,'stock_added','Added 7 units - Sale cancelled/refunded',7,'{\"quantity\":7,\"reason\":\"Sale return\",\"previous_stock\":1,\"new_stock\":8,\"sale_id\":494,\"sale_number\":\"HIL-0491\"}','143.105.161.169','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36','2026-02-17 10:51:18','2026-02-17 10:51:18'),
(2709,217,'stock_added','Added 1 units - Sale cancelled/refunded',7,'{\"quantity\":1,\"reason\":\"Sale return\",\"previous_stock\":3,\"new_stock\":4,\"sale_id\":494,\"sale_number\":\"HIL-0491\"}','143.105.161.169','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36','2026-02-17 10:51:18','2026-02-17 10:51:18'),
(2710,245,'stock_added','Added 10 units - Sale cancelled/refunded',7,'{\"quantity\":10,\"reason\":\"Sale return\",\"previous_stock\":11,\"new_stock\":21,\"sale_id\":494,\"sale_number\":\"HIL-0491\"}','143.105.161.169','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36','2026-02-17 10:51:18','2026-02-17 10:51:18'),
(2711,270,'stock_added','Added 10 units - Sale cancelled/refunded',7,'{\"quantity\":10,\"reason\":\"Sale return\",\"previous_stock\":7,\"new_stock\":17,\"sale_id\":494,\"sale_number\":\"HIL-0491\"}','143.105.161.169','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36','2026-02-17 10:51:18','2026-02-17 10:51:18'),
(2712,272,'stock_added','Added 9 units - Sale cancelled/refunded',7,'{\"quantity\":9,\"reason\":\"Sale return\",\"previous_stock\":9,\"new_stock\":18,\"sale_id\":494,\"sale_number\":\"HIL-0491\"}','143.105.161.169','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36','2026-02-17 10:51:18','2026-02-17 10:51:18'),
(2713,274,'stock_added','Added 6 units - Sale cancelled/refunded',7,'{\"quantity\":6,\"reason\":\"Sale return\",\"previous_stock\":1,\"new_stock\":7,\"sale_id\":494,\"sale_number\":\"HIL-0491\"}','143.105.161.169','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36','2026-02-17 10:51:18','2026-02-17 10:51:18'),
(2714,303,'stock_added','Added 10 units - Sale cancelled/refunded',7,'{\"quantity\":10,\"reason\":\"Sale return\",\"previous_stock\":7,\"new_stock\":17,\"sale_id\":494,\"sale_number\":\"HIL-0491\"}','143.105.161.169','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36','2026-02-17 10:51:18','2026-02-17 10:51:18'),
(2715,325,'stock_added','Added 6 units - Sale cancelled/refunded',7,'{\"quantity\":6,\"reason\":\"Sale return\",\"previous_stock\":0,\"new_stock\":6,\"sale_id\":494,\"sale_number\":\"HIL-0491\"}','143.105.161.169','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36','2026-02-17 10:51:18','2026-02-17 10:51:18'),
(2716,141,'stock_removed','Removed 9 units - Sale',7,'{\"quantity\":9,\"reason\":\"Sale\",\"previous_stock\":10,\"new_stock\":1,\"sale_id\":498,\"sale_number\":\"HIL-0495\"}','143.105.161.169','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-02-17 10:58:55','2026-02-17 10:58:55'),
(2717,184,'stock_removed','Removed 6 units - Sale',7,'{\"quantity\":6,\"reason\":\"Sale\",\"previous_stock\":10,\"new_stock\":4,\"sale_id\":498,\"sale_number\":\"HIL-0495\"}','143.105.161.169','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-02-17 10:58:55','2026-02-17 10:58:55'),
(2718,213,'stock_removed','Removed 7 units - Sale',7,'{\"quantity\":7,\"reason\":\"Sale\",\"previous_stock\":8,\"new_stock\":1,\"sale_id\":498,\"sale_number\":\"HIL-0495\"}','143.105.161.169','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-02-17 10:58:55','2026-02-17 10:58:55'),
(2719,245,'stock_removed','Removed 10 units - Sale',7,'{\"quantity\":10,\"reason\":\"Sale\",\"previous_stock\":21,\"new_stock\":11,\"sale_id\":498,\"sale_number\":\"HIL-0495\"}','143.105.161.169','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-02-17 10:58:55','2026-02-17 10:58:55'),
(2720,270,'stock_removed','Removed 9 units - Sale',7,'{\"quantity\":9,\"reason\":\"Sale\",\"previous_stock\":17,\"new_stock\":8,\"sale_id\":498,\"sale_number\":\"HIL-0495\"}','143.105.161.169','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-02-17 10:58:55','2026-02-17 10:58:55'),
(2721,272,'stock_removed','Removed 8 units - Sale',7,'{\"quantity\":8,\"reason\":\"Sale\",\"previous_stock\":18,\"new_stock\":10,\"sale_id\":498,\"sale_number\":\"HIL-0495\"}','143.105.161.169','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-02-17 10:58:55','2026-02-17 10:58:55'),
(2722,274,'stock_removed','Removed 5 units - Sale',7,'{\"quantity\":5,\"reason\":\"Sale\",\"previous_stock\":7,\"new_stock\":2,\"sale_id\":498,\"sale_number\":\"HIL-0495\"}','143.105.161.169','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-02-17 10:58:55','2026-02-17 10:58:55'),
(2723,303,'stock_removed','Removed 10 units - Sale',7,'{\"quantity\":10,\"reason\":\"Sale\",\"previous_stock\":17,\"new_stock\":7,\"sale_id\":498,\"sale_number\":\"HIL-0495\"}','143.105.161.169','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-02-17 10:58:55','2026-02-17 10:58:55'),
(2724,325,'stock_removed','Removed 6 units - Sale',7,'{\"quantity\":6,\"reason\":\"Sale\",\"previous_stock\":6,\"new_stock\":0,\"sale_id\":498,\"sale_number\":\"HIL-0495\"}','143.105.161.169','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-02-17 10:58:55','2026-02-17 10:58:55'),
(2725,67,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":7,\"new_stock\":6,\"sale_id\":499,\"sale_number\":\"HIL-0496\"}','143.105.161.169','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-02-17 12:25:42','2026-02-17 12:25:42'),
(2726,83,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":2,\"new_stock\":1,\"sale_id\":499,\"sale_number\":\"HIL-0496\"}','143.105.161.169','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-02-17 12:25:42','2026-02-17 12:25:42'),
(2727,124,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":10,\"new_stock\":9,\"sale_id\":499,\"sale_number\":\"HIL-0496\"}','143.105.161.169','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-02-17 12:25:42','2026-02-17 12:25:42'),
(2728,126,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":14,\"new_stock\":13,\"sale_id\":499,\"sale_number\":\"HIL-0496\"}','143.105.161.169','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-02-17 12:25:43','2026-02-17 12:25:43'),
(2729,180,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":10,\"new_stock\":9,\"sale_id\":499,\"sale_number\":\"HIL-0496\"}','143.105.161.169','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-02-17 12:25:43','2026-02-17 12:25:43'),
(2730,215,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":21,\"new_stock\":20,\"sale_id\":499,\"sale_number\":\"HIL-0496\"}','143.105.161.169','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-02-17 12:25:43','2026-02-17 12:25:43'),
(2731,309,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":1,\"new_stock\":0,\"sale_id\":499,\"sale_number\":\"HIL-0496\"}','143.105.161.169','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-02-17 12:25:43','2026-02-17 12:25:43'),
(2732,311,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":7,\"new_stock\":6,\"sale_id\":499,\"sale_number\":\"HIL-0496\"}','143.105.161.169','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-02-17 12:25:43','2026-02-17 12:25:43'),
(2733,319,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":6,\"new_stock\":5,\"sale_id\":499,\"sale_number\":\"HIL-0496\"}','143.105.161.169','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-02-17 12:25:43','2026-02-17 12:25:43'),
(2734,321,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":8,\"new_stock\":7,\"sale_id\":499,\"sale_number\":\"HIL-0496\"}','143.105.161.169','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-02-17 12:25:43','2026-02-17 12:25:43'),
(2735,329,'stock_removed','Removed 14 units - Transfer from store to market',7,'{\"quantity\":14,\"reason\":\"Transfer from store to market\",\"previous_stock\":14,\"new_stock\":0,\"transfer_type\":\"store_to_market\",\"transferred_by\":7}','154.73.161.254','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-02-18 04:42:31','2026-02-18 04:42:31'),
(2736,217,'stock_added','Added 14 units - Transfer from store to market',7,'{\"quantity\":14,\"reason\":\"Transfer from store to market\",\"previous_stock\":4,\"new_stock\":18,\"transfer_type\":\"store_to_market\",\"from_product_id\":329,\"transferred_by\":7}','154.73.161.254','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-02-18 04:42:31','2026-02-18 04:42:31'),
(2737,341,'stock_removed','Removed 19 units - Transfer from store to market',7,'{\"quantity\":19,\"reason\":\"Transfer from store to market\",\"previous_stock\":19,\"new_stock\":0,\"transfer_type\":\"store_to_market\",\"transferred_by\":7}','154.73.161.254','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-02-18 04:43:23','2026-02-18 04:43:23'),
(2738,343,'created','Product created',7,'{\"name\":\"FB3-S\",\"description\":\"2X41 4X42 6X43 4X44 3X45\",\"barcode\":\"PRD603832-M1\",\"category_id\":\"2\",\"product_type\":\"market\",\"unit\":\"pcs\",\"cost_price\":\"16500.00\",\"selling_price\":\"18500.00\",\"discount_price\":null,\"image\":\"products\\/1771236495_gtwEFqP7QD.jpeg\",\"expiry_date\":null,\"is_active\":true,\"weight\":null,\"length\":null,\"width\":null,\"height\":null,\"updated_at\":\"2026-02-18T07:43:23.000000Z\",\"created_at\":\"2026-02-18T07:43:23.000000Z\",\"id\":343}','154.73.161.254','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-02-18 04:43:23','2026-02-18 04:43:23'),
(2739,343,'stock_added','Added 19 units - Transfer from store to market',7,'{\"quantity\":19,\"reason\":\"Transfer from store to market\",\"previous_stock\":0,\"new_stock\":19,\"transfer_type\":\"store_to_market\",\"from_product_id\":341,\"transferred_by\":7}','154.73.161.254','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-02-18 04:43:23','2026-02-18 04:43:23'),
(2740,196,'stock_removed','Removed 13 units - Transfer from store to market',7,'{\"quantity\":13,\"reason\":\"Transfer from store to market\",\"previous_stock\":13,\"new_stock\":0,\"transfer_type\":\"store_to_market\",\"transferred_by\":7}','154.73.161.254','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-02-18 04:47:31','2026-02-18 04:47:31'),
(2741,208,'stock_added','Added 13 units - Transfer from store to market',7,'{\"quantity\":13,\"reason\":\"Transfer from store to market\",\"previous_stock\":0,\"new_stock\":13,\"transfer_type\":\"store_to_market\",\"from_product_id\":196,\"transferred_by\":7}','154.73.161.254','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-02-18 04:47:31','2026-02-18 04:47:31'),
(2742,340,'stock_removed','Removed 12 units - Transfer from store to market',7,'{\"quantity\":12,\"reason\":\"Transfer from store to market\",\"previous_stock\":12,\"new_stock\":0,\"transfer_type\":\"store_to_market\",\"transferred_by\":7}','154.73.161.254','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-02-18 04:49:59','2026-02-18 04:49:59'),
(2743,345,'created','Product created',7,'{\"name\":\"HS-AB\",\"description\":\"2X42 5X43 2X44 3X45\",\"barcode\":\"PRD567028-M1\",\"category_id\":\"2\",\"product_type\":\"market\",\"unit\":\"pcs\",\"cost_price\":\"16500.00\",\"selling_price\":\"18500.00\",\"discount_price\":null,\"image\":\"products\\/1771236197_TAeJVeE9FL.jpeg\",\"expiry_date\":null,\"is_active\":true,\"weight\":null,\"length\":null,\"width\":null,\"height\":null,\"updated_at\":\"2026-02-18T07:49:59.000000Z\",\"created_at\":\"2026-02-18T07:49:59.000000Z\",\"id\":345}','154.73.161.254','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-02-18 04:49:59','2026-02-18 04:49:59'),
(2744,345,'stock_added','Added 12 units - Transfer from store to market',7,'{\"quantity\":12,\"reason\":\"Transfer from store to market\",\"previous_stock\":0,\"new_stock\":12,\"transfer_type\":\"store_to_market\",\"from_product_id\":340,\"transferred_by\":7}','154.73.161.254','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-02-18 04:49:59','2026-02-18 04:49:59'),
(2745,67,'stock_removed','Removed 2 units - Sale',7,'{\"quantity\":2,\"reason\":\"Sale\",\"previous_stock\":6,\"new_stock\":4,\"sale_id\":500,\"sale_number\":\"HIL-0497\"}','154.73.161.254','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-02-18 06:53:54','2026-02-18 06:53:54'),
(2746,69,'stock_removed','Removed 2 units - Sale',7,'{\"quantity\":2,\"reason\":\"Sale\",\"previous_stock\":3,\"new_stock\":1,\"sale_id\":500,\"sale_number\":\"HIL-0497\"}','154.73.161.254','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-02-18 06:53:54','2026-02-18 06:53:54'),
(2747,101,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":8,\"new_stock\":7,\"sale_id\":500,\"sale_number\":\"HIL-0497\"}','154.73.161.254','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-02-18 06:53:54','2026-02-18 06:53:54'),
(2748,107,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":13,\"new_stock\":12,\"sale_id\":500,\"sale_number\":\"HIL-0497\"}','154.73.161.254','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-02-18 06:53:54','2026-02-18 06:53:54'),
(2749,126,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":13,\"new_stock\":12,\"sale_id\":500,\"sale_number\":\"HIL-0497\"}','154.73.161.254','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-02-18 06:53:54','2026-02-18 06:53:54'),
(2750,132,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":3,\"new_stock\":2,\"sale_id\":500,\"sale_number\":\"HIL-0497\"}','154.73.161.254','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-02-18 06:53:54','2026-02-18 06:53:54'),
(2751,146,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":6,\"new_stock\":5,\"sale_id\":500,\"sale_number\":\"HIL-0497\"}','154.73.161.254','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-02-18 06:53:54','2026-02-18 06:53:54'),
(2752,180,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":9,\"new_stock\":8,\"sale_id\":500,\"sale_number\":\"HIL-0497\"}','154.73.161.254','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-02-18 06:53:54','2026-02-18 06:53:54'),
(2753,215,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":20,\"new_stock\":19,\"sale_id\":500,\"sale_number\":\"HIL-0497\"}','154.73.161.254','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-02-18 06:53:54','2026-02-18 06:53:54'),
(2754,217,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":18,\"new_stock\":17,\"sale_id\":500,\"sale_number\":\"HIL-0497\"}','154.73.161.254','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-02-18 06:53:54','2026-02-18 06:53:54'),
(2755,239,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":7,\"new_stock\":6,\"sale_id\":500,\"sale_number\":\"HIL-0497\"}','154.73.161.254','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-02-18 06:53:54','2026-02-18 06:53:54'),
(2756,291,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":8,\"new_stock\":7,\"sale_id\":500,\"sale_number\":\"HIL-0497\"}','154.73.161.254','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-02-18 06:53:54','2026-02-18 06:53:54'),
(2757,297,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":5,\"new_stock\":4,\"sale_id\":500,\"sale_number\":\"HIL-0497\"}','154.73.161.254','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-02-18 06:53:54','2026-02-18 06:53:54'),
(2758,299,'stock_removed','Removed 2 units - Sale',7,'{\"quantity\":2,\"reason\":\"Sale\",\"previous_stock\":9,\"new_stock\":7,\"sale_id\":500,\"sale_number\":\"HIL-0497\"}','154.73.161.254','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-02-18 06:53:54','2026-02-18 06:53:54'),
(2759,305,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":9,\"new_stock\":8,\"sale_id\":500,\"sale_number\":\"HIL-0497\"}','154.73.161.254','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-02-18 06:53:54','2026-02-18 06:53:54'),
(2760,311,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":6,\"new_stock\":5,\"sale_id\":500,\"sale_number\":\"HIL-0497\"}','154.73.161.254','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-02-18 06:53:54','2026-02-18 06:53:54'),
(2761,317,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":15,\"new_stock\":14,\"sale_id\":500,\"sale_number\":\"HIL-0497\"}','154.73.161.254','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-02-18 06:53:54','2026-02-18 06:53:54'),
(2762,321,'stock_removed','Removed 2 units - Sale',7,'{\"quantity\":2,\"reason\":\"Sale\",\"previous_stock\":7,\"new_stock\":5,\"sale_id\":500,\"sale_number\":\"HIL-0497\"}','154.73.161.254','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-02-18 06:53:54','2026-02-18 06:53:54'),
(2763,323,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":2,\"new_stock\":1,\"sale_id\":500,\"sale_number\":\"HIL-0497\"}','154.73.161.254','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-02-18 06:53:54','2026-02-18 06:53:54'),
(2764,345,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":12,\"new_stock\":11,\"sale_id\":500,\"sale_number\":\"HIL-0497\"}','154.73.161.254','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-02-18 06:53:54','2026-02-18 06:53:54'),
(2765,132,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":2,\"new_stock\":1,\"sale_id\":501,\"sale_number\":\"HIL-0498\"}','143.105.161.228','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-02-18 08:15:58','2026-02-18 08:15:58'),
(2766,268,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":5,\"new_stock\":4,\"sale_id\":502,\"sale_number\":\"HIL-0499\"}','143.105.161.228','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-02-18 09:46:25','2026-02-18 09:46:25'),
(2767,270,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":8,\"new_stock\":7,\"sale_id\":502,\"sale_number\":\"HIL-0499\"}','143.105.161.228','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-02-18 09:46:25','2026-02-18 09:46:25'),
(2768,307,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":9,\"new_stock\":8,\"sale_id\":502,\"sale_number\":\"HIL-0499\"}','143.105.161.228','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-02-18 09:46:25','2026-02-18 09:46:25'),
(2769,208,'status_changed','Product activated',7,'{\"old_status\":false,\"new_status\":true}','143.105.161.228','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-02-18 10:03:04','2026-02-18 10:03:04'),
(2770,208,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":13,\"new_stock\":12,\"sale_id\":503,\"sale_number\":\"HIL-0500\"}','143.105.161.228','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-02-18 10:03:55','2026-02-18 10:03:55'),
(2771,313,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":18,\"new_stock\":17,\"sale_id\":503,\"sale_number\":\"HIL-0500\"}','143.105.161.228','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-02-18 10:03:55','2026-02-18 10:03:55'),
(2772,295,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":13,\"new_stock\":12,\"sale_id\":504,\"sale_number\":\"HIL-0501\"}','143.105.161.228','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-02-18 10:04:21','2026-02-18 10:04:21'),
(2773,301,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":98,\"new_stock\":97,\"sale_id\":504,\"sale_number\":\"HIL-0501\"}','143.105.161.228','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-02-18 10:04:21','2026-02-18 10:04:21'),
(2774,43,'stock_removed','Removed 2 units - Sale',7,'{\"quantity\":2,\"reason\":\"Sale\",\"previous_stock\":606,\"new_stock\":604,\"sale_id\":505,\"sale_number\":\"HIL-0502\"}','143.105.161.228','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-02-18 11:02:50','2026-02-18 11:02:50'),
(2775,301,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":97,\"new_stock\":96,\"sale_id\":505,\"sale_number\":\"HIL-0502\"}','143.105.161.228','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-02-18 11:02:50','2026-02-18 11:02:50'),
(2776,43,'stock_added','Added 2 units - Sale cancelled/refunded',7,'{\"quantity\":2,\"reason\":\"Sale return\",\"previous_stock\":604,\"new_stock\":606,\"sale_id\":505,\"sale_number\":\"HIL-0502\"}','143.105.161.228','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-02-18 12:55:22','2026-02-18 12:55:22'),
(2777,301,'stock_added','Added 1 units - Sale cancelled/refunded',7,'{\"quantity\":1,\"reason\":\"Sale return\",\"previous_stock\":96,\"new_stock\":97,\"sale_id\":505,\"sale_number\":\"HIL-0502\"}','143.105.161.228','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-02-18 12:55:22','2026-02-18 12:55:22'),
(2778,43,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":606,\"new_stock\":605,\"sale_id\":506,\"sale_number\":\"HIL-0503\"}','143.105.161.228','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-02-18 12:56:18','2026-02-18 12:56:18'),
(2779,63,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":37,\"new_stock\":36,\"sale_id\":506,\"sale_number\":\"HIL-0503\"}','143.105.161.228','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-02-18 12:56:18','2026-02-18 12:56:18'),
(2780,301,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":97,\"new_stock\":96,\"sale_id\":506,\"sale_number\":\"HIL-0503\"}','143.105.161.228','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-02-18 12:56:18','2026-02-18 12:56:18'),
(2781,3,'stock_removed','Removed 21 units - Transfer from store to market',7,'{\"quantity\":21,\"reason\":\"Transfer from store to market\",\"previous_stock\":21,\"new_stock\":0,\"transfer_type\":\"store_to_market\",\"transferred_by\":7}','143.105.161.8','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-02-19 05:18:00','2026-02-19 05:18:00'),
(2782,49,'stock_added','Added 21 units - Transfer from store to market',7,'{\"quantity\":21,\"reason\":\"Transfer from store to market\",\"previous_stock\":0,\"new_stock\":21,\"transfer_type\":\"store_to_market\",\"from_product_id\":3,\"transferred_by\":7}','143.105.161.8','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-02-19 05:18:00','2026-02-19 05:18:00'),
(2783,118,'stock_removed','Removed 11 units - Transfer from store to market',7,'{\"quantity\":11,\"reason\":\"Transfer from store to market\",\"previous_stock\":11,\"new_stock\":0,\"transfer_type\":\"store_to_market\",\"transferred_by\":7}','143.105.161.8','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-02-19 05:27:22','2026-02-19 05:27:22'),
(2784,130,'stock_added','Added 11 units - Transfer from store to market',7,'{\"quantity\":11,\"reason\":\"Transfer from store to market\",\"previous_stock\":0,\"new_stock\":11,\"transfer_type\":\"store_to_market\",\"from_product_id\":118,\"transferred_by\":7}','143.105.161.8','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-02-19 05:27:22','2026-02-19 05:27:22'),
(2785,334,'stock_removed','Removed 13 units - Transfer from store to market',7,'{\"quantity\":13,\"reason\":\"Transfer from store to market\",\"previous_stock\":13,\"new_stock\":0,\"transfer_type\":\"store_to_market\",\"transferred_by\":7}','143.105.161.8','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-02-19 05:30:03','2026-02-19 05:30:03'),
(2786,347,'created','Product created',7,'{\"name\":\"HS-ML\",\"description\":\"1X41\\r\\n2X42\\r\\n2X43\\r\\n4X44\\r\\n3X45\\r\\n1X46\",\"barcode\":\"PRD820186-M1\",\"category_id\":\"2\",\"product_type\":\"market\",\"unit\":\"pcs\",\"cost_price\":\"16500.00\",\"selling_price\":\"18500.00\",\"discount_price\":null,\"image\":\"products\\/1771001373_IXdMqBp1vO.jpeg\",\"expiry_date\":null,\"is_active\":true,\"weight\":null,\"length\":null,\"width\":null,\"height\":null,\"updated_at\":\"2026-02-19T08:30:03.000000Z\",\"created_at\":\"2026-02-19T08:30:03.000000Z\",\"id\":347}','143.105.161.8','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-02-19 05:30:03','2026-02-19 05:30:03'),
(2787,347,'stock_added','Added 13 units - Transfer from store to market',7,'{\"quantity\":13,\"reason\":\"Transfer from store to market\",\"previous_stock\":0,\"new_stock\":13,\"transfer_type\":\"store_to_market\",\"from_product_id\":334,\"transferred_by\":7}','143.105.161.8','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-02-19 05:30:03','2026-02-19 05:30:03'),
(2788,330,'stock_removed','Removed 10 units - Transfer from store to market',7,'{\"quantity\":10,\"reason\":\"Transfer from store to market\",\"previous_stock\":10,\"new_stock\":0,\"transfer_type\":\"store_to_market\",\"transferred_by\":7}','143.105.161.8','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-02-19 05:33:13','2026-02-19 05:33:13'),
(2789,349,'created','Product created',7,'{\"name\":\"H-100B\",\"description\":\"1X40\\r\\n1X41\\r\\n2X42\\r\\n2X43\\r\\n3X44\\r\\n1X45\",\"barcode\":\"PRD585827-M1\",\"category_id\":\"2\",\"product_type\":\"market\",\"unit\":\"pcs\",\"cost_price\":\"16500.00\",\"selling_price\":\"18500.00\",\"discount_price\":null,\"image\":\"products\\/1771001107_MvrkPlIZx9.jpeg\",\"expiry_date\":null,\"is_active\":true,\"weight\":null,\"length\":null,\"width\":null,\"height\":null,\"updated_at\":\"2026-02-19T08:33:13.000000Z\",\"created_at\":\"2026-02-19T08:33:13.000000Z\",\"id\":349}','143.105.161.8','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-02-19 05:33:13','2026-02-19 05:33:13'),
(2790,349,'stock_added','Added 10 units - Transfer from store to market',7,'{\"quantity\":10,\"reason\":\"Transfer from store to market\",\"previous_stock\":0,\"new_stock\":10,\"transfer_type\":\"store_to_market\",\"from_product_id\":330,\"transferred_by\":7}','143.105.161.8','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-02-19 05:33:13','2026-02-19 05:33:13'),
(2791,327,'stock_removed','Removed 7 units - Transfer from store to market',7,'{\"quantity\":7,\"reason\":\"Transfer from store to market\",\"previous_stock\":7,\"new_stock\":0,\"transfer_type\":\"store_to_market\",\"transferred_by\":7}','143.105.161.8','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-02-19 05:37:16','2026-02-19 05:37:16'),
(2792,351,'created','Product created',7,'{\"name\":\"HS-TK\",\"description\":\"1X41\\r\\n2X42\\r\\n2X43\\r\\n2X44\",\"barcode\":\"PRD131272-M1\",\"category_id\":\"2\",\"product_type\":\"market\",\"unit\":\"pcs\",\"cost_price\":\"16500.00\",\"selling_price\":\"18500.00\",\"discount_price\":null,\"image\":\"products\\/1771000876_nlVW3dqdhq.jpeg\",\"expiry_date\":null,\"is_active\":true,\"weight\":null,\"length\":null,\"width\":null,\"height\":null,\"updated_at\":\"2026-02-19T08:37:16.000000Z\",\"created_at\":\"2026-02-19T08:37:16.000000Z\",\"id\":351}','143.105.161.8','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-02-19 05:37:16','2026-02-19 05:37:16'),
(2793,351,'stock_added','Added 7 units - Transfer from store to market',7,'{\"quantity\":7,\"reason\":\"Transfer from store to market\",\"previous_stock\":0,\"new_stock\":7,\"transfer_type\":\"store_to_market\",\"from_product_id\":327,\"transferred_by\":7}','143.105.161.8','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-02-19 05:37:16','2026-02-19 05:37:16'),
(2794,226,'stock_removed','Removed 3 units - Transfer from store to market',7,'{\"quantity\":3,\"reason\":\"Transfer from store to market\",\"previous_stock\":3,\"new_stock\":0,\"transfer_type\":\"store_to_market\",\"transferred_by\":7}','143.105.161.8','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-02-19 05:37:34','2026-02-19 05:37:34'),
(2795,235,'stock_added','Added 3 units - Transfer from store to market',7,'{\"quantity\":3,\"reason\":\"Transfer from store to market\",\"previous_stock\":0,\"new_stock\":3,\"transfer_type\":\"store_to_market\",\"from_product_id\":226,\"transferred_by\":7}','143.105.161.8','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-02-19 05:37:34','2026-02-19 05:37:34'),
(2796,227,'stock_removed','Removed 10 units - Transfer from store to market',7,'{\"quantity\":10,\"reason\":\"Transfer from store to market\",\"previous_stock\":10,\"new_stock\":0,\"transfer_type\":\"store_to_market\",\"transferred_by\":7}','143.105.161.8','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-02-19 05:37:50','2026-02-19 05:37:50'),
(2797,237,'stock_added','Added 10 units - Transfer from store to market',7,'{\"quantity\":10,\"reason\":\"Transfer from store to market\",\"previous_stock\":1,\"new_stock\":11,\"transfer_type\":\"store_to_market\",\"from_product_id\":227,\"transferred_by\":7}','143.105.161.8','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-02-19 05:37:50','2026-02-19 05:37:50'),
(2798,213,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":1,\"new_stock\":0,\"sale_id\":507,\"sale_number\":\"HIL-0504\"}','143.105.161.8','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-02-19 06:08:43','2026-02-19 06:08:43'),
(2799,343,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":19,\"new_stock\":18,\"sale_id\":508,\"sale_number\":\"HIL-0505\"}','143.105.161.8','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-02-19 08:19:30','2026-02-19 08:19:30'),
(2800,152,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":2,\"new_stock\":1,\"sale_id\":509,\"sale_number\":\"HIL-0506\"}','143.105.161.8','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-02-19 08:45:49','2026-02-19 08:45:49'),
(2801,235,'status_changed','Product activated',7,'{\"old_status\":false,\"new_status\":true}','154.73.160.191','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-02-20 09:33:14','2026-02-20 09:33:14'),
(2802,130,'status_changed','Product activated',7,'{\"old_status\":false,\"new_status\":true}','154.73.160.191','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-02-20 09:33:29','2026-02-20 09:33:29'),
(2803,49,'status_changed','Product activated',7,'{\"old_status\":false,\"new_status\":true}','154.73.160.191','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36','2026-02-20 09:33:36','2026-02-20 09:33:36'),
(2804,208,'stock_removed','Removed 1 units - Sale',4,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":12,\"new_stock\":11,\"sale_id\":510,\"sale_number\":\"HIL-0507\"}','159.146.51.80','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36','2026-02-20 15:42:10','2026-02-20 15:42:10'),
(2805,237,'stock_removed','Removed 1 units - Sale',4,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":11,\"new_stock\":10,\"sale_id\":510,\"sale_number\":\"HIL-0507\"}','159.146.51.80','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36','2026-02-20 15:42:10','2026-02-20 15:42:10'),
(2806,297,'stock_removed','Removed 1 units - Sale',4,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":4,\"new_stock\":3,\"sale_id\":510,\"sale_number\":\"HIL-0507\"}','159.146.51.80','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36','2026-02-20 15:42:10','2026-02-20 15:42:10'),
(2807,349,'stock_removed','Removed 1 units - Sale',4,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":10,\"new_stock\":9,\"sale_id\":510,\"sale_number\":\"HIL-0507\"}','159.146.51.80','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36','2026-02-20 15:42:10','2026-02-20 15:42:10'),
(2808,351,'stock_removed','Removed 1 units - Sale',4,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":7,\"new_stock\":6,\"sale_id\":510,\"sale_number\":\"HIL-0507\"}','159.146.51.80','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36','2026-02-20 15:42:10','2026-02-20 15:42:10'),
(2809,87,'stock_removed','Removed 1 units - Sale',4,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":14,\"new_stock\":13,\"sale_id\":510,\"sale_number\":\"HIL-0507\"}','159.146.51.80','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36','2026-02-20 15:42:10','2026-02-20 15:42:10'),
(2810,49,'stock_removed','Removed 1 units - Sale',4,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":21,\"new_stock\":20,\"sale_id\":510,\"sale_number\":\"HIL-0507\"}','159.146.51.80','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36','2026-02-20 15:42:10','2026-02-20 15:42:10'),
(2811,67,'stock_removed','Removed 3 units - Sale',4,'{\"quantity\":3,\"reason\":\"Sale\",\"previous_stock\":4,\"new_stock\":1,\"sale_id\":510,\"sale_number\":\"HIL-0507\"}','159.146.51.80','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36','2026-02-20 15:42:10','2026-02-20 15:42:10'),
(2812,36,'stock_removed','Removed 2 units - Sale',4,'{\"quantity\":2,\"reason\":\"Sale\",\"previous_stock\":5,\"new_stock\":3,\"sale_id\":511,\"sale_number\":\"HIL-0508\"}','159.146.51.80','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36','2026-02-20 15:59:59','2026-02-20 15:59:59'),
(2813,40,'stock_removed','Removed 2 units - Sale',4,'{\"quantity\":2,\"reason\":\"Sale\",\"previous_stock\":18,\"new_stock\":16,\"sale_id\":511,\"sale_number\":\"HIL-0508\"}','159.146.51.80','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36','2026-02-20 15:59:59','2026-02-20 15:59:59'),
(2814,41,'stock_removed','Removed 2 units - Sale',4,'{\"quantity\":2,\"reason\":\"Sale\",\"previous_stock\":19,\"new_stock\":17,\"sale_id\":511,\"sale_number\":\"HIL-0508\"}','159.146.51.80','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36','2026-02-20 15:59:59','2026-02-20 15:59:59'),
(2815,49,'stock_removed','Removed 2 units - Sale',4,'{\"quantity\":2,\"reason\":\"Sale\",\"previous_stock\":20,\"new_stock\":18,\"sale_id\":511,\"sale_number\":\"HIL-0508\"}','159.146.51.80','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36','2026-02-20 15:59:59','2026-02-20 15:59:59'),
(2816,87,'stock_removed','Removed 1 units - Sale',4,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":13,\"new_stock\":12,\"sale_id\":511,\"sale_number\":\"HIL-0508\"}','159.146.51.80','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36','2026-02-20 15:59:59','2026-02-20 15:59:59'),
(2817,126,'stock_removed','Removed 1 units - Sale',4,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":12,\"new_stock\":11,\"sale_id\":511,\"sale_number\":\"HIL-0508\"}','159.146.51.80','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36','2026-02-20 15:59:59','2026-02-20 15:59:59'),
(2818,130,'stock_removed','Removed 1 units - Sale',4,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":11,\"new_stock\":10,\"sale_id\":511,\"sale_number\":\"HIL-0508\"}','159.146.51.80','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36','2026-02-20 15:59:59','2026-02-20 15:59:59'),
(2819,208,'stock_removed','Removed 1 units - Sale',4,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":11,\"new_stock\":10,\"sale_id\":511,\"sale_number\":\"HIL-0508\"}','159.146.51.80','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36','2026-02-20 15:59:59','2026-02-20 15:59:59'),
(2820,215,'stock_removed','Removed 1 units - Sale',4,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":19,\"new_stock\":18,\"sale_id\":511,\"sale_number\":\"HIL-0508\"}','159.146.51.80','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36','2026-02-20 15:59:59','2026-02-20 15:59:59'),
(2821,237,'stock_removed','Removed 1 units - Sale',4,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":10,\"new_stock\":9,\"sale_id\":511,\"sale_number\":\"HIL-0508\"}','159.146.51.80','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36','2026-02-20 15:59:59','2026-02-20 15:59:59'),
(2822,245,'stock_removed','Removed 1 units - Sale',4,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":11,\"new_stock\":10,\"sale_id\":511,\"sale_number\":\"HIL-0508\"}','159.146.51.80','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36','2026-02-20 15:59:59','2026-02-20 15:59:59'),
(2823,266,'stock_removed','Removed 2 units - Sale',4,'{\"quantity\":2,\"reason\":\"Sale\",\"previous_stock\":13,\"new_stock\":11,\"sale_id\":511,\"sale_number\":\"HIL-0508\"}','159.146.51.80','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36','2026-02-20 15:59:59','2026-02-20 15:59:59'),
(2824,270,'stock_removed','Removed 2 units - Sale',4,'{\"quantity\":2,\"reason\":\"Sale\",\"previous_stock\":7,\"new_stock\":5,\"sale_id\":511,\"sale_number\":\"HIL-0508\"}','159.146.51.80','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36','2026-02-20 15:59:59','2026-02-20 15:59:59'),
(2825,311,'stock_removed','Removed 2 units - Sale',4,'{\"quantity\":2,\"reason\":\"Sale\",\"previous_stock\":5,\"new_stock\":3,\"sale_id\":511,\"sale_number\":\"HIL-0508\"}','159.146.51.80','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36','2026-02-20 15:59:59','2026-02-20 15:59:59'),
(2826,319,'stock_removed','Removed 1 units - Sale',4,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":5,\"new_stock\":4,\"sale_id\":511,\"sale_number\":\"HIL-0508\"}','159.146.51.80','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36','2026-02-20 15:59:59','2026-02-20 15:59:59'),
(2827,345,'stock_removed','Removed 1 units - Sale',4,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":11,\"new_stock\":10,\"sale_id\":511,\"sale_number\":\"HIL-0508\"}','159.146.51.80','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36','2026-02-20 15:59:59','2026-02-20 15:59:59'),
(2828,349,'stock_removed','Removed 2 units - Sale',4,'{\"quantity\":2,\"reason\":\"Sale\",\"previous_stock\":9,\"new_stock\":7,\"sale_id\":511,\"sale_number\":\"HIL-0508\"}','159.146.51.80','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36','2026-02-20 15:59:59','2026-02-20 15:59:59'),
(2829,105,'stock_removed','Removed 1 units - Sale',4,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":8,\"new_stock\":7,\"sale_id\":511,\"sale_number\":\"HIL-0508\"}','159.146.51.80','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36','2026-02-20 15:59:59','2026-02-20 15:59:59'),
(2830,330,'updated','Product updated',4,'{\"description\":{\"old\":\"1X40\\r\\n1X41\\r\\n2X42\\r\\n2X43\\r\\n3X44\\r\\n1X45\",\"new\":\"3X39\\r\\n3X40\\r\\n4X41\\r\\n4X42\\r\\n3X43\\r\\n4X44\\r\\n1X45\\r\\n1X46\"}}','95.70.245.8','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36','2026-02-21 06:35:08','2026-02-21 06:35:08'),
(2831,330,'stock_added','Added 23 units - Manual adjustment',4,'{\"quantity\":23,\"reason\":\"Manual adjustment\",\"previous_stock\":0,\"new_stock\":23,\"notes\":null}','95.70.245.8','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36','2026-02-21 06:35:37','2026-02-21 06:35:37'),
(2832,176,'price_changed','Product pricing updated',4,'{\"old_prices\":{\"cost_price\":\"16500.00\",\"selling_price\":\"17500.00\",\"discount_price\":null},\"new_prices\":{\"cost_price\":\"16500.00\",\"selling_price\":\"18500.00\",\"discount_price\":null}}','95.70.245.8','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36','2026-02-21 06:37:21','2026-02-21 06:37:21'),
(2833,176,'updated','Product updated',4,'{\"description\":{\"old\":\"1X39\\r\\n1X40\\r\\n3X41\\r\\n5X42\\r\\n4X43\\r\\n5X44\\r\\n3X45\\r\\n2X46\",\"new\":\"1X40\\r\\n1X41\\r\\n4X42\\r\\n4X43\\r\\n3X44\\r\\n1X45\"},\"selling_price\":{\"old\":\"17500.00\",\"new\":\"18500\"}}','95.70.245.8','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36','2026-02-21 06:37:21','2026-02-21 06:37:21'),
(2834,176,'stock_added','Added 14 units - Manual adjustment',4,'{\"quantity\":14,\"reason\":\"Manual adjustment\",\"previous_stock\":0,\"new_stock\":14,\"notes\":null}','95.70.245.8','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36','2026-02-21 06:37:34','2026-02-21 06:37:34'),
(2835,352,'created','Product created',4,'{\"name\":\"SBF\",\"description\":\"2X39\\r\\n3X40\\r\\n2X45\\r\\n1X46\",\"barcode\":\"PRD218149\",\"category_id\":\"2\",\"product_type\":\"store\",\"unit\":\"pcs\",\"cost_price\":\"16500.00\",\"selling_price\":\"18500.00\",\"image\":\"products\\/1771666854_OgAK1soBiX.jpeg\",\"expiry_date\":null,\"is_active\":true,\"alert_quantity\":1,\"weight\":null,\"length\":null,\"width\":null,\"height\":null,\"updated_at\":\"2026-02-21T09:40:55.000000Z\",\"created_at\":\"2026-02-21T09:40:55.000000Z\",\"id\":352}','95.70.245.8','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36','2026-02-21 06:40:55','2026-02-21 06:40:55'),
(2836,352,'stock_added','Added 8 units - Initial stock',4,'{\"quantity\":8,\"reason\":\"Initial stock\",\"previous_stock\":0,\"new_stock\":8,\"notes\":\"Product creation\"}','95.70.245.8','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36','2026-02-21 06:40:55','2026-02-21 06:40:55'),
(2837,22,'status_changed','Product deactivated',4,'{\"old_status\":true,\"new_status\":false}','95.70.245.8','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36','2026-02-21 06:43:07','2026-02-21 06:43:07'),
(2838,23,'status_changed','Product deactivated',4,'{\"old_status\":true,\"new_status\":false}','95.70.245.8','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36','2026-02-21 06:43:26','2026-02-21 06:43:26'),
(2839,25,'status_changed','Product deactivated',4,'{\"old_status\":true,\"new_status\":false}','95.70.245.8','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36','2026-02-21 06:43:51','2026-02-21 06:43:51'),
(2840,23,'deleted','Product deleted',4,'{\"id\":23,\"name\":\"BA HIL-5\",\"description\":null,\"barcode\":\"PRD333561\",\"category_id\":\"3\",\"product_type\":\"store\",\"unit\":\"pcs\",\"alert_quantity\":5,\"cost_price\":\"16500.00\",\"selling_price\":\"17500.00\",\"discount_price\":null,\"image\":\"products\\/1766138493_i2Hx8uXM2j.jpg\",\"expiry_date\":null,\"is_active\":false,\"weight\":null,\"length\":null,\"width\":null,\"height\":null,\"created_at\":\"2025-12-19T10:01:33.000000Z\",\"updated_at\":\"2026-02-21T09:43:26.000000Z\",\"deleted_at\":null,\"category\":{\"id\":3,\"name\":\"Babouche\",\"description\":null,\"image\":null,\"is_active\":true,\"created_at\":\"2025-12-15T12:49:46.000000Z\",\"updated_at\":\"2025-12-15T12:49:46.000000Z\"},\"inventory\":{\"id\":23,\"product_id\":\"23\",\"current_stock\":0,\"reserved_stock\":0,\"available_stock\":0,\"last_stock_update\":\"2026-01-02T12:23:33.000000Z\",\"last_updated_by\":\"7\",\"created_at\":\"2025-12-19T10:01:33.000000Z\",\"updated_at\":\"2026-01-02T12:23:33.000000Z\"},\"history\":[{\"id\":2838,\"product_id\":\"23\",\"action\":\"status_changed\",\"description\":\"Product deactivated\",\"user_id\":\"4\",\"data\":{\"old_status\":true,\"new_status\":false},\"ip_address\":\"95.70.245.8\",\"user_agent\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/133.0.0.0 Safari\\/537.36\",\"created_at\":\"2026-02-21T09:43:26.000000Z\",\"updated_at\":\"2026-02-21T09:43:26.000000Z\",\"user\":{\"id\":4,\"name\":\"admin\",\"email\":\"admin@app.com\",\"user_type\":\"admin\",\"is_active\":true,\"preferred_language\":\"fr\",\"email_verified_at\":\"2025-11-17T12:16:10.000000Z\",\"two_factor_confirmed_at\":null,\"current_team_id\":null,\"profile_photo_path\":null,\"created_at\":\"2025-11-17T12:16:10.000000Z\",\"updated_at\":\"2025-12-15T19:59:48.000000Z\",\"profile_photo_url\":\"https:\\/\\/ui-avatars.com\\/api\\/?name=a&color=7F9CF5&background=EBF4FF\"}},{\"id\":486,\"product_id\":\"23\",\"action\":\"stock_removed\",\"description\":\"Removed 14 units - Transfer from store to market\",\"user_id\":\"7\",\"data\":{\"quantity\":14,\"reason\":\"Transfer from store to market\",\"previous_stock\":14,\"new_stock\":0,\"transfer_type\":\"store_to_market\",\"transferred_by\":7},\"ip_address\":\"143.105.161.40\",\"user_agent\":\"Mozilla\\/5.0 (X11; Linux x86_64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/142.0.0.0 Safari\\/537.36\",\"created_at\":\"2026-01-02T12:23:33.000000Z\",\"updated_at\":\"2026-01-02T12:23:33.000000Z\",\"user\":{\"id\":7,\"name\":\"Ayoub Oumar\",\"email\":\"ayoub.oumar919@gmail.com\",\"user_type\":\"admin\",\"is_active\":true,\"preferred_language\":\"en\",\"email_verified_at\":\"2025-12-18T06:27:21.000000Z\",\"two_factor_confirmed_at\":null,\"current_team_id\":null,\"profile_photo_path\":null,\"created_at\":\"2025-12-18T06:27:21.000000Z\",\"updated_at\":\"2026-01-05T11:04:03.000000Z\",\"profile_photo_url\":\"https:\\/\\/ui-avatars.com\\/api\\/?name=A+O&color=7F9CF5&background=EBF4FF\"}},{\"id\":436,\"product_id\":\"23\",\"action\":\"updated\",\"description\":\"Product updated\",\"user_id\":\"7\",\"data\":{\"product_type\":{\"old\":\"market\",\"new\":\"store\"}},\"ip_address\":\"143.105.161.40\",\"user_agent\":\"Mozilla\\/5.0 (X11; Linux x86_64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/142.0.0.0 Safari\\/537.36\",\"created_at\":\"2026-01-02T12:19:23.000000Z\",\"updated_at\":\"2026-01-02T12:19:23.000000Z\",\"user\":{\"id\":7,\"name\":\"Ayoub Oumar\",\"email\":\"ayoub.oumar919@gmail.com\",\"user_type\":\"admin\",\"is_active\":true,\"preferred_language\":\"en\",\"email_verified_at\":\"2025-12-18T06:27:21.000000Z\",\"two_factor_confirmed_at\":null,\"current_team_id\":null,\"profile_photo_path\":null,\"created_at\":\"2025-12-18T06:27:21.000000Z\",\"updated_at\":\"2026-01-05T11:04:03.000000Z\",\"profile_photo_url\":\"https:\\/\\/ui-avatars.com\\/api\\/?name=A+O&color=7F9CF5&background=EBF4FF\"}},{\"id\":87,\"product_id\":\"23\",\"action\":\"stock_added\",\"description\":\"Added 14 units - Initial stock\",\"user_id\":\"7\",\"data\":{\"quantity\":14,\"reason\":\"Initial stock\",\"previous_stock\":0,\"new_stock\":14,\"notes\":\"Product creation\"},\"ip_address\":\"154.73.161.153\",\"user_agent\":\"Mozilla\\/5.0 (Linux; Android 10; K) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/143.0.0.0 Mobile Safari\\/537.36\",\"created_at\":\"2025-12-19T10:01:33.000000Z\",\"updated_at\":\"2025-12-19T10:01:33.000000Z\",\"user\":{\"id\":7,\"name\":\"Ayoub Oumar\",\"email\":\"ayoub.oumar919@gmail.com\",\"user_type\":\"admin\",\"is_active\":true,\"preferred_language\":\"en\",\"email_verified_at\":\"2025-12-18T06:27:21.000000Z\",\"two_factor_confirmed_at\":null,\"current_team_id\":null,\"profile_photo_path\":null,\"created_at\":\"2025-12-18T06:27:21.000000Z\",\"updated_at\":\"2026-01-05T11:04:03.000000Z\",\"profile_photo_url\":\"https:\\/\\/ui-avatars.com\\/api\\/?name=A+O&color=7F9CF5&background=EBF4FF\"}},{\"id\":86,\"product_id\":\"23\",\"action\":\"created\",\"description\":\"Product created\",\"user_id\":\"7\",\"data\":{\"name\":\"BA HIL-5\",\"description\":null,\"barcode\":\"PRD333561\",\"category_id\":\"3\",\"product_type\":\"market\",\"unit\":\"pcs\",\"cost_price\":\"16500.00\",\"selling_price\":\"17500.00\",\"discount_price\":null,\"image\":\"products\\/1766138493_i2Hx8uXM2j.jpg\",\"expiry_date\":null,\"is_active\":true,\"alert_quantity\":5,\"weight\":null,\"length\":null,\"width\":null,\"height\":null,\"updated_at\":\"2025-12-19T10:01:33.000000Z\",\"created_at\":\"2025-12-19T10:01:33.000000Z\",\"id\":23},\"ip_address\":\"154.73.161.153\",\"user_agent\":\"Mozilla\\/5.0 (Linux; Android 10; K) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/143.0.0.0 Mobile Safari\\/537.36\",\"created_at\":\"2025-12-19T10:01:33.000000Z\",\"updated_at\":\"2025-12-19T10:01:33.000000Z\",\"user\":{\"id\":7,\"name\":\"Ayoub Oumar\",\"email\":\"ayoub.oumar919@gmail.com\",\"user_type\":\"admin\",\"is_active\":true,\"preferred_language\":\"en\",\"email_verified_at\":\"2025-12-18T06:27:21.000000Z\",\"two_factor_confirmed_at\":null,\"current_team_id\":null,\"profile_photo_path\":null,\"created_at\":\"2025-12-18T06:27:21.000000Z\",\"updated_at\":\"2026-01-05T11:04:03.000000Z\",\"profile_photo_url\":\"https:\\/\\/ui-avatars.com\\/api\\/?name=A+O&color=7F9CF5&background=EBF4FF\"}}]}','95.70.245.8','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36','2026-02-21 06:44:09','2026-02-21 06:44:09'),
(2841,26,'updated','Product updated',4,'{\"name\":{\"old\":\"Hilal-10\",\"new\":\"Hilal-10SB\"}}','95.70.245.8','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36','2026-02-21 06:46:23','2026-02-21 06:46:23'),
(2842,14,'updated','Product updated',4,'{\"name\":{\"old\":\"Hilali-9\",\"new\":\"Hilali-9S\"}}','95.70.245.8','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36','2026-02-21 06:47:23','2026-02-21 06:47:23'),
(2843,42,'status_changed','Product deactivated',4,'{\"old_status\":true,\"new_status\":false}','95.70.245.8','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36','2026-02-21 06:49:00','2026-02-21 06:49:00'),
(2844,17,'status_changed','Product deactivated',4,'{\"old_status\":true,\"new_status\":false}','95.70.245.8','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36','2026-02-21 06:49:42','2026-02-21 06:49:42'),
(2845,32,'price_changed','Product pricing updated',4,'{\"old_prices\":{\"cost_price\":\"16500.00\",\"selling_price\":\"17500.00\",\"discount_price\":null},\"new_prices\":{\"cost_price\":\"16500.00\",\"selling_price\":\"18500.00\",\"discount_price\":null}}','95.70.245.8','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36','2026-02-21 06:53:04','2026-02-21 06:53:04'),
(2846,32,'updated','Product updated',4,'{\"name\":{\"old\":\"H-2025\",\"new\":\"H-2025B\"},\"selling_price\":{\"old\":\"17500.00\",\"new\":\"18500.00\"}}','95.70.245.8','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36','2026-02-21 06:53:04','2026-02-21 06:53:04'),
(2847,32,'stock_added','Added 27 units - Manual adjustment',4,'{\"quantity\":27,\"reason\":\"Manual adjustment\",\"previous_stock\":0,\"new_stock\":27,\"notes\":null}','95.70.245.8','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36','2026-02-21 06:53:21','2026-02-21 06:53:21'),
(2848,283,'updated','Product updated',4,'{\"description\":{\"old\":\"1X39\\r\\n2X40\\r\\n2X41\\r\\n3X42\\r\\n2X43\\r\\n1X44\\r\\n1X45\",\"new\":\"1X45\\r\\n2X46\"}}','95.70.245.8','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36','2026-02-21 06:55:08','2026-02-21 06:55:08'),
(2849,283,'stock_added','Added 3 units - Manual adjustment',4,'{\"quantity\":3,\"reason\":\"Manual adjustment\",\"previous_stock\":0,\"new_stock\":3,\"notes\":null}','95.70.245.8','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36','2026-02-21 06:55:24','2026-02-21 06:55:24'),
(2850,12,'updated','Product updated',4,'{\"description\":{\"old\":\"1\\u00d739\\r\\n2\\u00d740\\r\\n1\\u00d741\\r\\n1\\u00d742\\r\\n2\\u00d743\\r\\n2\\u00d746\",\"new\":\"1X44\\r\\n1X45\\r\\n1X46\"}}','95.70.245.8','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36','2026-02-21 06:57:30','2026-02-21 06:57:30'),
(2851,12,'stock_added','Added 3 units - Manual adjustment',4,'{\"quantity\":3,\"reason\":\"Manual adjustment\",\"previous_stock\":0,\"new_stock\":3,\"notes\":null}','95.70.245.8','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36','2026-02-21 06:57:58','2026-02-21 06:57:58'),
(2852,339,'stock_added','Added 4 units - Manual adjustment',4,'{\"quantity\":4,\"reason\":\"Manual adjustment\",\"previous_stock\":0,\"new_stock\":4,\"notes\":null}','95.70.245.8','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36','2026-02-21 06:59:32','2026-02-21 06:59:32'),
(2853,336,'alert_threshold_changed','Alert quantity threshold updated',4,'{\"old_alert_quantity\":3,\"new_alert_quantity\":1}','95.70.245.8','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36','2026-02-21 07:00:35','2026-02-21 07:00:35'),
(2854,336,'updated','Product updated',4,'{\"alert_quantity\":{\"old\":3,\"new\":\"1\"}}','95.70.245.8','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36','2026-02-21 07:00:35','2026-02-21 07:00:35'),
(2855,336,'stock_added','Added 3 units - Manual adjustment',4,'{\"quantity\":3,\"reason\":\"Manual adjustment\",\"previous_stock\":0,\"new_stock\":3,\"notes\":null}','95.70.245.8','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36','2026-02-21 07:00:49','2026-02-21 07:00:49'),
(2856,26,'updated','Product updated',4,'{\"image\":{\"old\":\"products\\/1766850741_q2EdISl5E9.jpg\",\"new\":\"products\\/1771668218_mSXgm8P393.jpeg\"}}','95.70.245.8','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36','2026-02-21 07:03:38','2026-02-21 07:03:38'),
(2857,26,'stock_added','Added 14 units - Manual adjustment',4,'{\"quantity\":14,\"reason\":\"Manual adjustment\",\"previous_stock\":0,\"new_stock\":14,\"notes\":null}','95.70.245.8','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36','2026-02-21 07:03:57','2026-02-21 07:03:57'),
(2858,202,'price_changed','Product pricing updated',4,'{\"old_prices\":{\"cost_price\":\"16500.00\",\"selling_price\":\"17500.00\",\"discount_price\":null},\"new_prices\":{\"cost_price\":\"16500.00\",\"selling_price\":\"18500.00\",\"discount_price\":null}}','95.70.245.8','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36','2026-02-21 07:06:19','2026-02-21 07:06:19'),
(2859,202,'updated','Product updated',4,'{\"name\":{\"old\":\"H-2025 N\",\"new\":\"H-2025S\"},\"selling_price\":{\"old\":\"17500.00\",\"new\":\"18500.00\"}}','95.70.245.8','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36','2026-02-21 07:06:19','2026-02-21 07:06:19'),
(2860,263,'updated','Product updated',4,'{\"name\":{\"old\":\"HS-CS\",\"new\":\"R-SB\"}}','95.70.245.8','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36','2026-02-21 07:09:42','2026-02-21 07:09:42'),
(2861,228,'updated','Product updated',4,'{\"name\":{\"old\":\"HS-FB2\",\"new\":\"FB2-\\u00c7T\"}}','95.70.245.8','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36','2026-02-21 07:10:52','2026-02-21 07:10:52'),
(2862,227,'updated','Product updated',4,'{\"name\":{\"old\":\"HS-FB10\",\"new\":\"FB10-\\u00c7T\"}}','95.70.245.8','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36','2026-02-21 07:11:34','2026-02-21 07:11:34'),
(2863,233,'updated','Product updated',4,'{\"name\":{\"old\":\"HS-0150B\",\"new\":\"H-0150B\"}}','95.70.245.8','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36','2026-02-21 07:12:45','2026-02-21 07:12:45'),
(2864,231,'updated','Product updated',4,'{\"name\":{\"old\":\"HS-FB9\",\"new\":\"H-FB9-B\"}}','95.70.245.8','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36','2026-02-21 07:13:32','2026-02-21 07:13:32'),
(2865,229,'updated','Product updated',4,'{\"name\":{\"old\":\"HS-0033\",\"new\":\"H-0033GS\"}}','95.70.245.8','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36','2026-02-21 07:14:35','2026-02-21 07:14:35'),
(2866,230,'updated','Product updated',4,'{\"name\":{\"old\":\"HS-0150G\",\"new\":\"H-0150G\"}}','95.70.245.8','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36','2026-02-21 07:15:26','2026-02-21 07:15:26'),
(2867,226,'updated','Product updated',4,'{\"name\":{\"old\":\"HS FB1\",\"new\":\"H-FB1-GS\"}}','95.70.245.8','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36','2026-02-21 07:16:09','2026-02-21 07:16:09'),
(2868,197,'updated','Product updated',4,'{\"name\":{\"old\":\"Hilal-2000C\",\"new\":\"H-2000KT\"}}','95.70.245.8','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36','2026-02-21 07:18:26','2026-02-21 07:18:26'),
(2869,196,'updated','Product updated',4,'{\"name\":{\"old\":\"Hilal-2000G\",\"new\":\"H-2000G\"}}','95.70.245.8','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36','2026-02-21 07:19:09','2026-02-21 07:19:09'),
(2870,194,'updated','Product updated',4,'{\"name\":{\"old\":\"Hilal-8T\",\"new\":\"H-8T\"}}','95.70.245.8','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36','2026-02-21 07:20:25','2026-02-21 07:20:25'),
(2871,193,'updated','Product updated',4,'{\"name\":{\"old\":\"Hilal 2000S\",\"new\":\"H-2000S\"}}','95.70.245.8','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36','2026-02-21 07:21:25','2026-02-21 07:21:25'),
(2872,175,'price_changed','Product pricing updated',4,'{\"old_prices\":{\"cost_price\":\"16500.00\",\"selling_price\":\"17500.00\",\"discount_price\":null},\"new_prices\":{\"cost_price\":\"16500.00\",\"selling_price\":\"18500.00\",\"discount_price\":null}}','95.70.245.8','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36','2026-02-21 07:27:24','2026-02-21 07:27:24'),
(2873,175,'updated','Product updated',4,'{\"name\":{\"old\":\"HS-2010\",\"new\":\"H-2010TK\"},\"selling_price\":{\"old\":\"17500.00\",\"new\":\"18500.00\"}}','95.70.245.8','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36','2026-02-21 07:27:24','2026-02-21 07:27:24'),
(2874,168,'updated','Product updated',4,'{\"name\":{\"old\":\"H-2025 CH\",\"new\":\"H-2025\\u00c7T\"}}','95.70.245.8','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36','2026-02-21 07:33:14','2026-02-21 07:33:14'),
(2875,130,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":10,\"new_stock\":9,\"sale_id\":512,\"sale_number\":\"HIL-0509\"}','143.105.161.203','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-02-21 07:35:31','2026-02-21 07:35:31'),
(2876,165,'updated','Product updated',4,'{\"name\":{\"old\":\"H-2025 S\",\"new\":\"H-2025GS\"}}','95.70.245.8','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36','2026-02-21 07:36:10','2026-02-21 07:36:10'),
(2877,118,'updated','Product updated',4,'{\"name\":{\"old\":\"H-2026 C\",\"new\":\"H-2026 CK\"}}','95.70.245.8','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36','2026-02-21 07:37:12','2026-02-21 07:37:12'),
(2878,18,'alert_threshold_changed','Alert quantity threshold updated',4,'{\"old_alert_quantity\":5,\"new_alert_quantity\":1}','95.70.245.8','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36','2026-02-21 08:01:34','2026-02-21 08:01:34'),
(2879,18,'updated','Product updated',4,'{\"alert_quantity\":{\"old\":5,\"new\":\"1\"},\"image\":{\"old\":\"products\\/1766132742_fNCZu43Paf.jpg\",\"new\":\"products\\/1771671693_F3EfVtWZv8.jpeg\"}}','95.70.245.8','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36','2026-02-21 08:01:34','2026-02-21 08:01:34'),
(2880,18,'stock_added','Added 9 units - Manual adjustment',4,'{\"quantity\":9,\"reason\":\"Manual adjustment\",\"previous_stock\":0,\"new_stock\":9,\"notes\":null}','95.70.245.8','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36','2026-02-21 08:01:47','2026-02-21 08:01:47'),
(2881,43,'stock_removed','Removed 6 units - Sale',7,'{\"quantity\":6,\"reason\":\"Sale\",\"previous_stock\":605,\"new_stock\":599,\"sale_id\":513,\"sale_number\":\"HIL-0510\"}','143.105.161.203','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-02-21 09:48:49','2026-02-21 09:48:49'),
(2882,49,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":18,\"new_stock\":17,\"sale_id\":513,\"sale_number\":\"HIL-0510\"}','143.105.161.203','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-02-21 09:48:49','2026-02-21 09:48:49'),
(2883,63,'stock_removed','Removed 4 units - Sale',7,'{\"quantity\":4,\"reason\":\"Sale\",\"previous_stock\":36,\"new_stock\":32,\"sale_id\":513,\"sale_number\":\"HIL-0510\"}','143.105.161.203','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-02-21 09:48:49','2026-02-21 09:48:49'),
(2884,73,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":5,\"new_stock\":4,\"sale_id\":513,\"sale_number\":\"HIL-0510\"}','143.105.161.203','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-02-21 09:48:49','2026-02-21 09:48:49'),
(2885,124,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":9,\"new_stock\":8,\"sale_id\":513,\"sale_number\":\"HIL-0510\"}','143.105.161.203','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-02-21 09:48:49','2026-02-21 09:48:49'),
(2886,184,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":4,\"new_stock\":3,\"sale_id\":513,\"sale_number\":\"HIL-0510\"}','143.105.161.203','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-02-21 09:48:49','2026-02-21 09:48:49'),
(2887,251,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":15,\"new_stock\":14,\"sale_id\":513,\"sale_number\":\"HIL-0510\"}','143.105.161.203','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-02-21 09:48:49','2026-02-21 09:48:49'),
(2888,266,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":11,\"new_stock\":10,\"sale_id\":513,\"sale_number\":\"HIL-0510\"}','143.105.161.203','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-02-21 09:48:49','2026-02-21 09:48:49'),
(2889,301,'stock_removed','Removed 4 units - Sale',7,'{\"quantity\":4,\"reason\":\"Sale\",\"previous_stock\":96,\"new_stock\":92,\"sale_id\":513,\"sale_number\":\"HIL-0510\"}','143.105.161.203','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-02-21 09:48:49','2026-02-21 09:48:49'),
(2890,303,'stock_removed','Removed 2 units - Sale',7,'{\"quantity\":2,\"reason\":\"Sale\",\"previous_stock\":7,\"new_stock\":5,\"sale_id\":513,\"sale_number\":\"HIL-0510\"}','143.105.161.203','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-02-21 09:48:49','2026-02-21 09:48:49'),
(2891,343,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":18,\"new_stock\":17,\"sale_id\":513,\"sale_number\":\"HIL-0510\"}','143.105.161.203','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-02-21 09:48:49','2026-02-21 09:48:49'),
(2892,345,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":10,\"new_stock\":9,\"sale_id\":513,\"sale_number\":\"HIL-0510\"}','143.105.161.203','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-02-21 09:48:49','2026-02-21 09:48:49'),
(2893,215,'stock_removed','Removed 4 units - Sale',7,'{\"quantity\":4,\"reason\":\"Sale\",\"previous_stock\":18,\"new_stock\":14,\"sale_id\":514,\"sale_number\":\"HIL-0511\"}','143.105.161.203','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-02-21 10:36:07','2026-02-21 10:36:07'),
(2894,270,'stock_removed','Removed 4 units - Sale',7,'{\"quantity\":4,\"reason\":\"Sale\",\"previous_stock\":5,\"new_stock\":1,\"sale_id\":514,\"sale_number\":\"HIL-0511\"}','143.105.161.203','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-02-21 10:36:07','2026-02-21 10:36:07'),
(2895,317,'stock_removed','Removed 4 units - Sale',7,'{\"quantity\":4,\"reason\":\"Sale\",\"previous_stock\":14,\"new_stock\":10,\"sale_id\":514,\"sale_number\":\"HIL-0511\"}','143.105.161.203','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-02-21 10:36:07','2026-02-21 10:36:07'),
(2896,345,'stock_removed','Removed 3 units - Sale',7,'{\"quantity\":3,\"reason\":\"Sale\",\"previous_stock\":9,\"new_stock\":6,\"sale_id\":514,\"sale_number\":\"HIL-0511\"}','143.105.161.203','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-02-21 10:36:07','2026-02-21 10:36:07'),
(2897,349,'stock_removed','Removed 3 units - Sale',7,'{\"quantity\":3,\"reason\":\"Sale\",\"previous_stock\":7,\"new_stock\":4,\"sale_id\":514,\"sale_number\":\"HIL-0511\"}','143.105.161.203','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-02-21 10:36:07','2026-02-21 10:36:07'),
(2898,177,'price_changed','Product pricing updated',4,'{\"old_prices\":{\"cost_price\":\"16500.00\",\"selling_price\":\"17500.00\",\"discount_price\":null},\"new_prices\":{\"cost_price\":\"16500.00\",\"selling_price\":\"18500.00\",\"discount_price\":null}}','95.70.245.8','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36','2026-02-22 07:41:32','2026-02-22 07:41:32'),
(2899,177,'updated','Product updated',4,'{\"selling_price\":{\"old\":\"17500.00\",\"new\":\"18500.00\"}}','95.70.245.8','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36','2026-02-22 07:41:32','2026-02-22 07:41:32'),
(2900,173,'stock_removed','Removed 20 units - Sale',7,'{\"quantity\":20,\"reason\":\"Sale\",\"previous_stock\":145,\"new_stock\":125,\"sale_id\":515,\"sale_number\":\"HIL-0512\"}','143.105.161.243','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-02-23 07:39:21','2026-02-23 07:39:21'),
(2901,79,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":16,\"new_stock\":15,\"sale_id\":516,\"sale_number\":\"HIL-0513\"}','143.105.161.243','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-02-23 07:54:20','2026-02-23 07:54:20'),
(2902,126,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":11,\"new_stock\":10,\"sale_id\":517,\"sale_number\":\"HIL-0514\"}','143.105.161.243','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-02-23 10:23:57','2026-02-23 10:23:57'),
(2903,8,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":418,\"new_stock\":417,\"sale_id\":518,\"sale_number\":\"HIL-0515\"}','143.105.161.243','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-02-23 10:26:17','2026-02-23 10:26:17'),
(2904,71,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":8,\"new_stock\":7,\"sale_id\":519,\"sale_number\":\"HIL-0516\"}','143.105.161.243','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-02-23 10:38:27','2026-02-23 10:38:27'),
(2905,184,'stock_removed','Removed 2 units - Sale',7,'{\"quantity\":2,\"reason\":\"Sale\",\"previous_stock\":3,\"new_stock\":1,\"sale_id\":519,\"sale_number\":\"HIL-0516\"}','143.105.161.243','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-02-23 10:38:27','2026-02-23 10:38:27'),
(2906,323,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":1,\"new_stock\":0,\"sale_id\":519,\"sale_number\":\"HIL-0516\"}','143.105.161.243','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-02-23 10:38:27','2026-02-23 10:38:27'),
(2907,345,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":6,\"new_stock\":5,\"sale_id\":519,\"sale_number\":\"HIL-0516\"}','143.105.161.243','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-02-23 10:38:27','2026-02-23 10:38:27'),
(2908,81,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":4,\"new_stock\":3,\"sale_id\":520,\"sale_number\":\"HIL-0517\"}','143.105.161.243','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-02-23 11:05:02','2026-02-23 11:05:02'),
(2909,107,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":12,\"new_stock\":11,\"sale_id\":520,\"sale_number\":\"HIL-0517\"}','143.105.161.243','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-02-23 11:05:02','2026-02-23 11:05:02'),
(2910,266,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":10,\"new_stock\":9,\"sale_id\":520,\"sale_number\":\"HIL-0517\"}','143.105.161.243','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-02-23 11:05:03','2026-02-23 11:05:03'),
(2911,313,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":17,\"new_stock\":16,\"sale_id\":520,\"sale_number\":\"HIL-0517\"}','143.105.161.243','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-02-23 11:05:03','2026-02-23 11:05:03'),
(2912,85,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":2,\"new_stock\":1,\"sale_id\":521,\"sale_number\":\"HIL-0518\"}','143.105.161.243','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-02-23 11:06:26','2026-02-23 11:06:26'),
(2913,126,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":10,\"new_stock\":9,\"sale_id\":521,\"sale_number\":\"HIL-0518\"}','143.105.161.243','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-02-23 11:06:26','2026-02-23 11:06:26'),
(2914,349,'stock_removed','Removed 2 units - Sale',7,'{\"quantity\":2,\"reason\":\"Sale\",\"previous_stock\":4,\"new_stock\":2,\"sale_id\":521,\"sale_number\":\"HIL-0518\"}','143.105.161.243','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-02-23 11:06:26','2026-02-23 11:06:26'),
(2915,67,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":1,\"new_stock\":0,\"sale_id\":522,\"sale_number\":\"HIL-0519\"}','143.105.161.243','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-02-23 11:08:08','2026-02-23 11:08:08'),
(2916,91,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":1,\"new_stock\":0,\"sale_id\":522,\"sale_number\":\"HIL-0519\"}','143.105.161.243','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-02-23 11:08:08','2026-02-23 11:08:08'),
(2917,134,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":1,\"new_stock\":0,\"sale_id\":523,\"sale_number\":\"HIL-0520\"}','143.105.161.243','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-02-23 12:17:35','2026-02-23 12:17:35'),
(2918,146,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":5,\"new_stock\":4,\"sale_id\":523,\"sale_number\":\"HIL-0520\"}','143.105.161.243','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-02-23 12:17:35','2026-02-23 12:17:35'),
(2919,130,'stock_removed','Removed 4 units - Sale',7,'{\"quantity\":4,\"reason\":\"Sale\",\"previous_stock\":9,\"new_stock\":5,\"sale_id\":524,\"sale_number\":\"HIL-0521\"}','143.105.161.243','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-02-23 12:41:29','2026-02-23 12:41:29'),
(2920,138,'stock_removed','Removed 5 units - Sale',7,'{\"quantity\":5,\"reason\":\"Sale\",\"previous_stock\":6,\"new_stock\":1,\"sale_id\":524,\"sale_number\":\"HIL-0521\"}','143.105.161.243','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-02-23 12:41:29','2026-02-23 12:41:29'),
(2921,303,'stock_removed','Removed 5 units - Sale',7,'{\"quantity\":5,\"reason\":\"Sale\",\"previous_stock\":5,\"new_stock\":0,\"sale_id\":524,\"sale_number\":\"HIL-0521\"}','143.105.161.243','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-02-23 12:41:29','2026-02-23 12:41:29'),
(2922,313,'stock_removed','Removed 10 units - Sale',7,'{\"quantity\":10,\"reason\":\"Sale\",\"previous_stock\":16,\"new_stock\":6,\"sale_id\":524,\"sale_number\":\"HIL-0521\"}','143.105.161.243','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-02-23 12:41:29','2026-02-23 12:41:29'),
(2923,349,'stock_removed','Removed 2 units - Sale',7,'{\"quantity\":2,\"reason\":\"Sale\",\"previous_stock\":2,\"new_stock\":0,\"sale_id\":524,\"sale_number\":\"HIL-0521\"}','143.105.161.243','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-02-23 12:41:29','2026-02-23 12:41:29'),
(2924,141,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":1,\"new_stock\":0,\"sale_id\":525,\"sale_number\":\"HIL-0522\"}','143.105.161.243','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-02-23 13:12:53','2026-02-23 13:12:53'),
(2925,345,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":5,\"new_stock\":4,\"sale_id\":525,\"sale_number\":\"HIL-0522\"}','143.105.161.243','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-02-23 13:12:53','2026-02-23 13:12:53'),
(2926,351,'stock_removed','Removed 3 units - Sale',7,'{\"quantity\":3,\"reason\":\"Sale\",\"previous_stock\":6,\"new_stock\":3,\"sale_id\":526,\"sale_number\":\"HIL-0523\"}','154.73.161.162','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-02-24 05:26:43','2026-02-24 05:26:43'),
(2927,347,'stock_removed','Removed 2 units - Sale',7,'{\"quantity\":2,\"reason\":\"Sale\",\"previous_stock\":13,\"new_stock\":11,\"sale_id\":527,\"sale_number\":\"HIL-0524\"}','154.73.161.162','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-02-24 05:29:40','2026-02-24 05:29:40'),
(2928,299,'stock_removed','Removed 3 units - Sale',7,'{\"quantity\":3,\"reason\":\"Sale\",\"previous_stock\":7,\"new_stock\":4,\"sale_id\":528,\"sale_number\":\"HIL-0525\"}','154.73.161.162','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-02-24 05:30:58','2026-02-24 05:30:58'),
(2929,345,'stock_removed','Removed 2 units - Sale',7,'{\"quantity\":2,\"reason\":\"Sale\",\"previous_stock\":4,\"new_stock\":2,\"sale_id\":529,\"sale_number\":\"HIL-0526\"}','154.73.161.162','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-02-24 05:38:12','2026-02-24 05:38:12'),
(2930,237,'stock_removed','Removed 2 units - Sale',7,'{\"quantity\":2,\"reason\":\"Sale\",\"previous_stock\":9,\"new_stock\":7,\"sale_id\":530,\"sale_number\":\"HIL-0527\"}','154.73.161.162','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-02-24 05:41:25','2026-02-24 05:41:25'),
(2931,291,'stock_removed','Removed 2 units - Sale',7,'{\"quantity\":2,\"reason\":\"Sale\",\"previous_stock\":7,\"new_stock\":5,\"sale_id\":531,\"sale_number\":\"HIL-0528\"}','154.73.161.162','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-02-24 05:43:05','2026-02-24 05:43:05'),
(2932,343,'stock_removed','Removed 3 units - Sale',7,'{\"quantity\":3,\"reason\":\"Sale\",\"previous_stock\":17,\"new_stock\":14,\"sale_id\":532,\"sale_number\":\"HIL-0529\"}','154.73.161.162','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-02-24 05:48:16','2026-02-24 05:48:16'),
(2933,307,'stock_removed','Removed 2 units - Sale',7,'{\"quantity\":2,\"reason\":\"Sale\",\"previous_stock\":8,\"new_stock\":6,\"sale_id\":533,\"sale_number\":\"HIL-0530\"}','154.73.161.162','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-02-24 05:49:27','2026-02-24 05:49:27'),
(2934,305,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":8,\"new_stock\":7,\"sale_id\":534,\"sale_number\":\"HIL-0531\"}','154.73.161.162','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-02-24 05:51:03','2026-02-24 05:51:03'),
(2935,297,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":3,\"new_stock\":2,\"sale_id\":535,\"sale_number\":\"HIL-0532\"}','154.73.161.162','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-02-24 05:52:07','2026-02-24 05:52:07'),
(2936,299,'stock_added','Added 3 units - Sale cancelled/refunded',7,'{\"quantity\":3,\"reason\":\"Error\",\"previous_stock\":4,\"new_stock\":7,\"sale_id\":528,\"sale_number\":\"HIL-0525\"}','154.73.161.162','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-02-24 05:55:22','2026-02-24 05:55:22'),
(2937,299,'stock_removed','Removed 2 units - Sale',7,'{\"quantity\":2,\"reason\":\"Sale\",\"previous_stock\":7,\"new_stock\":5,\"sale_id\":536,\"sale_number\":\"HIL-0533\"}','154.73.161.162','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-02-24 05:55:44','2026-02-24 05:55:44'),
(2938,255,'stock_removed','Removed 2 units - Sale',7,'{\"quantity\":2,\"reason\":\"Sale\",\"previous_stock\":12,\"new_stock\":10,\"sale_id\":537,\"sale_number\":\"HIL-0534\"}','154.73.161.162','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-02-24 06:00:08','2026-02-24 06:00:08'),
(2939,259,'stock_removed','Removed 3 units - Sale',7,'{\"quantity\":3,\"reason\":\"Sale\",\"previous_stock\":3,\"new_stock\":0,\"sale_id\":538,\"sale_number\":\"HIL-0535\"}','154.73.161.162','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-02-24 06:01:34','2026-02-24 06:01:34'),
(2940,261,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":1,\"new_stock\":0,\"sale_id\":538,\"sale_number\":\"HIL-0535\"}','154.73.161.162','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-02-24 06:01:34','2026-02-24 06:01:34'),
(2941,87,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":12,\"new_stock\":11,\"sale_id\":539,\"sale_number\":\"HIL-0536\"}','154.73.161.162','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-02-24 06:06:05','2026-02-24 06:06:05'),
(2942,268,'stock_removed','Removed 2 units - Sale',7,'{\"quantity\":2,\"reason\":\"Sale\",\"previous_stock\":4,\"new_stock\":2,\"sale_id\":540,\"sale_number\":\"HIL-0537\"}','154.73.161.162','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-02-24 06:13:32','2026-02-24 06:13:32'),
(2943,315,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":1,\"new_stock\":0,\"sale_id\":540,\"sale_number\":\"HIL-0537\"}','154.73.161.162','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-02-24 06:13:32','2026-02-24 06:13:32'),
(2944,321,'stock_removed','Removed 3 units - Sale',7,'{\"quantity\":3,\"reason\":\"Sale\",\"previous_stock\":5,\"new_stock\":2,\"sale_id\":541,\"sale_number\":\"HIL-0538\"}','154.73.161.162','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-02-24 06:16:19','2026-02-24 06:16:19'),
(2945,274,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":2,\"new_stock\":1,\"sale_id\":542,\"sale_number\":\"HIL-0539\"}','154.73.161.162','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-02-24 06:19:32','2026-02-24 06:19:32'),
(2946,313,'stock_removed','Removed 5 units - Sale',7,'{\"quantity\":5,\"reason\":\"Sale\",\"previous_stock\":6,\"new_stock\":1,\"sale_id\":542,\"sale_number\":\"HIL-0539\"}','154.73.161.162','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-02-24 06:19:32','2026-02-24 06:19:32'),
(2947,215,'stock_removed','Removed 2 units - Sale',7,'{\"quantity\":2,\"reason\":\"Sale\",\"previous_stock\":14,\"new_stock\":12,\"sale_id\":543,\"sale_number\":\"HIL-0540\"}','154.73.161.162','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-02-24 06:20:19','2026-02-24 06:20:19'),
(2948,245,'stock_removed','Removed 3 units - Sale',7,'{\"quantity\":3,\"reason\":\"Sale\",\"previous_stock\":10,\"new_stock\":7,\"sale_id\":544,\"sale_number\":\"HIL-0541\"}','154.73.161.162','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-02-24 06:22:04','2026-02-24 06:22:04'),
(2949,266,'stock_removed','Removed 4 units - Sale',7,'{\"quantity\":4,\"reason\":\"Sale\",\"previous_stock\":9,\"new_stock\":5,\"sale_id\":545,\"sale_number\":\"HIL-0542\"}','154.73.161.162','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-02-24 06:23:20','2026-02-24 06:23:20'),
(2950,107,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":11,\"new_stock\":10,\"sale_id\":546,\"sale_number\":\"HIL-0543\"}','154.73.161.162','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-02-24 06:24:33','2026-02-24 06:24:33'),
(2951,182,'stock_removed','Removed 2 units - Sale',7,'{\"quantity\":2,\"reason\":\"Sale\",\"previous_stock\":7,\"new_stock\":5,\"sale_id\":547,\"sale_number\":\"HIL-0544\"}','154.73.161.162','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-02-24 06:25:43','2026-02-24 06:25:43'),
(2952,107,'stock_added','Added 1 units - Sale cancelled/refunded',7,'{\"quantity\":1,\"reason\":\"Error\",\"previous_stock\":10,\"new_stock\":11,\"sale_id\":546,\"sale_number\":\"HIL-0543\"}','154.73.161.162','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-02-24 06:25:58','2026-02-24 06:25:58'),
(2953,349,'status_changed','Product deactivated',7,'{\"old_status\":true,\"new_status\":false}','154.73.161.162','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-02-24 06:26:36','2026-02-24 06:26:36'),
(2954,325,'status_changed','Product deactivated',7,'{\"old_status\":true,\"new_status\":false}','154.73.161.162','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-02-24 06:26:46','2026-02-24 06:26:46'),
(2955,323,'stock_added','Added 1 units - Adjustment - Count correction',7,'{\"quantity\":1,\"reason\":\"Adjustment - Count correction\",\"previous_stock\":0,\"new_stock\":1,\"notes\":null}','154.73.161.162','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-02-24 06:27:03','2026-02-24 06:27:03'),
(2956,315,'status_changed','Product deactivated',7,'{\"old_status\":true,\"new_status\":false}','154.73.161.162','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-02-24 06:27:12','2026-02-24 06:27:12'),
(2957,309,'stock_added','Added 1 units - Adjustment - Count correction',7,'{\"quantity\":1,\"reason\":\"Adjustment - Count correction\",\"previous_stock\":0,\"new_stock\":1,\"notes\":null}','154.73.161.162','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-02-24 06:27:39','2026-02-24 06:27:39'),
(2958,303,'status_changed','Product deactivated',7,'{\"old_status\":true,\"new_status\":false}','154.73.161.162','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-02-24 06:27:51','2026-02-24 06:27:51'),
(2959,272,'stock_removed','Removed 2 units - Sale',7,'{\"quantity\":2,\"reason\":\"Sale\",\"previous_stock\":10,\"new_stock\":8,\"sale_id\":548,\"sale_number\":\"HIL-0545\"}','154.73.161.162','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-02-24 06:30:49','2026-02-24 06:30:49'),
(2960,270,'stock_added','Added 2 units - Adjustment - Count correction',7,'{\"quantity\":2,\"reason\":\"Adjustment - Count correction\",\"previous_stock\":1,\"new_stock\":3,\"notes\":null}','154.73.161.162','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-02-24 06:31:38','2026-02-24 06:31:38'),
(2961,259,'stock_added','Added 1 units - Adjustment - Count correction',7,'{\"quantity\":1,\"reason\":\"Adjustment - Count correction\",\"previous_stock\":0,\"new_stock\":1,\"notes\":null}','154.73.161.162','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-02-24 06:32:02','2026-02-24 06:32:02'),
(2962,213,'status_changed','Product deactivated',7,'{\"old_status\":true,\"new_status\":false}','154.73.161.162','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-02-24 06:32:26','2026-02-24 06:32:26'),
(2963,184,'stock_added','Added 2 units - Adjustment - Count correction',7,'{\"quantity\":2,\"reason\":\"Adjustment - Count correction\",\"previous_stock\":1,\"new_stock\":3,\"notes\":null}','154.73.161.162','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-02-24 06:32:46','2026-02-24 06:32:46'),
(2964,132,'stock_added','Added 1 units - Adjustment - Count correction',7,'{\"quantity\":1,\"reason\":\"Adjustment - Count correction\",\"previous_stock\":1,\"new_stock\":2,\"notes\":null}','154.73.161.162','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-02-24 06:33:23','2026-02-24 06:33:23'),
(2965,49,'stock_removed','Removed 5 units - Sale',7,'{\"quantity\":5,\"reason\":\"Sale\",\"previous_stock\":17,\"new_stock\":12,\"sale_id\":549,\"sale_number\":\"HIL-0546\"}','154.73.161.162','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-02-24 06:34:51','2026-02-24 06:34:51'),
(2966,217,'stock_removed','Removed 6 units - Sale',7,'{\"quantity\":6,\"reason\":\"Sale\",\"previous_stock\":17,\"new_stock\":11,\"sale_id\":550,\"sale_number\":\"HIL-0547\"}','154.73.161.162','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-02-24 06:36:53','2026-02-24 06:36:53'),
(2967,126,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":9,\"new_stock\":8,\"sale_id\":551,\"sale_number\":\"HIL-0548\"}','154.73.161.162','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-02-24 06:39:11','2026-02-24 06:39:11'),
(2968,208,'stock_removed','Removed 7 units - Sale',7,'{\"quantity\":7,\"reason\":\"Sale\",\"previous_stock\":10,\"new_stock\":3,\"sale_id\":552,\"sale_number\":\"HIL-0549\"}','154.73.161.162','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-02-24 06:44:28','2026-02-24 06:44:28'),
(2969,124,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":8,\"new_stock\":7,\"sale_id\":553,\"sale_number\":\"HIL-0550\"}','154.73.161.162','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-02-24 06:45:34','2026-02-24 06:45:34'),
(2970,180,'stock_removed','Removed 6 units - Sale',7,'{\"quantity\":6,\"reason\":\"Sale\",\"previous_stock\":8,\"new_stock\":2,\"sale_id\":554,\"sale_number\":\"HIL-0551\"}','154.73.161.162','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-02-24 06:46:42','2026-02-24 06:46:42'),
(2971,311,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":3,\"new_stock\":2,\"sale_id\":555,\"sale_number\":\"HIL-0552\"}','154.73.161.162','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-02-24 06:48:01','2026-02-24 06:48:01'),
(2972,247,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":2,\"new_stock\":1,\"sale_id\":556,\"sale_number\":\"HIL-0553\"}','154.73.161.162','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-02-24 06:58:31','2026-02-24 06:58:31'),
(2973,243,'stock_removed','Removed 2 units - Sale',7,'{\"quantity\":2,\"reason\":\"Sale\",\"previous_stock\":2,\"new_stock\":0,\"sale_id\":557,\"sale_number\":\"HIL-0554\"}','154.73.161.162','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-02-24 06:59:03','2026-02-24 06:59:03'),
(2974,45,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":7,\"new_stock\":6,\"sale_id\":558,\"sale_number\":\"HIL-0555\"}','154.73.161.162','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-02-24 07:00:05','2026-02-24 07:00:05'),
(2975,219,'stock_removed','Removed 4 units - Sale',7,'{\"quantity\":4,\"reason\":\"Sale\",\"previous_stock\":20,\"new_stock\":16,\"sale_id\":559,\"sale_number\":\"HIL-0556\"}','154.73.161.162','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-02-24 07:06:44','2026-02-24 07:06:44'),
(2976,130,'stock_removed','Removed 5 units - Sale',7,'{\"quantity\":5,\"reason\":\"Sale\",\"previous_stock\":5,\"new_stock\":0,\"sale_id\":560,\"sale_number\":\"HIL-0557\"}','154.73.161.162','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-02-24 07:07:37','2026-02-24 07:07:37'),
(2977,184,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":3,\"new_stock\":2,\"sale_id\":561,\"sale_number\":\"HIL-0558\"}','143.105.161.142','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-02-24 10:35:26','2026-02-24 10:35:26'),
(2978,259,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":1,\"new_stock\":0,\"sale_id\":562,\"sale_number\":\"HIL-0559\"}','143.105.161.142','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-02-24 12:12:28','2026-02-24 12:12:28'),
(2979,32,'stock_removed','Removed 17 units - Transfer from store to market',7,'{\"quantity\":17,\"reason\":\"Transfer from store to market\",\"previous_stock\":27,\"new_stock\":10,\"transfer_type\":\"store_to_market\",\"transferred_by\":7}','143.105.161.142','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-02-24 12:48:36','2026-02-24 12:48:36'),
(2980,354,'created','Product created',7,'{\"name\":\"H-2025B\",\"description\":\"1X39\\r\\n2X40\\r\\n2X41\\r\\n7X42\\r\\n7X43\\r\\n6X44\\r\\n1X45\\r\\n1X46\",\"barcode\":\"PRD932917-M2\",\"category_id\":\"2\",\"product_type\":\"market\",\"unit\":\"pcs\",\"cost_price\":\"16500.00\",\"selling_price\":\"18500.00\",\"discount_price\":null,\"image\":\"products\\/1768138559_8a3j4BdUTT.jpeg\",\"expiry_date\":null,\"is_active\":true,\"weight\":null,\"length\":null,\"width\":null,\"height\":null,\"updated_at\":\"2026-02-24T15:48:36.000000Z\",\"created_at\":\"2026-02-24T15:48:36.000000Z\",\"id\":354}','143.105.161.142','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-02-24 12:48:36','2026-02-24 12:48:36'),
(2981,354,'stock_added','Added 17 units - Transfer from store to market',7,'{\"quantity\":17,\"reason\":\"Transfer from store to market\",\"previous_stock\":0,\"new_stock\":17,\"transfer_type\":\"store_to_market\",\"from_product_id\":32,\"transferred_by\":7}','143.105.161.142','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-02-24 12:48:36','2026-02-24 12:48:36'),
(2982,12,'stock_removed','Removed 3 units - Transfer from store to market',7,'{\"quantity\":3,\"reason\":\"Transfer from store to market\",\"previous_stock\":3,\"new_stock\":0,\"transfer_type\":\"store_to_market\",\"transferred_by\":7}','143.105.161.142','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-02-24 12:50:16','2026-02-24 12:50:16'),
(2983,184,'stock_added','Added 3 units - Transfer from store to market',7,'{\"quantity\":3,\"reason\":\"Transfer from store to market\",\"previous_stock\":2,\"new_stock\":5,\"transfer_type\":\"store_to_market\",\"from_product_id\":12,\"transferred_by\":7}','143.105.161.142','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-02-24 12:50:16','2026-02-24 12:50:16'),
(2984,26,'stock_removed','Removed 14 units - Transfer from store to market',7,'{\"quantity\":14,\"reason\":\"Transfer from store to market\",\"previous_stock\":14,\"new_stock\":0,\"transfer_type\":\"store_to_market\",\"transferred_by\":7}','143.105.161.142','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-02-24 12:54:13','2026-02-24 12:54:13'),
(2985,356,'created','Product created',7,'{\"name\":\"Hilal-10SB\",\"description\":\"2X40\\r\\n3X41\\r\\n3X42\\r\\n3X43\\r\\n3X44\",\"barcode\":\"PRD582282-M2\",\"category_id\":\"2\",\"product_type\":\"market\",\"unit\":\"pcs\",\"cost_price\":\"16500.00\",\"selling_price\":\"18500.00\",\"discount_price\":null,\"image\":\"products\\/1771668218_mSXgm8P393.jpeg\",\"expiry_date\":null,\"is_active\":true,\"weight\":null,\"length\":null,\"width\":null,\"height\":null,\"updated_at\":\"2026-02-24T15:54:13.000000Z\",\"created_at\":\"2026-02-24T15:54:13.000000Z\",\"id\":356}','143.105.161.142','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-02-24 12:54:13','2026-02-24 12:54:13'),
(2986,356,'stock_added','Added 14 units - Transfer from store to market',7,'{\"quantity\":14,\"reason\":\"Transfer from store to market\",\"previous_stock\":0,\"new_stock\":14,\"transfer_type\":\"store_to_market\",\"from_product_id\":26,\"transferred_by\":7}','143.105.161.142','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-02-24 12:54:13','2026-02-24 12:54:13'),
(2987,32,'stock_removed','Removed 10 units - Transfer from store to market',7,'{\"quantity\":10,\"reason\":\"Transfer from store to market\",\"previous_stock\":10,\"new_stock\":0,\"transfer_type\":\"store_to_market\",\"transferred_by\":7}','143.105.161.142','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-02-24 12:54:27','2026-02-24 12:54:27'),
(2988,354,'stock_added','Added 10 units - Transfer from store to market',7,'{\"quantity\":10,\"reason\":\"Transfer from store to market\",\"previous_stock\":17,\"new_stock\":27,\"transfer_type\":\"store_to_market\",\"from_product_id\":32,\"transferred_by\":7}','143.105.161.142','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-02-24 12:54:27','2026-02-24 12:54:27'),
(2989,339,'stock_removed','Removed 4 units - Transfer from store to market',7,'{\"quantity\":4,\"reason\":\"Transfer from store to market\",\"previous_stock\":4,\"new_stock\":0,\"transfer_type\":\"store_to_market\",\"transferred_by\":7}','143.105.161.142','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-02-24 12:55:43','2026-02-24 12:55:43'),
(2990,358,'created','Product created',7,'{\"name\":\"HB-NBS\",\"description\":\"1X39\\r\\n1X42\\r\\n1X43\\r\\n1X44\",\"barcode\":\"PRD942686-M1\",\"category_id\":\"3\",\"product_type\":\"market\",\"unit\":\"pcs\",\"cost_price\":\"16500.00\",\"selling_price\":\"18500.00\",\"discount_price\":null,\"image\":\"products\\/1771001723_hZNkfpCCbI.jpeg\",\"expiry_date\":null,\"is_active\":true,\"weight\":null,\"length\":null,\"width\":null,\"height\":null,\"updated_at\":\"2026-02-24T15:55:43.000000Z\",\"created_at\":\"2026-02-24T15:55:43.000000Z\",\"id\":358}','143.105.161.142','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-02-24 12:55:43','2026-02-24 12:55:43'),
(2991,358,'stock_added','Added 4 units - Transfer from store to market',7,'{\"quantity\":4,\"reason\":\"Transfer from store to market\",\"previous_stock\":0,\"new_stock\":4,\"transfer_type\":\"store_to_market\",\"from_product_id\":339,\"transferred_by\":7}','143.105.161.142','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-02-24 12:55:43','2026-02-24 12:55:43'),
(2992,176,'stock_removed','Removed 14 units - Transfer from store to market',7,'{\"quantity\":14,\"reason\":\"Transfer from store to market\",\"previous_stock\":14,\"new_stock\":0,\"transfer_type\":\"store_to_market\",\"transferred_by\":7}','143.105.161.142','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-02-24 12:56:26','2026-02-24 12:56:26'),
(2993,182,'stock_added','Added 14 units - Transfer from store to market',7,'{\"quantity\":14,\"reason\":\"Transfer from store to market\",\"previous_stock\":5,\"new_stock\":19,\"transfer_type\":\"store_to_market\",\"from_product_id\":176,\"transferred_by\":7}','143.105.161.142','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-02-24 12:56:26','2026-02-24 12:56:26'),
(2994,330,'stock_removed','Removed 23 units - Transfer from store to market',7,'{\"quantity\":23,\"reason\":\"Transfer from store to market\",\"previous_stock\":23,\"new_stock\":0,\"transfer_type\":\"store_to_market\",\"transferred_by\":7}','143.105.161.142','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-02-24 12:57:14','2026-02-24 12:57:14'),
(2995,349,'stock_added','Added 23 units - Transfer from store to market',7,'{\"quantity\":23,\"reason\":\"Transfer from store to market\",\"previous_stock\":0,\"new_stock\":23,\"transfer_type\":\"store_to_market\",\"from_product_id\":330,\"transferred_by\":7}','143.105.161.142','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-02-24 12:57:14','2026-02-24 12:57:14'),
(2996,336,'stock_removed','Removed 3 units - Transfer from store to market',7,'{\"quantity\":3,\"reason\":\"Transfer from store to market\",\"previous_stock\":3,\"new_stock\":0,\"transfer_type\":\"store_to_market\",\"transferred_by\":7}','143.105.161.142','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-02-24 12:57:27','2026-02-24 12:57:27'),
(2997,360,'created','Product created',7,'{\"name\":\"HB-NFS\",\"description\":null,\"barcode\":\"PRD901036-M1\",\"category_id\":\"3\",\"product_type\":\"market\",\"unit\":\"pcs\",\"cost_price\":\"16500.00\",\"selling_price\":\"18500.00\",\"discount_price\":null,\"image\":\"products\\/1771001505_B85UUsgKTT.jpeg\",\"expiry_date\":null,\"is_active\":true,\"weight\":null,\"length\":null,\"width\":null,\"height\":null,\"updated_at\":\"2026-02-24T15:57:27.000000Z\",\"created_at\":\"2026-02-24T15:57:27.000000Z\",\"id\":360}','143.105.161.142','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-02-24 12:57:27','2026-02-24 12:57:27'),
(2998,360,'stock_added','Added 3 units - Transfer from store to market',7,'{\"quantity\":3,\"reason\":\"Transfer from store to market\",\"previous_stock\":0,\"new_stock\":3,\"transfer_type\":\"store_to_market\",\"from_product_id\":336,\"transferred_by\":7}','143.105.161.142','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-02-24 12:57:27','2026-02-24 12:57:27'),
(2999,352,'stock_removed','Removed 7 units - Transfer from store to market',7,'{\"quantity\":7,\"reason\":\"Transfer from store to market\",\"previous_stock\":8,\"new_stock\":1,\"transfer_type\":\"store_to_market\",\"transferred_by\":7}','143.105.161.142','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-02-24 12:59:20','2026-02-24 12:59:20'),
(3000,362,'created','Product created',7,'{\"name\":\"SBF\",\"description\":\"2X39\\r\\n3X40\\r\\n2X45\\r\\n1X46\",\"barcode\":\"PRD218149-M1\",\"category_id\":\"2\",\"product_type\":\"market\",\"unit\":\"pcs\",\"cost_price\":\"16500.00\",\"selling_price\":\"18500.00\",\"discount_price\":null,\"image\":\"products\\/1771666854_OgAK1soBiX.jpeg\",\"expiry_date\":null,\"is_active\":true,\"weight\":null,\"length\":null,\"width\":null,\"height\":null,\"updated_at\":\"2026-02-24T15:59:20.000000Z\",\"created_at\":\"2026-02-24T15:59:20.000000Z\",\"id\":362}','143.105.161.142','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-02-24 12:59:20','2026-02-24 12:59:20'),
(3001,362,'stock_added','Added 7 units - Transfer from store to market',7,'{\"quantity\":7,\"reason\":\"Transfer from store to market\",\"previous_stock\":0,\"new_stock\":7,\"transfer_type\":\"store_to_market\",\"from_product_id\":352,\"transferred_by\":7}','143.105.161.142','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-02-24 12:59:20','2026-02-24 12:59:20'),
(3002,283,'stock_removed','Removed 1 units - Transfer from store to market',7,'{\"quantity\":1,\"reason\":\"Transfer from store to market\",\"previous_stock\":3,\"new_stock\":2,\"transfer_type\":\"store_to_market\",\"transferred_by\":7}','143.105.161.142','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-02-24 12:59:29','2026-02-24 12:59:29'),
(3003,323,'stock_added','Added 1 units - Transfer from store to market',7,'{\"quantity\":1,\"reason\":\"Transfer from store to market\",\"previous_stock\":1,\"new_stock\":2,\"transfer_type\":\"store_to_market\",\"from_product_id\":283,\"transferred_by\":7}','143.105.161.142','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-02-24 12:59:29','2026-02-24 12:59:29'),
(3004,363,'created','Product created',4,'{\"name\":\"HB-FS\",\"description\":null,\"barcode\":\"PRD946108\",\"category_id\":\"3\",\"product_type\":\"store\",\"unit\":\"pcs\",\"cost_price\":\"16500.00\",\"selling_price\":\"18500.00\",\"image\":\"products\\/1772007779_aac8NL2JyE.jpeg\",\"expiry_date\":null,\"is_active\":true,\"alert_quantity\":3,\"weight\":null,\"length\":null,\"width\":null,\"height\":null,\"updated_at\":\"2026-02-25T08:23:00.000000Z\",\"created_at\":\"2026-02-25T08:23:00.000000Z\",\"id\":363}','31.223.49.64','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36','2026-02-25 05:23:00','2026-02-25 05:23:00'),
(3005,363,'stock_added','Added 14 units - Initial stock',4,'{\"quantity\":14,\"reason\":\"Initial stock\",\"previous_stock\":0,\"new_stock\":14,\"notes\":\"Product creation\"}','31.223.49.64','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36','2026-02-25 05:23:00','2026-02-25 05:23:00'),
(3006,364,'created','Product created',4,'{\"name\":\"HB-DS\",\"description\":null,\"barcode\":\"PRD088587\",\"category_id\":\"3\",\"product_type\":\"store\",\"unit\":\"pcs\",\"cost_price\":\"16500.00\",\"selling_price\":\"18500.00\",\"image\":\"products\\/1772007938_rDn3aUGya0.jpeg\",\"expiry_date\":null,\"is_active\":true,\"alert_quantity\":3,\"weight\":null,\"length\":null,\"width\":null,\"height\":null,\"updated_at\":\"2026-02-25T08:25:38.000000Z\",\"created_at\":\"2026-02-25T08:25:38.000000Z\",\"id\":364}','31.223.49.64','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36','2026-02-25 05:25:38','2026-02-25 05:25:38'),
(3007,364,'stock_added','Added 14 units - Initial stock',4,'{\"quantity\":14,\"reason\":\"Initial stock\",\"previous_stock\":0,\"new_stock\":14,\"notes\":\"Product creation\"}','31.223.49.64','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36','2026-02-25 05:25:38','2026-02-25 05:25:38'),
(3008,365,'created','Product created',4,'{\"name\":\"HB-FFB\",\"description\":null,\"barcode\":\"PRD759730\",\"category_id\":\"3\",\"product_type\":\"store\",\"unit\":\"pcs\",\"cost_price\":\"16500.00\",\"selling_price\":\"18500.00\",\"image\":\"products\\/1772008056_VBND0rqEkS.jpeg\",\"expiry_date\":null,\"is_active\":true,\"alert_quantity\":3,\"weight\":null,\"length\":null,\"width\":null,\"height\":null,\"updated_at\":\"2026-02-25T08:27:36.000000Z\",\"created_at\":\"2026-02-25T08:27:36.000000Z\",\"id\":365}','31.223.49.64','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36','2026-02-25 05:27:36','2026-02-25 05:27:36'),
(3009,365,'stock_added','Added 14 units - Initial stock',4,'{\"quantity\":14,\"reason\":\"Initial stock\",\"previous_stock\":0,\"new_stock\":14,\"notes\":\"Product creation\"}','31.223.49.64','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36','2026-02-25 05:27:36','2026-02-25 05:27:36'),
(3010,366,'created','Product created',4,'{\"name\":\"HB-FFS\",\"description\":null,\"barcode\":\"PRD762287\",\"category_id\":\"3\",\"product_type\":\"store\",\"unit\":\"pcs\",\"cost_price\":\"16500.00\",\"selling_price\":\"18500.00\",\"image\":\"products\\/1772009526_0QhEg4AQsS.jpeg\",\"expiry_date\":null,\"is_active\":true,\"alert_quantity\":3,\"weight\":null,\"length\":null,\"width\":null,\"height\":null,\"updated_at\":\"2026-02-25T08:52:06.000000Z\",\"created_at\":\"2026-02-25T08:52:06.000000Z\",\"id\":366}','31.223.49.64','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36','2026-02-25 05:52:06','2026-02-25 05:52:06'),
(3011,366,'stock_added','Added 14 units - Initial stock',4,'{\"quantity\":14,\"reason\":\"Initial stock\",\"previous_stock\":0,\"new_stock\":14,\"notes\":\"Product creation\"}','31.223.49.64','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36','2026-02-25 05:52:06','2026-02-25 05:52:06'),
(3012,305,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":7,\"new_stock\":6,\"sale_id\":563,\"sale_number\":\"HIL-0560\"}','154.73.160.174','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-02-25 06:43:40','2026-02-25 06:43:40'),
(3013,257,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":7,\"new_stock\":6,\"sale_id\":564,\"sale_number\":\"HIL-0561\"}','154.73.160.174','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-02-25 06:44:50','2026-02-25 06:44:50'),
(3014,219,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":16,\"new_stock\":15,\"sale_id\":565,\"sale_number\":\"HIL-0562\"}','143.105.161.41','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-02-25 06:58:00','2026-02-25 06:58:00'),
(3015,268,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":2,\"new_stock\":1,\"sale_id\":566,\"sale_number\":\"HIL-0563\"}','143.105.161.41','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-02-25 09:15:05','2026-02-25 09:15:05'),
(3016,363,'stock_removed','Removed 14 units - Sale',4,'{\"quantity\":14,\"reason\":\"Sale\",\"previous_stock\":14,\"new_stock\":0,\"sale_id\":567,\"sale_number\":\"HIL-0564\"}','31.223.49.64','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36','2026-02-25 09:16:07','2026-02-25 09:16:07'),
(3017,364,'stock_removed','Removed 14 units - Sale',4,'{\"quantity\":14,\"reason\":\"Sale\",\"previous_stock\":14,\"new_stock\":0,\"sale_id\":567,\"sale_number\":\"HIL-0564\"}','31.223.49.64','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36','2026-02-25 09:16:07','2026-02-25 09:16:07'),
(3018,365,'stock_removed','Removed 14 units - Sale',4,'{\"quantity\":14,\"reason\":\"Sale\",\"previous_stock\":14,\"new_stock\":0,\"sale_id\":567,\"sale_number\":\"HIL-0564\"}','31.223.49.64','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36','2026-02-25 09:16:07','2026-02-25 09:16:07'),
(3019,366,'stock_removed','Removed 14 units - Sale',4,'{\"quantity\":14,\"reason\":\"Sale\",\"previous_stock\":14,\"new_stock\":0,\"sale_id\":567,\"sale_number\":\"HIL-0564\"}','31.223.49.64','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36','2026-02-25 09:16:07','2026-02-25 09:16:07'),
(3020,255,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":10,\"new_stock\":9,\"sale_id\":568,\"sale_number\":\"HIL-0565\"}','143.105.161.41','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-02-25 09:30:50','2026-02-25 09:30:50'),
(3021,141,'stock_added','Added 2 units - Restock - New shipment',7,'{\"quantity\":2,\"reason\":\"Restock - New shipment\",\"previous_stock\":0,\"new_stock\":2,\"notes\":null}','143.105.161.41','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-02-25 10:11:40','2026-02-25 10:11:40'),
(3022,49,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":12,\"new_stock\":11,\"sale_id\":569,\"sale_number\":\"HIL-0566\"}','143.105.161.41','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-02-25 10:12:20','2026-02-25 10:12:20'),
(3023,358,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":4,\"new_stock\":3,\"sale_id\":570,\"sale_number\":\"HIL-0567\"}','143.105.161.41','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-02-25 10:32:33','2026-02-25 10:32:33'),
(3024,141,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":2,\"new_stock\":1,\"sale_id\":571,\"sale_number\":\"HIL-0568\"}','143.105.161.41','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-02-25 10:38:43','2026-02-25 10:38:43'),
(3025,259,'stock_added','Added 1 units - Adjustment - Count correction',7,'{\"quantity\":1,\"reason\":\"Adjustment - Count correction\",\"previous_stock\":0,\"new_stock\":1,\"notes\":null}','143.105.161.41','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-02-25 10:40:56','2026-02-25 10:40:56'),
(3026,259,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":1,\"new_stock\":0,\"sale_id\":572,\"sale_number\":\"HIL-0569\"}','143.105.161.41','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-02-25 10:41:59','2026-02-25 10:41:59'),
(3027,354,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":27,\"new_stock\":26,\"sale_id\":572,\"sale_number\":\"HIL-0569\"}','143.105.161.41','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-02-25 10:41:59','2026-02-25 10:41:59'),
(3028,261,'status_changed','Product deactivated',7,'{\"old_status\":true,\"new_status\":false}','143.105.161.41','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-02-25 10:51:40','2026-02-25 10:51:40'),
(3029,259,'status_changed','Product deactivated',7,'{\"old_status\":true,\"new_status\":false}','143.105.161.41','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-02-25 10:51:49','2026-02-25 10:51:49'),
(3030,243,'status_changed','Product deactivated',7,'{\"old_status\":true,\"new_status\":false}','143.105.161.41','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-02-25 10:52:00','2026-02-25 10:52:00'),
(3031,167,'status_changed','Product deactivated',7,'{\"old_status\":true,\"new_status\":false}','143.105.161.41','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-02-25 10:52:15','2026-02-25 10:52:15'),
(3032,134,'status_changed','Product deactivated',7,'{\"old_status\":true,\"new_status\":false}','143.105.161.41','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-02-25 10:52:23','2026-02-25 10:52:23'),
(3033,130,'status_changed','Product deactivated',7,'{\"old_status\":true,\"new_status\":false}','143.105.161.41','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-02-25 10:52:32','2026-02-25 10:52:32'),
(3034,91,'status_changed','Product deactivated',7,'{\"old_status\":true,\"new_status\":false}','143.105.161.41','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-02-25 10:52:46','2026-02-25 10:52:46'),
(3035,67,'stock_added','Added 50 units - Adjustment - Count correction',7,'{\"quantity\":50,\"reason\":\"Adjustment - Count correction\",\"previous_stock\":0,\"new_stock\":50,\"notes\":null}','143.105.161.41','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-02-25 10:53:15','2026-02-25 10:53:15'),
(3036,173,'stock_removed','Removed 13 units - Sale',7,'{\"quantity\":13,\"reason\":\"Sale\",\"previous_stock\":125,\"new_stock\":112,\"sale_id\":573,\"sale_number\":\"HIL-0570\"}','143.105.161.41','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-02-25 12:16:47','2026-02-25 12:16:47'),
(3037,272,'stock_removed','Removed 1 units - Sale return',7,'{\"quantity\":1,\"reason\":\"Sale return\",\"previous_stock\":8,\"new_stock\":7,\"notes\":null}','143.105.161.41','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-02-25 12:19:24','2026-02-25 12:19:24'),
(3038,182,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":19,\"new_stock\":18,\"sale_id\":574,\"sale_number\":\"HIL-0571\"}','143.105.161.74','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-02-26 07:47:14','2026-02-26 07:47:14'),
(3039,349,'status_changed','Product activated',7,'{\"old_status\":false,\"new_status\":true}','143.105.161.74','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-02-26 08:17:00','2026-02-26 08:17:00'),
(3040,349,'stock_removed','Removed 20 units - Sale',7,'{\"quantity\":20,\"reason\":\"Sale\",\"previous_stock\":23,\"new_stock\":3,\"sale_id\":575,\"sale_number\":\"HIL-0572\"}','143.105.161.74','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-02-26 08:17:56','2026-02-26 08:17:56'),
(3041,356,'stock_removed','Removed 4 units - Sale',7,'{\"quantity\":4,\"reason\":\"Sale\",\"previous_stock\":14,\"new_stock\":10,\"sale_id\":575,\"sale_number\":\"HIL-0572\"}','143.105.161.74','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-02-26 08:17:56','2026-02-26 08:17:56'),
(3042,362,'stock_removed','Removed 6 units - Sale',7,'{\"quantity\":6,\"reason\":\"Sale\",\"previous_stock\":7,\"new_stock\":1,\"sale_id\":575,\"sale_number\":\"HIL-0572\"}','143.105.161.74','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-02-26 08:17:56','2026-02-26 08:17:56'),
(3043,67,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":50,\"new_stock\":49,\"sale_id\":576,\"sale_number\":\"HIL-0573\"}','143.105.161.74','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-02-26 09:45:17','2026-02-26 09:45:17'),
(3044,87,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":11,\"new_stock\":10,\"sale_id\":576,\"sale_number\":\"HIL-0573\"}','143.105.161.74','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-02-26 09:45:17','2026-02-26 09:45:17'),
(3045,132,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":2,\"new_stock\":1,\"sale_id\":576,\"sale_number\":\"HIL-0573\"}','143.105.161.74','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-02-26 09:45:17','2026-02-26 09:45:17'),
(3046,217,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":11,\"new_stock\":10,\"sale_id\":576,\"sale_number\":\"HIL-0573\"}','143.105.161.74','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-02-26 09:45:17','2026-02-26 09:45:17'),
(3047,239,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":6,\"new_stock\":5,\"sale_id\":576,\"sale_number\":\"HIL-0573\"}','143.105.161.74','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-02-26 09:45:17','2026-02-26 09:45:17'),
(3048,272,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":7,\"new_stock\":6,\"sale_id\":576,\"sale_number\":\"HIL-0573\"}','143.105.161.74','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-02-26 09:45:17','2026-02-26 09:45:17'),
(3049,301,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":92,\"new_stock\":91,\"sale_id\":576,\"sale_number\":\"HIL-0573\"}','143.105.161.74','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-02-26 09:45:17','2026-02-26 09:45:17'),
(3050,319,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":4,\"new_stock\":3,\"sale_id\":576,\"sale_number\":\"HIL-0573\"}','143.105.161.74','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-02-26 09:45:17','2026-02-26 09:45:17'),
(3051,323,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":2,\"new_stock\":1,\"sale_id\":576,\"sale_number\":\"HIL-0573\"}','143.105.161.74','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-02-26 09:45:17','2026-02-26 09:45:17'),
(3052,347,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":11,\"new_stock\":10,\"sale_id\":576,\"sale_number\":\"HIL-0573\"}','143.105.161.74','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-02-26 09:45:17','2026-02-26 09:45:17'),
(3053,351,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":3,\"new_stock\":2,\"sale_id\":576,\"sale_number\":\"HIL-0573\"}','143.105.161.74','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-02-26 09:45:17','2026-02-26 09:45:17'),
(3054,107,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":11,\"new_stock\":10,\"sale_id\":577,\"sale_number\":\"HIL-0574\"}','143.105.161.74','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-02-26 10:29:09','2026-02-26 10:29:09'),
(3055,319,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":3,\"new_stock\":2,\"sale_id\":577,\"sale_number\":\"HIL-0574\"}','143.105.161.74','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-02-26 10:29:09','2026-02-26 10:29:09'),
(3056,356,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":10,\"new_stock\":9,\"sale_id\":577,\"sale_number\":\"HIL-0574\"}','143.105.161.74','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-02-26 10:29:09','2026-02-26 10:29:09'),
(3057,356,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":9,\"new_stock\":8,\"sale_id\":578,\"sale_number\":\"HIL-0575\"}','143.105.161.74','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-02-26 11:18:14','2026-02-26 11:18:14'),
(3058,354,'stock_removed','Removed 2 units - Sale',7,'{\"quantity\":2,\"reason\":\"Sale\",\"previous_stock\":26,\"new_stock\":24,\"sale_id\":579,\"sale_number\":\"HIL-0576\"}','143.105.161.74','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-02-26 11:33:01','2026-02-26 11:33:01'),
(3059,272,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":6,\"new_stock\":5,\"sale_id\":580,\"sale_number\":\"HIL-0577\"}','143.105.161.74','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-02-26 11:45:28','2026-02-26 11:45:28'),
(3060,356,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":8,\"new_stock\":7,\"sale_id\":580,\"sale_number\":\"HIL-0577\"}','143.105.161.74','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-02-26 11:45:28','2026-02-26 11:45:28'),
(3061,180,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":2,\"new_stock\":1,\"sale_id\":581,\"sale_number\":\"HIL-0578\"}','143.105.161.74','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-02-26 12:22:16','2026-02-26 12:22:16'),
(3062,201,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":2,\"new_stock\":1,\"sale_id\":581,\"sale_number\":\"HIL-0578\"}','143.105.161.74','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-02-26 12:22:16','2026-02-26 12:22:16'),
(3063,321,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":2,\"new_stock\":1,\"sale_id\":581,\"sale_number\":\"HIL-0578\"}','143.105.161.74','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-02-26 12:22:16','2026-02-26 12:22:16'),
(3064,343,'stock_removed','Removed 2 units - Sale',7,'{\"quantity\":2,\"reason\":\"Sale\",\"previous_stock\":14,\"new_stock\":12,\"sale_id\":581,\"sale_number\":\"HIL-0578\"}','143.105.161.74','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-02-26 12:22:16','2026-02-26 12:22:16'),
(3065,43,'stock_removed','Removed 4 units - Sale',7,'{\"quantity\":4,\"reason\":\"Sale\",\"previous_stock\":599,\"new_stock\":595,\"sale_id\":582,\"sale_number\":\"HIL-0579\"}','143.105.161.74','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-02-26 12:35:11','2026-02-26 12:35:11'),
(3066,49,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":11,\"new_stock\":10,\"sale_id\":582,\"sale_number\":\"HIL-0579\"}','143.105.161.74','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-02-26 12:35:11','2026-02-26 12:35:11'),
(3067,67,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":49,\"new_stock\":48,\"sale_id\":582,\"sale_number\":\"HIL-0579\"}','143.105.161.74','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-02-26 12:35:11','2026-02-26 12:35:11'),
(3068,87,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":10,\"new_stock\":9,\"sale_id\":582,\"sale_number\":\"HIL-0579\"}','143.105.161.74','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-02-26 12:35:11','2026-02-26 12:35:11'),
(3069,126,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":8,\"new_stock\":7,\"sale_id\":582,\"sale_number\":\"HIL-0579\"}','143.105.161.74','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-02-26 12:35:11','2026-02-26 12:35:11'),
(3070,150,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":1,\"new_stock\":0,\"sale_id\":582,\"sale_number\":\"HIL-0579\"}','143.105.161.74','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-02-26 12:35:11','2026-02-26 12:35:11'),
(3071,173,'stock_removed','Removed 18 units - Sale',7,'{\"quantity\":18,\"reason\":\"Sale\",\"previous_stock\":112,\"new_stock\":94,\"sale_id\":582,\"sale_number\":\"HIL-0579\"}','143.105.161.74','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-02-26 12:35:11','2026-02-26 12:35:11'),
(3072,184,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":5,\"new_stock\":4,\"sale_id\":582,\"sale_number\":\"HIL-0579\"}','143.105.161.74','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-02-26 12:35:11','2026-02-26 12:35:11'),
(3073,217,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":10,\"new_stock\":9,\"sale_id\":582,\"sale_number\":\"HIL-0579\"}','143.105.161.74','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-02-26 12:35:11','2026-02-26 12:35:11'),
(3074,239,'stock_removed','Removed 2 units - Sale',7,'{\"quantity\":2,\"reason\":\"Sale\",\"previous_stock\":5,\"new_stock\":3,\"sale_id\":582,\"sale_number\":\"HIL-0579\"}','143.105.161.74','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-02-26 12:35:11','2026-02-26 12:35:11'),
(3075,268,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":1,\"new_stock\":0,\"sale_id\":582,\"sale_number\":\"HIL-0579\"}','143.105.161.74','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-02-26 12:35:11','2026-02-26 12:35:11'),
(3076,291,'stock_removed','Removed 2 units - Sale',7,'{\"quantity\":2,\"reason\":\"Sale\",\"previous_stock\":5,\"new_stock\":3,\"sale_id\":582,\"sale_number\":\"HIL-0579\"}','143.105.161.74','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-02-26 12:35:11','2026-02-26 12:35:11'),
(3077,299,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":5,\"new_stock\":4,\"sale_id\":582,\"sale_number\":\"HIL-0579\"}','143.105.161.74','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-02-26 12:35:11','2026-02-26 12:35:11'),
(3078,307,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":6,\"new_stock\":5,\"sale_id\":582,\"sale_number\":\"HIL-0579\"}','143.105.161.74','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-02-26 12:35:11','2026-02-26 12:35:11'),
(3079,343,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":12,\"new_stock\":11,\"sale_id\":582,\"sale_number\":\"HIL-0579\"}','143.105.161.74','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-02-26 12:35:11','2026-02-26 12:35:11'),
(3080,349,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":3,\"new_stock\":2,\"sale_id\":582,\"sale_number\":\"HIL-0579\"}','143.105.161.74','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-02-26 12:35:11','2026-02-26 12:35:11'),
(3081,351,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":2,\"new_stock\":1,\"sale_id\":582,\"sale_number\":\"HIL-0579\"}','143.105.161.74','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-02-26 12:35:11','2026-02-26 12:35:11'),
(3082,146,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":4,\"new_stock\":3,\"sale_id\":583,\"sale_number\":\"HIL-0580\"}','143.105.161.74','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-02-26 12:38:48','2026-02-26 12:38:48'),
(3083,235,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":3,\"new_stock\":2,\"sale_id\":583,\"sale_number\":\"HIL-0580\"}','143.105.161.74','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-02-26 12:38:48','2026-02-26 12:38:48'),
(3084,343,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":11,\"new_stock\":10,\"sale_id\":583,\"sale_number\":\"HIL-0580\"}','143.105.161.74','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-02-26 12:38:48','2026-02-26 12:38:48'),
(3085,266,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":5,\"new_stock\":4,\"sale_id\":584,\"sale_number\":\"HIL-0581\"}','143.105.161.74','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-02-26 13:02:48','2026-02-26 13:02:48'),
(3086,352,'stock_added','Added 29 units - Manual adjustment',4,'{\"quantity\":29,\"reason\":\"Manual adjustment\",\"previous_stock\":1,\"new_stock\":30,\"notes\":null}','159.146.51.80','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36','2026-02-27 01:41:40','2026-02-27 01:41:40'),
(3087,367,'created','Product created',4,'{\"name\":\"HB-3FFB\",\"description\":null,\"barcode\":\"PRD148595\",\"category_id\":\"3\",\"product_type\":\"store\",\"unit\":\"pcs\",\"cost_price\":\"16500.00\",\"selling_price\":\"18500.00\",\"image\":\"products\\/1772167906_9TCPqAmcJd.jpeg\",\"expiry_date\":null,\"is_active\":true,\"alert_quantity\":1,\"weight\":null,\"length\":null,\"width\":null,\"height\":null,\"updated_at\":\"2026-02-27T04:51:47.000000Z\",\"created_at\":\"2026-02-27T04:51:47.000000Z\",\"id\":367}','159.146.51.80','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36','2026-02-27 01:51:47','2026-02-27 01:51:47'),
(3088,367,'stock_added','Added 5 units - Initial stock',4,'{\"quantity\":5,\"reason\":\"Initial stock\",\"previous_stock\":0,\"new_stock\":5,\"notes\":\"Product creation\"}','159.146.51.80','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36','2026-02-27 01:51:47','2026-02-27 01:51:47'),
(3089,368,'created','Product created',4,'{\"name\":\"H-2000FB\",\"description\":null,\"barcode\":\"PRD300277\",\"category_id\":\"2\",\"product_type\":\"store\",\"unit\":\"pcs\",\"cost_price\":\"16500.00\",\"selling_price\":\"18500.00\",\"image\":\"products\\/1772168106_wWD0cWgorm.jpeg\",\"expiry_date\":null,\"is_active\":true,\"alert_quantity\":1,\"weight\":null,\"length\":null,\"width\":null,\"height\":null,\"updated_at\":\"2026-02-27T04:55:06.000000Z\",\"created_at\":\"2026-02-27T04:55:06.000000Z\",\"id\":368}','159.146.51.80','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36','2026-02-27 01:55:06','2026-02-27 01:55:06'),
(3090,368,'stock_added','Added 10 units - Initial stock',4,'{\"quantity\":10,\"reason\":\"Initial stock\",\"previous_stock\":0,\"new_stock\":10,\"notes\":\"Product creation\"}','159.146.51.80','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36','2026-02-27 01:55:06','2026-02-27 01:55:06'),
(3091,369,'created','Product created',4,'{\"name\":\"HB-4FK\",\"description\":null,\"barcode\":\"PRD403405\",\"category_id\":\"3\",\"product_type\":\"store\",\"unit\":\"pcs\",\"cost_price\":\"16500.00\",\"selling_price\":\"18500.00\",\"image\":\"products\\/1772168273_cEXEl7mD60.jpeg\",\"expiry_date\":null,\"is_active\":true,\"alert_quantity\":1,\"weight\":null,\"length\":null,\"width\":null,\"height\":null,\"updated_at\":\"2026-02-27T04:57:53.000000Z\",\"created_at\":\"2026-02-27T04:57:53.000000Z\",\"id\":369}','159.146.51.80','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36','2026-02-27 01:57:53','2026-02-27 01:57:53'),
(3092,369,'stock_added','Added 7 units - Initial stock',4,'{\"quantity\":7,\"reason\":\"Initial stock\",\"previous_stock\":0,\"new_stock\":7,\"notes\":\"Product creation\"}','159.146.51.80','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36','2026-02-27 01:57:53','2026-02-27 01:57:53'),
(3093,370,'created','Product created',4,'{\"name\":\"HB-5T\\u00c7\",\"description\":null,\"barcode\":\"PRD186582\",\"category_id\":\"3\",\"product_type\":\"store\",\"unit\":\"pcs\",\"cost_price\":\"16500.00\",\"selling_price\":\"18500.00\",\"image\":\"products\\/1772168416_cog7rTX9kC.jpeg\",\"expiry_date\":null,\"is_active\":true,\"alert_quantity\":1,\"weight\":null,\"length\":null,\"width\":null,\"height\":null,\"updated_at\":\"2026-02-27T05:00:16.000000Z\",\"created_at\":\"2026-02-27T05:00:16.000000Z\",\"id\":370}','159.146.51.80','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36','2026-02-27 02:00:16','2026-02-27 02:00:16'),
(3094,370,'stock_added','Added 8 units - Initial stock',4,'{\"quantity\":8,\"reason\":\"Initial stock\",\"previous_stock\":0,\"new_stock\":8,\"notes\":\"Product creation\"}','159.146.51.80','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36','2026-02-27 02:00:16','2026-02-27 02:00:16'),
(3095,371,'created','Product created',4,'{\"name\":\"HB-XFS\",\"description\":null,\"barcode\":\"PRD009733\",\"category_id\":\"3\",\"product_type\":\"store\",\"unit\":\"pcs\",\"cost_price\":\"16500.00\",\"selling_price\":\"18500.00\",\"image\":\"products\\/1772168537_Qzcgu9jOhi.jpeg\",\"expiry_date\":null,\"is_active\":true,\"alert_quantity\":1,\"weight\":null,\"length\":null,\"width\":null,\"height\":null,\"updated_at\":\"2026-02-27T05:02:17.000000Z\",\"created_at\":\"2026-02-27T05:02:17.000000Z\",\"id\":371}','159.146.51.80','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36','2026-02-27 02:02:17','2026-02-27 02:02:17'),
(3096,371,'stock_added','Added 4 units - Initial stock',4,'{\"quantity\":4,\"reason\":\"Initial stock\",\"previous_stock\":0,\"new_stock\":4,\"notes\":\"Product creation\"}','159.146.51.80','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36','2026-02-27 02:02:17','2026-02-27 02:02:17'),
(3097,372,'created','Product created',4,'{\"name\":\"HB-HFS\",\"description\":null,\"barcode\":\"PRD683986\",\"category_id\":\"3\",\"product_type\":\"store\",\"unit\":\"pcs\",\"cost_price\":\"16500.00\",\"selling_price\":\"18500.00\",\"image\":\"products\\/1772168762_vWAVeXJhMV.jpeg\",\"expiry_date\":null,\"is_active\":true,\"alert_quantity\":1,\"weight\":null,\"length\":null,\"width\":null,\"height\":null,\"updated_at\":\"2026-02-27T05:06:02.000000Z\",\"created_at\":\"2026-02-27T05:06:02.000000Z\",\"id\":372}','159.146.51.80','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36','2026-02-27 02:06:02','2026-02-27 02:06:02'),
(3098,372,'stock_added','Added 4 units - Initial stock',4,'{\"quantity\":4,\"reason\":\"Initial stock\",\"previous_stock\":0,\"new_stock\":4,\"notes\":\"Product creation\"}','159.146.51.80','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36','2026-02-27 02:06:02','2026-02-27 02:06:02'),
(3099,220,'stock_added','Added 3 units - Manual adjustment',4,'{\"quantity\":3,\"reason\":\"Manual adjustment\",\"previous_stock\":0,\"new_stock\":3,\"notes\":null}','159.146.51.80','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36','2026-02-27 02:16:30','2026-02-27 02:16:30'),
(3100,373,'created','Product created',4,'{\"name\":\"CADILLAC-TK\",\"description\":null,\"barcode\":\"PRD933432\",\"category_id\":\"2\",\"product_type\":\"store\",\"unit\":\"pcs\",\"cost_price\":\"19000.00\",\"selling_price\":\"30000.00\",\"image\":\"products\\/1772169698_QZnR2DUDSP.jpeg\",\"expiry_date\":null,\"is_active\":true,\"alert_quantity\":1,\"weight\":null,\"length\":null,\"width\":null,\"height\":null,\"updated_at\":\"2026-02-27T05:21:38.000000Z\",\"created_at\":\"2026-02-27T05:21:38.000000Z\",\"id\":373}','159.146.51.80','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36','2026-02-27 02:21:38','2026-02-27 02:21:38'),
(3101,373,'stock_added','Added 1 units - Initial stock',4,'{\"quantity\":1,\"reason\":\"Initial stock\",\"previous_stock\":0,\"new_stock\":1,\"notes\":\"Product creation\"}','159.146.51.80','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36','2026-02-27 02:21:38','2026-02-27 02:21:38'),
(3102,352,'stock_removed','Removed 30 units - Sale',4,'{\"quantity\":30,\"reason\":\"Sale\",\"previous_stock\":30,\"new_stock\":0,\"sale_id\":585,\"sale_number\":\"HIL-0582\"}','159.146.51.80','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36','2026-02-27 02:35:38','2026-02-27 02:35:38'),
(3103,220,'stock_removed','Removed 3 units - Sale',4,'{\"quantity\":3,\"reason\":\"Sale\",\"previous_stock\":3,\"new_stock\":0,\"sale_id\":585,\"sale_number\":\"HIL-0582\"}','159.146.51.80','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36','2026-02-27 02:35:38','2026-02-27 02:35:38'),
(3104,367,'stock_removed','Removed 5 units - Sale',4,'{\"quantity\":5,\"reason\":\"Sale\",\"previous_stock\":5,\"new_stock\":0,\"sale_id\":585,\"sale_number\":\"HIL-0582\"}','159.146.51.80','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36','2026-02-27 02:35:38','2026-02-27 02:35:38'),
(3105,370,'stock_removed','Removed 8 units - Sale',4,'{\"quantity\":8,\"reason\":\"Sale\",\"previous_stock\":8,\"new_stock\":0,\"sale_id\":585,\"sale_number\":\"HIL-0582\"}','159.146.51.80','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36','2026-02-27 02:35:38','2026-02-27 02:35:38'),
(3106,368,'stock_removed','Removed 10 units - Sale',4,'{\"quantity\":10,\"reason\":\"Sale\",\"previous_stock\":10,\"new_stock\":0,\"sale_id\":585,\"sale_number\":\"HIL-0582\"}','159.146.51.80','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36','2026-02-27 02:35:38','2026-02-27 02:35:38'),
(3107,369,'stock_removed','Removed 7 units - Sale',4,'{\"quantity\":7,\"reason\":\"Sale\",\"previous_stock\":7,\"new_stock\":0,\"sale_id\":585,\"sale_number\":\"HIL-0582\"}','159.146.51.80','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36','2026-02-27 02:35:38','2026-02-27 02:35:38'),
(3108,371,'stock_removed','Removed 4 units - Sale',4,'{\"quantity\":4,\"reason\":\"Sale\",\"previous_stock\":4,\"new_stock\":0,\"sale_id\":585,\"sale_number\":\"HIL-0582\"}','159.146.51.80','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36','2026-02-27 02:35:38','2026-02-27 02:35:38'),
(3109,372,'stock_removed','Removed 4 units - Sale',4,'{\"quantity\":4,\"reason\":\"Sale\",\"previous_stock\":4,\"new_stock\":0,\"sale_id\":585,\"sale_number\":\"HIL-0582\"}','159.146.51.80','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36','2026-02-27 02:35:38','2026-02-27 02:35:38'),
(3110,373,'stock_removed','Removed 1 units - Sale',4,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":1,\"new_stock\":0,\"sale_id\":585,\"sale_number\":\"HIL-0582\"}','159.146.51.80','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36','2026-02-27 02:35:38','2026-02-27 02:35:38'),
(3111,301,'updated','Product updated',7,'{\"image\":{\"old\":\"products\\/1766132742_fNCZu43Paf.jpg\",\"new\":\"products\\/1772186905_NPViYhFAwb.jpg\"}}','154.73.166.147','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-02-27 07:08:25','2026-02-27 07:08:25'),
(3112,18,'stock_removed','Removed 9 units - Adjustment - Count correction',7,'{\"quantity\":9,\"reason\":\"Adjustment - Count correction\",\"previous_stock\":9,\"new_stock\":0,\"notes\":null}','154.73.166.147','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-02-27 07:20:17','2026-02-27 07:20:17'),
(3113,18,'updated','Product updated',7,'{\"image\":{\"old\":\"products\\/1771671693_F3EfVtWZv8.jpeg\",\"new\":\"products\\/1772187655_WNVPWnuqAT.jpg\"}}','154.73.166.147','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-02-27 07:20:55','2026-02-27 07:20:55'),
(3114,374,'created','Product created',7,'{\"name\":\"HW-SB\",\"description\":null,\"barcode\":\"PRD250286\",\"category_id\":\"6\",\"product_type\":\"store\",\"unit\":\"pcs\",\"cost_price\":\"9000.00\",\"selling_price\":\"10000.00\",\"image\":\"products\\/1772187723_U3uIXJOJCN.jpg\",\"expiry_date\":null,\"is_active\":true,\"alert_quantity\":1,\"weight\":null,\"length\":null,\"width\":null,\"height\":null,\"updated_at\":\"2026-02-27T10:22:03.000000Z\",\"created_at\":\"2026-02-27T10:22:03.000000Z\",\"id\":374}','154.73.166.147','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-02-27 07:22:03','2026-02-27 07:22:03'),
(3115,374,'stock_added','Added 9 units - Initial stock',7,'{\"quantity\":9,\"reason\":\"Initial stock\",\"previous_stock\":0,\"new_stock\":9,\"notes\":\"Product creation\"}','154.73.166.147','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-02-27 07:22:03','2026-02-27 07:22:03'),
(3116,374,'stock_removed','Removed 9 units - Transfer from store to market',7,'{\"quantity\":9,\"reason\":\"Transfer from store to market\",\"previous_stock\":9,\"new_stock\":0,\"transfer_type\":\"store_to_market\",\"transferred_by\":7}','154.73.166.147','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-02-27 07:22:23','2026-02-27 07:22:23'),
(3117,376,'created','Product created',7,'{\"name\":\"HW-SB\",\"description\":null,\"barcode\":\"PRD250286-M1\",\"category_id\":6,\"product_type\":\"market\",\"unit\":\"pcs\",\"cost_price\":\"9000.00\",\"selling_price\":\"10000.00\",\"discount_price\":null,\"image\":\"products\\/1772187723_U3uIXJOJCN.jpg\",\"expiry_date\":null,\"is_active\":true,\"weight\":null,\"length\":null,\"width\":null,\"height\":null,\"updated_at\":\"2026-02-27T10:22:23.000000Z\",\"created_at\":\"2026-02-27T10:22:23.000000Z\",\"id\":376}','154.73.166.147','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-02-27 07:22:23','2026-02-27 07:22:23'),
(3118,376,'stock_added','Added 9 units - Transfer from store to market',7,'{\"quantity\":9,\"reason\":\"Transfer from store to market\",\"previous_stock\":0,\"new_stock\":9,\"transfer_type\":\"store_to_market\",\"from_product_id\":374,\"transferred_by\":7}','154.73.166.147','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-02-27 07:22:23','2026-02-27 07:22:23'),
(3119,63,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":32,\"new_stock\":31,\"sale_id\":586,\"sale_number\":\"HIL-0583\"}','154.73.166.147','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-02-27 07:23:54','2026-02-27 07:23:54'),
(3120,173,'stock_removed','Removed 11 units - Sale',7,'{\"quantity\":11,\"reason\":\"Sale\",\"previous_stock\":94,\"new_stock\":83,\"sale_id\":586,\"sale_number\":\"HIL-0583\"}','154.73.166.147','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-02-27 07:23:54','2026-02-27 07:23:54'),
(3121,301,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":91,\"new_stock\":90,\"sale_id\":586,\"sale_number\":\"HIL-0583\"}','154.73.166.147','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-02-27 07:23:54','2026-02-27 07:23:54'),
(3122,376,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":9,\"new_stock\":8,\"sale_id\":586,\"sale_number\":\"HIL-0583\"}','154.73.166.147','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-02-27 07:23:54','2026-02-27 07:23:54'),
(3123,85,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":1,\"new_stock\":0,\"sale_id\":587,\"sale_number\":\"HIL-0584\"}','154.73.166.147','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-02-27 07:24:16','2026-02-27 07:24:16'),
(3124,87,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":9,\"new_stock\":8,\"sale_id\":588,\"sale_number\":\"HIL-0585\"}','154.73.166.147','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-02-27 07:24:38','2026-02-27 07:24:38'),
(3125,67,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":48,\"new_stock\":47,\"sale_id\":589,\"sale_number\":\"HIL-0586\"}','154.73.166.147','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-02-27 07:26:02','2026-02-27 07:26:02'),
(3126,270,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":3,\"new_stock\":2,\"sale_id\":589,\"sale_number\":\"HIL-0586\"}','154.73.166.147','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-02-27 07:26:02','2026-02-27 07:26:02'),
(3127,124,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":7,\"new_stock\":6,\"sale_id\":590,\"sale_number\":\"HIL-0587\"}','154.73.166.147','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-02-27 07:51:48','2026-02-27 07:51:48'),
(3128,219,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":15,\"new_stock\":14,\"sale_id\":590,\"sale_number\":\"HIL-0587\"}','154.73.166.147','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-02-27 07:51:48','2026-02-27 07:51:48'),
(3129,251,'stock_removed','Removed 2 units - Sale',7,'{\"quantity\":2,\"reason\":\"Sale\",\"previous_stock\":14,\"new_stock\":12,\"sale_id\":590,\"sale_number\":\"HIL-0587\"}','154.73.166.147','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-02-27 07:51:48','2026-02-27 07:51:48'),
(3130,255,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":9,\"new_stock\":8,\"sale_id\":590,\"sale_number\":\"HIL-0587\"}','154.73.166.147','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-02-27 07:51:48','2026-02-27 07:51:48'),
(3131,257,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":6,\"new_stock\":5,\"sale_id\":590,\"sale_number\":\"HIL-0587\"}','154.73.166.147','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-02-27 07:51:48','2026-02-27 07:51:48'),
(3132,305,'stock_removed','Removed 2 units - Sale',7,'{\"quantity\":2,\"reason\":\"Sale\",\"previous_stock\":6,\"new_stock\":4,\"sale_id\":590,\"sale_number\":\"HIL-0587\"}','154.73.166.147','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-02-27 07:51:48','2026-02-27 07:51:48'),
(3133,351,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":1,\"new_stock\":0,\"sale_id\":590,\"sale_number\":\"HIL-0587\"}','154.73.166.147','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-02-27 07:51:48','2026-02-27 07:51:48'),
(3134,358,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":3,\"new_stock\":2,\"sale_id\":590,\"sale_number\":\"HIL-0587\"}','154.73.166.147','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-02-27 07:51:48','2026-02-27 07:51:48'),
(3135,219,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":14,\"new_stock\":13,\"sale_id\":591,\"sale_number\":\"HIL-0588\"}','143.105.161.70','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-02-27 08:03:12','2026-02-27 08:03:12'),
(3136,349,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":2,\"new_stock\":1,\"sale_id\":591,\"sale_number\":\"HIL-0588\"}','143.105.161.70','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-02-27 08:03:12','2026-02-27 08:03:12'),
(3137,43,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":595,\"new_stock\":594,\"sale_id\":592,\"sale_number\":\"HIL-0589\"}','143.105.161.70','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-02-27 09:50:55','2026-02-27 09:50:55'),
(3138,215,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":12,\"new_stock\":11,\"sale_id\":592,\"sale_number\":\"HIL-0589\"}','143.105.161.70','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-02-27 09:50:55','2026-02-27 09:50:55'),
(3139,85,'stock_added','Added 1 units - Adjustment - Count correction',7,'{\"quantity\":1,\"reason\":\"Adjustment - Count correction\",\"previous_stock\":0,\"new_stock\":1,\"notes\":null}','143.105.161.70','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-02-27 10:11:06','2026-02-27 10:11:06'),
(3140,85,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":1,\"new_stock\":0,\"sale_id\":593,\"sale_number\":\"HIL-0590\"}','143.105.161.70','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-02-27 10:12:05','2026-02-27 10:12:05'),
(3141,107,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":10,\"new_stock\":9,\"sale_id\":593,\"sale_number\":\"HIL-0590\"}','143.105.161.70','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-02-27 10:12:05','2026-02-27 10:12:05'),
(3142,173,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":83,\"new_stock\":82,\"sale_id\":593,\"sale_number\":\"HIL-0590\"}','143.105.161.70','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-02-27 10:12:05','2026-02-27 10:12:05'),
(3143,354,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":24,\"new_stock\":23,\"sale_id\":593,\"sale_number\":\"HIL-0590\"}','143.105.161.70','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-02-27 10:12:05','2026-02-27 10:12:05'),
(3144,362,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":1,\"new_stock\":0,\"sale_id\":594,\"sale_number\":\"HIL-0591\"}','143.105.161.70','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-02-27 11:03:38','2026-02-27 11:03:38'),
(3145,55,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":2,\"new_stock\":1,\"sale_id\":595,\"sale_number\":\"HIL-0592\"}','154.73.166.147','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-02-27 12:20:32','2026-02-27 12:20:32'),
(3146,354,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":23,\"new_stock\":22,\"sale_id\":595,\"sale_number\":\"HIL-0592\"}','154.73.166.147','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-02-27 12:20:32','2026-02-27 12:20:32'),
(3147,297,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":2,\"new_stock\":1,\"sale_id\":596,\"sale_number\":\"HIL-0593\"}','154.73.166.147','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-02-27 12:32:14','2026-02-27 12:32:14'),
(3148,297,'stock_added','Added 1 units - Sale cancelled/refunded',7,'{\"quantity\":1,\"reason\":\"Error\",\"previous_stock\":1,\"new_stock\":2,\"sale_id\":596,\"sale_number\":\"HIL-0593\"}','154.73.166.147','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-02-27 12:32:46','2026-02-27 12:32:46'),
(3149,266,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":4,\"new_stock\":3,\"sale_id\":597,\"sale_number\":\"HIL-0594\"}','154.73.166.147','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-02-27 12:33:11','2026-02-27 12:33:11'),
(3150,362,'status_changed','Product deactivated',7,'{\"old_status\":true,\"new_status\":false}','154.73.166.147','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-02-27 12:33:30','2026-02-27 12:33:30'),
(3151,259,'status_changed','Product activated',7,'{\"old_status\":false,\"new_status\":true}','154.73.166.147','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-02-27 12:43:24','2026-02-27 12:43:24'),
(3152,259,'stock_added','Added 1 units - Sale return',7,'{\"quantity\":1,\"reason\":\"Sale return\",\"previous_stock\":0,\"new_stock\":1,\"notes\":null}','154.73.166.147','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-02-27 12:43:49','2026-02-27 12:43:49'),
(3153,297,'stock_removed','Removed 1 units - Sale return',7,'{\"quantity\":1,\"reason\":\"Sale return\",\"previous_stock\":2,\"new_stock\":1,\"notes\":null}','154.73.166.147','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-02-27 12:44:27','2026-02-27 12:44:27'),
(3154,343,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":10,\"new_stock\":9,\"sale_id\":598,\"sale_number\":\"HIL-0595\"}','154.73.166.147','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-02-27 12:45:18','2026-02-27 12:45:18'),
(3155,354,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":22,\"new_stock\":21,\"sale_id\":599,\"sale_number\":\"HIL-0596\"}','154.73.166.147','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-02-27 12:46:09','2026-02-27 12:46:09'),
(3156,173,'stock_removed','Removed 20 units - Sale',7,'{\"quantity\":20,\"reason\":\"Sale\",\"previous_stock\":82,\"new_stock\":62,\"sale_id\":600,\"sale_number\":\"HIL-0597\"}','154.73.166.147','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-02-27 13:00:23','2026-02-27 13:00:23'),
(3157,69,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":1,\"new_stock\":0,\"sale_id\":601,\"sale_number\":\"HIL-0598\"}','154.73.166.149','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-02-28 06:38:47','2026-02-28 06:38:47'),
(3158,73,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":4,\"new_stock\":3,\"sale_id\":601,\"sale_number\":\"HIL-0598\"}','154.73.166.149','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-02-28 06:38:47','2026-02-28 06:38:47'),
(3159,79,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":15,\"new_stock\":14,\"sale_id\":601,\"sale_number\":\"HIL-0598\"}','154.73.166.149','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-02-28 06:38:47','2026-02-28 06:38:47'),
(3160,190,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":1,\"new_stock\":0,\"sale_id\":601,\"sale_number\":\"HIL-0598\"}','154.73.166.149','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-02-28 06:38:47','2026-02-28 06:38:47'),
(3161,317,'stock_removed','Removed 5 units - Sale',7,'{\"quantity\":5,\"reason\":\"Sale\",\"previous_stock\":10,\"new_stock\":5,\"sale_id\":601,\"sale_number\":\"HIL-0598\"}','154.73.166.149','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-02-28 06:38:47','2026-02-28 06:38:47'),
(3162,360,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":3,\"new_stock\":2,\"sale_id\":601,\"sale_number\":\"HIL-0598\"}','154.73.166.149','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-02-28 06:38:47','2026-02-28 06:38:47'),
(3163,217,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":9,\"new_stock\":8,\"sale_id\":602,\"sale_number\":\"HIL-0599\"}','154.73.166.149','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-02-28 06:53:09','2026-02-28 06:53:09'),
(3164,354,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":21,\"new_stock\":20,\"sale_id\":602,\"sale_number\":\"HIL-0599\"}','154.73.166.149','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-02-28 06:53:09','2026-02-28 06:53:09'),
(3165,47,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":15,\"new_stock\":14,\"sale_id\":603,\"sale_number\":\"HIL-0600\"}','143.105.161.180','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-02-28 07:57:03','2026-02-28 07:57:03'),
(3166,63,'stock_removed','Removed 3 units - Sale',7,'{\"quantity\":3,\"reason\":\"Sale\",\"previous_stock\":31,\"new_stock\":28,\"sale_id\":604,\"sale_number\":\"HIL-0601\"}','154.73.166.149','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-02-28 08:45:38','2026-02-28 08:45:38'),
(3167,173,'stock_removed','Removed 55 units - Sale',7,'{\"quantity\":55,\"reason\":\"Sale\",\"previous_stock\":62,\"new_stock\":7,\"sale_id\":604,\"sale_number\":\"HIL-0601\"}','154.73.166.149','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-02-28 08:45:38','2026-02-28 08:45:38'),
(3168,301,'stock_removed','Removed 4 units - Sale',7,'{\"quantity\":4,\"reason\":\"Sale\",\"previous_stock\":90,\"new_stock\":86,\"sale_id\":604,\"sale_number\":\"HIL-0601\"}','154.73.166.149','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-02-28 08:45:38','2026-02-28 08:45:38'),
(3169,376,'stock_removed','Removed 3 units - Sale',7,'{\"quantity\":3,\"reason\":\"Sale\",\"previous_stock\":8,\"new_stock\":5,\"sale_id\":604,\"sale_number\":\"HIL-0601\"}','154.73.166.149','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-02-28 08:45:38','2026-02-28 08:45:38'),
(3170,107,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":9,\"new_stock\":8,\"sale_id\":605,\"sale_number\":\"HIL-0602\"}','154.73.166.149','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-02-28 10:45:33','2026-02-28 10:45:33'),
(3171,107,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":8,\"new_stock\":7,\"sale_id\":606,\"sale_number\":\"HIL-0603\"}','154.73.166.149','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-02-28 10:45:46','2026-02-28 10:45:46'),
(3172,245,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":7,\"new_stock\":6,\"sale_id\":607,\"sale_number\":\"HIL-0604\"}','143.105.161.83','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-02-28 12:33:28','2026-02-28 12:33:28'),
(3173,237,'stock_removed','Removed 1 units - Sale return',7,'{\"quantity\":1,\"reason\":\"Sale return\",\"previous_stock\":7,\"new_stock\":6,\"notes\":null}','143.105.161.83','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-02-28 12:45:11','2026-02-28 12:45:11'),
(3174,313,'stock_added','Added 1 units - Restock - New shipment',7,'{\"quantity\":1,\"reason\":\"Restock - New shipment\",\"previous_stock\":1,\"new_stock\":2,\"notes\":null}','143.105.161.83','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-02-28 12:59:29','2026-02-28 12:59:29'),
(3175,67,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":47,\"new_stock\":46,\"sale_id\":608,\"sale_number\":\"HIL-0605\"}','143.105.161.83','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-02-28 13:01:58','2026-02-28 13:01:58'),
(3176,313,'stock_removed','Removed 2 units - Sale',7,'{\"quantity\":2,\"reason\":\"Sale\",\"previous_stock\":2,\"new_stock\":0,\"sale_id\":608,\"sale_number\":\"HIL-0605\"}','143.105.161.83','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-02-28 13:01:58','2026-02-28 13:01:58'),
(3177,343,'stock_removed','Removed 3 units - Sale',7,'{\"quantity\":3,\"reason\":\"Sale\",\"previous_stock\":9,\"new_stock\":6,\"sale_id\":608,\"sale_number\":\"HIL-0605\"}','143.105.161.83','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-02-28 13:01:58','2026-02-28 13:01:58'),
(3178,354,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":20,\"new_stock\":19,\"sale_id\":608,\"sale_number\":\"HIL-0605\"}','143.105.161.83','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-02-28 13:01:58','2026-02-28 13:01:58'),
(3179,45,'stock_removed','Removed 2 units - Sale',7,'{\"quantity\":2,\"reason\":\"Sale\",\"previous_stock\":6,\"new_stock\":4,\"sale_id\":609,\"sale_number\":\"HIL-0606\"}','154.73.166.149','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-02-28 16:54:35','2026-02-28 16:54:35'),
(3180,49,'stock_removed','Removed 3 units - Sale',7,'{\"quantity\":3,\"reason\":\"Sale\",\"previous_stock\":10,\"new_stock\":7,\"sale_id\":609,\"sale_number\":\"HIL-0606\"}','154.73.166.149','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-02-28 16:54:35','2026-02-28 16:54:35'),
(3181,87,'stock_removed','Removed 2 units - Sale',7,'{\"quantity\":2,\"reason\":\"Sale\",\"previous_stock\":8,\"new_stock\":6,\"sale_id\":609,\"sale_number\":\"HIL-0606\"}','154.73.166.149','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-02-28 16:54:35','2026-02-28 16:54:35'),
(3182,93,'stock_removed','Removed 2 units - Sale',7,'{\"quantity\":2,\"reason\":\"Sale\",\"previous_stock\":7,\"new_stock\":5,\"sale_id\":609,\"sale_number\":\"HIL-0606\"}','154.73.166.149','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-02-28 16:54:35','2026-02-28 16:54:35'),
(3183,107,'stock_removed','Removed 2 units - Sale',7,'{\"quantity\":2,\"reason\":\"Sale\",\"previous_stock\":7,\"new_stock\":5,\"sale_id\":609,\"sale_number\":\"HIL-0606\"}','154.73.166.149','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-02-28 16:54:35','2026-02-28 16:54:35'),
(3184,146,'stock_removed','Removed 2 units - Sale',7,'{\"quantity\":2,\"reason\":\"Sale\",\"previous_stock\":3,\"new_stock\":1,\"sale_id\":609,\"sale_number\":\"HIL-0606\"}','154.73.166.149','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-02-28 16:54:35','2026-02-28 16:54:35'),
(3185,182,'stock_removed','Removed 2 units - Sale',7,'{\"quantity\":2,\"reason\":\"Sale\",\"previous_stock\":18,\"new_stock\":16,\"sale_id\":609,\"sale_number\":\"HIL-0606\"}','154.73.166.149','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-02-28 16:54:35','2026-02-28 16:54:35'),
(3186,272,'stock_removed','Removed 2 units - Sale',7,'{\"quantity\":2,\"reason\":\"Sale\",\"previous_stock\":5,\"new_stock\":3,\"sale_id\":609,\"sale_number\":\"HIL-0606\"}','154.73.166.149','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-02-28 16:54:35','2026-02-28 16:54:35'),
(3187,354,'stock_removed','Removed 3 units - Sale',7,'{\"quantity\":3,\"reason\":\"Sale\",\"previous_stock\":19,\"new_stock\":16,\"sale_id\":609,\"sale_number\":\"HIL-0606\"}','154.73.166.149','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-02-28 16:54:35','2026-02-28 16:54:35'),
(3188,356,'stock_removed','Removed 2 units - Sale',7,'{\"quantity\":2,\"reason\":\"Sale\",\"previous_stock\":7,\"new_stock\":5,\"sale_id\":609,\"sale_number\":\"HIL-0606\"}','154.73.166.149','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-02-28 16:54:35','2026-02-28 16:54:35'),
(3189,43,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":594,\"new_stock\":593,\"sale_id\":610,\"sale_number\":\"HIL-0607\"}','154.73.166.149','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-02-28 16:57:56','2026-02-28 16:57:56'),
(3190,110,'price_changed','Product pricing updated',4,'{\"old_prices\":{\"cost_price\":\"16500.00\",\"selling_price\":\"17500.00\",\"discount_price\":null},\"new_prices\":{\"cost_price\":\"16500.00\",\"selling_price\":\"18500.00\",\"discount_price\":null}}','159.146.51.80','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-01 05:18:52','2026-03-01 05:18:52'),
(3191,110,'updated','Product updated',4,'{\"name\":{\"old\":\"H-2021\",\"new\":\"H-2021-TK\"},\"description\":{\"old\":\"1x39\\r\\n1x40\\r\\n3x41\\r\\n3x42\\r\\n3x43\\r\\n3x44\\r\\n2x45\",\"new\":\"1\\u00d740\\r\\n3\\u00d741\\r\\n3\\u00d742\\r\\n4\\u00d743\\r\\n2\\u00d744\\r\\n1\\u00d745\"},\"selling_price\":{\"old\":\"17500.00\",\"new\":\"18500.00\"},\"image\":{\"old\":\"products\\/1767627812_GPqZc6EaLv.jpg\",\"new\":\"products\\/1772353132_dZz33aCzx0.jpg\"}}','159.146.51.80','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-01 05:18:52','2026-03-01 05:18:52'),
(3192,110,'stock_added','Added 14 units - Manual adjustment',4,'{\"quantity\":14,\"reason\":\"Manual adjustment\",\"previous_stock\":0,\"new_stock\":14,\"notes\":null}','159.146.51.80','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-01 05:19:33','2026-03-01 05:19:33'),
(3193,26,'updated','Product updated',4,'{\"description\":{\"old\":\"2X40\\r\\n3X41\\r\\n3X42\\r\\n3X43\\r\\n3X44\",\"new\":\"1\\u00d741\\r\\n4\\u00d742\\r\\n5\\u00d743\\r\\n5\\u00d744\"}}','159.146.51.80','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-01 05:22:22','2026-03-01 05:22:22'),
(3194,26,'stock_added','Added 15 units - Manual adjustment',4,'{\"quantity\":15,\"reason\":\"Manual adjustment\",\"previous_stock\":0,\"new_stock\":15,\"notes\":null}','159.146.51.80','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-01 05:22:44','2026-03-01 05:22:44'),
(3195,176,'updated','Product updated',4,'{\"description\":{\"old\":\"1X40\\r\\n1X41\\r\\n4X42\\r\\n4X43\\r\\n3X44\\r\\n1X45\",\"new\":\"2\\u00d741\\r\\n2\\u00d742\\r\\n2\\u00d743\\r\\n2\\u00d744\"},\"image\":{\"old\":\"products\\/1768138263_t3lTcRLw8j.jpeg\",\"new\":\"products\\/1772353526_DcOn4xREon.jpg\"}}','159.146.51.80','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-01 05:25:26','2026-03-01 05:25:26'),
(3196,176,'stock_added','Added 8 units - Manual adjustment',4,'{\"quantity\":8,\"reason\":\"Manual adjustment\",\"previous_stock\":0,\"new_stock\":8,\"notes\":null}','159.146.51.80','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-01 05:25:44','2026-03-01 05:25:44'),
(3197,333,'alert_threshold_changed','Alert quantity threshold updated',4,'{\"old_alert_quantity\":3,\"new_alert_quantity\":1}','159.146.51.80','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-01 05:28:09','2026-03-01 05:28:09'),
(3198,333,'updated','Product updated',4,'{\"alert_quantity\":{\"old\":3,\"new\":\"1\"}}','159.146.51.80','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-01 05:28:09','2026-03-01 05:28:09'),
(3199,333,'stock_added','Added 3 units - Manual adjustment',4,'{\"quantity\":3,\"reason\":\"Manual adjustment\",\"previous_stock\":0,\"new_stock\":3,\"notes\":null}','159.146.51.80','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-01 05:28:27','2026-03-01 05:28:27'),
(3200,193,'updated','Product updated',4,'{\"description\":{\"old\":\"1x39\\r\\n1x40\\r\\n3x41\\r\\n2x42\\r\\n3x43\\r\\n1x44\\r\\n1x45\",\"new\":\"1\\u00d741\\r\\n2\\u00d743\\r\\n2\\u00d745\"}}','159.146.51.80','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-01 05:30:02','2026-03-01 05:30:02'),
(3201,193,'stock_added','Added 5 units - Manual adjustment',4,'{\"quantity\":5,\"reason\":\"Manual adjustment\",\"previous_stock\":0,\"new_stock\":5,\"notes\":null}','159.146.51.80','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-01 05:30:24','2026-03-01 05:30:24'),
(3202,289,'updated','Product updated',4,'{\"description\":{\"old\":\"1X40\\r\\n2X41\\r\\n2X42\\r\\n3X43\\r\\n2X44\\r\\n1X45\",\"new\":\"1\\u00d741\\r\\n1\\u00d744\"}}','159.146.51.80','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-01 05:32:48','2026-03-01 05:32:48'),
(3203,289,'stock_added','Added 2 units - Manual adjustment',4,'{\"quantity\":2,\"reason\":\"Manual adjustment\",\"previous_stock\":0,\"new_stock\":2,\"notes\":null}','159.146.51.80','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-01 05:33:05','2026-03-01 05:33:05'),
(3204,12,'updated','Product updated',4,'{\"description\":{\"old\":\"1X44\\r\\n1X45\\r\\n1X46\",\"new\":\"1\\u00d741\\r\\n1\\u00d744\"}}','159.146.51.80','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-01 05:34:49','2026-03-01 05:34:49'),
(3205,12,'stock_added','Added 2 units - Manual adjustment',4,'{\"quantity\":2,\"reason\":\"Manual adjustment\",\"previous_stock\":0,\"new_stock\":2,\"notes\":null}','159.146.51.80','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-01 05:35:04','2026-03-01 05:35:04'),
(3206,13,'updated','Product updated',4,'{\"description\":{\"old\":\"1X40\\r\\n6X41\\r\\n4X42\\r\\n6X43\\r\\n4X44\\r\\n4X45\",\"new\":\"1\\u00d739\\r\\n3\\u00d740\\r\\n3\\u00d741\\r\\n2\\u00d742\\r\\n3\\u00d743\\r\\n6\\u00d744\\r\\n2\\u00d745\"}}','159.146.51.80','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-01 05:37:20','2026-03-01 05:37:20'),
(3207,13,'stock_added','Added 20 units - Manual adjustment',4,'{\"quantity\":20,\"reason\":\"Manual adjustment\",\"previous_stock\":0,\"new_stock\":20,\"notes\":null}','159.146.51.80','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-01 05:37:48','2026-03-01 05:37:48'),
(3208,374,'stock_added','Added 11 units - Manual adjustment',4,'{\"quantity\":11,\"reason\":\"Manual adjustment\",\"previous_stock\":0,\"new_stock\":11,\"notes\":null}','159.146.51.80','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-01 05:38:39','2026-03-01 05:38:39'),
(3209,233,'updated','Product updated',4,'{\"description\":{\"old\":\"2\\u00d743\\r\\n1\\u00d744\\r\\n1\\u00d745\",\"new\":\"2\\u00d741\\r\\n1\\u00d742\\r\\n2\\u00d743\\r\\n2\\u00d744\\r\\n2\\u00d745\"}}','159.146.51.80','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-01 05:40:50','2026-03-01 05:40:50'),
(3210,233,'stock_added','Added 9 units - Manual adjustment',4,'{\"quantity\":9,\"reason\":\"Manual adjustment\",\"previous_stock\":0,\"new_stock\":9,\"notes\":null}','159.146.51.80','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-01 05:41:09','2026-03-01 05:41:09'),
(3211,232,'updated','Product updated',4,'{\"description\":{\"old\":\"1\\u00d742\\r\\n1\\u00d743\\r\\n1\\u00d744\",\"new\":\"2\\u00d741\\r\\n1\\u00d743\\r\\n2\\u00d744\\r\\n1\\u00d745\"}}','159.146.51.80','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-01 05:42:46','2026-03-01 05:42:46'),
(3212,232,'stock_added','Added 6 units - Manual adjustment',4,'{\"quantity\":6,\"reason\":\"Manual adjustment\",\"previous_stock\":0,\"new_stock\":6,\"notes\":null}','159.146.51.80','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-01 05:43:03','2026-03-01 05:43:03'),
(3213,377,'created','Product created',4,'{\"name\":\"H-3CS\",\"description\":\"2\\u00d740\\r\\n2\\u00d741\\r\\n2\\u00d742\\r\\n2\\u00d743\\r\\n1\\u00d744\",\"barcode\":\"PRD511718\",\"category_id\":\"2\",\"product_type\":\"store\",\"unit\":\"pcs\",\"cost_price\":\"16500.00\",\"selling_price\":\"18500.00\",\"image\":\"products\\/1772354795_NkUBa2i0BO.jpg\",\"expiry_date\":null,\"is_active\":true,\"alert_quantity\":1,\"weight\":null,\"length\":null,\"width\":null,\"height\":null,\"updated_at\":\"2026-03-01T08:46:36.000000Z\",\"created_at\":\"2026-03-01T08:46:36.000000Z\",\"id\":377}','159.146.51.80','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-01 05:46:36','2026-03-01 05:46:36'),
(3214,377,'stock_added','Added 9 units - Initial stock',4,'{\"quantity\":9,\"reason\":\"Initial stock\",\"previous_stock\":0,\"new_stock\":9,\"notes\":\"Product creation\"}','159.146.51.80','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-01 05:46:36','2026-03-01 05:46:36'),
(3215,176,'stock_added','Added 5 units - Manual adjustment',4,'{\"quantity\":5,\"reason\":\"Manual adjustment\",\"previous_stock\":8,\"new_stock\":13,\"notes\":null}','159.146.51.80','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-01 05:48:13','2026-03-01 05:48:13'),
(3216,176,'updated','Product updated',4,'{\"description\":{\"old\":\"2\\u00d741\\r\\n2\\u00d742\\r\\n2\\u00d743\\r\\n2\\u00d744\",\"new\":\"3\\u00d741\\r\\n3\\u00d742\\r\\n3\\u00d743\\r\\n3\\u00d744\"}}','159.146.51.80','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-01 05:48:58','2026-03-01 05:48:58'),
(3217,226,'updated','Product updated',4,'{\"description\":{\"old\":\"1\\u00d743\\r\\n1\\u00d744\\r\\n1\\u00d745\",\"new\":\"2\\u00d741\\r\\n1\\u00d742\\r\\n1\\u00d743\"}}','159.146.51.80','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-01 05:50:20','2026-03-01 05:50:20'),
(3218,226,'stock_added','Added 4 units - Manual adjustment',4,'{\"quantity\":4,\"reason\":\"Manual adjustment\",\"previous_stock\":0,\"new_stock\":4,\"notes\":null}','159.146.51.80','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-01 05:50:44','2026-03-01 05:50:44'),
(3219,374,'stock_added','Added 12 units - Manual adjustment',4,'{\"quantity\":12,\"reason\":\"Manual adjustment\",\"previous_stock\":11,\"new_stock\":23,\"notes\":null}','159.146.51.80','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-01 05:52:41','2026-03-01 05:52:41'),
(3220,373,'stock_added','Added 6 units - Manual adjustment',4,'{\"quantity\":6,\"reason\":\"Manual adjustment\",\"previous_stock\":0,\"new_stock\":6,\"notes\":null}','159.146.51.80','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-01 05:55:33','2026-03-01 05:55:33'),
(3221,110,'stock_added','Added 23 units - Manual adjustment',4,'{\"quantity\":23,\"reason\":\"Manual adjustment\",\"previous_stock\":14,\"new_stock\":37,\"notes\":null}','159.146.51.80','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-01 05:58:02','2026-03-01 05:58:02'),
(3222,110,'updated','Product updated',4,'{\"description\":{\"old\":\"1\\u00d740\\r\\n3\\u00d741\\r\\n3\\u00d742\\r\\n4\\u00d743\\r\\n2\\u00d744\\r\\n1\\u00d745\",\"new\":\"3\\u00d740\\r\\n8\\u00d741\\r\\n8\\u00d742\\r\\n9\\u00d743\\r\\n5\\u00d744\\r\\n3\\u00d745\\r\\n1\\u00d746\"}}','159.146.51.80','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-01 05:59:35','2026-03-01 05:59:35'),
(3223,168,'updated','Product updated',4,'{\"description\":{\"old\":\"2\\u00d740\\r\\n3\\u00d741\\r\\n3\\u00d742\\r\\n2\\u00d743\\r\\n2\\u00d744\\r\\n1\\u00d745\",\"new\":\"1\\u00d742\\r\\n1\\u00d744\\r\\n1\\u00d745\"}}','159.146.51.80','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-01 06:03:48','2026-03-01 06:03:48'),
(3224,168,'stock_added','Added 3 units - Manual adjustment',4,'{\"quantity\":3,\"reason\":\"Manual adjustment\",\"previous_stock\":0,\"new_stock\":3,\"notes\":null}','159.146.51.80','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-01 06:04:08','2026-03-01 06:04:08'),
(3225,202,'updated','Product updated',4,'{\"description\":{\"old\":\"1x40\\r\\n2x42\\r\\n2x43\",\"new\":\"1\\u00d744\"}}','159.146.51.80','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-01 06:05:16','2026-03-01 06:05:16'),
(3226,202,'stock_added','Added 1 units - Manual adjustment',4,'{\"quantity\":1,\"reason\":\"Manual adjustment\",\"previous_stock\":0,\"new_stock\":1,\"notes\":null}','159.146.51.80','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-01 06:05:35','2026-03-01 06:05:35'),
(3227,378,'created','Product created',4,'{\"name\":\"HC-2025SBC\",\"description\":\"1\\u00d740\\r\\n1\\u00d741\\r\\n1\\u00d742\\r\\n1\\u00d743\\r\\n1\\u00d744\\r\\n1\\u00d745\",\"barcode\":\"PRD876766\",\"category_id\":\"2\",\"product_type\":\"store\",\"unit\":\"pcs\",\"cost_price\":\"19000.00\",\"selling_price\":\"30000.00\",\"image\":\"products\\/1772356133_DJGDC8Mi50.jpg\",\"expiry_date\":null,\"is_active\":true,\"alert_quantity\":1,\"weight\":null,\"length\":null,\"width\":null,\"height\":null,\"updated_at\":\"2026-03-01T09:08:53.000000Z\",\"created_at\":\"2026-03-01T09:08:53.000000Z\",\"id\":378}','159.146.51.80','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-01 06:08:53','2026-03-01 06:08:53'),
(3228,378,'stock_added','Added 6 units - Initial stock',4,'{\"quantity\":6,\"reason\":\"Initial stock\",\"previous_stock\":0,\"new_stock\":6,\"notes\":\"Product creation\"}','159.146.51.80','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-01 06:08:53','2026-03-01 06:08:53'),
(3229,174,'price_changed','Product pricing updated',4,'{\"old_prices\":{\"cost_price\":\"17500.00\",\"selling_price\":\"20000.00\",\"discount_price\":null},\"new_prices\":{\"cost_price\":\"16500.00\",\"selling_price\":\"18500.00\",\"discount_price\":null}}','159.146.51.80','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-01 06:15:31','2026-03-01 06:15:31'),
(3230,174,'updated','Product updated',4,'{\"description\":{\"old\":\"2X40   2X41    2X42   2X43    1X44   1X45\",\"new\":\"1\\u00d740\\r\\n1\\u00d742\\r\\n1\\u00d743\\r\\n1\\u00d744\"},\"cost_price\":{\"old\":\"17500.00\",\"new\":\"16500\"},\"selling_price\":{\"old\":\"20000.00\",\"new\":\"18500\"}}','159.146.51.80','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-01 06:15:31','2026-03-01 06:15:31'),
(3231,174,'stock_added','Added 4 units - Manual adjustment',4,'{\"quantity\":4,\"reason\":\"Manual adjustment\",\"previous_stock\":0,\"new_stock\":4,\"notes\":null}','159.146.51.80','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-01 06:16:12','2026-03-01 06:16:12'),
(3232,223,'alert_threshold_changed','Alert quantity threshold updated',4,'{\"old_alert_quantity\":5,\"new_alert_quantity\":1}','159.146.51.80','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-01 07:27:54','2026-03-01 07:27:54'),
(3233,223,'updated','Product updated',4,'{\"description\":{\"old\":\"2\\u00d741\\r\\n3\\u00d742\\r\\n4\\u00d743\\r\\n3\\u00d744\\r\\n2\\u00d745\",\"new\":\"1\\u00d741\\r\\n1\\u00d742\"},\"alert_quantity\":{\"old\":5,\"new\":\"1\"}}','159.146.51.80','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-01 07:27:54','2026-03-01 07:27:54'),
(3234,223,'stock_added','Added 2 units - Manual adjustment',4,'{\"quantity\":2,\"reason\":\"Manual adjustment\",\"previous_stock\":0,\"new_stock\":2,\"notes\":null}','159.146.51.80','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-01 07:28:13','2026-03-01 07:28:13'),
(3235,379,'created','Product created',4,'{\"name\":\"HB-N1FS\",\"description\":\"1\\u00d740\\r\\n1\\u00d741\\r\\n1\\u00d743\\r\\n1\\u00d744\",\"barcode\":\"PRD091339\",\"category_id\":\"3\",\"product_type\":\"store\",\"unit\":\"pcs\",\"cost_price\":\"16500.00\",\"selling_price\":\"18500.00\",\"image\":\"products\\/1772361166_wFneJM7UGu.jpg\",\"expiry_date\":null,\"is_active\":true,\"alert_quantity\":1,\"weight\":null,\"length\":null,\"width\":null,\"height\":null,\"updated_at\":\"2026-03-01T10:32:47.000000Z\",\"created_at\":\"2026-03-01T10:32:47.000000Z\",\"id\":379}','159.146.51.80','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-01 07:32:47','2026-03-01 07:32:47'),
(3236,379,'stock_added','Added 4 units - Initial stock',4,'{\"quantity\":4,\"reason\":\"Initial stock\",\"previous_stock\":0,\"new_stock\":4,\"notes\":\"Product creation\"}','159.146.51.80','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-01 07:32:47','2026-03-01 07:32:47'),
(3237,13,'stock_removed','Removed 20 units - Transfer from store to market',7,'{\"quantity\":20,\"reason\":\"Transfer from store to market\",\"previous_stock\":20,\"new_stock\":0,\"transfer_type\":\"store_to_market\",\"transferred_by\":7}','143.105.161.253','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-01 09:08:12','2026-03-01 09:08:12'),
(3238,272,'stock_added','Added 20 units - Transfer from store to market',7,'{\"quantity\":20,\"reason\":\"Transfer from store to market\",\"previous_stock\":3,\"new_stock\":23,\"transfer_type\":\"store_to_market\",\"from_product_id\":13,\"transferred_by\":7}','143.105.161.253','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-01 09:08:12','2026-03-01 09:08:12'),
(3239,26,'stock_removed','Removed 15 units - Transfer from store to market',7,'{\"quantity\":15,\"reason\":\"Transfer from store to market\",\"previous_stock\":15,\"new_stock\":0,\"transfer_type\":\"store_to_market\",\"transferred_by\":7}','143.105.161.253','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-01 09:08:20','2026-03-01 09:08:20'),
(3240,356,'stock_added','Added 15 units - Transfer from store to market',7,'{\"quantity\":15,\"reason\":\"Transfer from store to market\",\"previous_stock\":5,\"new_stock\":20,\"transfer_type\":\"store_to_market\",\"from_product_id\":26,\"transferred_by\":7}','143.105.161.253','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-01 09:08:20','2026-03-01 09:08:20'),
(3241,202,'stock_removed','Removed 1 units - Transfer from store to market',7,'{\"quantity\":1,\"reason\":\"Transfer from store to market\",\"previous_stock\":1,\"new_stock\":0,\"transfer_type\":\"store_to_market\",\"transferred_by\":7}','143.105.161.253','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-01 09:10:44','2026-03-01 09:10:44'),
(3242,381,'created','Product created',7,'{\"name\":\"H-2025S\",\"description\":\"1\\u00d744\",\"barcode\":\"PRD426945-M2\",\"category_id\":2,\"product_type\":\"market\",\"unit\":\"pcs\",\"cost_price\":\"16500.00\",\"selling_price\":\"18500.00\",\"discount_price\":null,\"image\":\"products\\/1768645482_tCqVZmeGJj.jpg\",\"expiry_date\":null,\"is_active\":true,\"weight\":null,\"length\":null,\"width\":null,\"height\":null,\"updated_at\":\"2026-03-01T12:10:44.000000Z\",\"created_at\":\"2026-03-01T12:10:44.000000Z\",\"id\":381}','143.105.161.253','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-01 09:10:44','2026-03-01 09:10:44'),
(3243,381,'stock_added','Added 1 units - Transfer from store to market',7,'{\"quantity\":1,\"reason\":\"Transfer from store to market\",\"previous_stock\":0,\"new_stock\":1,\"transfer_type\":\"store_to_market\",\"from_product_id\":202,\"transferred_by\":7}','143.105.161.253','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-01 09:10:44','2026-03-01 09:10:44'),
(3244,110,'stock_removed','Removed 14 units - Transfer from store to market',7,'{\"quantity\":14,\"reason\":\"Transfer from store to market\",\"previous_stock\":37,\"new_stock\":23,\"transfer_type\":\"store_to_market\",\"transferred_by\":7}','143.105.161.253','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-01 09:10:56','2026-03-01 09:10:56'),
(3245,383,'created','Product created',7,'{\"name\":\"H-2021-TK\",\"description\":\"3\\u00d740\\r\\n8\\u00d741\\r\\n8\\u00d742\\r\\n9\\u00d743\\r\\n5\\u00d744\\r\\n3\\u00d745\\r\\n1\\u00d746\",\"barcode\":\"PRD383260-M2\",\"category_id\":2,\"product_type\":\"market\",\"unit\":\"pcs\",\"cost_price\":\"16500.00\",\"selling_price\":\"18500.00\",\"discount_price\":null,\"image\":\"products\\/1772353132_dZz33aCzx0.jpg\",\"expiry_date\":null,\"is_active\":true,\"weight\":null,\"length\":null,\"width\":null,\"height\":null,\"updated_at\":\"2026-03-01T12:10:56.000000Z\",\"created_at\":\"2026-03-01T12:10:56.000000Z\",\"id\":383}','143.105.161.253','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-01 09:10:56','2026-03-01 09:10:56'),
(3246,383,'stock_added','Added 14 units - Transfer from store to market',7,'{\"quantity\":14,\"reason\":\"Transfer from store to market\",\"previous_stock\":0,\"new_stock\":14,\"transfer_type\":\"store_to_market\",\"from_product_id\":110,\"transferred_by\":7}','143.105.161.253','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-01 09:10:56','2026-03-01 09:10:56'),
(3247,184,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":4,\"new_stock\":3,\"sale_id\":611,\"sale_number\":\"HIL-0608\"}','143.105.161.253','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-01 09:15:38','2026-03-01 09:15:38'),
(3248,217,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":8,\"new_stock\":7,\"sale_id\":611,\"sale_number\":\"HIL-0608\"}','143.105.161.253','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-01 09:15:38','2026-03-01 09:15:38'),
(3249,219,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":13,\"new_stock\":12,\"sale_id\":611,\"sale_number\":\"HIL-0608\"}','143.105.161.253','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-01 09:15:38','2026-03-01 09:15:38'),
(3250,245,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":6,\"new_stock\":5,\"sale_id\":611,\"sale_number\":\"HIL-0608\"}','143.105.161.253','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-01 09:15:38','2026-03-01 09:15:38'),
(3251,272,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":23,\"new_stock\":22,\"sale_id\":611,\"sale_number\":\"HIL-0608\"}','143.105.161.253','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-01 09:15:38','2026-03-01 09:15:38'),
(3252,343,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":6,\"new_stock\":5,\"sale_id\":611,\"sale_number\":\"HIL-0608\"}','143.105.161.253','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-01 09:15:38','2026-03-01 09:15:38'),
(3253,356,'stock_removed','Removed 2 units - Sale',7,'{\"quantity\":2,\"reason\":\"Sale\",\"previous_stock\":20,\"new_stock\":18,\"sale_id\":611,\"sale_number\":\"HIL-0608\"}','143.105.161.253','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-01 09:15:38','2026-03-01 09:15:38'),
(3254,381,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":1,\"new_stock\":0,\"sale_id\":611,\"sale_number\":\"HIL-0608\"}','143.105.161.253','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-01 09:15:38','2026-03-01 09:15:38'),
(3255,343,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":5,\"new_stock\":4,\"sale_id\":612,\"sale_number\":\"HIL-0609\"}','143.105.161.253','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-01 09:16:00','2026-03-01 09:16:00'),
(3256,12,'stock_removed','Removed 2 units - Transfer from store to market',7,'{\"quantity\":2,\"reason\":\"Transfer from store to market\",\"previous_stock\":2,\"new_stock\":0,\"transfer_type\":\"store_to_market\",\"transferred_by\":7}','143.105.161.253','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36','2026-03-01 09:31:09','2026-03-01 09:31:09'),
(3257,184,'stock_added','Added 2 units - Transfer from store to market',7,'{\"quantity\":2,\"reason\":\"Transfer from store to market\",\"previous_stock\":3,\"new_stock\":5,\"transfer_type\":\"store_to_market\",\"from_product_id\":12,\"transferred_by\":7}','143.105.161.253','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36','2026-03-01 09:31:09','2026-03-01 09:31:09'),
(3258,168,'stock_removed','Removed 3 units - Transfer from store to market',7,'{\"quantity\":3,\"reason\":\"Transfer from store to market\",\"previous_stock\":3,\"new_stock\":0,\"transfer_type\":\"store_to_market\",\"transferred_by\":7}','143.105.161.253','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36','2026-03-01 09:32:26','2026-03-01 09:32:26'),
(3259,385,'created','Product created',7,'{\"name\":\"H-2025\\u00c7T\",\"description\":\"1\\u00d742\\r\\n1\\u00d744\\r\\n1\\u00d745\",\"barcode\":\"PRD722929-M2\",\"category_id\":2,\"product_type\":\"market\",\"unit\":\"pcs\",\"cost_price\":\"16500.00\",\"selling_price\":\"18500.00\",\"discount_price\":null,\"image\":\"products\\/1767882195_2AjyoHNlwg.jpg\",\"expiry_date\":null,\"is_active\":true,\"weight\":null,\"length\":null,\"width\":null,\"height\":null,\"updated_at\":\"2026-03-01T12:32:26.000000Z\",\"created_at\":\"2026-03-01T12:32:26.000000Z\",\"id\":385}','143.105.161.253','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36','2026-03-01 09:32:26','2026-03-01 09:32:26'),
(3260,385,'stock_added','Added 3 units - Transfer from store to market',7,'{\"quantity\":3,\"reason\":\"Transfer from store to market\",\"previous_stock\":0,\"new_stock\":3,\"transfer_type\":\"store_to_market\",\"from_product_id\":168,\"transferred_by\":7}','143.105.161.253','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36','2026-03-01 09:32:26','2026-03-01 09:32:26'),
(3261,193,'stock_removed','Removed 5 units - Transfer from store to market',7,'{\"quantity\":5,\"reason\":\"Transfer from store to market\",\"previous_stock\":5,\"new_stock\":0,\"transfer_type\":\"store_to_market\",\"transferred_by\":7}','143.105.161.253','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36','2026-03-01 09:34:06','2026-03-01 09:34:06'),
(3262,387,'created','Product created',7,'{\"name\":\"H-2000S\",\"description\":\"1\\u00d741\\r\\n2\\u00d743\\r\\n2\\u00d745\",\"barcode\":\"PRD263693-M2\",\"category_id\":2,\"product_type\":\"market\",\"unit\":\"pcs\",\"cost_price\":\"16500.00\",\"selling_price\":\"18500.00\",\"discount_price\":null,\"image\":\"products\\/1768391035_hwtMhqpMzO.jpeg\",\"expiry_date\":null,\"is_active\":true,\"weight\":null,\"length\":null,\"width\":null,\"height\":null,\"updated_at\":\"2026-03-01T12:34:06.000000Z\",\"created_at\":\"2026-03-01T12:34:06.000000Z\",\"id\":387}','143.105.161.253','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36','2026-03-01 09:34:06','2026-03-01 09:34:06'),
(3263,387,'stock_added','Added 5 units - Transfer from store to market',7,'{\"quantity\":5,\"reason\":\"Transfer from store to market\",\"previous_stock\":0,\"new_stock\":5,\"transfer_type\":\"store_to_market\",\"from_product_id\":193,\"transferred_by\":7}','143.105.161.253','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36','2026-03-01 09:34:06','2026-03-01 09:34:06'),
(3264,176,'stock_removed','Removed 13 units - Transfer from store to market',7,'{\"quantity\":13,\"reason\":\"Transfer from store to market\",\"previous_stock\":13,\"new_stock\":0,\"transfer_type\":\"store_to_market\",\"transferred_by\":7}','143.105.161.253','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36','2026-03-01 09:34:51','2026-03-01 09:34:51'),
(3265,182,'stock_added','Added 13 units - Transfer from store to market',7,'{\"quantity\":13,\"reason\":\"Transfer from store to market\",\"previous_stock\":16,\"new_stock\":29,\"transfer_type\":\"store_to_market\",\"from_product_id\":176,\"transferred_by\":7}','143.105.161.253','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36','2026-03-01 09:34:51','2026-03-01 09:34:51'),
(3266,289,'stock_removed','Removed 2 units - Transfer from store to market',7,'{\"quantity\":2,\"reason\":\"Transfer from store to market\",\"previous_stock\":2,\"new_stock\":0,\"transfer_type\":\"store_to_market\",\"transferred_by\":7}','143.105.161.253','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36','2026-03-01 09:35:46','2026-03-01 09:35:46'),
(3267,291,'stock_added','Added 2 units - Transfer from store to market',7,'{\"quantity\":2,\"reason\":\"Transfer from store to market\",\"previous_stock\":3,\"new_stock\":5,\"transfer_type\":\"store_to_market\",\"from_product_id\":289,\"transferred_by\":7}','143.105.161.253','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36','2026-03-01 09:35:46','2026-03-01 09:35:46'),
(3268,373,'stock_removed','Removed 6 units - Transfer from store to market',7,'{\"quantity\":6,\"reason\":\"Transfer from store to market\",\"previous_stock\":6,\"new_stock\":0,\"transfer_type\":\"store_to_market\",\"transferred_by\":7}','143.105.161.253','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36','2026-03-01 09:36:52','2026-03-01 09:36:52'),
(3269,389,'created','Product created',7,'{\"name\":\"CADILLAC-TK\",\"description\":\"1\\u00d740\\r\\n1\\u00d741\\r\\n1\\u00d743\\r\\n1\\u00d744\\r\\n1\\u00d745\\r\\n1\\u00d746\",\"barcode\":\"PRD933432-M1\",\"category_id\":2,\"product_type\":\"market\",\"unit\":\"pcs\",\"cost_price\":\"19000.00\",\"selling_price\":\"30000.00\",\"discount_price\":null,\"image\":\"products\\/1772169698_QZnR2DUDSP.jpeg\",\"expiry_date\":null,\"is_active\":true,\"weight\":null,\"length\":null,\"width\":null,\"height\":null,\"updated_at\":\"2026-03-01T12:36:52.000000Z\",\"created_at\":\"2026-03-01T12:36:52.000000Z\",\"id\":389}','143.105.161.253','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36','2026-03-01 09:36:52','2026-03-01 09:36:52'),
(3270,389,'stock_added','Added 6 units - Transfer from store to market',7,'{\"quantity\":6,\"reason\":\"Transfer from store to market\",\"previous_stock\":0,\"new_stock\":6,\"transfer_type\":\"store_to_market\",\"from_product_id\":373,\"transferred_by\":7}','143.105.161.253','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36','2026-03-01 09:36:52','2026-03-01 09:36:52'),
(3271,378,'stock_removed','Removed 6 units - Transfer from store to market',7,'{\"quantity\":6,\"reason\":\"Transfer from store to market\",\"previous_stock\":6,\"new_stock\":0,\"transfer_type\":\"store_to_market\",\"transferred_by\":7}','143.105.161.253','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36','2026-03-01 09:37:02','2026-03-01 09:37:02'),
(3272,391,'created','Product created',7,'{\"name\":\"HC-2025SBC\",\"description\":\"1\\u00d740\\r\\n1\\u00d741\\r\\n1\\u00d742\\r\\n1\\u00d743\\r\\n1\\u00d744\\r\\n1\\u00d745\",\"barcode\":\"PRD876766-M1\",\"category_id\":2,\"product_type\":\"market\",\"unit\":\"pcs\",\"cost_price\":\"19000.00\",\"selling_price\":\"30000.00\",\"discount_price\":null,\"image\":\"products\\/1772356133_DJGDC8Mi50.jpg\",\"expiry_date\":null,\"is_active\":true,\"weight\":null,\"length\":null,\"width\":null,\"height\":null,\"updated_at\":\"2026-03-01T12:37:02.000000Z\",\"created_at\":\"2026-03-01T12:37:02.000000Z\",\"id\":391}','143.105.161.253','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36','2026-03-01 09:37:02','2026-03-01 09:37:02'),
(3273,391,'stock_added','Added 6 units - Transfer from store to market',7,'{\"quantity\":6,\"reason\":\"Transfer from store to market\",\"previous_stock\":0,\"new_stock\":6,\"transfer_type\":\"store_to_market\",\"from_product_id\":378,\"transferred_by\":7}','143.105.161.253','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36','2026-03-01 09:37:02','2026-03-01 09:37:02'),
(3274,374,'stock_removed','Removed 23 units - Transfer from store to market',7,'{\"quantity\":23,\"reason\":\"Transfer from store to market\",\"previous_stock\":23,\"new_stock\":0,\"transfer_type\":\"store_to_market\",\"transferred_by\":7}','143.105.161.253','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36','2026-03-01 09:37:30','2026-03-01 09:37:30'),
(3275,376,'stock_added','Added 23 units - Transfer from store to market',7,'{\"quantity\":23,\"reason\":\"Transfer from store to market\",\"previous_stock\":5,\"new_stock\":28,\"transfer_type\":\"store_to_market\",\"from_product_id\":374,\"transferred_by\":7}','143.105.161.253','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36','2026-03-01 09:37:30','2026-03-01 09:37:30'),
(3276,333,'stock_removed','Removed 3 units - Transfer from store to market',7,'{\"quantity\":3,\"reason\":\"Transfer from store to market\",\"previous_stock\":3,\"new_stock\":0,\"transfer_type\":\"store_to_market\",\"transferred_by\":7}','143.105.161.253','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36','2026-03-01 09:37:47','2026-03-01 09:37:47'),
(3277,393,'created','Product created',7,'{\"name\":\"HB-ML\",\"description\":\"1\\u00d742\\r\\n1\\u00d743\\r\\n1\\u00d744\",\"barcode\":\"PRD063673-M1\",\"category_id\":3,\"product_type\":\"market\",\"unit\":\"pcs\",\"cost_price\":\"16500.00\",\"selling_price\":\"18500.00\",\"discount_price\":null,\"image\":\"products\\/1771001316_GLkkau7zGF.jpeg\",\"expiry_date\":null,\"is_active\":true,\"weight\":null,\"length\":null,\"width\":null,\"height\":null,\"updated_at\":\"2026-03-01T12:37:47.000000Z\",\"created_at\":\"2026-03-01T12:37:47.000000Z\",\"id\":393}','143.105.161.253','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36','2026-03-01 09:37:47','2026-03-01 09:37:47'),
(3278,393,'stock_added','Added 3 units - Transfer from store to market',7,'{\"quantity\":3,\"reason\":\"Transfer from store to market\",\"previous_stock\":0,\"new_stock\":3,\"transfer_type\":\"store_to_market\",\"from_product_id\":333,\"transferred_by\":7}','143.105.161.253','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36','2026-03-01 09:37:47','2026-03-01 09:37:47'),
(3279,321,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":1,\"new_stock\":0,\"sale_id\":613,\"sale_number\":\"HIL-0610\"}','143.105.161.253','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36','2026-03-01 09:44:50','2026-03-01 09:44:50'),
(3280,47,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":14,\"new_stock\":13,\"sale_id\":613,\"sale_number\":\"HIL-0610\"}','143.105.161.253','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36','2026-03-01 09:44:50','2026-03-01 09:44:50'),
(3281,215,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":11,\"new_stock\":10,\"sale_id\":614,\"sale_number\":\"HIL-0611\"}','143.105.161.253','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36','2026-03-01 09:45:16','2026-03-01 09:45:16'),
(3282,381,'status_changed','Product deactivated',7,'{\"old_status\":true,\"new_status\":false}','143.105.161.253','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36','2026-03-01 09:46:29','2026-03-01 09:46:29'),
(3283,215,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":10,\"new_stock\":9,\"sale_id\":615,\"sale_number\":\"HIL-0612\"}','143.105.161.253','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-01 10:01:50','2026-03-01 10:01:50'),
(3284,317,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":5,\"new_stock\":4,\"sale_id\":616,\"sale_number\":\"HIL-0613\"}','143.105.161.253','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-01 10:18:49','2026-03-01 10:18:49'),
(3285,47,'stock_removed','Removed 2 units - Sale',7,'{\"quantity\":2,\"reason\":\"Sale\",\"previous_stock\":13,\"new_stock\":11,\"sale_id\":617,\"sale_number\":\"HIL-0614\"}','143.105.161.253','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-01 10:23:05','2026-03-01 10:23:05'),
(3286,49,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":7,\"new_stock\":6,\"sale_id\":617,\"sale_number\":\"HIL-0614\"}','143.105.161.253','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-01 10:23:05','2026-03-01 10:23:05'),
(3287,146,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":1,\"new_stock\":0,\"sale_id\":617,\"sale_number\":\"HIL-0614\"}','143.105.161.253','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-01 10:23:05','2026-03-01 10:23:05'),
(3288,182,'stock_removed','Removed 3 units - Sale',7,'{\"quantity\":3,\"reason\":\"Sale\",\"previous_stock\":29,\"new_stock\":26,\"sale_id\":617,\"sale_number\":\"HIL-0614\"}','143.105.161.253','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-01 10:23:05','2026-03-01 10:23:05'),
(3289,215,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":9,\"new_stock\":8,\"sale_id\":617,\"sale_number\":\"HIL-0614\"}','143.105.161.253','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-01 10:23:05','2026-03-01 10:23:05'),
(3290,219,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":12,\"new_stock\":11,\"sale_id\":617,\"sale_number\":\"HIL-0614\"}','143.105.161.253','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-01 10:23:05','2026-03-01 10:23:05'),
(3291,245,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":5,\"new_stock\":4,\"sale_id\":617,\"sale_number\":\"HIL-0614\"}','143.105.161.253','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-01 10:23:05','2026-03-01 10:23:05'),
(3292,255,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":8,\"new_stock\":7,\"sale_id\":617,\"sale_number\":\"HIL-0614\"}','143.105.161.253','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-01 10:23:05','2026-03-01 10:23:05'),
(3293,272,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":22,\"new_stock\":21,\"sale_id\":617,\"sale_number\":\"HIL-0614\"}','143.105.161.253','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-01 10:23:05','2026-03-01 10:23:05'),
(3294,305,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":4,\"new_stock\":3,\"sale_id\":617,\"sale_number\":\"HIL-0614\"}','143.105.161.253','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-01 10:23:05','2026-03-01 10:23:05'),
(3295,317,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":4,\"new_stock\":3,\"sale_id\":617,\"sale_number\":\"HIL-0614\"}','143.105.161.253','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-01 10:23:05','2026-03-01 10:23:05'),
(3296,349,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":1,\"new_stock\":0,\"sale_id\":617,\"sale_number\":\"HIL-0614\"}','143.105.161.253','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-01 10:23:05','2026-03-01 10:23:05'),
(3297,356,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":18,\"new_stock\":17,\"sale_id\":617,\"sale_number\":\"HIL-0614\"}','143.105.161.253','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-01 10:23:05','2026-03-01 10:23:05'),
(3298,376,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":28,\"new_stock\":27,\"sale_id\":617,\"sale_number\":\"HIL-0614\"}','143.105.161.253','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-01 10:23:05','2026-03-01 10:23:05'),
(3299,383,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":14,\"new_stock\":13,\"sale_id\":617,\"sale_number\":\"HIL-0614\"}','143.105.161.253','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-01 10:23:05','2026-03-01 10:23:05'),
(3300,47,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":11,\"new_stock\":10,\"sale_id\":618,\"sale_number\":\"HIL-0615\"}','143.105.161.253','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-01 10:34:50','2026-03-01 10:34:50'),
(3301,87,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":6,\"new_stock\":5,\"sale_id\":618,\"sale_number\":\"HIL-0615\"}','143.105.161.253','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-01 10:34:50','2026-03-01 10:34:50'),
(3302,307,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":5,\"new_stock\":4,\"sale_id\":618,\"sale_number\":\"HIL-0615\"}','143.105.161.253','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-01 10:34:50','2026-03-01 10:34:50'),
(3303,55,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":1,\"new_stock\":0,\"sale_id\":619,\"sale_number\":\"HIL-0616\"}','143.105.161.253','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-01 12:16:41','2026-03-01 12:16:41'),
(3304,87,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":5,\"new_stock\":4,\"sale_id\":619,\"sale_number\":\"HIL-0616\"}','143.105.161.253','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-01 12:16:41','2026-03-01 12:16:41'),
(3305,101,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":7,\"new_stock\":6,\"sale_id\":619,\"sale_number\":\"HIL-0616\"}','143.105.161.253','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-01 12:16:41','2026-03-01 12:16:41'),
(3306,182,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":26,\"new_stock\":25,\"sale_id\":619,\"sale_number\":\"HIL-0616\"}','143.105.161.253','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-01 12:16:41','2026-03-01 12:16:41'),
(3307,184,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":5,\"new_stock\":4,\"sale_id\":619,\"sale_number\":\"HIL-0616\"}','143.105.161.253','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-01 12:16:41','2026-03-01 12:16:41'),
(3308,217,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":7,\"new_stock\":6,\"sale_id\":619,\"sale_number\":\"HIL-0616\"}','143.105.161.253','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-01 12:16:41','2026-03-01 12:16:41'),
(3309,291,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":5,\"new_stock\":4,\"sale_id\":619,\"sale_number\":\"HIL-0616\"}','143.105.161.253','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-01 12:16:41','2026-03-01 12:16:41'),
(3310,383,'stock_removed','Removed 2 units - Sale',7,'{\"quantity\":2,\"reason\":\"Sale\",\"previous_stock\":13,\"new_stock\":11,\"sale_id\":619,\"sale_number\":\"HIL-0616\"}','143.105.161.253','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-01 12:16:41','2026-03-01 12:16:41'),
(3311,87,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":4,\"new_stock\":3,\"sale_id\":620,\"sale_number\":\"HIL-0617\"}','143.105.161.253','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-01 12:40:29','2026-03-01 12:40:29'),
(3312,354,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":16,\"new_stock\":15,\"sale_id\":620,\"sale_number\":\"HIL-0617\"}','143.105.161.253','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-01 12:40:29','2026-03-01 12:40:29'),
(3313,73,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":3,\"new_stock\":2,\"sale_id\":621,\"sale_number\":\"HIL-0618\"}','154.73.161.255','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-02 05:10:30','2026-03-02 05:10:30'),
(3314,215,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":8,\"new_stock\":7,\"sale_id\":621,\"sale_number\":\"HIL-0618\"}','154.73.161.255','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-02 05:10:30','2026-03-02 05:10:30'),
(3315,245,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":4,\"new_stock\":3,\"sale_id\":621,\"sale_number\":\"HIL-0618\"}','154.73.161.255','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-02 05:10:30','2026-03-02 05:10:30'),
(3316,251,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":12,\"new_stock\":11,\"sale_id\":621,\"sale_number\":\"HIL-0618\"}','154.73.161.255','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-02 05:10:30','2026-03-02 05:10:30'),
(3317,354,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":15,\"new_stock\":14,\"sale_id\":621,\"sale_number\":\"HIL-0618\"}','154.73.161.255','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-02 05:10:30','2026-03-02 05:10:30'),
(3318,356,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":17,\"new_stock\":16,\"sale_id\":621,\"sale_number\":\"HIL-0618\"}','154.73.161.255','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-02 05:10:30','2026-03-02 05:10:30'),
(3319,358,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":2,\"new_stock\":1,\"sale_id\":621,\"sale_number\":\"HIL-0618\"}','154.73.161.255','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-02 05:10:30','2026-03-02 05:10:30'),
(3320,301,'stock_removed','Removed 2 units - Sale',7,'{\"quantity\":2,\"reason\":\"Sale\",\"previous_stock\":86,\"new_stock\":84,\"sale_id\":622,\"sale_number\":\"HIL-0619\"}','154.73.161.255','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-02 05:11:20','2026-03-02 05:11:20'),
(3321,376,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":27,\"new_stock\":26,\"sale_id\":622,\"sale_number\":\"HIL-0619\"}','154.73.161.255','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-02 05:11:20','2026-03-02 05:11:20'),
(3322,354,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":14,\"new_stock\":13,\"sale_id\":623,\"sale_number\":\"HIL-0620\"}','143.105.161.92','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-02 07:23:05','2026-03-02 07:23:05'),
(3323,173,'stock_added','Added 47 units - Adjustment - Count correction',7,'{\"quantity\":47,\"reason\":\"Adjustment - Count correction\",\"previous_stock\":7,\"new_stock\":54,\"notes\":null}','143.105.161.92','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-02 07:33:50','2026-03-02 07:33:50'),
(3324,173,'stock_removed','Removed 10 units - Sale',7,'{\"quantity\":10,\"reason\":\"Sale\",\"previous_stock\":54,\"new_stock\":44,\"sale_id\":625,\"sale_number\":\"HIL-0621\"}','143.105.161.92','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-02 07:34:23','2026-03-02 07:34:23'),
(3325,182,'updated','Product updated',4,'{\"image\":{\"old\":\"products\\/1768138263_t3lTcRLw8j.jpeg\",\"new\":\"products\\/1772447775_BfVeebZUG5.jpg\"}}','176.55.171.112','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-02 07:36:16','2026-03-02 07:36:16'),
(3326,110,'stock_removed','Removed 23 units - Transfer from store to market',7,'{\"quantity\":23,\"reason\":\"Transfer from store to market\",\"previous_stock\":23,\"new_stock\":0,\"transfer_type\":\"store_to_market\",\"transferred_by\":7}','143.105.161.92','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-02 07:46:19','2026-03-02 07:46:19'),
(3327,383,'stock_added','Added 23 units - Transfer from store to market',7,'{\"quantity\":23,\"reason\":\"Transfer from store to market\",\"previous_stock\":11,\"new_stock\":34,\"transfer_type\":\"store_to_market\",\"from_product_id\":110,\"transferred_by\":7}','143.105.161.92','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-02 07:46:19','2026-03-02 07:46:19'),
(3328,174,'stock_removed','Removed 4 units - Transfer from store to market',7,'{\"quantity\":4,\"reason\":\"Transfer from store to market\",\"previous_stock\":4,\"new_stock\":0,\"transfer_type\":\"store_to_market\",\"transferred_by\":7}','143.105.161.92','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-02 07:48:16','2026-03-02 07:48:16'),
(3329,190,'stock_added','Added 4 units - Transfer from store to market',7,'{\"quantity\":4,\"reason\":\"Transfer from store to market\",\"previous_stock\":0,\"new_stock\":4,\"transfer_type\":\"store_to_market\",\"from_product_id\":174,\"transferred_by\":7}','143.105.161.92','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-02 07:48:16','2026-03-02 07:48:16'),
(3330,379,'stock_removed','Removed 4 units - Transfer from store to market',7,'{\"quantity\":4,\"reason\":\"Transfer from store to market\",\"previous_stock\":4,\"new_stock\":0,\"transfer_type\":\"store_to_market\",\"transferred_by\":7}','143.105.161.92','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-02 07:50:30','2026-03-02 07:50:30'),
(3331,395,'created','Product created',7,'{\"name\":\"HB-N1FS\",\"description\":\"1\\u00d740\\r\\n1\\u00d741\\r\\n1\\u00d743\\r\\n1\\u00d744\",\"barcode\":\"PRD091339-M1\",\"category_id\":3,\"product_type\":\"market\",\"unit\":\"pcs\",\"cost_price\":\"16500.00\",\"selling_price\":\"18500.00\",\"discount_price\":null,\"image\":\"products\\/1772361166_wFneJM7UGu.jpg\",\"expiry_date\":null,\"is_active\":true,\"weight\":null,\"length\":null,\"width\":null,\"height\":null,\"updated_at\":\"2026-03-02T10:50:30.000000Z\",\"created_at\":\"2026-03-02T10:50:30.000000Z\",\"id\":395}','143.105.161.92','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-02 07:50:30','2026-03-02 07:50:30'),
(3332,395,'stock_added','Added 4 units - Transfer from store to market',7,'{\"quantity\":4,\"reason\":\"Transfer from store to market\",\"previous_stock\":0,\"new_stock\":4,\"transfer_type\":\"store_to_market\",\"from_product_id\":379,\"transferred_by\":7}','143.105.161.92','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-02 07:50:30','2026-03-02 07:50:30'),
(3333,223,'stock_removed','Removed 2 units - Transfer from store to market',7,'{\"quantity\":2,\"reason\":\"Transfer from store to market\",\"previous_stock\":2,\"new_stock\":0,\"transfer_type\":\"store_to_market\",\"transferred_by\":7}','143.105.161.92','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-02 07:51:24','2026-03-02 07:51:24'),
(3334,259,'stock_added','Added 2 units - Transfer from store to market',7,'{\"quantity\":2,\"reason\":\"Transfer from store to market\",\"previous_stock\":1,\"new_stock\":3,\"transfer_type\":\"store_to_market\",\"from_product_id\":223,\"transferred_by\":7}','143.105.161.92','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-02 07:51:24','2026-03-02 07:51:24'),
(3335,377,'stock_removed','Removed 9 units - Transfer from store to market',7,'{\"quantity\":9,\"reason\":\"Transfer from store to market\",\"previous_stock\":9,\"new_stock\":0,\"transfer_type\":\"store_to_market\",\"transferred_by\":7}','143.105.161.92','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-02 07:52:15','2026-03-02 07:52:15'),
(3336,397,'created','Product created',7,'{\"name\":\"H-3CS\",\"description\":\"2\\u00d740\\r\\n2\\u00d741\\r\\n2\\u00d742\\r\\n2\\u00d743\\r\\n1\\u00d744\",\"barcode\":\"PRD511718-M1\",\"category_id\":2,\"product_type\":\"market\",\"unit\":\"pcs\",\"cost_price\":\"16500.00\",\"selling_price\":\"18500.00\",\"discount_price\":null,\"image\":\"products\\/1772354795_NkUBa2i0BO.jpg\",\"expiry_date\":null,\"is_active\":true,\"weight\":null,\"length\":null,\"width\":null,\"height\":null,\"updated_at\":\"2026-03-02T10:52:15.000000Z\",\"created_at\":\"2026-03-02T10:52:15.000000Z\",\"id\":397}','143.105.161.92','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-02 07:52:15','2026-03-02 07:52:15'),
(3337,397,'stock_added','Added 9 units - Transfer from store to market',7,'{\"quantity\":9,\"reason\":\"Transfer from store to market\",\"previous_stock\":0,\"new_stock\":9,\"transfer_type\":\"store_to_market\",\"from_product_id\":377,\"transferred_by\":7}','143.105.161.92','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-02 07:52:15','2026-03-02 07:52:15'),
(3338,226,'stock_removed','Removed 4 units - Transfer from store to market',7,'{\"quantity\":4,\"reason\":\"Transfer from store to market\",\"previous_stock\":4,\"new_stock\":0,\"transfer_type\":\"store_to_market\",\"transferred_by\":7}','143.105.161.92','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-02 07:53:13','2026-03-02 07:53:13'),
(3339,399,'created','Product created',7,'{\"name\":\"H-FB1-GS\",\"description\":\"2\\u00d741\\r\\n1\\u00d742\\r\\n1\\u00d743\",\"barcode\":\"PRD367770-M2\",\"category_id\":2,\"product_type\":\"market\",\"unit\":\"pcs\",\"cost_price\":\"16500.00\",\"selling_price\":\"18500.00\",\"discount_price\":null,\"image\":\"products\\/1769513752_sxKUvLAa3Q.jpeg\",\"expiry_date\":null,\"is_active\":true,\"weight\":null,\"length\":null,\"width\":null,\"height\":null,\"updated_at\":\"2026-03-02T10:53:13.000000Z\",\"created_at\":\"2026-03-02T10:53:13.000000Z\",\"id\":399}','143.105.161.92','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-02 07:53:13','2026-03-02 07:53:13'),
(3340,399,'stock_added','Added 4 units - Transfer from store to market',7,'{\"quantity\":4,\"reason\":\"Transfer from store to market\",\"previous_stock\":0,\"new_stock\":4,\"transfer_type\":\"store_to_market\",\"from_product_id\":226,\"transferred_by\":7}','143.105.161.92','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-02 07:53:13','2026-03-02 07:53:13'),
(3341,232,'stock_removed','Removed 6 units - Transfer from store to market',7,'{\"quantity\":6,\"reason\":\"Transfer from store to market\",\"previous_stock\":6,\"new_stock\":0,\"transfer_type\":\"store_to_market\",\"transferred_by\":7}','143.105.161.92','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-02 07:57:13','2026-03-02 07:57:13'),
(3342,247,'stock_added','Added 6 units - Transfer from store to market',7,'{\"quantity\":6,\"reason\":\"Transfer from store to market\",\"previous_stock\":1,\"new_stock\":7,\"transfer_type\":\"store_to_market\",\"from_product_id\":232,\"transferred_by\":7}','143.105.161.92','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-02 07:57:13','2026-03-02 07:57:13'),
(3343,233,'stock_removed','Removed 9 units - Transfer from store to market',7,'{\"quantity\":9,\"reason\":\"Transfer from store to market\",\"previous_stock\":9,\"new_stock\":0,\"transfer_type\":\"store_to_market\",\"transferred_by\":7}','143.105.161.92','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-02 07:59:19','2026-03-02 07:59:19'),
(3344,401,'created','Product created',7,'{\"name\":\"H-0150B\",\"description\":\"2\\u00d741\\r\\n1\\u00d742\\r\\n2\\u00d743\\r\\n2\\u00d744\\r\\n2\\u00d745\",\"barcode\":\"PRD961975-M2\",\"category_id\":2,\"product_type\":\"market\",\"unit\":\"pcs\",\"cost_price\":\"16500.00\",\"selling_price\":\"18500.00\",\"discount_price\":null,\"image\":\"products\\/1769514129_Xt4Lv1tvDu.jpeg\",\"expiry_date\":null,\"is_active\":true,\"weight\":null,\"length\":null,\"width\":null,\"height\":null,\"updated_at\":\"2026-03-02T10:59:19.000000Z\",\"created_at\":\"2026-03-02T10:59:19.000000Z\",\"id\":401}','143.105.161.92','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-02 07:59:19','2026-03-02 07:59:19'),
(3345,401,'stock_added','Added 9 units - Transfer from store to market',7,'{\"quantity\":9,\"reason\":\"Transfer from store to market\",\"previous_stock\":0,\"new_stock\":9,\"transfer_type\":\"store_to_market\",\"from_product_id\":233,\"transferred_by\":7}','143.105.161.92','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-02 07:59:19','2026-03-02 07:59:19'),
(3346,307,'stock_added','Added 2 units - Restock - New shipment',7,'{\"quantity\":2,\"reason\":\"Restock - New shipment\",\"previous_stock\":4,\"new_stock\":6,\"notes\":null}','143.105.161.92','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-02 08:10:14','2026-03-02 08:10:14'),
(3347,79,'stock_removed','Removed 4 units - Sale',7,'{\"quantity\":4,\"reason\":\"Sale\",\"previous_stock\":14,\"new_stock\":10,\"sale_id\":626,\"sale_number\":\"HIL-0622\"}','143.105.161.92','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-02 08:17:28','2026-03-02 08:17:28'),
(3348,182,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":25,\"new_stock\":24,\"sale_id\":626,\"sale_number\":\"HIL-0622\"}','143.105.161.92','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-02 08:17:28','2026-03-02 08:17:28'),
(3349,311,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":2,\"new_stock\":1,\"sale_id\":626,\"sale_number\":\"HIL-0622\"}','143.105.161.92','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-02 08:17:28','2026-03-02 08:17:28'),
(3350,317,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":3,\"new_stock\":2,\"sale_id\":626,\"sale_number\":\"HIL-0622\"}','143.105.161.92','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-02 08:17:28','2026-03-02 08:17:28'),
(3351,360,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":2,\"new_stock\":1,\"sale_id\":626,\"sale_number\":\"HIL-0622\"}','143.105.161.92','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-02 08:17:28','2026-03-02 08:17:28'),
(3352,383,'stock_removed','Removed 3 units - Sale',7,'{\"quantity\":3,\"reason\":\"Sale\",\"previous_stock\":34,\"new_stock\":31,\"sale_id\":626,\"sale_number\":\"HIL-0622\"}','143.105.161.92','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-02 08:17:28','2026-03-02 08:17:28'),
(3353,399,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":4,\"new_stock\":3,\"sale_id\":626,\"sale_number\":\"HIL-0622\"}','143.105.161.92','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-02 08:17:28','2026-03-02 08:17:28'),
(3354,401,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":9,\"new_stock\":8,\"sale_id\":626,\"sale_number\":\"HIL-0622\"}','143.105.161.92','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-02 08:17:28','2026-03-02 08:17:28'),
(3355,173,'stock_removed','Removed 2 units - Sale',7,'{\"quantity\":2,\"reason\":\"Sale\",\"previous_stock\":44,\"new_stock\":42,\"sale_id\":627,\"sale_number\":\"HIL-0623\"}','143.105.161.92','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-02 09:03:04','2026-03-02 09:03:04'),
(3356,270,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":2,\"new_stock\":1,\"sale_id\":628,\"sale_number\":\"HIL-0624\"}','154.73.161.255','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-02 09:46:13','2026-03-02 09:46:13'),
(3357,79,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":10,\"new_stock\":9,\"sale_id\":629,\"sale_number\":\"HIL-0625\"}','154.73.161.255','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-02 10:39:58','2026-03-02 10:39:58'),
(3358,182,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":24,\"new_stock\":23,\"sale_id\":629,\"sale_number\":\"HIL-0625\"}','154.73.161.255','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-02 10:39:58','2026-03-02 10:39:58'),
(3359,79,'stock_added','Added 1 units - Sale cancelled/refunded',7,'{\"quantity\":1,\"reason\":\"Error\",\"previous_stock\":9,\"new_stock\":10,\"sale_id\":629,\"sale_number\":\"HIL-0625\"}','154.73.161.255','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-02 10:40:48','2026-03-02 10:40:48'),
(3360,182,'stock_added','Added 1 units - Sale cancelled/refunded',7,'{\"quantity\":1,\"reason\":\"Error\",\"previous_stock\":23,\"new_stock\":24,\"sale_id\":629,\"sale_number\":\"HIL-0625\"}','154.73.161.255','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-02 10:40:48','2026-03-02 10:40:48'),
(3361,79,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":10,\"new_stock\":9,\"sale_id\":630,\"sale_number\":\"HIL-0626\"}','154.73.161.255','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-02 10:42:02','2026-03-02 10:42:02'),
(3362,182,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":24,\"new_stock\":23,\"sale_id\":630,\"sale_number\":\"HIL-0626\"}','154.73.161.255','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-02 10:42:02','2026-03-02 10:42:02'),
(3363,67,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":46,\"new_stock\":45,\"sale_id\":631,\"sale_number\":\"HIL-0627\"}','154.73.161.255','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-02 10:59:04','2026-03-02 10:59:04'),
(3364,272,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":21,\"new_stock\":20,\"sale_id\":631,\"sale_number\":\"HIL-0627\"}','154.73.161.255','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-02 10:59:04','2026-03-02 10:59:04'),
(3365,47,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":10,\"new_stock\":9,\"sale_id\":632,\"sale_number\":\"HIL-0628\"}','154.73.161.255','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-02 11:01:06','2026-03-02 11:01:06'),
(3366,126,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":7,\"new_stock\":6,\"sale_id\":632,\"sale_number\":\"HIL-0628\"}','154.73.161.255','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-02 11:01:06','2026-03-02 11:01:06'),
(3367,217,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":6,\"new_stock\":5,\"sale_id\":632,\"sale_number\":\"HIL-0628\"}','154.73.161.255','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-02 11:01:06','2026-03-02 11:01:06'),
(3368,219,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":11,\"new_stock\":10,\"sale_id\":632,\"sale_number\":\"HIL-0628\"}','154.73.161.255','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-02 11:01:06','2026-03-02 11:01:06'),
(3369,356,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":16,\"new_stock\":15,\"sale_id\":632,\"sale_number\":\"HIL-0628\"}','154.73.161.255','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-02 11:01:06','2026-03-02 11:01:06'),
(3370,301,'stock_removed','Removed 4 units - Sale',7,'{\"quantity\":4,\"reason\":\"Sale\",\"previous_stock\":84,\"new_stock\":80,\"sale_id\":633,\"sale_number\":\"HIL-0629\"}','154.73.161.255','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-02 11:04:15','2026-03-02 11:04:15'),
(3371,354,'stock_removed','Removed 2 units - Sale',7,'{\"quantity\":2,\"reason\":\"Sale\",\"previous_stock\":13,\"new_stock\":11,\"sale_id\":633,\"sale_number\":\"HIL-0629\"}','154.73.161.255','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-02 11:04:15','2026-03-02 11:04:15'),
(3372,376,'stock_removed','Removed 6 units - Sale',7,'{\"quantity\":6,\"reason\":\"Sale\",\"previous_stock\":26,\"new_stock\":20,\"sale_id\":633,\"sale_number\":\"HIL-0629\"}','154.73.161.255','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-02 11:04:15','2026-03-02 11:04:15'),
(3373,401,'stock_removed','Removed 2 units - Sale',7,'{\"quantity\":2,\"reason\":\"Sale\",\"previous_stock\":8,\"new_stock\":6,\"sale_id\":633,\"sale_number\":\"HIL-0629\"}','154.73.161.255','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-02 11:04:15','2026-03-02 11:04:15'),
(3374,67,'stock_removed','Removed 2 units - Sale',7,'{\"quantity\":2,\"reason\":\"Sale\",\"previous_stock\":45,\"new_stock\":43,\"sale_id\":634,\"sale_number\":\"HIL-0630\"}','143.105.161.65','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-02 12:30:54','2026-03-02 12:30:54'),
(3375,67,'stock_added','Added 2 units - Sale cancelled/refunded',7,'{\"quantity\":2,\"reason\":\"Return\",\"previous_stock\":43,\"new_stock\":45,\"sale_id\":634,\"sale_number\":\"HIL-0630\"}','143.105.161.65','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-02 12:32:57','2026-03-02 12:32:57'),
(3376,383,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":31,\"new_stock\":30,\"sale_id\":635,\"sale_number\":\"HIL-0631\"}','143.105.161.65','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-02 12:35:07','2026-03-02 12:35:07'),
(3377,67,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":45,\"new_stock\":44,\"sale_id\":636,\"sale_number\":\"HIL-0632\"}','143.105.161.65','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-02 12:36:22','2026-03-02 12:36:22'),
(3378,182,'stock_removed','Removed 2 units - Sale',7,'{\"quantity\":2,\"reason\":\"Sale\",\"previous_stock\":23,\"new_stock\":21,\"sale_id\":637,\"sale_number\":\"HIL-0633\"}','143.105.161.65','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-02 12:39:00','2026-03-02 12:39:00'),
(3379,309,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":1,\"new_stock\":0,\"sale_id\":637,\"sale_number\":\"HIL-0633\"}','143.105.161.65','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-02 12:39:00','2026-03-02 12:39:00'),
(3380,376,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":20,\"new_stock\":19,\"sale_id\":637,\"sale_number\":\"HIL-0633\"}','143.105.161.65','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-02 12:39:00','2026-03-02 12:39:00'),
(3381,383,'stock_removed','Removed 2 units - Sale',7,'{\"quantity\":2,\"reason\":\"Sale\",\"previous_stock\":30,\"new_stock\":28,\"sale_id\":637,\"sale_number\":\"HIL-0633\"}','143.105.161.65','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-02 12:39:00','2026-03-02 12:39:00'),
(3382,190,'stock_removed','Removed 1 units - Sale return',7,'{\"quantity\":1,\"reason\":\"Sale return\",\"previous_stock\":4,\"new_stock\":3,\"notes\":null}','143.105.161.65','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-02 12:41:33','2026-03-02 12:41:33'),
(3383,343,'stock_removed','Removed 2 units - Sale',7,'{\"quantity\":2,\"reason\":\"Sale\",\"previous_stock\":4,\"new_stock\":2,\"sale_id\":638,\"sale_number\":\"HIL-0634\"}','143.105.161.65','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-02 12:44:09','2026-03-02 12:44:09'),
(3384,399,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":3,\"new_stock\":2,\"sale_id\":638,\"sale_number\":\"HIL-0634\"}','143.105.161.65','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-02 12:44:09','2026-03-02 12:44:09'),
(3385,383,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":28,\"new_stock\":27,\"sale_id\":639,\"sale_number\":\"HIL-0635\"}','143.105.161.65','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-02 12:47:05','2026-03-02 12:47:05'),
(3386,383,'stock_added','Added 1 units - Sale cancelled/refunded',7,'{\"quantity\":1,\"reason\":\"Not paid\",\"previous_stock\":27,\"new_stock\":28,\"sale_id\":639,\"sale_number\":\"HIL-0635\"}','143.105.161.65','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-02 12:48:44','2026-03-02 12:48:44'),
(3387,383,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":28,\"new_stock\":27,\"sale_id\":640,\"sale_number\":\"HIL-0636\"}','143.105.161.65','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-02 12:49:12','2026-03-02 12:49:12'),
(3388,399,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":2,\"new_stock\":1,\"sale_id\":641,\"sale_number\":\"HIL-0637\"}','143.105.161.65','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-02 13:07:20','2026-03-02 13:07:20'),
(3389,173,'stock_removed','Removed 6 units - Sale',7,'{\"quantity\":6,\"reason\":\"Sale\",\"previous_stock\":42,\"new_stock\":36,\"sale_id\":642,\"sale_number\":\"HIL-0638\"}','143.105.161.65','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-02 13:26:55','2026-03-02 13:26:55'),
(3390,301,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":80,\"new_stock\":79,\"sale_id\":643,\"sale_number\":\"HIL-0639\"}','143.105.161.152','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-03 07:10:57','2026-03-03 07:10:57'),
(3391,383,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":27,\"new_stock\":26,\"sale_id\":643,\"sale_number\":\"HIL-0639\"}','143.105.161.152','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-03 07:10:57','2026-03-03 07:10:57'),
(3392,219,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":10,\"new_stock\":9,\"sale_id\":645,\"sale_number\":\"HIL-0640\"}','143.105.161.152','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-03 08:08:25','2026-03-03 08:08:25'),
(3393,397,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":9,\"new_stock\":8,\"sale_id\":645,\"sale_number\":\"HIL-0640\"}','143.105.161.152','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-03 08:08:25','2026-03-03 08:08:25'),
(3394,173,'stock_added','Added 100 units - Adjustment - Count correction',7,'{\"quantity\":100,\"reason\":\"Adjustment - Count correction\",\"previous_stock\":36,\"new_stock\":136,\"notes\":null}','143.105.161.152','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-03 08:09:21','2026-03-03 08:09:21'),
(3395,173,'stock_removed','Removed 50 units - Sale',7,'{\"quantity\":50,\"reason\":\"Sale\",\"previous_stock\":136,\"new_stock\":86,\"sale_id\":646,\"sale_number\":\"HIL-0641\"}','143.105.161.152','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-03 08:09:56','2026-03-03 08:09:56'),
(3396,173,'stock_removed','Removed 12 units - Sale',7,'{\"quantity\":12,\"reason\":\"Sale\",\"previous_stock\":86,\"new_stock\":74,\"sale_id\":647,\"sale_number\":\"HIL-0642\"}','143.105.161.152','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-03 08:11:19','2026-03-03 08:11:19'),
(3397,182,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":21,\"new_stock\":20,\"sale_id\":648,\"sale_number\":\"HIL-0643\"}','143.105.161.152','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-03 08:34:07','2026-03-03 08:34:07'),
(3398,397,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":8,\"new_stock\":7,\"sale_id\":649,\"sale_number\":\"HIL-0644\"}','143.105.161.152','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-03 09:27:05','2026-03-03 09:27:05'),
(3399,401,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":6,\"new_stock\":5,\"sale_id\":649,\"sale_number\":\"HIL-0644\"}','143.105.161.152','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-03 09:27:05','2026-03-03 09:27:05'),
(3400,132,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":1,\"new_stock\":0,\"sale_id\":650,\"sale_number\":\"HIL-0645\"}','143.105.161.228','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-03 09:55:36','2026-03-03 09:55:36'),
(3401,215,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":7,\"new_stock\":6,\"sale_id\":650,\"sale_number\":\"HIL-0645\"}','143.105.161.228','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-03 09:55:36','2026-03-03 09:55:36'),
(3402,272,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":20,\"new_stock\":19,\"sale_id\":650,\"sale_number\":\"HIL-0645\"}','143.105.161.228','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-03 09:55:36','2026-03-03 09:55:36'),
(3403,295,'stock_removed','Removed 3 units - Sale',7,'{\"quantity\":3,\"reason\":\"Sale\",\"previous_stock\":12,\"new_stock\":9,\"sale_id\":650,\"sale_number\":\"HIL-0645\"}','143.105.161.228','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-03 09:55:36','2026-03-03 09:55:36'),
(3404,301,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":79,\"new_stock\":78,\"sale_id\":650,\"sale_number\":\"HIL-0645\"}','143.105.161.228','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-03 09:55:36','2026-03-03 09:55:36'),
(3405,305,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":3,\"new_stock\":2,\"sale_id\":650,\"sale_number\":\"HIL-0645\"}','143.105.161.228','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-03 09:55:36','2026-03-03 09:55:36'),
(3406,354,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":11,\"new_stock\":10,\"sale_id\":650,\"sale_number\":\"HIL-0645\"}','143.105.161.228','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-03 09:55:36','2026-03-03 09:55:36'),
(3407,376,'stock_removed','Removed 2 units - Sale',7,'{\"quantity\":2,\"reason\":\"Sale\",\"previous_stock\":19,\"new_stock\":17,\"sale_id\":650,\"sale_number\":\"HIL-0645\"}','143.105.161.228','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-03 09:55:36','2026-03-03 09:55:36'),
(3408,383,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":26,\"new_stock\":25,\"sale_id\":650,\"sale_number\":\"HIL-0645\"}','143.105.161.228','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-03 09:55:36','2026-03-03 09:55:36'),
(3409,208,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":3,\"new_stock\":2,\"sale_id\":651,\"sale_number\":\"HIL-0646\"}','143.105.161.228','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-03 10:02:49','2026-03-03 10:02:49'),
(3410,215,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":6,\"new_stock\":5,\"sale_id\":651,\"sale_number\":\"HIL-0646\"}','143.105.161.228','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-03 10:02:49','2026-03-03 10:02:49'),
(3411,272,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":19,\"new_stock\":18,\"sale_id\":651,\"sale_number\":\"HIL-0646\"}','143.105.161.228','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-03 10:02:49','2026-03-03 10:02:49'),
(3412,354,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":10,\"new_stock\":9,\"sale_id\":651,\"sale_number\":\"HIL-0646\"}','143.105.161.228','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-03 10:02:49','2026-03-03 10:02:49'),
(3413,124,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":6,\"new_stock\":5,\"sale_id\":652,\"sale_number\":\"HIL-0647\"}','143.105.161.228','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-03 10:16:33','2026-03-03 10:16:33'),
(3414,126,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":6,\"new_stock\":5,\"sale_id\":652,\"sale_number\":\"HIL-0647\"}','143.105.161.228','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-03 10:16:33','2026-03-03 10:16:33'),
(3415,173,'stock_removed','Removed 10 units - Sale',7,'{\"quantity\":10,\"reason\":\"Sale\",\"previous_stock\":74,\"new_stock\":64,\"sale_id\":652,\"sale_number\":\"HIL-0647\"}','143.105.161.228','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-03 10:16:33','2026-03-03 10:16:33'),
(3416,208,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":2,\"new_stock\":1,\"sale_id\":652,\"sale_number\":\"HIL-0647\"}','143.105.161.228','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-03 10:16:33','2026-03-03 10:16:33'),
(3417,257,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":5,\"new_stock\":4,\"sale_id\":652,\"sale_number\":\"HIL-0647\"}','143.105.161.228','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-03 10:16:33','2026-03-03 10:16:33'),
(3418,295,'stock_removed','Removed 3 units - Sale',7,'{\"quantity\":3,\"reason\":\"Sale\",\"previous_stock\":9,\"new_stock\":6,\"sale_id\":652,\"sale_number\":\"HIL-0647\"}','143.105.161.228','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-03 10:16:33','2026-03-03 10:16:33'),
(3419,299,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":4,\"new_stock\":3,\"sale_id\":652,\"sale_number\":\"HIL-0647\"}','143.105.161.228','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-03 10:16:33','2026-03-03 10:16:33'),
(3420,301,'stock_removed','Removed 2 units - Sale',7,'{\"quantity\":2,\"reason\":\"Sale\",\"previous_stock\":78,\"new_stock\":76,\"sale_id\":652,\"sale_number\":\"HIL-0647\"}','143.105.161.228','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-03 10:16:33','2026-03-03 10:16:33'),
(3421,305,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":2,\"new_stock\":1,\"sale_id\":652,\"sale_number\":\"HIL-0647\"}','143.105.161.228','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-03 10:16:33','2026-03-03 10:16:33'),
(3422,354,'stock_removed','Removed 2 units - Sale',7,'{\"quantity\":2,\"reason\":\"Sale\",\"previous_stock\":9,\"new_stock\":7,\"sale_id\":652,\"sale_number\":\"HIL-0647\"}','143.105.161.228','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-03 10:16:33','2026-03-03 10:16:33'),
(3423,356,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":15,\"new_stock\":14,\"sale_id\":652,\"sale_number\":\"HIL-0647\"}','143.105.161.228','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-03 10:16:33','2026-03-03 10:16:33'),
(3424,376,'stock_removed','Removed 5 units - Sale',7,'{\"quantity\":5,\"reason\":\"Sale\",\"previous_stock\":17,\"new_stock\":12,\"sale_id\":652,\"sale_number\":\"HIL-0647\"}','143.105.161.228','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-03 10:16:33','2026-03-03 10:16:33'),
(3425,387,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":5,\"new_stock\":4,\"sale_id\":652,\"sale_number\":\"HIL-0647\"}','143.105.161.228','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-03 10:16:33','2026-03-03 10:16:33'),
(3426,395,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":4,\"new_stock\":3,\"sale_id\":652,\"sale_number\":\"HIL-0647\"}','143.105.161.228','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-03 10:16:33','2026-03-03 10:16:33'),
(3427,173,'stock_removed','Removed 3 units - Sale',7,'{\"quantity\":3,\"reason\":\"Sale\",\"previous_stock\":64,\"new_stock\":61,\"sale_id\":653,\"sale_number\":\"HIL-0648\"}','143.105.161.228','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-03 10:38:38','2026-03-03 10:38:38'),
(3428,126,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":5,\"new_stock\":4,\"sale_id\":654,\"sale_number\":\"HIL-0649\"}','154.73.160.166','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-03 12:21:15','2026-03-03 12:21:15'),
(3429,173,'stock_removed','Removed 15 units - Sale',7,'{\"quantity\":15,\"reason\":\"Sale\",\"previous_stock\":61,\"new_stock\":46,\"sale_id\":655,\"sale_number\":\"HIL-0650\"}','143.105.161.242','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-03 12:46:12','2026-03-03 12:46:12'),
(3430,184,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":4,\"new_stock\":3,\"sale_id\":655,\"sale_number\":\"HIL-0650\"}','143.105.161.242','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-03 12:46:12','2026-03-03 12:46:12'),
(3431,356,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":14,\"new_stock\":13,\"sale_id\":655,\"sale_number\":\"HIL-0650\"}','143.105.161.242','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-03 12:46:12','2026-03-03 12:46:12'),
(3432,391,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":6,\"new_stock\":5,\"sale_id\":655,\"sale_number\":\"HIL-0650\"}','143.105.161.242','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-03 12:46:12','2026-03-03 12:46:12'),
(3433,239,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":3,\"new_stock\":2,\"sale_id\":656,\"sale_number\":\"HIL-0651\"}','143.105.161.166','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-04 07:04:51','2026-03-04 07:04:51'),
(3434,173,'stock_removed','Removed 10 units - Sale',7,'{\"quantity\":10,\"reason\":\"Sale\",\"previous_stock\":46,\"new_stock\":36,\"sale_id\":657,\"sale_number\":\"HIL-0652\"}','143.105.161.166','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-04 07:19:09','2026-03-04 07:19:09'),
(3435,295,'stock_removed','Removed 3 units - Sale',7,'{\"quantity\":3,\"reason\":\"Sale\",\"previous_stock\":6,\"new_stock\":3,\"sale_id\":657,\"sale_number\":\"HIL-0652\"}','143.105.161.166','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-04 07:19:09','2026-03-04 07:19:09'),
(3436,301,'stock_removed','Removed 3 units - Sale',7,'{\"quantity\":3,\"reason\":\"Sale\",\"previous_stock\":76,\"new_stock\":73,\"sale_id\":657,\"sale_number\":\"HIL-0652\"}','143.105.161.166','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-04 07:19:09','2026-03-04 07:19:09'),
(3437,376,'stock_removed','Removed 4 units - Sale',7,'{\"quantity\":4,\"reason\":\"Sale\",\"previous_stock\":12,\"new_stock\":8,\"sale_id\":657,\"sale_number\":\"HIL-0652\"}','143.105.161.166','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-04 07:19:09','2026-03-04 07:19:09'),
(3438,272,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":18,\"new_stock\":17,\"sale_id\":658,\"sale_number\":\"HIL-0653\"}','143.105.161.166','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-04 09:09:02','2026-03-04 09:09:02'),
(3439,173,'stock_removed','Removed 4 units - Sale',7,'{\"quantity\":4,\"reason\":\"Sale\",\"previous_stock\":36,\"new_stock\":32,\"sale_id\":659,\"sale_number\":\"HIL-0654\"}','143.105.161.166','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-04 09:17:29','2026-03-04 09:17:29'),
(3440,182,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":20,\"new_stock\":19,\"sale_id\":660,\"sale_number\":\"HIL-0655\"}','143.105.161.166','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-04 09:29:52','2026-03-04 09:29:52'),
(3441,241,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":3,\"new_stock\":2,\"sale_id\":660,\"sale_number\":\"HIL-0655\"}','143.105.161.166','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-04 09:29:52','2026-03-04 09:29:52'),
(3442,376,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":8,\"new_stock\":7,\"sale_id\":661,\"sale_number\":\"HIL-0656\"}','143.105.161.166','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-04 09:43:06','2026-03-04 09:43:06'),
(3443,67,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":44,\"new_stock\":43,\"sale_id\":662,\"sale_number\":\"HIL-0657\"}','143.105.161.166','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-04 09:56:14','2026-03-04 09:56:14'),
(3444,190,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":3,\"new_stock\":2,\"sale_id\":662,\"sale_number\":\"HIL-0657\"}','143.105.161.166','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-04 09:56:14','2026-03-04 09:56:14'),
(3445,251,'stock_removed','Removed 2 units - Sale',7,'{\"quantity\":2,\"reason\":\"Sale\",\"previous_stock\":11,\"new_stock\":9,\"sale_id\":662,\"sale_number\":\"HIL-0657\"}','143.105.161.166','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-04 09:56:14','2026-03-04 09:56:14'),
(3446,266,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":3,\"new_stock\":2,\"sale_id\":663,\"sale_number\":\"HIL-0658\"}','143.105.161.166','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-04 10:16:42','2026-03-04 10:16:42'),
(3447,272,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":17,\"new_stock\":16,\"sale_id\":663,\"sale_number\":\"HIL-0658\"}','143.105.161.166','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-04 10:16:42','2026-03-04 10:16:42'),
(3448,383,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":25,\"new_stock\":24,\"sale_id\":663,\"sale_number\":\"HIL-0658\"}','143.105.161.166','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-04 10:16:42','2026-03-04 10:16:42'),
(3449,122,'price_changed','Product pricing updated',4,'{\"old_prices\":{\"cost_price\":\"16500.00\",\"selling_price\":\"17500.00\",\"discount_price\":null},\"new_prices\":{\"cost_price\":\"16500.00\",\"selling_price\":\"18500.00\",\"discount_price\":null}}','31.223.3.129','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-04 10:42:04','2026-03-04 10:42:04'),
(3450,122,'alert_threshold_changed','Alert quantity threshold updated',4,'{\"old_alert_quantity\":5,\"new_alert_quantity\":1}','31.223.3.129','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-04 10:42:04','2026-03-04 10:42:04'),
(3451,122,'updated','Product updated',4,'{\"description\":{\"old\":\"2x39\\r\\n8x40\\r\\n10x41\\r\\n8x42\\r\\n9x43\\r\\n5x44\\r\\n3x45\",\"new\":\"1\\u00d741\\r\\n2\\u00d743\"},\"selling_price\":{\"old\":\"17500.00\",\"new\":\"18500.00\"},\"alert_quantity\":{\"old\":5,\"new\":\"1\"}}','31.223.3.129','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-04 10:42:04','2026-03-04 10:42:04'),
(3452,122,'stock_added','Added 3 units - Manual adjustment',4,'{\"quantity\":3,\"reason\":\"Manual adjustment\",\"previous_stock\":0,\"new_stock\":3,\"notes\":null}','31.223.3.129','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-04 10:42:31','2026-03-04 10:42:31'),
(3453,281,'stock_added','Added 1 units - Manual adjustment',4,'{\"quantity\":1,\"reason\":\"Manual adjustment\",\"previous_stock\":0,\"new_stock\":1,\"notes\":null}','31.223.3.129','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-04 10:45:47','2026-03-04 10:45:47'),
(3454,368,'stock_added','Added 5 units - Manual adjustment',4,'{\"quantity\":5,\"reason\":\"Manual adjustment\",\"previous_stock\":0,\"new_stock\":5,\"notes\":null}','31.223.3.129','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-04 10:49:47','2026-03-04 10:49:47'),
(3455,402,'created','Product created',4,'{\"name\":\"H-0011TK\\u00c7\",\"description\":\"1\\u00d745\\r\\n2\\u00d744\\r\\n2\\u00d743\\r\\n1\\u00d742\\r\\n1\\u00d741\\r\\n1\\u00d740\",\"barcode\":\"PRD398953\",\"category_id\":\"2\",\"product_type\":\"store\",\"unit\":\"pcs\",\"cost_price\":\"16500.00\",\"selling_price\":\"18500.00\",\"image\":\"products\\/1772632370_Gg7gVXWeiz.jpg\",\"expiry_date\":null,\"is_active\":true,\"alert_quantity\":1,\"weight\":null,\"length\":null,\"width\":null,\"height\":null,\"updated_at\":\"2026-03-04T13:52:51.000000Z\",\"created_at\":\"2026-03-04T13:52:51.000000Z\",\"id\":402}','31.223.3.129','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-04 10:52:51','2026-03-04 10:52:51'),
(3456,402,'stock_added','Added 8 units - Initial stock',4,'{\"quantity\":8,\"reason\":\"Initial stock\",\"previous_stock\":0,\"new_stock\":8,\"notes\":\"Product creation\"}','31.223.3.129','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-04 10:52:51','2026-03-04 10:52:51'),
(3457,352,'updated','Product updated',4,'{\"description\":{\"old\":\"2X39\\r\\n3X40\\r\\n2X45\\r\\n1X46\",\"new\":\"4\\u00d744\\r\\n2\\u00d743\\r\\n1\\u00d745\"}}','31.223.3.129','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-04 10:53:55','2026-03-04 10:53:55'),
(3458,352,'status_changed','Product deactivated',4,'{\"old_status\":true,\"new_status\":false}','31.223.3.129','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-04 10:53:59','2026-03-04 10:53:59'),
(3459,352,'status_changed','Product activated',4,'{\"old_status\":false,\"new_status\":true}','31.223.3.129','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-04 10:54:08','2026-03-04 10:54:08'),
(3460,352,'stock_added','Added 7 units - Manual adjustment',4,'{\"quantity\":7,\"reason\":\"Manual adjustment\",\"previous_stock\":0,\"new_stock\":7,\"notes\":null}','31.223.3.129','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-04 10:54:31','2026-03-04 10:54:31'),
(3461,402,'stock_removed','Removed 8 units - Transfer from store to market',7,'{\"quantity\":8,\"reason\":\"Transfer from store to market\",\"previous_stock\":8,\"new_stock\":0,\"transfer_type\":\"store_to_market\",\"transferred_by\":7}','143.105.161.166','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-04 11:00:14','2026-03-04 11:00:14'),
(3462,404,'created','Product created',7,'{\"name\":\"H-0011TK\\u00c7\",\"description\":\"1\\u00d745\\r\\n2\\u00d744\\r\\n2\\u00d743\\r\\n1\\u00d742\\r\\n1\\u00d741\\r\\n1\\u00d740\",\"barcode\":\"PRD398953-M1\",\"category_id\":2,\"product_type\":\"market\",\"unit\":\"pcs\",\"cost_price\":\"16500.00\",\"selling_price\":\"18500.00\",\"discount_price\":null,\"image\":\"products\\/1772632370_Gg7gVXWeiz.jpg\",\"expiry_date\":null,\"is_active\":true,\"weight\":null,\"length\":null,\"width\":null,\"height\":null,\"updated_at\":\"2026-03-04T14:00:14.000000Z\",\"created_at\":\"2026-03-04T14:00:14.000000Z\",\"id\":404}','143.105.161.166','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-04 11:00:14','2026-03-04 11:00:14'),
(3463,404,'stock_added','Added 8 units - Transfer from store to market',7,'{\"quantity\":8,\"reason\":\"Transfer from store to market\",\"previous_stock\":0,\"new_stock\":8,\"transfer_type\":\"store_to_market\",\"from_product_id\":402,\"transferred_by\":7}','143.105.161.166','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-04 11:00:15','2026-03-04 11:00:15'),
(3464,67,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":43,\"new_stock\":42,\"sale_id\":664,\"sale_number\":\"HIL-0659\"}','143.105.161.166','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-04 12:49:15','2026-03-04 12:49:15'),
(3465,272,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":16,\"new_stock\":15,\"sale_id\":664,\"sale_number\":\"HIL-0659\"}','143.105.161.166','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-04 12:49:15','2026-03-04 12:49:15'),
(3466,67,'stock_removed','Removed 2 units - Sale',7,'{\"quantity\":2,\"reason\":\"Sale\",\"previous_stock\":42,\"new_stock\":40,\"sale_id\":665,\"sale_number\":\"HIL-0660\"}','143.105.161.166','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-04 13:11:01','2026-03-04 13:11:01'),
(3467,182,'stock_removed','Removed 10 units - Sale',7,'{\"quantity\":10,\"reason\":\"Sale\",\"previous_stock\":19,\"new_stock\":9,\"sale_id\":665,\"sale_number\":\"HIL-0660\"}','143.105.161.166','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-04 13:11:01','2026-03-04 13:11:01'),
(3468,219,'stock_removed','Removed 5 units - Sale',7,'{\"quantity\":5,\"reason\":\"Sale\",\"previous_stock\":9,\"new_stock\":4,\"sale_id\":665,\"sale_number\":\"HIL-0660\"}','143.105.161.166','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-04 13:11:01','2026-03-04 13:11:01'),
(3469,245,'stock_removed','Removed 3 units - Sale',7,'{\"quantity\":3,\"reason\":\"Sale\",\"previous_stock\":3,\"new_stock\":0,\"sale_id\":665,\"sale_number\":\"HIL-0660\"}','143.105.161.166','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-04 13:11:01','2026-03-04 13:11:01'),
(3470,247,'stock_removed','Removed 6 units - Sale',7,'{\"quantity\":6,\"reason\":\"Sale\",\"previous_stock\":7,\"new_stock\":1,\"sale_id\":665,\"sale_number\":\"HIL-0660\"}','143.105.161.166','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-04 13:11:01','2026-03-04 13:11:01'),
(3471,347,'stock_removed','Removed 10 units - Sale',7,'{\"quantity\":10,\"reason\":\"Sale\",\"previous_stock\":10,\"new_stock\":0,\"sale_id\":665,\"sale_number\":\"HIL-0660\"}','143.105.161.166','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-04 13:11:01','2026-03-04 13:11:01'),
(3472,356,'stock_removed','Removed 10 units - Sale',7,'{\"quantity\":10,\"reason\":\"Sale\",\"previous_stock\":13,\"new_stock\":3,\"sale_id\":665,\"sale_number\":\"HIL-0660\"}','143.105.161.166','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-04 13:11:01','2026-03-04 13:11:01'),
(3473,401,'stock_removed','Removed 5 units - Sale',7,'{\"quantity\":5,\"reason\":\"Sale\",\"previous_stock\":5,\"new_stock\":0,\"sale_id\":665,\"sale_number\":\"HIL-0660\"}','143.105.161.166','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-04 13:11:01','2026-03-04 13:11:01'),
(3474,173,'stock_removed','Removed 4 units - Sale',7,'{\"quantity\":4,\"reason\":\"Sale\",\"previous_stock\":32,\"new_stock\":28,\"sale_id\":666,\"sale_number\":\"HIL-0661\"}','143.105.161.166','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-04 13:17:00','2026-03-04 13:17:00'),
(3475,377,'price_changed','Product pricing updated',4,'{\"old_prices\":{\"cost_price\":\"16500.00\",\"selling_price\":\"18500.00\",\"discount_price\":null},\"new_prices\":{\"cost_price\":\"19000.00\",\"selling_price\":\"30000.00\",\"discount_price\":null}}','159.146.51.80','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-05 02:02:04','2026-03-05 02:02:04'),
(3476,377,'updated','Product updated',4,'{\"description\":{\"old\":\"2\\u00d740\\r\\n2\\u00d741\\r\\n2\\u00d742\\r\\n2\\u00d743\\r\\n1\\u00d744\",\"new\":\"1\\u00d740\\r\\n2\\u00d742\\r\\n2\\u00d743\\r\\n1\\u00d744\\r\\n1\\u00d745\\r\\n1\\u00d746\"},\"cost_price\":{\"old\":\"16500.00\",\"new\":\"19000\"},\"selling_price\":{\"old\":\"18500.00\",\"new\":\"30000\"}}','159.146.51.80','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-05 02:02:04','2026-03-05 02:02:04'),
(3477,377,'stock_added','Added 8 units - Manual adjustment',4,'{\"quantity\":8,\"reason\":\"Manual adjustment\",\"previous_stock\":0,\"new_stock\":8,\"notes\":null}','159.146.51.80','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-05 02:02:43','2026-03-05 02:02:43'),
(3478,405,'created','Product created',7,'{\"name\":\"H-2022 CH\",\"description\":null,\"barcode\":\"PRD985568\",\"category_id\":\"2\",\"product_type\":\"store\",\"unit\":\"pcs\",\"cost_price\":\"16000.00\",\"selling_price\":\"18500.00\",\"image\":\"products\\/1772699598_PyTcpcC2wm.jpg\",\"expiry_date\":null,\"is_active\":true,\"alert_quantity\":3,\"weight\":null,\"length\":null,\"width\":null,\"height\":null,\"updated_at\":\"2026-03-05T08:33:19.000000Z\",\"created_at\":\"2026-03-05T08:33:19.000000Z\",\"id\":405}','154.73.166.171','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-05 05:33:19','2026-03-05 05:33:19'),
(3479,405,'stock_added','Added 17 units - Initial stock',7,'{\"quantity\":17,\"reason\":\"Initial stock\",\"previous_stock\":0,\"new_stock\":17,\"notes\":\"Product creation\"}','154.73.166.171','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-05 05:33:19','2026-03-05 05:33:19'),
(3480,406,'created','Product created',7,'{\"name\":\"HS-3000 B\",\"description\":null,\"barcode\":\"PRD804680\",\"category_id\":\"2\",\"product_type\":\"market\",\"unit\":\"pcs\",\"cost_price\":\"16000.00\",\"selling_price\":\"18500.00\",\"image\":\"products\\/1772699704_SWsRxRJYEn.jpg\",\"expiry_date\":null,\"is_active\":true,\"alert_quantity\":1,\"weight\":null,\"length\":null,\"width\":null,\"height\":null,\"updated_at\":\"2026-03-05T08:35:04.000000Z\",\"created_at\":\"2026-03-05T08:35:04.000000Z\",\"id\":406}','154.73.166.171','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-05 05:35:04','2026-03-05 05:35:04'),
(3481,406,'stock_added','Added 10 units - Initial stock',7,'{\"quantity\":10,\"reason\":\"Initial stock\",\"previous_stock\":0,\"new_stock\":10,\"notes\":\"Product creation\"}','154.73.166.171','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-05 05:35:04','2026-03-05 05:35:04'),
(3482,406,'updated','Product updated',7,'{\"product_type\":{\"old\":\"market\",\"new\":\"store\"}}','154.73.166.171','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-05 05:36:15','2026-03-05 05:36:15'),
(3483,402,'stock_added','Added 10 units - Restock - New shipment',7,'{\"quantity\":10,\"reason\":\"Restock - New shipment\",\"previous_stock\":0,\"new_stock\":10,\"notes\":null}','154.73.166.171','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-05 05:36:50','2026-03-05 05:36:50'),
(3484,122,'stock_added','Added 7 units - Restock - New shipment',7,'{\"quantity\":7,\"reason\":\"Restock - New shipment\",\"previous_stock\":3,\"new_stock\":10,\"notes\":null}','154.73.166.171','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-05 05:39:50','2026-03-05 05:39:50'),
(3485,337,'stock_added','Added 7 units - Restock - New shipment',7,'{\"quantity\":7,\"reason\":\"Restock - New shipment\",\"previous_stock\":0,\"new_stock\":7,\"notes\":null}','154.73.166.171','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-05 05:40:42','2026-03-05 05:40:42'),
(3486,407,'created','Product created',7,'{\"name\":\"H-2000 B\",\"description\":null,\"barcode\":\"PRD314287\",\"category_id\":\"2\",\"product_type\":\"store\",\"unit\":\"pcs\",\"cost_price\":\"16500.00\",\"selling_price\":\"18500.00\",\"image\":\"products\\/1772700196_Rum33GLC5M.jpg\",\"expiry_date\":null,\"is_active\":true,\"alert_quantity\":1,\"weight\":null,\"length\":null,\"width\":null,\"height\":null,\"updated_at\":\"2026-03-05T08:43:16.000000Z\",\"created_at\":\"2026-03-05T08:43:16.000000Z\",\"id\":407}','143.105.161.139','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-05 05:43:16','2026-03-05 05:43:16'),
(3487,407,'stock_added','Added 4 units - Initial stock',7,'{\"quantity\":4,\"reason\":\"Initial stock\",\"previous_stock\":0,\"new_stock\":4,\"notes\":\"Product creation\"}','143.105.161.139','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-05 05:43:17','2026-03-05 05:43:17'),
(3488,122,'stock_removed','Removed 10 units - Transfer from store to market',7,'{\"quantity\":10,\"reason\":\"Transfer from store to market\",\"previous_stock\":10,\"new_stock\":0,\"transfer_type\":\"store_to_market\",\"transferred_by\":7}','143.105.161.139','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-05 05:46:03','2026-03-05 05:46:03'),
(3489,158,'stock_added','Added 10 units - Transfer from store to market',7,'{\"quantity\":10,\"reason\":\"Transfer from store to market\",\"previous_stock\":0,\"new_stock\":10,\"transfer_type\":\"store_to_market\",\"from_product_id\":122,\"transferred_by\":7}','143.105.161.139','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-05 05:46:03','2026-03-05 05:46:03'),
(3490,281,'stock_removed','Removed 1 units - Transfer from store to market',7,'{\"quantity\":1,\"reason\":\"Transfer from store to market\",\"previous_stock\":1,\"new_stock\":0,\"transfer_type\":\"store_to_market\",\"transferred_by\":7}','143.105.161.139','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-05 05:46:22','2026-03-05 05:46:22'),
(3491,313,'stock_added','Added 1 units - Transfer from store to market',7,'{\"quantity\":1,\"reason\":\"Transfer from store to market\",\"previous_stock\":0,\"new_stock\":1,\"transfer_type\":\"store_to_market\",\"from_product_id\":281,\"transferred_by\":7}','143.105.161.139','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-05 05:46:22','2026-03-05 05:46:22'),
(3492,337,'stock_removed','Removed 7 units - Transfer from store to market',7,'{\"quantity\":7,\"reason\":\"Transfer from store to market\",\"previous_stock\":7,\"new_stock\":0,\"transfer_type\":\"store_to_market\",\"transferred_by\":7}','143.105.161.139','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-05 05:46:40','2026-03-05 05:46:40'),
(3493,409,'created','Product created',7,'{\"name\":\"HB-NKB\",\"description\":null,\"barcode\":\"PRD205082-M1\",\"category_id\":\"3\",\"product_type\":\"market\",\"unit\":\"pcs\",\"cost_price\":\"16500.00\",\"selling_price\":\"18500.00\",\"discount_price\":null,\"image\":\"products\\/1771001572_bOaSKYfkEJ.jpeg\",\"expiry_date\":null,\"is_active\":true,\"weight\":null,\"length\":null,\"width\":null,\"height\":null,\"updated_at\":\"2026-03-05T08:46:40.000000Z\",\"created_at\":\"2026-03-05T08:46:40.000000Z\",\"id\":409}','143.105.161.139','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-05 05:46:40','2026-03-05 05:46:40'),
(3494,409,'stock_added','Added 7 units - Transfer from store to market',7,'{\"quantity\":7,\"reason\":\"Transfer from store to market\",\"previous_stock\":0,\"new_stock\":7,\"transfer_type\":\"store_to_market\",\"from_product_id\":337,\"transferred_by\":7}','143.105.161.139','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-05 05:46:40','2026-03-05 05:46:40'),
(3495,352,'stock_removed','Removed 7 units - Transfer from store to market',7,'{\"quantity\":7,\"reason\":\"Transfer from store to market\",\"previous_stock\":7,\"new_stock\":0,\"transfer_type\":\"store_to_market\",\"transferred_by\":7}','143.105.161.139','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-05 05:46:47','2026-03-05 05:46:47'),
(3496,362,'stock_added','Added 7 units - Transfer from store to market',7,'{\"quantity\":7,\"reason\":\"Transfer from store to market\",\"previous_stock\":0,\"new_stock\":7,\"transfer_type\":\"store_to_market\",\"from_product_id\":352,\"transferred_by\":7}','143.105.161.139','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-05 05:46:47','2026-03-05 05:46:47'),
(3497,368,'stock_removed','Removed 4 units - Transfer from store to market',7,'{\"quantity\":4,\"reason\":\"Transfer from store to market\",\"previous_stock\":5,\"new_stock\":1,\"transfer_type\":\"store_to_market\",\"transferred_by\":7}','143.105.161.139','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-05 05:46:56','2026-03-05 05:46:56'),
(3498,411,'created','Product created',7,'{\"name\":\"H-2000FB\",\"description\":\"1\\u00d745\\r\\n1\\u00d744\\r\\n2\\u00d743\\r\\n1\\u00d742\",\"barcode\":\"PRD300277-M1\",\"category_id\":\"2\",\"product_type\":\"market\",\"unit\":\"pcs\",\"cost_price\":\"16500.00\",\"selling_price\":\"18500.00\",\"discount_price\":null,\"image\":\"products\\/1772168106_wWD0cWgorm.jpeg\",\"expiry_date\":null,\"is_active\":true,\"weight\":null,\"length\":null,\"width\":null,\"height\":null,\"updated_at\":\"2026-03-05T08:46:56.000000Z\",\"created_at\":\"2026-03-05T08:46:56.000000Z\",\"id\":411}','143.105.161.139','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-05 05:46:56','2026-03-05 05:46:56'),
(3499,411,'stock_added','Added 4 units - Transfer from store to market',7,'{\"quantity\":4,\"reason\":\"Transfer from store to market\",\"previous_stock\":0,\"new_stock\":4,\"transfer_type\":\"store_to_market\",\"from_product_id\":368,\"transferred_by\":7}','143.105.161.139','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-05 05:46:56','2026-03-05 05:46:56'),
(3500,377,'stock_removed','Removed 8 units - Transfer from store to market',7,'{\"quantity\":8,\"reason\":\"Transfer from store to market\",\"previous_stock\":8,\"new_stock\":0,\"transfer_type\":\"store_to_market\",\"transferred_by\":7}','143.105.161.139','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-05 05:47:04','2026-03-05 05:47:04'),
(3501,397,'stock_added','Added 8 units - Transfer from store to market',7,'{\"quantity\":8,\"reason\":\"Transfer from store to market\",\"previous_stock\":7,\"new_stock\":15,\"transfer_type\":\"store_to_market\",\"from_product_id\":377,\"transferred_by\":7}','143.105.161.139','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-05 05:47:04','2026-03-05 05:47:04'),
(3502,402,'stock_removed','Removed 10 units - Transfer from store to market',7,'{\"quantity\":10,\"reason\":\"Transfer from store to market\",\"previous_stock\":10,\"new_stock\":0,\"transfer_type\":\"store_to_market\",\"transferred_by\":7}','143.105.161.139','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-05 05:47:12','2026-03-05 05:47:12'),
(3503,404,'stock_added','Added 10 units - Transfer from store to market',7,'{\"quantity\":10,\"reason\":\"Transfer from store to market\",\"previous_stock\":8,\"new_stock\":18,\"transfer_type\":\"store_to_market\",\"from_product_id\":402,\"transferred_by\":7}','143.105.161.139','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-05 05:47:12','2026-03-05 05:47:12'),
(3504,405,'stock_removed','Removed 17 units - Transfer from store to market',7,'{\"quantity\":17,\"reason\":\"Transfer from store to market\",\"previous_stock\":17,\"new_stock\":0,\"transfer_type\":\"store_to_market\",\"transferred_by\":7}','143.105.161.139','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-05 05:47:20','2026-03-05 05:47:20'),
(3505,413,'created','Product created',7,'{\"name\":\"H-2022 CH\",\"description\":null,\"barcode\":\"PRD985568-M1\",\"category_id\":\"2\",\"product_type\":\"market\",\"unit\":\"pcs\",\"cost_price\":\"16000.00\",\"selling_price\":\"18500.00\",\"discount_price\":null,\"image\":\"products\\/1772699598_PyTcpcC2wm.jpg\",\"expiry_date\":null,\"is_active\":true,\"weight\":null,\"length\":null,\"width\":null,\"height\":null,\"updated_at\":\"2026-03-05T08:47:20.000000Z\",\"created_at\":\"2026-03-05T08:47:20.000000Z\",\"id\":413}','143.105.161.139','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-05 05:47:20','2026-03-05 05:47:20'),
(3506,413,'stock_added','Added 17 units - Transfer from store to market',7,'{\"quantity\":17,\"reason\":\"Transfer from store to market\",\"previous_stock\":0,\"new_stock\":17,\"transfer_type\":\"store_to_market\",\"from_product_id\":405,\"transferred_by\":7}','143.105.161.139','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-05 05:47:20','2026-03-05 05:47:20'),
(3507,406,'stock_removed','Removed 10 units - Transfer from store to market',7,'{\"quantity\":10,\"reason\":\"Transfer from store to market\",\"previous_stock\":10,\"new_stock\":0,\"transfer_type\":\"store_to_market\",\"transferred_by\":7}','143.105.161.139','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-05 05:47:26','2026-03-05 05:47:26'),
(3508,415,'created','Product created',7,'{\"name\":\"HS-3000 B\",\"description\":null,\"barcode\":\"PRD804680-M1\",\"category_id\":\"2\",\"product_type\":\"market\",\"unit\":\"pcs\",\"cost_price\":\"16000.00\",\"selling_price\":\"18500.00\",\"discount_price\":null,\"image\":\"products\\/1772699704_SWsRxRJYEn.jpg\",\"expiry_date\":null,\"is_active\":true,\"weight\":null,\"length\":null,\"width\":null,\"height\":null,\"updated_at\":\"2026-03-05T08:47:26.000000Z\",\"created_at\":\"2026-03-05T08:47:26.000000Z\",\"id\":415}','143.105.161.139','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-05 05:47:26','2026-03-05 05:47:26'),
(3509,415,'stock_added','Added 10 units - Transfer from store to market',7,'{\"quantity\":10,\"reason\":\"Transfer from store to market\",\"previous_stock\":0,\"new_stock\":10,\"transfer_type\":\"store_to_market\",\"from_product_id\":406,\"transferred_by\":7}','143.105.161.139','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-05 05:47:26','2026-03-05 05:47:26'),
(3510,411,'deleted','Product deleted',7,'{\"id\":411,\"name\":\"H-2000FB\",\"description\":\"1\\u00d745\\r\\n1\\u00d744\\r\\n2\\u00d743\\r\\n1\\u00d742\",\"barcode\":\"PRD300277-M1\",\"category_id\":\"2\",\"product_type\":\"market\",\"unit\":\"pcs\",\"alert_quantity\":1,\"cost_price\":\"16500.00\",\"selling_price\":\"18500.00\",\"discount_price\":null,\"image\":\"products\\/1772168106_wWD0cWgorm.jpeg\",\"expiry_date\":null,\"is_active\":true,\"weight\":null,\"length\":null,\"width\":null,\"height\":null,\"created_at\":\"2026-03-05T08:46:56.000000Z\",\"updated_at\":\"2026-03-05T08:46:56.000000Z\",\"deleted_at\":null,\"category\":{\"id\":2,\"name\":\"Sandale\",\"description\":null,\"image\":null,\"is_active\":true,\"created_at\":\"2025-12-15T12:49:34.000000Z\",\"updated_at\":\"2025-12-15T12:49:34.000000Z\"},\"inventory\":{\"id\":410,\"product_id\":\"411\",\"current_stock\":4,\"reserved_stock\":0,\"available_stock\":4,\"last_stock_update\":\"2026-03-05T08:46:56.000000Z\",\"last_updated_by\":\"7\",\"created_at\":\"2026-03-05T08:46:56.000000Z\",\"updated_at\":\"2026-03-05T08:46:56.000000Z\"},\"history\":[{\"id\":3499,\"product_id\":\"411\",\"action\":\"stock_added\",\"description\":\"Added 4 units - Transfer from store to market\",\"user_id\":\"7\",\"data\":{\"quantity\":4,\"reason\":\"Transfer from store to market\",\"previous_stock\":0,\"new_stock\":4,\"transfer_type\":\"store_to_market\",\"from_product_id\":368,\"transferred_by\":7},\"ip_address\":\"143.105.161.139\",\"user_agent\":\"Mozilla\\/5.0 (Linux; Android 10; K) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/145.0.0.0 Mobile Safari\\/537.36\",\"created_at\":\"2026-03-05T08:46:56.000000Z\",\"updated_at\":\"2026-03-05T08:46:56.000000Z\",\"user\":{\"id\":7,\"name\":\"Ayoub Oumar\",\"email\":\"ayoub.oumar919@gmail.com\",\"user_type\":\"admin\",\"is_active\":true,\"preferred_language\":\"en\",\"email_verified_at\":\"2025-12-18T06:27:21.000000Z\",\"two_factor_confirmed_at\":null,\"current_team_id\":null,\"profile_photo_path\":null,\"created_at\":\"2025-12-18T06:27:21.000000Z\",\"updated_at\":\"2026-01-05T11:04:03.000000Z\",\"profile_photo_url\":\"https:\\/\\/ui-avatars.com\\/api\\/?name=A+O&color=7F9CF5&background=EBF4FF\"}},{\"id\":3498,\"product_id\":\"411\",\"action\":\"created\",\"description\":\"Product created\",\"user_id\":\"7\",\"data\":{\"name\":\"H-2000FB\",\"description\":\"1\\u00d745\\r\\n1\\u00d744\\r\\n2\\u00d743\\r\\n1\\u00d742\",\"barcode\":\"PRD300277-M1\",\"category_id\":\"2\",\"product_type\":\"market\",\"unit\":\"pcs\",\"cost_price\":\"16500.00\",\"selling_price\":\"18500.00\",\"discount_price\":null,\"image\":\"products\\/1772168106_wWD0cWgorm.jpeg\",\"expiry_date\":null,\"is_active\":true,\"weight\":null,\"length\":null,\"width\":null,\"height\":null,\"updated_at\":\"2026-03-05T08:46:56.000000Z\",\"created_at\":\"2026-03-05T08:46:56.000000Z\",\"id\":411},\"ip_address\":\"143.105.161.139\",\"user_agent\":\"Mozilla\\/5.0 (Linux; Android 10; K) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/145.0.0.0 Mobile Safari\\/537.36\",\"created_at\":\"2026-03-05T08:46:56.000000Z\",\"updated_at\":\"2026-03-05T08:46:56.000000Z\",\"user\":{\"id\":7,\"name\":\"Ayoub Oumar\",\"email\":\"ayoub.oumar919@gmail.com\",\"user_type\":\"admin\",\"is_active\":true,\"preferred_language\":\"en\",\"email_verified_at\":\"2025-12-18T06:27:21.000000Z\",\"two_factor_confirmed_at\":null,\"current_team_id\":null,\"profile_photo_path\":null,\"created_at\":\"2025-12-18T06:27:21.000000Z\",\"updated_at\":\"2026-01-05T11:04:03.000000Z\",\"profile_photo_url\":\"https:\\/\\/ui-avatars.com\\/api\\/?name=A+O&color=7F9CF5&background=EBF4FF\"}}]}','143.105.161.139','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-05 05:47:51','2026-03-05 05:47:51'),
(3511,141,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":1,\"new_stock\":0,\"sale_id\":667,\"sale_number\":\"HIL-0662\"}','143.105.161.191','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-05 08:55:06','2026-03-05 08:55:06'),
(3512,257,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":4,\"new_stock\":3,\"sale_id\":668,\"sale_number\":\"HIL-0663\"}','143.105.161.191','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-05 08:56:00','2026-03-05 08:56:00'),
(3513,237,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":6,\"new_stock\":5,\"sale_id\":669,\"sale_number\":\"HIL-0664\"}','143.105.161.191','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-05 10:21:11','2026-03-05 10:21:11'),
(3514,413,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":17,\"new_stock\":16,\"sale_id\":669,\"sale_number\":\"HIL-0664\"}','143.105.161.191','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-05 10:21:11','2026-03-05 10:21:11'),
(3515,387,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":4,\"new_stock\":3,\"sale_id\":670,\"sale_number\":\"HIL-0665\"}','143.105.161.191','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-05 10:29:42','2026-03-05 10:29:42'),
(3516,362,'status_changed','Product activated',7,'{\"old_status\":false,\"new_status\":true}','143.105.161.191','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-05 10:43:33','2026-03-05 10:43:33'),
(3517,158,'status_changed','Product activated',7,'{\"old_status\":false,\"new_status\":true}','143.105.161.191','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-05 10:43:46','2026-03-05 10:43:46'),
(3518,158,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":10,\"new_stock\":9,\"sale_id\":671,\"sale_number\":\"HIL-0666\"}','143.105.161.191','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-05 10:44:41','2026-03-05 10:44:41'),
(3519,305,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":1,\"new_stock\":0,\"sale_id\":671,\"sale_number\":\"HIL-0666\"}','143.105.161.191','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-05 10:44:41','2026-03-05 10:44:41'),
(3520,307,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":6,\"new_stock\":5,\"sale_id\":671,\"sale_number\":\"HIL-0666\"}','143.105.161.191','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-05 10:44:41','2026-03-05 10:44:41'),
(3521,409,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":7,\"new_stock\":6,\"sale_id\":671,\"sale_number\":\"HIL-0666\"}','143.105.161.191','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-05 10:44:41','2026-03-05 10:44:41'),
(3522,407,'stock_removed','Removed 4 units - Transfer from store to market',7,'{\"quantity\":4,\"reason\":\"Transfer from store to market\",\"previous_stock\":4,\"new_stock\":0,\"transfer_type\":\"store_to_market\",\"transferred_by\":7}','143.105.161.191','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-05 11:02:32','2026-03-05 11:02:32'),
(3523,417,'created','Product created',7,'{\"name\":\"H-2000 B\",\"description\":null,\"barcode\":\"PRD314287-M1\",\"category_id\":\"2\",\"product_type\":\"market\",\"unit\":\"pcs\",\"cost_price\":\"16500.00\",\"selling_price\":\"18500.00\",\"discount_price\":null,\"image\":\"products\\/1772700196_Rum33GLC5M.jpg\",\"expiry_date\":null,\"is_active\":true,\"weight\":null,\"length\":null,\"width\":null,\"height\":null,\"updated_at\":\"2026-03-05T14:02:32.000000Z\",\"created_at\":\"2026-03-05T14:02:32.000000Z\",\"id\":417}','143.105.161.191','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-05 11:02:32','2026-03-05 11:02:32'),
(3524,417,'stock_added','Added 4 units - Transfer from store to market',7,'{\"quantity\":4,\"reason\":\"Transfer from store to market\",\"previous_stock\":0,\"new_stock\":4,\"transfer_type\":\"store_to_market\",\"from_product_id\":407,\"transferred_by\":7}','143.105.161.191','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-05 11:02:32','2026-03-05 11:02:32'),
(3525,368,'stock_removed','Removed 1 units - Adjustment - Count correction',7,'{\"quantity\":1,\"reason\":\"Adjustment - Count correction\",\"previous_stock\":1,\"new_stock\":0,\"notes\":null}','143.105.161.191','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-05 11:04:42','2026-03-05 11:04:42'),
(3526,368,'status_changed','Product deactivated',7,'{\"old_status\":true,\"new_status\":false}','143.105.161.191','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-05 11:05:02','2026-03-05 11:05:02'),
(3527,409,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":6,\"new_stock\":5,\"sale_id\":672,\"sale_number\":\"HIL-0667\"}','143.105.161.191','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-05 11:05:35','2026-03-05 11:05:35'),
(3528,417,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":4,\"new_stock\":3,\"sale_id\":672,\"sale_number\":\"HIL-0667\"}','143.105.161.191','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-05 11:05:35','2026-03-05 11:05:35'),
(3529,67,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":40,\"new_stock\":39,\"sale_id\":673,\"sale_number\":\"HIL-0668\"}','143.105.161.191','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-05 11:37:35','2026-03-05 11:37:35'),
(3530,383,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":24,\"new_stock\":23,\"sale_id\":673,\"sale_number\":\"HIL-0668\"}','143.105.161.191','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-05 11:37:35','2026-03-05 11:37:35'),
(3531,323,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":1,\"new_stock\":0,\"sale_id\":674,\"sale_number\":\"HIL-0669\"}','143.105.161.191','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-05 11:41:36','2026-03-05 11:41:36'),
(3532,49,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":6,\"new_stock\":5,\"sale_id\":675,\"sale_number\":\"HIL-0670\"}','143.105.161.191','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-05 12:17:09','2026-03-05 12:17:09'),
(3533,272,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":15,\"new_stock\":14,\"sale_id\":675,\"sale_number\":\"HIL-0670\"}','143.105.161.191','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-05 12:17:09','2026-03-05 12:17:09'),
(3534,376,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":7,\"new_stock\":6,\"sale_id\":675,\"sale_number\":\"HIL-0670\"}','143.105.161.191','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-05 12:17:09','2026-03-05 12:17:09'),
(3535,404,'stock_removed','Removed 2 units - Sale',7,'{\"quantity\":2,\"reason\":\"Sale\",\"previous_stock\":18,\"new_stock\":16,\"sale_id\":675,\"sale_number\":\"HIL-0670\"}','143.105.161.191','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-05 12:17:09','2026-03-05 12:17:09'),
(3536,158,'stock_removed','Removed 4 units - Sale',7,'{\"quantity\":4,\"reason\":\"Sale\",\"previous_stock\":9,\"new_stock\":5,\"sale_id\":676,\"sale_number\":\"HIL-0671\"}','143.105.161.191','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-05 12:25:39','2026-03-05 12:25:39'),
(3537,404,'stock_removed','Removed 5 units - Sale',7,'{\"quantity\":5,\"reason\":\"Sale\",\"previous_stock\":16,\"new_stock\":11,\"sale_id\":676,\"sale_number\":\"HIL-0671\"}','143.105.161.191','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-05 12:25:39','2026-03-05 12:25:39'),
(3538,409,'stock_removed','Removed 3 units - Sale',7,'{\"quantity\":3,\"reason\":\"Sale\",\"previous_stock\":5,\"new_stock\":2,\"sale_id\":676,\"sale_number\":\"HIL-0671\"}','143.105.161.191','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-05 12:25:39','2026-03-05 12:25:39'),
(3539,413,'stock_removed','Removed 4 units - Sale',7,'{\"quantity\":4,\"reason\":\"Sale\",\"previous_stock\":16,\"new_stock\":12,\"sale_id\":676,\"sale_number\":\"HIL-0671\"}','143.105.161.191','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-05 12:25:39','2026-03-05 12:25:39'),
(3540,415,'stock_removed','Removed 3 units - Sale',7,'{\"quantity\":3,\"reason\":\"Sale\",\"previous_stock\":10,\"new_stock\":7,\"sale_id\":676,\"sale_number\":\"HIL-0671\"}','143.105.161.191','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-05 12:25:39','2026-03-05 12:25:39'),
(3541,417,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":3,\"new_stock\":2,\"sale_id\":676,\"sale_number\":\"HIL-0671\"}','143.105.161.191','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-05 12:25:39','2026-03-05 12:25:39'),
(3542,362,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":7,\"new_stock\":6,\"sale_id\":677,\"sale_number\":\"HIL-0672\"}','143.105.161.191','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-05 12:39:19','2026-03-05 12:39:19'),
(3543,409,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":2,\"new_stock\":1,\"sale_id\":677,\"sale_number\":\"HIL-0672\"}','143.105.161.191','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-05 12:39:19','2026-03-05 12:39:19'),
(3544,49,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":5,\"new_stock\":4,\"sale_id\":678,\"sale_number\":\"HIL-0673\"}','143.105.161.82','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-06 07:54:29','2026-03-06 07:54:29'),
(3545,158,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":5,\"new_stock\":4,\"sale_id\":678,\"sale_number\":\"HIL-0673\"}','143.105.161.82','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-06 07:54:30','2026-03-06 07:54:30'),
(3546,409,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":1,\"new_stock\":0,\"sale_id\":678,\"sale_number\":\"HIL-0673\"}','143.105.161.82','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-06 07:54:30','2026-03-06 07:54:30'),
(3547,356,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":3,\"new_stock\":2,\"sale_id\":679,\"sale_number\":\"HIL-0674\"}','143.105.161.82','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-06 07:54:52','2026-03-06 07:54:52'),
(3548,383,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":23,\"new_stock\":22,\"sale_id\":680,\"sale_number\":\"HIL-0675\"}','143.105.161.82','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-06 09:24:42','2026-03-06 09:24:42'),
(3549,4,'stock_removed','Removed 2 units - Sale',7,'{\"quantity\":2,\"reason\":\"Sale\",\"previous_stock\":314,\"new_stock\":312,\"sale_id\":681,\"sale_number\":\"HIL-0676\"}','143.105.161.82','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-06 09:54:30','2026-03-06 09:54:30'),
(3550,354,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":7,\"new_stock\":6,\"sale_id\":682,\"sale_number\":\"HIL-0677\"}','143.105.161.82','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-06 10:37:26','2026-03-06 10:37:26'),
(3551,404,'stock_removed','Removed 2 units - Sale',7,'{\"quantity\":2,\"reason\":\"Sale\",\"previous_stock\":11,\"new_stock\":9,\"sale_id\":682,\"sale_number\":\"HIL-0677\"}','143.105.161.82','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-06 10:37:26','2026-03-06 10:37:26'),
(3552,158,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":4,\"new_stock\":3,\"sale_id\":683,\"sale_number\":\"HIL-0678\"}','143.105.161.82','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-06 11:10:11','2026-03-06 11:10:11'),
(3553,397,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":15,\"new_stock\":14,\"sale_id\":684,\"sale_number\":\"HIL-0679\"}','143.105.161.82','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-06 11:36:15','2026-03-06 11:36:15'),
(3554,67,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":39,\"new_stock\":38,\"sale_id\":685,\"sale_number\":\"HIL-0680\"}','143.105.161.82','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-06 11:55:27','2026-03-06 11:55:27'),
(3555,356,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":2,\"new_stock\":1,\"sale_id\":685,\"sale_number\":\"HIL-0680\"}','143.105.161.82','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-06 11:55:27','2026-03-06 11:55:27'),
(3556,124,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":5,\"new_stock\":4,\"sale_id\":686,\"sale_number\":\"HIL-0681\"}','154.73.161.86','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-07 06:26:13','2026-03-07 06:26:13'),
(3557,67,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":38,\"new_stock\":37,\"sale_id\":687,\"sale_number\":\"HIL-0682\"}','154.73.161.86','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-07 06:27:01','2026-03-07 06:27:01'),
(3558,383,'stock_removed','Removed 2 units - Sale',7,'{\"quantity\":2,\"reason\":\"Sale\",\"previous_stock\":22,\"new_stock\":20,\"sale_id\":687,\"sale_number\":\"HIL-0682\"}','154.73.161.86','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-07 06:27:01','2026-03-07 06:27:01'),
(3559,49,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":4,\"new_stock\":3,\"sale_id\":688,\"sale_number\":\"HIL-0683\"}','154.73.161.86','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-07 06:29:59','2026-03-07 06:29:59'),
(3560,67,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":37,\"new_stock\":36,\"sale_id\":688,\"sale_number\":\"HIL-0683\"}','154.73.161.86','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-07 06:29:59','2026-03-07 06:29:59'),
(3561,107,'stock_removed','Removed 2 units - Sale',7,'{\"quantity\":2,\"reason\":\"Sale\",\"previous_stock\":5,\"new_stock\":3,\"sale_id\":688,\"sale_number\":\"HIL-0683\"}','154.73.161.86','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-07 06:29:59','2026-03-07 06:29:59'),
(3562,158,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":3,\"new_stock\":2,\"sale_id\":688,\"sale_number\":\"HIL-0683\"}','154.73.161.86','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-07 06:29:59','2026-03-07 06:29:59'),
(3563,215,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":5,\"new_stock\":4,\"sale_id\":688,\"sale_number\":\"HIL-0683\"}','154.73.161.86','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-07 06:29:59','2026-03-07 06:29:59'),
(3564,313,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":1,\"new_stock\":0,\"sale_id\":688,\"sale_number\":\"HIL-0683\"}','154.73.161.86','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-07 06:29:59','2026-03-07 06:29:59'),
(3565,362,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":6,\"new_stock\":5,\"sale_id\":688,\"sale_number\":\"HIL-0683\"}','154.73.161.86','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-07 06:29:59','2026-03-07 06:29:59'),
(3566,404,'stock_removed','Removed 2 units - Sale',7,'{\"quantity\":2,\"reason\":\"Sale\",\"previous_stock\":9,\"new_stock\":7,\"sale_id\":688,\"sale_number\":\"HIL-0683\"}','154.73.161.86','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-07 06:29:59','2026-03-07 06:29:59'),
(3567,415,'stock_removed','Removed 2 units - Sale',7,'{\"quantity\":2,\"reason\":\"Sale\",\"previous_stock\":7,\"new_stock\":5,\"sale_id\":688,\"sale_number\":\"HIL-0683\"}','154.73.161.86','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-07 06:29:59','2026-03-07 06:29:59'),
(3568,418,'created','Product created',7,'{\"name\":\"HW-Mix\",\"description\":null,\"barcode\":\"PRD298800\",\"category_id\":\"6\",\"product_type\":\"market\",\"unit\":\"pcs\",\"cost_price\":\"8500.00\",\"selling_price\":\"10000.00\",\"image\":\"products\\/1772877468_DFFmGDSwJ1.jpg\",\"expiry_date\":null,\"is_active\":true,\"alert_quantity\":5,\"weight\":null,\"length\":null,\"width\":null,\"height\":null,\"updated_at\":\"2026-03-07T09:57:49.000000Z\",\"created_at\":\"2026-03-07T09:57:49.000000Z\",\"id\":418}','143.105.161.186','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-07 06:57:49','2026-03-07 06:57:49'),
(3569,418,'stock_added','Added 150 units - Initial stock',7,'{\"quantity\":150,\"reason\":\"Initial stock\",\"previous_stock\":0,\"new_stock\":150,\"notes\":\"Product creation\"}','143.105.161.186','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-07 06:57:49','2026-03-07 06:57:49'),
(3570,418,'stock_removed','Removed 46 units - Sale',7,'{\"quantity\":46,\"reason\":\"Sale\",\"previous_stock\":150,\"new_stock\":104,\"sale_id\":689,\"sale_number\":\"HIL-0684\"}','143.105.161.186','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-07 06:58:22','2026-03-07 06:58:22'),
(3571,418,'stock_removed','Removed 12 units - Sale',7,'{\"quantity\":12,\"reason\":\"Sale\",\"previous_stock\":104,\"new_stock\":92,\"sale_id\":690,\"sale_number\":\"HIL-0685\"}','143.105.161.186','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-07 06:58:44','2026-03-07 06:58:44'),
(3572,418,'stock_removed','Removed 24 units - Sale',7,'{\"quantity\":24,\"reason\":\"Sale\",\"previous_stock\":92,\"new_stock\":68,\"sale_id\":691,\"sale_number\":\"HIL-0686\"}','143.105.161.186','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-07 06:59:59','2026-03-07 06:59:59'),
(3573,418,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":68,\"new_stock\":67,\"sale_id\":692,\"sale_number\":\"HIL-0687\"}','143.105.161.186','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-07 07:00:15','2026-03-07 07:00:15'),
(3574,418,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":67,\"new_stock\":66,\"sale_id\":693,\"sale_number\":\"HIL-0688\"}','143.105.161.186','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-07 07:06:31','2026-03-07 07:06:31'),
(3575,67,'stock_removed','Removed 2 units - Sale',7,'{\"quantity\":2,\"reason\":\"Sale\",\"previous_stock\":36,\"new_stock\":34,\"sale_id\":694,\"sale_number\":\"HIL-0689\"}','143.105.161.186','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-07 07:35:25','2026-03-07 07:35:25'),
(3576,251,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":9,\"new_stock\":8,\"sale_id\":694,\"sale_number\":\"HIL-0689\"}','143.105.161.186','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-07 07:35:25','2026-03-07 07:35:25'),
(3577,272,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":14,\"new_stock\":13,\"sale_id\":694,\"sale_number\":\"HIL-0689\"}','143.105.161.186','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-07 07:35:25','2026-03-07 07:35:25'),
(3578,404,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":7,\"new_stock\":6,\"sale_id\":694,\"sale_number\":\"HIL-0689\"}','143.105.161.186','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-07 07:35:26','2026-03-07 07:35:26'),
(3579,173,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":28,\"new_stock\":27,\"sale_id\":695,\"sale_number\":\"HIL-0690\"}','143.105.161.186','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-07 07:50:53','2026-03-07 07:50:53'),
(3580,272,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":13,\"new_stock\":12,\"sale_id\":696,\"sale_number\":\"HIL-0691\"}','143.105.161.186','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-07 08:45:37','2026-03-07 08:45:37'),
(3581,418,'stock_removed','Removed 2 units - Sale',7,'{\"quantity\":2,\"reason\":\"Sale\",\"previous_stock\":66,\"new_stock\":64,\"sale_id\":697,\"sale_number\":\"HIL-0692\"}','143.105.161.186','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-07 09:02:47','2026-03-07 09:02:47'),
(3582,87,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":3,\"new_stock\":2,\"sale_id\":698,\"sale_number\":\"HIL-0693\"}','143.105.161.186','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-07 09:16:14','2026-03-07 09:16:14'),
(3583,251,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":8,\"new_stock\":7,\"sale_id\":699,\"sale_number\":\"HIL-0694\"}','143.105.161.186','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-07 10:03:19','2026-03-07 10:03:19'),
(3584,418,'stock_removed','Removed 3 units - Sale',7,'{\"quantity\":3,\"reason\":\"Sale\",\"previous_stock\":64,\"new_stock\":61,\"sale_id\":699,\"sale_number\":\"HIL-0694\"}','143.105.161.186','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-07 10:03:19','2026-03-07 10:03:19'),
(3585,391,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":5,\"new_stock\":4,\"sale_id\":700,\"sale_number\":\"HIL-0695\"}','143.105.161.186','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-07 11:09:40','2026-03-07 11:09:40'),
(3586,419,'created','Product created',7,'{\"name\":\"CA H-0011TK\\u00c7\",\"description\":null,\"barcode\":\"PRD034612\",\"category_id\":\"7\",\"product_type\":\"store\",\"unit\":\"pcs\",\"cost_price\":\"18500.00\",\"selling_price\":\"22500.00\",\"image\":\"products\\/1772893702_6ccF9Eqv6u.jpg\",\"expiry_date\":null,\"is_active\":true,\"alert_quantity\":1,\"weight\":null,\"length\":null,\"width\":null,\"height\":null,\"updated_at\":\"2026-03-07T14:28:23.000000Z\",\"created_at\":\"2026-03-07T14:28:23.000000Z\",\"id\":419}','143.105.161.186','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-07 11:28:23','2026-03-07 11:28:23'),
(3587,419,'stock_added','Added 9 units - Initial stock',7,'{\"quantity\":9,\"reason\":\"Initial stock\",\"previous_stock\":0,\"new_stock\":9,\"notes\":\"Product creation\"}','143.105.161.186','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-07 11:28:23','2026-03-07 11:28:23'),
(3588,420,'created','Product created',7,'{\"name\":\"CA H-2020 Sa\",\"description\":null,\"barcode\":\"PRD957348\",\"category_id\":\"7\",\"product_type\":\"store\",\"unit\":\"pcs\",\"cost_price\":\"18500.00\",\"selling_price\":\"22500.00\",\"image\":\"products\\/1772893923_UnqczyHtIS.jpg\",\"expiry_date\":null,\"is_active\":true,\"alert_quantity\":1,\"weight\":null,\"length\":null,\"width\":null,\"height\":null,\"updated_at\":\"2026-03-07T14:32:03.000000Z\",\"created_at\":\"2026-03-07T14:32:03.000000Z\",\"id\":420}','143.105.161.186','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-07 11:32:03','2026-03-07 11:32:03'),
(3589,420,'stock_added','Added 10 units - Initial stock',7,'{\"quantity\":10,\"reason\":\"Initial stock\",\"previous_stock\":0,\"new_stock\":10,\"notes\":\"Product creation\"}','143.105.161.186','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-07 11:32:03','2026-03-07 11:32:03'),
(3590,126,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":4,\"new_stock\":3,\"sale_id\":701,\"sale_number\":\"HIL-0696\"}','143.105.161.186','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-07 11:34:10','2026-03-07 11:34:10'),
(3591,421,'created','Product created',7,'{\"name\":\"CA HS-2010\\u00c7\",\"description\":null,\"barcode\":\"PRD677681\",\"category_id\":\"7\",\"product_type\":\"store\",\"unit\":\"pcs\",\"cost_price\":\"18500.00\",\"selling_price\":\"22500.00\",\"image\":\"products\\/1772894332_bid1mBUtvP.jpg\",\"expiry_date\":null,\"is_active\":true,\"alert_quantity\":1,\"weight\":null,\"length\":null,\"width\":null,\"height\":null,\"updated_at\":\"2026-03-07T14:38:52.000000Z\",\"created_at\":\"2026-03-07T14:38:52.000000Z\",\"id\":421}','143.105.161.186','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-07 11:38:52','2026-03-07 11:38:52'),
(3592,421,'stock_added','Added 18 units - Initial stock',7,'{\"quantity\":18,\"reason\":\"Initial stock\",\"previous_stock\":0,\"new_stock\":18,\"notes\":\"Product creation\"}','143.105.161.186','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-07 11:38:52','2026-03-07 11:38:52'),
(3593,420,'stock_removed','Removed 1 units - Adjustment - Count correction',7,'{\"quantity\":1,\"reason\":\"Adjustment - Count correction\",\"previous_stock\":10,\"new_stock\":9,\"notes\":null}','143.105.161.186','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-07 11:44:13','2026-03-07 11:44:13'),
(3594,420,'updated','Product updated',7,'{\"image\":{\"old\":\"products\\/1772893923_UnqczyHtIS.jpg\",\"new\":\"products\\/1772894691_7EnmFsItAq.jpg\"}}','143.105.161.186','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-07 11:44:51','2026-03-07 11:44:51'),
(3595,420,'updated','Product updated',7,'{\"name\":{\"old\":\"CA H-2020 Sa\",\"new\":\"CA HZ-S\"}}','143.105.161.186','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-07 11:46:36','2026-03-07 11:46:36'),
(3596,420,'updated','Product updated',7,'{\"name\":{\"old\":\"CA HZ-S\",\"new\":\"CA HZ-SB\"}}','143.105.161.186','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-07 11:46:49','2026-03-07 11:46:49'),
(3597,422,'created','Product created',7,'{\"name\":\"CA HS-2010 SB\",\"description\":null,\"barcode\":\"PRD075761\",\"category_id\":\"7\",\"product_type\":\"store\",\"unit\":\"pcs\",\"cost_price\":\"18500.00\",\"selling_price\":\"22500.00\",\"image\":\"products\\/1772894871_zRJ5cp7zAy.jpg\",\"expiry_date\":null,\"is_active\":true,\"alert_quantity\":1,\"weight\":null,\"length\":null,\"width\":null,\"height\":null,\"updated_at\":\"2026-03-07T14:47:51.000000Z\",\"created_at\":\"2026-03-07T14:47:51.000000Z\",\"id\":422}','143.105.161.186','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-07 11:47:51','2026-03-07 11:47:51'),
(3598,422,'stock_added','Added 16 units - Initial stock',7,'{\"quantity\":16,\"reason\":\"Initial stock\",\"previous_stock\":0,\"new_stock\":16,\"notes\":\"Product creation\"}','143.105.161.186','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-07 11:47:51','2026-03-07 11:47:51'),
(3599,409,'status_changed','Product deactivated',7,'{\"old_status\":true,\"new_status\":false}','143.105.161.186','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36','2026-03-07 11:50:31','2026-03-07 11:50:31'),
(3600,401,'status_changed','Product deactivated',7,'{\"old_status\":true,\"new_status\":false}','143.105.161.186','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36','2026-03-07 11:50:39','2026-03-07 11:50:39'),
(3601,351,'status_changed','Product deactivated',7,'{\"old_status\":true,\"new_status\":false}','143.105.161.186','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36','2026-03-07 11:50:54','2026-03-07 11:50:54'),
(3602,349,'status_changed','Product deactivated',7,'{\"old_status\":true,\"new_status\":false}','143.105.161.186','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36','2026-03-07 11:51:00','2026-03-07 11:51:00'),
(3603,347,'status_changed','Product deactivated',7,'{\"old_status\":true,\"new_status\":false}','143.105.161.186','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36','2026-03-07 11:51:05','2026-03-07 11:51:05'),
(3604,321,'status_changed','Product deactivated',7,'{\"old_status\":true,\"new_status\":false}','143.105.161.186','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36','2026-03-07 11:51:13','2026-03-07 11:51:13'),
(3605,323,'status_changed','Product deactivated',7,'{\"old_status\":true,\"new_status\":false}','143.105.161.186','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36','2026-03-07 11:51:19','2026-03-07 11:51:19'),
(3606,313,'status_changed','Product deactivated',7,'{\"old_status\":true,\"new_status\":false}','143.105.161.186','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36','2026-03-07 11:51:26','2026-03-07 11:51:26'),
(3607,309,'status_changed','Product deactivated',7,'{\"old_status\":true,\"new_status\":false}','143.105.161.186','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36','2026-03-07 11:51:33','2026-03-07 11:51:33'),
(3608,305,'status_changed','Product deactivated',7,'{\"old_status\":true,\"new_status\":false}','143.105.161.186','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36','2026-03-07 11:51:39','2026-03-07 11:51:39'),
(3609,268,'status_changed','Product deactivated',7,'{\"old_status\":true,\"new_status\":false}','143.105.161.186','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36','2026-03-07 11:51:51','2026-03-07 11:51:51'),
(3610,245,'status_changed','Product deactivated',7,'{\"old_status\":true,\"new_status\":false}','143.105.161.186','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36','2026-03-07 11:51:59','2026-03-07 11:51:59'),
(3611,150,'status_changed','Product deactivated',7,'{\"old_status\":true,\"new_status\":false}','143.105.161.186','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36','2026-03-07 11:52:14','2026-03-07 11:52:14'),
(3612,141,'status_changed','Product deactivated',7,'{\"old_status\":true,\"new_status\":false}','143.105.161.186','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36','2026-03-07 11:52:27','2026-03-07 11:52:27'),
(3613,146,'status_changed','Product deactivated',7,'{\"old_status\":true,\"new_status\":false}','143.105.161.186','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36','2026-03-07 11:52:37','2026-03-07 11:52:37'),
(3614,132,'status_changed','Product deactivated',7,'{\"old_status\":true,\"new_status\":false}','143.105.161.186','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36','2026-03-07 11:52:43','2026-03-07 11:52:43'),
(3615,85,'status_changed','Product deactivated',7,'{\"old_status\":true,\"new_status\":false}','143.105.161.186','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36','2026-03-07 11:52:55','2026-03-07 11:52:55'),
(3616,69,'status_changed','Product deactivated',7,'{\"old_status\":true,\"new_status\":false}','143.105.161.186','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36','2026-03-07 11:53:02','2026-03-07 11:53:02'),
(3617,55,'status_changed','Product deactivated',7,'{\"old_status\":true,\"new_status\":false}','143.105.161.186','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36','2026-03-07 11:53:14','2026-03-07 11:53:14'),
(3618,422,'stock_removed','Removed 16 units - Transfer from store to market',7,'{\"quantity\":16,\"reason\":\"Transfer from store to market\",\"previous_stock\":16,\"new_stock\":0,\"transfer_type\":\"store_to_market\",\"transferred_by\":7}','143.105.161.186','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-07 11:53:52','2026-03-07 11:53:52'),
(3619,424,'created','Product created',7,'{\"name\":\"CA HS-2010 SB\",\"description\":null,\"barcode\":\"PRD075761-M1\",\"category_id\":\"7\",\"product_type\":\"market\",\"unit\":\"pcs\",\"cost_price\":\"18500.00\",\"selling_price\":\"22500.00\",\"discount_price\":null,\"image\":\"products\\/1772894871_zRJ5cp7zAy.jpg\",\"expiry_date\":null,\"is_active\":true,\"weight\":null,\"length\":null,\"width\":null,\"height\":null,\"updated_at\":\"2026-03-07T14:53:52.000000Z\",\"created_at\":\"2026-03-07T14:53:52.000000Z\",\"id\":424}','143.105.161.186','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-07 11:53:52','2026-03-07 11:53:52'),
(3620,424,'stock_added','Added 16 units - Transfer from store to market',7,'{\"quantity\":16,\"reason\":\"Transfer from store to market\",\"previous_stock\":0,\"new_stock\":16,\"transfer_type\":\"store_to_market\",\"from_product_id\":422,\"transferred_by\":7}','143.105.161.186','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-07 11:53:52','2026-03-07 11:53:52'),
(3621,421,'stock_removed','Removed 18 units - Transfer from store to market',7,'{\"quantity\":18,\"reason\":\"Transfer from store to market\",\"previous_stock\":18,\"new_stock\":0,\"transfer_type\":\"store_to_market\",\"transferred_by\":7}','143.105.161.186','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-07 11:53:57','2026-03-07 11:53:57'),
(3622,426,'created','Product created',7,'{\"name\":\"CA HS-2010\\u00c7\",\"description\":null,\"barcode\":\"PRD677681-M1\",\"category_id\":\"7\",\"product_type\":\"market\",\"unit\":\"pcs\",\"cost_price\":\"18500.00\",\"selling_price\":\"22500.00\",\"discount_price\":null,\"image\":\"products\\/1772894332_bid1mBUtvP.jpg\",\"expiry_date\":null,\"is_active\":true,\"weight\":null,\"length\":null,\"width\":null,\"height\":null,\"updated_at\":\"2026-03-07T14:53:57.000000Z\",\"created_at\":\"2026-03-07T14:53:57.000000Z\",\"id\":426}','143.105.161.186','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-07 11:53:57','2026-03-07 11:53:57'),
(3623,426,'stock_added','Added 18 units - Transfer from store to market',7,'{\"quantity\":18,\"reason\":\"Transfer from store to market\",\"previous_stock\":0,\"new_stock\":18,\"transfer_type\":\"store_to_market\",\"from_product_id\":421,\"transferred_by\":7}','143.105.161.186','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-07 11:53:57','2026-03-07 11:53:57'),
(3624,420,'stock_removed','Removed 9 units - Transfer from store to market',7,'{\"quantity\":9,\"reason\":\"Transfer from store to market\",\"previous_stock\":9,\"new_stock\":0,\"transfer_type\":\"store_to_market\",\"transferred_by\":7}','143.105.161.186','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-07 11:54:03','2026-03-07 11:54:03'),
(3625,428,'created','Product created',7,'{\"name\":\"CA HZ-SB\",\"description\":null,\"barcode\":\"PRD957348-M1\",\"category_id\":\"7\",\"product_type\":\"market\",\"unit\":\"pcs\",\"cost_price\":\"18500.00\",\"selling_price\":\"22500.00\",\"discount_price\":null,\"image\":\"products\\/1772894691_7EnmFsItAq.jpg\",\"expiry_date\":null,\"is_active\":true,\"weight\":null,\"length\":null,\"width\":null,\"height\":null,\"updated_at\":\"2026-03-07T14:54:03.000000Z\",\"created_at\":\"2026-03-07T14:54:03.000000Z\",\"id\":428}','143.105.161.186','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-07 11:54:03','2026-03-07 11:54:03'),
(3626,428,'stock_added','Added 9 units - Transfer from store to market',7,'{\"quantity\":9,\"reason\":\"Transfer from store to market\",\"previous_stock\":0,\"new_stock\":9,\"transfer_type\":\"store_to_market\",\"from_product_id\":420,\"transferred_by\":7}','143.105.161.186','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-07 11:54:03','2026-03-07 11:54:03'),
(3627,419,'stock_removed','Removed 9 units - Transfer from store to market',7,'{\"quantity\":9,\"reason\":\"Transfer from store to market\",\"previous_stock\":9,\"new_stock\":0,\"transfer_type\":\"store_to_market\",\"transferred_by\":7}','143.105.161.186','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-07 11:54:08','2026-03-07 11:54:08'),
(3628,430,'created','Product created',7,'{\"name\":\"CA H-0011TK\\u00c7\",\"description\":null,\"barcode\":\"PRD034612-M1\",\"category_id\":\"7\",\"product_type\":\"market\",\"unit\":\"pcs\",\"cost_price\":\"18500.00\",\"selling_price\":\"22500.00\",\"discount_price\":null,\"image\":\"products\\/1772893702_6ccF9Eqv6u.jpg\",\"expiry_date\":null,\"is_active\":true,\"weight\":null,\"length\":null,\"width\":null,\"height\":null,\"updated_at\":\"2026-03-07T14:54:08.000000Z\",\"created_at\":\"2026-03-07T14:54:08.000000Z\",\"id\":430}','143.105.161.186','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-07 11:54:08','2026-03-07 11:54:08'),
(3629,430,'stock_added','Added 9 units - Transfer from store to market',7,'{\"quantity\":9,\"reason\":\"Transfer from store to market\",\"previous_stock\":0,\"new_stock\":9,\"transfer_type\":\"store_to_market\",\"from_product_id\":419,\"transferred_by\":7}','143.105.161.186','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-07 11:54:08','2026-03-07 11:54:08'),
(3630,328,'stock_added','Added 10 units - Restock - New shipment',7,'{\"quantity\":10,\"reason\":\"Restock - New shipment\",\"previous_stock\":0,\"new_stock\":10,\"notes\":null}','143.105.161.186','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-07 12:36:54','2026-03-07 12:36:54'),
(3631,431,'created','Product created',7,'{\"name\":\"H-0001\",\"description\":null,\"barcode\":\"PRD733046\",\"category_id\":\"2\",\"product_type\":\"store\",\"unit\":\"pcs\",\"cost_price\":\"16500.00\",\"selling_price\":\"18500.00\",\"image\":\"products\\/1772898034_Y3lJjri1tg.jpg\",\"expiry_date\":null,\"is_active\":true,\"alert_quantity\":1,\"weight\":null,\"length\":null,\"width\":null,\"height\":null,\"updated_at\":\"2026-03-07T15:40:34.000000Z\",\"created_at\":\"2026-03-07T15:40:34.000000Z\",\"id\":431}','143.105.161.186','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-07 12:40:34','2026-03-07 12:40:34'),
(3632,431,'stock_added','Added 10 units - Initial stock',7,'{\"quantity\":10,\"reason\":\"Initial stock\",\"previous_stock\":0,\"new_stock\":10,\"notes\":\"Product creation\"}','143.105.161.186','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-07 12:40:34','2026-03-07 12:40:34'),
(3633,431,'stock_added','Added 1 units - Adjustment - Count correction',7,'{\"quantity\":1,\"reason\":\"Adjustment - Count correction\",\"previous_stock\":10,\"new_stock\":11,\"notes\":null}','143.105.161.186','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-07 12:42:07','2026-03-07 12:42:07'),
(3634,335,'stock_added','Added 32 units - Restock - New shipment',7,'{\"quantity\":32,\"reason\":\"Restock - New shipment\",\"previous_stock\":0,\"new_stock\":32,\"notes\":null}','143.105.161.186','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-07 12:44:24','2026-03-07 12:44:24'),
(3635,431,'updated','Product updated',7,'{\"name\":{\"old\":\"H-0001\",\"new\":\"H-LFB\"}}','143.105.161.186','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-07 12:44:59','2026-03-07 12:44:59'),
(3636,431,'stock_removed','Removed 11 units - Transfer from store to market',7,'{\"quantity\":11,\"reason\":\"Transfer from store to market\",\"previous_stock\":11,\"new_stock\":0,\"transfer_type\":\"store_to_market\",\"transferred_by\":7}','143.105.161.186','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-07 12:45:22','2026-03-07 12:45:22'),
(3637,433,'created','Product created',7,'{\"name\":\"H-LFB\",\"description\":null,\"barcode\":\"PRD733046-M1\",\"category_id\":\"2\",\"product_type\":\"market\",\"unit\":\"pcs\",\"cost_price\":\"16500.00\",\"selling_price\":\"18500.00\",\"discount_price\":null,\"image\":\"products\\/1772898034_Y3lJjri1tg.jpg\",\"expiry_date\":null,\"is_active\":true,\"weight\":null,\"length\":null,\"width\":null,\"height\":null,\"updated_at\":\"2026-03-07T15:45:22.000000Z\",\"created_at\":\"2026-03-07T15:45:22.000000Z\",\"id\":433}','143.105.161.186','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-07 12:45:22','2026-03-07 12:45:22'),
(3638,433,'stock_added','Added 11 units - Transfer from store to market',7,'{\"quantity\":11,\"reason\":\"Transfer from store to market\",\"previous_stock\":0,\"new_stock\":11,\"transfer_type\":\"store_to_market\",\"from_product_id\":431,\"transferred_by\":7}','143.105.161.186','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-07 12:45:22','2026-03-07 12:45:22'),
(3639,335,'stock_removed','Removed 32 units - Transfer from store to market',7,'{\"quantity\":32,\"reason\":\"Transfer from store to market\",\"previous_stock\":32,\"new_stock\":0,\"transfer_type\":\"store_to_market\",\"transferred_by\":7}','143.105.161.186','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-07 12:45:36','2026-03-07 12:45:36'),
(3640,435,'created','Product created',7,'{\"name\":\"HS-2010B\",\"description\":null,\"barcode\":\"PRD048378-M1\",\"category_id\":\"2\",\"product_type\":\"market\",\"unit\":\"pcs\",\"cost_price\":\"16500.00\",\"selling_price\":\"18500.00\",\"discount_price\":null,\"image\":\"products\\/1771001449_U9Yy2dG9Pg.jpeg\",\"expiry_date\":null,\"is_active\":true,\"weight\":null,\"length\":null,\"width\":null,\"height\":null,\"updated_at\":\"2026-03-07T15:45:36.000000Z\",\"created_at\":\"2026-03-07T15:45:36.000000Z\",\"id\":435}','143.105.161.186','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-07 12:45:36','2026-03-07 12:45:36'),
(3641,435,'stock_added','Added 32 units - Transfer from store to market',7,'{\"quantity\":32,\"reason\":\"Transfer from store to market\",\"previous_stock\":0,\"new_stock\":32,\"transfer_type\":\"store_to_market\",\"from_product_id\":335,\"transferred_by\":7}','143.105.161.186','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-07 12:45:36','2026-03-07 12:45:36'),
(3642,328,'stock_removed','Removed 10 units - Transfer from store to market',7,'{\"quantity\":10,\"reason\":\"Transfer from store to market\",\"previous_stock\":10,\"new_stock\":0,\"transfer_type\":\"store_to_market\",\"transferred_by\":7}','143.105.161.186','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-07 12:45:43','2026-03-07 12:45:43'),
(3643,437,'created','Product created',7,'{\"name\":\"HB-FBN\",\"description\":null,\"barcode\":\"PRD587215-M1\",\"category_id\":\"3\",\"product_type\":\"market\",\"unit\":\"pcs\",\"cost_price\":\"16500.00\",\"selling_price\":\"18500.00\",\"discount_price\":null,\"image\":\"products\\/1771000949_H93ZoPTWVK.jpeg\",\"expiry_date\":null,\"is_active\":true,\"weight\":null,\"length\":null,\"width\":null,\"height\":null,\"updated_at\":\"2026-03-07T15:45:43.000000Z\",\"created_at\":\"2026-03-07T15:45:43.000000Z\",\"id\":437}','143.105.161.186','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-07 12:45:43','2026-03-07 12:45:43'),
(3644,437,'stock_added','Added 10 units - Transfer from store to market',7,'{\"quantity\":10,\"reason\":\"Transfer from store to market\",\"previous_stock\":0,\"new_stock\":10,\"transfer_type\":\"store_to_market\",\"from_product_id\":328,\"transferred_by\":7}','143.105.161.186','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-07 12:45:43','2026-03-07 12:45:43'),
(3645,217,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":5,\"new_stock\":4,\"sale_id\":702,\"sale_number\":\"HIL-0697\"}','143.105.161.186','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-07 12:46:15','2026-03-07 12:46:15'),
(3646,173,'stock_removed','Removed 2 units - Sale',7,'{\"quantity\":2,\"reason\":\"Sale\",\"previous_stock\":27,\"new_stock\":25,\"sale_id\":703,\"sale_number\":\"HIL-0698\"}','143.105.161.186','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-07 13:18:50','2026-03-07 13:18:50'),
(3647,49,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":3,\"new_stock\":2,\"sale_id\":704,\"sale_number\":\"HIL-0699\"}','154.73.161.65','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-08 16:04:44','2026-03-08 16:04:44'),
(3648,67,'stock_removed','Removed 2 units - Sale',7,'{\"quantity\":2,\"reason\":\"Sale\",\"previous_stock\":34,\"new_stock\":32,\"sale_id\":704,\"sale_number\":\"HIL-0699\"}','154.73.161.65','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-08 16:04:44','2026-03-08 16:04:44'),
(3649,81,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":3,\"new_stock\":2,\"sale_id\":704,\"sale_number\":\"HIL-0699\"}','154.73.161.65','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-08 16:04:44','2026-03-08 16:04:44'),
(3650,83,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":1,\"new_stock\":0,\"sale_id\":704,\"sale_number\":\"HIL-0699\"}','154.73.161.65','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-08 16:04:44','2026-03-08 16:04:44'),
(3651,87,'stock_removed','Removed 2 units - Sale',7,'{\"quantity\":2,\"reason\":\"Sale\",\"previous_stock\":2,\"new_stock\":0,\"sale_id\":704,\"sale_number\":\"HIL-0699\"}','154.73.161.65','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-08 16:04:44','2026-03-08 16:04:44'),
(3652,136,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":1,\"new_stock\":0,\"sale_id\":704,\"sale_number\":\"HIL-0699\"}','154.73.161.65','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-08 16:04:44','2026-03-08 16:04:44'),
(3653,138,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":1,\"new_stock\":0,\"sale_id\":704,\"sale_number\":\"HIL-0699\"}','154.73.161.65','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-08 16:04:44','2026-03-08 16:04:44'),
(3654,201,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":1,\"new_stock\":0,\"sale_id\":704,\"sale_number\":\"HIL-0699\"}','154.73.161.65','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-08 16:04:44','2026-03-08 16:04:44'),
(3655,343,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":2,\"new_stock\":1,\"sale_id\":704,\"sale_number\":\"HIL-0699\"}','154.73.161.65','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-08 16:04:44','2026-03-08 16:04:44'),
(3656,383,'stock_removed','Removed 3 units - Sale',7,'{\"quantity\":3,\"reason\":\"Sale\",\"previous_stock\":20,\"new_stock\":17,\"sale_id\":704,\"sale_number\":\"HIL-0699\"}','154.73.161.65','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-08 16:04:44','2026-03-08 16:04:44'),
(3657,397,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":14,\"new_stock\":13,\"sale_id\":704,\"sale_number\":\"HIL-0699\"}','154.73.161.65','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-08 16:04:44','2026-03-08 16:04:44'),
(3658,415,'stock_removed','Removed 3 units - Sale',7,'{\"quantity\":3,\"reason\":\"Sale\",\"previous_stock\":5,\"new_stock\":2,\"sale_id\":704,\"sale_number\":\"HIL-0699\"}','154.73.161.65','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-08 16:04:44','2026-03-08 16:04:44'),
(3659,417,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":2,\"new_stock\":1,\"sale_id\":704,\"sale_number\":\"HIL-0699\"}','154.73.161.65','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-08 16:04:44','2026-03-08 16:04:44'),
(3660,435,'stock_removed','Removed 4 units - Sale',7,'{\"quantity\":4,\"reason\":\"Sale\",\"previous_stock\":32,\"new_stock\":28,\"sale_id\":704,\"sale_number\":\"HIL-0699\"}','154.73.161.65','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-08 16:04:44','2026-03-08 16:04:44'),
(3661,47,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":9,\"new_stock\":8,\"sale_id\":705,\"sale_number\":\"HIL-0700\"}','154.73.161.65','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-08 18:25:04','2026-03-08 18:25:04'),
(3662,67,'stock_removed','Removed 5 units - Sale',7,'{\"quantity\":5,\"reason\":\"Sale\",\"previous_stock\":32,\"new_stock\":27,\"sale_id\":705,\"sale_number\":\"HIL-0700\"}','154.73.161.65','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-08 18:25:04','2026-03-08 18:25:04'),
(3663,93,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":5,\"new_stock\":4,\"sale_id\":705,\"sale_number\":\"HIL-0700\"}','154.73.161.65','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-08 18:25:04','2026-03-08 18:25:04'),
(3664,107,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":3,\"new_stock\":2,\"sale_id\":705,\"sale_number\":\"HIL-0700\"}','154.73.161.65','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-08 18:25:04','2026-03-08 18:25:04'),
(3665,182,'stock_removed','Removed 2 units - Sale',7,'{\"quantity\":2,\"reason\":\"Sale\",\"previous_stock\":9,\"new_stock\":7,\"sale_id\":705,\"sale_number\":\"HIL-0700\"}','154.73.161.65','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-08 18:25:04','2026-03-08 18:25:04'),
(3666,219,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":4,\"new_stock\":3,\"sale_id\":705,\"sale_number\":\"HIL-0700\"}','154.73.161.65','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-08 18:25:04','2026-03-08 18:25:04'),
(3667,311,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":1,\"new_stock\":0,\"sale_id\":705,\"sale_number\":\"HIL-0700\"}','154.73.161.65','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-08 18:25:04','2026-03-08 18:25:04'),
(3668,354,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":6,\"new_stock\":5,\"sale_id\":705,\"sale_number\":\"HIL-0700\"}','154.73.161.65','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-08 18:25:04','2026-03-08 18:25:04'),
(3669,397,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":13,\"new_stock\":12,\"sale_id\":705,\"sale_number\":\"HIL-0700\"}','154.73.161.65','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-08 18:25:04','2026-03-08 18:25:04'),
(3670,8,'stock_removed','Removed 417 units - Adjustment - Count correction',7,'{\"quantity\":417,\"reason\":\"Adjustment - Count correction\",\"previous_stock\":417,\"new_stock\":0,\"notes\":null}','154.73.161.65','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-08 20:08:11','2026-03-08 20:08:11'),
(3671,8,'status_changed','Product deactivated',7,'{\"old_status\":true,\"new_status\":false}','154.73.161.65','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-08 20:08:21','2026-03-08 20:08:21'),
(3672,36,'stock_added','Added 47 units - Adjustment - Count correction',7,'{\"quantity\":47,\"reason\":\"Adjustment - Count correction\",\"previous_stock\":3,\"new_stock\":50,\"notes\":null}','154.73.161.65','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-08 20:08:42','2026-03-08 20:08:42'),
(3673,40,'stock_removed','Removed 16 units - Adjustment - Count correction',7,'{\"quantity\":16,\"reason\":\"Adjustment - Count correction\",\"previous_stock\":16,\"new_stock\":0,\"notes\":null}','154.73.161.65','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-08 20:09:24','2026-03-08 20:09:24'),
(3674,41,'stock_removed','Removed 17 units - Adjustment - Count correction',7,'{\"quantity\":17,\"reason\":\"Adjustment - Count correction\",\"previous_stock\":17,\"new_stock\":0,\"notes\":null}','154.73.161.65','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-08 20:09:52','2026-03-08 20:09:52'),
(3675,40,'status_changed','Product deactivated',7,'{\"old_status\":true,\"new_status\":false}','154.73.161.65','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-08 20:10:17','2026-03-08 20:10:17'),
(3676,36,'status_changed','Product deactivated',7,'{\"old_status\":true,\"new_status\":false}','154.73.161.65','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-08 20:10:25','2026-03-08 20:10:25'),
(3677,36,'status_changed','Product activated',7,'{\"old_status\":false,\"new_status\":true}','154.73.161.65','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-08 20:11:15','2026-03-08 20:11:15'),
(3678,41,'status_changed','Product deactivated',7,'{\"old_status\":true,\"new_status\":false}','154.73.161.65','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-08 20:12:01','2026-03-08 20:12:01'),
(3679,43,'stock_added','Added 286 units - Adjustment - Count correction',7,'{\"quantity\":286,\"reason\":\"Adjustment - Count correction\",\"previous_stock\":593,\"new_stock\":879,\"notes\":null}','154.73.161.65','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-08 20:13:24','2026-03-08 20:13:24'),
(3680,43,'updated','Product updated',7,'{\"name\":{\"old\":\"Dur Sandale\",\"new\":\"Duray Gome\"}}','154.73.161.65','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-08 20:14:04','2026-03-08 20:14:04'),
(3681,47,'stock_removed','Removed 8 units - Adjustment - Count correction',7,'{\"quantity\":8,\"reason\":\"Adjustment - Count correction\",\"previous_stock\":8,\"new_stock\":0,\"notes\":null}','154.73.161.65','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-08 20:14:41','2026-03-08 20:14:41'),
(3682,47,'updated','Product updated',7,'{\"description\":{\"old\":\"1x39\\r\\n2x40\\r\\n8x41\\r\\n4x42\\r\\n2x43\\r\\n2x44\",\"new\":null}}','154.73.161.65','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-08 20:15:39','2026-03-08 20:15:39'),
(3683,47,'status_changed','Product deactivated',7,'{\"old_status\":true,\"new_status\":false}','154.73.161.65','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-08 20:15:47','2026-03-08 20:15:47'),
(3684,63,'stock_removed','Removed 28 units - Adjustment - Count correction',7,'{\"quantity\":28,\"reason\":\"Adjustment - Count correction\",\"previous_stock\":28,\"new_stock\":0,\"notes\":null}','154.73.161.65','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-08 20:16:23','2026-03-08 20:16:23'),
(3685,63,'status_changed','Product deactivated',7,'{\"old_status\":true,\"new_status\":false}','154.73.161.65','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-08 20:16:44','2026-03-08 20:16:44'),
(3686,71,'stock_removed','Removed 7 units - Adjustment - Count correction',7,'{\"quantity\":7,\"reason\":\"Adjustment - Count correction\",\"previous_stock\":7,\"new_stock\":0,\"notes\":null}','154.73.161.65','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-08 20:17:28','2026-03-08 20:17:28'),
(3687,71,'status_changed','Product deactivated',7,'{\"old_status\":true,\"new_status\":false}','154.73.161.65','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-08 20:17:37','2026-03-08 20:17:37'),
(3688,73,'stock_removed','Removed 2 units - Adjustment - Count correction',7,'{\"quantity\":2,\"reason\":\"Adjustment - Count correction\",\"previous_stock\":2,\"new_stock\":0,\"notes\":null}','154.73.161.65','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-08 20:17:57','2026-03-08 20:17:57'),
(3689,73,'status_changed','Product deactivated',7,'{\"old_status\":true,\"new_status\":false}','154.73.161.65','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-08 20:18:06','2026-03-08 20:18:06'),
(3690,75,'stock_removed','Removed 2 units - Adjustment - Count correction',7,'{\"quantity\":2,\"reason\":\"Adjustment - Count correction\",\"previous_stock\":2,\"new_stock\":0,\"notes\":null}','154.73.161.65','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-08 20:18:34','2026-03-08 20:18:34'),
(3691,75,'status_changed','Product deactivated',7,'{\"old_status\":true,\"new_status\":false}','154.73.161.65','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-08 20:18:41','2026-03-08 20:18:41'),
(3692,81,'stock_removed','Removed 2 units - Adjustment - Count correction',7,'{\"quantity\":2,\"reason\":\"Adjustment - Count correction\",\"previous_stock\":2,\"new_stock\":0,\"notes\":null}','154.73.161.65','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-08 20:19:09','2026-03-08 20:19:09'),
(3693,81,'status_changed','Product deactivated',7,'{\"old_status\":true,\"new_status\":false}','154.73.161.65','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-08 20:19:17','2026-03-08 20:19:17'),
(3694,45,'updated','Product updated',7,'{\"description\":{\"old\":\"1x39\\r\\n4x40\\r\\n4x41\\r\\n2x42\\r\\n1x43\\r\\n1x44\",\"new\":null}}','154.73.161.65','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-08 20:19:57','2026-03-08 20:19:57'),
(3695,83,'stock_added','Added 1 units - Adjustment - Count correction',7,'{\"quantity\":1,\"reason\":\"Adjustment - Count correction\",\"previous_stock\":0,\"new_stock\":1,\"notes\":null}','154.73.161.65','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-08 20:20:45','2026-03-08 20:20:45'),
(3696,83,'updated','Product updated',7,'{\"description\":{\"old\":\"2x40\\r\\n1x41\\r\\n1x42\\r\\n1x43\\r\\n1x44\",\"new\":null}}','154.73.161.65','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-08 20:21:01','2026-03-08 20:21:01'),
(3697,87,'stock_added','Added 2 units - Adjustment - Count correction',7,'{\"quantity\":2,\"reason\":\"Adjustment - Count correction\",\"previous_stock\":0,\"new_stock\":2,\"notes\":null}','154.73.161.65','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-08 20:21:56','2026-03-08 20:21:56'),
(3698,87,'updated','Product updated',7,'{\"description\":{\"old\":\"1x39\\r\\n2x40\\r\\n4x41\\r\\n3x42\\r\\n3x43\\r\\n2x44\\r\\n1x45\",\"new\":null}}','154.73.161.65','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-08 20:22:15','2026-03-08 20:22:15'),
(3699,93,'stock_removed','Removed 3 units - Adjustment - Count correction',7,'{\"quantity\":3,\"reason\":\"Adjustment - Count correction\",\"previous_stock\":4,\"new_stock\":1,\"notes\":null}','154.73.161.65','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-08 20:22:40','2026-03-08 20:22:40'),
(3700,93,'stock_added','Added 3 units - Adjustment - Count correction',7,'{\"quantity\":3,\"reason\":\"Adjustment - Count correction\",\"previous_stock\":1,\"new_stock\":4,\"notes\":null}','154.73.161.65','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-08 20:23:02','2026-03-08 20:23:02'),
(3701,93,'updated','Product updated',7,'{\"description\":{\"old\":\"1x40\\r\\n2x41\\r\\n2x42\\r\\n2x43\",\"new\":null}}','154.73.161.65','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-08 20:23:21','2026-03-08 20:23:21'),
(3702,101,'stock_removed','Removed 6 units - Adjustment - Count correction',7,'{\"quantity\":6,\"reason\":\"Adjustment - Count correction\",\"previous_stock\":6,\"new_stock\":0,\"notes\":null}','154.73.161.65','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-08 20:23:49','2026-03-08 20:23:49'),
(3703,101,'status_changed','Product deactivated',7,'{\"old_status\":true,\"new_status\":false}','154.73.161.65','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-08 20:23:58','2026-03-08 20:23:58'),
(3704,67,'stock_added','Added 31 units - Adjustment - Count correction',7,'{\"quantity\":31,\"reason\":\"Adjustment - Count correction\",\"previous_stock\":27,\"new_stock\":58,\"notes\":null}','154.73.161.65','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-08 20:24:57','2026-03-08 20:24:57'),
(3705,79,'stock_added','Added 18 units - Adjustment - Count correction',7,'{\"quantity\":18,\"reason\":\"Adjustment - Count correction\",\"previous_stock\":9,\"new_stock\":27,\"notes\":null}','154.73.161.65','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-08 20:25:58','2026-03-08 20:25:58'),
(3706,105,'stock_removed','Removed 1 units - Adjustment - Count correction',7,'{\"quantity\":1,\"reason\":\"Adjustment - Count correction\",\"previous_stock\":7,\"new_stock\":6,\"notes\":null}','154.73.161.65','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-08 20:26:26','2026-03-08 20:26:26'),
(3707,105,'status_changed','Product deactivated',7,'{\"old_status\":true,\"new_status\":false}','154.73.161.65','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-08 20:26:32','2026-03-08 20:26:32'),
(3708,107,'updated','Product updated',7,'{\"description\":{\"old\":\"5x40\\r\\n5x41\\r\\n8x42\\r\\n8x43\\r\\n6x44\\r\\n4x45\",\"new\":null}}','154.73.161.65','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-08 20:26:53','2026-03-08 20:26:53'),
(3709,124,'updated','Product updated',7,'{\"description\":{\"old\":\"1x39\\r\\n1x40\\r\\n3x41\\r\\n3x42\\r\\n2x43\\r\\n3x44\\r\\n2x45\",\"new\":null}}','154.73.161.65','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-08 20:27:16','2026-03-08 20:27:16'),
(3710,126,'updated','Product updated',7,'{\"description\":{\"old\":\"1x39\\r\\n1x40\\r\\n3x41\\r\\n5x42\\r\\n5x43\\r\\n6x44\",\"new\":null}}','154.73.161.65','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-08 20:27:32','2026-03-08 20:27:32'),
(3711,136,'status_changed','Product deactivated',7,'{\"old_status\":true,\"new_status\":false}','154.73.161.65','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-08 20:27:45','2026-03-08 20:27:45'),
(3712,138,'status_changed','Product deactivated',7,'{\"old_status\":true,\"new_status\":false}','154.73.161.65','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-08 20:28:02','2026-03-08 20:28:02'),
(3713,152,'updated','Product updated',7,'{\"description\":{\"old\":\"1x39\\r\\n1x44\\r\\n2x45\",\"new\":null}}','154.73.161.65','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-08 20:28:23','2026-03-08 20:28:23'),
(3714,173,'stock_added','Added 424 units - Adjustment - Count correction',7,'{\"quantity\":424,\"reason\":\"Adjustment - Count correction\",\"previous_stock\":25,\"new_stock\":449,\"notes\":null}','154.73.161.65','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-08 20:30:08','2026-03-08 20:30:08'),
(3715,180,'updated','Product updated',7,'{\"description\":{\"old\":\"1X40\\r\\n2X41\\r\\n1X43\\r\\n2X45\",\"new\":null}}','154.73.161.65','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-08 20:30:45','2026-03-08 20:30:45'),
(3716,182,'updated','Product updated',7,'{\"description\":{\"old\":\"2X42\\r\\n3X43\\r\\n5X44\\r\\n2X45\",\"new\":null},\"image\":{\"old\":\"products\\/1772447775_BfVeebZUG5.jpg\",\"new\":\"products\\/1773012688_jSfN721eQ5.jpg\"}}','154.73.161.65','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-08 20:31:28','2026-03-08 20:31:28'),
(3717,184,'updated','Product updated',7,'{\"description\":{\"old\":\"2x39\\r\\n2x40\\r\\n5X41 \\r\\n6X42\\r\\n5X43\\r\\n 7X44\\r\\n 5X45\\r\\n2x46\",\"new\":null}}','154.73.161.65','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-08 20:31:49','2026-03-08 20:31:49'),
(3718,190,'updated','Product updated',7,'{\"description\":{\"old\":\"1x41\\r\\n1x42\",\"new\":null}}','154.73.161.65','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-08 20:32:03','2026-03-08 20:32:03'),
(3719,201,'status_changed','Product deactivated',7,'{\"old_status\":true,\"new_status\":false}','154.73.161.65','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-08 20:32:12','2026-03-08 20:32:12'),
(3720,208,'updated','Product updated',7,'{\"description\":{\"old\":\"1X39\\r\\n1X40\\r\\n2X41\\r\\n1X44\",\"new\":null}}','154.73.161.65','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-08 20:32:33','2026-03-08 20:32:33'),
(3721,215,'updated','Product updated',7,'{\"description\":{\"old\":\"2X41\\r\\n1X42\\r\\n1X43\\r\\n1X45\",\"new\":null}}','154.73.161.65','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-08 20:32:51','2026-03-08 20:32:51'),
(3722,217,'updated','Product updated',7,'{\"description\":{\"old\":\"3X40\\r\\n2X41\",\"new\":null}}','154.73.161.65','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-08 20:33:10','2026-03-08 20:33:10'),
(3723,219,'updated','Product updated',7,'{\"description\":{\"old\":\"1X39\\r\\n3X40\\r\\n4X41\\r\\n5X42\\r\\n2X43\\r\\n3X44\\r\\n2X45\",\"new\":null}}','154.73.161.65','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-08 20:33:25','2026-03-08 20:33:25'),
(3724,235,'updated','Product updated',7,'{\"description\":{\"old\":\"1\\u00d741\\r\\n1\\u00d742\\r\\n3\\u00d743\\r\\n3\\u00d744\\r\\n2\\u00d745\",\"new\":null}}','154.73.161.65','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-08 20:33:40','2026-03-08 20:33:40'),
(3725,237,'updated','Product updated',7,'{\"description\":{\"old\":\"1\\u00d741\\r\\n1\\u00d742\\r\\n2\\u00d743\\r\\n1\\u00d744\",\"new\":null}}','154.73.161.65','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-08 20:33:56','2026-03-08 20:33:56'),
(3726,239,'updated','Product updated',7,'{\"description\":{\"old\":\"39\\r\\n40\\r\\n41\",\"new\":null}}','154.73.161.65','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-08 20:34:08','2026-03-08 20:34:08'),
(3727,241,'updated','Product updated',7,'{\"description\":{\"old\":\"2\\u00d741\\r\\n2\\u00d742\\r\\n3\\u00d743\\r\\n2\\u00d744\\r\\n2\\u00d745\",\"new\":null}}','154.73.161.65','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-08 20:34:22','2026-03-08 20:34:22'),
(3728,247,'updated','Product updated',7,'{\"description\":{\"old\":\"2\\u00d741\\r\\n1\\u00d743\\r\\n1\\u00d745\",\"new\":null}}','154.73.161.65','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-08 20:34:35','2026-03-08 20:34:35'),
(3729,251,'updated','Product updated',7,'{\"description\":{\"old\":\"1\\u00d743\\r\\n3\\u00d744\\r\\n1\\u00d745\",\"new\":null}}','154.73.161.65','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-08 20:34:50','2026-03-08 20:34:50'),
(3730,255,'updated','Product updated',7,'{\"description\":{\"old\":\"2\\u00d741\\r\\n3\\u00d742\\r\\n4\\u00d743\\r\\n3\\u00d744\\r\\n2\\u00d745\",\"new\":null}}','154.73.161.65','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-08 20:35:20','2026-03-08 20:35:20'),
(3731,257,'updated','Product updated',7,'{\"description\":{\"old\":\"3\\u00d741\\r\\n3\\u00d742\\r\\n1\\u00d743\\r\\n1\\u00d744\\r\\n2\\u00d745\",\"new\":null}}','154.73.161.65','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-08 20:35:37','2026-03-08 20:35:37'),
(3732,257,'stock_added','Added 1 units - Adjustment - Count correction',7,'{\"quantity\":1,\"reason\":\"Adjustment - Count correction\",\"previous_stock\":3,\"new_stock\":4,\"notes\":null}','154.73.161.65','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-08 20:36:11','2026-03-08 20:36:11'),
(3733,259,'updated','Product updated',7,'{\"description\":{\"old\":\"2\\u00d741\\r\\n3\\u00d742\\r\\n3\\u00d743\\r\\n1\\u00d744\\r\\n1\\u00d745\",\"new\":null}}','154.73.161.65','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-08 20:36:27','2026-03-08 20:36:27'),
(3734,266,'updated','Product updated',7,'{\"description\":{\"old\":\"2X40\\r\\n3X41\\r\\n3X42\\r\\n4X43\\r\\n3X44\\r\\n2X45\",\"new\":null}}','154.73.161.65','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-08 20:36:43','2026-03-08 20:36:43'),
(3735,270,'updated','Product updated',7,'{\"description\":{\"old\":\"1X39\\r\\n4X40\\r\\n5X41\\r\\n5X42\\r\\n7X43\\r\\n5X44\\r\\n4X45\\r\\n3X43\",\"new\":null}}','154.73.161.65','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-08 20:36:58','2026-03-08 20:36:58'),
(3736,272,'updated','Product updated',7,'{\"description\":{\"old\":\"1X40\\r\\n6X41\\r\\n4X42\\r\\n6X43\\r\\n3X44\\r\\n4X45\",\"new\":null}}','154.73.161.65','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-08 20:37:13','2026-03-08 20:37:13'),
(3737,274,'updated','Product updated',7,'{\"description\":{\"old\":\"1X39\\r\\n2X40\\r\\n3X41\\r\\n4X42\\r\\n1X43\\r\\n4X44\\r\\n3X45\",\"new\":null}}','154.73.161.65','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-08 20:37:27','2026-03-08 20:37:27'),
(3738,291,'updated','Product updated',7,'{\"description\":{\"old\":\"1X40\\r\\n2X41\\r\\n2X42\\r\\n3X43\\r\\n2X44\\r\\n1X45\",\"new\":null}}','154.73.161.65','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-08 20:37:42','2026-03-08 20:37:42'),
(3739,295,'stock_removed','Removed 3 units - Adjustment - Count correction',7,'{\"quantity\":3,\"reason\":\"Adjustment - Count correction\",\"previous_stock\":3,\"new_stock\":0,\"notes\":null}','154.73.161.65','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-08 20:38:03','2026-03-08 20:38:03'),
(3740,295,'status_changed','Product deactivated',7,'{\"old_status\":true,\"new_status\":false}','154.73.161.65','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-08 20:38:11','2026-03-08 20:38:11'),
(3741,297,'updated','Product updated',7,'{\"description\":{\"old\":\"1X40\\r\\n3X41\\r\\n3X42\\r\\n3X43\\r\\n2X44\\r\\n1X45\",\"new\":null}}','154.73.161.65','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-08 20:38:27','2026-03-08 20:38:27'),
(3742,299,'updated','Product updated',7,'{\"description\":{\"old\":\"1X41\\r\\n2X42\\r\\n3X43\\r\\n2X44\\r\\n2X45\",\"new\":null}}','154.73.161.65','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-08 20:38:42','2026-03-08 20:38:42'),
(3743,301,'stock_removed','Removed 73 units - Adjustment - Count correction',7,'{\"quantity\":73,\"reason\":\"Adjustment - Count correction\",\"previous_stock\":73,\"new_stock\":0,\"notes\":null}','154.73.161.65','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-08 20:39:05','2026-03-08 20:39:05'),
(3744,301,'status_changed','Product deactivated',7,'{\"old_status\":true,\"new_status\":false}','154.73.161.65','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-08 20:39:21','2026-03-08 20:39:21'),
(3745,307,'updated','Product updated',7,'{\"description\":{\"old\":\"1X39\\r\\n2X40\\r\\n2X41\\r\\n2X42\\r\\n3X43\\r\\n2X44\\r\\n2X45\",\"new\":null}}','154.73.161.65','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-08 20:39:42','2026-03-08 20:39:42'),
(3746,311,'status_changed','Product deactivated',7,'{\"old_status\":true,\"new_status\":false}','154.73.161.65','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-08 20:40:26','2026-03-08 20:40:26'),
(3747,317,'updated','Product updated',7,'{\"description\":{\"old\":\"2X40\\r\\n4X41\\r\\n5X42\\r\\n5X43\\r\\n2X44\\r\\n2X45\",\"new\":null}}','154.73.161.65','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-08 20:40:45','2026-03-08 20:40:45'),
(3748,319,'updated','Product updated',7,'{\"description\":{\"old\":\"2X40\\r\\n2X41\\r\\n2X42\\r\\n1X43\\r\\n1X45\",\"new\":null}}','154.73.161.65','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-08 20:41:17','2026-03-08 20:41:17'),
(3749,343,'updated','Product updated',7,'{\"description\":{\"old\":\"2X41 4X42 6X43 4X44 3X45\",\"new\":null}}','154.73.161.65','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-08 20:41:30','2026-03-08 20:41:30'),
(3750,345,'updated','Product updated',7,'{\"description\":{\"old\":\"2X42 5X43 2X44 3X45\",\"new\":null}}','154.73.161.65','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-08 20:41:44','2026-03-08 20:41:44'),
(3751,354,'updated','Product updated',7,'{\"description\":{\"old\":\"1X39\\r\\n2X40\\r\\n2X41\\r\\n7X42\\r\\n7X43\\r\\n6X44\\r\\n1X45\\r\\n1X46\",\"new\":null}}','154.73.161.65','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-08 20:41:57','2026-03-08 20:41:57'),
(3752,356,'updated','Product updated',7,'{\"description\":{\"old\":\"2X40\\r\\n3X41\\r\\n3X42\\r\\n3X43\\r\\n3X44\",\"new\":null}}','154.73.161.65','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-08 20:42:12','2026-03-08 20:42:12'),
(3753,358,'updated','Product updated',7,'{\"description\":{\"old\":\"1X39\\r\\n1X42\\r\\n1X43\\r\\n1X44\",\"new\":null}}','154.73.161.65','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-08 20:42:26','2026-03-08 20:42:26'),
(3754,362,'updated','Product updated',7,'{\"description\":{\"old\":\"2X39\\r\\n3X40\\r\\n2X45\\r\\n1X46\",\"new\":null}}','154.73.161.65','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-08 20:42:51','2026-03-08 20:42:51'),
(3755,376,'stock_removed','Removed 6 units - Adjustment - Count correction',7,'{\"quantity\":6,\"reason\":\"Adjustment - Count correction\",\"previous_stock\":6,\"new_stock\":0,\"notes\":null}','154.73.161.65','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-08 20:43:13','2026-03-08 20:43:13'),
(3756,376,'status_changed','Product deactivated',7,'{\"old_status\":true,\"new_status\":false}','154.73.161.65','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-08 20:43:20','2026-03-08 20:43:20'),
(3757,383,'updated','Product updated',7,'{\"description\":{\"old\":\"3\\u00d740\\r\\n8\\u00d741\\r\\n8\\u00d742\\r\\n9\\u00d743\\r\\n5\\u00d744\\r\\n3\\u00d745\\r\\n1\\u00d746\",\"new\":null}}','154.73.161.65','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-08 20:43:35','2026-03-08 20:43:35'),
(3758,385,'updated','Product updated',7,'{\"description\":{\"old\":\"1\\u00d742\\r\\n1\\u00d744\\r\\n1\\u00d745\",\"new\":null}}','154.73.161.65','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-08 20:43:57','2026-03-08 20:43:57'),
(3759,387,'updated','Product updated',7,'{\"description\":{\"old\":\"1\\u00d741\\r\\n2\\u00d743\\r\\n2\\u00d745\",\"new\":null}}','154.73.161.65','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-08 20:44:09','2026-03-08 20:44:09'),
(3760,391,'updated','Product updated',7,'{\"description\":{\"old\":\"1\\u00d740\\r\\n1\\u00d741\\r\\n1\\u00d742\\r\\n1\\u00d743\\r\\n1\\u00d744\\r\\n1\\u00d745\",\"new\":null}}','154.73.161.65','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-08 20:44:30','2026-03-08 20:44:30'),
(3761,393,'updated','Product updated',7,'{\"description\":{\"old\":\"1\\u00d742\\r\\n1\\u00d743\\r\\n1\\u00d744\",\"new\":null}}','154.73.161.65','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-08 20:44:43','2026-03-08 20:44:43'),
(3762,397,'updated','Product updated',7,'{\"description\":{\"old\":\"2\\u00d740\\r\\n2\\u00d741\\r\\n2\\u00d742\\r\\n2\\u00d743\\r\\n1\\u00d744\",\"new\":null}}','154.73.161.65','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-08 20:45:51','2026-03-08 20:45:51'),
(3763,397,'updated','Product updated',7,'{\"name\":{\"old\":\"H-3CS\",\"new\":\"CA H-3CS\"}}','154.73.161.65','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-08 20:46:23','2026-03-08 20:46:23'),
(3764,397,'stock_removed','Removed 5 units - Adjustment - Count correction',7,'{\"quantity\":5,\"reason\":\"Adjustment - Count correction\",\"previous_stock\":12,\"new_stock\":7,\"notes\":null}','154.73.161.65','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-08 20:46:52','2026-03-08 20:46:52'),
(3765,397,'price_changed','Product pricing updated',7,'{\"old_prices\":{\"cost_price\":\"16500.00\",\"selling_price\":\"18500.00\",\"discount_price\":null},\"new_prices\":{\"cost_price\":\"16500.00\",\"selling_price\":\"30000.00\",\"discount_price\":null}}','154.73.161.65','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-08 20:47:20','2026-03-08 20:47:20'),
(3766,397,'updated','Product updated',7,'{\"selling_price\":{\"old\":\"18500.00\",\"new\":\"30000\"}}','154.73.161.65','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-08 20:47:20','2026-03-08 20:47:20'),
(3767,399,'updated','Product updated',7,'{\"description\":{\"old\":\"2\\u00d741\\r\\n1\\u00d742\\r\\n1\\u00d743\",\"new\":null}}','154.73.161.65','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-08 20:47:34','2026-03-08 20:47:34'),
(3768,404,'updated','Product updated',7,'{\"description\":{\"old\":\"1\\u00d745\\r\\n2\\u00d744\\r\\n2\\u00d743\\r\\n1\\u00d742\\r\\n1\\u00d741\\r\\n1\\u00d740\",\"new\":null}}','154.73.161.65','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-08 20:47:54','2026-03-08 20:47:54'),
(3769,418,'stock_added','Added 390 units - Adjustment - Count correction',7,'{\"quantity\":390,\"reason\":\"Adjustment - Count correction\",\"previous_stock\":61,\"new_stock\":451,\"notes\":null}','154.73.161.65','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-08 20:49:08','2026-03-08 20:49:08'),
(3770,433,'stock_added','Added 9 units - Adjustment - Count correction',7,'{\"quantity\":9,\"reason\":\"Adjustment - Count correction\",\"previous_stock\":11,\"new_stock\":20,\"notes\":null}','154.73.161.65','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-08 20:51:21','2026-03-08 20:51:21'),
(3771,437,'stock_removed','Removed 10 units - Sale',7,'{\"quantity\":10,\"reason\":\"Sale\",\"previous_stock\":10,\"new_stock\":0,\"sale_id\":706,\"sale_number\":\"HIL-0701\"}','154.73.161.65','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-09 05:36:44','2026-03-09 05:36:44'),
(3772,389,'stock_removed','Removed 4 units - Sale',7,'{\"quantity\":4,\"reason\":\"Sale\",\"previous_stock\":6,\"new_stock\":2,\"sale_id\":707,\"sale_number\":\"HIL-0702\"}','154.73.161.65','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-09 05:38:19','2026-03-09 05:38:19'),
(3773,391,'stock_removed','Removed 2 units - Sale',7,'{\"quantity\":2,\"reason\":\"Sale\",\"previous_stock\":4,\"new_stock\":2,\"sale_id\":707,\"sale_number\":\"HIL-0702\"}','154.73.161.65','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-09 05:38:19','2026-03-09 05:38:19'),
(3774,424,'stock_removed','Removed 2 units - Sale',7,'{\"quantity\":2,\"reason\":\"Sale\",\"previous_stock\":16,\"new_stock\":14,\"sale_id\":707,\"sale_number\":\"HIL-0702\"}','154.73.161.65','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-09 05:38:19','2026-03-09 05:38:19'),
(3775,428,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":9,\"new_stock\":8,\"sale_id\":707,\"sale_number\":\"HIL-0702\"}','154.73.161.65','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-09 05:38:19','2026-03-09 05:38:19'),
(3776,430,'stock_removed','Removed 2 units - Sale',7,'{\"quantity\":2,\"reason\":\"Sale\",\"previous_stock\":9,\"new_stock\":7,\"sale_id\":707,\"sale_number\":\"HIL-0702\"}','154.73.161.65','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-09 05:38:19','2026-03-09 05:38:19'),
(3777,404,'stock_removed','Removed 5 units - Sale',7,'{\"quantity\":5,\"reason\":\"Sale\",\"previous_stock\":6,\"new_stock\":1,\"sale_id\":708,\"sale_number\":\"HIL-0703\"}','154.73.161.65','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-09 05:39:53','2026-03-09 05:39:53'),
(3778,413,'stock_removed','Removed 3 units - Sale',7,'{\"quantity\":3,\"reason\":\"Sale\",\"previous_stock\":12,\"new_stock\":9,\"sale_id\":708,\"sale_number\":\"HIL-0703\"}','154.73.161.65','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-09 05:39:53','2026-03-09 05:39:53'),
(3779,417,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":1,\"new_stock\":0,\"sale_id\":708,\"sale_number\":\"HIL-0703\"}','154.73.161.65','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-09 05:39:53','2026-03-09 05:39:53'),
(3780,419,'price_changed','Product pricing updated',4,'{\"old_prices\":{\"cost_price\":\"18500.00\",\"selling_price\":\"22500.00\",\"discount_price\":null},\"new_prices\":{\"cost_price\":\"19000.00\",\"selling_price\":\"30000.00\",\"discount_price\":null}}','31.223.3.129','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36','2026-03-09 05:44:17','2026-03-09 05:44:17'),
(3781,419,'updated','Product updated',4,'{\"cost_price\":{\"old\":\"18500.00\",\"new\":\"19000\"},\"selling_price\":{\"old\":\"22500.00\",\"new\":\"30000\"},\"image\":{\"old\":\"products\\/1772893702_6ccF9Eqv6u.jpg\",\"new\":\"products\\/1773045857_gfHjHnXCGm.jpeg\"}}','31.223.3.129','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36','2026-03-09 05:44:17','2026-03-09 05:44:17'),
(3782,422,'price_changed','Product pricing updated',4,'{\"old_prices\":{\"cost_price\":\"18500.00\",\"selling_price\":\"22500.00\",\"discount_price\":null},\"new_prices\":{\"cost_price\":\"19000.00\",\"selling_price\":\"30000.00\",\"discount_price\":null}}','31.223.3.129','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36','2026-03-09 05:45:37','2026-03-09 05:45:37'),
(3783,422,'updated','Product updated',4,'{\"cost_price\":{\"old\":\"18500.00\",\"new\":\"19000\"},\"selling_price\":{\"old\":\"22500.00\",\"new\":\"30000\"}}','31.223.3.129','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36','2026-03-09 05:45:37','2026-03-09 05:45:37'),
(3784,368,'stock_added','Added 36 units - Manual adjustment',4,'{\"quantity\":36,\"reason\":\"Manual adjustment\",\"previous_stock\":0,\"new_stock\":36,\"notes\":null}','31.223.3.129','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36','2026-03-09 05:47:25','2026-03-09 05:47:25'),
(3785,368,'status_changed','Product activated',4,'{\"old_status\":false,\"new_status\":true}','31.223.3.129','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36','2026-03-09 05:50:12','2026-03-09 05:50:12'),
(3786,45,'stock_removed','Removed 2 units - Sale',7,'{\"quantity\":2,\"reason\":\"Sale\",\"previous_stock\":4,\"new_stock\":2,\"sale_id\":709,\"sale_number\":\"HIL-0704\"}','154.73.161.65','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-09 05:54:06','2026-03-09 05:54:06'),
(3787,51,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":1,\"new_stock\":0,\"sale_id\":709,\"sale_number\":\"HIL-0704\"}','154.73.161.65','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-09 05:54:06','2026-03-09 05:54:06'),
(3788,87,'stock_removed','Removed 2 units - Sale',7,'{\"quantity\":2,\"reason\":\"Sale\",\"previous_stock\":2,\"new_stock\":0,\"sale_id\":709,\"sale_number\":\"HIL-0704\"}','154.73.161.65','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-09 05:54:06','2026-03-09 05:54:06'),
(3789,99,'stock_removed','Removed 2 units - Sale',7,'{\"quantity\":2,\"reason\":\"Sale\",\"previous_stock\":12,\"new_stock\":10,\"sale_id\":709,\"sale_number\":\"HIL-0704\"}','154.73.161.65','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-09 05:54:06','2026-03-09 05:54:06'),
(3790,107,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":2,\"new_stock\":1,\"sale_id\":709,\"sale_number\":\"HIL-0704\"}','154.73.161.65','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-09 05:54:06','2026-03-09 05:54:06'),
(3791,124,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":4,\"new_stock\":3,\"sale_id\":709,\"sale_number\":\"HIL-0704\"}','154.73.161.65','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-09 05:54:06','2026-03-09 05:54:06'),
(3792,152,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":1,\"new_stock\":0,\"sale_id\":709,\"sale_number\":\"HIL-0704\"}','154.73.161.65','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-09 05:54:06','2026-03-09 05:54:06'),
(3793,180,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":1,\"new_stock\":0,\"sale_id\":709,\"sale_number\":\"HIL-0704\"}','154.73.161.65','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-09 05:54:06','2026-03-09 05:54:06'),
(3794,190,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":2,\"new_stock\":1,\"sale_id\":709,\"sale_number\":\"HIL-0704\"}','154.73.161.65','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-09 05:54:06','2026-03-09 05:54:06'),
(3795,215,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":4,\"new_stock\":3,\"sale_id\":709,\"sale_number\":\"HIL-0704\"}','154.73.161.65','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-09 05:54:06','2026-03-09 05:54:06'),
(3796,217,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":4,\"new_stock\":3,\"sale_id\":709,\"sale_number\":\"HIL-0704\"}','154.73.161.65','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-09 05:54:06','2026-03-09 05:54:06'),
(3797,219,'stock_removed','Removed 3 units - Sale',7,'{\"quantity\":3,\"reason\":\"Sale\",\"previous_stock\":3,\"new_stock\":0,\"sale_id\":709,\"sale_number\":\"HIL-0704\"}','154.73.161.65','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-09 05:54:06','2026-03-09 05:54:06'),
(3798,235,'stock_removed','Removed 2 units - Sale',7,'{\"quantity\":2,\"reason\":\"Sale\",\"previous_stock\":2,\"new_stock\":0,\"sale_id\":709,\"sale_number\":\"HIL-0704\"}','154.73.161.65','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-09 05:54:06','2026-03-09 05:54:06'),
(3799,241,'stock_removed','Removed 2 units - Sale',7,'{\"quantity\":2,\"reason\":\"Sale\",\"previous_stock\":2,\"new_stock\":0,\"sale_id\":709,\"sale_number\":\"HIL-0704\"}','154.73.161.65','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-09 05:54:06','2026-03-09 05:54:06'),
(3800,251,'stock_removed','Removed 4 units - Sale',7,'{\"quantity\":4,\"reason\":\"Sale\",\"previous_stock\":7,\"new_stock\":3,\"sale_id\":709,\"sale_number\":\"HIL-0704\"}','154.73.161.65','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-09 05:54:06','2026-03-09 05:54:06'),
(3801,255,'stock_removed','Removed 3 units - Sale',7,'{\"quantity\":3,\"reason\":\"Sale\",\"previous_stock\":7,\"new_stock\":4,\"sale_id\":709,\"sale_number\":\"HIL-0704\"}','154.73.161.65','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-09 05:54:06','2026-03-09 05:54:06'),
(3802,259,'stock_removed','Removed 3 units - Sale',7,'{\"quantity\":3,\"reason\":\"Sale\",\"previous_stock\":3,\"new_stock\":0,\"sale_id\":709,\"sale_number\":\"HIL-0704\"}','154.73.161.65','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-09 05:54:06','2026-03-09 05:54:06'),
(3803,266,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":2,\"new_stock\":1,\"sale_id\":709,\"sale_number\":\"HIL-0704\"}','154.73.161.65','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-09 05:54:06','2026-03-09 05:54:06'),
(3804,272,'stock_removed','Removed 6 units - Sale',7,'{\"quantity\":6,\"reason\":\"Sale\",\"previous_stock\":12,\"new_stock\":6,\"sale_id\":709,\"sale_number\":\"HIL-0704\"}','154.73.161.65','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-09 05:54:06','2026-03-09 05:54:06'),
(3805,297,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":1,\"new_stock\":0,\"sale_id\":709,\"sale_number\":\"HIL-0704\"}','154.73.161.65','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-09 05:54:06','2026-03-09 05:54:06'),
(3806,307,'stock_removed','Removed 4 units - Sale',7,'{\"quantity\":4,\"reason\":\"Sale\",\"previous_stock\":5,\"new_stock\":1,\"sale_id\":709,\"sale_number\":\"HIL-0704\"}','154.73.161.65','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-09 05:54:06','2026-03-09 05:54:06'),
(3807,317,'stock_removed','Removed 2 units - Sale',7,'{\"quantity\":2,\"reason\":\"Sale\",\"previous_stock\":2,\"new_stock\":0,\"sale_id\":709,\"sale_number\":\"HIL-0704\"}','154.73.161.65','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-09 05:54:06','2026-03-09 05:54:06'),
(3808,319,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":2,\"new_stock\":1,\"sale_id\":709,\"sale_number\":\"HIL-0704\"}','154.73.161.65','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-09 05:54:06','2026-03-09 05:54:06'),
(3809,343,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":1,\"new_stock\":0,\"sale_id\":709,\"sale_number\":\"HIL-0704\"}','154.73.161.65','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-09 05:54:06','2026-03-09 05:54:06'),
(3810,345,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":2,\"new_stock\":1,\"sale_id\":709,\"sale_number\":\"HIL-0704\"}','154.73.161.65','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-09 05:54:06','2026-03-09 05:54:06'),
(3811,354,'stock_removed','Removed 3 units - Sale',7,'{\"quantity\":3,\"reason\":\"Sale\",\"previous_stock\":5,\"new_stock\":2,\"sale_id\":709,\"sale_number\":\"HIL-0704\"}','154.73.161.65','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-09 05:54:06','2026-03-09 05:54:06'),
(3812,356,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":1,\"new_stock\":0,\"sale_id\":709,\"sale_number\":\"HIL-0704\"}','154.73.161.65','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-09 05:54:06','2026-03-09 05:54:06'),
(3813,358,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":1,\"new_stock\":0,\"sale_id\":709,\"sale_number\":\"HIL-0704\"}','154.73.161.65','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-09 05:54:06','2026-03-09 05:54:06'),
(3814,360,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":1,\"new_stock\":0,\"sale_id\":709,\"sale_number\":\"HIL-0704\"}','154.73.161.65','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-09 05:54:06','2026-03-09 05:54:06'),
(3815,362,'stock_removed','Removed 4 units - Sale',7,'{\"quantity\":4,\"reason\":\"Sale\",\"previous_stock\":5,\"new_stock\":1,\"sale_id\":709,\"sale_number\":\"HIL-0704\"}','154.73.161.65','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-09 05:54:06','2026-03-09 05:54:06'),
(3816,383,'stock_removed','Removed 3 units - Sale',7,'{\"quantity\":3,\"reason\":\"Sale\",\"previous_stock\":17,\"new_stock\":14,\"sale_id\":709,\"sale_number\":\"HIL-0704\"}','154.73.161.65','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-09 05:54:06','2026-03-09 05:54:06'),
(3817,385,'stock_removed','Removed 3 units - Sale',7,'{\"quantity\":3,\"reason\":\"Sale\",\"previous_stock\":3,\"new_stock\":0,\"sale_id\":709,\"sale_number\":\"HIL-0704\"}','154.73.161.65','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-09 05:54:06','2026-03-09 05:54:06'),
(3818,387,'stock_removed','Removed 2 units - Sale',7,'{\"quantity\":2,\"reason\":\"Sale\",\"previous_stock\":3,\"new_stock\":1,\"sale_id\":709,\"sale_number\":\"HIL-0704\"}','154.73.161.65','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-09 05:54:06','2026-03-09 05:54:06'),
(3819,393,'stock_removed','Removed 3 units - Sale',7,'{\"quantity\":3,\"reason\":\"Sale\",\"previous_stock\":3,\"new_stock\":0,\"sale_id\":709,\"sale_number\":\"HIL-0704\"}','154.73.161.65','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-09 05:54:06','2026-03-09 05:54:06'),
(3820,395,'stock_removed','Removed 3 units - Sale',7,'{\"quantity\":3,\"reason\":\"Sale\",\"previous_stock\":3,\"new_stock\":0,\"sale_id\":709,\"sale_number\":\"HIL-0704\"}','154.73.161.65','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-09 05:54:07','2026-03-09 05:54:07'),
(3821,399,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":1,\"new_stock\":0,\"sale_id\":709,\"sale_number\":\"HIL-0704\"}','154.73.161.65','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-09 05:54:07','2026-03-09 05:54:07'),
(3822,368,'stock_removed','Removed 36 units - Sale',4,'{\"quantity\":36,\"reason\":\"Sale\",\"previous_stock\":36,\"new_stock\":0,\"sale_id\":710,\"sale_number\":\"HIL-0705\"}','31.223.3.129','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36','2026-03-09 05:54:40','2026-03-09 05:54:40'),
(3823,437,'status_changed','Product deactivated',7,'{\"old_status\":true,\"new_status\":false}','154.73.161.65','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-09 05:54:42','2026-03-09 05:54:42'),
(3824,417,'status_changed','Product deactivated',7,'{\"old_status\":true,\"new_status\":false}','154.73.161.65','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-09 05:55:00','2026-03-09 05:55:00'),
(3825,399,'status_changed','Product deactivated',7,'{\"old_status\":true,\"new_status\":false}','154.73.161.65','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-09 05:55:23','2026-03-09 05:55:23'),
(3826,395,'status_changed','Product deactivated',7,'{\"old_status\":true,\"new_status\":false}','154.73.161.65','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-09 05:55:35','2026-03-09 05:55:35'),
(3827,393,'status_changed','Product deactivated',7,'{\"old_status\":true,\"new_status\":false}','154.73.161.65','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-09 05:55:44','2026-03-09 05:55:44'),
(3828,385,'status_changed','Product deactivated',7,'{\"old_status\":true,\"new_status\":false}','154.73.161.65','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-09 05:56:00','2026-03-09 05:56:00'),
(3829,297,'status_changed','Product deactivated',7,'{\"old_status\":true,\"new_status\":false}','154.73.161.65','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-09 05:56:30','2026-03-09 05:56:30'),
(3830,291,'stock_removed','Removed 3 units - Sale',7,'{\"quantity\":3,\"reason\":\"Sale\",\"previous_stock\":4,\"new_stock\":1,\"sale_id\":711,\"sale_number\":\"HIL-0706\"}','154.73.161.65','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-09 05:57:23','2026-03-09 05:57:23'),
(3831,270,'stock_added','Added 2 units - Adjustment - Count correction',7,'{\"quantity\":2,\"reason\":\"Adjustment - Count correction\",\"previous_stock\":1,\"new_stock\":3,\"notes\":null}','154.73.161.65','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-09 06:14:22','2026-03-09 06:14:22'),
(3832,317,'status_changed','Product deactivated',7,'{\"old_status\":true,\"new_status\":false}','154.73.161.65','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-09 06:14:47','2026-03-09 06:14:47'),
(3833,343,'status_changed','Product deactivated',7,'{\"old_status\":true,\"new_status\":false}','154.73.161.65','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-09 06:15:00','2026-03-09 06:15:00'),
(3834,356,'status_changed','Product deactivated',7,'{\"old_status\":true,\"new_status\":false}','154.73.161.65','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-09 06:15:09','2026-03-09 06:15:09'),
(3835,358,'status_changed','Product deactivated',7,'{\"old_status\":true,\"new_status\":false}','154.73.161.65','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-09 06:15:15','2026-03-09 06:15:15'),
(3836,360,'status_changed','Product deactivated',7,'{\"old_status\":true,\"new_status\":false}','154.73.161.65','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-09 06:15:20','2026-03-09 06:15:20'),
(3837,259,'status_changed','Product deactivated',7,'{\"old_status\":true,\"new_status\":false}','154.73.161.65','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-09 06:15:42','2026-03-09 06:15:42'),
(3838,152,'status_changed','Product deactivated',7,'{\"old_status\":true,\"new_status\":false}','154.73.161.65','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-09 06:16:14','2026-03-09 06:16:14'),
(3839,180,'status_changed','Product deactivated',7,'{\"old_status\":true,\"new_status\":false}','154.73.161.65','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-09 06:16:23','2026-03-09 06:16:23'),
(3840,184,'stock_added','Added 1 units - Adjustment - Count correction',7,'{\"quantity\":1,\"reason\":\"Adjustment - Count correction\",\"previous_stock\":3,\"new_stock\":4,\"notes\":null}','154.73.161.65','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-09 06:19:29','2026-03-09 06:19:29'),
(3841,208,'stock_added','Added 2 units - Adjustment - Count correction',7,'{\"quantity\":2,\"reason\":\"Adjustment - Count correction\",\"previous_stock\":1,\"new_stock\":3,\"notes\":null}','154.73.161.65','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-09 06:19:50','2026-03-09 06:19:50'),
(3842,219,'status_changed','Product deactivated',7,'{\"old_status\":true,\"new_status\":false}','154.73.161.65','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-09 06:20:00','2026-03-09 06:20:00'),
(3843,235,'stock_added','Added 1 units - Adjustment - Count correction',7,'{\"quantity\":1,\"reason\":\"Adjustment - Count correction\",\"previous_stock\":0,\"new_stock\":1,\"notes\":null}','154.73.161.65','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-09 06:21:17','2026-03-09 06:21:17'),
(3844,241,'status_changed','Product deactivated',7,'{\"old_status\":true,\"new_status\":false}','154.73.161.65','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-09 06:21:40','2026-03-09 06:21:40'),
(3845,51,'status_changed','Product deactivated',7,'{\"old_status\":true,\"new_status\":false}','154.73.161.65','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-09 06:22:16','2026-03-09 06:22:16'),
(3846,87,'stock_added','Added 1 units - Adjustment - Count correction',7,'{\"quantity\":1,\"reason\":\"Adjustment - Count correction\",\"previous_stock\":0,\"new_stock\":1,\"notes\":null}','154.73.161.65','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-09 06:23:13','2026-03-09 06:23:13'),
(3847,351,'status_changed','Product activated',7,'{\"old_status\":false,\"new_status\":true}','154.73.161.65','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-09 06:24:04','2026-03-09 06:24:04'),
(3848,351,'stock_added','Added 1 units - Adjustment - Count correction',7,'{\"quantity\":1,\"reason\":\"Adjustment - Count correction\",\"previous_stock\":0,\"new_stock\":1,\"notes\":null}','154.73.161.65','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-09 06:24:19','2026-03-09 06:24:19'),
(3849,343,'stock_added','Added 1 units - Adjustment - Count correction',7,'{\"quantity\":1,\"reason\":\"Adjustment - Count correction\",\"previous_stock\":0,\"new_stock\":1,\"notes\":null}','154.73.161.65','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-09 06:25:00','2026-03-09 06:25:00'),
(3850,343,'status_changed','Product activated',7,'{\"old_status\":false,\"new_status\":true}','154.73.161.65','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-09 06:25:08','2026-03-09 06:25:08'),
(3851,323,'stock_added','Added 2 units - Adjustment - Count correction',7,'{\"quantity\":2,\"reason\":\"Adjustment - Count correction\",\"previous_stock\":0,\"new_stock\":2,\"notes\":null}','154.73.161.65','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-09 06:25:36','2026-03-09 06:25:36'),
(3852,323,'status_changed','Product activated',7,'{\"old_status\":false,\"new_status\":true}','154.73.161.65','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-09 06:25:52','2026-03-09 06:25:52'),
(3853,77,'stock_added','Added 3 units - Adjustment - Count correction',7,'{\"quantity\":3,\"reason\":\"Adjustment - Count correction\",\"previous_stock\":12,\"new_stock\":15,\"notes\":null}','143.105.161.60','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-09 06:48:06','2026-03-09 06:48:06'),
(3854,305,'stock_added','Added 2 units - Adjustment - Count correction',7,'{\"quantity\":2,\"reason\":\"Adjustment - Count correction\",\"previous_stock\":0,\"new_stock\":2,\"notes\":null}','143.105.161.60','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-09 07:27:41','2026-03-09 07:27:41'),
(3855,305,'status_changed','Product activated',7,'{\"old_status\":false,\"new_status\":true}','143.105.161.60','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-09 07:27:49','2026-03-09 07:27:49'),
(3856,190,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":1,\"new_stock\":0,\"sale_id\":712,\"sale_number\":\"HIL-0707\"}','143.105.161.60','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-09 07:29:16','2026-03-09 07:29:16'),
(3857,305,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":2,\"new_stock\":1,\"sale_id\":712,\"sale_number\":\"HIL-0707\"}','143.105.161.60','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-09 07:29:16','2026-03-09 07:29:16'),
(3858,305,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":1,\"new_stock\":0,\"sale_id\":713,\"sale_number\":\"HIL-0708\"}','143.105.161.60','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-09 07:29:31','2026-03-09 07:29:31'),
(3859,418,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":451,\"new_stock\":450,\"sale_id\":714,\"sale_number\":\"HIL-0709\"}','143.105.161.60','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-09 07:30:05','2026-03-09 07:30:05'),
(3860,43,'stock_removed','Removed 2 units - Sale',7,'{\"quantity\":2,\"reason\":\"Sale\",\"previous_stock\":879,\"new_stock\":877,\"sale_id\":715,\"sale_number\":\"HIL-0710\"}','143.105.161.60','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-09 07:34:02','2026-03-09 07:34:02'),
(3861,79,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":27,\"new_stock\":26,\"sale_id\":715,\"sale_number\":\"HIL-0710\"}','143.105.161.60','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-09 07:34:02','2026-03-09 07:34:02'),
(3862,291,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":1,\"new_stock\":0,\"sale_id\":715,\"sale_number\":\"HIL-0710\"}','143.105.161.60','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-09 07:34:02','2026-03-09 07:34:02'),
(3863,413,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":9,\"new_stock\":8,\"sale_id\":716,\"sale_number\":\"HIL-0711\"}','143.105.161.60','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-09 07:36:54','2026-03-09 07:36:54'),
(3864,409,'status_changed','Product activated',7,'{\"old_status\":false,\"new_status\":true}','143.105.161.60','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-09 07:38:42','2026-03-09 07:38:42'),
(3865,409,'stock_added','Added 10 units - Restock - New shipment',7,'{\"quantity\":10,\"reason\":\"Restock - New shipment\",\"previous_stock\":0,\"new_stock\":10,\"notes\":null}','143.105.161.60','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-09 07:39:03','2026-03-09 07:39:03'),
(3866,409,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":10,\"new_stock\":9,\"sale_id\":717,\"sale_number\":\"HIL-0712\"}','143.105.161.60','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-09 07:39:25','2026-03-09 07:39:25'),
(3867,305,'stock_added','Added 1 units - Sale cancelled/refunded',7,'{\"quantity\":1,\"reason\":\"Sale return\",\"previous_stock\":0,\"new_stock\":1,\"sale_id\":713,\"sale_number\":\"HIL-0708\"}','143.105.161.60','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-09 07:46:30','2026-03-09 07:46:30'),
(3868,79,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":26,\"new_stock\":25,\"sale_id\":718,\"sale_number\":\"HIL-0713\"}','143.105.161.60','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-09 07:46:47','2026-03-09 07:46:47'),
(3869,418,'stock_removed','Removed 2 units - Sale',7,'{\"quantity\":2,\"reason\":\"Sale\",\"previous_stock\":450,\"new_stock\":448,\"sale_id\":719,\"sale_number\":\"HIL-0714\"}','143.105.161.60','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-09 08:09:08','2026-03-09 08:09:08'),
(3870,126,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":3,\"new_stock\":2,\"sale_id\":720,\"sale_number\":\"HIL-0715\"}','143.105.161.60','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-09 08:30:03','2026-03-09 08:30:03'),
(3871,418,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":448,\"new_stock\":447,\"sale_id\":721,\"sale_number\":\"HIL-0716\"}','143.105.161.60','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-09 08:54:09','2026-03-09 08:54:09'),
(3872,418,'stock_removed','Removed 5 units - Sale',7,'{\"quantity\":5,\"reason\":\"Sale\",\"previous_stock\":447,\"new_stock\":442,\"sale_id\":722,\"sale_number\":\"HIL-0717\"}','143.105.161.60','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-09 09:14:16','2026-03-09 09:14:16'),
(3873,435,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":28,\"new_stock\":27,\"sale_id\":722,\"sale_number\":\"HIL-0717\"}','143.105.161.60','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-09 09:14:16','2026-03-09 09:14:16'),
(3874,433,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":20,\"new_stock\":19,\"sale_id\":723,\"sale_number\":\"HIL-0718\"}','143.105.161.60','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-09 09:32:53','2026-03-09 09:32:53'),
(3875,418,'stock_removed','Removed 4 units - Sale',7,'{\"quantity\":4,\"reason\":\"Sale\",\"previous_stock\":442,\"new_stock\":438,\"sale_id\":724,\"sale_number\":\"HIL-0719\"}','143.105.161.60','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-09 09:45:17','2026-03-09 09:45:17'),
(3876,49,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":2,\"new_stock\":1,\"sale_id\":725,\"sale_number\":\"HIL-0720\"}','143.105.161.60','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-09 10:03:07','2026-03-09 10:03:07'),
(3877,433,'stock_removed','Removed 11 units - Adjustment - Count correction',7,'{\"quantity\":11,\"reason\":\"Adjustment - Count correction\",\"previous_stock\":19,\"new_stock\":8,\"notes\":null}','143.105.161.60','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-09 10:04:03','2026-03-09 10:04:03'),
(3878,409,'stock_removed','Removed 9 units - Adjustment - Count correction',7,'{\"quantity\":9,\"reason\":\"Adjustment - Count correction\",\"previous_stock\":9,\"new_stock\":0,\"notes\":null}','143.105.161.60','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-09 10:04:33','2026-03-09 10:04:33'),
(3879,409,'status_changed','Product deactivated',7,'{\"old_status\":true,\"new_status\":false}','143.105.161.60','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-09 10:04:44','2026-03-09 10:04:44'),
(3880,418,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":438,\"new_stock\":437,\"sale_id\":726,\"sale_number\":\"HIL-0721\"}','143.105.161.60','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-09 10:24:57','2026-03-09 10:24:57'),
(3881,418,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":437,\"new_stock\":436,\"sale_id\":727,\"sale_number\":\"HIL-0722\"}','143.105.161.60','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-09 10:25:52','2026-03-09 10:25:52'),
(3882,99,'stock_removed','Removed 2 units - Sale',7,'{\"quantity\":2,\"reason\":\"Sale\",\"previous_stock\":10,\"new_stock\":8,\"sale_id\":728,\"sale_number\":\"HIL-0723\"}','143.105.161.60','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-09 10:48:42','2026-03-09 10:48:42'),
(3883,126,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":2,\"new_stock\":1,\"sale_id\":728,\"sale_number\":\"HIL-0723\"}','143.105.161.60','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-09 10:48:42','2026-03-09 10:48:42'),
(3884,272,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":6,\"new_stock\":5,\"sale_id\":728,\"sale_number\":\"HIL-0723\"}','143.105.161.60','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-09 10:48:42','2026-03-09 10:48:42'),
(3885,383,'stock_removed','Removed 7 units - Sale',7,'{\"quantity\":7,\"reason\":\"Sale\",\"previous_stock\":14,\"new_stock\":7,\"sale_id\":728,\"sale_number\":\"HIL-0723\"}','143.105.161.60','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-09 10:48:42','2026-03-09 10:48:42'),
(3886,418,'stock_removed','Removed 6 units - Sale',7,'{\"quantity\":6,\"reason\":\"Sale\",\"previous_stock\":436,\"new_stock\":430,\"sale_id\":728,\"sale_number\":\"HIL-0723\"}','143.105.161.60','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-09 10:48:42','2026-03-09 10:48:42'),
(3887,387,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":1,\"new_stock\":0,\"sale_id\":729,\"sale_number\":\"HIL-0724\"}','143.105.161.60','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-09 12:26:27','2026-03-09 12:26:27'),
(3888,418,'stock_removed','Removed 2 units - Sale',7,'{\"quantity\":2,\"reason\":\"Sale\",\"previous_stock\":430,\"new_stock\":428,\"sale_id\":730,\"sale_number\":\"HIL-0725\"}','143.105.161.60','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-09 12:26:57','2026-03-09 12:26:57'),
(3889,430,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":7,\"new_stock\":6,\"sale_id\":731,\"sale_number\":\"HIL-0726\"}','143.105.161.60','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-09 12:35:25','2026-03-09 12:35:25'),
(3890,415,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":2,\"new_stock\":1,\"sale_id\":732,\"sale_number\":\"HIL-0727\"}','143.105.161.60','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-09 12:41:14','2026-03-09 12:41:14'),
(3891,418,'stock_removed','Removed 2 units - Sale',7,'{\"quantity\":2,\"reason\":\"Sale\",\"previous_stock\":428,\"new_stock\":426,\"sale_id\":733,\"sale_number\":\"HIL-0728\"}','143.105.161.60','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-09 12:50:20','2026-03-09 12:50:20'),
(3892,67,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":58,\"new_stock\":57,\"sale_id\":734,\"sale_number\":\"HIL-0729\"}','143.105.161.60','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-09 13:18:38','2026-03-09 13:18:38'),
(3893,47,'stock_added','Added 5 units - Adjustment - Count correction',7,'{\"quantity\":5,\"reason\":\"Adjustment - Count correction\",\"previous_stock\":0,\"new_stock\":5,\"notes\":null}','143.105.161.60','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-09 13:23:05','2026-03-09 13:23:05'),
(3894,47,'updated','Product updated',7,'{\"is_active\":{\"old\":false,\"new\":true},\"image\":{\"old\":\"products\\/1765809323_GyIrdqmo77.jpg\",\"new\":\"products\\/1773073435_XbpA6iT5Wx.jpg\"}}','143.105.161.60','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-09 13:23:55','2026-03-09 13:23:55'),
(3895,47,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":5,\"new_stock\":4,\"sale_id\":735,\"sale_number\":\"HIL-0730\"}','143.105.161.60','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-09 13:26:21','2026-03-09 13:26:21'),
(3896,49,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":1,\"new_stock\":0,\"sale_id\":735,\"sale_number\":\"HIL-0730\"}','143.105.161.60','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-09 13:26:21','2026-03-09 13:26:21'),
(3897,67,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":57,\"new_stock\":56,\"sale_id\":735,\"sale_number\":\"HIL-0730\"}','143.105.161.60','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-09 13:26:21','2026-03-09 13:26:21'),
(3898,319,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":1,\"new_stock\":0,\"sale_id\":735,\"sale_number\":\"HIL-0730\"}','143.105.161.60','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-09 13:26:21','2026-03-09 13:26:21'),
(3899,404,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":1,\"new_stock\":0,\"sale_id\":735,\"sale_number\":\"HIL-0730\"}','143.105.161.60','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-09 13:26:21','2026-03-09 13:26:21'),
(3900,413,'stock_removed','Removed 2 units - Sale',7,'{\"quantity\":2,\"reason\":\"Sale\",\"previous_stock\":8,\"new_stock\":6,\"sale_id\":735,\"sale_number\":\"HIL-0730\"}','143.105.161.60','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-09 13:26:21','2026-03-09 13:26:21'),
(3901,426,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":18,\"new_stock\":17,\"sale_id\":736,\"sale_number\":\"HIL-0731\"}','143.105.161.60','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-09 13:31:20','2026-03-09 13:31:20'),
(3902,67,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":56,\"new_stock\":55,\"sale_id\":737,\"sale_number\":\"HIL-0732\"}','154.73.161.65','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-09 13:45:33','2026-03-09 13:45:33'),
(3903,124,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":3,\"new_stock\":2,\"sale_id\":737,\"sale_number\":\"HIL-0732\"}','154.73.161.65','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-09 13:45:33','2026-03-09 13:45:33'),
(3904,217,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":3,\"new_stock\":2,\"sale_id\":737,\"sale_number\":\"HIL-0732\"}','154.73.161.65','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-09 13:45:33','2026-03-09 13:45:33'),
(3905,237,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":5,\"new_stock\":4,\"sale_id\":737,\"sale_number\":\"HIL-0732\"}','154.73.161.65','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-09 13:45:33','2026-03-09 13:45:33'),
(3906,413,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":6,\"new_stock\":5,\"sale_id\":737,\"sale_number\":\"HIL-0732\"}','154.73.161.65','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-09 13:45:33','2026-03-09 13:45:33'),
(3907,283,'stock_removed','Removed 2 units - Adjustment - Count correction',7,'{\"quantity\":2,\"reason\":\"Adjustment - Count correction\",\"previous_stock\":2,\"new_stock\":0,\"notes\":null}','154.73.161.65','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-09 14:36:07','2026-03-09 14:36:07'),
(3908,194,'stock_removed','Removed 2 units - Adjustment - Count correction',7,'{\"quantity\":2,\"reason\":\"Adjustment - Count correction\",\"previous_stock\":2,\"new_stock\":0,\"notes\":null}','154.73.161.65','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-09 14:36:50','2026-03-09 14:36:50'),
(3909,5,'stock_removed','Removed 112 units - Adjustment - Count correction',7,'{\"quantity\":112,\"reason\":\"Adjustment - Count correction\",\"previous_stock\":112,\"new_stock\":0,\"notes\":null}','154.73.161.65','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-10 05:45:05','2026-03-10 05:45:05'),
(3910,5,'status_changed','Product deactivated',7,'{\"old_status\":true,\"new_status\":false}','154.73.161.65','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-10 05:45:13','2026-03-10 05:45:13'),
(3911,6,'stock_removed','Removed 20 units - Adjustment - Count correction',7,'{\"quantity\":20,\"reason\":\"Adjustment - Count correction\",\"previous_stock\":20,\"new_stock\":0,\"notes\":null}','154.73.161.65','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-10 05:45:30','2026-03-10 05:45:30'),
(3912,6,'status_changed','Product deactivated',7,'{\"old_status\":true,\"new_status\":false}','154.73.161.65','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-10 05:45:38','2026-03-10 05:45:38'),
(3913,24,'stock_removed','Removed 35 units - Adjustment - Count correction',7,'{\"quantity\":35,\"reason\":\"Adjustment - Count correction\",\"previous_stock\":35,\"new_stock\":0,\"notes\":null}','154.73.161.65','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-10 05:45:57','2026-03-10 05:45:57'),
(3914,7,'status_changed','Product deactivated',7,'{\"old_status\":true,\"new_status\":false}','154.73.161.65','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-10 05:46:04','2026-03-10 05:46:04'),
(3915,24,'status_changed','Product deactivated',7,'{\"old_status\":true,\"new_status\":false}','154.73.161.65','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-10 05:46:10','2026-03-10 05:46:10'),
(3916,4,'stock_added','Added 341 units - Adjustment - Count correction',7,'{\"quantity\":341,\"reason\":\"Adjustment - Count correction\",\"previous_stock\":312,\"new_stock\":653,\"notes\":null}','154.73.161.65','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-10 05:46:42','2026-03-10 05:46:42'),
(3917,4,'updated','Product updated',7,'{\"name\":{\"old\":\"DUR B-1\",\"new\":\"Duray B Mix\"}}','154.73.161.65','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-10 05:47:18','2026-03-10 05:47:18'),
(3918,4,'price_changed','Product pricing updated',7,'{\"old_prices\":{\"cost_price\":\"10000.00\",\"selling_price\":\"11500.00\",\"discount_price\":null},\"new_prices\":{\"cost_price\":\"10000.00\",\"selling_price\":\"11000.00\",\"discount_price\":null}}','154.73.161.65','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-10 05:47:44','2026-03-10 05:47:44'),
(3919,4,'updated','Product updated',7,'{\"selling_price\":{\"old\":\"11500.00\",\"new\":\"11000.00\"}}','154.73.161.65','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-10 05:47:44','2026-03-10 05:47:44'),
(3920,418,'stock_removed','Removed 2 units - Sale',7,'{\"quantity\":2,\"reason\":\"Sale\",\"previous_stock\":426,\"new_stock\":424,\"sale_id\":738,\"sale_number\":\"HIL-0733\"}','154.73.161.65','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-10 06:09:30','2026-03-10 06:09:30'),
(3921,383,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":7,\"new_stock\":6,\"sale_id\":739,\"sale_number\":\"HIL-0734\"}','154.73.161.65','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-10 06:09:55','2026-03-10 06:09:55'),
(3922,430,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":6,\"new_stock\":5,\"sale_id\":740,\"sale_number\":\"HIL-0735\"}','143.105.161.135','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-10 06:27:36','2026-03-10 06:27:36'),
(3923,430,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":5,\"new_stock\":4,\"sale_id\":741,\"sale_number\":\"HIL-0736\"}','143.105.161.135','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-10 06:30:34','2026-03-10 06:30:34'),
(3924,418,'stock_removed','Removed 6 units - Sale',7,'{\"quantity\":6,\"reason\":\"Sale\",\"previous_stock\":424,\"new_stock\":418,\"sale_id\":742,\"sale_number\":\"HIL-0737\"}','143.105.161.135','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36','2026-03-10 06:42:55','2026-03-10 06:42:55'),
(3925,433,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":8,\"new_stock\":7,\"sale_id\":743,\"sale_number\":\"HIL-0738\"}','143.105.161.135','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-10 06:44:16','2026-03-10 06:44:16'),
(3926,418,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":418,\"new_stock\":417,\"sale_id\":744,\"sale_number\":\"HIL-0739\"}','143.105.161.135','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-10 07:04:53','2026-03-10 07:04:53'),
(3927,418,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":417,\"new_stock\":416,\"sale_id\":745,\"sale_number\":\"HIL-0740\"}','143.105.161.32','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-10 08:26:58','2026-03-10 08:26:58'),
(3928,433,'stock_added','Added 1 units - Sale cancelled/refunded',7,'{\"quantity\":1,\"reason\":\"Sale return\",\"previous_stock\":7,\"new_stock\":8,\"sale_id\":743,\"sale_number\":\"HIL-0738\"}','143.105.161.32','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-10 08:27:13','2026-03-10 08:27:13'),
(3929,383,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":6,\"new_stock\":5,\"sale_id\":746,\"sale_number\":\"HIL-0741\"}','143.105.161.32','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-10 08:27:38','2026-03-10 08:27:38'),
(3930,43,'stock_removed','Removed 30 units - Sale',7,'{\"quantity\":30,\"reason\":\"Sale\",\"previous_stock\":877,\"new_stock\":847,\"sale_id\":747,\"sale_number\":\"HIL-0742\"}','143.105.161.32','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-10 08:36:04','2026-03-10 08:36:04'),
(3931,158,'stock_added','Added 1 units - Adjustment - Count correction',7,'{\"quantity\":1,\"reason\":\"Adjustment - Count correction\",\"previous_stock\":2,\"new_stock\":3,\"notes\":null}','143.105.161.32','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-10 09:17:10','2026-03-10 09:17:10'),
(3932,418,'stock_removed','Removed 2 units - Sale',7,'{\"quantity\":2,\"reason\":\"Sale\",\"previous_stock\":416,\"new_stock\":414,\"sale_id\":748,\"sale_number\":\"HIL-0743\"}','143.105.161.32','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-10 09:17:53','2026-03-10 09:17:53'),
(3933,418,'stock_removed','Removed 3 units - Sale',7,'{\"quantity\":3,\"reason\":\"Sale\",\"previous_stock\":414,\"new_stock\":411,\"sale_id\":749,\"sale_number\":\"HIL-0744\"}','143.105.161.32','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-10 09:18:17','2026-03-10 09:18:17'),
(3934,418,'stock_removed','Removed 24 units - Sale',7,'{\"quantity\":24,\"reason\":\"Sale\",\"previous_stock\":411,\"new_stock\":387,\"sale_id\":750,\"sale_number\":\"HIL-0745\"}','143.105.161.32','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-10 09:18:39','2026-03-10 09:18:39'),
(3935,428,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":8,\"new_stock\":7,\"sale_id\":751,\"sale_number\":\"HIL-0746\"}','143.105.161.32','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-10 09:26:35','2026-03-10 09:26:35'),
(3936,389,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":2,\"new_stock\":1,\"sale_id\":752,\"sale_number\":\"HIL-0747\"}','143.105.161.32','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-10 09:45:38','2026-03-10 09:45:38'),
(3937,184,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":4,\"new_stock\":3,\"sale_id\":753,\"sale_number\":\"HIL-0748\"}','143.105.161.32','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-10 10:25:36','2026-03-10 10:25:36'),
(3938,413,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":5,\"new_stock\":4,\"sale_id\":753,\"sale_number\":\"HIL-0748\"}','143.105.161.32','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-10 10:25:36','2026-03-10 10:25:36'),
(3939,413,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":4,\"new_stock\":3,\"sale_id\":754,\"sale_number\":\"HIL-0749\"}','143.105.161.32','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-10 10:38:12','2026-03-10 10:38:12'),
(3940,184,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":3,\"new_stock\":2,\"sale_id\":755,\"sale_number\":\"HIL-0750\"}','143.105.161.32','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-10 11:03:24','2026-03-10 11:03:24'),
(3941,389,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":1,\"new_stock\":0,\"sale_id\":756,\"sale_number\":\"HIL-0751\"}','143.105.161.32','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-10 11:15:09','2026-03-10 11:15:09'),
(3942,391,'stock_removed','Removed 2 units - Sale',7,'{\"quantity\":2,\"reason\":\"Sale\",\"previous_stock\":2,\"new_stock\":0,\"sale_id\":756,\"sale_number\":\"HIL-0751\"}','143.105.161.32','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-10 11:15:09','2026-03-10 11:15:09'),
(3943,397,'stock_removed','Removed 5 units - Sale',7,'{\"quantity\":5,\"reason\":\"Sale\",\"previous_stock\":7,\"new_stock\":2,\"sale_id\":756,\"sale_number\":\"HIL-0751\"}','143.105.161.32','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-10 11:15:09','2026-03-10 11:15:09'),
(3944,424,'stock_removed','Removed 6 units - Sale',7,'{\"quantity\":6,\"reason\":\"Sale\",\"previous_stock\":14,\"new_stock\":8,\"sale_id\":756,\"sale_number\":\"HIL-0751\"}','143.105.161.32','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-10 11:15:09','2026-03-10 11:15:09'),
(3945,426,'stock_removed','Removed 6 units - Sale',7,'{\"quantity\":6,\"reason\":\"Sale\",\"previous_stock\":17,\"new_stock\":11,\"sale_id\":756,\"sale_number\":\"HIL-0751\"}','143.105.161.32','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-10 11:15:09','2026-03-10 11:15:09'),
(3946,428,'stock_removed','Removed 6 units - Sale',7,'{\"quantity\":6,\"reason\":\"Sale\",\"previous_stock\":7,\"new_stock\":1,\"sale_id\":756,\"sale_number\":\"HIL-0751\"}','143.105.161.32','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-10 11:15:09','2026-03-10 11:15:09'),
(3947,430,'stock_removed','Removed 4 units - Sale',7,'{\"quantity\":4,\"reason\":\"Sale\",\"previous_stock\":4,\"new_stock\":0,\"sale_id\":756,\"sale_number\":\"HIL-0751\"}','143.105.161.32','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-10 11:15:09','2026-03-10 11:15:09'),
(3948,79,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":25,\"new_stock\":24,\"sale_id\":757,\"sale_number\":\"HIL-0752\"}','143.105.161.32','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-10 11:28:30','2026-03-10 11:28:30'),
(3949,158,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":3,\"new_stock\":2,\"sale_id\":757,\"sale_number\":\"HIL-0752\"}','143.105.161.32','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-10 11:28:30','2026-03-10 11:28:30'),
(3950,422,'stock_added','Added 18 units - Manual adjustment',4,'{\"quantity\":18,\"reason\":\"Manual adjustment\",\"previous_stock\":0,\"new_stock\":18,\"notes\":null}','31.223.3.210','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36','2026-03-10 11:29:59','2026-03-10 11:29:59'),
(3951,421,'stock_added','Added 30 units - Manual adjustment',4,'{\"quantity\":30,\"reason\":\"Manual adjustment\",\"previous_stock\":0,\"new_stock\":30,\"notes\":null}','31.223.3.210','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36','2026-03-10 11:31:33','2026-03-10 11:31:33'),
(3952,420,'price_changed','Product pricing updated',4,'{\"old_prices\":{\"cost_price\":\"18500.00\",\"selling_price\":\"22500.00\",\"discount_price\":null},\"new_prices\":{\"cost_price\":\"19000.00\",\"selling_price\":\"30000.00\",\"discount_price\":null}}','31.223.3.210','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36','2026-03-10 11:32:37','2026-03-10 11:32:37'),
(3953,420,'updated','Product updated',4,'{\"cost_price\":{\"old\":\"18500.00\",\"new\":\"19000\"},\"selling_price\":{\"old\":\"22500.00\",\"new\":\"30000\"}}','31.223.3.210','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36','2026-03-10 11:32:37','2026-03-10 11:32:37'),
(3954,420,'stock_added','Added 14 units - Manual adjustment',4,'{\"quantity\":14,\"reason\":\"Manual adjustment\",\"previous_stock\":0,\"new_stock\":14,\"notes\":null}','31.223.3.210','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36','2026-03-10 11:32:57','2026-03-10 11:32:57'),
(3955,421,'price_changed','Product pricing updated',4,'{\"old_prices\":{\"cost_price\":\"18500.00\",\"selling_price\":\"22500.00\",\"discount_price\":null},\"new_prices\":{\"cost_price\":\"19000.00\",\"selling_price\":\"30000.00\",\"discount_price\":null}}','31.223.3.210','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36','2026-03-10 11:33:26','2026-03-10 11:33:26'),
(3956,421,'updated','Product updated',4,'{\"cost_price\":{\"old\":\"18500.00\",\"new\":\"19000\"},\"selling_price\":{\"old\":\"22500.00\",\"new\":\"30000\"}}','31.223.3.210','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36','2026-03-10 11:33:26','2026-03-10 11:33:26'),
(3957,419,'stock_added','Added 7 units - Manual adjustment',4,'{\"quantity\":7,\"reason\":\"Manual adjustment\",\"previous_stock\":0,\"new_stock\":7,\"notes\":null}','31.223.3.210','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36','2026-03-10 11:36:47','2026-03-10 11:36:47'),
(3958,237,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":4,\"new_stock\":3,\"sale_id\":758,\"sale_number\":\"HIL-0753\"}','143.105.161.32','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-10 11:54:39','2026-03-10 11:54:39'),
(3959,418,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":387,\"new_stock\":386,\"sale_id\":759,\"sale_number\":\"HIL-0754\"}','143.105.161.32','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-10 12:35:23','2026-03-10 12:35:23'),
(3960,67,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":55,\"new_stock\":54,\"sale_id\":760,\"sale_number\":\"HIL-0755\"}','143.105.161.32','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-10 12:47:36','2026-03-10 12:47:36'),
(3961,87,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":1,\"new_stock\":0,\"sale_id\":760,\"sale_number\":\"HIL-0755\"}','143.105.161.32','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-10 12:47:36','2026-03-10 12:47:36'),
(3962,93,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":4,\"new_stock\":3,\"sale_id\":760,\"sale_number\":\"HIL-0755\"}','143.105.161.32','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-10 12:47:36','2026-03-10 12:47:36'),
(3963,184,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":2,\"new_stock\":1,\"sale_id\":760,\"sale_number\":\"HIL-0755\"}','143.105.161.32','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-10 12:47:36','2026-03-10 12:47:36'),
(3964,323,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":2,\"new_stock\":1,\"sale_id\":760,\"sale_number\":\"HIL-0755\"}','143.105.161.32','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-10 12:47:36','2026-03-10 12:47:36'),
(3965,433,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":8,\"new_stock\":7,\"sale_id\":760,\"sale_number\":\"HIL-0755\"}','143.105.161.32','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-10 12:47:36','2026-03-10 12:47:36'),
(3966,435,'stock_removed','Removed 3 units - Sale',7,'{\"quantity\":3,\"reason\":\"Sale\",\"previous_stock\":27,\"new_stock\":24,\"sale_id\":760,\"sale_number\":\"HIL-0755\"}','143.105.161.32','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-10 12:47:36','2026-03-10 12:47:36'),
(3967,426,'stock_added','Added 30 units - Restock - New shipment',7,'{\"quantity\":30,\"reason\":\"Restock - New shipment\",\"previous_stock\":11,\"new_stock\":41,\"notes\":null}','143.105.161.32','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-10 12:54:32','2026-03-10 12:54:32'),
(3968,424,'stock_added','Added 18 units - Restock - New shipment',7,'{\"quantity\":18,\"reason\":\"Restock - New shipment\",\"previous_stock\":8,\"new_stock\":26,\"notes\":null}','143.105.161.32','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-10 12:57:16','2026-03-10 12:57:16'),
(3969,428,'stock_added','Added 14 units - Restock - New shipment',7,'{\"quantity\":14,\"reason\":\"Restock - New shipment\",\"previous_stock\":1,\"new_stock\":15,\"notes\":null}','143.105.161.32','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-10 12:58:53','2026-03-10 12:58:53'),
(3970,430,'stock_added','Added 7 units - Restock - New shipment',7,'{\"quantity\":7,\"reason\":\"Restock - New shipment\",\"previous_stock\":0,\"new_stock\":7,\"notes\":null}','143.105.161.32','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-10 13:00:05','2026-03-10 13:00:05'),
(3971,418,'stock_removed','Removed 21 units - Sale',7,'{\"quantity\":21,\"reason\":\"Sale\",\"previous_stock\":386,\"new_stock\":365,\"sale_id\":761,\"sale_number\":\"HIL-0756\"}','143.105.161.32','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-10 13:21:46','2026-03-10 13:21:46'),
(3972,426,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":41,\"new_stock\":40,\"sale_id\":762,\"sale_number\":\"HIL-0757\"}','143.105.161.32','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-10 13:30:08','2026-03-10 13:30:08'),
(3973,428,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":15,\"new_stock\":14,\"sale_id\":762,\"sale_number\":\"HIL-0757\"}','143.105.161.32','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-10 13:30:08','2026-03-10 13:30:08'),
(3974,435,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":24,\"new_stock\":23,\"sale_id\":763,\"sale_number\":\"HIL-0758\"}','154.73.161.65','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-11 06:16:19','2026-03-11 06:16:19'),
(3975,422,'stock_removed','Removed 18 units - Adjustment - Count correction',7,'{\"quantity\":18,\"reason\":\"Adjustment - Count correction\",\"previous_stock\":18,\"new_stock\":0,\"notes\":null}','143.105.161.99','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-11 07:22:15','2026-03-11 07:22:15'),
(3976,421,'stock_removed','Removed 30 units - Adjustment - Count correction',7,'{\"quantity\":30,\"reason\":\"Adjustment - Count correction\",\"previous_stock\":30,\"new_stock\":0,\"notes\":null}','143.105.161.99','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-11 07:22:34','2026-03-11 07:22:34'),
(3977,420,'stock_removed','Removed 14 units - Adjustment - Count correction',7,'{\"quantity\":14,\"reason\":\"Adjustment - Count correction\",\"previous_stock\":14,\"new_stock\":0,\"notes\":null}','143.105.161.99','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-11 07:22:53','2026-03-11 07:22:53'),
(3978,419,'stock_removed','Removed 7 units - Adjustment - Count correction',7,'{\"quantity\":7,\"reason\":\"Adjustment - Count correction\",\"previous_stock\":7,\"new_stock\":0,\"notes\":null}','143.105.161.99','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-11 07:23:11','2026-03-11 07:23:11'),
(3979,437,'status_changed','Product activated',7,'{\"old_status\":false,\"new_status\":true}','143.105.161.99','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-11 07:24:11','2026-03-11 07:24:11'),
(3980,417,'status_changed','Product activated',7,'{\"old_status\":false,\"new_status\":true}','143.105.161.99','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-11 07:24:16','2026-03-11 07:24:16'),
(3981,409,'status_changed','Product activated',7,'{\"old_status\":false,\"new_status\":true}','143.105.161.99','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-11 07:24:21','2026-03-11 07:24:21'),
(3982,401,'status_changed','Product activated',7,'{\"old_status\":false,\"new_status\":true}','143.105.161.99','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-11 07:24:27','2026-03-11 07:24:27'),
(3983,399,'status_changed','Product activated',7,'{\"old_status\":false,\"new_status\":true}','143.105.161.99','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-11 07:24:33','2026-03-11 07:24:33'),
(3984,395,'status_changed','Product activated',7,'{\"old_status\":false,\"new_status\":true}','143.105.161.99','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-11 07:24:40','2026-03-11 07:24:40'),
(3985,437,'status_changed','Product deactivated',7,'{\"old_status\":true,\"new_status\":false}','143.105.161.99','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-11 07:24:54','2026-03-11 07:24:54'),
(3986,417,'status_changed','Product deactivated',7,'{\"old_status\":true,\"new_status\":false}','143.105.161.99','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-11 07:25:02','2026-03-11 07:25:02'),
(3987,409,'status_changed','Product deactivated',7,'{\"old_status\":true,\"new_status\":false}','143.105.161.99','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-11 07:25:57','2026-03-11 07:25:57'),
(3988,404,'status_changed','Product deactivated',7,'{\"old_status\":true,\"new_status\":false}','143.105.161.99','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-11 07:26:05','2026-03-11 07:26:05'),
(3989,401,'status_changed','Product deactivated',7,'{\"old_status\":true,\"new_status\":false}','143.105.161.99','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-11 07:26:12','2026-03-11 07:26:12'),
(3990,399,'status_changed','Product deactivated',7,'{\"old_status\":true,\"new_status\":false}','143.105.161.99','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-11 07:26:19','2026-03-11 07:26:19'),
(3991,395,'status_changed','Product deactivated',7,'{\"old_status\":true,\"new_status\":false}','143.105.161.99','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-11 07:26:28','2026-03-11 07:26:28'),
(3992,391,'status_changed','Product deactivated',7,'{\"old_status\":true,\"new_status\":false}','143.105.161.99','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-11 07:26:35','2026-03-11 07:26:35'),
(3993,389,'status_changed','Product deactivated',7,'{\"old_status\":true,\"new_status\":false}','143.105.161.99','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-11 07:26:44','2026-03-11 07:26:44'),
(3994,387,'status_changed','Product deactivated',7,'{\"old_status\":true,\"new_status\":false}','143.105.161.99','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-11 07:26:50','2026-03-11 07:26:50'),
(3995,319,'status_changed','Product deactivated',7,'{\"old_status\":true,\"new_status\":false}','143.105.161.99','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-11 07:27:11','2026-03-11 07:27:11'),
(3996,291,'status_changed','Product deactivated',7,'{\"old_status\":true,\"new_status\":false}','143.105.161.99','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-11 07:27:18','2026-03-11 07:27:18'),
(3997,190,'status_changed','Product deactivated',7,'{\"old_status\":true,\"new_status\":false}','143.105.161.99','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-11 07:27:35','2026-03-11 07:27:35'),
(3998,87,'status_changed','Product deactivated',7,'{\"old_status\":true,\"new_status\":false}','143.105.161.99','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-11 07:27:43','2026-03-11 07:27:43'),
(3999,49,'status_changed','Product deactivated',7,'{\"old_status\":true,\"new_status\":false}','143.105.161.99','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-11 07:27:57','2026-03-11 07:27:57'),
(4000,418,'stock_removed','Removed 5 units - Sale',7,'{\"quantity\":5,\"reason\":\"Sale\",\"previous_stock\":365,\"new_stock\":360,\"sale_id\":764,\"sale_number\":\"HIL-0759\"}','143.105.161.99','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-11 07:45:12','2026-03-11 07:45:12'),
(4001,428,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":14,\"new_stock\":13,\"sale_id\":765,\"sale_number\":\"HIL-0760\"}','143.105.161.99','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-11 07:46:43','2026-03-11 07:46:43'),
(4002,433,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":7,\"new_stock\":6,\"sale_id\":765,\"sale_number\":\"HIL-0760\"}','143.105.161.99','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-11 07:46:43','2026-03-11 07:46:43'),
(4003,418,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":360,\"new_stock\":359,\"sale_id\":766,\"sale_number\":\"HIL-0761\"}','143.105.161.99','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-11 07:58:02','2026-03-11 07:58:02'),
(4004,418,'stock_added','Added 24 units - Sale cancelled/refunded',7,'{\"quantity\":24,\"reason\":\"Sale return\",\"previous_stock\":359,\"new_stock\":383,\"sale_id\":691,\"sale_number\":\"HIL-0686\"}','143.105.161.99','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-11 08:23:01','2026-03-11 08:23:01'),
(4005,418,'stock_removed','Removed 15 units - Sale',7,'{\"quantity\":15,\"reason\":\"Sale\",\"previous_stock\":383,\"new_stock\":368,\"sale_id\":767,\"sale_number\":\"HIL-0762\"}','143.105.161.99','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-11 08:23:27','2026-03-11 08:23:27'),
(4006,173,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":449,\"new_stock\":448,\"sale_id\":768,\"sale_number\":\"HIL-0763\"}','143.105.161.99','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-11 08:36:02','2026-03-11 08:36:02'),
(4007,43,'stock_removed','Removed 10 units - Sale',7,'{\"quantity\":10,\"reason\":\"Sale\",\"previous_stock\":847,\"new_stock\":837,\"sale_id\":769,\"sale_number\":\"HIL-0764\"}','143.105.161.99','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-11 09:56:01','2026-03-11 09:56:01'),
(4008,43,'stock_removed','Removed 24 units - Sale',7,'{\"quantity\":24,\"reason\":\"Sale\",\"previous_stock\":837,\"new_stock\":813,\"sale_id\":770,\"sale_number\":\"HIL-0765\"}','143.105.161.99','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-11 10:03:07','2026-03-11 10:03:07'),
(4009,43,'stock_added','Added 24 units - Sale cancelled/refunded',7,'{\"quantity\":24,\"reason\":\"Error correction\",\"previous_stock\":813,\"new_stock\":837,\"sale_id\":770,\"sale_number\":\"HIL-0765\"}','143.105.161.99','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-11 10:16:08','2026-03-11 10:16:08'),
(4010,43,'stock_removed','Removed 18 units - Sale',7,'{\"quantity\":18,\"reason\":\"Sale\",\"previous_stock\":837,\"new_stock\":819,\"sale_id\":771,\"sale_number\":\"HIL-0766\"}','143.105.161.99','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-11 10:17:07','2026-03-11 10:17:07'),
(4011,173,'stock_removed','Removed 6 units - Sale',7,'{\"quantity\":6,\"reason\":\"Sale\",\"previous_stock\":448,\"new_stock\":442,\"sale_id\":771,\"sale_number\":\"HIL-0766\"}','143.105.161.99','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-11 10:17:07','2026-03-11 10:17:07'),
(4012,418,'stock_removed','Removed 6 units - Sale',7,'{\"quantity\":6,\"reason\":\"Sale\",\"previous_stock\":368,\"new_stock\":362,\"sale_id\":771,\"sale_number\":\"HIL-0766\"}','143.105.161.99','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-11 10:17:07','2026-03-11 10:17:07'),
(4013,77,'stock_removed','Removed 5 units - Sale',7,'{\"quantity\":5,\"reason\":\"Sale\",\"previous_stock\":15,\"new_stock\":10,\"sale_id\":772,\"sale_number\":\"HIL-0767\"}','143.105.161.99','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-11 10:44:20','2026-03-11 10:44:20'),
(4014,79,'stock_removed','Removed 5 units - Sale',7,'{\"quantity\":5,\"reason\":\"Sale\",\"previous_stock\":24,\"new_stock\":19,\"sale_id\":772,\"sale_number\":\"HIL-0767\"}','143.105.161.99','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-11 10:44:20','2026-03-11 10:44:20'),
(4015,173,'stock_removed','Removed 5 units - Sale',7,'{\"quantity\":5,\"reason\":\"Sale\",\"previous_stock\":442,\"new_stock\":437,\"sale_id\":772,\"sale_number\":\"HIL-0767\"}','143.105.161.99','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-11 10:44:20','2026-03-11 10:44:20'),
(4016,251,'stock_removed','Removed 2 units - Sale',7,'{\"quantity\":2,\"reason\":\"Sale\",\"previous_stock\":3,\"new_stock\":1,\"sale_id\":772,\"sale_number\":\"HIL-0767\"}','143.105.161.99','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-11 10:44:20','2026-03-11 10:44:20'),
(4017,255,'stock_removed','Removed 2 units - Sale',7,'{\"quantity\":2,\"reason\":\"Sale\",\"previous_stock\":4,\"new_stock\":2,\"sale_id\":772,\"sale_number\":\"HIL-0767\"}','143.105.161.99','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-11 10:44:20','2026-03-11 10:44:20'),
(4018,307,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":1,\"new_stock\":0,\"sale_id\":772,\"sale_number\":\"HIL-0767\"}','143.105.161.99','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-11 10:44:20','2026-03-11 10:44:20'),
(4019,418,'stock_removed','Removed 5 units - Sale',7,'{\"quantity\":5,\"reason\":\"Sale\",\"previous_stock\":362,\"new_stock\":357,\"sale_id\":772,\"sale_number\":\"HIL-0767\"}','143.105.161.99','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-11 10:44:20','2026-03-11 10:44:20'),
(4020,437,'stock_added','Added 1 units - Restock - New shipment',7,'{\"quantity\":1,\"reason\":\"Restock - New shipment\",\"previous_stock\":0,\"new_stock\":1,\"notes\":null}','143.105.161.99','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-11 11:58:29','2026-03-11 11:58:29'),
(4021,437,'status_changed','Product activated',7,'{\"old_status\":false,\"new_status\":true}','143.105.161.99','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-11 11:58:35','2026-03-11 11:58:35'),
(4022,409,'stock_added','Added 1 units - Restock - New shipment',7,'{\"quantity\":1,\"reason\":\"Restock - New shipment\",\"previous_stock\":0,\"new_stock\":1,\"notes\":null}','143.105.161.99','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-11 11:58:56','2026-03-11 11:58:56'),
(4023,409,'status_changed','Product activated',7,'{\"old_status\":false,\"new_status\":true}','143.105.161.99','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-11 11:59:02','2026-03-11 11:59:02'),
(4024,413,'stock_added','Added 1 units - Restock - New shipment',7,'{\"quantity\":1,\"reason\":\"Restock - New shipment\",\"previous_stock\":3,\"new_stock\":4,\"notes\":null}','143.105.161.99','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-11 12:00:12','2026-03-11 12:00:12'),
(4025,404,'stock_added','Added 1 units - Restock - New shipment',7,'{\"quantity\":1,\"reason\":\"Restock - New shipment\",\"previous_stock\":0,\"new_stock\":1,\"notes\":null}','143.105.161.99','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-11 12:01:05','2026-03-11 12:01:05'),
(4026,404,'status_changed','Product activated',7,'{\"old_status\":false,\"new_status\":true}','143.105.161.99','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-11 12:01:11','2026-03-11 12:01:11'),
(4027,393,'stock_added','Added 2 units - Restock - New shipment',7,'{\"quantity\":2,\"reason\":\"Restock - New shipment\",\"previous_stock\":0,\"new_stock\":2,\"notes\":null}','143.105.161.99','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-11 12:02:16','2026-03-11 12:02:16'),
(4028,393,'status_changed','Product activated',7,'{\"old_status\":false,\"new_status\":true}','143.105.161.99','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-11 12:02:27','2026-03-11 12:02:27'),
(4029,387,'stock_added','Added 1 units - Restock - New shipment',7,'{\"quantity\":1,\"reason\":\"Restock - New shipment\",\"previous_stock\":0,\"new_stock\":1,\"notes\":null}','143.105.161.99','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-11 12:02:47','2026-03-11 12:02:47'),
(4030,387,'status_changed','Product activated',7,'{\"old_status\":false,\"new_status\":true}','143.105.161.99','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-11 12:02:56','2026-03-11 12:02:56'),
(4031,383,'stock_added','Added 1 units - Restock - New shipment',7,'{\"quantity\":1,\"reason\":\"Restock - New shipment\",\"previous_stock\":5,\"new_stock\":6,\"notes\":null}','143.105.161.99','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-11 12:03:15','2026-03-11 12:03:15'),
(4032,381,'stock_added','Added 1 units - Restock - New shipment',7,'{\"quantity\":1,\"reason\":\"Restock - New shipment\",\"previous_stock\":0,\"new_stock\":1,\"notes\":null}','143.105.161.99','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-11 12:03:47','2026-03-11 12:03:47'),
(4033,381,'status_changed','Product activated',7,'{\"old_status\":false,\"new_status\":true}','143.105.161.99','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-11 12:03:54','2026-03-11 12:03:54'),
(4034,362,'status_changed','Product deactivated',7,'{\"old_status\":true,\"new_status\":false}','143.105.161.99','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-11 12:04:05','2026-03-11 12:04:05'),
(4035,362,'stock_added','Added 1 units - Restock - New shipment',7,'{\"quantity\":1,\"reason\":\"Restock - New shipment\",\"previous_stock\":1,\"new_stock\":2,\"notes\":null}','143.105.161.99','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-11 12:04:24','2026-03-11 12:04:24'),
(4036,360,'stock_added','Added 1 units - Restock - New shipment',7,'{\"quantity\":1,\"reason\":\"Restock - New shipment\",\"previous_stock\":0,\"new_stock\":1,\"notes\":null}','143.105.161.99','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-11 12:05:02','2026-03-11 12:05:02'),
(4037,360,'status_changed','Product activated',7,'{\"old_status\":false,\"new_status\":true}','143.105.161.99','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-11 12:05:12','2026-03-11 12:05:12'),
(4038,356,'status_changed','Product activated',7,'{\"old_status\":false,\"new_status\":true}','143.105.161.99','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-11 12:05:23','2026-03-11 12:05:23'),
(4039,356,'stock_added','Added 1 units - Restock - New shipment',7,'{\"quantity\":1,\"reason\":\"Restock - New shipment\",\"previous_stock\":0,\"new_stock\":1,\"notes\":null}','143.105.161.99','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-11 12:05:38','2026-03-11 12:05:38'),
(4040,354,'stock_added','Added 1 units - Restock - New shipment',7,'{\"quantity\":1,\"reason\":\"Restock - New shipment\",\"previous_stock\":2,\"new_stock\":3,\"notes\":null}','143.105.161.99','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-11 12:05:57','2026-03-11 12:05:57'),
(4041,354,'stock_added','Added 1 units - Restock - New shipment',7,'{\"quantity\":1,\"reason\":\"Restock - New shipment\",\"previous_stock\":3,\"new_stock\":4,\"notes\":null}','143.105.161.99','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-11 12:06:20','2026-03-11 12:06:20'),
(4042,347,'stock_added','Added 1 units - Restock - New shipment',7,'{\"quantity\":1,\"reason\":\"Restock - New shipment\",\"previous_stock\":0,\"new_stock\":1,\"notes\":null}','143.105.161.99','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-11 12:06:52','2026-03-11 12:06:52'),
(4043,347,'status_changed','Product activated',7,'{\"old_status\":false,\"new_status\":true}','143.105.161.99','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-11 12:06:59','2026-03-11 12:06:59'),
(4044,307,'stock_added','Added 1 units - Restock - New shipment',7,'{\"quantity\":1,\"reason\":\"Restock - New shipment\",\"previous_stock\":0,\"new_stock\":1,\"notes\":null}','143.105.161.99','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-11 12:08:37','2026-03-11 12:08:37'),
(4045,307,'status_changed','Product deactivated',7,'{\"old_status\":true,\"new_status\":false}','143.105.161.99','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-11 12:08:42','2026-03-11 12:08:42'),
(4046,272,'stock_added','Added 2 units - Restock - New shipment',7,'{\"quantity\":2,\"reason\":\"Restock - New shipment\",\"previous_stock\":5,\"new_stock\":7,\"notes\":null}','143.105.161.99','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-11 12:09:13','2026-03-11 12:09:13'),
(4047,257,'stock_added','Added 2 units - Restock - New shipment',7,'{\"quantity\":2,\"reason\":\"Restock - New shipment\",\"previous_stock\":4,\"new_stock\":6,\"notes\":null}','143.105.161.99','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-11 12:09:48','2026-03-11 12:09:48'),
(4048,255,'stock_added','Added 1 units - Restock - New shipment',7,'{\"quantity\":1,\"reason\":\"Restock - New shipment\",\"previous_stock\":2,\"new_stock\":3,\"notes\":null}','143.105.161.99','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-11 12:10:13','2026-03-11 12:10:13'),
(4049,241,'stock_added','Added 1 units - Restock - New shipment',7,'{\"quantity\":1,\"reason\":\"Restock - New shipment\",\"previous_stock\":0,\"new_stock\":1,\"notes\":null}','143.105.161.99','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-11 12:10:38','2026-03-11 12:10:38'),
(4050,241,'status_changed','Product activated',7,'{\"old_status\":false,\"new_status\":true}','143.105.161.99','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-11 12:10:47','2026-03-11 12:10:47'),
(4051,215,'status_changed','Product deactivated',7,'{\"old_status\":true,\"new_status\":false}','143.105.161.99','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-11 12:11:00','2026-03-11 12:11:00'),
(4052,215,'status_changed','Product activated',7,'{\"old_status\":false,\"new_status\":true}','143.105.161.99','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-11 12:11:06','2026-03-11 12:11:06'),
(4053,215,'stock_added','Added 1 units - Restock - New shipment',7,'{\"quantity\":1,\"reason\":\"Restock - New shipment\",\"previous_stock\":3,\"new_stock\":4,\"notes\":null}','143.105.161.99','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-11 12:11:18','2026-03-11 12:11:18'),
(4054,126,'stock_added','Added 1 units - Restock - New shipment',7,'{\"quantity\":1,\"reason\":\"Restock - New shipment\",\"previous_stock\":1,\"new_stock\":2,\"notes\":null}','143.105.161.99','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-11 12:12:19','2026-03-11 12:12:19'),
(4055,107,'stock_added','Added 1 units - Restock - New shipment',7,'{\"quantity\":1,\"reason\":\"Restock - New shipment\",\"previous_stock\":1,\"new_stock\":2,\"notes\":null}','143.105.161.99','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-11 12:12:35','2026-03-11 12:12:35'),
(4056,99,'stock_added','Added 1 units - Restock - New shipment',7,'{\"quantity\":1,\"reason\":\"Restock - New shipment\",\"previous_stock\":8,\"new_stock\":9,\"notes\":null}','143.105.161.99','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-11 12:12:57','2026-03-11 12:12:57'),
(4057,67,'stock_added','Added 4 units - Restock - New shipment',7,'{\"quantity\":4,\"reason\":\"Restock - New shipment\",\"previous_stock\":54,\"new_stock\":58,\"notes\":null}','143.105.161.99','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-11 12:13:34','2026-03-11 12:13:34'),
(4058,418,'stock_added','Added 5 units - Sale cancelled/refunded',7,'{\"quantity\":5,\"reason\":\"Sale return\",\"previous_stock\":357,\"new_stock\":362,\"sale_id\":722,\"sale_number\":\"HIL-0717\"}','143.105.161.99','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-11 12:15:45','2026-03-11 12:15:45'),
(4059,435,'stock_added','Added 1 units - Sale cancelled/refunded',7,'{\"quantity\":1,\"reason\":\"Sale return\",\"previous_stock\":23,\"new_stock\":24,\"sale_id\":722,\"sale_number\":\"HIL-0717\"}','143.105.161.99','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-11 12:15:45','2026-03-11 12:15:45'),
(4060,418,'stock_removed','Removed 3 units - Sale',7,'{\"quantity\":3,\"reason\":\"Sale\",\"previous_stock\":362,\"new_stock\":359,\"sale_id\":773,\"sale_number\":\"HIL-0768\"}','143.105.161.99','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-11 12:16:04','2026-03-11 12:16:04'),
(4061,430,'price_changed','Product pricing updated',4,'{\"old_prices\":{\"cost_price\":\"18500.00\",\"selling_price\":\"22500.00\",\"discount_price\":null},\"new_prices\":{\"cost_price\":\"19000.00\",\"selling_price\":\"30000.00\",\"discount_price\":null}}','159.146.51.80','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36','2026-03-12 00:13:04','2026-03-12 00:13:04'),
(4062,430,'updated','Product updated',4,'{\"cost_price\":{\"old\":\"18500.00\",\"new\":\"19000\"},\"selling_price\":{\"old\":\"22500.00\",\"new\":\"30000\"}}','159.146.51.80','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36','2026-03-12 00:13:04','2026-03-12 00:13:04'),
(4063,428,'price_changed','Product pricing updated',4,'{\"old_prices\":{\"cost_price\":\"18500.00\",\"selling_price\":\"22500.00\",\"discount_price\":null},\"new_prices\":{\"cost_price\":\"19000.00\",\"selling_price\":\"30000.00\",\"discount_price\":null}}','159.146.51.80','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36','2026-03-12 00:13:45','2026-03-12 00:13:45'),
(4064,428,'updated','Product updated',4,'{\"cost_price\":{\"old\":\"18500.00\",\"new\":\"19000\"},\"selling_price\":{\"old\":\"22500.00\",\"new\":\"30000\"}}','159.146.51.80','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36','2026-03-12 00:13:45','2026-03-12 00:13:45'),
(4065,424,'price_changed','Product pricing updated',4,'{\"old_prices\":{\"cost_price\":\"18500.00\",\"selling_price\":\"22500.00\",\"discount_price\":null},\"new_prices\":{\"cost_price\":\"19000.00\",\"selling_price\":\"30000.00\",\"discount_price\":null}}','159.146.51.80','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36','2026-03-12 00:14:30','2026-03-12 00:14:30'),
(4066,424,'updated','Product updated',4,'{\"cost_price\":{\"old\":\"18500.00\",\"new\":\"19000\"},\"selling_price\":{\"old\":\"22500.00\",\"new\":\"30000\"}}','159.146.51.80','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36','2026-03-12 00:14:30','2026-03-12 00:14:30'),
(4067,426,'price_changed','Product pricing updated',4,'{\"old_prices\":{\"cost_price\":\"18500.00\",\"selling_price\":\"22500.00\",\"discount_price\":null},\"new_prices\":{\"cost_price\":\"19000.00\",\"selling_price\":\"30000.00\",\"discount_price\":null}}','159.146.51.80','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36','2026-03-12 00:14:59','2026-03-12 00:14:59'),
(4068,426,'updated','Product updated',4,'{\"cost_price\":{\"old\":\"18500.00\",\"new\":\"19000\"},\"selling_price\":{\"old\":\"22500.00\",\"new\":\"30000\"}}','159.146.51.80','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36','2026-03-12 00:14:59','2026-03-12 00:14:59'),
(4069,7,'status_changed','Product activated',4,'{\"old_status\":false,\"new_status\":true}','159.146.51.80','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36','2026-03-12 00:33:04','2026-03-12 00:33:04'),
(4070,67,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":58,\"new_stock\":57,\"sale_id\":774,\"sale_number\":\"HIL-0769\"}','143.105.161.167','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-12 05:53:20','2026-03-12 05:53:20'),
(4071,239,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":2,\"new_stock\":1,\"sale_id\":774,\"sale_number\":\"HIL-0769\"}','143.105.161.167','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-12 05:53:20','2026-03-12 05:53:20'),
(4072,418,'stock_removed','Removed 2 units - Sale',7,'{\"quantity\":2,\"reason\":\"Sale\",\"previous_stock\":359,\"new_stock\":357,\"sale_id\":774,\"sale_number\":\"HIL-0769\"}','143.105.161.167','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-12 05:53:20','2026-03-12 05:53:20'),
(4073,418,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":357,\"new_stock\":356,\"sale_id\":775,\"sale_number\":\"HIL-0770\"}','143.105.161.167','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-12 06:10:58','2026-03-12 06:10:58'),
(4074,67,'stock_removed','Removed 4 units - Sale',7,'{\"quantity\":4,\"reason\":\"Sale\",\"previous_stock\":57,\"new_stock\":53,\"sale_id\":776,\"sale_number\":\"HIL-0771\"}','143.105.161.167','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-12 06:23:54','2026-03-12 06:23:54'),
(4075,158,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":2,\"new_stock\":1,\"sale_id\":776,\"sale_number\":\"HIL-0771\"}','143.105.161.167','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-12 06:23:54','2026-03-12 06:23:54'),
(4076,354,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":4,\"new_stock\":3,\"sale_id\":776,\"sale_number\":\"HIL-0771\"}','143.105.161.167','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-12 06:23:54','2026-03-12 06:23:54'),
(4077,435,'stock_removed','Removed 4 units - Sale',7,'{\"quantity\":4,\"reason\":\"Sale\",\"previous_stock\":24,\"new_stock\":20,\"sale_id\":776,\"sale_number\":\"HIL-0771\"}','143.105.161.167','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-12 06:23:54','2026-03-12 06:23:54'),
(4078,43,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":819,\"new_stock\":818,\"sale_id\":777,\"sale_number\":\"HIL-0772\"}','143.105.161.167','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-12 08:15:50','2026-03-12 08:15:50'),
(4079,173,'stock_removed','Removed 7 units - Sale',7,'{\"quantity\":7,\"reason\":\"Sale\",\"previous_stock\":437,\"new_stock\":430,\"sale_id\":777,\"sale_number\":\"HIL-0772\"}','143.105.161.167','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-12 08:15:50','2026-03-12 08:15:50'),
(4080,418,'stock_removed','Removed 2 units - Sale',7,'{\"quantity\":2,\"reason\":\"Sale\",\"previous_stock\":356,\"new_stock\":354,\"sale_id\":777,\"sale_number\":\"HIL-0772\"}','143.105.161.167','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-12 08:15:50','2026-03-12 08:15:50'),
(4081,67,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":53,\"new_stock\":52,\"sale_id\":778,\"sale_number\":\"HIL-0773\"}','143.105.161.167','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-12 08:25:08','2026-03-12 08:25:08'),
(4082,173,'stock_removed','Removed 8 units - Sale',7,'{\"quantity\":8,\"reason\":\"Sale\",\"previous_stock\":430,\"new_stock\":422,\"sale_id\":778,\"sale_number\":\"HIL-0773\"}','143.105.161.167','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-12 08:25:08','2026-03-12 08:25:08'),
(4083,413,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":4,\"new_stock\":3,\"sale_id\":778,\"sale_number\":\"HIL-0773\"}','143.105.161.167','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-12 08:25:08','2026-03-12 08:25:08'),
(4084,428,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":13,\"new_stock\":12,\"sale_id\":778,\"sale_number\":\"HIL-0773\"}','143.105.161.167','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-12 08:25:08','2026-03-12 08:25:08'),
(4085,433,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":6,\"new_stock\":5,\"sale_id\":778,\"sale_number\":\"HIL-0773\"}','143.105.161.167','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-12 08:25:08','2026-03-12 08:25:08'),
(4086,437,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":1,\"new_stock\":0,\"sale_id\":778,\"sale_number\":\"HIL-0773\"}','143.105.161.167','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-12 08:25:08','2026-03-12 08:25:08'),
(4087,79,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":19,\"new_stock\":18,\"sale_id\":779,\"sale_number\":\"HIL-0774\"}','143.105.161.167','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-12 08:25:52','2026-03-12 08:25:52'),
(4088,67,'stock_removed','Removed 2 units - Sale',7,'{\"quantity\":2,\"reason\":\"Sale\",\"previous_stock\":52,\"new_stock\":50,\"sale_id\":780,\"sale_number\":\"HIL-0775\"}','143.105.161.167','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-12 08:58:39','2026-03-12 08:58:39'),
(4089,83,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":1,\"new_stock\":0,\"sale_id\":780,\"sale_number\":\"HIL-0775\"}','143.105.161.167','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-12 08:58:40','2026-03-12 08:58:40'),
(4090,93,'stock_removed','Removed 2 units - Sale',7,'{\"quantity\":2,\"reason\":\"Sale\",\"previous_stock\":3,\"new_stock\":1,\"sale_id\":780,\"sale_number\":\"HIL-0775\"}','143.105.161.167','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-12 08:58:40','2026-03-12 08:58:40'),
(4091,356,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":1,\"new_stock\":0,\"sale_id\":780,\"sale_number\":\"HIL-0775\"}','143.105.161.167','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-12 08:58:40','2026-03-12 08:58:40'),
(4092,383,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":6,\"new_stock\":5,\"sale_id\":780,\"sale_number\":\"HIL-0775\"}','143.105.161.167','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-12 08:58:40','2026-03-12 08:58:40'),
(4093,387,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":1,\"new_stock\":0,\"sale_id\":780,\"sale_number\":\"HIL-0775\"}','143.105.161.167','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-12 08:58:40','2026-03-12 08:58:40'),
(4094,393,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":2,\"new_stock\":1,\"sale_id\":780,\"sale_number\":\"HIL-0775\"}','143.105.161.167','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-12 08:58:40','2026-03-12 08:58:40'),
(4095,413,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":3,\"new_stock\":2,\"sale_id\":780,\"sale_number\":\"HIL-0775\"}','143.105.161.167','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-12 08:58:40','2026-03-12 08:58:40'),
(4096,435,'stock_removed','Removed 7 units - Sale',7,'{\"quantity\":7,\"reason\":\"Sale\",\"previous_stock\":20,\"new_stock\":13,\"sale_id\":780,\"sale_number\":\"HIL-0775\"}','143.105.161.167','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-12 08:58:40','2026-03-12 08:58:40'),
(4097,362,'status_changed','Product activated',7,'{\"old_status\":false,\"new_status\":true}','143.105.161.167','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-12 08:59:12','2026-03-12 08:59:12'),
(4098,307,'status_changed','Product activated',7,'{\"old_status\":false,\"new_status\":true}','143.105.161.167','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-12 08:59:28','2026-03-12 08:59:28'),
(4099,105,'stock_removed','Removed 6 units - Adjustment - Count correction',7,'{\"quantity\":6,\"reason\":\"Adjustment - Count correction\",\"previous_stock\":6,\"new_stock\":0,\"notes\":null}','143.105.161.167','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-12 09:00:05','2026-03-12 09:00:05'),
(4100,307,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":1,\"new_stock\":0,\"sale_id\":781,\"sale_number\":\"HIL-0776\"}','143.105.161.167','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-12 09:01:16','2026-03-12 09:01:16'),
(4101,404,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":1,\"new_stock\":0,\"sale_id\":782,\"sale_number\":\"HIL-0777\"}','143.105.161.167','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-12 09:01:52','2026-03-12 09:01:52'),
(4102,424,'stock_removed','Removed 5 units - Sale',7,'{\"quantity\":5,\"reason\":\"Sale\",\"previous_stock\":26,\"new_stock\":21,\"sale_id\":783,\"sale_number\":\"HIL-0778\"}','143.105.161.167','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-12 09:38:07','2026-03-12 09:38:07'),
(4103,426,'stock_removed','Removed 5 units - Sale',7,'{\"quantity\":5,\"reason\":\"Sale\",\"previous_stock\":40,\"new_stock\":35,\"sale_id\":783,\"sale_number\":\"HIL-0778\"}','143.105.161.167','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-12 09:38:07','2026-03-12 09:38:07'),
(4104,418,'stock_removed','Removed 2 units - Sale',7,'{\"quantity\":2,\"reason\":\"Sale\",\"previous_stock\":354,\"new_stock\":352,\"sale_id\":784,\"sale_number\":\"HIL-0779\"}','143.105.161.167','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-12 09:38:29','2026-03-12 09:38:29'),
(4105,47,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":4,\"new_stock\":3,\"sale_id\":785,\"sale_number\":\"HIL-0780\"}','143.105.161.167','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-12 09:39:09','2026-03-12 09:39:09'),
(4106,173,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":422,\"new_stock\":421,\"sale_id\":786,\"sale_number\":\"HIL-0781\"}','143.105.161.167','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-12 09:48:35','2026-03-12 09:48:35'),
(4107,424,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":21,\"new_stock\":20,\"sale_id\":787,\"sale_number\":\"HIL-0782\"}','143.105.161.167','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-12 11:00:30','2026-03-12 11:00:30'),
(4108,173,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":421,\"new_stock\":420,\"sale_id\":788,\"sale_number\":\"HIL-0783\"}','143.105.161.167','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-12 11:08:59','2026-03-12 11:08:59'),
(4109,418,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":352,\"new_stock\":351,\"sale_id\":788,\"sale_number\":\"HIL-0783\"}','143.105.161.167','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-12 11:08:59','2026-03-12 11:08:59'),
(4110,428,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":12,\"new_stock\":11,\"sale_id\":789,\"sale_number\":\"HIL-0784\"}','143.105.161.167','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-12 12:33:59','2026-03-12 12:33:59'),
(4111,418,'stock_removed','Removed 5 units - Sale',7,'{\"quantity\":5,\"reason\":\"Sale\",\"previous_stock\":351,\"new_stock\":346,\"sale_id\":790,\"sale_number\":\"HIL-0785\"}','154.73.166.162','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-12 15:16:04','2026-03-12 15:16:04'),
(4112,428,'stock_removed','Removed 2 units - Sale',7,'{\"quantity\":2,\"reason\":\"Sale\",\"previous_stock\":11,\"new_stock\":9,\"sale_id\":791,\"sale_number\":\"HIL-0786\"}','154.73.166.162','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-12 15:17:05','2026-03-12 15:17:05'),
(4113,173,'stock_removed','Removed 2 units - Sale',7,'{\"quantity\":2,\"reason\":\"Sale\",\"previous_stock\":420,\"new_stock\":418,\"sale_id\":792,\"sale_number\":\"HIL-0787\"}','154.73.161.170','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-13 05:40:45','2026-03-13 05:40:45'),
(4114,347,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":1,\"new_stock\":0,\"sale_id\":793,\"sale_number\":\"HIL-0788\"}','143.105.161.161','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-13 06:24:51','2026-03-13 06:24:51'),
(4115,47,'stock_removed','Removed 2 units - Sale',7,'{\"quantity\":2,\"reason\":\"Sale\",\"previous_stock\":3,\"new_stock\":1,\"sale_id\":794,\"sale_number\":\"HIL-0789\"}','143.105.161.161','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-13 06:50:10','2026-03-13 06:50:10'),
(4116,67,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":50,\"new_stock\":49,\"sale_id\":794,\"sale_number\":\"HIL-0789\"}','143.105.161.161','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-13 06:50:10','2026-03-13 06:50:10'),
(4117,415,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":1,\"new_stock\":0,\"sale_id\":795,\"sale_number\":\"HIL-0790\"}','143.105.161.161','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-13 07:37:42','2026-03-13 07:37:42'),
(4118,173,'stock_removed','Removed 30 units - Sale',7,'{\"quantity\":30,\"reason\":\"Sale\",\"previous_stock\":418,\"new_stock\":388,\"sale_id\":796,\"sale_number\":\"HIL-0791\"}','143.105.161.161','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-13 07:41:13','2026-03-13 07:41:13'),
(4119,426,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":35,\"new_stock\":34,\"sale_id\":797,\"sale_number\":\"HIL-0792\"}','143.105.161.137','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-13 11:04:59','2026-03-13 11:04:59'),
(4120,428,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":9,\"new_stock\":8,\"sale_id\":798,\"sale_number\":\"HIL-0793\"}','143.105.161.137','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-13 12:17:51','2026-03-13 12:17:51'),
(4121,182,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":7,\"new_stock\":6,\"sale_id\":799,\"sale_number\":\"HIL-0794\"}','143.105.161.137','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-13 12:20:15','2026-03-13 12:20:15'),
(4122,67,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":49,\"new_stock\":48,\"sale_id\":800,\"sale_number\":\"HIL-0795\"}','143.105.161.137','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-13 12:44:45','2026-03-13 12:44:45'),
(4123,418,'stock_removed','Removed 5 units - Sale',7,'{\"quantity\":5,\"reason\":\"Sale\",\"previous_stock\":346,\"new_stock\":341,\"sale_id\":801,\"sale_number\":\"HIL-0796\"}','143.105.161.137','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-13 12:45:10','2026-03-13 12:45:10'),
(4124,424,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":20,\"new_stock\":19,\"sale_id\":802,\"sale_number\":\"HIL-0797\"}','154.73.161.143','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-14 06:11:20','2026-03-14 06:11:20'),
(4125,435,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":13,\"new_stock\":12,\"sale_id\":802,\"sale_number\":\"HIL-0797\"}','154.73.161.143','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-14 06:11:20','2026-03-14 06:11:20'),
(4126,422,'updated','Product updated',4,'{\"description\":{\"old\":\"2X40 \\r\\n4X41\\r\\n5X42\\r\\n4X43\\r\\n2X44\\r\\n1X45\",\"new\":\"2\\u00d741\\r\\n2\\u00d743\\r\\n1\\u00d744\\r\\n1\\u00d745\\r\\n1\\u00d746\"}}','159.146.51.80','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/146.0.0.0 Mobile Safari/537.36','2026-03-14 06:17:37','2026-03-14 06:17:37'),
(4127,422,'stock_added','Added 7 units - Manual adjustment',4,'{\"quantity\":7,\"reason\":\"Manual adjustment\",\"previous_stock\":0,\"new_stock\":7,\"notes\":null}','159.146.51.80','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/146.0.0.0 Mobile Safari/537.36','2026-03-14 06:18:13','2026-03-14 06:18:13'),
(4128,373,'updated','Product updated',4,'{\"description\":{\"old\":\"1\\u00d740\\r\\n1\\u00d741\\r\\n1\\u00d743\\r\\n1\\u00d744\\r\\n1\\u00d745\\r\\n1\\u00d746\",\"new\":\"5\\u00d741\\r\\n5\\u00d742\\r\\n5\\u00d743\\r\\n3\\u00d744\\r\\n1\\u00d745\\r\\n2\\u00d746\"}}','159.146.51.80','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/146.0.0.0 Mobile Safari/537.36','2026-03-14 06:20:13','2026-03-14 06:20:13'),
(4129,373,'stock_added','Added 21 units - Manual adjustment',4,'{\"quantity\":21,\"reason\":\"Manual adjustment\",\"previous_stock\":0,\"new_stock\":21,\"notes\":null}','159.146.51.80','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/146.0.0.0 Mobile Safari/537.36','2026-03-14 06:20:52','2026-03-14 06:20:52'),
(4130,438,'created','Product created',4,'{\"name\":\"CA-8B\",\"description\":\"5\\u00d741\\r\\n5\\u00d742\\r\\n6\\u00d743\\r\\n3\\u00d744\\r\\n1\\u00d745\\r\\n2\\u00d746\",\"barcode\":\"PRD034925\",\"category_id\":\"2\",\"product_type\":\"store\",\"unit\":\"pcs\",\"cost_price\":\"19000.00\",\"selling_price\":\"30000.00\",\"image\":\"products\\/1773480539_BNES4Vzsgz.jpg\",\"expiry_date\":null,\"is_active\":true,\"alert_quantity\":1,\"weight\":null,\"length\":null,\"width\":null,\"height\":null,\"updated_at\":\"2026-03-14T09:28:59.000000Z\",\"created_at\":\"2026-03-14T09:28:59.000000Z\",\"id\":438}','159.146.51.80','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/146.0.0.0 Mobile Safari/537.36','2026-03-14 06:28:59','2026-03-14 06:28:59'),
(4131,438,'stock_added','Added 22 units - Initial stock',4,'{\"quantity\":22,\"reason\":\"Initial stock\",\"previous_stock\":0,\"new_stock\":22,\"notes\":\"Product creation\"}','159.146.51.80','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/146.0.0.0 Mobile Safari/537.36','2026-03-14 06:28:59','2026-03-14 06:28:59'),
(4132,439,'created','Product created',4,'{\"name\":\"CA-2026 C\",\"description\":\"4\\u00d741\\r\\n4\\u00d742\\r\\n2\\u00d743\\r\\n4\\u00d744\\r\\n1\\u00d745\\r\\n2\\u00d746\",\"barcode\":\"PRD976248\",\"category_id\":\"2\",\"product_type\":\"store\",\"unit\":\"pcs\",\"cost_price\":\"19000.00\",\"selling_price\":\"30000.00\",\"image\":\"products\\/1773480959_X6xxl74jlh.jpg\",\"expiry_date\":null,\"is_active\":true,\"alert_quantity\":1,\"weight\":null,\"length\":null,\"width\":null,\"height\":null,\"updated_at\":\"2026-03-14T09:35:59.000000Z\",\"created_at\":\"2026-03-14T09:35:59.000000Z\",\"id\":439}','159.146.51.80','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/146.0.0.0 Mobile Safari/537.36','2026-03-14 06:35:59','2026-03-14 06:35:59'),
(4133,439,'stock_added','Added 17 units - Initial stock',4,'{\"quantity\":17,\"reason\":\"Initial stock\",\"previous_stock\":0,\"new_stock\":17,\"notes\":\"Product creation\"}','159.146.51.80','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/146.0.0.0 Mobile Safari/537.36','2026-03-14 06:35:59','2026-03-14 06:35:59'),
(4134,440,'created','Product created',4,'{\"name\":\"CA-GS\",\"description\":\"1\\u00d740\\r\\n6\\u00d741\\r\\n6\\u00d742\\r\\n6\\u00d743\\r\\n5\\u00d744\\r\\n1\\u00d745\\r\\n1\\u00d746\",\"barcode\":\"PRD748395\",\"category_id\":\"2\",\"product_type\":\"store\",\"unit\":\"pcs\",\"cost_price\":\"19000.00\",\"selling_price\":\"30000.00\",\"image\":\"products\\/1773481380_5ZkBAkKM2G.jpg\",\"expiry_date\":null,\"is_active\":true,\"alert_quantity\":1,\"weight\":null,\"length\":null,\"width\":null,\"height\":null,\"updated_at\":\"2026-03-14T09:43:00.000000Z\",\"created_at\":\"2026-03-14T09:43:00.000000Z\",\"id\":440}','159.146.51.80','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/146.0.0.0 Mobile Safari/537.36','2026-03-14 06:43:00','2026-03-14 06:43:00'),
(4135,440,'stock_added','Added 26 units - Initial stock',4,'{\"quantity\":26,\"reason\":\"Initial stock\",\"previous_stock\":0,\"new_stock\":26,\"notes\":\"Product creation\"}','159.146.51.80','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/146.0.0.0 Mobile Safari/537.36','2026-03-14 06:43:00','2026-03-14 06:43:00'),
(4136,113,'updated','Product updated',4,'{\"description\":{\"old\":\"40==2\\r\\n41==3\\r\\n42==3\\r\\n43==3\\r\\n44==3\\r\\n45==2\\r\\n46==2\",\"new\":\"3\\u00d740\\r\\n3\\u00d741\\r\\n3\\u00d743\\r\\n2\\u00d744\\r\\n2\\u00d745\"}}','159.146.51.80','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/146.0.0.0 Mobile Safari/537.36','2026-03-14 06:46:20','2026-03-14 06:46:20'),
(4137,113,'stock_added','Added 13 units - Manual adjustment',4,'{\"quantity\":13,\"reason\":\"Manual adjustment\",\"previous_stock\":0,\"new_stock\":13,\"notes\":null}','159.146.51.80','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/146.0.0.0 Mobile Safari/537.36','2026-03-14 06:46:43','2026-03-14 06:46:43'),
(4138,171,'stock_added','Added 36 units - Manual adjustment',4,'{\"quantity\":36,\"reason\":\"Manual adjustment\",\"previous_stock\":0,\"new_stock\":36,\"notes\":null}','159.146.51.80','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/146.0.0.0 Mobile Safari/537.36','2026-03-14 06:47:50','2026-03-14 06:47:50'),
(4139,113,'stock_removed','Removed 13 units - Transfer from store to market',7,'{\"quantity\":13,\"reason\":\"Transfer from store to market\",\"previous_stock\":13,\"new_stock\":0,\"transfer_type\":\"store_to_market\",\"transferred_by\":7}','143.105.161.71','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-14 06:53:27','2026-03-14 06:53:27'),
(4140,148,'stock_added','Added 13 units - Transfer from store to market',7,'{\"quantity\":13,\"reason\":\"Transfer from store to market\",\"previous_stock\":0,\"new_stock\":13,\"transfer_type\":\"store_to_market\",\"from_product_id\":113,\"transferred_by\":7}','143.105.161.71','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-14 06:53:27','2026-03-14 06:53:27'),
(4141,148,'status_changed','Product activated',7,'{\"old_status\":false,\"new_status\":true}','143.105.161.71','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-14 06:54:16','2026-03-14 06:54:16'),
(4142,67,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":48,\"new_stock\":47,\"sale_id\":803,\"sale_number\":\"HIL-0798\"}','143.105.161.71','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-14 06:54:57','2026-03-14 06:54:57'),
(4143,148,'stock_removed','Removed 2 units - Sale',7,'{\"quantity\":2,\"reason\":\"Sale\",\"previous_stock\":13,\"new_stock\":11,\"sale_id\":803,\"sale_number\":\"HIL-0798\"}','143.105.161.71','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-14 06:54:57','2026-03-14 06:54:57'),
(4144,435,'stock_removed','Removed 3 units - Sale',7,'{\"quantity\":3,\"reason\":\"Sale\",\"previous_stock\":12,\"new_stock\":9,\"sale_id\":803,\"sale_number\":\"HIL-0798\"}','143.105.161.71','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-14 06:54:57','2026-03-14 06:54:57'),
(4145,67,'stock_removed','Removed 4 units - Sale',7,'{\"quantity\":4,\"reason\":\"Sale\",\"previous_stock\":47,\"new_stock\":43,\"sale_id\":804,\"sale_number\":\"HIL-0799\"}','143.105.161.71','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-14 06:56:32','2026-03-14 06:56:32'),
(4146,148,'stock_removed','Removed 2 units - Sale',7,'{\"quantity\":2,\"reason\":\"Sale\",\"previous_stock\":11,\"new_stock\":9,\"sale_id\":804,\"sale_number\":\"HIL-0799\"}','143.105.161.71','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-14 06:56:32','2026-03-14 06:56:32'),
(4147,237,'stock_removed','Removed 2 units - Sale',7,'{\"quantity\":2,\"reason\":\"Sale\",\"previous_stock\":3,\"new_stock\":1,\"sale_id\":804,\"sale_number\":\"HIL-0799\"}','143.105.161.71','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-14 06:56:32','2026-03-14 06:56:32'),
(4148,354,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":3,\"new_stock\":2,\"sale_id\":804,\"sale_number\":\"HIL-0799\"}','143.105.161.71','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-14 06:56:32','2026-03-14 06:56:32'),
(4149,362,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":2,\"new_stock\":1,\"sale_id\":804,\"sale_number\":\"HIL-0799\"}','143.105.161.71','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-14 06:56:32','2026-03-14 06:56:32'),
(4150,433,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":5,\"new_stock\":4,\"sale_id\":804,\"sale_number\":\"HIL-0799\"}','143.105.161.71','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-14 06:56:32','2026-03-14 06:56:32'),
(4151,173,'stock_removed','Removed 5 units - Sale',7,'{\"quantity\":5,\"reason\":\"Sale\",\"previous_stock\":388,\"new_stock\":383,\"sale_id\":805,\"sale_number\":\"HIL-0800\"}','143.105.161.71','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-14 06:58:23','2026-03-14 06:58:23'),
(4152,440,'stock_removed','Removed 26 units - Transfer from store to market',7,'{\"quantity\":26,\"reason\":\"Transfer from store to market\",\"previous_stock\":26,\"new_stock\":0,\"transfer_type\":\"store_to_market\",\"transferred_by\":7}','143.105.161.71','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-14 07:10:16','2026-03-14 07:10:16'),
(4153,442,'created','Product created',7,'{\"name\":\"CA-GS\",\"description\":\"1\\u00d740\\r\\n6\\u00d741\\r\\n6\\u00d742\\r\\n6\\u00d743\\r\\n5\\u00d744\\r\\n1\\u00d745\\r\\n1\\u00d746\",\"barcode\":\"PRD748395-M1\",\"category_id\":2,\"product_type\":\"market\",\"unit\":\"pcs\",\"cost_price\":\"19000.00\",\"selling_price\":\"30000.00\",\"discount_price\":null,\"image\":\"products\\/1773481380_5ZkBAkKM2G.jpg\",\"expiry_date\":null,\"is_active\":true,\"weight\":null,\"length\":null,\"width\":null,\"height\":null,\"updated_at\":\"2026-03-14T10:10:16.000000Z\",\"created_at\":\"2026-03-14T10:10:16.000000Z\",\"id\":442}','143.105.161.71','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-14 07:10:16','2026-03-14 07:10:16'),
(4154,442,'stock_added','Added 26 units - Transfer from store to market',7,'{\"quantity\":26,\"reason\":\"Transfer from store to market\",\"previous_stock\":0,\"new_stock\":26,\"transfer_type\":\"store_to_market\",\"from_product_id\":440,\"transferred_by\":7}','143.105.161.71','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-14 07:10:16','2026-03-14 07:10:16'),
(4155,439,'stock_removed','Removed 17 units - Transfer from store to market',7,'{\"quantity\":17,\"reason\":\"Transfer from store to market\",\"previous_stock\":17,\"new_stock\":0,\"transfer_type\":\"store_to_market\",\"transferred_by\":7}','143.105.161.71','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-14 07:10:22','2026-03-14 07:10:22'),
(4156,444,'created','Product created',7,'{\"name\":\"CA-2026 C\",\"description\":\"4\\u00d741\\r\\n4\\u00d742\\r\\n2\\u00d743\\r\\n4\\u00d744\\r\\n1\\u00d745\\r\\n2\\u00d746\",\"barcode\":\"PRD976248-M1\",\"category_id\":2,\"product_type\":\"market\",\"unit\":\"pcs\",\"cost_price\":\"19000.00\",\"selling_price\":\"30000.00\",\"discount_price\":null,\"image\":\"products\\/1773480959_X6xxl74jlh.jpg\",\"expiry_date\":null,\"is_active\":true,\"weight\":null,\"length\":null,\"width\":null,\"height\":null,\"updated_at\":\"2026-03-14T10:10:22.000000Z\",\"created_at\":\"2026-03-14T10:10:22.000000Z\",\"id\":444}','143.105.161.71','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-14 07:10:22','2026-03-14 07:10:22'),
(4157,444,'stock_added','Added 17 units - Transfer from store to market',7,'{\"quantity\":17,\"reason\":\"Transfer from store to market\",\"previous_stock\":0,\"new_stock\":17,\"transfer_type\":\"store_to_market\",\"from_product_id\":439,\"transferred_by\":7}','143.105.161.71','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-14 07:10:22','2026-03-14 07:10:22'),
(4158,438,'stock_removed','Removed 22 units - Transfer from store to market',7,'{\"quantity\":22,\"reason\":\"Transfer from store to market\",\"previous_stock\":22,\"new_stock\":0,\"transfer_type\":\"store_to_market\",\"transferred_by\":7}','143.105.161.71','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-14 07:10:27','2026-03-14 07:10:27'),
(4159,446,'created','Product created',7,'{\"name\":\"CA-8B\",\"description\":\"5\\u00d741\\r\\n5\\u00d742\\r\\n6\\u00d743\\r\\n3\\u00d744\\r\\n1\\u00d745\\r\\n2\\u00d746\",\"barcode\":\"PRD034925-M1\",\"category_id\":2,\"product_type\":\"market\",\"unit\":\"pcs\",\"cost_price\":\"19000.00\",\"selling_price\":\"30000.00\",\"discount_price\":null,\"image\":\"products\\/1773480539_BNES4Vzsgz.jpg\",\"expiry_date\":null,\"is_active\":true,\"weight\":null,\"length\":null,\"width\":null,\"height\":null,\"updated_at\":\"2026-03-14T10:10:27.000000Z\",\"created_at\":\"2026-03-14T10:10:27.000000Z\",\"id\":446}','143.105.161.71','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-14 07:10:27','2026-03-14 07:10:27'),
(4160,446,'stock_added','Added 22 units - Transfer from store to market',7,'{\"quantity\":22,\"reason\":\"Transfer from store to market\",\"previous_stock\":0,\"new_stock\":22,\"transfer_type\":\"store_to_market\",\"from_product_id\":438,\"transferred_by\":7}','143.105.161.71','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-14 07:10:27','2026-03-14 07:10:27'),
(4161,373,'stock_removed','Removed 21 units - Transfer from store to market',7,'{\"quantity\":21,\"reason\":\"Transfer from store to market\",\"previous_stock\":21,\"new_stock\":0,\"transfer_type\":\"store_to_market\",\"transferred_by\":7}','143.105.161.71','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-14 07:10:44','2026-03-14 07:10:44'),
(4162,389,'stock_added','Added 21 units - Transfer from store to market',7,'{\"quantity\":21,\"reason\":\"Transfer from store to market\",\"previous_stock\":0,\"new_stock\":21,\"transfer_type\":\"store_to_market\",\"from_product_id\":373,\"transferred_by\":7}','143.105.161.71','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-14 07:10:44','2026-03-14 07:10:44'),
(4163,389,'status_changed','Product activated',7,'{\"old_status\":false,\"new_status\":true}','143.105.161.71','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-14 07:14:30','2026-03-14 07:14:30'),
(4164,422,'stock_removed','Removed 7 units - Transfer from store to market',7,'{\"quantity\":7,\"reason\":\"Transfer from store to market\",\"previous_stock\":7,\"new_stock\":0,\"transfer_type\":\"store_to_market\",\"transferred_by\":7}','143.105.161.71','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-14 07:31:26','2026-03-14 07:31:26'),
(4165,424,'stock_added','Added 7 units - Transfer from store to market',7,'{\"quantity\":7,\"reason\":\"Transfer from store to market\",\"previous_stock\":19,\"new_stock\":26,\"transfer_type\":\"store_to_market\",\"from_product_id\":422,\"transferred_by\":7}','143.105.161.71','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-14 07:31:26','2026-03-14 07:31:26'),
(4166,430,'stock_added','Added 1 units - Restock - New shipment',7,'{\"quantity\":1,\"reason\":\"Restock - New shipment\",\"previous_stock\":7,\"new_stock\":8,\"notes\":null}','143.105.161.71','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-14 07:33:24','2026-03-14 07:33:24'),
(4167,389,'stock_removed','Removed 10 units - Sale',7,'{\"quantity\":10,\"reason\":\"Sale\",\"previous_stock\":21,\"new_stock\":11,\"sale_id\":806,\"sale_number\":\"HIL-0801\"}','143.105.161.71','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-14 07:36:49','2026-03-14 07:36:49'),
(4168,424,'stock_removed','Removed 10 units - Sale',7,'{\"quantity\":10,\"reason\":\"Sale\",\"previous_stock\":26,\"new_stock\":16,\"sale_id\":806,\"sale_number\":\"HIL-0801\"}','143.105.161.71','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-14 07:36:49','2026-03-14 07:36:49'),
(4169,426,'stock_removed','Removed 10 units - Sale',7,'{\"quantity\":10,\"reason\":\"Sale\",\"previous_stock\":34,\"new_stock\":24,\"sale_id\":806,\"sale_number\":\"HIL-0801\"}','143.105.161.71','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-14 07:36:49','2026-03-14 07:36:49'),
(4170,428,'stock_removed','Removed 7 units - Sale',7,'{\"quantity\":7,\"reason\":\"Sale\",\"previous_stock\":8,\"new_stock\":1,\"sale_id\":806,\"sale_number\":\"HIL-0801\"}','143.105.161.71','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-14 07:36:49','2026-03-14 07:36:49'),
(4171,430,'stock_removed','Removed 8 units - Sale',7,'{\"quantity\":8,\"reason\":\"Sale\",\"previous_stock\":8,\"new_stock\":0,\"sale_id\":806,\"sale_number\":\"HIL-0801\"}','143.105.161.71','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-14 07:36:49','2026-03-14 07:36:49'),
(4172,442,'stock_removed','Removed 10 units - Sale',7,'{\"quantity\":10,\"reason\":\"Sale\",\"previous_stock\":26,\"new_stock\":16,\"sale_id\":806,\"sale_number\":\"HIL-0801\"}','143.105.161.71','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-14 07:36:49','2026-03-14 07:36:49'),
(4173,444,'stock_removed','Removed 10 units - Sale',7,'{\"quantity\":10,\"reason\":\"Sale\",\"previous_stock\":17,\"new_stock\":7,\"sale_id\":806,\"sale_number\":\"HIL-0801\"}','143.105.161.71','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-14 07:36:49','2026-03-14 07:36:49'),
(4174,67,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":43,\"new_stock\":42,\"sale_id\":807,\"sale_number\":\"HIL-0802\"}','143.105.161.127','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-14 08:06:29','2026-03-14 08:06:29'),
(4175,148,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":9,\"new_stock\":8,\"sale_id\":808,\"sale_number\":\"HIL-0803\"}','143.105.161.127','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-14 08:14:16','2026-03-14 08:14:16'),
(4176,148,'stock_added','Added 1 units - Sale cancelled/refunded',7,'{\"quantity\":1,\"reason\":\"Error\",\"previous_stock\":8,\"new_stock\":9,\"sale_id\":808,\"sale_number\":\"HIL-0803\"}','143.105.161.127','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-14 08:14:38','2026-03-14 08:14:38'),
(4177,148,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":9,\"new_stock\":8,\"sale_id\":809,\"sale_number\":\"HIL-0804\"}','143.105.161.127','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-14 08:15:03','2026-03-14 08:15:03'),
(4178,389,'stock_removed','Removed 2 units - Sale',7,'{\"quantity\":2,\"reason\":\"Sale\",\"previous_stock\":11,\"new_stock\":9,\"sale_id\":810,\"sale_number\":\"HIL-0805\"}','143.105.161.127','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-14 08:30:44','2026-03-14 08:30:44'),
(4179,418,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":341,\"new_stock\":340,\"sale_id\":811,\"sale_number\":\"HIL-0806\"}','143.105.161.127','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-14 08:52:08','2026-03-14 08:52:08'),
(4180,418,'stock_added','Added 3 units - Sale cancelled/refunded',7,'{\"quantity\":3,\"reason\":\"Sale return\",\"previous_stock\":340,\"new_stock\":343,\"sale_id\":749,\"sale_number\":\"HIL-0744\"}','143.105.161.127','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-14 09:34:12','2026-03-14 09:34:12'),
(4181,418,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":343,\"new_stock\":342,\"sale_id\":812,\"sale_number\":\"HIL-0807\"}','143.105.161.127','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-14 09:34:38','2026-03-14 09:34:38'),
(4182,47,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":1,\"new_stock\":0,\"sale_id\":813,\"sale_number\":\"HIL-0808\"}','143.105.161.127','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-14 09:46:32','2026-03-14 09:46:32'),
(4183,67,'stock_removed','Removed 5 units - Sale',7,'{\"quantity\":5,\"reason\":\"Sale\",\"previous_stock\":42,\"new_stock\":37,\"sale_id\":814,\"sale_number\":\"HIL-0809\"}','154.73.161.143','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-14 09:59:18','2026-03-14 09:59:18'),
(4184,99,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":9,\"new_stock\":8,\"sale_id\":814,\"sale_number\":\"HIL-0809\"}','154.73.161.143','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-14 09:59:18','2026-03-14 09:59:18'),
(4185,126,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":2,\"new_stock\":1,\"sale_id\":814,\"sale_number\":\"HIL-0809\"}','154.73.161.143','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-14 09:59:18','2026-03-14 09:59:18'),
(4186,148,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":8,\"new_stock\":7,\"sale_id\":814,\"sale_number\":\"HIL-0809\"}','154.73.161.143','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-14 09:59:18','2026-03-14 09:59:18'),
(4187,208,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":3,\"new_stock\":2,\"sale_id\":814,\"sale_number\":\"HIL-0809\"}','154.73.161.143','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-14 09:59:18','2026-03-14 09:59:18'),
(4188,381,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":1,\"new_stock\":0,\"sale_id\":814,\"sale_number\":\"HIL-0809\"}','154.73.161.143','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-14 09:59:18','2026-03-14 09:59:18'),
(4189,383,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":5,\"new_stock\":4,\"sale_id\":814,\"sale_number\":\"HIL-0809\"}','154.73.161.143','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-14 09:59:18','2026-03-14 09:59:18'),
(4190,413,'stock_removed','Removed 2 units - Sale',7,'{\"quantity\":2,\"reason\":\"Sale\",\"previous_stock\":2,\"new_stock\":0,\"sale_id\":814,\"sale_number\":\"HIL-0809\"}','154.73.161.143','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-14 09:59:18','2026-03-14 09:59:18'),
(4191,418,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":342,\"new_stock\":341,\"sale_id\":814,\"sale_number\":\"HIL-0809\"}','154.73.161.143','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-14 09:59:18','2026-03-14 09:59:18'),
(4192,435,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":9,\"new_stock\":8,\"sale_id\":814,\"sale_number\":\"HIL-0809\"}','154.73.161.143','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-14 09:59:18','2026-03-14 09:59:18'),
(4193,447,'created','Product created',7,'{\"name\":\"Olive\",\"description\":null,\"barcode\":\"PRD519600\",\"category_id\":\"4\",\"product_type\":\"market\",\"unit\":\"pcs\",\"cost_price\":\"5500.00\",\"selling_price\":\"5500.00\",\"expiry_date\":null,\"is_active\":true,\"alert_quantity\":5,\"weight\":null,\"length\":null,\"width\":null,\"height\":null,\"updated_at\":\"2026-03-14T13:21:01.000000Z\",\"created_at\":\"2026-03-14T13:21:01.000000Z\",\"id\":447}','143.105.161.127','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-14 10:21:01','2026-03-14 10:21:01'),
(4194,447,'stock_added','Added 147 units - Initial stock',7,'{\"quantity\":147,\"reason\":\"Initial stock\",\"previous_stock\":0,\"new_stock\":147,\"notes\":\"Product creation\"}','143.105.161.127','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-14 10:21:01','2026-03-14 10:21:01'),
(4195,447,'stock_removed','Removed 15 units - Sale',7,'{\"quantity\":15,\"reason\":\"Sale\",\"previous_stock\":147,\"new_stock\":132,\"sale_id\":815,\"sale_number\":\"HIL-0810\"}','143.105.161.127','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-14 10:21:23','2026-03-14 10:21:23'),
(4196,424,'stock_removed','Removed 9 units - Sale',7,'{\"quantity\":9,\"reason\":\"Sale\",\"previous_stock\":16,\"new_stock\":7,\"sale_id\":816,\"sale_number\":\"HIL-0811\"}','143.105.161.127','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-14 10:24:39','2026-03-14 10:24:39'),
(4197,426,'stock_removed','Removed 10 units - Sale',7,'{\"quantity\":10,\"reason\":\"Sale\",\"previous_stock\":24,\"new_stock\":14,\"sale_id\":816,\"sale_number\":\"HIL-0811\"}','143.105.161.127','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-14 10:24:39','2026-03-14 10:24:39'),
(4198,442,'stock_removed','Removed 10 units - Sale',7,'{\"quantity\":10,\"reason\":\"Sale\",\"previous_stock\":16,\"new_stock\":6,\"sale_id\":816,\"sale_number\":\"HIL-0811\"}','143.105.161.127','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-14 10:24:39','2026-03-14 10:24:39'),
(4199,444,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":7,\"new_stock\":6,\"sale_id\":816,\"sale_number\":\"HIL-0811\"}','143.105.161.127','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-14 10:24:39','2026-03-14 10:24:39'),
(4200,446,'stock_removed','Removed 5 units - Sale',7,'{\"quantity\":5,\"reason\":\"Sale\",\"previous_stock\":22,\"new_stock\":17,\"sale_id\":816,\"sale_number\":\"HIL-0811\"}','143.105.161.127','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-14 10:24:39','2026-03-14 10:24:39'),
(4201,389,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":9,\"new_stock\":8,\"sale_id\":817,\"sale_number\":\"HIL-0812\"}','143.105.161.127','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-14 10:56:11','2026-03-14 10:56:11'),
(4202,389,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":8,\"new_stock\":7,\"sale_id\":818,\"sale_number\":\"HIL-0813\"}','143.105.161.127','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-14 12:26:26','2026-03-14 12:26:26'),
(4203,237,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":1,\"new_stock\":0,\"sale_id\":819,\"sale_number\":\"HIL-0814\"}','143.105.161.127','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-14 12:31:54','2026-03-14 12:31:54'),
(4204,418,'stock_removed','Removed 2 units - Sale',7,'{\"quantity\":2,\"reason\":\"Sale\",\"previous_stock\":341,\"new_stock\":339,\"sale_id\":819,\"sale_number\":\"HIL-0814\"}','143.105.161.127','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-14 12:31:54','2026-03-14 12:31:54'),
(4205,148,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":7,\"new_stock\":6,\"sale_id\":820,\"sale_number\":\"HIL-0815\"}','143.105.161.127','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-14 12:32:37','2026-03-14 12:32:37'),
(4206,418,'stock_removed','Removed 2 units - Sale',7,'{\"quantity\":2,\"reason\":\"Sale\",\"previous_stock\":339,\"new_stock\":337,\"sale_id\":820,\"sale_number\":\"HIL-0815\"}','143.105.161.127','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-14 12:32:37','2026-03-14 12:32:37'),
(4207,383,'stock_added','Added 2 units - Restock - New shipment',7,'{\"quantity\":2,\"reason\":\"Restock - New shipment\",\"previous_stock\":4,\"new_stock\":6,\"notes\":null}','143.105.161.127','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-14 12:33:16','2026-03-14 12:33:16'),
(4208,426,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":14,\"new_stock\":13,\"sale_id\":821,\"sale_number\":\"HIL-0816\"}','143.105.161.127','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-14 12:56:06','2026-03-14 12:56:06'),
(4209,67,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":37,\"new_stock\":36,\"sale_id\":822,\"sale_number\":\"HIL-0817\"}','143.105.161.127','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-14 13:14:32','2026-03-14 13:14:32'),
(4210,383,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":6,\"new_stock\":5,\"sale_id\":822,\"sale_number\":\"HIL-0817\"}','143.105.161.127','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-14 13:14:32','2026-03-14 13:14:32'),
(4211,270,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":3,\"new_stock\":2,\"sale_id\":823,\"sale_number\":\"HIL-0818\"}','143.105.161.127','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-14 13:30:05','2026-03-14 13:30:05'),
(4212,171,'stock_removed','Removed 36 units - Transfer from store to market',7,'{\"quantity\":36,\"reason\":\"Transfer from store to market\",\"previous_stock\":36,\"new_stock\":0,\"transfer_type\":\"store_to_market\",\"transferred_by\":7}','143.105.161.235','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-15 07:43:48','2026-03-15 07:43:48'),
(4213,173,'stock_added','Added 36 units - Transfer from store to market',7,'{\"quantity\":36,\"reason\":\"Transfer from store to market\",\"previous_stock\":383,\"new_stock\":419,\"transfer_type\":\"store_to_market\",\"from_product_id\":171,\"transferred_by\":7}','143.105.161.235','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-15 07:43:48','2026-03-15 07:43:48'),
(4214,389,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":7,\"new_stock\":6,\"sale_id\":824,\"sale_number\":\"HIL-0819\"}','143.105.161.235','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-15 07:54:12','2026-03-15 07:54:12'),
(4215,426,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":13,\"new_stock\":12,\"sale_id\":824,\"sale_number\":\"HIL-0819\"}','143.105.161.235','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-15 07:54:12','2026-03-15 07:54:12'),
(4216,418,'stock_removed','Removed 3 units - Sale',7,'{\"quantity\":3,\"reason\":\"Sale\",\"previous_stock\":337,\"new_stock\":334,\"sale_id\":825,\"sale_number\":\"HIL-0820\"}','143.105.161.235','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-15 08:41:31','2026-03-15 08:41:31'),
(4217,148,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":6,\"new_stock\":5,\"sale_id\":826,\"sale_number\":\"HIL-0821\"}','143.105.161.235','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-15 08:42:25','2026-03-15 08:42:25'),
(4218,241,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":1,\"new_stock\":0,\"sale_id\":827,\"sale_number\":\"HIL-0822\"}','143.105.161.235','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-15 08:55:03','2026-03-15 08:55:03'),
(4219,389,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":6,\"new_stock\":5,\"sale_id\":828,\"sale_number\":\"HIL-0823\"}','143.105.161.235','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-15 09:24:12','2026-03-15 09:24:12'),
(4220,418,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":334,\"new_stock\":333,\"sale_id\":829,\"sale_number\":\"HIL-0824\"}','143.105.161.235','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-15 09:28:03','2026-03-15 09:28:03'),
(4221,424,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":7,\"new_stock\":6,\"sale_id\":829,\"sale_number\":\"HIL-0824\"}','143.105.161.235','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-15 09:28:03','2026-03-15 09:28:03'),
(4222,418,'stock_removed','Removed 14 units - Sale',7,'{\"quantity\":14,\"reason\":\"Sale\",\"previous_stock\":333,\"new_stock\":319,\"sale_id\":830,\"sale_number\":\"HIL-0825\"}','143.105.161.235','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-15 09:28:12','2026-03-15 09:28:12'),
(4223,45,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":2,\"new_stock\":1,\"sale_id\":831,\"sale_number\":\"HIL-0826\"}','143.105.161.235','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-15 09:42:47','2026-03-15 09:42:47'),
(4224,67,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":36,\"new_stock\":35,\"sale_id\":832,\"sale_number\":\"HIL-0827\"}','143.105.161.235','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-15 09:55:16','2026-03-15 09:55:16'),
(4225,418,'stock_removed','Removed 2 units - Sale',7,'{\"quantity\":2,\"reason\":\"Sale\",\"previous_stock\":319,\"new_stock\":317,\"sale_id\":832,\"sale_number\":\"HIL-0827\"}','143.105.161.235','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-15 09:55:16','2026-03-15 09:55:16'),
(4226,437,'status_changed','Product deactivated',7,'{\"old_status\":true,\"new_status\":false}','143.105.161.235','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-15 09:55:53','2026-03-15 09:55:53'),
(4227,430,'status_changed','Product deactivated',7,'{\"old_status\":true,\"new_status\":false}','143.105.161.235','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-15 09:56:02','2026-03-15 09:56:02'),
(4228,415,'status_changed','Product deactivated',7,'{\"old_status\":true,\"new_status\":false}','143.105.161.235','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-15 09:56:12','2026-03-15 09:56:12'),
(4229,413,'status_changed','Product deactivated',7,'{\"old_status\":true,\"new_status\":false}','143.105.161.235','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-15 09:56:18','2026-03-15 09:56:18'),
(4230,404,'status_changed','Product deactivated',7,'{\"old_status\":true,\"new_status\":false}','143.105.161.235','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-15 09:56:26','2026-03-15 09:56:26'),
(4231,387,'status_changed','Product deactivated',7,'{\"old_status\":true,\"new_status\":false}','143.105.161.235','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-15 09:56:42','2026-03-15 09:56:42'),
(4232,381,'status_changed','Product deactivated',7,'{\"old_status\":true,\"new_status\":false}','143.105.161.235','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-15 09:56:55','2026-03-15 09:56:55'),
(4233,356,'status_changed','Product deactivated',7,'{\"old_status\":true,\"new_status\":false}','143.105.161.235','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-15 09:57:02','2026-03-15 09:57:02'),
(4234,347,'status_changed','Product deactivated',7,'{\"old_status\":true,\"new_status\":false}','143.105.161.235','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-15 09:57:09','2026-03-15 09:57:09'),
(4235,307,'status_changed','Product deactivated',7,'{\"old_status\":true,\"new_status\":false}','143.105.161.235','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-15 09:57:19','2026-03-15 09:57:19'),
(4236,67,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":35,\"new_stock\":34,\"sale_id\":833,\"sale_number\":\"HIL-0828\"}','143.105.161.235','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-15 10:10:25','2026-03-15 10:10:25'),
(4237,418,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":317,\"new_stock\":316,\"sale_id\":833,\"sale_number\":\"HIL-0828\"}','143.105.161.235','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-15 10:10:25','2026-03-15 10:10:25'),
(4238,428,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":1,\"new_stock\":0,\"sale_id\":833,\"sale_number\":\"HIL-0828\"}','143.105.161.235','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-15 10:10:25','2026-03-15 10:10:25'),
(4239,389,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":5,\"new_stock\":4,\"sale_id\":834,\"sale_number\":\"HIL-0829\"}','143.105.161.235','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-15 10:56:37','2026-03-15 10:56:37'),
(4240,67,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":34,\"new_stock\":33,\"sale_id\":835,\"sale_number\":\"HIL-0830\"}','143.105.161.235','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-15 12:05:56','2026-03-15 12:05:56'),
(4241,79,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":18,\"new_stock\":17,\"sale_id\":836,\"sale_number\":\"HIL-0831\"}','143.105.161.235','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-15 12:32:01','2026-03-15 12:32:01'),
(4242,99,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":8,\"new_stock\":7,\"sale_id\":837,\"sale_number\":\"HIL-0832\"}','143.105.161.235','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-15 12:35:36','2026-03-15 12:35:36'),
(4243,272,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":7,\"new_stock\":6,\"sale_id\":838,\"sale_number\":\"HIL-0833\"}','143.105.161.235','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-15 12:37:49','2026-03-15 12:37:49'),
(4244,272,'stock_added','Added 1 units - Sale cancelled/refunded',7,'{\"quantity\":1,\"reason\":\"Sale return\",\"previous_stock\":6,\"new_stock\":7,\"sale_id\":838,\"sale_number\":\"HIL-0833\"}','143.105.161.235','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-15 12:38:15','2026-03-15 12:38:15'),
(4245,418,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":316,\"new_stock\":315,\"sale_id\":839,\"sale_number\":\"HIL-0834\"}','154.73.161.154','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-16 06:32:51','2026-03-16 06:32:51'),
(4246,418,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":315,\"new_stock\":314,\"sale_id\":840,\"sale_number\":\"HIL-0835\"}','154.73.161.154','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-16 06:33:05','2026-03-16 06:33:05'),
(4247,418,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":314,\"new_stock\":313,\"sale_id\":841,\"sale_number\":\"HIL-0836\"}','154.73.161.154','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-16 06:33:14','2026-03-16 06:33:14'),
(4248,148,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":5,\"new_stock\":4,\"sale_id\":842,\"sale_number\":\"HIL-0837\"}','154.73.161.154','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-16 06:33:45','2026-03-16 06:33:45'),
(4249,270,'stock_added','Added 1 units - Sale cancelled/refunded',7,'{\"quantity\":1,\"reason\":\"Sale return\",\"previous_stock\":2,\"new_stock\":3,\"sale_id\":823,\"sale_number\":\"HIL-0818\"}','154.73.161.154','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-16 06:34:09','2026-03-16 06:34:09'),
(4250,4,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":653,\"new_stock\":652,\"sale_id\":843,\"sale_number\":\"HIL-0838\"}','154.73.161.154','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-16 06:55:14','2026-03-16 06:55:14'),
(4251,418,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":313,\"new_stock\":312,\"sale_id\":843,\"sale_number\":\"HIL-0838\"}','154.73.161.154','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-16 06:55:14','2026-03-16 06:55:14'),
(4252,7,'status_changed','Product deactivated',7,'{\"old_status\":true,\"new_status\":false}','154.73.161.154','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-16 06:57:08','2026-03-16 06:57:08'),
(4253,418,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":312,\"new_stock\":311,\"sale_id\":844,\"sale_number\":\"HIL-0839\"}','143.105.161.195','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-16 07:30:40','2026-03-16 07:30:40'),
(4254,217,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":2,\"new_stock\":1,\"sale_id\":845,\"sale_number\":\"HIL-0840\"}','143.105.161.195','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-16 08:52:14','2026-03-16 08:52:14'),
(4255,148,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":4,\"new_stock\":3,\"sale_id\":846,\"sale_number\":\"HIL-0841\"}','143.105.161.195','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-16 09:16:44','2026-03-16 09:16:44'),
(4256,418,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":311,\"new_stock\":310,\"sale_id\":847,\"sale_number\":\"HIL-0842\"}','143.105.161.195','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-16 10:03:22','2026-03-16 10:03:22'),
(4257,270,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":3,\"new_stock\":2,\"sale_id\":848,\"sale_number\":\"HIL-0843\"}','143.105.161.195','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-16 10:06:46','2026-03-16 10:06:46'),
(4258,173,'stock_removed','Removed 20 units - Sale',7,'{\"quantity\":20,\"reason\":\"Sale\",\"previous_stock\":419,\"new_stock\":399,\"sale_id\":849,\"sale_number\":\"HIL-0844\"}','143.105.161.195','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-16 10:15:05','2026-03-16 10:15:05'),
(4259,182,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":6,\"new_stock\":5,\"sale_id\":850,\"sale_number\":\"HIL-0845\"}','143.105.161.195','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-16 11:15:10','2026-03-16 11:15:10'),
(4260,215,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":4,\"new_stock\":3,\"sale_id\":850,\"sale_number\":\"HIL-0845\"}','143.105.161.195','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-16 11:15:10','2026-03-16 11:15:10'),
(4261,247,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":1,\"new_stock\":0,\"sale_id\":850,\"sale_number\":\"HIL-0845\"}','143.105.161.195','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-16 11:15:10','2026-03-16 11:15:10'),
(4262,418,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":310,\"new_stock\":309,\"sale_id\":851,\"sale_number\":\"HIL-0846\"}','143.105.161.195','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-16 11:15:39','2026-03-16 11:15:39'),
(4263,393,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":1,\"new_stock\":0,\"sale_id\":852,\"sale_number\":\"HIL-0847\"}','143.105.161.195','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-16 11:30:16','2026-03-16 11:30:16'),
(4264,345,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":1,\"new_stock\":0,\"sale_id\":853,\"sale_number\":\"HIL-0848\"}','143.105.161.195','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-16 11:35:54','2026-03-16 11:35:54'),
(4265,424,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":6,\"new_stock\":5,\"sale_id\":854,\"sale_number\":\"HIL-0849\"}','143.105.161.195','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-16 11:56:05','2026-03-16 11:56:05'),
(4266,173,'stock_removed','Removed 2 units - Sale',7,'{\"quantity\":2,\"reason\":\"Sale\",\"previous_stock\":399,\"new_stock\":397,\"sale_id\":855,\"sale_number\":\"HIL-0850\"}','143.105.161.195','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-16 12:05:20','2026-03-16 12:05:20'),
(4267,418,'stock_removed','Removed 2 units - Sale',7,'{\"quantity\":2,\"reason\":\"Sale\",\"previous_stock\":309,\"new_stock\":307,\"sale_id\":856,\"sale_number\":\"HIL-0851\"}','143.105.161.195','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-16 12:05:52','2026-03-16 12:05:52'),
(4268,418,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":307,\"new_stock\":306,\"sale_id\":857,\"sale_number\":\"HIL-0852\"}','143.105.161.195','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-16 12:37:40','2026-03-16 12:37:40'),
(4269,389,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":4,\"new_stock\":3,\"sale_id\":858,\"sale_number\":\"HIL-0853\"}','143.105.161.195','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-16 13:23:27','2026-03-16 13:23:27'),
(4270,448,'created','Product created',4,'{\"name\":\"CA-0150 SB\",\"description\":\"1\\u00d740\\r\\n2\\u00d741\\r\\n3\\u00d742\\r\\n2\\u00d743\\r\\n2\\u00d744\\r\\n1\\u00d745\\r\\n1\\u00d746\",\"barcode\":\"PRD265891\",\"category_id\":\"7\",\"product_type\":\"store\",\"unit\":\"pcs\",\"cost_price\":\"19000.00\",\"selling_price\":\"30000.00\",\"image\":\"products\\/1773727183_012BOFIcYc.jpg\",\"expiry_date\":null,\"is_active\":true,\"alert_quantity\":1,\"weight\":null,\"length\":null,\"width\":null,\"height\":null,\"updated_at\":\"2026-03-17T05:59:43.000000Z\",\"created_at\":\"2026-03-17T05:59:43.000000Z\",\"id\":448}','159.146.51.80','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/146.0.0.0 Safari/537.36','2026-03-17 02:59:43','2026-03-17 02:59:43'),
(4271,448,'stock_added','Added 12 units - Initial stock',4,'{\"quantity\":12,\"reason\":\"Initial stock\",\"previous_stock\":0,\"new_stock\":12,\"notes\":\"Product creation\"}','159.146.51.80','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/146.0.0.0 Safari/537.36','2026-03-17 02:59:43','2026-03-17 02:59:43'),
(4272,449,'created','Product created',4,'{\"name\":\"CA-3000 B\",\"description\":\"1\\u00d740\\r\\n4\\u00d741\\r\\n5\\u00d742\\r\\n4\\u00d743\\r\\n3\\u00d744\\r\\n2\\u00d745\\r\\n2\\u00d746\",\"barcode\":\"PRD589716\",\"category_id\":\"7\",\"product_type\":\"store\",\"unit\":\"pcs\",\"cost_price\":\"19000.00\",\"selling_price\":\"30000.00\",\"image\":\"products\\/1773727579_VpLQ1J2OOd.jpg\",\"expiry_date\":null,\"is_active\":true,\"alert_quantity\":5,\"weight\":null,\"length\":null,\"width\":null,\"height\":null,\"updated_at\":\"2026-03-17T06:06:19.000000Z\",\"created_at\":\"2026-03-17T06:06:19.000000Z\",\"id\":449}','159.146.51.80','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/146.0.0.0 Safari/537.36','2026-03-17 03:06:19','2026-03-17 03:06:19'),
(4273,449,'stock_added','Added 21 units - Initial stock',4,'{\"quantity\":21,\"reason\":\"Initial stock\",\"previous_stock\":0,\"new_stock\":21,\"notes\":\"Product creation\"}','159.146.51.80','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/146.0.0.0 Safari/537.36','2026-03-17 03:06:19','2026-03-17 03:06:19'),
(4274,450,'created','Product created',4,'{\"name\":\"CA-PA K\",\"description\":\"1\\u00d739\\r\\n1\\u00d740\\r\\n4\\u00d741\\r\\n5\\u00d742\\r\\n4\\u00d743\\r\\n3\\u00d744\\r\\n1\\u00d745\",\"barcode\":\"PRD550465\",\"category_id\":\"7\",\"product_type\":\"store\",\"unit\":\"pcs\",\"cost_price\":\"19000.00\",\"selling_price\":\"30000.00\",\"image\":\"products\\/1773727857_omxku8875R.jpg\",\"expiry_date\":null,\"is_active\":true,\"alert_quantity\":5,\"weight\":null,\"length\":null,\"width\":null,\"height\":null,\"updated_at\":\"2026-03-17T06:10:57.000000Z\",\"created_at\":\"2026-03-17T06:10:57.000000Z\",\"id\":450}','159.146.51.80','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/146.0.0.0 Safari/537.36','2026-03-17 03:10:57','2026-03-17 03:10:57'),
(4275,450,'stock_added','Added 19 units - Initial stock',4,'{\"quantity\":19,\"reason\":\"Initial stock\",\"previous_stock\":0,\"new_stock\":19,\"notes\":\"Product creation\"}','159.146.51.80','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/146.0.0.0 Safari/537.36','2026-03-17 03:10:57','2026-03-17 03:10:57'),
(4276,451,'created','Product created',4,'{\"name\":\"CA-0150 FS\",\"description\":\"1\\u00d741\\r\\n1\\u00d742\\r\\n1\\u00d743\",\"barcode\":\"PRD836759\",\"category_id\":\"7\",\"product_type\":\"store\",\"unit\":\"pcs\",\"cost_price\":\"19000.00\",\"selling_price\":\"30000.00\",\"image\":\"products\\/1773728019_5VoF8K0jup.jpg\",\"expiry_date\":null,\"is_active\":true,\"alert_quantity\":1,\"weight\":null,\"length\":null,\"width\":null,\"height\":null,\"updated_at\":\"2026-03-17T06:13:39.000000Z\",\"created_at\":\"2026-03-17T06:13:39.000000Z\",\"id\":451}','159.146.51.80','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/146.0.0.0 Safari/537.36','2026-03-17 03:13:39','2026-03-17 03:13:39'),
(4277,451,'stock_added','Added 3 units - Initial stock',4,'{\"quantity\":3,\"reason\":\"Initial stock\",\"previous_stock\":0,\"new_stock\":3,\"notes\":\"Product creation\"}','159.146.51.80','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/146.0.0.0 Safari/537.36','2026-03-17 03:13:39','2026-03-17 03:13:39'),
(4278,438,'updated','Product updated',4,'{\"description\":{\"old\":\"5\\u00d741\\r\\n5\\u00d742\\r\\n6\\u00d743\\r\\n3\\u00d744\\r\\n1\\u00d745\\r\\n2\\u00d746\",\"new\":\"1\\u00d740\\r\\n4\\u00d741\\r\\n4\\u00d742\\r\\n3\\u00d743\\r\\n4\\u00d744\"},\"category_id\":{\"old\":2,\"new\":\"7\"}}','159.146.51.80','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/146.0.0.0 Safari/537.36','2026-03-17 03:16:14','2026-03-17 03:16:14'),
(4279,438,'stock_added','Added 16 units - Restock - New shipment',4,'{\"quantity\":16,\"reason\":\"Restock - New shipment\",\"previous_stock\":0,\"new_stock\":16,\"notes\":null}','159.146.51.80','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/146.0.0.0 Safari/537.36','2026-03-17 03:16:51','2026-03-17 03:16:51'),
(4280,450,'updated','Product updated',4,'{\"description\":{\"old\":\"1\\u00d739\\r\\n1\\u00d740\\r\\n4\\u00d741\\r\\n5\\u00d742\\r\\n4\\u00d743\\r\\n3\\u00d744\\r\\n1\\u00d745\",\"new\":\"1\\u00d739\\r\\n1\\u00d740\\r\\n4\\u00d741\\r\\n5\\u00d742\\r\\n4\\u00d743\\r\\n2\\u00d744\\r\\n1\\u00d745\"}}','159.146.51.80','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/146.0.0.0 Safari/537.36','2026-03-17 03:18:40','2026-03-17 03:18:40'),
(4281,450,'status_changed','Product deactivated',4,'{\"old_status\":true,\"new_status\":false}','159.146.51.80','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/146.0.0.0 Safari/537.36','2026-03-17 03:18:47','2026-03-17 03:18:47'),
(4282,450,'status_changed','Product activated',4,'{\"old_status\":false,\"new_status\":true}','159.146.51.80','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/146.0.0.0 Safari/537.36','2026-03-17 03:18:51','2026-03-17 03:18:51'),
(4283,450,'stock_removed','Removed 1 units - Adjustment - Count correction',4,'{\"quantity\":1,\"reason\":\"Adjustment - Count correction\",\"previous_stock\":19,\"new_stock\":18,\"notes\":null}','159.146.51.80','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/146.0.0.0 Safari/537.36','2026-03-17 03:19:28','2026-03-17 03:19:28'),
(4284,448,'updated','Product updated',4,'{\"image\":{\"old\":\"products\\/1773727183_012BOFIcYc.jpg\",\"new\":\"products\\/1773728512_LipQdhS8pJ.jpg\"}}','159.146.51.80','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/146.0.0.0 Safari/537.36','2026-03-17 03:21:52','2026-03-17 03:21:52'),
(4285,452,'created','Product created',4,'{\"name\":\"CA-PA2025 B\",\"description\":\"1\\u00d740\\r\\n1\\u00d741\\r\\n2\\u00d742\\r\\n4\\u00d743\\r\\n3\\u00d744\",\"barcode\":\"PRD475332\",\"category_id\":\"7\",\"product_type\":\"store\",\"unit\":\"pcs\",\"cost_price\":\"19000.00\",\"selling_price\":\"30000.00\",\"image\":\"products\\/1773729154_TIBoDVEjBB.jpg\",\"expiry_date\":null,\"is_active\":true,\"alert_quantity\":1,\"weight\":null,\"length\":null,\"width\":null,\"height\":null,\"updated_at\":\"2026-03-17T06:32:34.000000Z\",\"created_at\":\"2026-03-17T06:32:34.000000Z\",\"id\":452}','159.146.51.80','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/146.0.0.0 Safari/537.36','2026-03-17 03:32:34','2026-03-17 03:32:34'),
(4286,452,'stock_added','Added 11 units - Initial stock',4,'{\"quantity\":11,\"reason\":\"Initial stock\",\"previous_stock\":0,\"new_stock\":11,\"notes\":\"Product creation\"}','159.146.51.80','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/146.0.0.0 Safari/537.36','2026-03-17 03:32:34','2026-03-17 03:32:34'),
(4287,453,'created','Product created',4,'{\"name\":\"CA-X SB\",\"description\":\"1\\u00d740\\r\\n2\\u00d741\\r\\n3\\u00d742\\r\\n3\\u00d743\\r\\n2\\u00d744\\r\\n1\\u00d745\",\"barcode\":\"PRD364691\",\"category_id\":\"7\",\"product_type\":\"store\",\"unit\":\"pcs\",\"cost_price\":\"19000.00\",\"selling_price\":\"30000.00\",\"image\":\"products\\/1773730130_vhhq59qfqg.jpg\",\"expiry_date\":null,\"is_active\":true,\"alert_quantity\":1,\"weight\":null,\"length\":null,\"width\":null,\"height\":null,\"updated_at\":\"2026-03-17T06:48:50.000000Z\",\"created_at\":\"2026-03-17T06:48:50.000000Z\",\"id\":453}','159.146.51.80','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/146.0.0.0 Safari/537.36','2026-03-17 03:48:50','2026-03-17 03:48:50'),
(4288,453,'stock_added','Added 12 units - Initial stock',4,'{\"quantity\":12,\"reason\":\"Initial stock\",\"previous_stock\":0,\"new_stock\":12,\"notes\":\"Product creation\"}','159.146.51.80','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/146.0.0.0 Safari/537.36','2026-03-17 03:48:50','2026-03-17 03:48:50'),
(4289,454,'created','Product created',4,'{\"name\":\"CA-X B\",\"description\":\"2\\u00d741\\r\\n2\\u00d742\\r\\n1\\u00d743\\r\\n1\\u00d744\\r\\n1\\u00d746\",\"barcode\":\"PRD008077\",\"category_id\":\"7\",\"product_type\":\"store\",\"unit\":\"pcs\",\"cost_price\":\"19000.00\",\"selling_price\":\"30000.00\",\"image\":\"products\\/1773730208_aDhZLvqe0A.jpg\",\"expiry_date\":null,\"is_active\":true,\"alert_quantity\":1,\"weight\":null,\"length\":null,\"width\":null,\"height\":null,\"updated_at\":\"2026-03-17T06:50:08.000000Z\",\"created_at\":\"2026-03-17T06:50:08.000000Z\",\"id\":454}','159.146.51.80','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/146.0.0.0 Safari/537.36','2026-03-17 03:50:08','2026-03-17 03:50:08'),
(4290,454,'stock_added','Added 7 units - Initial stock',4,'{\"quantity\":7,\"reason\":\"Initial stock\",\"previous_stock\":0,\"new_stock\":7,\"notes\":\"Product creation\"}','159.146.51.80','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/146.0.0.0 Safari/537.36','2026-03-17 03:50:08','2026-03-17 03:50:08'),
(4291,455,'created','Product created',4,'{\"name\":\"CA-2018 TK\",\"description\":\"2\\u00d739\\r\\n6\\u00d741\\r\\n5\\u00d742\\r\\n5\\u00d743\\r\\n3\\u00d744\\r\\n2\\u00d745\",\"barcode\":\"PRD857156\",\"category_id\":\"7\",\"product_type\":\"store\",\"unit\":\"pcs\",\"cost_price\":\"19000.00\",\"selling_price\":\"30000.00\",\"image\":\"products\\/1773730500_S1jyCDfX6N.jpg\",\"expiry_date\":null,\"is_active\":true,\"alert_quantity\":5,\"weight\":null,\"length\":null,\"width\":null,\"height\":null,\"updated_at\":\"2026-03-17T06:55:00.000000Z\",\"created_at\":\"2026-03-17T06:55:00.000000Z\",\"id\":455}','159.146.51.80','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/146.0.0.0 Safari/537.36','2026-03-17 03:55:00','2026-03-17 03:55:00'),
(4292,455,'stock_added','Added 23 units - Initial stock',4,'{\"quantity\":23,\"reason\":\"Initial stock\",\"previous_stock\":0,\"new_stock\":23,\"notes\":\"Product creation\"}','159.146.51.80','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/146.0.0.0 Safari/537.36','2026-03-17 03:55:00','2026-03-17 03:55:00'),
(4293,456,'created','Product created',4,'{\"name\":\"CA-10 SB\",\"description\":\"4\\u00d741\\r\\n6\\u00d742\\r\\n3\\u00d743\\r\\n3\\u00d744\\r\\n2\\u00d745\",\"barcode\":\"PRD879835\",\"category_id\":\"7\",\"product_type\":\"store\",\"unit\":\"pcs\",\"cost_price\":\"19000.00\",\"selling_price\":\"30000.00\",\"image\":\"products\\/1773730607_HpZApleATs.jpg\",\"expiry_date\":null,\"is_active\":true,\"alert_quantity\":5,\"weight\":null,\"length\":null,\"width\":null,\"height\":null,\"updated_at\":\"2026-03-17T06:56:47.000000Z\",\"created_at\":\"2026-03-17T06:56:47.000000Z\",\"id\":456}','159.146.51.80','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/146.0.0.0 Safari/537.36','2026-03-17 03:56:47','2026-03-17 03:56:47'),
(4294,456,'stock_added','Added 18 units - Initial stock',4,'{\"quantity\":18,\"reason\":\"Initial stock\",\"previous_stock\":0,\"new_stock\":18,\"notes\":\"Product creation\"}','159.146.51.80','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/146.0.0.0 Safari/537.36','2026-03-17 03:56:47','2026-03-17 03:56:47'),
(4295,457,'created','Product created',4,'{\"name\":\"CA-V T\",\"description\":\"1\\u00d739\\r\\n2\\u00d741\\r\\n1\\u00d742\\r\\n1\\u00d743\\r\\n2\\u00d744\\r\\n1\\u00d746\",\"barcode\":\"PRD415254\",\"category_id\":\"7\",\"product_type\":\"store\",\"unit\":\"pcs\",\"cost_price\":\"19000.00\",\"selling_price\":\"30000.00\",\"image\":\"products\\/1773730774_H4fIJ2czTq.jpg\",\"expiry_date\":null,\"is_active\":true,\"alert_quantity\":1,\"weight\":null,\"length\":null,\"width\":null,\"height\":null,\"updated_at\":\"2026-03-17T06:59:34.000000Z\",\"created_at\":\"2026-03-17T06:59:34.000000Z\",\"id\":457}','159.146.51.80','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/146.0.0.0 Safari/537.36','2026-03-17 03:59:34','2026-03-17 03:59:34'),
(4296,457,'stock_added','Added 8 units - Initial stock',4,'{\"quantity\":8,\"reason\":\"Initial stock\",\"previous_stock\":0,\"new_stock\":8,\"notes\":\"Product creation\"}','159.146.51.80','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/146.0.0.0 Safari/537.36','2026-03-17 03:59:34','2026-03-17 03:59:34'),
(4297,439,'updated','Product updated',4,'{\"description\":{\"old\":\"4\\u00d741\\r\\n4\\u00d742\\r\\n2\\u00d743\\r\\n4\\u00d744\\r\\n1\\u00d745\\r\\n2\\u00d746\",\"new\":\"1\\u00d740\\r\\n2\\u00d741\\r\\n1\\u00d743\\r\\n1\\u00d745\"},\"category_id\":{\"old\":2,\"new\":\"7\"}}','159.146.51.80','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/146.0.0.0 Safari/537.36','2026-03-17 04:00:50','2026-03-17 04:00:50'),
(4298,439,'status_changed','Product deactivated',4,'{\"old_status\":true,\"new_status\":false}','159.146.51.80','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/146.0.0.0 Safari/537.36','2026-03-17 04:00:57','2026-03-17 04:00:57'),
(4299,439,'status_changed','Product activated',4,'{\"old_status\":false,\"new_status\":true}','159.146.51.80','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/146.0.0.0 Safari/537.36','2026-03-17 04:01:04','2026-03-17 04:01:04'),
(4300,439,'stock_added','Added 5 units - Restock - New shipment',4,'{\"quantity\":5,\"reason\":\"Restock - New shipment\",\"previous_stock\":0,\"new_stock\":5,\"notes\":null}','159.146.51.80','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/146.0.0.0 Safari/537.36','2026-03-17 04:01:24','2026-03-17 04:01:24'),
(4301,440,'updated','Product updated',4,'{\"description\":{\"old\":\"1\\u00d740\\r\\n6\\u00d741\\r\\n6\\u00d742\\r\\n6\\u00d743\\r\\n5\\u00d744\\r\\n1\\u00d745\\r\\n1\\u00d746\",\"new\":\"1\\u00d741\\r\\n1\\u00d742\\r\\n1\\u00d745\"},\"category_id\":{\"old\":2,\"new\":\"7\"}}','159.146.51.80','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/146.0.0.0 Safari/537.36','2026-03-17 04:02:34','2026-03-17 04:02:34'),
(4302,440,'stock_added','Added 3 units - Restock - New shipment',4,'{\"quantity\":3,\"reason\":\"Restock - New shipment\",\"previous_stock\":0,\"new_stock\":3,\"notes\":null}','159.146.51.80','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/146.0.0.0 Safari/537.36','2026-03-17 04:03:06','2026-03-17 04:03:06'),
(4303,373,'updated','Product updated',4,'{\"description\":{\"old\":\"5\\u00d741\\r\\n5\\u00d742\\r\\n5\\u00d743\\r\\n3\\u00d744\\r\\n1\\u00d745\\r\\n2\\u00d746\",\"new\":\"1\\u00d742\\r\\n1\\u00d743\\r\\n2\\u00d744\"},\"category_id\":{\"old\":2,\"new\":\"7\"}}','159.146.51.80','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/146.0.0.0 Safari/537.36','2026-03-17 04:04:26','2026-03-17 04:04:26'),
(4304,373,'stock_added','Added 4 units - Restock - New shipment',4,'{\"quantity\":4,\"reason\":\"Restock - New shipment\",\"previous_stock\":0,\"new_stock\":4,\"notes\":null}','159.146.51.80','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/146.0.0.0 Safari/537.36','2026-03-17 04:04:46','2026-03-17 04:04:46'),
(4305,422,'updated','Product updated',4,'{\"description\":{\"old\":\"2\\u00d741\\r\\n2\\u00d743\\r\\n1\\u00d744\\r\\n1\\u00d745\\r\\n1\\u00d746\",\"new\":\"1\\u00d742\\r\\n1\\u00d746\"}}','159.146.51.80','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/146.0.0.0 Safari/537.36','2026-03-17 04:05:55','2026-03-17 04:05:55'),
(4306,422,'stock_added','Added 2 units - Restock - New shipment',4,'{\"quantity\":2,\"reason\":\"Restock - New shipment\",\"previous_stock\":0,\"new_stock\":2,\"notes\":null}','159.146.51.80','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/146.0.0.0 Safari/537.36','2026-03-17 04:06:16','2026-03-17 04:06:16'),
(4307,421,'updated','Product updated',4,'{\"description\":{\"old\":\"4X40\\r\\n6X41\\r\\n7X42\\r\\n6X43\\r\\n4X44\\r\\n2X45\\r\\n1X46\",\"new\":\"1\\u00d743\\r\\n1\\u00d745\"},\"image\":{\"old\":\"products\\/1772894332_bid1mBUtvP.jpg\",\"new\":\"products\\/1773731256_VNL7YvjnTW.jpg\"}}','159.146.51.80','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/146.0.0.0 Safari/537.36','2026-03-17 04:07:36','2026-03-17 04:07:36'),
(4308,421,'stock_added','Added 2 units - Restock - New shipment',4,'{\"quantity\":2,\"reason\":\"Restock - New shipment\",\"previous_stock\":0,\"new_stock\":2,\"notes\":null}','159.146.51.80','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/146.0.0.0 Safari/537.36','2026-03-17 04:08:14','2026-03-17 04:08:14'),
(4309,419,'updated','Product updated',4,'{\"description\":{\"old\":\"1X40\\r\\n1X41\\r\\n2X42\\r\\n2X43\\r\\n1X44\",\"new\":\"1X44\"}}','159.146.51.80','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/146.0.0.0 Safari/537.36','2026-03-17 04:09:10','2026-03-17 04:09:10'),
(4310,419,'stock_added','Added 1 units - Restock - New shipment',4,'{\"quantity\":1,\"reason\":\"Restock - New shipment\",\"previous_stock\":0,\"new_stock\":1,\"notes\":null}','159.146.51.80','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/146.0.0.0 Safari/537.36','2026-03-17 04:09:27','2026-03-17 04:09:27'),
(4311,458,'created','Product created',4,'{\"name\":\"CA-V S\",\"description\":\"2\\u00d740\\r\\n4\\u00d741\\r\\n5\\u00d742\\r\\n5\\u00d743\\r\\n3\\u00d744\",\"barcode\":\"PRD874588\",\"category_id\":\"7\",\"product_type\":\"store\",\"unit\":\"pcs\",\"cost_price\":\"19000.00\",\"selling_price\":\"30000.00\",\"image\":\"products\\/1773731635_RMwc6C4plZ.jpg\",\"expiry_date\":null,\"is_active\":true,\"alert_quantity\":1,\"weight\":null,\"length\":null,\"width\":null,\"height\":null,\"updated_at\":\"2026-03-17T07:13:55.000000Z\",\"created_at\":\"2026-03-17T07:13:55.000000Z\",\"id\":458}','159.146.51.80','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/146.0.0.0 Safari/537.36','2026-03-17 04:13:55','2026-03-17 04:13:55'),
(4312,458,'stock_added','Added 19 units - Initial stock',4,'{\"quantity\":19,\"reason\":\"Initial stock\",\"previous_stock\":0,\"new_stock\":19,\"notes\":\"Product creation\"}','159.146.51.80','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/146.0.0.0 Safari/537.36','2026-03-17 04:13:55','2026-03-17 04:13:55'),
(4313,459,'created','Product created',4,'{\"name\":\"CA-V SB\",\"description\":\"2\\u00d740\\r\\n2\\u00d741\\r\\n3\\u00d742\\r\\n3\\u00d743\\r\\n2\\u00d744\\r\\n1\\u00d745\\r\\n1\\u00d746\",\"barcode\":\"PRD432485\",\"category_id\":\"7\",\"product_type\":\"store\",\"unit\":\"pcs\",\"cost_price\":\"19000.00\",\"selling_price\":\"30000.00\",\"image\":\"products\\/1773731877_QTh16jtmFN.jpg\",\"expiry_date\":null,\"is_active\":true,\"alert_quantity\":1,\"weight\":null,\"length\":null,\"width\":null,\"height\":null,\"updated_at\":\"2026-03-17T07:17:57.000000Z\",\"created_at\":\"2026-03-17T07:17:57.000000Z\",\"id\":459}','159.146.51.80','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/146.0.0.0 Safari/537.36','2026-03-17 04:17:57','2026-03-17 04:17:57'),
(4314,459,'stock_added','Added 14 units - Initial stock',4,'{\"quantity\":14,\"reason\":\"Initial stock\",\"previous_stock\":0,\"new_stock\":14,\"notes\":\"Product creation\"}','159.146.51.80','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/146.0.0.0 Safari/537.36','2026-03-17 04:17:57','2026-03-17 04:17:57'),
(4315,460,'created','Product created',4,'{\"name\":\"CA-HH ML\",\"description\":\"1\\u00d740\\r\\n2\\u00d741\\r\\n2\\u00d742\\r\\n2\\u00d743\\r\\n1\\u00d744\",\"barcode\":\"PRD629792\",\"category_id\":\"7\",\"product_type\":\"store\",\"unit\":\"pcs\",\"cost_price\":\"19000.00\",\"selling_price\":\"30000.00\",\"image\":\"products\\/1773732178_kTUGiV3jKe.jpg\",\"expiry_date\":null,\"is_active\":true,\"alert_quantity\":4,\"weight\":null,\"length\":null,\"width\":null,\"height\":null,\"updated_at\":\"2026-03-17T07:22:58.000000Z\",\"created_at\":\"2026-03-17T07:22:58.000000Z\",\"id\":460}','159.146.51.80','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/146.0.0.0 Safari/537.36','2026-03-17 04:22:58','2026-03-17 04:22:58'),
(4316,460,'stock_added','Added 8 units - Initial stock',4,'{\"quantity\":8,\"reason\":\"Initial stock\",\"previous_stock\":0,\"new_stock\":8,\"notes\":\"Product creation\"}','159.146.51.80','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/146.0.0.0 Safari/537.36','2026-03-17 04:22:58','2026-03-17 04:22:58'),
(4317,461,'created','Product created',4,'{\"name\":\"H-2017 SB\",\"description\":\"2\\u00d741\\r\\n2\\u00d742\\r\\n2\\u00d743\\r\\n3\\u00d744\\r\\n1\\u00d745\\r\\n1\\u00d746\",\"barcode\":\"PRD752414\",\"category_id\":\"2\",\"product_type\":\"store\",\"unit\":\"pcs\",\"cost_price\":\"16500.00\",\"selling_price\":\"18500.00\",\"image\":\"products\\/1773732480_CioIQyi5Ni.jpg\",\"expiry_date\":null,\"is_active\":true,\"alert_quantity\":5,\"weight\":null,\"length\":null,\"width\":null,\"height\":null,\"updated_at\":\"2026-03-17T07:28:00.000000Z\",\"created_at\":\"2026-03-17T07:28:00.000000Z\",\"id\":461}','159.146.51.80','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/146.0.0.0 Safari/537.36','2026-03-17 04:28:00','2026-03-17 04:28:00'),
(4318,461,'stock_added','Added 11 units - Initial stock',4,'{\"quantity\":11,\"reason\":\"Initial stock\",\"previous_stock\":0,\"new_stock\":11,\"notes\":\"Product creation\"}','159.146.51.80','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/146.0.0.0 Safari/537.36','2026-03-17 04:28:00','2026-03-17 04:28:00'),
(4319,462,'created','Product created',4,'{\"name\":\"CA-X TK\",\"description\":\"2\\u00d740\\r\\n1\\u00d741\\r\\n2\\u00d742\\r\\n2\\u00d743\\r\\n3\\u00d744\",\"barcode\":\"PRD744665\",\"category_id\":\"7\",\"product_type\":\"store\",\"unit\":\"pcs\",\"cost_price\":\"19000.00\",\"selling_price\":\"30000.00\",\"image\":\"products\\/1773732667_C2XdqA8JgY.jpg\",\"expiry_date\":null,\"is_active\":true,\"alert_quantity\":5,\"weight\":null,\"length\":null,\"width\":null,\"height\":null,\"updated_at\":\"2026-03-17T07:31:07.000000Z\",\"created_at\":\"2026-03-17T07:31:07.000000Z\",\"id\":462}','159.146.51.80','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/146.0.0.0 Safari/537.36','2026-03-17 04:31:07','2026-03-17 04:31:07'),
(4320,462,'stock_added','Added 10 units - Initial stock',4,'{\"quantity\":10,\"reason\":\"Initial stock\",\"previous_stock\":0,\"new_stock\":10,\"notes\":\"Product creation\"}','159.146.51.80','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/146.0.0.0 Safari/537.36','2026-03-17 04:31:07','2026-03-17 04:31:07'),
(4321,368,'updated','Product updated',4,'{\"name\":{\"old\":\"H-2000FB\",\"new\":\"HB-KB\"},\"description\":{\"old\":\"1\\u00d745\\r\\n1\\u00d744\\r\\n2\\u00d743\\r\\n1\\u00d742\",\"new\":\"1\\u00d740\\r\\n3\\u00d741\\r\\n3\\u00d742\\r\\n3\\u00d743\"},\"category_id\":{\"old\":2,\"new\":\"3\"},\"image\":{\"old\":\"products\\/1772168106_wWD0cWgorm.jpeg\",\"new\":\"products\\/1773733009_CsanvbMYcN.jpg\"}}','159.146.51.80','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/146.0.0.0 Safari/537.36','2026-03-17 04:36:49','2026-03-17 04:36:49'),
(4322,368,'stock_added','Added 10 units - Manual adjustment',4,'{\"quantity\":10,\"reason\":\"Manual adjustment\",\"previous_stock\":0,\"new_stock\":10,\"notes\":null}','159.146.51.80','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/146.0.0.0 Safari/537.36','2026-03-17 04:37:08','2026-03-17 04:37:08'),
(4323,113,'updated','Product updated',4,'{\"description\":{\"old\":\"3\\u00d740\\r\\n3\\u00d741\\r\\n3\\u00d743\\r\\n2\\u00d744\\r\\n2\\u00d745\",\"new\":\"1\\u00d744\\r\\n1\\u00d746\"}}','159.146.51.80','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/146.0.0.0 Safari/537.36','2026-03-17 04:40:46','2026-03-17 04:40:46'),
(4324,113,'stock_added','Added 2 units - Manual adjustment',4,'{\"quantity\":2,\"reason\":\"Manual adjustment\",\"previous_stock\":0,\"new_stock\":2,\"notes\":null}','159.146.51.80','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/146.0.0.0 Safari/537.36','2026-03-17 04:40:56','2026-03-17 04:40:56'),
(4325,368,'updated','Product updated',4,'{\"name\":{\"old\":\"HB-KB\",\"new\":\"HB-1002 KB\"}}','159.146.51.80','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/146.0.0.0 Safari/537.36','2026-03-17 04:42:20','2026-03-17 04:42:20'),
(4326,449,'stock_removed','Removed 21 units - Transfer from store to market',7,'{\"quantity\":21,\"reason\":\"Transfer from store to market\",\"previous_stock\":21,\"new_stock\":0,\"transfer_type\":\"store_to_market\",\"transferred_by\":7}','154.73.161.154','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-17 05:18:23','2026-03-17 05:18:23'),
(4327,464,'created','Product created',7,'{\"name\":\"CA-3000 B\",\"description\":\"1\\u00d740\\r\\n4\\u00d741\\r\\n5\\u00d742\\r\\n4\\u00d743\\r\\n3\\u00d744\\r\\n2\\u00d745\\r\\n2\\u00d746\",\"barcode\":\"PRD589716-M1\",\"category_id\":7,\"product_type\":\"market\",\"unit\":\"pcs\",\"cost_price\":\"19000.00\",\"selling_price\":\"30000.00\",\"discount_price\":null,\"image\":\"products\\/1773727579_VpLQ1J2OOd.jpg\",\"expiry_date\":null,\"is_active\":true,\"weight\":null,\"length\":null,\"width\":null,\"height\":null,\"updated_at\":\"2026-03-17T08:18:23.000000Z\",\"created_at\":\"2026-03-17T08:18:23.000000Z\",\"id\":464}','154.73.161.154','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-17 05:18:23','2026-03-17 05:18:23'),
(4328,464,'stock_added','Added 21 units - Transfer from store to market',7,'{\"quantity\":21,\"reason\":\"Transfer from store to market\",\"previous_stock\":0,\"new_stock\":21,\"transfer_type\":\"store_to_market\",\"from_product_id\":449,\"transferred_by\":7}','154.73.161.154','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-17 05:18:24','2026-03-17 05:18:24'),
(4329,454,'stock_removed','Removed 7 units - Transfer from store to market',7,'{\"quantity\":7,\"reason\":\"Transfer from store to market\",\"previous_stock\":7,\"new_stock\":0,\"transfer_type\":\"store_to_market\",\"transferred_by\":7}','154.73.161.154','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-17 05:37:16','2026-03-17 05:37:16'),
(4330,466,'created','Product created',7,'{\"name\":\"CA-X B\",\"description\":\"2\\u00d741\\r\\n2\\u00d742\\r\\n1\\u00d743\\r\\n1\\u00d744\\r\\n1\\u00d746\",\"barcode\":\"PRD008077-M1\",\"category_id\":7,\"product_type\":\"market\",\"unit\":\"pcs\",\"cost_price\":\"19000.00\",\"selling_price\":\"30000.00\",\"discount_price\":null,\"image\":\"products\\/1773730208_aDhZLvqe0A.jpg\",\"expiry_date\":null,\"is_active\":true,\"weight\":null,\"length\":null,\"width\":null,\"height\":null,\"updated_at\":\"2026-03-17T08:37:16.000000Z\",\"created_at\":\"2026-03-17T08:37:16.000000Z\",\"id\":466}','154.73.161.154','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-17 05:37:16','2026-03-17 05:37:16'),
(4331,466,'stock_added','Added 7 units - Transfer from store to market',7,'{\"quantity\":7,\"reason\":\"Transfer from store to market\",\"previous_stock\":0,\"new_stock\":7,\"transfer_type\":\"store_to_market\",\"from_product_id\":454,\"transferred_by\":7}','154.73.161.154','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-17 05:37:16','2026-03-17 05:37:16'),
(4332,462,'stock_removed','Removed 10 units - Transfer from store to market',7,'{\"quantity\":10,\"reason\":\"Transfer from store to market\",\"previous_stock\":10,\"new_stock\":0,\"transfer_type\":\"store_to_market\",\"transferred_by\":7}','154.73.161.154','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-17 05:46:24','2026-03-17 05:46:24'),
(4333,468,'created','Product created',7,'{\"name\":\"CA-X TK\",\"description\":\"2\\u00d740\\r\\n1\\u00d741\\r\\n2\\u00d742\\r\\n2\\u00d743\\r\\n3\\u00d744\",\"barcode\":\"PRD744665-M1\",\"category_id\":7,\"product_type\":\"market\",\"unit\":\"pcs\",\"cost_price\":\"19000.00\",\"selling_price\":\"30000.00\",\"discount_price\":null,\"image\":\"products\\/1773732667_C2XdqA8JgY.jpg\",\"expiry_date\":null,\"is_active\":true,\"weight\":null,\"length\":null,\"width\":null,\"height\":null,\"updated_at\":\"2026-03-17T08:46:24.000000Z\",\"created_at\":\"2026-03-17T08:46:24.000000Z\",\"id\":468}','154.73.161.154','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-17 05:46:24','2026-03-17 05:46:24'),
(4334,468,'stock_added','Added 10 units - Transfer from store to market',7,'{\"quantity\":10,\"reason\":\"Transfer from store to market\",\"previous_stock\":0,\"new_stock\":10,\"transfer_type\":\"store_to_market\",\"from_product_id\":462,\"transferred_by\":7}','154.73.161.154','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-17 05:46:24','2026-03-17 05:46:24'),
(4335,461,'stock_removed','Removed 11 units - Transfer from store to market',7,'{\"quantity\":11,\"reason\":\"Transfer from store to market\",\"previous_stock\":11,\"new_stock\":0,\"transfer_type\":\"store_to_market\",\"transferred_by\":7}','154.73.161.154','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-17 05:46:31','2026-03-17 05:46:31'),
(4336,470,'created','Product created',7,'{\"name\":\"H-2017 SB\",\"description\":\"2\\u00d741\\r\\n2\\u00d742\\r\\n2\\u00d743\\r\\n3\\u00d744\\r\\n1\\u00d745\\r\\n1\\u00d746\",\"barcode\":\"PRD752414-M1\",\"category_id\":2,\"product_type\":\"market\",\"unit\":\"pcs\",\"cost_price\":\"16500.00\",\"selling_price\":\"18500.00\",\"discount_price\":null,\"image\":\"products\\/1773732480_CioIQyi5Ni.jpg\",\"expiry_date\":null,\"is_active\":true,\"weight\":null,\"length\":null,\"width\":null,\"height\":null,\"updated_at\":\"2026-03-17T08:46:31.000000Z\",\"created_at\":\"2026-03-17T08:46:31.000000Z\",\"id\":470}','154.73.161.154','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-17 05:46:31','2026-03-17 05:46:31'),
(4337,470,'stock_added','Added 11 units - Transfer from store to market',7,'{\"quantity\":11,\"reason\":\"Transfer from store to market\",\"previous_stock\":0,\"new_stock\":11,\"transfer_type\":\"store_to_market\",\"from_product_id\":461,\"transferred_by\":7}','154.73.161.154','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-17 05:46:31','2026-03-17 05:46:31'),
(4338,460,'stock_removed','Removed 8 units - Transfer from store to market',7,'{\"quantity\":8,\"reason\":\"Transfer from store to market\",\"previous_stock\":8,\"new_stock\":0,\"transfer_type\":\"store_to_market\",\"transferred_by\":7}','154.73.161.154','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-17 05:46:36','2026-03-17 05:46:36'),
(4339,472,'created','Product created',7,'{\"name\":\"CA-HH ML\",\"description\":\"1\\u00d740\\r\\n2\\u00d741\\r\\n2\\u00d742\\r\\n2\\u00d743\\r\\n1\\u00d744\",\"barcode\":\"PRD629792-M1\",\"category_id\":7,\"product_type\":\"market\",\"unit\":\"pcs\",\"cost_price\":\"19000.00\",\"selling_price\":\"30000.00\",\"discount_price\":null,\"image\":\"products\\/1773732178_kTUGiV3jKe.jpg\",\"expiry_date\":null,\"is_active\":true,\"weight\":null,\"length\":null,\"width\":null,\"height\":null,\"updated_at\":\"2026-03-17T08:46:36.000000Z\",\"created_at\":\"2026-03-17T08:46:36.000000Z\",\"id\":472}','154.73.161.154','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-17 05:46:36','2026-03-17 05:46:36'),
(4340,472,'stock_added','Added 8 units - Transfer from store to market',7,'{\"quantity\":8,\"reason\":\"Transfer from store to market\",\"previous_stock\":0,\"new_stock\":8,\"transfer_type\":\"store_to_market\",\"from_product_id\":460,\"transferred_by\":7}','154.73.161.154','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-17 05:46:36','2026-03-17 05:46:36'),
(4341,424,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":5,\"new_stock\":4,\"sale_id\":859,\"sale_number\":\"HIL-0854\"}','154.73.161.154','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-17 05:55:12','2026-03-17 05:55:12'),
(4342,173,'stock_removed','Removed 3 units - Sale',7,'{\"quantity\":3,\"reason\":\"Sale\",\"previous_stock\":397,\"new_stock\":394,\"sale_id\":860,\"sale_number\":\"HIL-0855\"}','154.73.161.154','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-17 06:30:25','2026-03-17 06:30:25'),
(4343,459,'stock_removed','Removed 14 units - Transfer from store to market',7,'{\"quantity\":14,\"reason\":\"Transfer from store to market\",\"previous_stock\":14,\"new_stock\":0,\"transfer_type\":\"store_to_market\",\"transferred_by\":7}','154.73.161.154','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-17 06:56:29','2026-03-17 06:56:29'),
(4344,474,'created','Product created',7,'{\"name\":\"CA-V SB\",\"description\":\"2\\u00d740\\r\\n2\\u00d741\\r\\n3\\u00d742\\r\\n3\\u00d743\\r\\n2\\u00d744\\r\\n1\\u00d745\\r\\n1\\u00d746\",\"barcode\":\"PRD432485-M1\",\"category_id\":7,\"product_type\":\"market\",\"unit\":\"pcs\",\"cost_price\":\"19000.00\",\"selling_price\":\"30000.00\",\"discount_price\":null,\"image\":\"products\\/1773731877_QTh16jtmFN.jpg\",\"expiry_date\":null,\"is_active\":true,\"weight\":null,\"length\":null,\"width\":null,\"height\":null,\"updated_at\":\"2026-03-17T09:56:29.000000Z\",\"created_at\":\"2026-03-17T09:56:29.000000Z\",\"id\":474}','154.73.161.154','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-17 06:56:29','2026-03-17 06:56:29'),
(4345,474,'stock_added','Added 14 units - Transfer from store to market',7,'{\"quantity\":14,\"reason\":\"Transfer from store to market\",\"previous_stock\":0,\"new_stock\":14,\"transfer_type\":\"store_to_market\",\"from_product_id\":459,\"transferred_by\":7}','154.73.161.154','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-17 06:56:30','2026-03-17 06:56:30'),
(4346,458,'stock_removed','Removed 19 units - Transfer from store to market',7,'{\"quantity\":19,\"reason\":\"Transfer from store to market\",\"previous_stock\":19,\"new_stock\":0,\"transfer_type\":\"store_to_market\",\"transferred_by\":7}','154.73.161.154','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-17 06:56:36','2026-03-17 06:56:36'),
(4347,476,'created','Product created',7,'{\"name\":\"CA-V S\",\"description\":\"2\\u00d740\\r\\n4\\u00d741\\r\\n5\\u00d742\\r\\n5\\u00d743\\r\\n3\\u00d744\",\"barcode\":\"PRD874588-M1\",\"category_id\":7,\"product_type\":\"market\",\"unit\":\"pcs\",\"cost_price\":\"19000.00\",\"selling_price\":\"30000.00\",\"discount_price\":null,\"image\":\"products\\/1773731635_RMwc6C4plZ.jpg\",\"expiry_date\":null,\"is_active\":true,\"weight\":null,\"length\":null,\"width\":null,\"height\":null,\"updated_at\":\"2026-03-17T09:56:36.000000Z\",\"created_at\":\"2026-03-17T09:56:36.000000Z\",\"id\":476}','154.73.161.154','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-17 06:56:36','2026-03-17 06:56:36'),
(4348,476,'stock_added','Added 19 units - Transfer from store to market',7,'{\"quantity\":19,\"reason\":\"Transfer from store to market\",\"previous_stock\":0,\"new_stock\":19,\"transfer_type\":\"store_to_market\",\"from_product_id\":458,\"transferred_by\":7}','154.73.161.154','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-17 06:56:36','2026-03-17 06:56:36'),
(4349,457,'stock_removed','Removed 8 units - Transfer from store to market',7,'{\"quantity\":8,\"reason\":\"Transfer from store to market\",\"previous_stock\":8,\"new_stock\":0,\"transfer_type\":\"store_to_market\",\"transferred_by\":7}','154.73.161.154','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-17 06:56:41','2026-03-17 06:56:41'),
(4350,478,'created','Product created',7,'{\"name\":\"CA-V T\",\"description\":\"1\\u00d739\\r\\n2\\u00d741\\r\\n1\\u00d742\\r\\n1\\u00d743\\r\\n2\\u00d744\\r\\n1\\u00d746\",\"barcode\":\"PRD415254-M1\",\"category_id\":7,\"product_type\":\"market\",\"unit\":\"pcs\",\"cost_price\":\"19000.00\",\"selling_price\":\"30000.00\",\"discount_price\":null,\"image\":\"products\\/1773730774_H4fIJ2czTq.jpg\",\"expiry_date\":null,\"is_active\":true,\"weight\":null,\"length\":null,\"width\":null,\"height\":null,\"updated_at\":\"2026-03-17T09:56:41.000000Z\",\"created_at\":\"2026-03-17T09:56:41.000000Z\",\"id\":478}','154.73.161.154','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-17 06:56:41','2026-03-17 06:56:41'),
(4351,478,'stock_added','Added 8 units - Transfer from store to market',7,'{\"quantity\":8,\"reason\":\"Transfer from store to market\",\"previous_stock\":0,\"new_stock\":8,\"transfer_type\":\"store_to_market\",\"from_product_id\":457,\"transferred_by\":7}','154.73.161.154','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-17 06:56:41','2026-03-17 06:56:41'),
(4352,456,'stock_removed','Removed 18 units - Transfer from store to market',7,'{\"quantity\":18,\"reason\":\"Transfer from store to market\",\"previous_stock\":18,\"new_stock\":0,\"transfer_type\":\"store_to_market\",\"transferred_by\":7}','154.73.161.154','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-17 06:56:48','2026-03-17 06:56:48'),
(4353,480,'created','Product created',7,'{\"name\":\"CA-10 SB\",\"description\":\"4\\u00d741\\r\\n6\\u00d742\\r\\n3\\u00d743\\r\\n3\\u00d744\\r\\n2\\u00d745\",\"barcode\":\"PRD879835-M1\",\"category_id\":7,\"product_type\":\"market\",\"unit\":\"pcs\",\"cost_price\":\"19000.00\",\"selling_price\":\"30000.00\",\"discount_price\":null,\"image\":\"products\\/1773730607_HpZApleATs.jpg\",\"expiry_date\":null,\"is_active\":true,\"weight\":null,\"length\":null,\"width\":null,\"height\":null,\"updated_at\":\"2026-03-17T09:56:48.000000Z\",\"created_at\":\"2026-03-17T09:56:48.000000Z\",\"id\":480}','154.73.161.154','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-17 06:56:48','2026-03-17 06:56:48'),
(4354,480,'stock_added','Added 18 units - Transfer from store to market',7,'{\"quantity\":18,\"reason\":\"Transfer from store to market\",\"previous_stock\":0,\"new_stock\":18,\"transfer_type\":\"store_to_market\",\"from_product_id\":456,\"transferred_by\":7}','154.73.161.154','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-17 06:56:48','2026-03-17 06:56:48'),
(4355,455,'stock_removed','Removed 23 units - Transfer from store to market',7,'{\"quantity\":23,\"reason\":\"Transfer from store to market\",\"previous_stock\":23,\"new_stock\":0,\"transfer_type\":\"store_to_market\",\"transferred_by\":7}','154.73.161.154','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-17 06:57:00','2026-03-17 06:57:00'),
(4356,482,'created','Product created',7,'{\"name\":\"CA-2018 TK\",\"description\":\"2\\u00d739\\r\\n6\\u00d741\\r\\n5\\u00d742\\r\\n5\\u00d743\\r\\n3\\u00d744\\r\\n2\\u00d745\",\"barcode\":\"PRD857156-M1\",\"category_id\":7,\"product_type\":\"market\",\"unit\":\"pcs\",\"cost_price\":\"19000.00\",\"selling_price\":\"30000.00\",\"discount_price\":null,\"image\":\"products\\/1773730500_S1jyCDfX6N.jpg\",\"expiry_date\":null,\"is_active\":true,\"weight\":null,\"length\":null,\"width\":null,\"height\":null,\"updated_at\":\"2026-03-17T09:57:00.000000Z\",\"created_at\":\"2026-03-17T09:57:00.000000Z\",\"id\":482}','154.73.161.154','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-17 06:57:00','2026-03-17 06:57:00'),
(4357,482,'stock_added','Added 23 units - Transfer from store to market',7,'{\"quantity\":23,\"reason\":\"Transfer from store to market\",\"previous_stock\":0,\"new_stock\":23,\"transfer_type\":\"store_to_market\",\"from_product_id\":455,\"transferred_by\":7}','154.73.161.154','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-17 06:57:00','2026-03-17 06:57:00'),
(4358,453,'stock_removed','Removed 12 units - Transfer from store to market',7,'{\"quantity\":12,\"reason\":\"Transfer from store to market\",\"previous_stock\":12,\"new_stock\":0,\"transfer_type\":\"store_to_market\",\"transferred_by\":7}','154.73.161.154','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-17 06:57:05','2026-03-17 06:57:05'),
(4359,484,'created','Product created',7,'{\"name\":\"CA-X SB\",\"description\":\"1\\u00d740\\r\\n2\\u00d741\\r\\n3\\u00d742\\r\\n3\\u00d743\\r\\n2\\u00d744\\r\\n1\\u00d745\",\"barcode\":\"PRD364691-M1\",\"category_id\":7,\"product_type\":\"market\",\"unit\":\"pcs\",\"cost_price\":\"19000.00\",\"selling_price\":\"30000.00\",\"discount_price\":null,\"image\":\"products\\/1773730130_vhhq59qfqg.jpg\",\"expiry_date\":null,\"is_active\":true,\"weight\":null,\"length\":null,\"width\":null,\"height\":null,\"updated_at\":\"2026-03-17T09:57:05.000000Z\",\"created_at\":\"2026-03-17T09:57:05.000000Z\",\"id\":484}','154.73.161.154','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-17 06:57:05','2026-03-17 06:57:05'),
(4360,484,'stock_added','Added 12 units - Transfer from store to market',7,'{\"quantity\":12,\"reason\":\"Transfer from store to market\",\"previous_stock\":0,\"new_stock\":12,\"transfer_type\":\"store_to_market\",\"from_product_id\":453,\"transferred_by\":7}','154.73.161.154','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-17 06:57:05','2026-03-17 06:57:05'),
(4361,448,'stock_removed','Removed 12 units - Transfer from store to market',7,'{\"quantity\":12,\"reason\":\"Transfer from store to market\",\"previous_stock\":12,\"new_stock\":0,\"transfer_type\":\"store_to_market\",\"transferred_by\":7}','154.73.161.154','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-17 06:57:19','2026-03-17 06:57:19'),
(4362,486,'created','Product created',7,'{\"name\":\"CA-0150 SB\",\"description\":\"1\\u00d740\\r\\n2\\u00d741\\r\\n3\\u00d742\\r\\n2\\u00d743\\r\\n2\\u00d744\\r\\n1\\u00d745\\r\\n1\\u00d746\",\"barcode\":\"PRD265891-M1\",\"category_id\":7,\"product_type\":\"market\",\"unit\":\"pcs\",\"cost_price\":\"19000.00\",\"selling_price\":\"30000.00\",\"discount_price\":null,\"image\":\"products\\/1773728512_LipQdhS8pJ.jpg\",\"expiry_date\":null,\"is_active\":true,\"weight\":null,\"length\":null,\"width\":null,\"height\":null,\"updated_at\":\"2026-03-17T09:57:19.000000Z\",\"created_at\":\"2026-03-17T09:57:19.000000Z\",\"id\":486}','154.73.161.154','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-17 06:57:19','2026-03-17 06:57:19'),
(4363,486,'stock_added','Added 12 units - Transfer from store to market',7,'{\"quantity\":12,\"reason\":\"Transfer from store to market\",\"previous_stock\":0,\"new_stock\":12,\"transfer_type\":\"store_to_market\",\"from_product_id\":448,\"transferred_by\":7}','154.73.161.154','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-17 06:57:19','2026-03-17 06:57:19'),
(4364,419,'stock_removed','Removed 1 units - Transfer from store to market',7,'{\"quantity\":1,\"reason\":\"Transfer from store to market\",\"previous_stock\":1,\"new_stock\":0,\"transfer_type\":\"store_to_market\",\"transferred_by\":7}','154.73.161.154','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-17 06:57:31','2026-03-17 06:57:31'),
(4365,430,'stock_added','Added 1 units - Transfer from store to market',7,'{\"quantity\":1,\"reason\":\"Transfer from store to market\",\"previous_stock\":0,\"new_stock\":1,\"transfer_type\":\"store_to_market\",\"from_product_id\":419,\"transferred_by\":7}','154.73.161.154','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-17 06:57:31','2026-03-17 06:57:31'),
(4366,67,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":33,\"new_stock\":32,\"sale_id\":861,\"sale_number\":\"HIL-0856\"}','154.73.161.154','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-17 07:09:08','2026-03-17 07:09:08'),
(4367,126,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":1,\"new_stock\":0,\"sale_id\":862,\"sale_number\":\"HIL-0857\"}','154.73.161.154','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-17 07:09:45','2026-03-17 07:09:45'),
(4368,299,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":3,\"new_stock\":2,\"sale_id\":862,\"sale_number\":\"HIL-0857\"}','154.73.161.154','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-17 07:09:45','2026-03-17 07:09:45'),
(4369,466,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":7,\"new_stock\":6,\"sale_id\":863,\"sale_number\":\"HIL-0858\"}','154.73.161.154','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-17 07:13:51','2026-03-17 07:13:51'),
(4370,368,'stock_removed','Removed 10 units - Transfer from store to market',7,'{\"quantity\":10,\"reason\":\"Transfer from store to market\",\"previous_stock\":10,\"new_stock\":0,\"transfer_type\":\"store_to_market\",\"transferred_by\":7}','154.73.161.154','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-17 07:14:30','2026-03-17 07:14:30'),
(4371,489,'created','Product created',7,'{\"name\":\"HB-1002 KB\",\"description\":\"1\\u00d740\\r\\n3\\u00d741\\r\\n3\\u00d742\\r\\n3\\u00d743\",\"barcode\":\"PRD300277-M2\",\"category_id\":3,\"product_type\":\"market\",\"unit\":\"pcs\",\"cost_price\":\"16500.00\",\"selling_price\":\"18500.00\",\"discount_price\":null,\"image\":\"products\\/1773733009_CsanvbMYcN.jpg\",\"expiry_date\":null,\"is_active\":true,\"weight\":null,\"length\":null,\"width\":null,\"height\":null,\"updated_at\":\"2026-03-17T10:14:30.000000Z\",\"created_at\":\"2026-03-17T10:14:30.000000Z\",\"id\":489}','154.73.161.154','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-17 07:14:30','2026-03-17 07:14:30'),
(4372,489,'stock_added','Added 10 units - Transfer from store to market',7,'{\"quantity\":10,\"reason\":\"Transfer from store to market\",\"previous_stock\":0,\"new_stock\":10,\"transfer_type\":\"store_to_market\",\"from_product_id\":368,\"transferred_by\":7}','154.73.161.154','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-17 07:14:30','2026-03-17 07:14:30'),
(4373,113,'stock_removed','Removed 2 units - Transfer from store to market',7,'{\"quantity\":2,\"reason\":\"Transfer from store to market\",\"previous_stock\":2,\"new_stock\":0,\"transfer_type\":\"store_to_market\",\"transferred_by\":7}','154.73.161.154','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-17 07:15:04','2026-03-17 07:15:04'),
(4374,148,'stock_added','Added 2 units - Transfer from store to market',7,'{\"quantity\":2,\"reason\":\"Transfer from store to market\",\"previous_stock\":3,\"new_stock\":5,\"transfer_type\":\"store_to_market\",\"from_product_id\":113,\"transferred_by\":7}','154.73.161.154','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-17 07:15:04','2026-03-17 07:15:04'),
(4375,418,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":306,\"new_stock\":305,\"sale_id\":864,\"sale_number\":\"HIL-0859\"}','143.105.161.215','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-17 07:23:17','2026-03-17 07:23:17'),
(4376,489,'stock_removed','Removed 3 units - Sale',7,'{\"quantity\":3,\"reason\":\"Sale\",\"previous_stock\":10,\"new_stock\":7,\"sale_id\":865,\"sale_number\":\"HIL-0860\"}','143.105.161.215','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-17 07:40:02','2026-03-17 07:40:02'),
(4377,418,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":305,\"new_stock\":304,\"sale_id\":866,\"sale_number\":\"HIL-0861\"}','143.105.161.215','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-17 07:47:42','2026-03-17 07:47:42'),
(4378,107,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":2,\"new_stock\":1,\"sale_id\":867,\"sale_number\":\"HIL-0862\"}','143.105.161.215','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-17 07:55:56','2026-03-17 07:55:56'),
(4379,239,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":1,\"new_stock\":0,\"sale_id\":867,\"sale_number\":\"HIL-0862\"}','143.105.161.215','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-17 07:55:56','2026-03-17 07:55:56'),
(4380,270,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":2,\"new_stock\":1,\"sale_id\":867,\"sale_number\":\"HIL-0862\"}','143.105.161.215','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-17 07:55:56','2026-03-17 07:55:56'),
(4381,418,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":304,\"new_stock\":303,\"sale_id\":868,\"sale_number\":\"HIL-0863\"}','143.105.161.215','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-17 08:10:02','2026-03-17 08:10:02'),
(4382,470,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":11,\"new_stock\":10,\"sale_id\":868,\"sale_number\":\"HIL-0863\"}','143.105.161.215','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-17 08:10:02','2026-03-17 08:10:02'),
(4383,418,'stock_added','Added 1 units - Sale cancelled/refunded',7,'{\"quantity\":1,\"reason\":\"Error\",\"previous_stock\":303,\"new_stock\":304,\"sale_id\":868,\"sale_number\":\"HIL-0863\"}','143.105.161.215','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-17 08:10:26','2026-03-17 08:10:26'),
(4384,470,'stock_added','Added 1 units - Sale cancelled/refunded',7,'{\"quantity\":1,\"reason\":\"Error\",\"previous_stock\":10,\"new_stock\":11,\"sale_id\":868,\"sale_number\":\"HIL-0863\"}','143.105.161.215','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-17 08:10:26','2026-03-17 08:10:26'),
(4385,418,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":304,\"new_stock\":303,\"sale_id\":869,\"sale_number\":\"HIL-0864\"}','143.105.161.215','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-17 08:11:02','2026-03-17 08:11:02'),
(4386,470,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":11,\"new_stock\":10,\"sale_id\":869,\"sale_number\":\"HIL-0864\"}','143.105.161.215','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-17 08:11:02','2026-03-17 08:11:02'),
(4387,173,'stock_removed','Removed 2 units - Sale',7,'{\"quantity\":2,\"reason\":\"Sale\",\"previous_stock\":394,\"new_stock\":392,\"sale_id\":870,\"sale_number\":\"HIL-0865\"}','143.105.161.215','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-17 10:25:02','2026-03-17 10:25:02'),
(4388,418,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":303,\"new_stock\":302,\"sale_id\":871,\"sale_number\":\"HIL-0866\"}','143.105.161.215','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-17 10:44:48','2026-03-17 10:44:48'),
(4389,251,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":1,\"new_stock\":0,\"sale_id\":872,\"sale_number\":\"HIL-0867\"}','143.105.161.215','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-17 10:51:21','2026-03-17 10:51:21'),
(4390,418,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":302,\"new_stock\":301,\"sale_id\":873,\"sale_number\":\"HIL-0868\"}','143.105.161.215','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-17 11:06:41','2026-03-17 11:06:41'),
(4391,389,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":3,\"new_stock\":2,\"sale_id\":874,\"sale_number\":\"HIL-0869\"}','143.105.161.215','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-17 11:46:20','2026-03-17 11:46:20'),
(4392,418,'stock_removed','Removed 2 units - Sale',7,'{\"quantity\":2,\"reason\":\"Sale\",\"previous_stock\":301,\"new_stock\":299,\"sale_id\":875,\"sale_number\":\"HIL-0870\"}','143.105.161.215','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-17 11:47:13','2026-03-17 11:47:13'),
(4393,418,'stock_removed','Removed 2 units - Sale',7,'{\"quantity\":2,\"reason\":\"Sale\",\"previous_stock\":299,\"new_stock\":297,\"sale_id\":876,\"sale_number\":\"HIL-0871\"}','143.105.161.215','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-17 12:13:38','2026-03-17 12:13:38'),
(4394,418,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":297,\"new_stock\":296,\"sale_id\":877,\"sale_number\":\"HIL-0872\"}','143.105.161.215','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-17 12:27:48','2026-03-17 12:27:48'),
(4395,478,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":8,\"new_stock\":7,\"sale_id\":878,\"sale_number\":\"HIL-0873\"}','143.105.161.215','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-17 12:44:13','2026-03-17 12:44:13'),
(4396,418,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":296,\"new_stock\":295,\"sale_id\":879,\"sale_number\":\"HIL-0874\"}','143.105.161.215','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-17 12:52:32','2026-03-17 12:52:32'),
(4397,447,'stock_removed','Removed 5 units - Sale',7,'{\"quantity\":5,\"reason\":\"Sale\",\"previous_stock\":132,\"new_stock\":127,\"sale_id\":880,\"sale_number\":\"HIL-0875\"}','143.105.161.215','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-17 12:59:53','2026-03-17 12:59:53'),
(4398,447,'stock_removed','Removed 5 units - Sale',7,'{\"quantity\":5,\"reason\":\"Sale\",\"previous_stock\":127,\"new_stock\":122,\"sale_id\":881,\"sale_number\":\"HIL-0876\"}','143.105.161.215','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-17 13:00:05','2026-03-17 13:00:05'),
(4399,299,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":2,\"new_stock\":1,\"sale_id\":882,\"sale_number\":\"HIL-0877\"}','143.105.161.215','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-17 13:05:29','2026-03-17 13:05:29'),
(4400,67,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":32,\"new_stock\":31,\"sale_id\":883,\"sale_number\":\"HIL-0878\"}','143.105.161.215','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-17 13:31:03','2026-03-17 13:31:03'),
(4401,354,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":2,\"new_stock\":1,\"sale_id\":883,\"sale_number\":\"HIL-0878\"}','143.105.161.215','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-17 13:31:03','2026-03-17 13:31:03'),
(4402,466,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":6,\"new_stock\":5,\"sale_id\":884,\"sale_number\":\"HIL-0879\"}','154.73.161.154','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-17 16:58:21','2026-03-17 16:58:21'),
(4403,67,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":31,\"new_stock\":30,\"sale_id\":885,\"sale_number\":\"HIL-0880\"}','154.73.161.154','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-17 17:04:38','2026-03-17 17:04:38'),
(4404,476,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":19,\"new_stock\":18,\"sale_id\":886,\"sale_number\":\"HIL-0881\"}','154.73.161.154','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-17 17:34:53','2026-03-17 17:34:53'),
(4405,255,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":3,\"new_stock\":2,\"sale_id\":887,\"sale_number\":\"HIL-0882\"}','154.73.161.154','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-17 17:38:18','2026-03-17 17:38:18'),
(4406,67,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":30,\"new_stock\":29,\"sale_id\":888,\"sale_number\":\"HIL-0883\"}','154.73.161.154','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-17 18:13:25','2026-03-17 18:13:25'),
(4407,354,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":1,\"new_stock\":0,\"sale_id\":889,\"sale_number\":\"HIL-0884\"}','154.73.161.154','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-17 18:17:43','2026-03-17 18:17:43'),
(4408,464,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":21,\"new_stock\":20,\"sale_id\":890,\"sale_number\":\"HIL-0885\"}','154.73.161.154','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-17 18:18:54','2026-03-17 18:18:54'),
(4409,480,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":18,\"new_stock\":17,\"sale_id\":890,\"sale_number\":\"HIL-0885\"}','154.73.161.154','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-17 18:18:54','2026-03-17 18:18:54'),
(4410,444,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":6,\"new_stock\":5,\"sale_id\":891,\"sale_number\":\"HIL-0886\"}','154.73.161.154','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-17 18:52:02','2026-03-17 18:52:02'),
(4411,67,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":29,\"new_stock\":28,\"sale_id\":892,\"sale_number\":\"HIL-0887\"}','154.73.161.154','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-17 18:53:10','2026-03-17 18:53:10'),
(4412,474,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":14,\"new_stock\":13,\"sale_id\":893,\"sale_number\":\"HIL-0888\"}','154.73.161.154','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-17 18:54:06','2026-03-17 18:54:06'),
(4413,480,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":17,\"new_stock\":16,\"sale_id\":893,\"sale_number\":\"HIL-0888\"}','154.73.161.154','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-17 18:54:06','2026-03-17 18:54:06'),
(4414,444,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":5,\"new_stock\":4,\"sale_id\":894,\"sale_number\":\"HIL-0889\"}','154.73.161.154','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-17 18:55:20','2026-03-17 18:55:20'),
(4415,468,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":10,\"new_stock\":9,\"sale_id\":894,\"sale_number\":\"HIL-0889\"}','154.73.161.154','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-17 18:55:20','2026-03-17 18:55:20'),
(4416,478,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":7,\"new_stock\":6,\"sale_id\":894,\"sale_number\":\"HIL-0889\"}','154.73.161.154','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-17 18:55:20','2026-03-17 18:55:20'),
(4417,144,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":1,\"new_stock\":0,\"sale_id\":895,\"sale_number\":\"HIL-0890\"}','143.105.161.171','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-18 05:50:11','2026-03-18 05:50:11'),
(4418,144,'stock_added','Added 1 units - Sale cancelled/refunded',7,'{\"quantity\":1,\"reason\":\"Sale return\",\"previous_stock\":0,\"new_stock\":1,\"sale_id\":895,\"sale_number\":\"HIL-0890\"}','143.105.161.171','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-18 05:52:41','2026-03-18 05:52:41'),
(4419,397,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":2,\"new_stock\":1,\"sale_id\":896,\"sale_number\":\"HIL-0891\"}','143.105.161.171','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-18 05:53:32','2026-03-18 05:53:32'),
(4420,468,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":9,\"new_stock\":8,\"sale_id\":897,\"sale_number\":\"HIL-0892\"}','143.105.161.171','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-18 06:38:45','2026-03-18 06:38:45'),
(4421,470,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":10,\"new_stock\":9,\"sale_id\":898,\"sale_number\":\"HIL-0893\"}','143.105.161.171','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-18 06:54:23','2026-03-18 06:54:23'),
(4422,418,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":295,\"new_stock\":294,\"sale_id\":899,\"sale_number\":\"HIL-0894\"}','143.105.161.171','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-18 06:56:12','2026-03-18 06:56:12'),
(4423,383,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":5,\"new_stock\":4,\"sale_id\":900,\"sale_number\":\"HIL-0895\"}','143.105.161.171','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-18 07:07:08','2026-03-18 07:07:08'),
(4424,4,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":652,\"new_stock\":651,\"sale_id\":901,\"sale_number\":\"HIL-0896\"}','143.105.161.171','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-18 07:09:27','2026-03-18 07:09:27'),
(4425,272,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":7,\"new_stock\":6,\"sale_id\":902,\"sale_number\":\"HIL-0897\"}','143.105.161.171','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-18 07:11:26','2026-03-18 07:11:26'),
(4426,67,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":28,\"new_stock\":27,\"sale_id\":903,\"sale_number\":\"HIL-0898\"}','143.105.161.171','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-18 07:13:56','2026-03-18 07:13:56'),
(4427,470,'stock_removed','Removed 2 units - Sale',7,'{\"quantity\":2,\"reason\":\"Sale\",\"previous_stock\":9,\"new_stock\":7,\"sale_id\":903,\"sale_number\":\"HIL-0898\"}','143.105.161.171','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-18 07:13:56','2026-03-18 07:13:56'),
(4428,486,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":12,\"new_stock\":11,\"sale_id\":904,\"sale_number\":\"HIL-0899\"}','143.105.161.171','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-18 07:14:59','2026-03-18 07:14:59'),
(4429,67,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":27,\"new_stock\":26,\"sale_id\":905,\"sale_number\":\"HIL-0900\"}','143.105.161.171','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-18 07:21:20','2026-03-18 07:21:20'),
(4430,173,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":392,\"new_stock\":391,\"sale_id\":906,\"sale_number\":\"HIL-0901\"}','143.105.161.171','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-18 07:51:03','2026-03-18 07:51:03'),
(4431,208,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":2,\"new_stock\":1,\"sale_id\":907,\"sale_number\":\"HIL-0902\"}','143.105.161.171','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-18 08:06:23','2026-03-18 08:06:23'),
(4432,435,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":8,\"new_stock\":7,\"sale_id\":907,\"sale_number\":\"HIL-0902\"}','143.105.161.171','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-18 08:06:23','2026-03-18 08:06:23'),
(4433,173,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":391,\"new_stock\":390,\"sale_id\":908,\"sale_number\":\"HIL-0903\"}','143.105.161.171','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-18 08:07:14','2026-03-18 08:07:14'),
(4434,418,'stock_removed','Removed 3 units - Sale',7,'{\"quantity\":3,\"reason\":\"Sale\",\"previous_stock\":294,\"new_stock\":291,\"sale_id\":908,\"sale_number\":\"HIL-0903\"}','143.105.161.171','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-18 08:07:14','2026-03-18 08:07:14'),
(4435,343,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":1,\"new_stock\":0,\"sale_id\":909,\"sale_number\":\"HIL-0904\"}','143.105.161.171','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-18 08:22:30','2026-03-18 08:22:30'),
(4436,428,'status_changed','Product deactivated',7,'{\"old_status\":true,\"new_status\":false}','143.105.161.171','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-18 08:25:25','2026-03-18 08:25:25'),
(4437,393,'status_changed','Product deactivated',7,'{\"old_status\":true,\"new_status\":false}','143.105.161.171','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-18 08:25:32','2026-03-18 08:25:32'),
(4438,354,'status_changed','Product deactivated',7,'{\"old_status\":true,\"new_status\":false}','143.105.161.171','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-18 08:25:39','2026-03-18 08:25:39'),
(4439,343,'status_changed','Product deactivated',7,'{\"old_status\":true,\"new_status\":false}','143.105.161.171','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-18 08:25:49','2026-03-18 08:25:49'),
(4440,247,'status_changed','Product deactivated',7,'{\"old_status\":true,\"new_status\":false}','143.105.161.171','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-18 08:26:00','2026-03-18 08:26:00'),
(4441,241,'status_changed','Product deactivated',7,'{\"old_status\":true,\"new_status\":false}','143.105.161.171','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-18 08:26:08','2026-03-18 08:26:08'),
(4442,239,'status_changed','Product deactivated',7,'{\"old_status\":true,\"new_status\":false}','143.105.161.171','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-18 08:26:20','2026-03-18 08:26:20'),
(4443,237,'status_changed','Product deactivated',7,'{\"old_status\":true,\"new_status\":false}','143.105.161.171','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-18 08:26:27','2026-03-18 08:26:27'),
(4444,126,'status_changed','Product deactivated',7,'{\"old_status\":true,\"new_status\":false}','143.105.161.171','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-18 08:26:44','2026-03-18 08:26:44'),
(4445,486,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":11,\"new_stock\":10,\"sale_id\":910,\"sale_number\":\"HIL-0905\"}','143.105.161.171','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-18 08:53:06','2026-03-18 08:53:06'),
(4446,480,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":16,\"new_stock\":15,\"sale_id\":911,\"sale_number\":\"HIL-0906\"}','143.105.161.171','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-18 08:57:53','2026-03-18 08:57:53'),
(4447,148,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":5,\"new_stock\":4,\"sale_id\":912,\"sale_number\":\"HIL-0907\"}','143.105.161.171','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-18 09:09:36','2026-03-18 09:09:36'),
(4448,208,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":1,\"new_stock\":0,\"sale_id\":913,\"sale_number\":\"HIL-0908\"}','143.105.161.171','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-18 09:28:58','2026-03-18 09:28:58'),
(4449,173,'stock_removed','Removed 4 units - Sale',7,'{\"quantity\":4,\"reason\":\"Sale\",\"previous_stock\":390,\"new_stock\":386,\"sale_id\":914,\"sale_number\":\"HIL-0909\"}','143.105.161.171','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-18 10:16:58','2026-03-18 10:16:58'),
(4450,484,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":12,\"new_stock\":11,\"sale_id\":915,\"sale_number\":\"HIL-0910\"}','143.105.161.171','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-18 10:18:58','2026-03-18 10:18:58'),
(4451,418,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":291,\"new_stock\":290,\"sale_id\":916,\"sale_number\":\"HIL-0911\"}','143.105.161.171','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-18 10:25:33','2026-03-18 10:25:33'),
(4452,418,'stock_removed','Removed 3 units - Sale',7,'{\"quantity\":3,\"reason\":\"Sale\",\"previous_stock\":290,\"new_stock\":287,\"sale_id\":917,\"sale_number\":\"HIL-0912\"}','143.105.161.171','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-18 10:25:57','2026-03-18 10:25:57'),
(4453,418,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":287,\"new_stock\":286,\"sale_id\":918,\"sale_number\":\"HIL-0913\"}','143.105.161.171','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-18 10:31:11','2026-03-18 10:31:11'),
(4454,418,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":286,\"new_stock\":285,\"sale_id\":919,\"sale_number\":\"HIL-0914\"}','143.105.161.171','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-18 10:34:12','2026-03-18 10:34:12'),
(4455,173,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":386,\"new_stock\":385,\"sale_id\":920,\"sale_number\":\"HIL-0915\"}','143.105.161.171','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-18 10:40:33','2026-03-18 10:40:33'),
(4456,67,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":26,\"new_stock\":25,\"sale_id\":921,\"sale_number\":\"HIL-0916\"}','143.105.161.171','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-18 10:52:56','2026-03-18 10:52:56'),
(4457,418,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":285,\"new_stock\":284,\"sale_id\":921,\"sale_number\":\"HIL-0916\"}','143.105.161.171','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-18 10:52:57','2026-03-18 10:52:57'),
(4458,148,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":4,\"new_stock\":3,\"sale_id\":922,\"sale_number\":\"HIL-0917\"}','143.105.161.171','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-18 12:14:09','2026-03-18 12:14:09'),
(4459,173,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":385,\"new_stock\":384,\"sale_id\":923,\"sale_number\":\"HIL-0918\"}','143.105.161.171','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-18 12:21:46','2026-03-18 12:21:46'),
(4460,418,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":284,\"new_stock\":283,\"sale_id\":924,\"sale_number\":\"HIL-0919\"}','143.105.161.171','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-18 12:28:19','2026-03-18 12:28:19'),
(4461,107,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":1,\"new_stock\":0,\"sale_id\":925,\"sale_number\":\"HIL-0920\"}','143.105.161.171','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-18 12:32:13','2026-03-18 12:32:13'),
(4462,450,'stock_removed','Removed 18 units - Transfer from store to market',7,'{\"quantity\":18,\"reason\":\"Transfer from store to market\",\"previous_stock\":18,\"new_stock\":0,\"transfer_type\":\"store_to_market\",\"transferred_by\":7}','143.105.161.171','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-18 12:42:27','2026-03-18 12:42:27'),
(4463,491,'created','Product created',7,'{\"name\":\"CA-PA K\",\"description\":\"1\\u00d739\\r\\n1\\u00d740\\r\\n4\\u00d741\\r\\n5\\u00d742\\r\\n4\\u00d743\\r\\n2\\u00d744\\r\\n1\\u00d745\",\"barcode\":\"PRD550465-M1\",\"category_id\":7,\"product_type\":\"market\",\"unit\":\"pcs\",\"cost_price\":\"19000.00\",\"selling_price\":\"30000.00\",\"discount_price\":null,\"image\":\"products\\/1773727857_omxku8875R.jpg\",\"expiry_date\":null,\"is_active\":true,\"weight\":null,\"length\":null,\"width\":null,\"height\":null,\"updated_at\":\"2026-03-18T15:42:27.000000Z\",\"created_at\":\"2026-03-18T15:42:27.000000Z\",\"id\":491}','143.105.161.171','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-18 12:42:27','2026-03-18 12:42:27'),
(4464,491,'stock_added','Added 18 units - Transfer from store to market',7,'{\"quantity\":18,\"reason\":\"Transfer from store to market\",\"previous_stock\":0,\"new_stock\":18,\"transfer_type\":\"store_to_market\",\"from_product_id\":450,\"transferred_by\":7}','143.105.161.171','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-18 12:42:27','2026-03-18 12:42:27'),
(4465,451,'stock_removed','Removed 3 units - Transfer from store to market',7,'{\"quantity\":3,\"reason\":\"Transfer from store to market\",\"previous_stock\":3,\"new_stock\":0,\"transfer_type\":\"store_to_market\",\"transferred_by\":7}','143.105.161.171','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-18 12:42:32','2026-03-18 12:42:32'),
(4466,493,'created','Product created',7,'{\"name\":\"CA-0150 FS\",\"description\":\"1\\u00d741\\r\\n1\\u00d742\\r\\n1\\u00d743\",\"barcode\":\"PRD836759-M1\",\"category_id\":7,\"product_type\":\"market\",\"unit\":\"pcs\",\"cost_price\":\"19000.00\",\"selling_price\":\"30000.00\",\"discount_price\":null,\"image\":\"products\\/1773728019_5VoF8K0jup.jpg\",\"expiry_date\":null,\"is_active\":true,\"weight\":null,\"length\":null,\"width\":null,\"height\":null,\"updated_at\":\"2026-03-18T15:42:32.000000Z\",\"created_at\":\"2026-03-18T15:42:32.000000Z\",\"id\":493}','143.105.161.171','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-18 12:42:32','2026-03-18 12:42:32'),
(4467,493,'stock_added','Added 3 units - Transfer from store to market',7,'{\"quantity\":3,\"reason\":\"Transfer from store to market\",\"previous_stock\":0,\"new_stock\":3,\"transfer_type\":\"store_to_market\",\"from_product_id\":451,\"transferred_by\":7}','143.105.161.171','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-18 12:42:32','2026-03-18 12:42:32'),
(4468,440,'stock_removed','Removed 3 units - Transfer from store to market',7,'{\"quantity\":3,\"reason\":\"Transfer from store to market\",\"previous_stock\":3,\"new_stock\":0,\"transfer_type\":\"store_to_market\",\"transferred_by\":7}','143.105.161.171','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-18 12:42:37','2026-03-18 12:42:37'),
(4469,442,'stock_added','Added 3 units - Transfer from store to market',7,'{\"quantity\":3,\"reason\":\"Transfer from store to market\",\"previous_stock\":6,\"new_stock\":9,\"transfer_type\":\"store_to_market\",\"from_product_id\":440,\"transferred_by\":7}','143.105.161.171','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-18 12:42:37','2026-03-18 12:42:37'),
(4470,439,'stock_removed','Removed 5 units - Transfer from store to market',7,'{\"quantity\":5,\"reason\":\"Transfer from store to market\",\"previous_stock\":5,\"new_stock\":0,\"transfer_type\":\"store_to_market\",\"transferred_by\":7}','143.105.161.171','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-18 12:42:44','2026-03-18 12:42:44'),
(4471,444,'stock_added','Added 5 units - Transfer from store to market',7,'{\"quantity\":5,\"reason\":\"Transfer from store to market\",\"previous_stock\":4,\"new_stock\":9,\"transfer_type\":\"store_to_market\",\"from_product_id\":439,\"transferred_by\":7}','143.105.161.171','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-18 12:42:44','2026-03-18 12:42:44'),
(4472,421,'stock_removed','Removed 2 units - Transfer from store to market',7,'{\"quantity\":2,\"reason\":\"Transfer from store to market\",\"previous_stock\":2,\"new_stock\":0,\"transfer_type\":\"store_to_market\",\"transferred_by\":7}','143.105.161.171','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-18 12:43:06','2026-03-18 12:43:06'),
(4473,426,'stock_added','Added 2 units - Transfer from store to market',7,'{\"quantity\":2,\"reason\":\"Transfer from store to market\",\"previous_stock\":12,\"new_stock\":14,\"transfer_type\":\"store_to_market\",\"from_product_id\":421,\"transferred_by\":7}','143.105.161.171','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-18 12:43:06','2026-03-18 12:43:06'),
(4474,422,'stock_removed','Removed 2 units - Transfer from store to market',7,'{\"quantity\":2,\"reason\":\"Transfer from store to market\",\"previous_stock\":2,\"new_stock\":0,\"transfer_type\":\"store_to_market\",\"transferred_by\":7}','143.105.161.171','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-18 12:43:12','2026-03-18 12:43:12'),
(4475,424,'stock_added','Added 2 units - Transfer from store to market',7,'{\"quantity\":2,\"reason\":\"Transfer from store to market\",\"previous_stock\":4,\"new_stock\":6,\"transfer_type\":\"store_to_market\",\"from_product_id\":422,\"transferred_by\":7}','143.105.161.171','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-18 12:43:12','2026-03-18 12:43:12'),
(4476,373,'stock_removed','Removed 4 units - Transfer from store to market',7,'{\"quantity\":4,\"reason\":\"Transfer from store to market\",\"previous_stock\":4,\"new_stock\":0,\"transfer_type\":\"store_to_market\",\"transferred_by\":7}','143.105.161.171','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-18 12:43:20','2026-03-18 12:43:20'),
(4477,389,'stock_added','Added 4 units - Transfer from store to market',7,'{\"quantity\":4,\"reason\":\"Transfer from store to market\",\"previous_stock\":2,\"new_stock\":6,\"transfer_type\":\"store_to_market\",\"from_product_id\":373,\"transferred_by\":7}','143.105.161.171','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-18 12:43:20','2026-03-18 12:43:20'),
(4478,486,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":10,\"new_stock\":9,\"sale_id\":926,\"sale_number\":\"HIL-0921\"}','143.105.161.171','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-18 12:43:42','2026-03-18 12:43:42'),
(4479,383,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":4,\"new_stock\":3,\"sale_id\":927,\"sale_number\":\"HIL-0922\"}','143.105.161.171','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-18 12:50:26','2026-03-18 12:50:26'),
(4480,418,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":283,\"new_stock\":282,\"sale_id\":928,\"sale_number\":\"HIL-0923\"}','143.105.161.171','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-18 12:55:04','2026-03-18 12:55:04'),
(4481,418,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":282,\"new_stock\":281,\"sale_id\":929,\"sale_number\":\"HIL-0924\"}','143.105.161.171','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-18 12:57:18','2026-03-18 12:57:18'),
(4482,351,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":1,\"new_stock\":0,\"sale_id\":930,\"sale_number\":\"HIL-0925\"}','143.105.161.171','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-18 12:59:09','2026-03-18 12:59:09'),
(4483,486,'stock_removed','Removed 2 units - Sale',7,'{\"quantity\":2,\"reason\":\"Sale\",\"previous_stock\":9,\"new_stock\":7,\"sale_id\":931,\"sale_number\":\"HIL-0926\"}','143.105.161.171','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-18 13:00:50','2026-03-18 13:00:50'),
(4484,424,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":6,\"new_stock\":5,\"sale_id\":932,\"sale_number\":\"HIL-0927\"}','143.105.161.171','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-18 13:01:29','2026-03-18 13:01:29'),
(4485,474,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":13,\"new_stock\":12,\"sale_id\":933,\"sale_number\":\"HIL-0928\"}','143.105.161.171','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-18 13:06:15','2026-03-18 13:06:15'),
(4486,484,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":11,\"new_stock\":10,\"sale_id\":933,\"sale_number\":\"HIL-0928\"}','143.105.161.171','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-18 13:06:15','2026-03-18 13:06:15'),
(4487,466,'stock_added','Added 7 units - Restock - New shipment',7,'{\"quantity\":7,\"reason\":\"Restock - New shipment\",\"previous_stock\":5,\"new_stock\":12,\"notes\":null}','143.105.161.171','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-18 13:17:36','2026-03-18 13:17:36'),
(4488,418,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":281,\"new_stock\":280,\"sale_id\":934,\"sale_number\":\"HIL-0929\"}','143.105.161.171','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-18 13:24:37','2026-03-18 13:24:37'),
(4489,444,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":9,\"new_stock\":8,\"sale_id\":935,\"sale_number\":\"HIL-0930\"}','143.105.161.171','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-18 13:30:17','2026-03-18 13:30:17'),
(4490,67,'stock_removed','Removed 2 units - Sale',7,'{\"quantity\":2,\"reason\":\"Sale\",\"previous_stock\":25,\"new_stock\":23,\"sale_id\":936,\"sale_number\":\"HIL-0931\"}','143.105.161.171','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-18 13:30:38','2026-03-18 13:30:38'),
(4491,418,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":280,\"new_stock\":279,\"sale_id\":937,\"sale_number\":\"HIL-0932\"}','154.73.160.131','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-18 17:00:45','2026-03-18 17:00:45'),
(4492,418,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":279,\"new_stock\":278,\"sale_id\":938,\"sale_number\":\"HIL-0933\"}','154.73.160.131','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-18 17:06:55','2026-03-18 17:06:55'),
(4493,478,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":6,\"new_stock\":5,\"sale_id\":939,\"sale_number\":\"HIL-0934\"}','154.73.160.131','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-18 17:13:39','2026-03-18 17:13:39'),
(4494,67,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":23,\"new_stock\":22,\"sale_id\":940,\"sale_number\":\"HIL-0935\"}','154.73.160.131','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-18 17:20:18','2026-03-18 17:20:18'),
(4495,389,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":6,\"new_stock\":5,\"sale_id\":941,\"sale_number\":\"HIL-0936\"}','154.73.160.131','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-18 17:21:53','2026-03-18 17:21:53'),
(4496,491,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":18,\"new_stock\":17,\"sale_id\":941,\"sale_number\":\"HIL-0936\"}','154.73.160.131','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-18 17:21:53','2026-03-18 17:21:53'),
(4497,444,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":8,\"new_stock\":7,\"sale_id\":942,\"sale_number\":\"HIL-0937\"}','154.73.160.131','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-18 17:42:33','2026-03-18 17:42:33'),
(4498,383,'stock_removed','Removed 2 units - Sale',7,'{\"quantity\":2,\"reason\":\"Sale\",\"previous_stock\":3,\"new_stock\":1,\"sale_id\":943,\"sale_number\":\"HIL-0938\"}','154.73.160.131','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-18 17:42:58','2026-03-18 17:42:58'),
(4499,466,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":12,\"new_stock\":11,\"sale_id\":944,\"sale_number\":\"HIL-0939\"}','154.73.160.131','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-18 17:45:37','2026-03-18 17:45:37'),
(4500,43,'stock_removed','Removed 2 units - Sale',7,'{\"quantity\":2,\"reason\":\"Sale\",\"previous_stock\":818,\"new_stock\":816,\"sale_id\":945,\"sale_number\":\"HIL-0940\"}','154.73.160.131','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-18 17:52:55','2026-03-18 17:52:55'),
(4501,173,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":384,\"new_stock\":383,\"sale_id\":945,\"sale_number\":\"HIL-0940\"}','154.73.160.131','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-18 17:52:55','2026-03-18 17:52:55'),
(4502,489,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":7,\"new_stock\":6,\"sale_id\":946,\"sale_number\":\"HIL-0941\"}','154.73.160.131','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-18 17:54:41','2026-03-18 17:54:41'),
(4503,43,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":816,\"new_stock\":815,\"sale_id\":947,\"sale_number\":\"HIL-0942\"}','154.73.160.131','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-18 18:07:21','2026-03-18 18:07:21'),
(4504,418,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":278,\"new_stock\":277,\"sale_id\":948,\"sale_number\":\"HIL-0943\"}','154.73.160.131','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-18 18:07:47','2026-03-18 18:07:47'),
(4505,476,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":18,\"new_stock\":17,\"sale_id\":949,\"sale_number\":\"HIL-0944\"}','154.73.160.131','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-18 18:10:01','2026-03-18 18:10:01'),
(4506,67,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":22,\"new_stock\":21,\"sale_id\":950,\"sale_number\":\"HIL-0945\"}','154.73.160.131','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-18 18:21:11','2026-03-18 18:21:11'),
(4507,482,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":23,\"new_stock\":22,\"sale_id\":951,\"sale_number\":\"HIL-0946\"}','154.73.160.131','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-18 18:21:34','2026-03-18 18:21:34'),
(4508,418,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":277,\"new_stock\":276,\"sale_id\":952,\"sale_number\":\"HIL-0947\"}','154.73.160.131','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-18 18:27:08','2026-03-18 18:27:08'),
(4509,466,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":11,\"new_stock\":10,\"sale_id\":953,\"sale_number\":\"HIL-0948\"}','154.73.166.132','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-18 19:11:32','2026-03-18 19:11:32'),
(4510,67,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":21,\"new_stock\":20,\"sale_id\":954,\"sale_number\":\"HIL-0949\"}','154.73.166.132','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-18 19:16:46','2026-03-18 19:16:46'),
(4511,426,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":14,\"new_stock\":13,\"sale_id\":954,\"sale_number\":\"HIL-0949\"}','154.73.166.132','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-18 19:16:46','2026-03-18 19:16:46'),
(4512,482,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":22,\"new_stock\":21,\"sale_id\":954,\"sale_number\":\"HIL-0949\"}','154.73.166.132','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-18 19:16:46','2026-03-18 19:16:46'),
(4513,466,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":10,\"new_stock\":9,\"sale_id\":955,\"sale_number\":\"HIL-0950\"}','154.73.166.132','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-18 19:18:12','2026-03-18 19:18:12'),
(4514,478,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":5,\"new_stock\":4,\"sale_id\":956,\"sale_number\":\"HIL-0951\"}','154.73.166.132','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-18 19:38:48','2026-03-18 19:38:48'),
(4515,418,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":276,\"new_stock\":275,\"sale_id\":957,\"sale_number\":\"HIL-0952\"}','154.73.166.132','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-18 19:41:42','2026-03-18 19:41:42'),
(4516,486,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":7,\"new_stock\":6,\"sale_id\":958,\"sale_number\":\"HIL-0953\"}','154.73.166.132','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-18 19:42:03','2026-03-18 19:42:03'),
(4517,493,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":3,\"new_stock\":2,\"sale_id\":958,\"sale_number\":\"HIL-0953\"}','154.73.166.132','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-18 19:42:03','2026-03-18 19:42:03'),
(4518,418,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":275,\"new_stock\":274,\"sale_id\":959,\"sale_number\":\"HIL-0954\"}','154.73.166.132','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-18 19:43:48','2026-03-18 19:43:48'),
(4519,478,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":4,\"new_stock\":3,\"sale_id\":960,\"sale_number\":\"HIL-0955\"}','154.73.166.132','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-18 19:44:51','2026-03-18 19:44:51'),
(4520,418,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":274,\"new_stock\":273,\"sale_id\":961,\"sale_number\":\"HIL-0956\"}','154.73.166.132','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-18 19:53:01','2026-03-18 19:53:01'),
(4521,452,'stock_removed','Removed 11 units - Transfer from store to market',7,'{\"quantity\":11,\"reason\":\"Transfer from store to market\",\"previous_stock\":11,\"new_stock\":0,\"transfer_type\":\"store_to_market\",\"transferred_by\":7}','154.73.161.224','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-19 05:34:51','2026-03-19 05:34:51'),
(4522,495,'created','Product created',7,'{\"name\":\"CA-PA2025 B\",\"description\":\"1\\u00d740\\r\\n1\\u00d741\\r\\n2\\u00d742\\r\\n4\\u00d743\\r\\n3\\u00d744\",\"barcode\":\"PRD475332-M1\",\"category_id\":7,\"product_type\":\"market\",\"unit\":\"pcs\",\"cost_price\":\"19000.00\",\"selling_price\":\"30000.00\",\"discount_price\":null,\"image\":\"products\\/1773729154_TIBoDVEjBB.jpg\",\"expiry_date\":null,\"is_active\":true,\"weight\":null,\"length\":null,\"width\":null,\"height\":null,\"updated_at\":\"2026-03-19T08:34:51.000000Z\",\"created_at\":\"2026-03-19T08:34:51.000000Z\",\"id\":495}','154.73.161.224','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-19 05:34:51','2026-03-19 05:34:51'),
(4523,495,'stock_added','Added 11 units - Transfer from store to market',7,'{\"quantity\":11,\"reason\":\"Transfer from store to market\",\"previous_stock\":0,\"new_stock\":11,\"transfer_type\":\"store_to_market\",\"from_product_id\":452,\"transferred_by\":7}','154.73.161.224','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-19 05:34:51','2026-03-19 05:34:51'),
(4524,438,'stock_removed','Removed 16 units - Transfer from store to market',7,'{\"quantity\":16,\"reason\":\"Transfer from store to market\",\"previous_stock\":16,\"new_stock\":0,\"transfer_type\":\"store_to_market\",\"transferred_by\":7}','154.73.161.224','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-19 05:35:01','2026-03-19 05:35:01'),
(4525,446,'stock_added','Added 16 units - Transfer from store to market',7,'{\"quantity\":16,\"reason\":\"Transfer from store to market\",\"previous_stock\":17,\"new_stock\":33,\"transfer_type\":\"store_to_market\",\"from_product_id\":438,\"transferred_by\":7}','154.73.161.224','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-19 05:35:01','2026-03-19 05:35:01'),
(4526,45,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":1,\"new_stock\":0,\"sale_id\":962,\"sale_number\":\"HIL-0957\"}','154.73.161.224','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-19 05:48:56','2026-03-19 05:48:56'),
(4527,124,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":2,\"new_stock\":1,\"sale_id\":962,\"sale_number\":\"HIL-0957\"}','154.73.161.224','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-19 05:48:56','2026-03-19 05:48:56'),
(4528,148,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":3,\"new_stock\":2,\"sale_id\":962,\"sale_number\":\"HIL-0957\"}','154.73.161.224','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-19 05:48:56','2026-03-19 05:48:56'),
(4529,215,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":3,\"new_stock\":2,\"sale_id\":962,\"sale_number\":\"HIL-0957\"}','154.73.161.224','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-19 05:48:56','2026-03-19 05:48:56'),
(4530,270,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":1,\"new_stock\":0,\"sale_id\":962,\"sale_number\":\"HIL-0957\"}','154.73.161.224','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-19 05:48:56','2026-03-19 05:48:56'),
(4531,272,'stock_removed','Removed 2 units - Sale',7,'{\"quantity\":2,\"reason\":\"Sale\",\"previous_stock\":6,\"new_stock\":4,\"sale_id\":962,\"sale_number\":\"HIL-0957\"}','154.73.161.224','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-19 05:48:56','2026-03-19 05:48:56'),
(4532,299,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":1,\"new_stock\":0,\"sale_id\":962,\"sale_number\":\"HIL-0957\"}','154.73.161.224','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-19 05:48:56','2026-03-19 05:48:56'),
(4533,360,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":1,\"new_stock\":0,\"sale_id\":962,\"sale_number\":\"HIL-0957\"}','154.73.161.224','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-19 05:48:56','2026-03-19 05:48:56'),
(4534,409,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":1,\"new_stock\":0,\"sale_id\":962,\"sale_number\":\"HIL-0957\"}','154.73.161.224','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-19 05:48:56','2026-03-19 05:48:56'),
(4535,489,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":6,\"new_stock\":5,\"sale_id\":962,\"sale_number\":\"HIL-0957\"}','154.73.161.224','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-19 05:48:56','2026-03-19 05:48:56'),
(4536,409,'status_changed','Product deactivated',7,'{\"old_status\":true,\"new_status\":false}','143.105.161.160','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-19 06:03:16','2026-03-19 06:03:16'),
(4537,360,'status_changed','Product deactivated',7,'{\"old_status\":true,\"new_status\":false}','143.105.161.160','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-19 06:08:44','2026-03-19 06:08:44'),
(4538,351,'status_changed','Product deactivated',7,'{\"old_status\":true,\"new_status\":false}','143.105.161.160','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-19 06:14:14','2026-03-19 06:14:14'),
(4539,345,'status_changed','Product deactivated',7,'{\"old_status\":true,\"new_status\":false}','143.105.161.160','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-19 06:14:21','2026-03-19 06:14:21'),
(4540,299,'status_changed','Product deactivated',7,'{\"old_status\":true,\"new_status\":false}','143.105.161.160','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-19 06:14:34','2026-03-19 06:14:34'),
(4541,270,'status_changed','Product deactivated',7,'{\"old_status\":true,\"new_status\":false}','143.105.161.160','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-19 06:14:47','2026-03-19 06:14:47'),
(4542,251,'status_changed','Product deactivated',7,'{\"old_status\":true,\"new_status\":false}','143.105.161.160','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-19 06:15:49','2026-03-19 06:15:49'),
(4543,208,'status_changed','Product deactivated',7,'{\"old_status\":true,\"new_status\":false}','143.105.161.160','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-19 06:15:56','2026-03-19 06:15:56'),
(4544,107,'status_changed','Product deactivated',7,'{\"old_status\":true,\"new_status\":false}','143.105.161.160','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-19 06:16:09','2026-03-19 06:16:09'),
(4545,83,'status_changed','Product deactivated',7,'{\"old_status\":true,\"new_status\":false}','143.105.161.160','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-19 06:16:16','2026-03-19 06:16:16'),
(4546,47,'status_changed','Product deactivated',7,'{\"old_status\":true,\"new_status\":false}','143.105.161.160','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-19 06:16:26','2026-03-19 06:16:26'),
(4547,45,'status_changed','Product deactivated',7,'{\"old_status\":true,\"new_status\":false}','143.105.161.160','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-19 06:16:33','2026-03-19 06:16:33'),
(4548,235,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":1,\"new_stock\":0,\"sale_id\":963,\"sale_number\":\"HIL-0958\"}','143.105.161.160','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-19 06:45:37','2026-03-19 06:45:37'),
(4549,470,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":7,\"new_stock\":6,\"sale_id\":963,\"sale_number\":\"HIL-0958\"}','143.105.161.160','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-19 06:45:37','2026-03-19 06:45:37'),
(4550,424,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":5,\"new_stock\":4,\"sale_id\":964,\"sale_number\":\"HIL-0959\"}','143.105.161.160','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-19 06:56:35','2026-03-19 06:56:35'),
(4551,482,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":21,\"new_stock\":20,\"sale_id\":964,\"sale_number\":\"HIL-0959\"}','143.105.161.160','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-19 06:56:35','2026-03-19 06:56:35'),
(4552,430,'updated','Product updated',7,'{\"is_active\":{\"old\":false,\"new\":true},\"image\":{\"old\":\"products\\/1772893702_6ccF9Eqv6u.jpg\",\"new\":\"products\\/1773914362_j4bkMKdJGz.jpg\"}}','143.105.161.160','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-19 06:59:23','2026-03-19 06:59:23'),
(4553,7,'stock_removed','Removed 104 units - Adjustment - Count correction',7,'{\"quantity\":104,\"reason\":\"Adjustment - Count correction\",\"previous_stock\":104,\"new_stock\":0,\"notes\":null}','143.105.161.160','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-19 07:00:55','2026-03-19 07:00:55'),
(4554,235,'status_changed','Product deactivated',7,'{\"old_status\":true,\"new_status\":false}','143.105.161.160','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-19 07:01:51','2026-03-19 07:01:51'),
(4555,389,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":5,\"new_stock\":4,\"sale_id\":965,\"sale_number\":\"HIL-0960\"}','143.105.161.160','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-19 07:20:13','2026-03-19 07:20:13'),
(4556,426,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":13,\"new_stock\":12,\"sale_id\":966,\"sale_number\":\"HIL-0961\"}','143.105.161.160','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-19 07:24:18','2026-03-19 07:24:18'),
(4557,466,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":9,\"new_stock\":8,\"sale_id\":966,\"sale_number\":\"HIL-0961\"}','143.105.161.160','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-19 07:24:18','2026-03-19 07:24:18'),
(4558,478,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":3,\"new_stock\":2,\"sale_id\":966,\"sale_number\":\"HIL-0961\"}','143.105.161.160','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-19 07:24:18','2026-03-19 07:24:18'),
(4559,4,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":651,\"new_stock\":650,\"sale_id\":967,\"sale_number\":\"HIL-0962\"}','143.105.161.160','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-19 07:26:11','2026-03-19 07:26:11'),
(4560,215,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":2,\"new_stock\":1,\"sale_id\":968,\"sale_number\":\"HIL-0963\"}','143.105.161.160','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-19 07:38:54','2026-03-19 07:38:54'),
(4561,383,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":1,\"new_stock\":0,\"sale_id\":968,\"sale_number\":\"HIL-0963\"}','143.105.161.160','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-19 07:38:54','2026-03-19 07:38:54'),
(4562,430,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":1,\"new_stock\":0,\"sale_id\":969,\"sale_number\":\"HIL-0964\"}','143.105.161.160','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-19 07:50:55','2026-03-19 07:50:55'),
(4563,418,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":273,\"new_stock\":272,\"sale_id\":970,\"sale_number\":\"HIL-0965\"}','143.105.161.160','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-19 07:51:39','2026-03-19 07:51:39'),
(4564,418,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":272,\"new_stock\":271,\"sale_id\":971,\"sale_number\":\"HIL-0966\"}','143.105.161.160','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-19 07:52:07','2026-03-19 07:52:07'),
(4565,389,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":4,\"new_stock\":3,\"sale_id\":972,\"sale_number\":\"HIL-0967\"}','143.105.161.160','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-19 07:58:02','2026-03-19 07:58:02'),
(4566,482,'stock_removed','Removed 2 units - Sale',7,'{\"quantity\":2,\"reason\":\"Sale\",\"previous_stock\":20,\"new_stock\":18,\"sale_id\":973,\"sale_number\":\"HIL-0968\"}','143.105.161.160','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-19 08:17:06','2026-03-19 08:17:06'),
(4567,444,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":7,\"new_stock\":6,\"sale_id\":974,\"sale_number\":\"HIL-0969\"}','143.105.161.160','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-19 08:17:55','2026-03-19 08:17:55'),
(4568,257,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":6,\"new_stock\":5,\"sale_id\":975,\"sale_number\":\"HIL-0970\"}','143.105.161.160','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-19 08:24:59','2026-03-19 08:24:59'),
(4569,418,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":271,\"new_stock\":270,\"sale_id\":976,\"sale_number\":\"HIL-0971\"}','143.105.161.160','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-19 09:03:13','2026-03-19 09:03:13'),
(4570,418,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":270,\"new_stock\":269,\"sale_id\":977,\"sale_number\":\"HIL-0972\"}','143.105.161.160','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-19 09:04:51','2026-03-19 09:04:51'),
(4571,430,'status_changed','Product deactivated',7,'{\"old_status\":true,\"new_status\":false}','143.105.161.160','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-19 09:12:19','2026-03-19 09:12:19'),
(4572,383,'stock_added','Added 2 units - Restock - New shipment',7,'{\"quantity\":2,\"reason\":\"Restock - New shipment\",\"previous_stock\":0,\"new_stock\":2,\"notes\":null}','143.105.161.160','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-19 09:12:35','2026-03-19 09:12:35'),
(4573,383,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":2,\"new_stock\":1,\"sale_id\":978,\"sale_number\":\"HIL-0973\"}','143.105.161.160','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-19 09:13:35','2026-03-19 09:13:35'),
(4574,470,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":6,\"new_stock\":5,\"sale_id\":978,\"sale_number\":\"HIL-0973\"}','143.105.161.160','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-19 09:13:35','2026-03-19 09:13:35'),
(4575,79,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":17,\"new_stock\":16,\"sale_id\":979,\"sale_number\":\"HIL-0974\"}','143.105.161.160','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-19 09:14:07','2026-03-19 09:14:07'),
(4576,418,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":269,\"new_stock\":268,\"sale_id\":979,\"sale_number\":\"HIL-0974\"}','143.105.161.160','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-19 09:14:07','2026-03-19 09:14:07'),
(4577,418,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":268,\"new_stock\":267,\"sale_id\":980,\"sale_number\":\"HIL-0975\"}','143.105.161.160','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-19 09:14:20','2026-03-19 09:14:20'),
(4578,217,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":1,\"new_stock\":0,\"sale_id\":981,\"sale_number\":\"HIL-0976\"}','143.105.161.160','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-19 09:19:28','2026-03-19 09:19:28'),
(4579,148,'stock_removed','Removed 2 units - Sale',7,'{\"quantity\":2,\"reason\":\"Sale\",\"previous_stock\":2,\"new_stock\":0,\"sale_id\":982,\"sale_number\":\"HIL-0977\"}','143.105.161.160','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-19 09:29:17','2026-03-19 09:29:17'),
(4580,435,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":7,\"new_stock\":6,\"sale_id\":983,\"sale_number\":\"HIL-0978\"}','143.105.161.160','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-19 09:55:01','2026-03-19 09:55:01'),
(4581,79,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":16,\"new_stock\":15,\"sale_id\":984,\"sale_number\":\"HIL-0979\"}','143.105.161.160','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-19 09:58:07','2026-03-19 09:58:07'),
(4582,255,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":2,\"new_stock\":1,\"sale_id\":984,\"sale_number\":\"HIL-0979\"}','143.105.161.160','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-19 09:58:07','2026-03-19 09:58:07'),
(4583,489,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":5,\"new_stock\":4,\"sale_id\":984,\"sale_number\":\"HIL-0979\"}','143.105.161.160','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-19 09:58:07','2026-03-19 09:58:07'),
(4584,470,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":5,\"new_stock\":4,\"sale_id\":985,\"sale_number\":\"HIL-0980\"}','143.105.161.160','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-19 10:28:01','2026-03-19 10:28:01'),
(4585,489,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":4,\"new_stock\":3,\"sale_id\":985,\"sale_number\":\"HIL-0980\"}','143.105.161.160','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-19 10:28:01','2026-03-19 10:28:01'),
(4586,173,'stock_removed','Removed 10 units - Sale',7,'{\"quantity\":10,\"reason\":\"Sale\",\"previous_stock\":383,\"new_stock\":373,\"sale_id\":986,\"sale_number\":\"HIL-0981\"}','143.105.161.160','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-19 10:29:59','2026-03-19 10:29:59'),
(4587,418,'stock_removed','Removed 6 units - Sale',7,'{\"quantity\":6,\"reason\":\"Sale\",\"previous_stock\":267,\"new_stock\":261,\"sale_id\":986,\"sale_number\":\"HIL-0981\"}','143.105.161.160','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-19 10:29:59','2026-03-19 10:29:59'),
(4588,173,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":373,\"new_stock\":372,\"sale_id\":987,\"sale_number\":\"HIL-0982\"}','143.105.161.160','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-19 10:39:00','2026-03-19 10:39:00'),
(4589,418,'stock_removed','Removed 2 units - Sale',7,'{\"quantity\":2,\"reason\":\"Sale\",\"previous_stock\":261,\"new_stock\":259,\"sale_id\":988,\"sale_number\":\"HIL-0983\"}','143.105.161.160','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-19 10:53:46','2026-03-19 10:53:46'),
(4590,173,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":372,\"new_stock\":371,\"sale_id\":989,\"sale_number\":\"HIL-0984\"}','143.105.161.160','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-19 10:53:59','2026-03-19 10:53:59'),
(4591,496,'created','Product created',7,'{\"name\":\"CA-V B\",\"description\":null,\"barcode\":\"PRD852581\",\"category_id\":\"7\",\"product_type\":\"store\",\"unit\":\"pcs\",\"cost_price\":\"17500.00\",\"selling_price\":\"30000.00\",\"image\":\"products\\/1773928916_9dAvXGX4c5.jpg\",\"expiry_date\":null,\"is_active\":true,\"alert_quantity\":1,\"weight\":null,\"length\":null,\"width\":null,\"height\":null,\"updated_at\":\"2026-03-19T14:01:56.000000Z\",\"created_at\":\"2026-03-19T14:01:56.000000Z\",\"id\":496}','143.105.161.160','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-19 11:01:56','2026-03-19 11:01:56'),
(4592,496,'stock_added','Added 6 units - Initial stock',7,'{\"quantity\":6,\"reason\":\"Initial stock\",\"previous_stock\":0,\"new_stock\":6,\"notes\":\"Product creation\"}','143.105.161.160','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-19 11:01:56','2026-03-19 11:01:56'),
(4593,496,'stock_removed','Removed 6 units - Transfer from store to market',7,'{\"quantity\":6,\"reason\":\"Transfer from store to market\",\"previous_stock\":6,\"new_stock\":0,\"transfer_type\":\"store_to_market\",\"transferred_by\":7}','143.105.161.160','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-19 11:02:19','2026-03-19 11:02:19'),
(4594,498,'created','Product created',7,'{\"name\":\"CA-V B\",\"description\":null,\"barcode\":\"PRD852581-M1\",\"category_id\":7,\"product_type\":\"market\",\"unit\":\"pcs\",\"cost_price\":\"17500.00\",\"selling_price\":\"30000.00\",\"discount_price\":null,\"image\":\"products\\/1773928916_9dAvXGX4c5.jpg\",\"expiry_date\":null,\"is_active\":true,\"weight\":null,\"length\":null,\"width\":null,\"height\":null,\"updated_at\":\"2026-03-19T14:02:19.000000Z\",\"created_at\":\"2026-03-19T14:02:19.000000Z\",\"id\":498}','143.105.161.160','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-19 11:02:19','2026-03-19 11:02:19'),
(4595,498,'stock_added','Added 6 units - Transfer from store to market',7,'{\"quantity\":6,\"reason\":\"Transfer from store to market\",\"previous_stock\":0,\"new_stock\":6,\"transfer_type\":\"store_to_market\",\"from_product_id\":496,\"transferred_by\":7}','143.105.161.160','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-19 11:02:19','2026-03-19 11:02:19'),
(4596,482,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":18,\"new_stock\":17,\"sale_id\":990,\"sale_number\":\"HIL-0985\"}','143.105.161.160','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-19 11:02:55','2026-03-19 11:02:55'),
(4597,498,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":6,\"new_stock\":5,\"sale_id\":990,\"sale_number\":\"HIL-0985\"}','143.105.161.160','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-19 11:02:55','2026-03-19 11:02:55'),
(4598,418,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":259,\"new_stock\":258,\"sale_id\":991,\"sale_number\":\"HIL-0986\"}','143.105.161.160','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-19 11:14:25','2026-03-19 11:14:25'),
(4599,173,'stock_removed','Removed 2 units - Sale',7,'{\"quantity\":2,\"reason\":\"Sale\",\"previous_stock\":371,\"new_stock\":369,\"sale_id\":992,\"sale_number\":\"HIL-0987\"}','143.105.161.160','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-19 11:29:47','2026-03-19 11:29:47'),
(4600,474,'stock_removed','Removed 7 units - Sale',7,'{\"quantity\":7,\"reason\":\"Sale\",\"previous_stock\":12,\"new_stock\":5,\"sale_id\":993,\"sale_number\":\"HIL-0988\"}','143.105.161.160','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-19 12:50:05','2026-03-19 12:50:05'),
(4601,476,'stock_removed','Removed 4 units - Sale',7,'{\"quantity\":4,\"reason\":\"Sale\",\"previous_stock\":17,\"new_stock\":13,\"sale_id\":993,\"sale_number\":\"HIL-0988\"}','143.105.161.160','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-19 12:50:05','2026-03-19 12:50:05'),
(4602,484,'stock_removed','Removed 8 units - Sale',7,'{\"quantity\":8,\"reason\":\"Sale\",\"previous_stock\":10,\"new_stock\":2,\"sale_id\":993,\"sale_number\":\"HIL-0988\"}','143.105.161.160','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-19 12:50:05','2026-03-19 12:50:05'),
(4603,498,'stock_removed','Removed 5 units - Sale',7,'{\"quantity\":5,\"reason\":\"Sale\",\"previous_stock\":5,\"new_stock\":0,\"sale_id\":993,\"sale_number\":\"HIL-0988\"}','143.105.161.160','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-19 12:50:05','2026-03-19 12:50:05'),
(4604,446,'stock_removed','Removed 2 units - Sale',7,'{\"quantity\":2,\"reason\":\"Sale\",\"previous_stock\":33,\"new_stock\":31,\"sale_id\":994,\"sale_number\":\"HIL-0989\"}','143.105.161.160','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-19 13:01:15','2026-03-19 13:01:15'),
(4605,466,'stock_removed','Removed 2 units - Sale',7,'{\"quantity\":2,\"reason\":\"Sale\",\"previous_stock\":8,\"new_stock\":6,\"sale_id\":994,\"sale_number\":\"HIL-0989\"}','143.105.161.160','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-19 13:01:15','2026-03-19 13:01:15'),
(4606,482,'stock_removed','Removed 2 units - Sale',7,'{\"quantity\":2,\"reason\":\"Sale\",\"previous_stock\":17,\"new_stock\":15,\"sale_id\":994,\"sale_number\":\"HIL-0989\"}','143.105.161.160','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-19 13:01:15','2026-03-19 13:01:15'),
(4607,272,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":4,\"new_stock\":3,\"sale_id\":995,\"sale_number\":\"HIL-0990\"}','143.105.161.160','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-19 13:06:12','2026-03-19 13:06:12'),
(4608,426,'stock_removed','Removed 3 units - Sale',7,'{\"quantity\":3,\"reason\":\"Sale\",\"previous_stock\":12,\"new_stock\":9,\"sale_id\":995,\"sale_number\":\"HIL-0990\"}','143.105.161.160','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-19 13:06:12','2026-03-19 13:06:12'),
(4609,435,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":6,\"new_stock\":5,\"sale_id\":995,\"sale_number\":\"HIL-0990\"}','143.105.161.160','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-19 13:06:12','2026-03-19 13:06:12'),
(4610,476,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":13,\"new_stock\":12,\"sale_id\":995,\"sale_number\":\"HIL-0990\"}','143.105.161.160','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-19 13:06:12','2026-03-19 13:06:12'),
(4611,478,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":2,\"new_stock\":1,\"sale_id\":995,\"sale_number\":\"HIL-0990\"}','143.105.161.160','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-19 13:06:12','2026-03-19 13:06:12'),
(4612,482,'stock_removed','Removed 4 units - Sale',7,'{\"quantity\":4,\"reason\":\"Sale\",\"previous_stock\":15,\"new_stock\":11,\"sale_id\":995,\"sale_number\":\"HIL-0990\"}','143.105.161.160','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-19 13:06:12','2026-03-19 13:06:12'),
(4613,478,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":1,\"new_stock\":0,\"sale_id\":996,\"sale_number\":\"HIL-0991\"}','143.105.161.160','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-19 13:13:56','2026-03-19 13:13:56'),
(4614,362,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":1,\"new_stock\":0,\"sale_id\":997,\"sale_number\":\"HIL-0992\"}','143.105.161.160','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-19 13:18:19','2026-03-19 13:18:19'),
(4615,418,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":258,\"new_stock\":257,\"sale_id\":998,\"sale_number\":\"HIL-0993\"}','143.105.161.160','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-19 13:30:55','2026-03-19 13:30:55'),
(4616,215,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":1,\"new_stock\":0,\"sale_id\":999,\"sale_number\":\"HIL-0994\"}','154.73.161.224','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-19 16:22:06','2026-03-19 16:22:06'),
(4617,433,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":4,\"new_stock\":3,\"sale_id\":999,\"sale_number\":\"HIL-0994\"}','154.73.161.224','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-19 16:22:06','2026-03-19 16:22:06'),
(4618,478,'stock_added','Added 4 units - Restock - New shipment',7,'{\"quantity\":4,\"reason\":\"Restock - New shipment\",\"previous_stock\":0,\"new_stock\":4,\"notes\":null}','154.73.161.224','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-19 16:25:00','2026-03-19 16:25:00'),
(4619,478,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":4,\"new_stock\":3,\"sale_id\":1000,\"sale_number\":\"HIL-0995\"}','154.73.161.224','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-19 16:25:35','2026-03-19 16:25:35'),
(4620,418,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":257,\"new_stock\":256,\"sale_id\":1001,\"sale_number\":\"HIL-0996\"}','154.73.161.224','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-19 16:32:59','2026-03-19 16:32:59'),
(4621,173,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":369,\"new_stock\":368,\"sale_id\":1002,\"sale_number\":\"HIL-0997\"}','154.73.161.224','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-19 16:33:59','2026-03-19 16:33:59'),
(4622,486,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":6,\"new_stock\":5,\"sale_id\":1003,\"sale_number\":\"HIL-0998\"}','154.73.161.224','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-19 16:59:32','2026-03-19 16:59:32'),
(4623,470,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":4,\"new_stock\":3,\"sale_id\":1004,\"sale_number\":\"HIL-0999\"}','154.73.161.224','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36','2026-03-19 16:59:48','2026-03-19 16:59:48'),
(4624,173,'stock_removed','Removed 20 units - Sale',7,'{\"quantity\":20,\"reason\":\"Sale\",\"previous_stock\":368,\"new_stock\":348,\"sale_id\":1005,\"sale_number\":\"HIL-1000\"}','143.105.161.141','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/146.0.0.0 Mobile Safari/537.36','2026-03-24 11:59:43','2026-03-24 11:59:43'),
(4625,4,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":650,\"new_stock\":649,\"sale_id\":1006,\"sale_number\":\"HIL-1001\"}','143.105.161.79','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/146.0.0.0 Mobile Safari/537.36','2026-03-25 11:14:04','2026-03-25 11:14:04'),
(4626,480,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":15,\"new_stock\":14,\"sale_id\":1007,\"sale_number\":\"HIL-1002\"}','154.73.161.175','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/146.0.0.0 Mobile Safari/537.36','2026-03-26 07:19:45','2026-03-26 07:19:45'),
(4627,418,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":256,\"new_stock\":255,\"sale_id\":1008,\"sale_number\":\"HIL-1003\"}','143.105.161.8','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/146.0.0.0 Mobile Safari/537.36','2026-03-27 06:09:00','2026-03-27 06:09:00'),
(4628,446,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":31,\"new_stock\":30,\"sale_id\":1009,\"sale_number\":\"HIL-1004\"}','143.105.161.50','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/146.0.0.0 Mobile Safari/537.36','2026-03-27 06:50:45','2026-03-27 06:50:45'),
(4629,464,'stock_added','Added 11 units - Restock - New shipment',7,'{\"quantity\":11,\"reason\":\"Restock - New shipment\",\"previous_stock\":20,\"new_stock\":31,\"notes\":null}','143.105.161.50','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/146.0.0.0 Mobile Safari/537.36','2026-03-27 06:53:12','2026-03-27 06:53:12'),
(4630,480,'stock_removed','Removed 4 units - Sale',7,'{\"quantity\":4,\"reason\":\"Sale\",\"previous_stock\":14,\"new_stock\":10,\"sale_id\":1010,\"sale_number\":\"HIL-1005\"}','143.105.161.50','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/146.0.0.0 Mobile Safari/537.36','2026-03-27 06:54:13','2026-03-27 06:54:13'),
(4631,495,'stock_removed','Removed 5 units - Sale',7,'{\"quantity\":5,\"reason\":\"Sale\",\"previous_stock\":11,\"new_stock\":6,\"sale_id\":1011,\"sale_number\":\"HIL-1006\"}','143.105.161.50','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/146.0.0.0 Mobile Safari/537.36','2026-03-27 06:54:36','2026-03-27 06:54:36'),
(4632,493,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":2,\"new_stock\":1,\"sale_id\":1012,\"sale_number\":\"HIL-1007\"}','143.105.161.50','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/146.0.0.0 Mobile Safari/537.36','2026-03-27 06:54:47','2026-03-27 06:54:47'),
(4633,442,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":9,\"new_stock\":8,\"sale_id\":1013,\"sale_number\":\"HIL-1008\"}','143.105.161.50','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/146.0.0.0 Mobile Safari/537.36','2026-03-27 06:55:55','2026-03-27 06:55:55'),
(4634,491,'stock_removed','Removed 7 units - Sale',7,'{\"quantity\":7,\"reason\":\"Sale\",\"previous_stock\":17,\"new_stock\":10,\"sale_id\":1014,\"sale_number\":\"HIL-1009\"}','143.105.161.50','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/146.0.0.0 Mobile Safari/537.36','2026-03-27 06:57:57','2026-03-27 06:57:57'),
(4635,486,'stock_removed','Removed 3 units - Sale',7,'{\"quantity\":3,\"reason\":\"Sale\",\"previous_stock\":5,\"new_stock\":2,\"sale_id\":1015,\"sale_number\":\"HIL-1010\"}','143.105.161.50','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/146.0.0.0 Mobile Safari/537.36','2026-03-27 06:58:30','2026-03-27 06:58:30'),
(4636,484,'stock_removed','Removed 2 units - Sale',7,'{\"quantity\":2,\"reason\":\"Sale\",\"previous_stock\":2,\"new_stock\":0,\"sale_id\":1016,\"sale_number\":\"HIL-1011\"}','143.105.161.50','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/146.0.0.0 Mobile Safari/537.36','2026-03-27 06:59:15','2026-03-27 06:59:15'),
(4637,476,'stock_removed','Removed 9 units - Sale',7,'{\"quantity\":9,\"reason\":\"Sale\",\"previous_stock\":12,\"new_stock\":3,\"sale_id\":1017,\"sale_number\":\"HIL-1012\"}','143.105.161.50','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/146.0.0.0 Mobile Safari/537.36','2026-03-27 07:04:10','2026-03-27 07:04:10'),
(4638,474,'stock_removed','Removed 3 units - Sale',7,'{\"quantity\":3,\"reason\":\"Sale\",\"previous_stock\":5,\"new_stock\":2,\"sale_id\":1018,\"sale_number\":\"HIL-1013\"}','143.105.161.50','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/146.0.0.0 Mobile Safari/537.36','2026-03-27 07:04:58','2026-03-27 07:04:58'),
(4639,470,'stock_removed','Removed 3 units - Sale',7,'{\"quantity\":3,\"reason\":\"Sale\",\"previous_stock\":3,\"new_stock\":0,\"sale_id\":1019,\"sale_number\":\"HIL-1014\"}','143.105.161.50','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/146.0.0.0 Mobile Safari/537.36','2026-03-27 07:05:35','2026-03-27 07:05:35'),
(4640,466,'stock_removed','Removed 4 units - Sale',7,'{\"quantity\":4,\"reason\":\"Sale\",\"previous_stock\":6,\"new_stock\":2,\"sale_id\":1020,\"sale_number\":\"HIL-1015\"}','143.105.161.50','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/146.0.0.0 Mobile Safari/537.36','2026-03-27 07:06:04','2026-03-27 07:06:04'),
(4641,444,'stock_removed','Removed 5 units - Sale',7,'{\"quantity\":5,\"reason\":\"Sale\",\"previous_stock\":6,\"new_stock\":1,\"sale_id\":1021,\"sale_number\":\"HIL-1016\"}','143.105.161.50','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/146.0.0.0 Mobile Safari/537.36','2026-03-27 07:06:48','2026-03-27 07:06:48'),
(4642,426,'updated','Product updated',7,'{\"image\":{\"old\":\"products\\/1772894332_bid1mBUtvP.jpg\",\"new\":\"products\\/1774606107_jNBhLSRghG.jpg\"}}','143.105.161.50','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/146.0.0.0 Mobile Safari/537.36','2026-03-27 07:08:28','2026-03-27 07:08:28'),
(4643,426,'stock_added','Added 1 units - Restock - New shipment',7,'{\"quantity\":1,\"reason\":\"Restock - New shipment\",\"previous_stock\":9,\"new_stock\":10,\"notes\":null}','143.105.161.50','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/146.0.0.0 Mobile Safari/537.36','2026-03-27 07:08:44','2026-03-27 07:08:44'),
(4644,124,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":1,\"new_stock\":0,\"sale_id\":1022,\"sale_number\":\"HIL-1017\"}','143.105.161.50','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/146.0.0.0 Mobile Safari/537.36','2026-03-27 07:11:44','2026-03-27 07:11:44'),
(4645,182,'stock_removed','Removed 3 units - Sale',7,'{\"quantity\":3,\"reason\":\"Sale\",\"previous_stock\":5,\"new_stock\":2,\"sale_id\":1022,\"sale_number\":\"HIL-1017\"}','143.105.161.50','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/146.0.0.0 Mobile Safari/537.36','2026-03-27 07:11:44','2026-03-27 07:11:44'),
(4646,184,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":1,\"new_stock\":0,\"sale_id\":1022,\"sale_number\":\"HIL-1017\"}','143.105.161.50','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/146.0.0.0 Mobile Safari/537.36','2026-03-27 07:11:44','2026-03-27 07:11:44'),
(4647,266,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":1,\"new_stock\":0,\"sale_id\":1022,\"sale_number\":\"HIL-1017\"}','143.105.161.50','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/146.0.0.0 Mobile Safari/537.36','2026-03-27 07:11:44','2026-03-27 07:11:44'),
(4648,274,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":1,\"new_stock\":0,\"sale_id\":1022,\"sale_number\":\"HIL-1017\"}','143.105.161.50','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/146.0.0.0 Mobile Safari/537.36','2026-03-27 07:11:44','2026-03-27 07:11:44'),
(4649,323,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":1,\"new_stock\":0,\"sale_id\":1022,\"sale_number\":\"HIL-1017\"}','143.105.161.50','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/146.0.0.0 Mobile Safari/537.36','2026-03-27 07:11:44','2026-03-27 07:11:44'),
(4650,383,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":1,\"new_stock\":0,\"sale_id\":1022,\"sale_number\":\"HIL-1017\"}','143.105.161.50','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/146.0.0.0 Mobile Safari/537.36','2026-03-27 07:11:44','2026-03-27 07:11:44'),
(4651,389,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":3,\"new_stock\":2,\"sale_id\":1022,\"sale_number\":\"HIL-1017\"}','143.105.161.50','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/146.0.0.0 Mobile Safari/537.36','2026-03-27 07:11:44','2026-03-27 07:11:44'),
(4652,433,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":3,\"new_stock\":2,\"sale_id\":1022,\"sale_number\":\"HIL-1017\"}','143.105.161.50','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/146.0.0.0 Mobile Safari/537.36','2026-03-27 07:11:44','2026-03-27 07:11:44'),
(4653,482,'stock_removed','Removed 4 units - Sale',7,'{\"quantity\":4,\"reason\":\"Sale\",\"previous_stock\":11,\"new_stock\":7,\"sale_id\":1023,\"sale_number\":\"HIL-1018\"}','143.105.161.50','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/146.0.0.0 Mobile Safari/537.36','2026-03-27 07:12:04','2026-03-27 07:12:04'),
(4654,472,'stock_removed','Removed 2 units - Sale',7,'{\"quantity\":2,\"reason\":\"Sale\",\"previous_stock\":8,\"new_stock\":6,\"sale_id\":1024,\"sale_number\":\"HIL-1019\"}','143.105.161.50','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/146.0.0.0 Mobile Safari/537.36','2026-03-27 07:15:28','2026-03-27 07:15:28'),
(4655,426,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":10,\"new_stock\":9,\"sale_id\":1025,\"sale_number\":\"HIL-1020\"}','143.105.161.50','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/146.0.0.0 Mobile Safari/537.36','2026-03-27 07:22:34','2026-03-27 07:22:34'),
(4656,480,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":10,\"new_stock\":9,\"sale_id\":1025,\"sale_number\":\"HIL-1020\"}','143.105.161.50','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/146.0.0.0 Mobile Safari/537.36','2026-03-27 07:22:34','2026-03-27 07:22:34'),
(4657,498,'stock_added','Added 1 units - Adjustment - Count correction',7,'{\"quantity\":1,\"reason\":\"Adjustment - Count correction\",\"previous_stock\":0,\"new_stock\":1,\"notes\":null}','143.105.161.50','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/146.0.0.0 Mobile Safari/537.36','2026-03-27 07:35:21','2026-03-27 07:35:21'),
(4658,484,'status_changed','Product deactivated',7,'{\"old_status\":true,\"new_status\":false}','143.105.161.50','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/146.0.0.0 Mobile Safari/537.36','2026-03-27 07:37:06','2026-03-27 07:37:06'),
(4659,470,'status_changed','Product deactivated',7,'{\"old_status\":true,\"new_status\":false}','143.105.161.50','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/146.0.0.0 Mobile Safari/537.36','2026-03-27 07:37:13','2026-03-27 07:37:13'),
(4660,383,'status_changed','Product deactivated',7,'{\"old_status\":true,\"new_status\":false}','143.105.161.50','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/146.0.0.0 Mobile Safari/537.36','2026-03-27 07:37:26','2026-03-27 07:37:26'),
(4661,362,'status_changed','Product deactivated',7,'{\"old_status\":true,\"new_status\":false}','143.105.161.50','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/146.0.0.0 Mobile Safari/537.36','2026-03-27 07:37:33','2026-03-27 07:37:33'),
(4662,323,'status_changed','Product deactivated',7,'{\"old_status\":true,\"new_status\":false}','143.105.161.50','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/146.0.0.0 Mobile Safari/537.36','2026-03-27 07:37:40','2026-03-27 07:37:40'),
(4663,274,'status_changed','Product deactivated',7,'{\"old_status\":true,\"new_status\":false}','143.105.161.50','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/146.0.0.0 Mobile Safari/537.36','2026-03-27 07:37:47','2026-03-27 07:37:47'),
(4664,266,'status_changed','Product deactivated',7,'{\"old_status\":true,\"new_status\":false}','143.105.161.50','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/146.0.0.0 Mobile Safari/537.36','2026-03-27 07:37:53','2026-03-27 07:37:53'),
(4665,217,'status_changed','Product deactivated',7,'{\"old_status\":true,\"new_status\":false}','143.105.161.50','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/146.0.0.0 Mobile Safari/537.36','2026-03-27 07:38:05','2026-03-27 07:38:05'),
(4666,215,'status_changed','Product deactivated',7,'{\"old_status\":true,\"new_status\":false}','143.105.161.50','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/146.0.0.0 Mobile Safari/537.36','2026-03-27 07:38:10','2026-03-27 07:38:10'),
(4667,184,'status_changed','Product deactivated',7,'{\"old_status\":true,\"new_status\":false}','143.105.161.50','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/146.0.0.0 Mobile Safari/537.36','2026-03-27 07:38:16','2026-03-27 07:38:16'),
(4668,148,'status_changed','Product deactivated',7,'{\"old_status\":true,\"new_status\":false}','143.105.161.50','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/146.0.0.0 Mobile Safari/537.36','2026-03-27 07:38:23','2026-03-27 07:38:23'),
(4669,124,'status_changed','Product deactivated',7,'{\"old_status\":true,\"new_status\":false}','143.105.161.50','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/146.0.0.0 Mobile Safari/537.36','2026-03-27 07:38:29','2026-03-27 07:38:29'),
(4670,447,'stock_removed','Removed 10 units - Sale',7,'{\"quantity\":10,\"reason\":\"Sale\",\"previous_stock\":122,\"new_stock\":112,\"sale_id\":1026,\"sale_number\":\"HIL-1021\"}','143.105.161.50','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/146.0.0.0 Mobile Safari/537.36','2026-03-27 07:41:01','2026-03-27 07:41:01'),
(4671,99,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":7,\"new_stock\":6,\"sale_id\":1027,\"sale_number\":\"HIL-1022\"}','143.105.161.150','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/146.0.0.0 Mobile Safari/537.36','2026-03-28 07:59:54','2026-03-28 07:59:54'),
(4672,144,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":1,\"new_stock\":0,\"sale_id\":1027,\"sale_number\":\"HIL-1022\"}','143.105.161.150','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/146.0.0.0 Mobile Safari/537.36','2026-03-28 07:59:54','2026-03-28 07:59:54'),
(4673,447,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":112,\"new_stock\":111,\"sale_id\":1028,\"sale_number\":\"HIL-1023\"}','154.73.160.173','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/146.0.0.0 Mobile Safari/537.36','2026-03-30 15:54:23','2026-03-30 15:54:23'),
(4674,482,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":7,\"new_stock\":6,\"sale_id\":1029,\"sale_number\":\"HIL-1024\"}','143.105.161.228','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/146.0.0.0 Mobile Safari/537.36','2026-03-31 13:06:33','2026-03-31 13:06:33'),
(4675,478,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":3,\"new_stock\":2,\"sale_id\":1030,\"sale_number\":\"HIL-1025\"}','143.105.161.171','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/146.0.0.0 Mobile Safari/537.36','2026-04-01 07:43:24','2026-04-01 07:43:24'),
(4676,418,'stock_removed','Removed 2 units - Sale',7,'{\"quantity\":2,\"reason\":\"Sale\",\"previous_stock\":255,\"new_stock\":253,\"sale_id\":1031,\"sale_number\":\"HIL-1026\"}','143.105.161.171','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/146.0.0.0 Mobile Safari/537.36','2026-04-01 08:05:15','2026-04-01 08:05:15'),
(4677,418,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":253,\"new_stock\":252,\"sale_id\":1032,\"sale_number\":\"HIL-1027\"}','143.105.161.129','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/146.0.0.0 Mobile Safari/537.36','2026-04-02 05:49:49','2026-04-02 05:49:49'),
(4678,472,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":6,\"new_stock\":5,\"sale_id\":1033,\"sale_number\":\"HIL-1028\"}','143.105.161.129','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/146.0.0.0 Mobile Safari/537.36','2026-04-02 06:21:27','2026-04-02 06:21:27'),
(4679,418,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":252,\"new_stock\":251,\"sale_id\":1034,\"sale_number\":\"HIL-1029\"}','143.105.161.129','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/146.0.0.0 Mobile Safari/537.36','2026-04-02 06:22:15','2026-04-02 06:22:15'),
(4680,466,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":2,\"new_stock\":1,\"sale_id\":1035,\"sale_number\":\"HIL-1030\"}','143.105.161.129','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/146.0.0.0 Mobile Safari/537.36','2026-04-02 07:27:24','2026-04-02 07:27:24'),
(4681,446,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":30,\"new_stock\":29,\"sale_id\":1036,\"sale_number\":\"HIL-1031\"}','143.105.161.129','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/146.0.0.0 Mobile Safari/537.36','2026-04-02 09:36:05','2026-04-02 09:36:05'),
(4682,480,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":9,\"new_stock\":8,\"sale_id\":1037,\"sale_number\":\"HIL-1032\"}','143.105.161.129','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/146.0.0.0 Mobile Safari/537.36','2026-04-02 10:47:17','2026-04-02 10:47:17'),
(4683,43,'stock_removed','Removed 3 units - Sale',7,'{\"quantity\":3,\"reason\":\"Sale\",\"previous_stock\":815,\"new_stock\":812,\"sale_id\":1038,\"sale_number\":\"HIL-1033\"}','154.73.160.177','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/146.0.0.0 Mobile Safari/537.36','2026-04-02 15:15:47','2026-04-02 15:15:47'),
(4684,173,'stock_removed','Removed 7 units - Sale',7,'{\"quantity\":7,\"reason\":\"Sale\",\"previous_stock\":348,\"new_stock\":341,\"sale_id\":1038,\"sale_number\":\"HIL-1033\"}','154.73.160.177','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/146.0.0.0 Mobile Safari/537.36','2026-04-02 15:15:48','2026-04-02 15:15:48'),
(4685,491,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":10,\"new_stock\":9,\"sale_id\":1039,\"sale_number\":\"HIL-1034\"}','143.105.161.77','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/146.0.0.0 Mobile Safari/537.36','2026-04-04 07:58:18','2026-04-04 07:58:18'),
(4686,67,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":20,\"new_stock\":19,\"sale_id\":1040,\"sale_number\":\"HIL-1035\"}','143.105.161.77','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/146.0.0.0 Mobile Safari/537.36','2026-04-04 10:15:09','2026-04-04 10:15:09'),
(4687,496,'price_changed','Product pricing updated',4,'{\"old_prices\":{\"cost_price\":\"17500.00\",\"selling_price\":\"30000.00\",\"discount_price\":null},\"new_prices\":{\"cost_price\":\"19000.00\",\"selling_price\":\"30000.00\",\"discount_price\":null}}','31.223.84.115','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/146.0.0.0 Safari/537.36','2026-04-07 06:03:36','2026-04-07 06:03:36'),
(4688,496,'updated','Product updated',4,'{\"name\":{\"old\":\"CA-V B\",\"new\":\"Pro Max 7 T\"},\"cost_price\":{\"old\":\"17500.00\",\"new\":\"19000\"},\"image\":{\"old\":\"products\\/1773928916_9dAvXGX4c5.jpg\",\"new\":\"products\\/1775552615_zslrNy7Ax1.jpg\"}}','31.223.84.115','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/146.0.0.0 Safari/537.36','2026-04-07 06:03:36','2026-04-07 06:03:36'),
(4689,496,'stock_added','Added 9 units - Manual adjustment',4,'{\"quantity\":9,\"reason\":\"Manual adjustment\",\"previous_stock\":0,\"new_stock\":9,\"notes\":null}','31.223.84.115','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/146.0.0.0 Safari/537.36','2026-04-07 06:03:53','2026-04-07 06:03:53'),
(4690,373,'updated','Product updated',4,'{\"name\":{\"old\":\"CADILLAC-TK\",\"new\":\"Pro Max 1\"},\"description\":{\"old\":\"1\\u00d742\\r\\n1\\u00d743\\r\\n2\\u00d744\",\"new\":\"3\\u00d740\\r\\n7\\u00d741\\r\\n9\\u00d742\\r\\n8\\u00d743\\r\\n5\\u00d744\\r\\n2\\u00d745\\r\\n2\\u00d746\"},\"image\":{\"old\":\"products\\/1772169698_QZnR2DUDSP.jpeg\",\"new\":\"products\\/1775552871_2XpPkMfN2B.jpg\"}}','31.223.84.115','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/146.0.0.0 Safari/537.36','2026-04-07 06:07:51','2026-04-07 06:07:51'),
(4691,373,'stock_added','Added 36 units - Manual adjustment',4,'{\"quantity\":36,\"reason\":\"Manual adjustment\",\"previous_stock\":0,\"new_stock\":36,\"notes\":null}','31.223.84.115','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/146.0.0.0 Safari/537.36','2026-04-07 06:08:11','2026-04-07 06:08:11'),
(4692,420,'updated','Product updated',4,'{\"name\":{\"old\":\"CA HZ-SB\",\"new\":\"Pro max 2\"},\"description\":{\"old\":\"2X40\\r\\n5X41\\r\\n2X42\\r\\n2X43\\r\\n2X44\\r\\n1X45\",\"new\":\"3\\u00d740\\r\\n5\\u00d741\\r\\n7\\u00d742\\r\\n7\\u00d743\\r\\n5\\u00d744\\r\\n1\\u00d746\"},\"image\":{\"old\":\"products\\/1772894691_7EnmFsItAq.jpg\",\"new\":\"products\\/1775553033_sbBjz9yfIo.jpg\"}}','31.223.84.115','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/146.0.0.0 Safari/537.36','2026-04-07 06:10:33','2026-04-07 06:10:33'),
(4693,420,'stock_added','Added 28 units - Manual adjustment',4,'{\"quantity\":28,\"reason\":\"Manual adjustment\",\"previous_stock\":0,\"new_stock\":28,\"notes\":null}','31.223.84.115','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/146.0.0.0 Safari/537.36','2026-04-07 06:10:54','2026-04-07 06:10:54'),
(4694,439,'updated','Product updated',4,'{\"name\":{\"old\":\"CA-2026 C\",\"new\":\"Pro max 4\"},\"description\":{\"old\":\"1\\u00d740\\r\\n2\\u00d741\\r\\n1\\u00d743\\r\\n1\\u00d745\",\"new\":\"1\\u00d739\\r\\n1\\u00d740\\r\\n2\\u00d741\\r\\n3\\u00d742\\r\\n3\\u00d743\\r\\n2\\u00d744\\r\\n1\\u00d745\\r\\n1\\u00d746\"},\"image\":{\"old\":\"products\\/1773480959_X6xxl74jlh.jpg\",\"new\":\"products\\/1775553154_TM2ucEfAKA.jpg\"}}','31.223.84.115','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/146.0.0.0 Safari/537.36','2026-04-07 06:12:34','2026-04-07 06:12:34'),
(4695,439,'stock_added','Added 14 units - Manual adjustment',4,'{\"quantity\":14,\"reason\":\"Manual adjustment\",\"previous_stock\":0,\"new_stock\":14,\"notes\":null}','31.223.84.115','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/146.0.0.0 Safari/537.36','2026-04-07 06:12:52','2026-04-07 06:12:52'),
(4696,460,'updated','Product updated',4,'{\"name\":{\"old\":\"CA-HH ML\",\"new\":\"Pro max 7 SB\"},\"description\":{\"old\":\"1\\u00d740\\r\\n2\\u00d741\\r\\n2\\u00d742\\r\\n2\\u00d743\\r\\n1\\u00d744\",\"new\":\"1\\u00d739\\r\\n1\\u00d740\\r\\n2\\u00d741\\r\\n3\\u00d742\\r\\n3\\u00d743\\r\\n2\\u00d744\\r\\n1\\u00d745\"},\"image\":{\"old\":\"products\\/1773732178_kTUGiV3jKe.jpg\",\"new\":\"products\\/1775553805_eVEaxVBeQD.jpg\"}}','31.223.84.115','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/146.0.0.0 Safari/537.36','2026-04-07 06:23:25','2026-04-07 06:23:25'),
(4697,460,'stock_added','Added 13 units - Manual adjustment',4,'{\"quantity\":13,\"reason\":\"Manual adjustment\",\"previous_stock\":0,\"new_stock\":13,\"notes\":null}','31.223.84.115','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/146.0.0.0 Safari/537.36','2026-04-07 06:23:50','2026-04-07 06:23:50'),
(4698,341,'price_changed','Product pricing updated',11,'{\"old_prices\":{\"cost_price\":\"16500.00\",\"selling_price\":\"18500.00\",\"discount_price\":null},\"new_prices\":{\"cost_price\":\"19000.00\",\"selling_price\":\"30000.00\",\"discount_price\":null}}','31.223.84.115','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/146.0.0.0 Safari/537.36','2026-04-07 07:59:41','2026-04-07 07:59:41'),
(4699,341,'updated','Product updated',11,'{\"name\":{\"old\":\"FB3-S\",\"new\":\"Pro max 6\"},\"description\":{\"old\":\"2X41 4X42 6X43 4X44 3X45\",\"new\":\"1\\u00d739\\r\\n2\\u00d740\\r\\n3\\u00d741\\r\\n4\\u00d742\\r\\n6\\u00d743\\r\\n4\\u00d744\\r\\n2\\u00d745\\r\\n1\\u00d746\"},\"category_id\":{\"old\":\"2\",\"new\":\"7\"},\"cost_price\":{\"old\":\"16500.00\",\"new\":\"19000\"},\"selling_price\":{\"old\":\"18500.00\",\"new\":\"30000\"},\"image\":{\"old\":\"products\\/1771236495_gtwEFqP7QD.jpeg\",\"new\":\"products\\/1775559581_0XioZmMMjL.jpg\"}}','31.223.84.115','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/146.0.0.0 Safari/537.36','2026-04-07 07:59:41','2026-04-07 07:59:41'),
(4700,341,'stock_added','Added 23 units - Manual adjustment',11,'{\"quantity\":23,\"reason\":\"Manual adjustment\",\"previous_stock\":0,\"new_stock\":23,\"notes\":null}','31.223.84.115','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/146.0.0.0 Safari/537.36','2026-04-07 08:00:24','2026-04-07 08:00:24'),
(4701,468,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":8,\"new_stock\":7,\"sale_id\":1041,\"sale_number\":\"HIL-1036\"}','143.105.161.192','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/146.0.0.0 Mobile Safari/537.36','2026-04-07 12:45:01','2026-04-07 12:45:01'),
(4702,493,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":1,\"new_stock\":0,\"sale_id\":1042,\"sale_number\":\"HIL-1037\"}','143.105.161.91','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/146.0.0.0 Mobile Safari/537.36','2026-04-08 08:16:40','2026-04-08 08:16:40'),
(4703,439,'updated','Product updated',7,'{\"image\":{\"old\":\"products\\/1775553154_TM2ucEfAKA.jpg\",\"new\":\"products\\/1775726927_TClQ3UB5Fj.jpg\"}}','154.73.161.165','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/146.0.0.0 Mobile Safari/537.36','2026-04-09 06:28:47','2026-04-09 06:28:47'),
(4704,439,'stock_removed','Removed 14 units - Transfer from store to market',7,'{\"quantity\":14,\"reason\":\"Transfer from store to market\",\"previous_stock\":14,\"new_stock\":0,\"transfer_type\":\"store_to_market\",\"transferred_by\":7}','154.73.161.165','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/146.0.0.0 Mobile Safari/537.36','2026-04-09 06:29:06','2026-04-09 06:29:06'),
(4705,500,'created','Product created',7,'{\"name\":\"Pro max 4\",\"description\":\"1\\u00d739\\r\\n1\\u00d740\\r\\n2\\u00d741\\r\\n3\\u00d742\\r\\n3\\u00d743\\r\\n2\\u00d744\\r\\n1\\u00d745\\r\\n1\\u00d746\",\"barcode\":\"PRD976248-M2\",\"category_id\":\"7\",\"product_type\":\"market\",\"unit\":\"pcs\",\"cost_price\":\"19000.00\",\"selling_price\":\"30000.00\",\"discount_price\":null,\"image\":\"products\\/1775726927_TClQ3UB5Fj.jpg\",\"expiry_date\":null,\"is_active\":true,\"weight\":null,\"length\":null,\"width\":null,\"height\":null,\"updated_at\":\"2026-04-09T09:29:06.000000Z\",\"created_at\":\"2026-04-09T09:29:06.000000Z\",\"id\":500}','154.73.161.165','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/146.0.0.0 Mobile Safari/537.36','2026-04-09 06:29:06','2026-04-09 06:29:06'),
(4706,500,'stock_added','Added 14 units - Transfer from store to market',7,'{\"quantity\":14,\"reason\":\"Transfer from store to market\",\"previous_stock\":0,\"new_stock\":14,\"transfer_type\":\"store_to_market\",\"from_product_id\":439,\"transferred_by\":7}','154.73.161.165','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/146.0.0.0 Mobile Safari/537.36','2026-04-09 06:29:06','2026-04-09 06:29:06'),
(4707,373,'updated','Product updated',7,'{\"image\":{\"old\":\"products\\/1775552871_2XpPkMfN2B.jpg\",\"new\":\"products\\/1775727393_a07UQLmoMP.jpg\"}}','154.73.161.165','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/146.0.0.0 Mobile Safari/537.36','2026-04-09 06:36:34','2026-04-09 06:36:34'),
(4708,373,'stock_removed','Removed 36 units - Transfer from store to market',7,'{\"quantity\":36,\"reason\":\"Transfer from store to market\",\"previous_stock\":36,\"new_stock\":0,\"transfer_type\":\"store_to_market\",\"transferred_by\":7}','154.73.161.165','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/146.0.0.0 Mobile Safari/537.36','2026-04-09 06:40:37','2026-04-09 06:40:37'),
(4709,502,'created','Product created',7,'{\"name\":\"Pro Max 1\",\"description\":\"3\\u00d740\\r\\n7\\u00d741\\r\\n9\\u00d742\\r\\n8\\u00d743\\r\\n5\\u00d744\\r\\n2\\u00d745\\r\\n2\\u00d746\",\"barcode\":\"PRD933432-M2\",\"category_id\":\"7\",\"product_type\":\"market\",\"unit\":\"pcs\",\"cost_price\":\"19000.00\",\"selling_price\":\"30000.00\",\"discount_price\":null,\"image\":\"products\\/1775727393_a07UQLmoMP.jpg\",\"expiry_date\":null,\"is_active\":true,\"weight\":null,\"length\":null,\"width\":null,\"height\":null,\"updated_at\":\"2026-04-09T09:40:37.000000Z\",\"created_at\":\"2026-04-09T09:40:37.000000Z\",\"id\":502}','154.73.161.165','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/146.0.0.0 Mobile Safari/537.36','2026-04-09 06:40:37','2026-04-09 06:40:37'),
(4710,502,'stock_added','Added 36 units - Transfer from store to market',7,'{\"quantity\":36,\"reason\":\"Transfer from store to market\",\"previous_stock\":0,\"new_stock\":36,\"transfer_type\":\"store_to_market\",\"from_product_id\":373,\"transferred_by\":7}','154.73.161.165','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/146.0.0.0 Mobile Safari/537.36','2026-04-09 06:40:37','2026-04-09 06:40:37'),
(4711,496,'updated','Product updated',7,'{\"image\":{\"old\":\"products\\/1775552615_zslrNy7Ax1.jpg\",\"new\":\"products\\/1775728134_VPFGgrFzDH.jpg\"}}','154.73.161.165','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/146.0.0.0 Mobile Safari/537.36','2026-04-09 06:48:55','2026-04-09 06:48:55'),
(4712,496,'stock_removed','Removed 9 units - Transfer from store to market',7,'{\"quantity\":9,\"reason\":\"Transfer from store to market\",\"previous_stock\":9,\"new_stock\":0,\"transfer_type\":\"store_to_market\",\"transferred_by\":7}','154.73.161.165','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/146.0.0.0 Mobile Safari/537.36','2026-04-09 06:49:14','2026-04-09 06:49:14'),
(4713,504,'created','Product created',7,'{\"name\":\"Pro Max 7 T\",\"description\":\"3\\u00d741\\r\\n2\\u00d742\\r\\n3\\u00d743\\r\\n1\\u00d744\",\"barcode\":\"PRD852581-M2\",\"category_id\":\"7\",\"product_type\":\"market\",\"unit\":\"pcs\",\"cost_price\":\"19000.00\",\"selling_price\":\"30000.00\",\"discount_price\":null,\"image\":\"products\\/1775728134_VPFGgrFzDH.jpg\",\"expiry_date\":null,\"is_active\":true,\"weight\":null,\"length\":null,\"width\":null,\"height\":null,\"updated_at\":\"2026-04-09T09:49:14.000000Z\",\"created_at\":\"2026-04-09T09:49:14.000000Z\",\"id\":504}','154.73.161.165','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/146.0.0.0 Mobile Safari/537.36','2026-04-09 06:49:14','2026-04-09 06:49:14'),
(4714,504,'stock_added','Added 9 units - Transfer from store to market',7,'{\"quantity\":9,\"reason\":\"Transfer from store to market\",\"previous_stock\":0,\"new_stock\":9,\"transfer_type\":\"store_to_market\",\"from_product_id\":496,\"transferred_by\":7}','154.73.161.165','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/146.0.0.0 Mobile Safari/537.36','2026-04-09 06:49:14','2026-04-09 06:49:14'),
(4715,341,'stock_removed','Removed 23 units - Transfer from store to market',7,'{\"quantity\":23,\"reason\":\"Transfer from store to market\",\"previous_stock\":23,\"new_stock\":0,\"transfer_type\":\"store_to_market\",\"transferred_by\":7}','154.73.161.165','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/146.0.0.0 Mobile Safari/537.36','2026-04-09 06:58:04','2026-04-09 06:58:04'),
(4716,506,'created','Product created',7,'{\"name\":\"Pro max 6\",\"description\":\"1\\u00d739\\r\\n2\\u00d740\\r\\n3\\u00d741\\r\\n4\\u00d742\\r\\n6\\u00d743\\r\\n4\\u00d744\\r\\n2\\u00d745\\r\\n1\\u00d746\",\"barcode\":\"PRD603832-M2\",\"category_id\":\"7\",\"product_type\":\"market\",\"unit\":\"pcs\",\"cost_price\":\"19000.00\",\"selling_price\":\"30000.00\",\"discount_price\":null,\"image\":\"products\\/1775559581_0XioZmMMjL.jpg\",\"expiry_date\":null,\"is_active\":true,\"weight\":null,\"length\":null,\"width\":null,\"height\":null,\"updated_at\":\"2026-04-09T09:58:04.000000Z\",\"created_at\":\"2026-04-09T09:58:04.000000Z\",\"id\":506}','154.73.161.165','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/146.0.0.0 Mobile Safari/537.36','2026-04-09 06:58:04','2026-04-09 06:58:04'),
(4717,506,'stock_added','Added 23 units - Transfer from store to market',7,'{\"quantity\":23,\"reason\":\"Transfer from store to market\",\"previous_stock\":0,\"new_stock\":23,\"transfer_type\":\"store_to_market\",\"from_product_id\":341,\"transferred_by\":7}','154.73.161.165','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/146.0.0.0 Mobile Safari/537.36','2026-04-09 06:58:05','2026-04-09 06:58:05'),
(4718,420,'updated','Product updated',7,'{\"image\":{\"old\":\"products\\/1775553033_sbBjz9yfIo.jpg\",\"new\":\"products\\/1775728810_VU89DA270h.jpg\"}}','154.73.161.165','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/146.0.0.0 Mobile Safari/537.36','2026-04-09 07:00:10','2026-04-09 07:00:10'),
(4719,420,'stock_removed','Removed 28 units - Transfer from store to market',7,'{\"quantity\":28,\"reason\":\"Transfer from store to market\",\"previous_stock\":28,\"new_stock\":0,\"transfer_type\":\"store_to_market\",\"transferred_by\":7}','154.73.161.165','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/146.0.0.0 Mobile Safari/537.36','2026-04-09 07:03:30','2026-04-09 07:03:30'),
(4720,508,'created','Product created',7,'{\"name\":\"Pro max 2\",\"description\":\"3\\u00d740\\r\\n5\\u00d741\\r\\n7\\u00d742\\r\\n7\\u00d743\\r\\n5\\u00d744\\r\\n1\\u00d746\",\"barcode\":\"PRD957348-M2\",\"category_id\":\"7\",\"product_type\":\"market\",\"unit\":\"pcs\",\"cost_price\":\"19000.00\",\"selling_price\":\"30000.00\",\"discount_price\":null,\"image\":\"products\\/1775728810_VU89DA270h.jpg\",\"expiry_date\":null,\"is_active\":true,\"weight\":null,\"length\":null,\"width\":null,\"height\":null,\"updated_at\":\"2026-04-09T10:03:30.000000Z\",\"created_at\":\"2026-04-09T10:03:30.000000Z\",\"id\":508}','154.73.161.165','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/146.0.0.0 Mobile Safari/537.36','2026-04-09 07:03:30','2026-04-09 07:03:30'),
(4721,508,'stock_added','Added 28 units - Transfer from store to market',7,'{\"quantity\":28,\"reason\":\"Transfer from store to market\",\"previous_stock\":0,\"new_stock\":28,\"transfer_type\":\"store_to_market\",\"from_product_id\":420,\"transferred_by\":7}','154.73.161.165','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/146.0.0.0 Mobile Safari/537.36','2026-04-09 07:03:30','2026-04-09 07:03:30'),
(4722,509,'created','Product created',7,'{\"name\":\"Pro Max 8 S\",\"description\":null,\"barcode\":\"PRD747486\",\"category_id\":\"7\",\"product_type\":\"store\",\"unit\":\"pcs\",\"cost_price\":\"18500.00\",\"selling_price\":\"27500.00\",\"image\":\"products\\/1775729313_BurcZCWYZk.jpg\",\"expiry_date\":null,\"is_active\":true,\"alert_quantity\":1,\"weight\":null,\"length\":null,\"width\":null,\"height\":null,\"updated_at\":\"2026-04-09T10:08:33.000000Z\",\"created_at\":\"2026-04-09T10:08:33.000000Z\",\"id\":509}','154.73.161.165','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/146.0.0.0 Mobile Safari/537.36','2026-04-09 07:08:33','2026-04-09 07:08:33'),
(4723,509,'stock_added','Added 12 units - Initial stock',7,'{\"quantity\":12,\"reason\":\"Initial stock\",\"previous_stock\":0,\"new_stock\":12,\"notes\":\"Product creation\"}','154.73.161.165','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/146.0.0.0 Mobile Safari/537.36','2026-04-09 07:08:33','2026-04-09 07:08:33'),
(4724,509,'stock_removed','Removed 12 units - Transfer from store to market',7,'{\"quantity\":12,\"reason\":\"Transfer from store to market\",\"previous_stock\":12,\"new_stock\":0,\"transfer_type\":\"store_to_market\",\"transferred_by\":7}','154.73.161.165','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/146.0.0.0 Mobile Safari/537.36','2026-04-09 07:08:54','2026-04-09 07:08:54'),
(4725,511,'created','Product created',7,'{\"name\":\"Pro Max 8 S\",\"description\":null,\"barcode\":\"PRD747486-M1\",\"category_id\":\"7\",\"product_type\":\"market\",\"unit\":\"pcs\",\"cost_price\":\"18500.00\",\"selling_price\":\"27500.00\",\"discount_price\":null,\"image\":\"products\\/1775729313_BurcZCWYZk.jpg\",\"expiry_date\":null,\"is_active\":true,\"weight\":null,\"length\":null,\"width\":null,\"height\":null,\"updated_at\":\"2026-04-09T10:08:54.000000Z\",\"created_at\":\"2026-04-09T10:08:54.000000Z\",\"id\":511}','154.73.161.165','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/146.0.0.0 Mobile Safari/537.36','2026-04-09 07:08:54','2026-04-09 07:08:54'),
(4726,511,'stock_added','Added 12 units - Transfer from store to market',7,'{\"quantity\":12,\"reason\":\"Transfer from store to market\",\"previous_stock\":0,\"new_stock\":12,\"transfer_type\":\"store_to_market\",\"from_product_id\":509,\"transferred_by\":7}','154.73.161.165','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/146.0.0.0 Mobile Safari/537.36','2026-04-09 07:08:54','2026-04-09 07:08:54'),
(4727,512,'created','Product created',7,'{\"name\":\"Pro Max 10 \\u00c7\",\"description\":null,\"barcode\":\"PRD120937\",\"category_id\":\"7\",\"product_type\":\"market\",\"unit\":\"pcs\",\"cost_price\":\"18500.00\",\"selling_price\":\"27500.00\",\"image\":\"products\\/1775729867_hMnxB24US4.jpg\",\"expiry_date\":null,\"is_active\":true,\"alert_quantity\":1,\"weight\":null,\"length\":null,\"width\":null,\"height\":null,\"updated_at\":\"2026-04-09T10:17:47.000000Z\",\"created_at\":\"2026-04-09T10:17:47.000000Z\",\"id\":512}','154.73.161.165','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/146.0.0.0 Mobile Safari/537.36','2026-04-09 07:17:47','2026-04-09 07:17:47'),
(4728,512,'stock_added','Added 12 units - Initial stock',7,'{\"quantity\":12,\"reason\":\"Initial stock\",\"previous_stock\":0,\"new_stock\":12,\"notes\":\"Product creation\"}','154.73.161.165','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/146.0.0.0 Mobile Safari/537.36','2026-04-09 07:17:47','2026-04-09 07:17:47'),
(4729,512,'updated','Product updated',7,'{\"product_type\":{\"old\":\"market\",\"new\":\"store\"}}','154.73.161.165','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/146.0.0.0 Mobile Safari/537.36','2026-04-09 07:18:54','2026-04-09 07:18:54'),
(4730,512,'stock_removed','Removed 12 units - Transfer from store to market',7,'{\"quantity\":12,\"reason\":\"Transfer from store to market\",\"previous_stock\":12,\"new_stock\":0,\"transfer_type\":\"store_to_market\",\"transferred_by\":7}','154.73.161.165','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/146.0.0.0 Mobile Safari/537.36','2026-04-09 07:19:11','2026-04-09 07:19:11'),
(4731,514,'created','Product created',7,'{\"name\":\"Pro Max 10 \\u00c7\",\"description\":null,\"barcode\":\"PRD120937-M1\",\"category_id\":\"7\",\"product_type\":\"market\",\"unit\":\"pcs\",\"cost_price\":\"18500.00\",\"selling_price\":\"27500.00\",\"discount_price\":null,\"image\":\"products\\/1775729867_hMnxB24US4.jpg\",\"expiry_date\":null,\"is_active\":true,\"weight\":null,\"length\":null,\"width\":null,\"height\":null,\"updated_at\":\"2026-04-09T10:19:11.000000Z\",\"created_at\":\"2026-04-09T10:19:11.000000Z\",\"id\":514}','154.73.161.165','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/146.0.0.0 Mobile Safari/537.36','2026-04-09 07:19:11','2026-04-09 07:19:11'),
(4732,514,'stock_added','Added 12 units - Transfer from store to market',7,'{\"quantity\":12,\"reason\":\"Transfer from store to market\",\"previous_stock\":0,\"new_stock\":12,\"transfer_type\":\"store_to_market\",\"from_product_id\":512,\"transferred_by\":7}','154.73.161.165','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/146.0.0.0 Mobile Safari/537.36','2026-04-09 07:19:11','2026-04-09 07:19:11'),
(4733,515,'created','Product created',7,'{\"name\":\"Pro Max 9\",\"description\":null,\"barcode\":\"PRD906826\",\"category_id\":\"7\",\"product_type\":\"store\",\"unit\":\"pcs\",\"cost_price\":\"18500.00\",\"selling_price\":\"27500.00\",\"image\":\"products\\/1775730148_Xd1Oalt3yH.jpg\",\"expiry_date\":null,\"is_active\":true,\"alert_quantity\":1,\"weight\":null,\"length\":null,\"width\":null,\"height\":null,\"updated_at\":\"2026-04-09T10:22:28.000000Z\",\"created_at\":\"2026-04-09T10:22:28.000000Z\",\"id\":515}','154.73.161.165','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/146.0.0.0 Mobile Safari/537.36','2026-04-09 07:22:28','2026-04-09 07:22:28'),
(4734,515,'stock_added','Added 5 units - Initial stock',7,'{\"quantity\":5,\"reason\":\"Initial stock\",\"previous_stock\":0,\"new_stock\":5,\"notes\":\"Product creation\"}','154.73.161.165','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/146.0.0.0 Mobile Safari/537.36','2026-04-09 07:22:29','2026-04-09 07:22:29'),
(4735,515,'stock_removed','Removed 5 units - Transfer from store to market',7,'{\"quantity\":5,\"reason\":\"Transfer from store to market\",\"previous_stock\":5,\"new_stock\":0,\"transfer_type\":\"store_to_market\",\"transferred_by\":7}','154.73.161.165','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/146.0.0.0 Mobile Safari/537.36','2026-04-09 07:22:47','2026-04-09 07:22:47'),
(4736,517,'created','Product created',7,'{\"name\":\"Pro Max 9\",\"description\":null,\"barcode\":\"PRD906826-M1\",\"category_id\":\"7\",\"product_type\":\"market\",\"unit\":\"pcs\",\"cost_price\":\"18500.00\",\"selling_price\":\"27500.00\",\"discount_price\":null,\"image\":\"products\\/1775730148_Xd1Oalt3yH.jpg\",\"expiry_date\":null,\"is_active\":true,\"weight\":null,\"length\":null,\"width\":null,\"height\":null,\"updated_at\":\"2026-04-09T10:22:47.000000Z\",\"created_at\":\"2026-04-09T10:22:47.000000Z\",\"id\":517}','154.73.161.165','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/146.0.0.0 Mobile Safari/537.36','2026-04-09 07:22:47','2026-04-09 07:22:47'),
(4737,517,'stock_added','Added 5 units - Transfer from store to market',7,'{\"quantity\":5,\"reason\":\"Transfer from store to market\",\"previous_stock\":0,\"new_stock\":5,\"transfer_type\":\"store_to_market\",\"from_product_id\":515,\"transferred_by\":7}','154.73.161.165','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/146.0.0.0 Mobile Safari/537.36','2026-04-09 07:22:47','2026-04-09 07:22:47'),
(4738,518,'created','Product created',7,'{\"name\":\"Pro Max 11 SB\",\"description\":null,\"barcode\":\"PRD720369\",\"category_id\":\"7\",\"product_type\":\"store\",\"unit\":\"pcs\",\"cost_price\":\"18500.00\",\"selling_price\":\"27500.00\",\"image\":\"products\\/1775730344_0F3arCrNJf.jpg\",\"expiry_date\":null,\"is_active\":true,\"alert_quantity\":1,\"weight\":null,\"length\":null,\"width\":null,\"height\":null,\"updated_at\":\"2026-04-09T10:25:45.000000Z\",\"created_at\":\"2026-04-09T10:25:45.000000Z\",\"id\":518}','154.73.161.165','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/146.0.0.0 Mobile Safari/537.36','2026-04-09 07:25:45','2026-04-09 07:25:45'),
(4739,518,'stock_added','Added 4 units - Initial stock',7,'{\"quantity\":4,\"reason\":\"Initial stock\",\"previous_stock\":0,\"new_stock\":4,\"notes\":\"Product creation\"}','154.73.161.165','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/146.0.0.0 Mobile Safari/537.36','2026-04-09 07:25:45','2026-04-09 07:25:45'),
(4740,518,'stock_removed','Removed 4 units - Transfer from store to market',7,'{\"quantity\":4,\"reason\":\"Transfer from store to market\",\"previous_stock\":4,\"new_stock\":0,\"transfer_type\":\"store_to_market\",\"transferred_by\":7}','154.73.161.165','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/146.0.0.0 Mobile Safari/537.36','2026-04-09 07:26:12','2026-04-09 07:26:12'),
(4741,520,'created','Product created',7,'{\"name\":\"Pro Max 11 SB\",\"description\":null,\"barcode\":\"PRD720369-M1\",\"category_id\":\"7\",\"product_type\":\"market\",\"unit\":\"pcs\",\"cost_price\":\"18500.00\",\"selling_price\":\"27500.00\",\"discount_price\":null,\"image\":\"products\\/1775730344_0F3arCrNJf.jpg\",\"expiry_date\":null,\"is_active\":true,\"weight\":null,\"length\":null,\"width\":null,\"height\":null,\"updated_at\":\"2026-04-09T10:26:12.000000Z\",\"created_at\":\"2026-04-09T10:26:12.000000Z\",\"id\":520}','154.73.161.165','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/146.0.0.0 Mobile Safari/537.36','2026-04-09 07:26:12','2026-04-09 07:26:12'),
(4742,520,'stock_added','Added 4 units - Transfer from store to market',7,'{\"quantity\":4,\"reason\":\"Transfer from store to market\",\"previous_stock\":0,\"new_stock\":4,\"transfer_type\":\"store_to_market\",\"from_product_id\":518,\"transferred_by\":7}','154.73.161.165','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/146.0.0.0 Mobile Safari/537.36','2026-04-09 07:26:12','2026-04-09 07:26:12'),
(4743,460,'price_changed','Product pricing updated',7,'{\"old_prices\":{\"cost_price\":\"19000.00\",\"selling_price\":\"30000.00\",\"discount_price\":null},\"new_prices\":{\"cost_price\":\"19000.00\",\"selling_price\":\"27500.00\",\"discount_price\":null}}','154.73.161.165','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/146.0.0.0 Mobile Safari/537.36','2026-04-09 07:28:24','2026-04-09 07:28:24'),
(4744,460,'alert_threshold_changed','Alert quantity threshold updated',7,'{\"old_alert_quantity\":4,\"new_alert_quantity\":1}','154.73.161.165','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/146.0.0.0 Mobile Safari/537.36','2026-04-09 07:28:24','2026-04-09 07:28:24'),
(4745,460,'updated','Product updated',7,'{\"name\":{\"old\":\"Pro max 7 SB\",\"new\":\"Pro max 7 \\u00c7\"},\"description\":{\"old\":\"1\\u00d739\\r\\n1\\u00d740\\r\\n2\\u00d741\\r\\n3\\u00d742\\r\\n3\\u00d743\\r\\n2\\u00d744\\r\\n1\\u00d745\",\"new\":null},\"selling_price\":{\"old\":\"30000.00\",\"new\":\"27500\"},\"alert_quantity\":{\"old\":4,\"new\":\"1\"},\"image\":{\"old\":\"products\\/1775553805_eVEaxVBeQD.jpg\",\"new\":\"products\\/1775730504_Am7Ad3LtqD.jpg\"}}','154.73.161.165','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/146.0.0.0 Mobile Safari/537.36','2026-04-09 07:28:24','2026-04-09 07:28:24'),
(4746,460,'stock_removed','Removed 4 units - Adjustment - Count correction',7,'{\"quantity\":4,\"reason\":\"Adjustment - Count correction\",\"previous_stock\":13,\"new_stock\":9,\"notes\":null}','154.73.161.165','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/146.0.0.0 Mobile Safari/537.36','2026-04-09 07:28:52','2026-04-09 07:28:52'),
(4747,460,'stock_removed','Removed 9 units - Transfer from store to market',7,'{\"quantity\":9,\"reason\":\"Transfer from store to market\",\"previous_stock\":9,\"new_stock\":0,\"transfer_type\":\"store_to_market\",\"transferred_by\":7}','154.73.161.165','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/146.0.0.0 Mobile Safari/537.36','2026-04-09 07:29:19','2026-04-09 07:29:19'),
(4748,522,'created','Product created',7,'{\"name\":\"Pro max 7 \\u00c7\",\"description\":null,\"barcode\":\"PRD629792-M2\",\"category_id\":\"7\",\"product_type\":\"market\",\"unit\":\"pcs\",\"cost_price\":\"19000.00\",\"selling_price\":\"27500.00\",\"discount_price\":null,\"image\":\"products\\/1775730504_Am7Ad3LtqD.jpg\",\"expiry_date\":null,\"is_active\":true,\"weight\":null,\"length\":null,\"width\":null,\"height\":null,\"updated_at\":\"2026-04-09T10:29:19.000000Z\",\"created_at\":\"2026-04-09T10:29:19.000000Z\",\"id\":522}','154.73.161.165','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/146.0.0.0 Mobile Safari/537.36','2026-04-09 07:29:19','2026-04-09 07:29:19'),
(4749,522,'stock_added','Added 9 units - Transfer from store to market',7,'{\"quantity\":9,\"reason\":\"Transfer from store to market\",\"previous_stock\":0,\"new_stock\":9,\"transfer_type\":\"store_to_market\",\"from_product_id\":460,\"transferred_by\":7}','154.73.161.165','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/146.0.0.0 Mobile Safari/537.36','2026-04-09 07:29:19','2026-04-09 07:29:19'),
(4750,426,'stock_removed','Removed 3 units - Sale',7,'{\"quantity\":3,\"reason\":\"Sale\",\"previous_stock\":9,\"new_stock\":6,\"sale_id\":1043,\"sale_number\":\"HIL-1038\"}','143.105.161.36','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/146.0.0.0 Mobile Safari/537.36','2026-04-09 10:20:11','2026-04-09 10:20:11'),
(4751,468,'stock_removed','Removed 2 units - Sale',7,'{\"quantity\":2,\"reason\":\"Sale\",\"previous_stock\":7,\"new_stock\":5,\"sale_id\":1043,\"sale_number\":\"HIL-1038\"}','143.105.161.36','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/146.0.0.0 Mobile Safari/537.36','2026-04-09 10:20:11','2026-04-09 10:20:11'),
(4752,472,'stock_removed','Removed 3 units - Sale',7,'{\"quantity\":3,\"reason\":\"Sale\",\"previous_stock\":5,\"new_stock\":2,\"sale_id\":1043,\"sale_number\":\"HIL-1038\"}','143.105.161.36','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/146.0.0.0 Mobile Safari/537.36','2026-04-09 10:20:11','2026-04-09 10:20:11'),
(4753,476,'stock_removed','Removed 2 units - Sale',7,'{\"quantity\":2,\"reason\":\"Sale\",\"previous_stock\":3,\"new_stock\":1,\"sale_id\":1043,\"sale_number\":\"HIL-1038\"}','143.105.161.36','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/146.0.0.0 Mobile Safari/537.36','2026-04-09 10:20:11','2026-04-09 10:20:11'),
(4754,480,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":8,\"new_stock\":7,\"sale_id\":1043,\"sale_number\":\"HIL-1038\"}','143.105.161.36','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/146.0.0.0 Mobile Safari/537.36','2026-04-09 10:20:11','2026-04-09 10:20:11'),
(4755,482,'stock_removed','Removed 3 units - Sale',7,'{\"quantity\":3,\"reason\":\"Sale\",\"previous_stock\":6,\"new_stock\":3,\"sale_id\":1043,\"sale_number\":\"HIL-1038\"}','143.105.161.36','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/146.0.0.0 Mobile Safari/537.36','2026-04-09 10:20:11','2026-04-09 10:20:11'),
(4756,502,'stock_removed','Removed 3 units - Sale',7,'{\"quantity\":3,\"reason\":\"Sale\",\"previous_stock\":36,\"new_stock\":33,\"sale_id\":1043,\"sale_number\":\"HIL-1038\"}','143.105.161.36','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/146.0.0.0 Mobile Safari/537.36','2026-04-09 10:20:11','2026-04-09 10:20:11'),
(4757,504,'stock_removed','Removed 3 units - Sale',7,'{\"quantity\":3,\"reason\":\"Sale\",\"previous_stock\":9,\"new_stock\":6,\"sale_id\":1043,\"sale_number\":\"HIL-1038\"}','143.105.161.36','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/146.0.0.0 Mobile Safari/537.36','2026-04-09 10:20:11','2026-04-09 10:20:11'),
(4758,506,'stock_removed','Removed 5 units - Sale',7,'{\"quantity\":5,\"reason\":\"Sale\",\"previous_stock\":23,\"new_stock\":18,\"sale_id\":1043,\"sale_number\":\"HIL-1038\"}','143.105.161.36','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/146.0.0.0 Mobile Safari/537.36','2026-04-09 10:20:11','2026-04-09 10:20:11'),
(4759,508,'stock_removed','Removed 3 units - Sale',7,'{\"quantity\":3,\"reason\":\"Sale\",\"previous_stock\":28,\"new_stock\":25,\"sale_id\":1043,\"sale_number\":\"HIL-1038\"}','143.105.161.36','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/146.0.0.0 Mobile Safari/537.36','2026-04-09 10:20:11','2026-04-09 10:20:11'),
(4760,511,'stock_removed','Removed 2 units - Sale',7,'{\"quantity\":2,\"reason\":\"Sale\",\"previous_stock\":12,\"new_stock\":10,\"sale_id\":1043,\"sale_number\":\"HIL-1038\"}','143.105.161.36','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/146.0.0.0 Mobile Safari/537.36','2026-04-09 10:20:11','2026-04-09 10:20:11'),
(4761,514,'stock_removed','Removed 2 units - Sale',7,'{\"quantity\":2,\"reason\":\"Sale\",\"previous_stock\":12,\"new_stock\":10,\"sale_id\":1043,\"sale_number\":\"HIL-1038\"}','143.105.161.36','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/146.0.0.0 Mobile Safari/537.36','2026-04-09 10:20:11','2026-04-09 10:20:11'),
(4762,517,'stock_removed','Removed 2 units - Sale',7,'{\"quantity\":2,\"reason\":\"Sale\",\"previous_stock\":5,\"new_stock\":3,\"sale_id\":1043,\"sale_number\":\"HIL-1038\"}','143.105.161.36','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/146.0.0.0 Mobile Safari/537.36','2026-04-09 10:20:11','2026-04-09 10:20:11'),
(4763,520,'stock_removed','Removed 2 units - Sale',7,'{\"quantity\":2,\"reason\":\"Sale\",\"previous_stock\":4,\"new_stock\":2,\"sale_id\":1043,\"sale_number\":\"HIL-1038\"}','143.105.161.36','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/146.0.0.0 Mobile Safari/537.36','2026-04-09 10:20:11','2026-04-09 10:20:11'),
(4764,522,'stock_removed','Removed 5 units - Sale',7,'{\"quantity\":5,\"reason\":\"Sale\",\"previous_stock\":9,\"new_stock\":4,\"sale_id\":1043,\"sale_number\":\"HIL-1038\"}','143.105.161.36','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/146.0.0.0 Mobile Safari/537.36','2026-04-09 10:20:11','2026-04-09 10:20:11'),
(4765,522,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":4,\"new_stock\":3,\"sale_id\":1044,\"sale_number\":\"HIL-1039\"}','143.105.161.156','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/146.0.0.0 Mobile Safari/537.36','2026-04-11 12:54:47','2026-04-11 12:54:47'),
(4766,43,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":812,\"new_stock\":811,\"sale_id\":1045,\"sale_number\":\"HIL-1040\"}','143.105.161.34','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/146.0.0.0 Mobile Safari/537.36','2026-04-12 09:36:16','2026-04-12 09:36:16'),
(4767,43,'stock_added','Added 1 units - Sale cancelled/refunded',7,'{\"quantity\":1,\"reason\":\"Test\",\"previous_stock\":811,\"new_stock\":812,\"sale_id\":1045,\"sale_number\":\"HIL-1040\"}','143.105.161.34','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/146.0.0.0 Mobile Safari/537.36','2026-04-12 09:36:45','2026-04-12 09:36:45'),
(4768,500,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":14,\"new_stock\":13,\"sale_id\":1046,\"sale_number\":\"HIL-1041\"}','143.105.161.94','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/146.0.0.0 Mobile Safari/537.36','2026-04-15 14:05:20','2026-04-15 14:05:20'),
(4769,502,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":33,\"new_stock\":32,\"sale_id\":1047,\"sale_number\":\"HIL-1042\"}','154.73.161.206','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/146.0.0.0 Mobile Safari/537.36','2026-04-15 14:06:02','2026-04-15 14:06:02'),
(4770,508,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":25,\"new_stock\":24,\"sale_id\":1047,\"sale_number\":\"HIL-1042\"}','154.73.161.206','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/146.0.0.0 Mobile Safari/537.36','2026-04-15 14:06:02','2026-04-15 14:06:02'),
(4771,514,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":10,\"new_stock\":9,\"sale_id\":1048,\"sale_number\":\"HIL-1043\"}','143.105.161.142','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/146.0.0.0 Mobile Safari/537.36','2026-04-17 11:22:19','2026-04-17 11:22:19'),
(4772,522,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":3,\"new_stock\":2,\"sale_id\":1049,\"sale_number\":\"HIL-1044\"}','143.105.161.142','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/146.0.0.0 Mobile Safari/537.36','2026-04-17 11:22:53','2026-04-17 11:22:53'),
(4773,514,'stock_added','Added 1 units - Sale cancelled/refunded',7,'{\"quantity\":1,\"reason\":\"Sale return\",\"previous_stock\":9,\"new_stock\":10,\"sale_id\":1048,\"sale_number\":\"HIL-1043\"}','143.105.161.142','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/146.0.0.0 Mobile Safari/537.36','2026-04-17 11:23:29','2026-04-17 11:23:29'),
(4774,418,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":251,\"new_stock\":250,\"sale_id\":1050,\"sale_number\":\"HIL-1045\"}','143.105.161.221','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/147.0.0.0 Mobile Safari/537.36','2026-04-18 10:26:43','2026-04-18 10:26:43'),
(4775,508,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":24,\"new_stock\":23,\"sale_id\":1051,\"sale_number\":\"HIL-1046\"}','143.105.161.10','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/147.0.0.0 Mobile Safari/537.36','2026-04-20 08:58:25','2026-04-20 08:58:25'),
(4776,500,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":13,\"new_stock\":12,\"sale_id\":1052,\"sale_number\":\"HIL-1047\"}','143.105.161.184','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/147.0.0.0 Mobile Safari/537.36','2026-04-21 10:13:32','2026-04-21 10:13:32'),
(4777,502,'stock_removed','Removed 2 units - Sale',7,'{\"quantity\":2,\"reason\":\"Sale\",\"previous_stock\":32,\"new_stock\":30,\"sale_id\":1052,\"sale_number\":\"HIL-1047\"}','143.105.161.184','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/147.0.0.0 Mobile Safari/537.36','2026-04-21 10:13:32','2026-04-21 10:13:32'),
(4778,504,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":6,\"new_stock\":5,\"sale_id\":1052,\"sale_number\":\"HIL-1047\"}','143.105.161.184','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/147.0.0.0 Mobile Safari/537.36','2026-04-21 10:13:32','2026-04-21 10:13:32'),
(4779,506,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":18,\"new_stock\":17,\"sale_id\":1052,\"sale_number\":\"HIL-1047\"}','143.105.161.184','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/147.0.0.0 Mobile Safari/537.36','2026-04-21 10:13:32','2026-04-21 10:13:32'),
(4780,508,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":23,\"new_stock\":22,\"sale_id\":1052,\"sale_number\":\"HIL-1047\"}','143.105.161.184','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/147.0.0.0 Mobile Safari/537.36','2026-04-21 10:13:32','2026-04-21 10:13:32'),
(4781,514,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":10,\"new_stock\":9,\"sale_id\":1052,\"sale_number\":\"HIL-1047\"}','143.105.161.184','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/147.0.0.0 Mobile Safari/537.36','2026-04-21 10:13:32','2026-04-21 10:13:32'),
(4782,517,'stock_removed','Removed 2 units - Sale',7,'{\"quantity\":2,\"reason\":\"Sale\",\"previous_stock\":3,\"new_stock\":1,\"sale_id\":1052,\"sale_number\":\"HIL-1047\"}','143.105.161.184','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/147.0.0.0 Mobile Safari/537.36','2026-04-21 10:13:32','2026-04-21 10:13:32'),
(4783,520,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":2,\"new_stock\":1,\"sale_id\":1052,\"sale_number\":\"HIL-1047\"}','143.105.161.184','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/147.0.0.0 Mobile Safari/537.36','2026-04-21 10:13:32','2026-04-21 10:13:32'),
(4784,523,'created','Product created',7,'{\"name\":\"H - Pro Max-1\",\"description\":null,\"barcode\":\"PRD689130\",\"category_id\":\"7\",\"product_type\":\"store\",\"unit\":\"pcs\",\"cost_price\":\"16500.00\",\"selling_price\":\"18500.00\",\"image\":\"products\\/1776865165_Szv3SaZq7b.jpg\",\"expiry_date\":null,\"is_active\":true,\"alert_quantity\":1,\"weight\":null,\"length\":null,\"width\":null,\"height\":null,\"updated_at\":\"2026-04-22T13:39:26.000000Z\",\"created_at\":\"2026-04-22T13:39:26.000000Z\",\"id\":523}','143.105.161.40','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/147.0.0.0 Mobile Safari/537.36','2026-04-22 10:39:26','2026-04-22 10:39:26'),
(4785,523,'stock_added','Added 14 units - Initial stock',7,'{\"quantity\":14,\"reason\":\"Initial stock\",\"previous_stock\":0,\"new_stock\":14,\"notes\":\"Product creation\"}','143.105.161.40','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/147.0.0.0 Mobile Safari/537.36','2026-04-22 10:39:26','2026-04-22 10:39:26'),
(4786,524,'created','Product created',7,'{\"name\":\"H - Pro Max-2\",\"description\":null,\"barcode\":\"PRD351861\",\"category_id\":\"7\",\"product_type\":\"store\",\"unit\":\"pcs\",\"cost_price\":\"16500.00\",\"selling_price\":\"18500.00\",\"image\":\"products\\/1776865228_Ty6KtccAVh.jpg\",\"expiry_date\":null,\"is_active\":true,\"alert_quantity\":1,\"weight\":null,\"length\":null,\"width\":null,\"height\":null,\"updated_at\":\"2026-04-22T13:40:28.000000Z\",\"created_at\":\"2026-04-22T13:40:28.000000Z\",\"id\":524}','143.105.161.40','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/147.0.0.0 Mobile Safari/537.36','2026-04-22 10:40:28','2026-04-22 10:40:28'),
(4787,524,'stock_added','Added 14 units - Initial stock',7,'{\"quantity\":14,\"reason\":\"Initial stock\",\"previous_stock\":0,\"new_stock\":14,\"notes\":\"Product creation\"}','143.105.161.40','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/147.0.0.0 Mobile Safari/537.36','2026-04-22 10:40:28','2026-04-22 10:40:28'),
(4788,523,'stock_removed','Removed 14 units - Transfer from store to market',7,'{\"quantity\":14,\"reason\":\"Transfer from store to market\",\"previous_stock\":14,\"new_stock\":0,\"transfer_type\":\"store_to_market\",\"transferred_by\":7}','143.105.161.40','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/147.0.0.0 Mobile Safari/537.36','2026-04-22 10:40:58','2026-04-22 10:40:58'),
(4789,526,'created','Product created',7,'{\"name\":\"H - Pro Max-1\",\"description\":null,\"barcode\":\"PRD689130-M1\",\"category_id\":\"7\",\"product_type\":\"market\",\"unit\":\"pcs\",\"cost_price\":\"16500.00\",\"selling_price\":\"18500.00\",\"discount_price\":null,\"image\":\"products\\/1776865165_Szv3SaZq7b.jpg\",\"expiry_date\":null,\"is_active\":true,\"weight\":null,\"length\":null,\"width\":null,\"height\":null,\"updated_at\":\"2026-04-22T13:40:58.000000Z\",\"created_at\":\"2026-04-22T13:40:58.000000Z\",\"id\":526}','143.105.161.40','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/147.0.0.0 Mobile Safari/537.36','2026-04-22 10:40:58','2026-04-22 10:40:58'),
(4790,526,'stock_added','Added 14 units - Transfer from store to market',7,'{\"quantity\":14,\"reason\":\"Transfer from store to market\",\"previous_stock\":0,\"new_stock\":14,\"transfer_type\":\"store_to_market\",\"from_product_id\":523,\"transferred_by\":7}','143.105.161.40','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/147.0.0.0 Mobile Safari/537.36','2026-04-22 10:40:58','2026-04-22 10:40:58'),
(4791,524,'stock_removed','Removed 14 units - Transfer from store to market',7,'{\"quantity\":14,\"reason\":\"Transfer from store to market\",\"previous_stock\":14,\"new_stock\":0,\"transfer_type\":\"store_to_market\",\"transferred_by\":7}','143.105.161.40','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/147.0.0.0 Mobile Safari/537.36','2026-04-22 10:41:05','2026-04-22 10:41:05'),
(4792,528,'created','Product created',7,'{\"name\":\"H - Pro Max-2\",\"description\":null,\"barcode\":\"PRD351861-M1\",\"category_id\":\"7\",\"product_type\":\"market\",\"unit\":\"pcs\",\"cost_price\":\"16500.00\",\"selling_price\":\"18500.00\",\"discount_price\":null,\"image\":\"products\\/1776865228_Ty6KtccAVh.jpg\",\"expiry_date\":null,\"is_active\":true,\"weight\":null,\"length\":null,\"width\":null,\"height\":null,\"updated_at\":\"2026-04-22T13:41:06.000000Z\",\"created_at\":\"2026-04-22T13:41:06.000000Z\",\"id\":528}','143.105.161.40','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/147.0.0.0 Mobile Safari/537.36','2026-04-22 10:41:06','2026-04-22 10:41:06'),
(4793,528,'stock_added','Added 14 units - Transfer from store to market',7,'{\"quantity\":14,\"reason\":\"Transfer from store to market\",\"previous_stock\":0,\"new_stock\":14,\"transfer_type\":\"store_to_market\",\"from_product_id\":524,\"transferred_by\":7}','143.105.161.40','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/147.0.0.0 Mobile Safari/537.36','2026-04-22 10:41:06','2026-04-22 10:41:06'),
(4794,529,'created','Product created',7,'{\"name\":\"H - Pro Max-3\",\"description\":null,\"barcode\":\"PRD411822\",\"category_id\":\"7\",\"product_type\":\"market\",\"unit\":\"pcs\",\"cost_price\":\"16500.00\",\"selling_price\":\"18500.00\",\"image\":\"products\\/1776865312_ftsOsE0I1k.jpg\",\"expiry_date\":null,\"is_active\":true,\"alert_quantity\":1,\"weight\":null,\"length\":null,\"width\":null,\"height\":null,\"updated_at\":\"2026-04-22T13:41:52.000000Z\",\"created_at\":\"2026-04-22T13:41:52.000000Z\",\"id\":529}','143.105.161.40','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/147.0.0.0 Mobile Safari/537.36','2026-04-22 10:41:52','2026-04-22 10:41:52'),
(4795,529,'stock_added','Added 14 units - Initial stock',7,'{\"quantity\":14,\"reason\":\"Initial stock\",\"previous_stock\":0,\"new_stock\":14,\"notes\":\"Product creation\"}','143.105.161.40','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/147.0.0.0 Mobile Safari/537.36','2026-04-22 10:41:52','2026-04-22 10:41:52'),
(4796,502,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":30,\"new_stock\":29,\"sale_id\":1053,\"sale_number\":\"HIL-1048\"}','143.105.161.40','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/147.0.0.0 Mobile Safari/537.36','2026-04-22 10:43:06','2026-04-22 10:43:06'),
(4797,514,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":9,\"new_stock\":8,\"sale_id\":1053,\"sale_number\":\"HIL-1048\"}','143.105.161.40','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/147.0.0.0 Mobile Safari/537.36','2026-04-22 10:43:06','2026-04-22 10:43:06'),
(4798,530,'created','Product created',7,'{\"name\":\"H - BA-1\",\"description\":null,\"barcode\":\"PRD171379\",\"category_id\":\"3\",\"product_type\":\"store\",\"unit\":\"pcs\",\"cost_price\":\"16500.00\",\"selling_price\":\"18500.00\",\"image\":\"products\\/1776865458_64dhoErKDZ.jpg\",\"expiry_date\":null,\"is_active\":true,\"alert_quantity\":1,\"weight\":null,\"length\":null,\"width\":null,\"height\":null,\"updated_at\":\"2026-04-22T13:44:18.000000Z\",\"created_at\":\"2026-04-22T13:44:18.000000Z\",\"id\":530}','143.105.161.40','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/147.0.0.0 Mobile Safari/537.36','2026-04-22 10:44:18','2026-04-22 10:44:18'),
(4799,530,'stock_added','Added 28 units - Initial stock',7,'{\"quantity\":28,\"reason\":\"Initial stock\",\"previous_stock\":0,\"new_stock\":28,\"notes\":\"Product creation\"}','143.105.161.40','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/147.0.0.0 Mobile Safari/537.36','2026-04-22 10:44:18','2026-04-22 10:44:18'),
(4800,531,'created','Product created',7,'{\"name\":\"H - BA-2\",\"description\":null,\"barcode\":\"PRD738620\",\"category_id\":\"3\",\"product_type\":\"store\",\"unit\":\"pcs\",\"cost_price\":\"16500.00\",\"selling_price\":\"18500.00\",\"image\":\"products\\/1776865505_0fG6NuvGzG.jpg\",\"expiry_date\":null,\"is_active\":true,\"alert_quantity\":1,\"weight\":null,\"length\":null,\"width\":null,\"height\":null,\"updated_at\":\"2026-04-22T13:45:05.000000Z\",\"created_at\":\"2026-04-22T13:45:05.000000Z\",\"id\":531}','143.105.161.40','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/147.0.0.0 Mobile Safari/537.36','2026-04-22 10:45:05','2026-04-22 10:45:05'),
(4801,531,'stock_added','Added 14 units - Initial stock',7,'{\"quantity\":14,\"reason\":\"Initial stock\",\"previous_stock\":0,\"new_stock\":14,\"notes\":\"Product creation\"}','143.105.161.40','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/147.0.0.0 Mobile Safari/537.36','2026-04-22 10:45:05','2026-04-22 10:45:05'),
(4802,530,'stock_removed','Removed 28 units - Transfer from store to market',7,'{\"quantity\":28,\"reason\":\"Transfer from store to market\",\"previous_stock\":28,\"new_stock\":0,\"transfer_type\":\"store_to_market\",\"transferred_by\":7}','143.105.161.40','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/147.0.0.0 Mobile Safari/537.36','2026-04-22 10:45:22','2026-04-22 10:45:22'),
(4803,533,'created','Product created',7,'{\"name\":\"H - BA-1\",\"description\":null,\"barcode\":\"PRD171379-M1\",\"category_id\":\"3\",\"product_type\":\"market\",\"unit\":\"pcs\",\"cost_price\":\"16500.00\",\"selling_price\":\"18500.00\",\"discount_price\":null,\"image\":\"products\\/1776865458_64dhoErKDZ.jpg\",\"expiry_date\":null,\"is_active\":true,\"weight\":null,\"length\":null,\"width\":null,\"height\":null,\"updated_at\":\"2026-04-22T13:45:22.000000Z\",\"created_at\":\"2026-04-22T13:45:22.000000Z\",\"id\":533}','143.105.161.40','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/147.0.0.0 Mobile Safari/537.36','2026-04-22 10:45:22','2026-04-22 10:45:22'),
(4804,533,'stock_added','Added 28 units - Transfer from store to market',7,'{\"quantity\":28,\"reason\":\"Transfer from store to market\",\"previous_stock\":0,\"new_stock\":28,\"transfer_type\":\"store_to_market\",\"from_product_id\":530,\"transferred_by\":7}','143.105.161.40','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/147.0.0.0 Mobile Safari/537.36','2026-04-22 10:45:22','2026-04-22 10:45:22'),
(4805,531,'stock_removed','Removed 14 units - Transfer from store to market',7,'{\"quantity\":14,\"reason\":\"Transfer from store to market\",\"previous_stock\":14,\"new_stock\":0,\"transfer_type\":\"store_to_market\",\"transferred_by\":7}','143.105.161.40','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/147.0.0.0 Mobile Safari/537.36','2026-04-22 10:45:32','2026-04-22 10:45:32'),
(4806,535,'created','Product created',7,'{\"name\":\"H - BA-2\",\"description\":null,\"barcode\":\"PRD738620-M1\",\"category_id\":\"3\",\"product_type\":\"market\",\"unit\":\"pcs\",\"cost_price\":\"16500.00\",\"selling_price\":\"18500.00\",\"discount_price\":null,\"image\":\"products\\/1776865505_0fG6NuvGzG.jpg\",\"expiry_date\":null,\"is_active\":true,\"weight\":null,\"length\":null,\"width\":null,\"height\":null,\"updated_at\":\"2026-04-22T13:45:32.000000Z\",\"created_at\":\"2026-04-22T13:45:32.000000Z\",\"id\":535}','143.105.161.40','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/147.0.0.0 Mobile Safari/537.36','2026-04-22 10:45:32','2026-04-22 10:45:32'),
(4807,535,'stock_added','Added 14 units - Transfer from store to market',7,'{\"quantity\":14,\"reason\":\"Transfer from store to market\",\"previous_stock\":0,\"new_stock\":14,\"transfer_type\":\"store_to_market\",\"from_product_id\":531,\"transferred_by\":7}','143.105.161.40','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/147.0.0.0 Mobile Safari/537.36','2026-04-22 10:45:32','2026-04-22 10:45:32'),
(4808,442,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":8,\"new_stock\":7,\"sale_id\":1054,\"sale_number\":\"HIL-1049\"}','143.105.161.40','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/147.0.0.0 Mobile Safari/537.36','2026-04-22 10:54:31','2026-04-22 10:54:31'),
(4809,486,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":2,\"new_stock\":1,\"sale_id\":1054,\"sale_number\":\"HIL-1049\"}','143.105.161.40','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/147.0.0.0 Mobile Safari/537.36','2026-04-22 10:54:31','2026-04-22 10:54:31'),
(4810,500,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":12,\"new_stock\":11,\"sale_id\":1054,\"sale_number\":\"HIL-1049\"}','143.105.161.40','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/147.0.0.0 Mobile Safari/537.36','2026-04-22 10:54:31','2026-04-22 10:54:31'),
(4811,502,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":29,\"new_stock\":28,\"sale_id\":1054,\"sale_number\":\"HIL-1049\"}','143.105.161.40','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/147.0.0.0 Mobile Safari/537.36','2026-04-22 10:54:31','2026-04-22 10:54:31'),
(4812,508,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":22,\"new_stock\":21,\"sale_id\":1054,\"sale_number\":\"HIL-1049\"}','143.105.161.40','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/147.0.0.0 Mobile Safari/537.36','2026-04-22 10:54:31','2026-04-22 10:54:31'),
(4813,511,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":10,\"new_stock\":9,\"sale_id\":1054,\"sale_number\":\"HIL-1049\"}','143.105.161.40','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/147.0.0.0 Mobile Safari/537.36','2026-04-22 10:54:31','2026-04-22 10:54:31'),
(4814,526,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":14,\"new_stock\":13,\"sale_id\":1054,\"sale_number\":\"HIL-1049\"}','143.105.161.40','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/147.0.0.0 Mobile Safari/537.36','2026-04-22 10:54:31','2026-04-22 10:54:31'),
(4815,529,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":14,\"new_stock\":13,\"sale_id\":1054,\"sale_number\":\"HIL-1049\"}','143.105.161.40','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/147.0.0.0 Mobile Safari/537.36','2026-04-22 10:54:31','2026-04-22 10:54:31'),
(4816,533,'stock_removed','Removed 6 units - Sale',7,'{\"quantity\":6,\"reason\":\"Sale\",\"previous_stock\":28,\"new_stock\":22,\"sale_id\":1054,\"sale_number\":\"HIL-1049\"}','143.105.161.40','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/147.0.0.0 Mobile Safari/537.36','2026-04-22 10:54:31','2026-04-22 10:54:31'),
(4817,535,'stock_removed','Removed 6 units - Sale',7,'{\"quantity\":6,\"reason\":\"Sale\",\"previous_stock\":14,\"new_stock\":8,\"sale_id\":1054,\"sale_number\":\"HIL-1049\"}','143.105.161.40','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/147.0.0.0 Mobile Safari/537.36','2026-04-22 10:54:31','2026-04-22 10:54:31'),
(4818,480,'updated','Product updated',7,'{\"image\":{\"old\":\"products\\/1773730607_HpZApleATs.jpg\",\"new\":\"products\\/1776870254_FxXLzRRdIE.jpg\"}}','154.73.113.9','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/147.0.0.0 Mobile Safari/537.36','2026-04-22 12:04:14','2026-04-22 12:04:14'),
(4819,495,'updated','Product updated',7,'{\"image\":{\"old\":\"products\\/1773729154_TIBoDVEjBB.jpg\",\"new\":\"products\\/1776873382_H8Wg4vKcxq.jpg\"}}','154.73.112.105','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/147.0.0.0 Mobile Safari/537.36','2026-04-22 12:56:22','2026-04-22 12:56:22'),
(4820,495,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":6,\"new_stock\":5,\"sale_id\":1055,\"sale_number\":\"HIL-1050\"}','154.73.112.105','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/147.0.0.0 Mobile Safari/537.36','2026-04-22 12:56:43','2026-04-22 12:56:43'),
(4821,495,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":5,\"new_stock\":4,\"sale_id\":1056,\"sale_number\":\"HIL-1051\"}','154.73.112.105','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/147.0.0.0 Mobile Safari/537.36','2026-04-22 12:56:57','2026-04-22 12:56:57'),
(4822,426,'updated','Product updated',7,'{\"image\":{\"old\":\"products\\/1774606107_jNBhLSRghG.jpg\",\"new\":\"products\\/1776873600_6ddHoUMXgM.jpg\"}}','154.73.112.105','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/147.0.0.0 Mobile Safari/537.36','2026-04-22 13:00:00','2026-04-22 13:00:00'),
(4823,426,'stock_removed','Removed 1 units - Sale',7,'{\"quantity\":1,\"reason\":\"Sale\",\"previous_stock\":6,\"new_stock\":5,\"sale_id\":1057,\"sale_number\":\"HIL-1052\"}','154.73.112.105','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/147.0.0.0 Mobile Safari/537.36','2026-04-22 13:23:28','2026-04-22 13:23:28');
/*!40000 ALTER TABLE `product_histories` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `product_inventories`
--

DROP TABLE IF EXISTS `product_inventories`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `product_inventories` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `product_id` bigint(20) unsigned NOT NULL,
  `current_stock` int(11) NOT NULL DEFAULT 0,
  `reserved_stock` int(11) NOT NULL DEFAULT 0,
  `available_stock` int(11) NOT NULL DEFAULT 0,
  `last_stock_update` timestamp NULL DEFAULT NULL,
  `last_updated_by` bigint(20) unsigned DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `product_inventories_last_updated_by_foreign` (`last_updated_by`),
  KEY `product_inventories_product_id_index` (`product_id`),
  KEY `product_inventories_available_stock_index` (`available_stock`),
  CONSTRAINT `product_inventories_last_updated_by_foreign` FOREIGN KEY (`last_updated_by`) REFERENCES `users` (`id`),
  CONSTRAINT `product_inventories_product_id_foreign` FOREIGN KEY (`product_id`) REFERENCES `products` (`id`) ON DELETE CASCADE
) ENGINE=InnoDB AUTO_INCREMENT=535 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `product_inventories`
--

LOCK TABLES `product_inventories` WRITE;
/*!40000 ALTER TABLE `product_inventories` DISABLE KEYS */;
INSERT INTO `product_inventories` VALUES
(1,1,0,0,0,'2026-01-02 09:20:31',7,'2025-12-15 11:08:49','2026-01-02 09:20:31'),
(2,2,0,0,0,'2026-02-13 14:04:06',4,'2025-12-15 11:32:30','2026-02-13 14:04:06'),
(3,3,0,0,0,'2026-02-19 05:18:00',7,'2025-12-15 12:12:42','2026-02-19 05:18:00'),
(4,4,649,0,649,'2026-03-25 11:14:04',7,'2025-12-16 10:20:13','2026-03-25 11:14:04'),
(5,5,0,0,0,'2026-03-10 05:45:05',7,'2025-12-16 10:33:43','2026-03-10 05:45:05'),
(6,6,0,0,0,'2026-03-10 05:45:30',7,'2025-12-16 10:34:37','2026-03-10 05:45:30'),
(7,7,0,0,0,'2026-03-19 07:00:55',7,'2025-12-17 05:39:01','2026-03-19 07:00:55'),
(8,8,0,0,0,'2026-03-08 20:08:11',7,'2025-12-17 06:34:50','2026-03-08 20:08:11'),
(9,9,0,0,0,'2026-01-02 09:21:03',7,'2025-12-17 07:32:33','2026-01-02 09:21:03'),
(10,10,0,0,0,'2026-01-07 06:54:40',7,'2025-12-17 08:54:10','2026-01-07 06:54:40'),
(11,11,0,0,0,'2026-01-02 09:21:32',7,'2025-12-18 05:08:05','2026-01-02 09:21:32'),
(12,12,0,0,0,'2026-03-01 09:31:09',7,'2025-12-18 05:12:55','2026-03-01 09:31:09'),
(13,13,0,0,0,'2026-03-01 09:08:12',7,'2025-12-18 05:17:56','2026-03-01 09:08:12'),
(14,14,0,0,0,'2026-01-02 09:21:59',7,'2025-12-18 05:24:31','2026-01-02 09:21:59'),
(15,15,0,0,0,'2026-02-11 11:00:33',7,'2025-12-18 06:42:38','2026-02-11 11:00:33'),
(16,16,0,0,0,'2026-01-02 09:22:21',7,'2025-12-18 06:44:22','2026-01-02 09:22:21'),
(17,17,0,0,0,'2026-01-02 09:22:29',7,'2025-12-18 11:10:12','2026-01-02 09:22:29'),
(18,18,0,0,0,'2026-02-27 07:20:17',7,'2025-12-19 05:25:42','2026-02-27 07:20:17'),
(19,19,0,0,0,'2026-01-02 09:22:54',7,'2025-12-19 06:39:31','2026-01-02 09:22:54'),
(20,20,0,0,0,'2026-01-02 09:23:03',7,'2025-12-19 06:43:50','2026-01-02 09:23:03'),
(21,21,0,0,0,'2026-01-02 09:23:15',7,'2025-12-19 06:48:50','2026-01-02 09:23:15'),
(22,22,0,0,0,'2026-01-02 09:23:24',7,'2025-12-19 06:52:30','2026-01-02 09:23:24'),
(23,23,0,0,0,'2026-01-02 09:23:33',7,'2025-12-19 07:01:33','2026-01-02 09:23:33'),
(24,24,0,0,0,'2026-03-10 05:45:57',7,'2025-12-19 11:11:55','2026-03-10 05:45:57'),
(25,25,0,0,0,'2026-01-02 09:23:41',7,'2025-12-19 11:57:53','2026-01-02 09:23:41'),
(26,26,0,0,0,'2026-03-01 09:08:20',7,'2025-12-27 12:52:21','2026-03-01 09:08:20'),
(27,27,0,0,0,'2026-01-02 09:23:59',7,'2025-12-29 11:16:29','2026-01-02 09:23:59'),
(28,28,0,0,0,'2026-01-02 09:24:08',7,'2025-12-29 11:17:38','2026-01-02 09:24:08'),
(29,29,0,0,0,'2026-01-07 07:21:32',7,'2025-12-30 07:38:46','2026-01-07 07:21:32'),
(30,30,0,0,0,'2026-01-16 14:00:06',7,'2025-12-30 07:52:29','2026-01-16 14:00:06'),
(31,31,0,0,0,'2026-02-13 10:34:56',7,'2025-12-31 05:21:39','2026-02-13 10:34:56'),
(32,32,0,0,0,'2026-02-24 12:54:27',7,'2025-12-31 05:36:36','2026-02-24 12:54:27'),
(33,33,0,0,0,'2026-01-02 09:24:59',7,'2025-12-31 05:46:27','2026-01-02 09:24:59'),
(34,34,0,0,0,'2026-02-13 11:13:48',7,'2025-12-31 05:50:19','2026-02-13 11:13:48'),
(35,35,0,0,0,'2026-01-02 09:25:23',7,'2025-12-31 06:08:16','2026-01-02 09:25:23'),
(36,36,50,0,50,'2026-03-08 20:08:42',7,'2025-12-31 06:48:31','2026-03-08 20:08:42'),
(37,37,0,0,0,'2026-01-02 09:25:52',7,'2025-12-31 06:58:51','2026-01-02 09:25:52'),
(38,38,0,0,0,'2026-01-02 09:26:05',7,'2025-12-31 07:01:35','2026-01-02 09:26:05'),
(39,39,0,0,0,'2026-01-02 09:26:14',7,'2025-12-31 07:05:09','2026-01-02 09:26:14'),
(40,40,0,0,0,'2026-03-08 20:09:24',7,'2025-12-31 07:14:27','2026-03-08 20:09:24'),
(41,41,0,0,0,'2026-03-08 20:09:52',7,'2025-12-31 07:15:39','2026-03-08 20:09:52'),
(42,42,0,0,0,'2026-01-02 09:26:24',7,'2025-12-31 07:57:01','2026-01-02 09:26:24'),
(43,43,812,0,812,'2026-04-12 09:36:45',7,'2026-01-01 05:22:45','2026-04-12 09:36:45'),
(44,45,0,0,0,'2026-03-19 05:48:56',7,'2026-01-02 09:20:31','2026-03-19 05:48:56'),
(45,45,0,0,0,NULL,NULL,'2026-01-02 09:20:31','2026-01-02 09:20:31'),
(46,47,0,0,0,'2026-03-14 09:46:32',7,'2026-01-02 09:20:47','2026-03-14 09:46:32'),
(47,47,0,0,0,NULL,NULL,'2026-01-02 09:20:47','2026-01-02 09:20:47'),
(48,49,0,0,0,'2026-03-09 13:26:21',7,'2026-01-02 09:20:55','2026-03-09 13:26:21'),
(49,49,0,0,0,NULL,NULL,'2026-01-02 09:20:55','2026-01-02 09:20:55'),
(50,51,0,0,0,'2026-03-09 05:54:06',7,'2026-01-02 09:21:03','2026-03-09 05:54:06'),
(51,51,0,0,0,NULL,NULL,'2026-01-02 09:21:03','2026-01-02 09:21:03'),
(52,53,0,0,0,'2026-02-07 11:38:08',7,'2026-01-02 09:21:08','2026-02-07 11:38:08'),
(53,53,0,0,0,NULL,NULL,'2026-01-02 09:21:08','2026-01-02 09:21:08'),
(54,55,0,0,0,'2026-03-01 12:16:41',7,'2026-01-02 09:21:32','2026-03-01 12:16:41'),
(55,55,0,0,0,NULL,NULL,'2026-01-02 09:21:32','2026-01-02 09:21:32'),
(56,57,0,0,0,'2026-01-07 08:23:22',7,'2026-01-02 09:21:41','2026-01-07 08:23:22'),
(57,57,0,0,0,NULL,NULL,'2026-01-02 09:21:41','2026-01-02 09:21:41'),
(58,59,0,0,0,'2026-01-19 10:11:03',7,'2026-01-02 09:21:51','2026-01-19 10:11:03'),
(59,59,0,0,0,NULL,NULL,'2026-01-02 09:21:51','2026-01-02 09:21:51'),
(60,61,0,0,0,'2026-01-16 09:53:07',7,'2026-01-02 09:21:59','2026-01-16 09:53:07'),
(61,61,0,0,0,NULL,NULL,'2026-01-02 09:21:59','2026-01-02 09:21:59'),
(62,63,0,0,0,'2026-03-08 20:16:23',7,'2026-01-02 09:22:07','2026-03-08 20:16:23'),
(63,63,0,0,0,NULL,NULL,'2026-01-02 09:22:07','2026-01-02 09:22:07'),
(64,65,0,0,0,'2026-01-17 12:15:25',7,'2026-01-02 09:22:21','2026-01-17 12:15:25'),
(65,65,0,0,0,NULL,NULL,'2026-01-02 09:22:21','2026-01-02 09:22:21'),
(66,67,19,0,19,'2026-04-04 10:15:09',7,'2026-01-02 09:22:29','2026-04-04 10:15:09'),
(67,67,0,0,0,NULL,NULL,'2026-01-02 09:22:29','2026-01-02 09:22:29'),
(68,69,0,0,0,'2026-02-28 06:38:47',7,'2026-01-02 09:22:54','2026-02-28 06:38:47'),
(69,69,0,0,0,NULL,NULL,'2026-01-02 09:22:54','2026-01-02 09:22:54'),
(70,71,0,0,0,'2026-03-08 20:17:28',7,'2026-01-02 09:23:03','2026-03-08 20:17:28'),
(71,71,0,0,0,NULL,NULL,'2026-01-02 09:23:03','2026-01-02 09:23:03'),
(72,73,0,0,0,'2026-03-08 20:17:57',7,'2026-01-02 09:23:15','2026-03-08 20:17:57'),
(73,73,0,0,0,NULL,NULL,'2026-01-02 09:23:15','2026-01-02 09:23:15'),
(74,75,0,0,0,'2026-03-08 20:18:34',7,'2026-01-02 09:23:24','2026-03-08 20:18:34'),
(75,75,0,0,0,NULL,NULL,'2026-01-02 09:23:24','2026-01-02 09:23:24'),
(76,77,10,0,10,'2026-03-11 10:44:20',7,'2026-01-02 09:23:33','2026-03-11 10:44:20'),
(77,77,0,0,0,NULL,NULL,'2026-01-02 09:23:33','2026-01-02 09:23:33'),
(78,79,15,0,15,'2026-03-19 09:58:07',7,'2026-01-02 09:23:41','2026-03-19 09:58:07'),
(79,79,0,0,0,NULL,NULL,'2026-01-02 09:23:41','2026-01-02 09:23:41'),
(80,81,0,0,0,'2026-03-08 20:19:09',7,'2026-01-02 09:23:50','2026-03-08 20:19:09'),
(81,81,0,0,0,NULL,NULL,'2026-01-02 09:23:50','2026-01-02 09:23:50'),
(82,83,0,0,0,'2026-03-12 08:58:40',7,'2026-01-02 09:24:00','2026-03-12 08:58:40'),
(83,83,0,0,0,NULL,NULL,'2026-01-02 09:24:00','2026-01-02 09:24:00'),
(84,85,0,0,0,'2026-02-27 10:12:05',7,'2026-01-02 09:24:08','2026-02-27 10:12:05'),
(85,85,0,0,0,NULL,NULL,'2026-01-02 09:24:08','2026-01-02 09:24:08'),
(86,87,0,0,0,'2026-03-10 12:47:36',7,'2026-01-02 09:24:16','2026-03-10 12:47:36'),
(87,87,0,0,0,NULL,NULL,'2026-01-02 09:24:16','2026-01-02 09:24:16'),
(88,89,0,0,0,'2026-01-21 05:28:11',7,'2026-01-02 09:24:35','2026-01-21 05:28:11'),
(89,89,0,0,0,NULL,NULL,'2026-01-02 09:24:35','2026-01-02 09:24:35'),
(90,91,0,0,0,'2026-02-23 11:08:08',7,'2026-01-02 09:24:44','2026-02-23 11:08:08'),
(91,91,0,0,0,NULL,NULL,'2026-01-02 09:24:44','2026-01-02 09:24:44'),
(92,93,1,0,1,'2026-03-12 08:58:40',7,'2026-01-02 09:24:59','2026-03-12 08:58:40'),
(93,93,0,0,0,NULL,NULL,'2026-01-02 09:24:59','2026-01-02 09:24:59'),
(94,95,0,0,0,'2026-02-12 11:12:37',7,'2026-01-02 09:25:09','2026-02-12 11:12:37'),
(95,95,0,0,0,NULL,NULL,'2026-01-02 09:25:09','2026-01-02 09:25:09'),
(96,97,0,0,0,'2026-02-14 10:55:17',7,'2026-01-02 09:25:23','2026-02-14 10:55:17'),
(97,97,0,0,0,NULL,NULL,'2026-01-02 09:25:23','2026-01-02 09:25:23'),
(98,99,6,0,6,'2026-03-28 07:59:54',7,'2026-01-02 09:25:52','2026-03-28 07:59:54'),
(99,99,0,0,0,NULL,NULL,'2026-01-02 09:25:52','2026-01-02 09:25:52'),
(100,101,0,0,0,'2026-03-08 20:23:49',7,'2026-01-02 09:26:05','2026-03-08 20:23:49'),
(101,101,0,0,0,NULL,NULL,'2026-01-02 09:26:05','2026-01-02 09:26:05'),
(102,103,0,0,0,'2026-02-07 10:51:44',7,'2026-01-02 09:26:14','2026-02-07 10:51:44'),
(103,103,0,0,0,NULL,NULL,'2026-01-02 09:26:14','2026-01-02 09:26:14'),
(104,105,0,0,0,'2026-03-12 09:00:05',7,'2026-01-02 09:26:24','2026-03-12 09:00:05'),
(105,105,0,0,0,NULL,NULL,'2026-01-02 09:26:24','2026-01-02 09:26:24'),
(106,107,0,0,0,'2026-03-18 12:32:13',7,'2026-01-02 12:50:00','2026-03-18 12:32:13'),
(107,107,0,0,0,NULL,NULL,'2026-01-02 12:50:00','2026-01-02 12:50:00'),
(108,108,0,0,0,'2026-01-07 07:25:14',7,'2026-01-03 12:30:55','2026-01-07 07:25:14'),
(109,109,0,0,0,'2026-02-13 11:13:39',7,'2026-01-03 12:42:38','2026-02-13 11:13:39'),
(110,110,0,0,0,'2026-03-02 07:46:19',7,'2026-01-05 12:43:33','2026-03-02 07:46:19'),
(111,111,0,0,0,'2026-01-16 13:58:57',7,'2026-01-05 12:48:34','2026-01-16 13:58:57'),
(112,112,0,0,0,'2026-01-08 05:58:35',7,'2026-01-05 12:51:02','2026-01-08 05:58:35'),
(113,113,0,0,0,'2026-03-17 07:15:04',7,'2026-01-05 12:56:05','2026-03-17 07:15:04'),
(114,114,0,0,0,'2026-01-08 05:49:20',7,'2026-01-05 13:00:43','2026-01-08 05:49:20'),
(115,115,0,0,0,'2026-01-07 08:06:59',7,'2026-01-06 12:37:46','2026-01-07 08:06:59'),
(116,116,0,0,0,'2026-02-13 11:13:29',7,'2026-01-06 12:44:49','2026-02-13 11:13:29'),
(117,117,0,0,0,'2026-01-07 07:36:41',7,'2026-01-06 12:46:35','2026-01-07 07:36:41'),
(118,118,0,0,0,'2026-02-19 05:27:22',7,'2026-01-06 12:48:11','2026-02-19 05:27:22'),
(119,119,0,0,0,'2026-02-11 11:39:21',7,'2026-01-07 06:11:44','2026-02-11 11:39:21'),
(120,120,0,0,0,'2026-01-12 05:33:55',7,'2026-01-07 06:14:09','2026-01-12 05:33:55'),
(121,121,9,0,9,'2026-01-07 06:16:17',7,'2026-01-07 06:16:17','2026-01-07 06:16:17'),
(122,122,0,0,0,'2026-03-05 05:46:03',7,'2026-01-07 06:25:03','2026-03-05 05:46:03'),
(123,124,0,0,0,'2026-03-27 07:11:44',7,'2026-01-07 07:21:32','2026-03-27 07:11:44'),
(124,124,0,0,0,NULL,NULL,'2026-01-07 07:21:32','2026-01-07 07:21:32'),
(125,126,0,0,0,'2026-03-17 07:09:45',7,'2026-01-07 07:25:14','2026-03-17 07:09:45'),
(126,126,0,0,0,NULL,NULL,'2026-01-07 07:25:14','2026-01-07 07:25:14'),
(127,128,0,0,0,'2026-02-07 10:51:44',7,'2026-01-07 07:36:41','2026-02-07 10:51:44'),
(128,128,0,0,0,NULL,NULL,'2026-01-07 07:36:41','2026-01-07 07:36:41'),
(129,130,0,0,0,'2026-02-24 07:07:37',7,'2026-01-07 07:38:42','2026-02-24 07:07:37'),
(130,130,0,0,0,NULL,NULL,'2026-01-07 07:38:42','2026-01-07 07:38:42'),
(131,132,0,0,0,'2026-03-03 09:55:36',7,'2026-01-07 07:40:52','2026-03-03 09:55:36'),
(132,132,0,0,0,NULL,NULL,'2026-01-07 07:40:52','2026-01-07 07:40:52'),
(133,134,0,0,0,'2026-02-23 12:17:35',7,'2026-01-07 07:47:23','2026-02-23 12:17:35'),
(134,134,0,0,0,NULL,NULL,'2026-01-07 07:47:23','2026-01-07 07:47:23'),
(135,136,0,0,0,'2026-03-08 16:04:44',7,'2026-01-07 08:06:59','2026-03-08 16:04:44'),
(136,136,0,0,0,NULL,NULL,'2026-01-07 08:06:59','2026-01-07 08:06:59'),
(137,138,0,0,0,'2026-03-08 16:04:44',7,'2026-01-07 08:20:56','2026-03-08 16:04:44'),
(138,138,0,0,0,NULL,NULL,'2026-01-07 08:20:56','2026-01-07 08:20:56'),
(139,139,0,0,0,'2026-02-13 09:55:33',7,'2026-01-07 08:47:49','2026-02-13 09:55:33'),
(140,141,0,0,0,'2026-03-05 08:55:06',7,'2026-01-07 08:49:37','2026-03-05 08:55:06'),
(141,141,0,0,0,NULL,NULL,'2026-01-07 08:49:37','2026-01-07 08:49:37'),
(142,142,0,0,0,'2026-01-08 05:11:56',7,'2026-01-08 05:11:37','2026-01-08 05:11:56'),
(143,144,0,0,0,'2026-03-28 07:59:54',7,'2026-01-08 05:11:56','2026-03-28 07:59:54'),
(144,144,0,0,0,NULL,NULL,'2026-01-08 05:11:56','2026-01-08 05:11:56'),
(145,146,0,0,0,'2026-03-01 10:23:05',7,'2026-01-08 05:49:20','2026-03-01 10:23:05'),
(146,146,0,0,0,NULL,NULL,'2026-01-08 05:49:20','2026-01-08 05:49:20'),
(147,148,0,0,0,'2026-03-19 09:29:17',7,'2026-01-08 05:51:54','2026-03-19 09:29:17'),
(148,148,0,0,0,NULL,NULL,'2026-01-08 05:51:54','2026-01-08 05:51:54'),
(149,150,0,0,0,'2026-02-26 12:35:11',7,'2026-01-08 05:58:35','2026-02-26 12:35:11'),
(150,150,0,0,0,NULL,NULL,'2026-01-08 05:58:35','2026-01-08 05:58:35'),
(151,152,0,0,0,'2026-03-09 05:54:06',7,'2026-01-08 06:34:37','2026-03-09 05:54:06'),
(152,152,0,0,0,NULL,NULL,'2026-01-08 06:34:37','2026-01-08 06:34:37'),
(153,154,0,0,0,'2026-02-09 08:54:38',7,'2026-01-08 06:35:53','2026-02-09 08:54:38'),
(154,154,0,0,0,NULL,NULL,'2026-01-08 06:35:53','2026-01-08 06:35:53'),
(155,156,0,0,0,'2026-02-14 11:58:19',7,'2026-01-08 06:37:09','2026-02-14 11:58:19'),
(156,156,0,0,0,NULL,NULL,'2026-01-08 06:37:09','2026-01-08 06:37:09'),
(157,158,1,0,1,'2026-03-12 06:23:54',7,'2026-01-08 06:50:38','2026-03-12 06:23:54'),
(158,158,0,0,0,NULL,NULL,'2026-01-08 06:50:38','2026-01-08 06:50:38'),
(159,159,0,0,0,'2026-01-08 09:55:26',7,'2026-01-08 09:48:17','2026-01-08 09:55:26'),
(160,160,0,0,0,'2026-02-13 10:23:02',7,'2026-01-08 09:50:23','2026-02-13 10:23:02'),
(161,162,0,0,0,'2026-01-26 05:25:41',7,'2026-01-08 09:55:26','2026-01-26 05:25:41'),
(162,162,0,0,0,NULL,NULL,'2026-01-08 09:55:26','2026-01-08 09:55:26'),
(163,164,0,0,0,'2026-01-16 05:19:07',7,'2026-01-08 10:01:50','2026-01-16 05:19:07'),
(164,164,0,0,0,NULL,NULL,'2026-01-08 10:01:50','2026-01-08 10:01:50'),
(165,165,0,0,0,'2026-02-03 11:02:47',7,'2026-01-08 11:21:14','2026-02-03 11:02:47'),
(166,167,0,0,0,'2026-02-16 08:59:00',7,'2026-01-08 11:21:44','2026-02-16 08:59:00'),
(167,167,0,0,0,NULL,NULL,'2026-01-08 11:21:44','2026-01-08 11:21:44'),
(168,168,0,0,0,'2026-03-01 09:32:26',7,'2026-01-08 11:23:15','2026-03-01 09:32:26'),
(169,170,0,0,0,'2026-02-07 06:18:00',7,'2026-01-08 11:23:42','2026-02-07 06:18:00'),
(170,170,0,0,0,NULL,NULL,'2026-01-08 11:23:42','2026-01-08 11:23:42'),
(171,171,0,0,0,'2026-03-15 07:43:48',7,'2026-01-09 05:52:21','2026-03-15 07:43:48'),
(172,173,341,0,341,'2026-04-02 15:15:48',7,'2026-01-09 05:53:18','2026-04-02 15:15:48'),
(173,173,0,0,0,NULL,NULL,'2026-01-09 05:53:18','2026-01-09 05:53:18'),
(174,174,0,0,0,'2026-03-02 07:48:16',7,'2026-01-11 10:18:43','2026-03-02 07:48:16'),
(175,175,0,0,0,'2026-01-12 05:40:37',7,'2026-01-11 10:23:21','2026-01-12 05:40:37'),
(176,176,0,0,0,'2026-03-01 09:34:50',7,'2026-01-11 10:31:03','2026-03-01 09:34:50'),
(177,177,0,0,0,'2026-01-12 05:31:18',7,'2026-01-11 10:42:33','2026-01-12 05:31:18'),
(178,178,0,0,0,'2026-02-13 11:04:35',7,'2026-01-11 10:47:31','2026-02-13 11:04:35'),
(179,180,0,0,0,'2026-03-09 05:54:06',7,'2026-01-12 05:14:04','2026-03-09 05:54:06'),
(180,180,0,0,0,NULL,NULL,'2026-01-12 05:14:04','2026-01-12 05:14:04'),
(181,182,2,0,2,'2026-03-27 07:11:44',7,'2026-01-12 05:16:27','2026-03-27 07:11:44'),
(182,182,0,0,0,NULL,NULL,'2026-01-12 05:16:27','2026-01-12 05:16:27'),
(183,184,0,0,0,'2026-03-27 07:11:44',7,'2026-01-12 05:30:15','2026-03-27 07:11:44'),
(184,184,0,0,0,NULL,NULL,'2026-01-12 05:30:15','2026-01-12 05:30:15'),
(185,186,0,0,0,'2026-01-16 12:19:51',7,'2026-01-12 05:31:18','2026-01-16 12:19:51'),
(186,186,0,0,0,NULL,NULL,'2026-01-12 05:31:18','2026-01-12 05:31:18'),
(187,188,6,0,6,'2026-01-12 05:34:34',7,'2026-01-12 05:34:34','2026-01-12 05:34:34'),
(188,188,0,0,0,NULL,NULL,'2026-01-12 05:34:34','2026-01-12 05:34:34'),
(189,190,0,0,0,'2026-03-09 07:29:16',7,'2026-01-12 05:36:13','2026-03-09 07:29:16'),
(190,190,0,0,0,NULL,NULL,'2026-01-12 05:36:13','2026-01-12 05:36:13'),
(191,192,0,0,0,'2026-02-09 08:55:32',7,'2026-01-12 05:40:37','2026-02-09 08:55:32'),
(192,192,0,0,0,NULL,NULL,'2026-01-12 05:40:37','2026-01-12 05:40:37'),
(193,193,0,0,0,'2026-03-01 09:34:06',7,'2026-01-14 08:43:55','2026-03-01 09:34:06'),
(194,194,0,0,0,'2026-03-09 14:36:49',7,'2026-01-14 08:57:37','2026-03-09 14:36:49'),
(195,195,0,0,0,'2026-02-05 03:39:24',7,'2026-01-14 09:00:59','2026-02-05 03:39:24'),
(196,196,0,0,0,'2026-02-18 04:47:31',7,'2026-01-14 09:03:40','2026-02-18 04:47:31'),
(197,197,0,0,0,'2026-01-19 10:50:05',7,'2026-01-14 09:05:47','2026-01-19 10:50:05'),
(198,198,5,0,5,'2026-01-16 11:56:23',7,'2026-01-16 11:56:23','2026-01-16 11:56:23'),
(199,199,5,0,5,'2026-01-16 11:56:34',7,'2026-01-16 11:56:34','2026-01-16 11:56:34'),
(200,200,0,0,0,'2026-02-14 11:58:19',7,'2026-01-16 11:57:39','2026-02-14 11:58:19'),
(201,201,0,0,0,'2026-03-08 16:04:44',7,'2026-01-16 12:01:44','2026-03-08 16:04:44'),
(202,202,0,0,0,'2026-03-01 09:10:44',7,'2026-01-17 07:24:43','2026-03-01 09:10:44'),
(203,204,0,0,0,'2026-02-14 11:58:19',7,'2026-01-17 07:25:21','2026-02-14 11:58:19'),
(204,204,0,0,0,NULL,NULL,'2026-01-17 07:25:21','2026-01-17 07:25:21'),
(205,206,0,0,0,'2026-02-09 08:54:38',7,'2026-01-19 10:50:05','2026-02-09 08:54:38'),
(206,206,0,0,0,NULL,NULL,'2026-01-19 10:50:05','2026-01-19 10:50:05'),
(207,208,0,0,0,'2026-03-18 09:28:58',7,'2026-01-19 10:50:21','2026-03-18 09:28:58'),
(208,208,0,0,0,NULL,NULL,'2026-01-19 10:50:21','2026-01-19 10:50:21'),
(209,209,0,0,0,'2026-01-20 07:11:46',7,'2026-01-20 06:02:09','2026-01-20 07:11:46'),
(210,210,0,0,0,'2026-01-20 07:11:46',7,'2026-01-20 06:15:14','2026-01-20 07:11:46'),
(211,211,0,0,0,'2026-01-20 07:11:46',7,'2026-01-20 06:20:01','2026-01-20 07:11:46'),
(212,213,0,0,0,'2026-02-19 06:08:43',7,'2026-01-21 05:18:33','2026-02-19 06:08:43'),
(213,213,0,0,0,NULL,NULL,'2026-01-21 05:18:33','2026-01-21 05:18:33'),
(214,215,0,0,0,'2026-03-19 16:22:06',7,'2026-01-21 05:25:30','2026-03-19 16:22:06'),
(215,215,0,0,0,NULL,NULL,'2026-01-21 05:25:30','2026-01-21 05:25:30'),
(216,217,0,0,0,'2026-03-19 09:19:28',7,'2026-01-21 05:48:29','2026-03-19 09:19:28'),
(217,217,0,0,0,NULL,NULL,'2026-01-21 05:48:29','2026-01-21 05:48:29'),
(218,219,0,0,0,'2026-03-09 05:54:06',7,'2026-01-21 06:03:35','2026-03-09 05:54:06'),
(219,219,0,0,0,NULL,NULL,'2026-01-21 06:03:35','2026-01-21 06:03:35'),
(220,220,0,0,0,'2026-02-27 02:35:38',4,'2026-01-27 07:20:52','2026-02-27 02:35:38'),
(221,221,0,0,0,'2026-01-27 11:01:46',7,'2026-01-27 07:24:04','2026-01-27 11:01:46'),
(222,222,0,0,0,'2026-02-13 10:15:34',7,'2026-01-27 07:58:30','2026-02-13 10:15:34'),
(223,223,0,0,0,'2026-03-02 07:51:23',7,'2026-01-27 08:00:31','2026-03-02 07:51:23'),
(224,224,0,0,0,'2026-01-27 11:02:01',7,'2026-01-27 08:02:04','2026-01-27 11:02:01'),
(225,225,0,0,0,'2026-02-13 10:13:29',7,'2026-01-27 08:03:40','2026-02-13 10:13:29'),
(226,226,0,0,0,'2026-03-02 07:53:13',7,'2026-01-27 08:08:37','2026-03-02 07:53:13'),
(227,227,0,0,0,'2026-02-19 05:37:50',7,'2026-01-27 08:21:12','2026-02-19 05:37:50'),
(228,228,0,0,0,'2026-02-11 11:06:55',7,'2026-01-27 08:23:36','2026-02-11 11:06:55'),
(229,229,0,0,0,'2026-01-27 09:15:04',7,'2026-01-27 08:31:44','2026-01-27 09:15:04'),
(230,230,0,0,0,'2026-01-27 09:15:17',7,'2026-01-27 08:34:25','2026-01-27 09:15:17'),
(231,231,0,0,0,'2026-02-13 11:13:06',7,'2026-01-27 08:39:15','2026-02-13 11:13:06'),
(232,232,0,0,0,'2026-03-02 07:57:13',7,'2026-01-27 08:40:28','2026-03-02 07:57:13'),
(233,233,0,0,0,'2026-03-02 07:59:19',7,'2026-01-27 08:42:09','2026-03-02 07:59:19'),
(234,235,0,0,0,'2026-03-19 06:45:37',7,'2026-01-27 09:14:05','2026-03-19 06:45:37'),
(235,235,0,0,0,NULL,NULL,'2026-01-27 09:14:05','2026-01-27 09:14:05'),
(236,237,0,0,0,'2026-03-14 12:31:54',7,'2026-01-27 09:14:35','2026-03-14 12:31:54'),
(237,237,0,0,0,NULL,NULL,'2026-01-27 09:14:35','2026-01-27 09:14:35'),
(238,239,0,0,0,'2026-03-17 07:55:56',7,'2026-01-27 09:14:45','2026-03-17 07:55:56'),
(239,239,0,0,0,NULL,NULL,'2026-01-27 09:14:45','2026-01-27 09:14:45'),
(240,241,0,0,0,'2026-03-15 08:55:03',7,'2026-01-27 09:15:04','2026-03-15 08:55:03'),
(241,241,0,0,0,NULL,NULL,'2026-01-27 09:15:04','2026-01-27 09:15:04'),
(242,243,0,0,0,'2026-02-24 06:59:03',7,'2026-01-27 09:15:17','2026-02-24 06:59:03'),
(243,243,0,0,0,NULL,NULL,'2026-01-27 09:15:17','2026-01-27 09:15:17'),
(244,245,0,0,0,'2026-03-04 13:11:01',7,'2026-01-27 09:15:32','2026-03-04 13:11:01'),
(245,245,0,0,0,NULL,NULL,'2026-01-27 09:15:33','2026-01-27 09:15:33'),
(246,247,0,0,0,'2026-03-16 11:15:10',7,'2026-01-27 09:15:49','2026-03-16 11:15:10'),
(247,247,0,0,0,NULL,NULL,'2026-01-27 09:15:49','2026-01-27 09:15:49'),
(248,249,0,0,0,'2026-02-14 09:24:03',7,'2026-01-27 09:16:05','2026-02-14 09:24:03'),
(249,249,0,0,0,NULL,NULL,'2026-01-27 09:16:05','2026-01-27 09:16:05'),
(250,251,0,0,0,'2026-03-17 10:51:21',7,'2026-01-27 09:16:27','2026-03-17 10:51:21'),
(251,251,0,0,0,NULL,NULL,'2026-01-27 09:16:27','2026-01-27 09:16:27'),
(252,253,0,0,0,'2026-02-16 06:39:21',7,'2026-01-27 11:01:36','2026-02-16 06:39:21'),
(253,253,0,0,0,NULL,NULL,'2026-01-27 11:01:36','2026-01-27 11:01:36'),
(254,255,1,0,1,'2026-03-19 09:58:07',7,'2026-01-27 11:01:46','2026-03-19 09:58:07'),
(255,255,0,0,0,NULL,NULL,'2026-01-27 11:01:46','2026-01-27 11:01:46'),
(256,257,5,0,5,'2026-03-19 08:24:59',7,'2026-01-27 11:01:51','2026-03-19 08:24:59'),
(257,257,0,0,0,NULL,NULL,'2026-01-27 11:01:51','2026-01-27 11:01:51'),
(258,259,0,0,0,'2026-03-09 05:54:06',7,'2026-01-27 11:01:56','2026-03-09 05:54:06'),
(259,259,0,0,0,NULL,NULL,'2026-01-27 11:01:56','2026-01-27 11:01:56'),
(260,261,0,0,0,'2026-02-24 06:01:34',7,'2026-01-27 11:02:01','2026-02-24 06:01:34'),
(261,261,0,0,0,NULL,NULL,'2026-01-27 11:02:01','2026-01-27 11:02:01'),
(262,262,0,0,0,'2026-02-13 11:07:35',7,'2026-01-31 06:58:58','2026-02-13 11:07:35'),
(263,263,0,0,0,'2026-02-03 11:14:35',7,'2026-01-31 08:33:14','2026-02-03 11:14:35'),
(264,264,0,0,0,'2026-02-13 11:07:41',7,'2026-01-31 08:43:23','2026-02-13 11:07:41'),
(265,266,0,0,0,'2026-03-27 07:11:44',7,'2026-02-03 11:06:07','2026-03-27 07:11:44'),
(266,266,0,0,0,NULL,NULL,'2026-02-03 11:06:07','2026-02-03 11:06:07'),
(267,268,0,0,0,'2026-02-26 12:35:11',7,'2026-02-03 11:12:04','2026-02-26 12:35:11'),
(268,268,0,0,0,NULL,NULL,'2026-02-03 11:12:05','2026-02-03 11:12:05'),
(269,270,0,0,0,'2026-03-19 05:48:56',7,'2026-02-03 11:14:35','2026-03-19 05:48:56'),
(270,270,0,0,0,NULL,NULL,'2026-02-03 11:14:35','2026-02-03 11:14:35'),
(271,272,3,0,3,'2026-03-19 13:06:12',7,'2026-02-03 11:21:36','2026-03-19 13:06:12'),
(272,272,0,0,0,NULL,NULL,'2026-02-03 11:21:36','2026-02-03 11:21:36'),
(273,274,0,0,0,'2026-03-27 07:11:44',7,'2026-02-03 12:07:10','2026-03-27 07:11:44'),
(274,274,0,0,0,NULL,NULL,'2026-02-03 12:07:10','2026-02-03 12:07:10'),
(275,275,0,0,0,'2026-02-11 11:04:39',7,'2026-02-07 06:10:30','2026-02-11 11:04:39'),
(276,276,0,0,0,'2026-02-13 10:38:10',7,'2026-02-07 06:12:56','2026-02-13 10:38:10'),
(277,277,0,0,0,'2026-02-13 10:47:46',7,'2026-02-07 06:14:37','2026-02-13 10:47:46'),
(278,278,0,0,0,'2026-02-13 10:39:13',7,'2026-02-07 06:16:12','2026-02-13 10:39:13'),
(279,279,0,0,0,'2026-02-13 11:05:28',7,'2026-02-07 06:36:24','2026-02-13 11:05:28'),
(280,280,0,0,0,'2026-02-13 10:55:19',7,'2026-02-07 06:38:22','2026-02-13 10:55:19'),
(281,281,0,0,0,'2026-03-05 05:46:22',7,'2026-02-07 06:42:37','2026-03-05 05:46:22'),
(282,282,0,0,0,'2026-02-13 11:11:52',7,'2026-02-07 06:50:57','2026-02-13 11:11:52'),
(283,283,0,0,0,'2026-03-09 14:36:07',7,'2026-02-07 06:52:48','2026-03-09 14:36:07'),
(284,284,0,0,0,'2026-02-13 10:49:59',7,'2026-02-07 06:55:13','2026-02-13 10:49:59'),
(285,285,0,0,0,'2026-02-11 11:36:00',7,'2026-02-07 10:16:54','2026-02-11 11:36:00'),
(286,286,0,0,0,'2026-02-13 10:59:51',7,'2026-02-07 10:29:12','2026-02-13 10:59:51'),
(287,287,0,0,0,'2026-02-13 10:14:39',7,'2026-02-07 10:34:10','2026-02-13 10:14:39'),
(288,288,0,0,0,'2026-02-11 10:59:29',7,'2026-02-07 11:25:02','2026-02-11 10:59:29'),
(289,289,0,0,0,'2026-03-01 09:35:46',7,'2026-02-07 11:32:59','2026-03-01 09:35:46'),
(290,291,0,0,0,'2026-03-09 07:34:02',7,'2026-02-11 10:58:54','2026-03-09 07:34:02'),
(291,291,0,0,0,NULL,NULL,'2026-02-11 10:58:54','2026-02-11 10:58:54'),
(292,293,0,0,0,'2026-02-14 07:00:55',7,'2026-02-11 10:59:29','2026-02-14 07:00:55'),
(293,293,0,0,0,NULL,NULL,'2026-02-11 10:59:29','2026-02-11 10:59:29'),
(294,295,0,0,0,'2026-03-08 20:38:03',7,'2026-02-11 11:00:33','2026-03-08 20:38:03'),
(295,295,0,0,0,NULL,NULL,'2026-02-11 11:00:33','2026-02-11 11:00:33'),
(296,297,0,0,0,'2026-03-09 05:54:06',7,'2026-02-11 11:04:39','2026-03-09 05:54:06'),
(297,297,0,0,0,NULL,NULL,'2026-02-11 11:04:39','2026-02-11 11:04:39'),
(298,299,0,0,0,'2026-03-19 05:48:56',7,'2026-02-11 11:36:00','2026-03-19 05:48:56'),
(299,299,0,0,0,NULL,NULL,'2026-02-11 11:36:00','2026-02-11 11:36:00'),
(300,301,0,0,0,'2026-03-08 20:39:05',7,'2026-02-11 11:54:12','2026-03-08 20:39:05'),
(301,301,0,0,0,NULL,NULL,'2026-02-11 11:54:13','2026-02-11 11:54:13'),
(302,303,0,0,0,'2026-02-23 12:41:29',7,'2026-02-11 11:56:10','2026-02-23 12:41:29'),
(303,303,0,0,0,NULL,NULL,'2026-02-11 11:56:10','2026-02-11 11:56:10'),
(304,305,1,0,1,'2026-03-09 07:46:30',7,'2026-02-13 10:14:39','2026-03-09 07:46:30'),
(305,305,0,0,0,NULL,NULL,'2026-02-13 10:14:39','2026-02-13 10:14:39'),
(306,307,0,0,0,'2026-03-12 09:01:16',7,'2026-02-13 10:23:02','2026-03-12 09:01:16'),
(307,307,0,0,0,NULL,NULL,'2026-02-13 10:23:02','2026-02-13 10:23:02'),
(308,309,0,0,0,'2026-03-02 12:39:00',7,'2026-02-13 10:38:10','2026-03-02 12:39:00'),
(309,309,0,0,0,NULL,NULL,'2026-02-13 10:38:10','2026-02-13 10:38:10'),
(310,311,0,0,0,'2026-03-08 18:25:04',7,'2026-02-13 10:39:13','2026-03-08 18:25:04'),
(311,311,0,0,0,NULL,NULL,'2026-02-13 10:39:13','2026-02-13 10:39:13'),
(312,313,0,0,0,'2026-03-07 06:29:59',7,'2026-02-13 10:47:35','2026-03-07 06:29:59'),
(313,313,0,0,0,NULL,NULL,'2026-02-13 10:47:35','2026-02-13 10:47:35'),
(314,315,0,0,0,'2026-02-24 06:13:32',7,'2026-02-13 10:47:46','2026-02-24 06:13:32'),
(315,315,0,0,0,NULL,NULL,'2026-02-13 10:47:46','2026-02-13 10:47:46'),
(316,317,0,0,0,'2026-03-09 05:54:06',7,'2026-02-13 10:55:19','2026-03-09 05:54:06'),
(317,317,0,0,0,NULL,NULL,'2026-02-13 10:55:19','2026-02-13 10:55:19'),
(318,319,0,0,0,'2026-03-09 13:26:21',7,'2026-02-13 10:59:51','2026-03-09 13:26:21'),
(319,319,0,0,0,NULL,NULL,'2026-02-13 10:59:51','2026-02-13 10:59:51'),
(320,321,0,0,0,'2026-03-01 09:44:50',7,'2026-02-13 11:05:28','2026-03-01 09:44:50'),
(321,321,0,0,0,NULL,NULL,'2026-02-13 11:05:28','2026-02-13 11:05:28'),
(322,323,0,0,0,'2026-03-27 07:11:44',7,'2026-02-13 11:07:04','2026-03-27 07:11:44'),
(323,323,0,0,0,NULL,NULL,'2026-02-13 11:07:04','2026-02-13 11:07:04'),
(324,325,0,0,0,'2026-02-17 10:58:55',7,'2026-02-13 11:11:52','2026-02-17 10:58:55'),
(325,325,0,0,0,NULL,NULL,'2026-02-13 11:11:52','2026-02-13 11:11:52'),
(326,326,0,0,0,'2026-02-13 14:04:06',4,'2026-02-13 13:35:08','2026-02-13 14:04:06'),
(327,327,0,0,0,'2026-02-19 05:37:16',7,'2026-02-13 13:41:16','2026-02-19 05:37:16'),
(328,328,0,0,0,'2026-03-07 12:45:43',7,'2026-02-13 13:42:29','2026-03-07 12:45:43'),
(329,329,0,0,0,'2026-02-18 04:42:31',7,'2026-02-13 13:43:53','2026-02-18 04:42:31'),
(330,330,0,0,0,'2026-02-24 12:57:14',7,'2026-02-13 13:45:07','2026-02-24 12:57:14'),
(331,331,0,0,0,'2026-02-13 14:04:06',4,'2026-02-13 13:46:18','2026-02-13 14:04:06'),
(332,332,0,0,0,'2026-02-13 14:04:06',4,'2026-02-13 13:47:13','2026-02-13 14:04:06'),
(333,333,0,0,0,'2026-03-01 09:37:47',7,'2026-02-13 13:48:36','2026-03-01 09:37:47'),
(334,334,0,0,0,'2026-02-19 05:30:03',7,'2026-02-13 13:49:33','2026-02-19 05:30:03'),
(335,335,0,0,0,'2026-03-07 12:45:36',7,'2026-02-13 13:50:49','2026-03-07 12:45:36'),
(336,336,0,0,0,'2026-02-24 12:57:27',7,'2026-02-13 13:51:45','2026-02-24 12:57:27'),
(337,337,0,0,0,'2026-03-05 05:46:40',7,'2026-02-13 13:52:52','2026-03-05 05:46:40'),
(338,338,0,0,0,'2026-02-13 14:04:06',4,'2026-02-13 13:54:06','2026-02-13 14:04:06'),
(339,339,0,0,0,'2026-02-24 12:55:43',7,'2026-02-13 13:55:23','2026-02-24 12:55:43'),
(340,340,0,0,0,'2026-02-18 04:49:59',7,'2026-02-16 07:03:17','2026-02-18 04:49:59'),
(341,341,0,0,0,'2026-04-09 06:58:04',7,'2026-02-16 07:08:15','2026-04-09 06:58:04'),
(342,343,0,0,0,'2026-03-18 08:22:30',7,'2026-02-18 04:43:23','2026-03-18 08:22:30'),
(343,343,0,0,0,NULL,NULL,'2026-02-18 04:43:23','2026-02-18 04:43:23'),
(344,345,0,0,0,'2026-03-16 11:35:54',7,'2026-02-18 04:49:59','2026-03-16 11:35:54'),
(345,345,0,0,0,NULL,NULL,'2026-02-18 04:49:59','2026-02-18 04:49:59'),
(346,347,0,0,0,'2026-03-13 06:24:51',7,'2026-02-19 05:30:03','2026-03-13 06:24:51'),
(347,347,0,0,0,NULL,NULL,'2026-02-19 05:30:03','2026-02-19 05:30:03'),
(348,349,0,0,0,'2026-03-01 10:23:05',7,'2026-02-19 05:33:13','2026-03-01 10:23:05'),
(349,349,0,0,0,NULL,NULL,'2026-02-19 05:33:13','2026-02-19 05:33:13'),
(350,351,0,0,0,'2026-03-18 12:59:09',7,'2026-02-19 05:37:16','2026-03-18 12:59:09'),
(351,351,0,0,0,NULL,NULL,'2026-02-19 05:37:16','2026-02-19 05:37:16'),
(352,352,0,0,0,'2026-03-05 05:46:47',7,'2026-02-21 06:40:55','2026-03-05 05:46:47'),
(353,354,0,0,0,'2026-03-17 18:17:43',7,'2026-02-24 12:48:36','2026-03-17 18:17:43'),
(354,354,0,0,0,NULL,NULL,'2026-02-24 12:48:36','2026-02-24 12:48:36'),
(355,356,0,0,0,'2026-03-12 08:58:40',7,'2026-02-24 12:54:13','2026-03-12 08:58:40'),
(356,356,0,0,0,NULL,NULL,'2026-02-24 12:54:13','2026-02-24 12:54:13'),
(357,358,0,0,0,'2026-03-09 05:54:06',7,'2026-02-24 12:55:43','2026-03-09 05:54:06'),
(358,358,0,0,0,NULL,NULL,'2026-02-24 12:55:43','2026-02-24 12:55:43'),
(359,360,0,0,0,'2026-03-19 05:48:56',7,'2026-02-24 12:57:27','2026-03-19 05:48:56'),
(360,360,0,0,0,NULL,NULL,'2026-02-24 12:57:27','2026-02-24 12:57:27'),
(361,362,0,0,0,'2026-03-19 13:18:19',7,'2026-02-24 12:59:20','2026-03-19 13:18:19'),
(362,362,0,0,0,NULL,NULL,'2026-02-24 12:59:20','2026-02-24 12:59:20'),
(363,363,0,0,0,'2026-02-25 09:16:07',4,'2026-02-25 05:23:00','2026-02-25 09:16:07'),
(364,364,0,0,0,'2026-02-25 09:16:07',4,'2026-02-25 05:25:38','2026-02-25 09:16:07'),
(365,365,0,0,0,'2026-02-25 09:16:07',4,'2026-02-25 05:27:36','2026-02-25 09:16:07'),
(366,366,0,0,0,'2026-02-25 09:16:07',4,'2026-02-25 05:52:06','2026-02-25 09:16:07'),
(367,367,0,0,0,'2026-02-27 02:35:38',4,'2026-02-27 01:51:47','2026-02-27 02:35:38'),
(368,368,0,0,0,'2026-03-17 07:14:30',7,'2026-02-27 01:55:06','2026-03-17 07:14:30'),
(369,369,0,0,0,'2026-02-27 02:35:38',4,'2026-02-27 01:57:53','2026-02-27 02:35:38'),
(370,370,0,0,0,'2026-02-27 02:35:38',4,'2026-02-27 02:00:16','2026-02-27 02:35:38'),
(371,371,0,0,0,'2026-02-27 02:35:38',4,'2026-02-27 02:02:17','2026-02-27 02:35:38'),
(372,372,0,0,0,'2026-02-27 02:35:38',4,'2026-02-27 02:06:02','2026-02-27 02:35:38'),
(373,373,0,0,0,'2026-04-09 06:40:37',7,'2026-02-27 02:21:38','2026-04-09 06:40:37'),
(374,374,0,0,0,'2026-03-01 09:37:30',7,'2026-02-27 07:22:03','2026-03-01 09:37:30'),
(375,376,0,0,0,'2026-03-08 20:43:13',7,'2026-02-27 07:22:23','2026-03-08 20:43:13'),
(376,376,0,0,0,NULL,NULL,'2026-02-27 07:22:23','2026-02-27 07:22:23'),
(377,377,0,0,0,'2026-03-05 05:47:04',7,'2026-03-01 05:46:36','2026-03-05 05:47:04'),
(378,378,0,0,0,'2026-03-01 09:37:02',7,'2026-03-01 06:08:53','2026-03-01 09:37:02'),
(379,379,0,0,0,'2026-03-02 07:50:30',7,'2026-03-01 07:32:47','2026-03-02 07:50:30'),
(380,381,0,0,0,'2026-03-14 09:59:18',7,'2026-03-01 09:10:44','2026-03-14 09:59:18'),
(381,381,0,0,0,NULL,NULL,'2026-03-01 09:10:44','2026-03-01 09:10:44'),
(382,383,0,0,0,'2026-03-27 07:11:44',7,'2026-03-01 09:10:56','2026-03-27 07:11:44'),
(383,383,0,0,0,NULL,NULL,'2026-03-01 09:10:56','2026-03-01 09:10:56'),
(384,385,0,0,0,'2026-03-09 05:54:06',7,'2026-03-01 09:32:26','2026-03-09 05:54:06'),
(385,385,0,0,0,NULL,NULL,'2026-03-01 09:32:26','2026-03-01 09:32:26'),
(386,387,0,0,0,'2026-03-12 08:58:40',7,'2026-03-01 09:34:06','2026-03-12 08:58:40'),
(387,387,0,0,0,NULL,NULL,'2026-03-01 09:34:06','2026-03-01 09:34:06'),
(388,389,2,0,2,'2026-03-27 07:11:44',7,'2026-03-01 09:36:52','2026-03-27 07:11:44'),
(389,389,0,0,0,NULL,NULL,'2026-03-01 09:36:52','2026-03-01 09:36:52'),
(390,391,0,0,0,'2026-03-10 11:15:09',7,'2026-03-01 09:37:02','2026-03-10 11:15:09'),
(391,391,0,0,0,NULL,NULL,'2026-03-01 09:37:02','2026-03-01 09:37:02'),
(392,393,0,0,0,'2026-03-16 11:30:16',7,'2026-03-01 09:37:47','2026-03-16 11:30:16'),
(393,393,0,0,0,NULL,NULL,'2026-03-01 09:37:47','2026-03-01 09:37:47'),
(394,395,0,0,0,'2026-03-09 05:54:07',7,'2026-03-02 07:50:30','2026-03-09 05:54:07'),
(395,395,0,0,0,NULL,NULL,'2026-03-02 07:50:30','2026-03-02 07:50:30'),
(396,397,1,0,1,'2026-03-18 05:53:32',7,'2026-03-02 07:52:15','2026-03-18 05:53:32'),
(397,397,0,0,0,NULL,NULL,'2026-03-02 07:52:15','2026-03-02 07:52:15'),
(398,399,0,0,0,'2026-03-09 05:54:07',7,'2026-03-02 07:53:13','2026-03-09 05:54:07'),
(399,399,0,0,0,NULL,NULL,'2026-03-02 07:53:13','2026-03-02 07:53:13'),
(400,401,0,0,0,'2026-03-04 13:11:01',7,'2026-03-02 07:59:19','2026-03-04 13:11:01'),
(401,401,0,0,0,NULL,NULL,'2026-03-02 07:59:19','2026-03-02 07:59:19'),
(402,402,0,0,0,'2026-03-05 05:47:12',7,'2026-03-04 10:52:51','2026-03-05 05:47:12'),
(403,404,0,0,0,'2026-03-12 09:01:52',7,'2026-03-04 11:00:14','2026-03-12 09:01:52'),
(404,404,0,0,0,NULL,NULL,'2026-03-04 11:00:14','2026-03-04 11:00:14'),
(405,405,0,0,0,'2026-03-05 05:47:20',7,'2026-03-05 05:33:19','2026-03-05 05:47:20'),
(406,406,0,0,0,'2026-03-05 05:47:26',7,'2026-03-05 05:35:04','2026-03-05 05:47:26'),
(407,407,0,0,0,'2026-03-05 11:02:32',7,'2026-03-05 05:43:16','2026-03-05 11:02:32'),
(408,409,0,0,0,'2026-03-19 05:48:56',7,'2026-03-05 05:46:40','2026-03-19 05:48:56'),
(409,409,0,0,0,NULL,NULL,'2026-03-05 05:46:40','2026-03-05 05:46:40'),
(410,411,4,0,4,'2026-03-05 05:46:56',7,'2026-03-05 05:46:56','2026-03-05 05:46:56'),
(411,411,0,0,0,NULL,NULL,'2026-03-05 05:46:56','2026-03-05 05:46:56'),
(412,413,0,0,0,'2026-03-14 09:59:18',7,'2026-03-05 05:47:20','2026-03-14 09:59:18'),
(413,413,0,0,0,NULL,NULL,'2026-03-05 05:47:20','2026-03-05 05:47:20'),
(414,415,0,0,0,'2026-03-13 07:37:42',7,'2026-03-05 05:47:26','2026-03-13 07:37:42'),
(415,415,0,0,0,NULL,NULL,'2026-03-05 05:47:26','2026-03-05 05:47:26'),
(416,417,0,0,0,'2026-03-09 05:39:53',7,'2026-03-05 11:02:32','2026-03-09 05:39:53'),
(417,417,0,0,0,NULL,NULL,'2026-03-05 11:02:32','2026-03-05 11:02:32'),
(418,418,250,0,250,'2026-04-18 10:26:43',7,'2026-03-07 06:57:49','2026-04-18 10:26:43'),
(419,419,0,0,0,'2026-03-17 06:57:31',7,'2026-03-07 11:28:23','2026-03-17 06:57:31'),
(420,420,0,0,0,'2026-04-09 07:03:30',7,'2026-03-07 11:32:03','2026-04-09 07:03:30'),
(421,421,0,0,0,'2026-03-18 12:43:06',7,'2026-03-07 11:38:52','2026-03-18 12:43:06'),
(422,422,0,0,0,'2026-03-18 12:43:12',7,'2026-03-07 11:47:51','2026-03-18 12:43:12'),
(423,424,4,0,4,'2026-03-19 06:56:35',7,'2026-03-07 11:53:52','2026-03-19 06:56:35'),
(424,424,0,0,0,NULL,NULL,'2026-03-07 11:53:52','2026-03-07 11:53:52'),
(425,426,5,0,5,'2026-04-22 13:23:28',7,'2026-03-07 11:53:57','2026-04-22 13:23:28'),
(426,426,0,0,0,NULL,NULL,'2026-03-07 11:53:57','2026-03-07 11:53:57'),
(427,428,0,0,0,'2026-03-15 10:10:25',7,'2026-03-07 11:54:03','2026-03-15 10:10:25'),
(428,428,0,0,0,NULL,NULL,'2026-03-07 11:54:03','2026-03-07 11:54:03'),
(429,430,0,0,0,'2026-03-19 07:50:55',7,'2026-03-07 11:54:08','2026-03-19 07:50:55'),
(430,430,0,0,0,NULL,NULL,'2026-03-07 11:54:08','2026-03-07 11:54:08'),
(431,431,0,0,0,'2026-03-07 12:45:22',7,'2026-03-07 12:40:34','2026-03-07 12:45:22'),
(432,433,2,0,2,'2026-03-27 07:11:44',7,'2026-03-07 12:45:22','2026-03-27 07:11:44'),
(433,433,0,0,0,NULL,NULL,'2026-03-07 12:45:22','2026-03-07 12:45:22'),
(434,435,5,0,5,'2026-03-19 13:06:12',7,'2026-03-07 12:45:36','2026-03-19 13:06:12'),
(435,435,0,0,0,NULL,NULL,'2026-03-07 12:45:36','2026-03-07 12:45:36'),
(436,437,0,0,0,'2026-03-12 08:25:08',7,'2026-03-07 12:45:43','2026-03-12 08:25:08'),
(437,437,0,0,0,NULL,NULL,'2026-03-07 12:45:43','2026-03-07 12:45:43'),
(438,438,0,0,0,'2026-03-19 05:35:01',7,'2026-03-14 06:28:59','2026-03-19 05:35:01'),
(439,439,0,0,0,'2026-04-09 06:29:06',7,'2026-03-14 06:35:59','2026-04-09 06:29:06'),
(440,440,0,0,0,'2026-03-18 12:42:37',7,'2026-03-14 06:43:00','2026-03-18 12:42:37'),
(441,442,7,0,7,'2026-04-22 10:54:31',7,'2026-03-14 07:10:16','2026-04-22 10:54:31'),
(442,442,0,0,0,NULL,NULL,'2026-03-14 07:10:16','2026-03-14 07:10:16'),
(443,444,1,0,1,'2026-03-27 07:06:48',7,'2026-03-14 07:10:22','2026-03-27 07:06:48'),
(444,444,0,0,0,NULL,NULL,'2026-03-14 07:10:22','2026-03-14 07:10:22'),
(445,446,29,0,29,'2026-04-02 09:36:05',7,'2026-03-14 07:10:27','2026-04-02 09:36:05'),
(446,446,0,0,0,NULL,NULL,'2026-03-14 07:10:27','2026-03-14 07:10:27'),
(447,447,111,0,111,'2026-03-30 15:54:22',7,'2026-03-14 10:21:01','2026-03-30 15:54:22'),
(448,448,0,0,0,'2026-03-17 06:57:19',7,'2026-03-17 02:59:43','2026-03-17 06:57:19'),
(449,449,0,0,0,'2026-03-17 05:18:23',7,'2026-03-17 03:06:19','2026-03-17 05:18:23'),
(450,450,0,0,0,'2026-03-18 12:42:27',7,'2026-03-17 03:10:57','2026-03-18 12:42:27'),
(451,451,0,0,0,'2026-03-18 12:42:32',7,'2026-03-17 03:13:39','2026-03-18 12:42:32'),
(452,452,0,0,0,'2026-03-19 05:34:51',7,'2026-03-17 03:32:34','2026-03-19 05:34:51'),
(453,453,0,0,0,'2026-03-17 06:57:05',7,'2026-03-17 03:48:50','2026-03-17 06:57:05'),
(454,454,0,0,0,'2026-03-17 05:37:16',7,'2026-03-17 03:50:08','2026-03-17 05:37:16'),
(455,455,0,0,0,'2026-03-17 06:57:00',7,'2026-03-17 03:55:00','2026-03-17 06:57:00'),
(456,456,0,0,0,'2026-03-17 06:56:48',7,'2026-03-17 03:56:47','2026-03-17 06:56:48'),
(457,457,0,0,0,'2026-03-17 06:56:41',7,'2026-03-17 03:59:34','2026-03-17 06:56:41'),
(458,458,0,0,0,'2026-03-17 06:56:36',7,'2026-03-17 04:13:55','2026-03-17 06:56:36'),
(459,459,0,0,0,'2026-03-17 06:56:29',7,'2026-03-17 04:17:57','2026-03-17 06:56:29'),
(460,460,0,0,0,'2026-04-09 07:29:19',7,'2026-03-17 04:22:58','2026-04-09 07:29:19'),
(461,461,0,0,0,'2026-03-17 05:46:31',7,'2026-03-17 04:28:00','2026-03-17 05:46:31'),
(462,462,0,0,0,'2026-03-17 05:46:24',7,'2026-03-17 04:31:07','2026-03-17 05:46:24'),
(463,464,31,0,31,'2026-03-27 06:53:12',7,'2026-03-17 05:18:23','2026-03-27 06:53:12'),
(464,464,0,0,0,NULL,NULL,'2026-03-17 05:18:23','2026-03-17 05:18:23'),
(465,466,1,0,1,'2026-04-02 07:27:24',7,'2026-03-17 05:37:16','2026-04-02 07:27:24'),
(466,466,0,0,0,NULL,NULL,'2026-03-17 05:37:16','2026-03-17 05:37:16'),
(467,468,5,0,5,'2026-04-09 10:20:11',7,'2026-03-17 05:46:24','2026-04-09 10:20:11'),
(468,468,0,0,0,NULL,NULL,'2026-03-17 05:46:24','2026-03-17 05:46:24'),
(469,470,0,0,0,'2026-03-27 07:05:35',7,'2026-03-17 05:46:31','2026-03-27 07:05:35'),
(470,470,0,0,0,NULL,NULL,'2026-03-17 05:46:31','2026-03-17 05:46:31'),
(471,472,2,0,2,'2026-04-09 10:20:11',7,'2026-03-17 05:46:36','2026-04-09 10:20:11'),
(472,472,0,0,0,NULL,NULL,'2026-03-17 05:46:36','2026-03-17 05:46:36'),
(473,474,2,0,2,'2026-03-27 07:04:58',7,'2026-03-17 06:56:29','2026-03-27 07:04:58'),
(474,474,0,0,0,NULL,NULL,'2026-03-17 06:56:30','2026-03-17 06:56:30'),
(475,476,1,0,1,'2026-04-09 10:20:11',7,'2026-03-17 06:56:36','2026-04-09 10:20:11'),
(476,476,0,0,0,NULL,NULL,'2026-03-17 06:56:36','2026-03-17 06:56:36'),
(477,478,2,0,2,'2026-04-01 07:43:24',7,'2026-03-17 06:56:41','2026-04-01 07:43:24'),
(478,478,0,0,0,NULL,NULL,'2026-03-17 06:56:41','2026-03-17 06:56:41'),
(479,480,7,0,7,'2026-04-09 10:20:11',7,'2026-03-17 06:56:48','2026-04-09 10:20:11'),
(480,480,0,0,0,NULL,NULL,'2026-03-17 06:56:48','2026-03-17 06:56:48'),
(481,482,3,0,3,'2026-04-09 10:20:11',7,'2026-03-17 06:57:00','2026-04-09 10:20:11'),
(482,482,0,0,0,NULL,NULL,'2026-03-17 06:57:00','2026-03-17 06:57:00'),
(483,484,0,0,0,'2026-03-27 06:59:15',7,'2026-03-17 06:57:05','2026-03-27 06:59:15'),
(484,484,0,0,0,NULL,NULL,'2026-03-17 06:57:05','2026-03-17 06:57:05'),
(485,486,1,0,1,'2026-04-22 10:54:31',7,'2026-03-17 06:57:19','2026-04-22 10:54:31'),
(486,486,0,0,0,NULL,NULL,'2026-03-17 06:57:19','2026-03-17 06:57:19'),
(487,489,3,0,3,'2026-03-19 10:28:01',7,'2026-03-17 07:14:30','2026-03-19 10:28:01'),
(488,489,0,0,0,NULL,NULL,'2026-03-17 07:14:30','2026-03-17 07:14:30'),
(489,491,9,0,9,'2026-04-04 07:58:18',7,'2026-03-18 12:42:27','2026-04-04 07:58:18'),
(490,491,0,0,0,NULL,NULL,'2026-03-18 12:42:27','2026-03-18 12:42:27'),
(491,493,0,0,0,'2026-04-08 08:16:40',7,'2026-03-18 12:42:32','2026-04-08 08:16:40'),
(492,493,0,0,0,NULL,NULL,'2026-03-18 12:42:32','2026-03-18 12:42:32'),
(493,495,4,0,4,'2026-04-22 12:56:57',7,'2026-03-19 05:34:51','2026-04-22 12:56:57'),
(494,495,0,0,0,NULL,NULL,'2026-03-19 05:34:51','2026-03-19 05:34:51'),
(495,496,0,0,0,'2026-04-09 06:49:14',7,'2026-03-19 11:01:56','2026-04-09 06:49:14'),
(496,498,1,0,1,'2026-03-27 07:35:21',7,'2026-03-19 11:02:19','2026-03-27 07:35:21'),
(497,498,0,0,0,NULL,NULL,'2026-03-19 11:02:19','2026-03-19 11:02:19'),
(498,500,11,0,11,'2026-04-22 10:54:31',7,'2026-04-09 06:29:06','2026-04-22 10:54:31'),
(499,500,0,0,0,NULL,NULL,'2026-04-09 06:29:06','2026-04-09 06:29:06'),
(500,502,28,0,28,'2026-04-22 10:54:31',7,'2026-04-09 06:40:37','2026-04-22 10:54:31'),
(501,502,0,0,0,NULL,NULL,'2026-04-09 06:40:37','2026-04-09 06:40:37'),
(502,504,5,0,5,'2026-04-21 10:13:32',7,'2026-04-09 06:49:14','2026-04-21 10:13:32'),
(503,504,0,0,0,NULL,NULL,'2026-04-09 06:49:14','2026-04-09 06:49:14'),
(504,506,17,0,17,'2026-04-21 10:13:32',7,'2026-04-09 06:58:04','2026-04-21 10:13:32'),
(505,506,0,0,0,NULL,NULL,'2026-04-09 06:58:04','2026-04-09 06:58:04'),
(506,508,21,0,21,'2026-04-22 10:54:31',7,'2026-04-09 07:03:30','2026-04-22 10:54:31'),
(507,508,0,0,0,NULL,NULL,'2026-04-09 07:03:30','2026-04-09 07:03:30'),
(508,509,0,0,0,'2026-04-09 07:08:54',7,'2026-04-09 07:08:33','2026-04-09 07:08:54'),
(509,511,9,0,9,'2026-04-22 10:54:31',7,'2026-04-09 07:08:54','2026-04-22 10:54:31'),
(510,511,0,0,0,NULL,NULL,'2026-04-09 07:08:54','2026-04-09 07:08:54'),
(511,512,0,0,0,'2026-04-09 07:19:11',7,'2026-04-09 07:17:47','2026-04-09 07:19:11'),
(512,514,8,0,8,'2026-04-22 10:43:06',7,'2026-04-09 07:19:11','2026-04-22 10:43:06'),
(513,514,0,0,0,NULL,NULL,'2026-04-09 07:19:11','2026-04-09 07:19:11'),
(514,515,0,0,0,'2026-04-09 07:22:47',7,'2026-04-09 07:22:28','2026-04-09 07:22:47'),
(515,517,1,0,1,'2026-04-21 10:13:32',7,'2026-04-09 07:22:47','2026-04-21 10:13:32'),
(516,517,0,0,0,NULL,NULL,'2026-04-09 07:22:47','2026-04-09 07:22:47'),
(517,518,0,0,0,'2026-04-09 07:26:12',7,'2026-04-09 07:25:45','2026-04-09 07:26:12'),
(518,520,1,0,1,'2026-04-21 10:13:32',7,'2026-04-09 07:26:12','2026-04-21 10:13:32'),
(519,520,0,0,0,NULL,NULL,'2026-04-09 07:26:12','2026-04-09 07:26:12'),
(520,522,2,0,2,'2026-04-17 11:22:53',7,'2026-04-09 07:29:19','2026-04-17 11:22:53'),
(521,522,0,0,0,NULL,NULL,'2026-04-09 07:29:19','2026-04-09 07:29:19'),
(522,523,0,0,0,'2026-04-22 10:40:58',7,'2026-04-22 10:39:26','2026-04-22 10:40:58'),
(523,524,0,0,0,'2026-04-22 10:41:05',7,'2026-04-22 10:40:28','2026-04-22 10:41:05'),
(524,526,13,0,13,'2026-04-22 10:54:31',7,'2026-04-22 10:40:58','2026-04-22 10:54:31'),
(525,526,0,0,0,NULL,NULL,'2026-04-22 10:40:58','2026-04-22 10:40:58'),
(526,528,14,0,14,'2026-04-22 10:41:06',7,'2026-04-22 10:41:06','2026-04-22 10:41:06'),
(527,528,0,0,0,NULL,NULL,'2026-04-22 10:41:06','2026-04-22 10:41:06'),
(528,529,13,0,13,'2026-04-22 10:54:31',7,'2026-04-22 10:41:52','2026-04-22 10:54:31'),
(529,530,0,0,0,'2026-04-22 10:45:22',7,'2026-04-22 10:44:18','2026-04-22 10:45:22'),
(530,531,0,0,0,'2026-04-22 10:45:32',7,'2026-04-22 10:45:05','2026-04-22 10:45:32'),
(531,533,22,0,22,'2026-04-22 10:54:31',7,'2026-04-22 10:45:22','2026-04-22 10:54:31'),
(532,533,0,0,0,NULL,NULL,'2026-04-22 10:45:22','2026-04-22 10:45:22'),
(533,535,8,0,8,'2026-04-22 10:54:31',7,'2026-04-22 10:45:32','2026-04-22 10:54:31'),
(534,535,0,0,0,NULL,NULL,'2026-04-22 10:45:32','2026-04-22 10:45:32');
/*!40000 ALTER TABLE `product_inventories` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `product_variants`
--

DROP TABLE IF EXISTS `product_variants`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `product_variants` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `product_id` bigint(20) unsigned NOT NULL,
  `name` varchar(255) NOT NULL,
  `value` varchar(255) NOT NULL,
  `sku` varchar(255) NOT NULL,
  `price_adjustment` decimal(8,2) NOT NULL DEFAULT 0.00,
  `stock_quantity` 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`),
  UNIQUE KEY `product_variants_sku_unique` (`sku`),
  KEY `product_variants_product_id_is_active_index` (`product_id`,`is_active`),
  CONSTRAINT `product_variants_product_id_foreign` FOREIGN KEY (`product_id`) REFERENCES `products` (`id`) ON DELETE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `product_variants`
--

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

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

DROP TABLE IF EXISTS `products`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `products` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `name` varchar(255) NOT NULL,
  `description` text DEFAULT NULL,
  `barcode` varchar(255) DEFAULT NULL,
  `category_id` bigint(20) unsigned NOT NULL,
  `product_type` enum('market','store') NOT NULL,
  `unit` varchar(50) NOT NULL,
  `alert_quantity` int(11) NOT NULL DEFAULT 1,
  `cost_price` decimal(10,2) NOT NULL,
  `selling_price` decimal(10,2) NOT NULL,
  `discount_price` decimal(10,2) DEFAULT NULL,
  `image` varchar(255) DEFAULT NULL,
  `expiry_date` date DEFAULT NULL,
  `is_active` tinyint(1) NOT NULL DEFAULT 1,
  `weight` decimal(8,3) DEFAULT NULL,
  `length` decimal(8,2) DEFAULT NULL,
  `width` decimal(8,2) DEFAULT NULL,
  `height` decimal(8,2) DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `deleted_at` timestamp NULL DEFAULT NULL,
  PRIMARY KEY (`id`),
  UNIQUE KEY `products_barcode_unique` (`barcode`),
  KEY `products_product_type_is_active_index` (`product_type`,`is_active`),
  KEY `products_category_id_is_active_index` (`category_id`,`is_active`),
  KEY `products_barcode_index` (`barcode`),
  KEY `products_is_active_index` (`is_active`),
  KEY `products_expiry_date_index` (`expiry_date`),
  KEY `products_product_type_index` (`product_type`),
  CONSTRAINT `products_category_id_foreign` FOREIGN KEY (`category_id`) REFERENCES `categories` (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=536 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `products`
--

LOCK TABLES `products` WRITE;
/*!40000 ALTER TABLE `products` DISABLE KEYS */;
INSERT INTO `products` VALUES
(1,'Hilali-1',NULL,'PRD677078',2,'store','pcs',1,16500.00,18500.00,NULL,'products/1765807729_OpUTFTilbc.jpg',NULL,1,NULL,NULL,NULL,NULL,'2025-12-15 11:08:49','2026-02-14 07:08:39',NULL),
(2,'Hilali-2',NULL,'PRD052669',2,'store','pcs',1,16500.00,18500.00,NULL,'products/1771000603_KV6VhI4Kl1.jpeg',NULL,1,NULL,NULL,NULL,NULL,'2025-12-15 11:32:30','2026-02-13 13:36:43',NULL),
(3,'Hilal-3B','1X39\r\n5X41\r\n4X42\r\n5X43\r\n4X44\r\n2X45','PRD853875',2,'store','pcs',1,16500.00,18500.00,NULL,'products/1771238264_Cd4tMIFBYY.jpeg',NULL,1,NULL,NULL,NULL,NULL,'2025-12-15 12:12:42','2026-02-16 07:37:44',NULL),
(4,'Duray B Mix',NULL,'PRD107864',5,'market','pcs',5,10000.00,11000.00,NULL,'products/1765960030_3flJM8QIjH.jpg',NULL,1,NULL,NULL,NULL,NULL,'2025-12-16 10:20:13','2026-03-10 05:47:44',NULL),
(5,'DUR B-2',NULL,'PRD523184',5,'market','pcs',5,10000.00,11500.00,NULL,'products/1765960409_pMIOXv7XJi.jpg',NULL,0,NULL,NULL,NULL,NULL,'2025-12-16 10:33:43','2026-03-10 05:45:13',NULL),
(6,'DUR B-3',NULL,'PRD019760',5,'market','pcs',5,10000.00,11500.00,NULL,'products/1765960805_UnxQ5VI2yQ.jpg',NULL,0,NULL,NULL,NULL,NULL,'2025-12-16 10:34:37','2026-03-10 05:45:38',NULL),
(7,'DUR B-4',NULL,'PRD590801',5,'market','pcs',5,10000.00,11500.00,NULL,'products/1765960741_GGuyTjgMLp.jpg',NULL,0,NULL,NULL,NULL,NULL,'2025-12-17 05:39:01','2026-03-16 06:57:08',NULL),
(8,'huile d\'olive',NULL,'PRD858727',4,'market','pcs',5,5000.00,5500.00,NULL,'products/1765964090_hKROxGT19Q.jpg',NULL,0,NULL,NULL,NULL,NULL,'2025-12-17 06:34:50','2026-03-08 20:08:21',NULL),
(9,'Hilali-4',NULL,'PRD034866',2,'store','pcs',5,16500.00,18500.00,NULL,'products/1765967553_0Nzdx6Sfs7.jpg',NULL,1,NULL,NULL,NULL,NULL,'2025-12-17 07:32:33','2026-02-14 07:09:20',NULL),
(10,'H-2026','2x39\r\n3x40\r\n9x41\r\n7x42\r\n9x43\r\n9x44\r\n5x45','PRD351246',2,'store','pcs',3,16500.00,18500.00,NULL,'products/1767538381_gDBnaPoVqr.jpeg',NULL,1,NULL,NULL,NULL,NULL,'2025-12-17 08:54:10','2026-02-14 07:09:46',NULL),
(11,'Hilali-6',NULL,'PRD515913',2,'store','pcs',1,16500.00,18500.00,NULL,'products/1766045284_C0VwwYpT0a.jpg',NULL,1,NULL,NULL,NULL,NULL,'2025-12-18 05:08:05','2026-02-14 07:10:18',NULL),
(12,'HS-2011S','1×41\r\n1×44','PRD616621',2,'store','pcs',1,16500.00,18500.00,NULL,'products/1766045575_Pq26yBepdt.jpg',NULL,1,NULL,NULL,NULL,NULL,'2025-12-18 05:12:55','2026-03-01 05:34:49',NULL),
(13,'Hilal-8S','1×39\r\n3×40\r\n3×41\r\n2×42\r\n3×43\r\n6×44\r\n2×45','PRD403870',2,'store','pcs',3,16500.00,18500.00,NULL,'products/1766045876_FUN43W62QS.jpg',NULL,1,NULL,NULL,NULL,NULL,'2025-12-18 05:17:56','2026-03-01 05:37:20',NULL),
(14,'Hilali-9S',NULL,'PRD792914',2,'store','pcs',3,16500.00,17500.00,NULL,'products/1766046271_nAu2StTjs1.jpg',NULL,1,NULL,NULL,NULL,NULL,'2025-12-18 05:24:31','2026-02-21 06:47:23',NULL),
(15,'HW-ST',NULL,'PRD546732',6,'store','pcs',3,8500.00,10000.00,NULL,'products/1766051786_YEJ2ghUgVi.jpg',NULL,1,NULL,NULL,NULL,NULL,'2025-12-18 06:42:38','2026-02-07 10:44:30',NULL),
(16,'HIL T-2',NULL,'PRD251510',6,'store','pcs',5,8500.00,10000.00,NULL,'products/1766051931_oPnyAEzzL9.jpg',NULL,1,NULL,NULL,NULL,NULL,'2025-12-18 06:44:22','2026-01-02 09:14:13',NULL),
(17,'Hilali-Mix',NULL,'PRD359315',2,'store','pcs',5,16500.00,17500.00,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,'2025-12-18 11:10:12','2026-02-21 06:49:42',NULL),
(18,'HW-L',NULL,'PRD393417',6,'store','pcs',1,8500.00,10000.00,NULL,'products/1772187655_WNVPWnuqAT.jpg',NULL,1,NULL,NULL,NULL,NULL,'2025-12-19 05:25:42','2026-02-27 07:20:55',NULL),
(19,'BA HIL-1',NULL,'PRD434671',3,'store','pcs',5,16500.00,17500.00,NULL,'products/1766137170_Ka1oLb8cSu.jpg',NULL,1,NULL,NULL,NULL,NULL,'2025-12-19 06:39:31','2026-01-02 09:17:56',NULL),
(20,'BA HIL-2',NULL,'PRD009448',3,'store','pcs',1,16500.00,17500.00,NULL,'products/1766137430_InQuLSJNI6.jpg',NULL,1,NULL,NULL,NULL,NULL,'2025-12-19 06:43:50','2026-01-02 09:18:19',NULL),
(21,'BA HIL-3',NULL,'PRD432453',3,'store','pcs',1,16500.00,17500.00,NULL,'products/1766137730_POLrIHeANV.jpg',NULL,1,NULL,NULL,NULL,NULL,'2025-12-19 06:48:50','2026-01-02 09:18:39',NULL),
(22,'BA HIL-4',NULL,'PRD170112',3,'store','pcs',1,16500.00,17500.00,NULL,'products/1766137950_p5dszojHoL.jpg',NULL,0,NULL,NULL,NULL,NULL,'2025-12-19 06:52:30','2026-02-21 06:43:07',NULL),
(23,'BA HIL-5',NULL,'PRD333561',3,'store','pcs',5,16500.00,17500.00,NULL,'products/1766138493_i2Hx8uXM2j.jpg',NULL,0,NULL,NULL,NULL,NULL,'2025-12-19 07:01:33','2026-02-21 06:44:09','2026-02-21 06:44:09'),
(24,'DUR B-5',NULL,'PRD093399',5,'market','pcs',5,10000.00,11500.00,NULL,'products/1766153514_JKj8yYMbOU.jpg',NULL,0,NULL,NULL,NULL,NULL,'2025-12-19 11:11:55','2026-03-10 05:46:10',NULL),
(25,'BA HIL-MIX',NULL,'PRD799092',3,'store','pcs',1,16500.00,17500.00,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,'2025-12-19 11:57:53','2026-02-21 06:43:51',NULL),
(26,'Hilal-10SB','1×41\r\n4×42\r\n5×43\r\n5×44','PRD582282',2,'store','pcs',3,16500.00,18500.00,NULL,'products/1771668218_mSXgm8P393.jpeg',NULL,1,NULL,NULL,NULL,NULL,'2025-12-27 12:52:21','2026-03-01 05:22:22',NULL),
(27,'Hilali-11',NULL,'PRD739061',2,'store','pcs',1,16500.00,17500.00,NULL,'products/1767017788_O8Gh97DBxl.jpg',NULL,1,NULL,NULL,NULL,NULL,'2025-12-29 11:16:29','2026-01-02 09:08:40',NULL),
(28,'Hilali-12',NULL,'PRD829546',2,'store','pcs',3,16500.00,17500.00,NULL,'products/1767017858_dFaYarriiB.jpg',NULL,1,NULL,NULL,NULL,NULL,'2025-12-29 11:17:38','2026-01-02 09:09:05',NULL),
(29,'H-2023','1x39\r\n1x40\r\n3x41\r\n4x42\r\n4x43\r\n4x44\r\n3x45','PRD161725',2,'store','pcs',1,16500.00,17500.00,NULL,'products/1767538458_amcUsjn3dU.jpeg',NULL,1,NULL,NULL,NULL,NULL,'2025-12-30 07:38:46','2026-01-04 11:54:18',NULL),
(30,'H-2025SB','2X40    4X41     6X42     6X43     6X44    5X45','PRD031028',2,'store','pcs',1,16500.00,18500.00,NULL,'products/1767091949_hLRxaAso5L.jpg',NULL,1,NULL,NULL,NULL,NULL,'2025-12-30 07:52:29','2026-01-15 07:45:07',NULL),
(31,'Hilal-14B','1X39\r\n1X40\r\n4X41\r\n4X42\r\n5X43\r\n3X44\r\n2X45','PRD593016',2,'store','pcs',3,16500.00,18500.00,NULL,'products/1767169298_hHVMxE7Zkd.jpg',NULL,1,NULL,NULL,NULL,NULL,'2025-12-31 05:21:39','2026-02-07 10:08:36',NULL),
(32,'H-2025B','1X39\r\n2X40\r\n2X41\r\n7X42\r\n7X43\r\n6X44\r\n1X45\r\n1X46','PRD932917',2,'store','pcs',3,16500.00,18500.00,NULL,'products/1768138559_8a3j4BdUTT.jpeg',NULL,1,NULL,NULL,NULL,NULL,'2025-12-31 05:36:36','2026-02-21 06:53:04',NULL),
(33,'Hilali-16',NULL,'PRD586503',2,'store','pcs',3,16500.00,17500.00,NULL,'products/1767170787_OPw6nAh4f3.jpg',NULL,1,NULL,NULL,NULL,NULL,'2025-12-31 05:46:27','2026-01-02 09:10:54',NULL),
(34,'Hilal-0017','2X42\r\n1X43\r\n1X46','PRD977884',2,'store','pcs',3,16500.00,18500.00,NULL,'products/1767171019_ZhIOTLVoZe.jpg',NULL,1,NULL,NULL,NULL,NULL,'2025-12-31 05:50:19','2026-02-07 10:06:14',NULL),
(35,'Hilali-18',NULL,'PRD967900',2,'store','pcs',1,16500.00,17500.00,NULL,'products/1767172096_GKYmEFn22x.jpg',NULL,1,NULL,NULL,NULL,NULL,'2025-12-31 06:08:16','2026-01-02 09:11:27',NULL),
(36,'Butteri-1',NULL,'PRD135880',2,'market','pcs',1,16500.00,18500.00,NULL,'products/1767174511_OLrQFux9U0.jpg',NULL,1,NULL,NULL,NULL,NULL,'2025-12-31 06:48:31','2026-03-08 20:11:15',NULL),
(37,'Hilali-19',NULL,'PRD172164',2,'store','pcs',3,16500.00,17500.00,NULL,'products/1767175131_aZYWwb2eaK.jpg',NULL,1,NULL,NULL,NULL,NULL,'2025-12-31 06:58:51','2026-01-02 09:11:47',NULL),
(38,'Hilali-20',NULL,'PRD163780',2,'store','pcs',1,16500.00,17500.00,NULL,'products/1767175295_vSU60pusC8.jpg',NULL,1,NULL,NULL,NULL,NULL,'2025-12-31 07:01:35','2026-01-02 09:12:26',NULL),
(39,'Hilali-21',NULL,'PRD531264',2,'store','pcs',1,16500.00,17500.00,NULL,'products/1767175509_2ldgR6qrYq.jpg',NULL,1,NULL,NULL,NULL,NULL,'2025-12-31 07:05:09','2026-01-02 09:12:43',NULL),
(40,'Butteri-2',NULL,'PRD292116',3,'market','pcs',5,16500.00,18500.00,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,'2025-12-31 07:14:27','2026-03-08 20:10:17',NULL),
(41,'Butteri-3',NULL,'PRD036110',2,'market','pcs',5,16500.00,18500.00,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,'2025-12-31 07:15:39','2026-03-08 20:12:01',NULL),
(42,'Hilali-22',NULL,'PRD387609',2,'store','pcs',1,16500.00,17500.00,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,'2025-12-31 07:57:01','2026-02-21 06:49:00',NULL),
(43,'Duray Gome',NULL,'PRD452039',5,'market','pcs',20,5000.00,6500.00,NULL,'products/1767255765_lt7RMoSSvv.jpg',NULL,1,NULL,NULL,NULL,NULL,'2026-01-01 05:22:45','2026-03-08 20:14:04',NULL),
(45,'Hilali-1',NULL,'PRD677078-M1',2,'market','pcs',1,16500.00,18500.00,NULL,'products/1765807729_OpUTFTilbc.jpg',NULL,0,NULL,NULL,NULL,NULL,'2026-01-02 09:20:31','2026-03-19 06:16:33',NULL),
(47,'Hilali-2',NULL,'PRD052669-M1',2,'market','pcs',1,16500.00,18500.00,NULL,'products/1773073435_XbpA6iT5Wx.jpg',NULL,0,NULL,NULL,NULL,NULL,'2026-01-02 09:20:47','2026-03-19 06:16:26',NULL),
(49,'Hilal-3B',NULL,'PRD853875-M1',2,'market','pcs',1,16500.00,18500.00,NULL,'products/1768562482_iZkzDIhT5P.jpg',NULL,0,NULL,NULL,NULL,NULL,'2026-01-02 09:20:55','2026-03-11 07:27:57',NULL),
(51,'Hilali-4','1x41','PRD034866-M1',2,'market','pcs',1,16500.00,18500.00,NULL,'products/1765967553_0Nzdx6Sfs7.jpg',NULL,0,NULL,NULL,NULL,NULL,'2026-01-02 09:21:03','2026-03-09 06:22:16',NULL),
(53,'H-2026','1x39\r\n2x41\r\n1x43\r\n3x44\r\n1x45','PRD351246-M1',2,'market','pcs',1,16500.00,18500.00,NULL,'products/1767779834_ISXemwKoXr.jpg',NULL,0,NULL,NULL,NULL,NULL,'2026-01-02 09:21:08','2026-02-16 06:58:56',NULL),
(55,'Hilali-6','1x41\r\n1x44','PRD515913-M1',2,'market','pcs',1,16500.00,18500.00,NULL,'products/1766045284_C0VwwYpT0a.jpg',NULL,0,NULL,NULL,NULL,NULL,'2026-01-02 09:21:32','2026-03-07 11:53:14',NULL),
(57,'Hilali-7',NULL,'PRD616621-M1',2,'market','pcs',1,16500.00,18500.00,NULL,'products/1766045575_Pq26yBepdt.jpg',NULL,0,NULL,NULL,NULL,NULL,'2026-01-02 09:21:41','2026-01-20 12:31:25',NULL),
(59,'Hilali-8',NULL,'PRD403870-M1',2,'market','pcs',1,16500.00,18500.00,NULL,'products/1766045876_FUN43W62QS.jpg',NULL,0,NULL,NULL,NULL,NULL,'2026-01-02 09:21:51','2026-02-13 12:11:47',NULL),
(61,'Hilali-9',NULL,'PRD792914-M1',2,'market','pcs',1,16500.00,18500.00,NULL,'products/1766046271_nAu2StTjs1.jpg',NULL,0,NULL,NULL,NULL,NULL,'2026-01-02 09:21:59','2026-01-20 12:30:56',NULL),
(63,'HIL T-1','1x39\r\n1x40\r\n1x41\r\n3x42','PRD546732-M1',6,'market','pcs',1,8500.00,10000.00,NULL,'products/1766051786_YEJ2ghUgVi.jpg',NULL,0,NULL,NULL,NULL,NULL,'2026-01-02 09:22:07','2026-03-08 20:16:44',NULL),
(65,'HIL T-2',NULL,'PRD251510-M1',6,'market','pcs',1,8500.00,10000.00,NULL,'products/1766051931_oPnyAEzzL9.jpg',NULL,0,NULL,NULL,NULL,NULL,'2026-01-02 09:22:21','2026-01-17 12:15:04',NULL),
(67,'Hilali-Mix',NULL,'PRD359315-M1',2,'market','pcs',1,16500.00,18500.00,NULL,NULL,NULL,1,NULL,NULL,NULL,NULL,'2026-01-02 09:22:29','2026-01-19 09:54:53',NULL),
(69,'BA HIL-1','1x40\r\n3x41','PRD434671-M1',3,'market','pcs',1,16500.00,18500.00,NULL,'products/1766137170_Ka1oLb8cSu.jpg',NULL,0,NULL,NULL,NULL,NULL,'2026-01-02 09:22:54','2026-03-07 11:53:02',NULL),
(71,'BA HIL-2','3x39\r\n3x40\r\n1x44\r\n2x45','PRD009448-M1',3,'market','pcs',1,16500.00,18500.00,NULL,'products/1766137430_InQuLSJNI6.jpg',NULL,0,NULL,NULL,NULL,NULL,'2026-01-02 09:23:03','2026-03-08 20:17:37',NULL),
(73,'BA HIL-3','2x40\r\n4x41\r\n2x42','PRD432453-M1',3,'market','pcs',1,16500.00,18500.00,NULL,'products/1766137730_POLrIHeANV.jpg',NULL,0,NULL,NULL,NULL,NULL,'2026-01-02 09:23:15','2026-03-08 20:18:06',NULL),
(75,'BA HIL-4','1x41\r\n1x42\r\n1x43\r\n1x45','PRD170112-M1',3,'market','pcs',1,16500.00,18500.00,NULL,'products/1768555430_jxy6mGC7zG.jpg',NULL,0,NULL,NULL,NULL,NULL,'2026-01-02 09:23:24','2026-03-08 20:18:41',NULL),
(77,'BA HIL-5','1x39\r\n3x40\r\n2x41\r\n3x42\r\n1x43\r\n2x44\r\n1x45','PRD333561-M1',3,'market','pcs',1,16500.00,18500.00,NULL,'products/1768555007_U1TeeeDTNt.jpg',NULL,1,NULL,NULL,NULL,NULL,'2026-01-02 09:23:33','2026-01-19 09:44:54',NULL),
(79,'BA HIL-MIX',NULL,'PRD799092-M1',3,'market','pcs',1,16500.00,18500.00,NULL,NULL,NULL,1,NULL,NULL,NULL,NULL,'2026-01-02 09:23:41','2026-01-19 08:22:50',NULL),
(81,'Hilali-10','3x40\r\n3x41','PRD582282-M1',2,'market','pcs',1,16500.00,18500.00,NULL,'products/1766850741_q2EdISl5E9.jpg',NULL,0,NULL,NULL,NULL,NULL,'2026-01-02 09:23:50','2026-03-08 20:19:17',NULL),
(83,'Hilali-11',NULL,'PRD739061-M1',2,'market','pcs',1,16500.00,18500.00,NULL,'products/1767017788_O8Gh97DBxl.jpg',NULL,0,NULL,NULL,NULL,NULL,'2026-01-02 09:24:00','2026-03-19 06:16:15',NULL),
(85,'Hilali-12','4x40\r\n1x43\r\n2x44','PRD829546-M1',2,'market','pcs',1,16500.00,18500.00,NULL,'products/1767017858_dFaYarriiB.jpg',NULL,0,NULL,NULL,NULL,NULL,'2026-01-02 09:24:08','2026-03-07 11:52:55',NULL),
(87,'H-2023 Old',NULL,'PRD161725-M1',2,'market','pcs',1,16500.00,18500.00,NULL,'products/1767860408_Mjga8JnzRu.jpg',NULL,0,NULL,NULL,NULL,NULL,'2026-01-02 09:24:16','2026-03-11 07:27:43',NULL),
(89,'Hilali-14','1x41\r\n1x44','PRD593016-M1',2,'market','pcs',1,16500.00,18500.00,NULL,'products/1767169298_hHVMxE7Zkd.jpg',NULL,0,NULL,NULL,NULL,NULL,'2026-01-02 09:24:35','2026-01-21 05:28:27',NULL),
(91,'H-2025','2x44\r\n1x45','PRD932917-M1',2,'market','pcs',1,16500.00,18500.00,NULL,'products/1767861929_ZIuflordtF.jpg',NULL,0,NULL,NULL,NULL,NULL,'2026-01-02 09:24:44','2026-02-25 10:52:46',NULL),
(93,'Hilali-16',NULL,'PRD586503-M1',2,'market','pcs',1,16500.00,18500.00,NULL,'products/1767170787_OPw6nAh4f3.jpg',NULL,1,NULL,NULL,NULL,NULL,'2026-01-02 09:24:59','2026-03-08 20:23:21',NULL),
(95,'Hilali-17','2x40','PRD977884-M1',2,'market','pcs',1,16500.00,18500.00,NULL,'products/1767171019_ZhIOTLVoZe.jpg',NULL,0,NULL,NULL,NULL,NULL,'2026-01-02 09:25:09','2026-02-16 06:58:39',NULL),
(97,'Hilali-18','1x40\r\n1x41\r\n1x44','PRD967900-M1',2,'market','pcs',1,16500.00,18500.00,NULL,'products/1767172096_GKYmEFn22x.jpg',NULL,0,NULL,NULL,NULL,NULL,'2026-01-02 09:25:23','2026-02-16 06:58:31',NULL),
(99,'Hilali-19',NULL,'PRD172164-M1',2,'market','pcs',1,16500.00,18500.00,NULL,'products/1767175131_aZYWwb2eaK.jpg',NULL,1,NULL,NULL,NULL,NULL,'2026-01-02 09:25:52','2026-01-19 10:04:04',NULL),
(101,'Hilali-20',NULL,'PRD163780-M1',2,'market','pcs',1,16500.00,18500.00,NULL,'products/1767175295_vSU60pusC8.jpg',NULL,0,NULL,NULL,NULL,NULL,'2026-01-02 09:26:05','2026-03-08 20:23:58',NULL),
(103,'Hilali-21',NULL,'PRD531264-M1',2,'market','pcs',1,16500.00,18500.00,NULL,'products/1767175509_2ldgR6qrYq.jpg',NULL,0,NULL,NULL,NULL,NULL,'2026-01-02 09:26:14','2026-02-16 06:58:19',NULL),
(105,'Hilali-22',NULL,'PRD387609-M1',2,'market','pcs',1,16500.00,18500.00,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,'2026-01-02 09:26:24','2026-03-08 20:26:32',NULL),
(107,'HS-23',NULL,'PRD031028-M1',2,'market','pcs',1,16500.00,18500.00,NULL,'products/1767091949_hLRxaAso5L.jpg',NULL,0,NULL,NULL,NULL,NULL,'2026-01-02 12:50:00','2026-03-19 06:16:09',NULL),
(108,'H-2024','1x39\r\n1x40\r\n3x41\r\n5x42\r\n4x43\r\n7x44','PRD546296',2,'store','pcs',3,16500.00,17500.00,NULL,'products/1767537909_fOsxb134K6.jpeg',NULL,1,NULL,NULL,NULL,NULL,'2026-01-03 12:30:55','2026-01-04 11:45:09',NULL),
(109,'H-2022','1X40\r\n1X41','PRD932088',2,'store','pcs',3,16500.00,18500.00,NULL,'products/1767454958_st0M79adrK.jpg',NULL,1,NULL,NULL,NULL,NULL,'2026-01-03 12:42:38','2026-02-07 09:28:06',NULL),
(110,'H-2021-TK','3×40\r\n8×41\r\n8×42\r\n9×43\r\n5×44\r\n3×45\r\n1×46','PRD383260',2,'store','pcs',5,16500.00,18500.00,NULL,'products/1772353132_dZz33aCzx0.jpg',NULL,1,NULL,NULL,NULL,NULL,'2026-01-05 12:43:33','2026-03-01 05:59:35',NULL),
(111,'H-2020','1x39\r\n4x40\r\n4x41\r\n4x42\r\n4x43\r\n5x44\r\n3x45','PRD069090',2,'store','pcs',3,16500.00,17499.99,NULL,'products/1767628114_I4DJ3RiTKX.jpg',NULL,1,NULL,NULL,NULL,NULL,'2026-01-05 12:48:34','2026-01-05 12:48:34',NULL),
(112,'H-2019','3x41\r\n3x42\r\n4x43\r\n2x44\r\n2x45','PRD701686',2,'store','pcs',3,16500.00,17499.99,NULL,'products/1767628262_aq5YKB5j63.jpg',NULL,1,NULL,NULL,NULL,NULL,'2026-01-05 12:51:02','2026-01-05 12:51:02',NULL),
(113,'H-2019 S','1×44\r\n1×46','PRD924146',2,'store','pcs',3,16500.00,18500.00,NULL,'products/1769511980_pZR00fqYi4.jpeg',NULL,1,NULL,NULL,NULL,NULL,'2026-01-05 12:56:05','2026-03-17 04:40:46',NULL),
(114,'H-2018','3x40\r\n4x41\r\n4x42\r\n3x43\r\n2x44','PRD588545',2,'store','pcs',2,16500.00,17499.99,NULL,'products/1767628843_Li5aPQyzMv.jpg',NULL,1,NULL,NULL,NULL,NULL,'2026-01-05 13:00:43','2026-01-05 13:00:43',NULL),
(115,'H-2017','1x39\r\n1x40\r\n5x41\r\n5x42\r\n5x43\r\n3x44\r\n3x45','PRD747685',2,'store','pcs',3,16500.00,17499.98,NULL,'products/1767713865_S5uQtWbsFy.jpg',NULL,1,NULL,NULL,NULL,NULL,'2026-01-06 12:37:46','2026-01-06 12:37:46',NULL),
(116,'H-2016 S','2X40\r\n2X41\r\n1X43\r\n1X45','PRD764843',2,'store','pcs',1,16500.00,18500.00,NULL,'products/1767714289_d3JRnslDtj.jpg',NULL,1,NULL,NULL,NULL,NULL,'2026-01-06 12:44:49','2026-02-07 10:37:06',NULL),
(117,'H-2026 R','2x40\r\n1x41\r\n1x42\r\n1x43','PRD416979',2,'store','pcs',1,16500.00,17500.00,NULL,'products/1767714395_xpMZFhGV0q.jpg',NULL,1,NULL,NULL,NULL,NULL,'2026-01-06 12:46:35','2026-01-06 12:46:35',NULL),
(118,'H-2026 CK','1X40\r\n1X41\r\n1X42\r\n3X43\r\n4X44\r\n1X45','PRD018486',2,'store','pcs',1,16500.00,18500.00,NULL,'products/1767714491_GnW2qubeSa.jpg',NULL,1,NULL,NULL,NULL,NULL,'2026-01-06 12:48:11','2026-02-21 07:37:12',NULL),
(119,'H-2022 S','3X41\r\n5X42\r\n4X43\r\n1X44\r\n3X45','PRD643322',2,'store','pcs',1,16500.00,18500.00,NULL,'products/1767777103_rVQ4AYJexd.jpg',NULL,1,NULL,NULL,NULL,NULL,'2026-01-07 06:11:44','2026-02-07 10:25:57',NULL),
(120,'H-2015 B','2x40    2x41    2x42   2x43    1x44','PRD070863',2,'store','pcs',1,16500.00,17500.00,NULL,'products/1767777249_aos0DajLsT.jpg',NULL,1,NULL,NULL,NULL,NULL,'2026-01-07 06:14:09','2026-01-11 10:06:03',NULL),
(121,'H-2016 M','1x39\r\n2x41\r\n2x42\r\n2x43\r\n2x44\r\n1x45','PRD438227',2,'store','pcs',3,16500.00,17500.00,NULL,'products/1767777377_VCswH4DXnT.jpg',NULL,1,NULL,NULL,NULL,NULL,'2026-01-07 06:16:17','2026-01-08 09:11:09','2026-01-08 09:11:09'),
(122,'HB-2026','1×41\r\n2×43','PRD175455',3,'store','pcs',1,16500.00,18500.00,NULL,'products/1767777903_jbMhbw4Hpy.jpg',NULL,1,NULL,NULL,NULL,NULL,'2026-01-07 06:25:03','2026-03-04 10:42:04',NULL),
(124,'H-2023',NULL,'PRD161725-M2',2,'market','pcs',1,16500.00,18500.00,NULL,'products/1767538458_amcUsjn3dU.jpeg',NULL,0,NULL,NULL,NULL,NULL,'2026-01-07 07:21:32','2026-03-27 07:38:29',NULL),
(126,'H-2024',NULL,'PRD546296-M1',2,'market','pcs',1,16500.00,18500.00,NULL,'products/1767537909_fOsxb134K6.jpeg',NULL,0,NULL,NULL,NULL,NULL,'2026-01-07 07:25:14','2026-03-18 08:26:44',NULL),
(128,'H-2026 R','1x40','PRD416979-M1',2,'market','pcs',1,16500.00,18500.00,NULL,'products/1767714395_xpMZFhGV0q.jpg',NULL,0,NULL,NULL,NULL,NULL,'2026-01-07 07:36:41','2026-02-16 06:58:09',NULL),
(130,'H-2026 C','1X40','PRD018486-M1',2,'market','pcs',1,16500.00,18500.00,NULL,'products/1767714491_GnW2qubeSa.jpg',NULL,0,NULL,NULL,NULL,NULL,'2026-01-07 07:38:42','2026-02-25 10:52:32',NULL),
(132,'H-2022 S','1x39','PRD643322-M1',2,'market','pcs',1,16500.00,18500.00,NULL,'products/1767777103_rVQ4AYJexd.jpg',NULL,0,NULL,NULL,NULL,NULL,'2026-01-07 07:40:52','2026-03-07 11:52:43',NULL),
(134,'H-2015 B','1x40\r\n2x44\r\n1x45','PRD070863-M1',2,'market','pcs',1,16500.00,18500.00,NULL,'products/1767777249_aos0DajLsT.jpg',NULL,0,NULL,NULL,NULL,NULL,'2026-01-07 07:47:23','2026-02-25 10:52:23',NULL),
(136,'H-2017','1x41\r\n1x42\r\n3x43\r\n2x44\r\n3x45','PRD747685-M1',2,'market','pcs',1,16500.00,18500.00,NULL,'products/1767713865_S5uQtWbsFy.jpg',NULL,0,NULL,NULL,NULL,NULL,'2026-01-07 08:06:59','2026-03-08 20:27:45',NULL),
(138,'H-2016 S',NULL,'PRD764843-M1',2,'market','pcs',1,16500.00,18500.00,NULL,'products/1767714289_d3JRnslDtj.jpg',NULL,0,NULL,NULL,NULL,NULL,'2026-01-07 08:20:56','2026-03-08 20:28:02',NULL),
(139,'H-2017 T','1X40\r\n3X41\r\n3X42\r\n3X43\r\n3X44\r\n2X45','PRD354350',2,'store','pcs',3,16500.00,18500.00,NULL,'products/1767786469_w6OTGXLckR.jpg',NULL,1,NULL,NULL,NULL,NULL,'2026-01-07 08:47:49','2026-02-07 10:03:12',NULL),
(141,'H-2017 T','1x39','PRD354350-M1',2,'market','pcs',1,16500.00,18500.00,NULL,'products/1767786469_w6OTGXLckR.jpg',NULL,0,NULL,NULL,NULL,NULL,'2026-01-07 08:49:37','2026-03-07 11:52:27',NULL),
(142,'H-2016 M','1x39\r\n2x41\r\n2x42\r\n2x43\r\n2x44\r\n1x45','PRD066458',2,'store','pcs',1,16500.00,17500.00,NULL,'products/1767859897_Nm8FY6mRPt.jpg',NULL,1,NULL,NULL,NULL,NULL,'2026-01-08 05:11:37','2026-01-08 05:11:37',NULL),
(144,'H-2016 M','1x39\r\n2x44','PRD066458-M1',2,'market','pcs',1,16500.00,18500.00,NULL,'products/1767859897_Nm8FY6mRPt.jpg',NULL,1,NULL,NULL,NULL,NULL,'2026-01-08 05:11:56','2026-02-06 12:35:38',NULL),
(146,'H-2018','3x40\r\n3x41\r\n3x42\r\n3x43\r\n1x44','PRD588545-M1',2,'market','pcs',1,16500.00,18500.00,NULL,'products/1767628843_Li5aPQyzMv.jpg',NULL,0,NULL,NULL,NULL,NULL,'2026-01-08 05:49:20','2026-03-07 11:52:37',NULL),
(148,'H-2019 S','1x43\r\n1x44','PRD924146-M1',2,'market','pcs',1,16500.00,18500.00,NULL,'products/1769605911_2zsUhtRcn5.jpg',NULL,0,NULL,NULL,NULL,NULL,'2026-01-08 05:51:54','2026-03-27 07:38:23',NULL),
(150,'H-2019','1x40\r\n2x41\r\n2x42\r\n3x43\r\n2x44\r\n1x45','PRD701686-M1',2,'market','pcs',1,16500.00,18500.00,NULL,'products/1767628262_aq5YKB5j63.jpg',NULL,0,NULL,NULL,NULL,NULL,'2026-01-08 05:58:35','2026-03-07 11:52:14',NULL),
(152,'H-2020',NULL,'PRD069090-M1',2,'market','pcs',1,16500.00,18500.00,NULL,'products/1767628114_I4DJ3RiTKX.jpg',NULL,0,NULL,NULL,NULL,NULL,'2026-01-08 06:34:37','2026-03-09 06:16:14',NULL),
(154,'H-2021',NULL,'PRD383260-M1',2,'market','pcs',1,16500.00,18500.00,NULL,'products/1767627812_GPqZc6EaLv.jpg',NULL,0,NULL,NULL,NULL,NULL,'2026-01-08 06:35:53','2026-02-16 06:57:40',NULL),
(156,'H-2022','2x41\r\n1x45','PRD932088-M1',2,'market','pcs',1,16500.00,18500.00,NULL,'products/1767454958_st0M79adrK.jpg',NULL,0,NULL,NULL,NULL,NULL,'2026-01-08 06:37:09','2026-02-16 06:57:34',NULL),
(158,'HB-2026',NULL,'PRD175455-M1',3,'market','pcs',1,16500.00,18500.00,NULL,'products/1767777903_jbMhbw4Hpy.jpg',NULL,1,NULL,NULL,NULL,NULL,'2026-01-08 06:50:38','2026-03-05 10:43:46',NULL),
(159,'HB-2026 S',NULL,'PRD785302',3,'store','pcs',3,16500.00,17500.00,NULL,'products/1767876497_De3ttCRMlB.jpg',NULL,1,NULL,NULL,NULL,NULL,'2026-01-08 09:48:17','2026-01-08 09:48:17',NULL),
(160,'HB-2026 T','1X39\r\n2X40\r\n2X41\r\n2X42\r\n3X43\r\n2X44\r\n2X45','PRD031390',3,'store','pcs',3,16500.00,18500.00,NULL,'products/1767876623_eX1rpQOyur.jpg',NULL,1,NULL,NULL,NULL,NULL,'2026-01-08 09:50:23','2026-02-07 11:38:10',NULL),
(162,'HB-2026 S','2x40\r\n1x41','PRD785302-M1',3,'market','pcs',1,16500.00,18500.00,NULL,'products/1767876497_De3ttCRMlB.jpg',NULL,0,NULL,NULL,NULL,NULL,'2026-01-08 09:55:26','2026-01-26 05:41:04',NULL),
(164,'HB-2026T',NULL,'PRD031390-M1',3,'market','pcs',1,16500.00,18500.00,NULL,'products/1767876623_eX1rpQOyur.jpg',NULL,0,NULL,NULL,NULL,NULL,'2026-01-08 10:01:50','2026-01-26 05:41:14',NULL),
(165,'H-2025GS','2X43\r\n1X44\r\n1X42\r\n1X45\r\n1X46','PRD484989',2,'store','pcs',1,16500.00,18500.00,NULL,'products/1767882074_FdFQdFCzC4.jpg',NULL,1,NULL,NULL,NULL,NULL,'2026-01-08 11:21:14','2026-02-21 07:36:10',NULL),
(167,'H-2025 S','1x41\r\n1x43','PRD484989-M1',2,'market','pcs',1,16500.00,18500.00,NULL,'products/1767882074_FdFQdFCzC4.jpg',NULL,0,NULL,NULL,NULL,NULL,'2026-01-08 11:21:44','2026-02-25 10:52:15',NULL),
(168,'H-2025ÇT','1×42\r\n1×44\r\n1×45','PRD722929',2,'store','pcs',1,16500.00,18500.00,NULL,'products/1767882195_2AjyoHNlwg.jpg',NULL,1,NULL,NULL,NULL,NULL,'2026-01-08 11:23:15','2026-03-01 06:03:48',NULL),
(170,'H-2025 CH',NULL,'PRD722929-M1',2,'market','pcs',1,16500.00,18500.00,NULL,'products/1767882195_2AjyoHNlwg.jpg',NULL,0,NULL,NULL,NULL,NULL,'2026-01-08 11:23:42','2026-02-16 06:57:25',NULL),
(171,'Duray S',NULL,'PRD210262',5,'store','pcs',5,6500.00,7000.00,NULL,'products/1767948741_XMpABVrSDH.jpg',NULL,1,NULL,NULL,NULL,NULL,'2026-01-09 05:52:21','2026-01-27 08:44:18',NULL),
(173,'Duray S',NULL,'PRD210262-M1',5,'market','pcs',1,6500.00,7000.00,NULL,'products/1767948741_XMpABVrSDH.jpg',NULL,1,NULL,NULL,NULL,NULL,'2026-01-09 05:53:18','2026-01-19 10:05:39',NULL),
(174,'HB-2027S','1×40\r\n1×42\r\n1×43\r\n1×44','PRD212562',3,'store','pcs',1,16500.00,18500.00,NULL,'products/1768137523_uEQVzzJY2r.jpeg',NULL,1,NULL,NULL,NULL,NULL,'2026-01-11 10:18:43','2026-03-01 06:15:31',NULL),
(175,'H-2010TK','2X40    4X41    5X42    5X43    4X44   3X45','PRD976818',2,'store','pcs',1,16500.00,18500.00,NULL,'products/1768137801_6SaSN1WXMX.jpeg',NULL,1,NULL,NULL,NULL,NULL,'2026-01-11 10:23:21','2026-02-21 07:27:24',NULL),
(176,'HS-2010SB','3×41\r\n3×42\r\n3×43\r\n3×44','PRD767863',2,'store','pcs',1,16500.00,18500.00,NULL,'products/1772353526_DcOn4xREon.jpg',NULL,1,NULL,NULL,NULL,NULL,'2026-01-11 10:31:03','2026-03-01 05:48:58',NULL),
(177,'HS-2011S2','1X39  3X40  3X41   4X42   4X43   4X44   2X45  1X46','PRD913398',2,'store','pcs',1,16500.00,18500.00,NULL,'products/1768138953_CvKnKbH0XS.jpeg',NULL,1,NULL,NULL,NULL,NULL,'2026-01-11 10:42:33','2026-02-22 07:41:32',NULL),
(178,'HS-3000S','1X39\r\n1X40\r\n3X41\r\n2X42\r\n3X43\r\n4X44\r\n3X45\r\n1X46','PRD596043',2,'store','pcs',5,16500.00,18500.00,NULL,'products/1768139251_eeWgcDbaJw.jpeg',NULL,1,NULL,NULL,NULL,NULL,'2026-01-11 10:47:31','2026-02-07 09:43:20',NULL),
(180,'HS-3000S',NULL,'PRD596043-M1',2,'market','pcs',1,16500.00,18500.00,NULL,'products/1768139251_eeWgcDbaJw.jpeg',NULL,0,NULL,NULL,NULL,NULL,'2026-01-12 05:14:04','2026-03-09 06:16:23',NULL),
(182,'HS-2010SB',NULL,'PRD767863-M1',2,'market','pcs',1,16500.00,18500.00,NULL,'products/1773012688_jSfN721eQ5.jpg',NULL,1,NULL,NULL,NULL,NULL,'2026-01-12 05:16:27','2026-03-08 20:31:28',NULL),
(184,'HS-2011S',NULL,'PRD616621-M2',2,'market','pcs',1,16500.00,18500.00,NULL,'products/1766045575_Pq26yBepdt.jpg',NULL,0,NULL,NULL,NULL,NULL,'2026-01-12 05:30:15','2026-03-27 07:38:16',NULL),
(186,'HS-2011S2','3X40  3X41   4X42   4X43   4X44   2X45  1X46','PRD913398-M1',2,'market','pcs',1,16500.00,18500.00,NULL,'products/1768138953_CvKnKbH0XS.jpeg',NULL,0,NULL,NULL,NULL,NULL,'2026-01-12 05:31:18','2026-01-20 12:28:36',NULL),
(188,'Hilal-3B','1X40   2X41    1X42    2X43','PRD853875-M2',2,'market','pcs',1,16500.00,17500.00,NULL,'products/1765811562_kUSbJezsFK.jpg',NULL,1,NULL,NULL,NULL,NULL,'2026-01-12 05:34:34','2026-01-12 07:38:03','2026-01-12 07:38:03'),
(190,'HB-2027S',NULL,'PRD212562-M1',3,'market','pcs',1,16500.00,18500.00,NULL,'products/1768137523_uEQVzzJY2r.jpeg',NULL,0,NULL,NULL,NULL,NULL,'2026-01-12 05:36:13','2026-03-11 07:27:35',NULL),
(192,'HS-2010','2X41\r\n3X42\r\n2X43\r\n1X44\r\n2X45','PRD976818-M1',2,'market','pcs',1,16500.00,18500.00,NULL,'products/1768137801_6SaSN1WXMX.jpeg',NULL,0,NULL,NULL,NULL,NULL,'2026-01-12 05:40:37','2026-02-16 06:56:34',NULL),
(193,'H-2000S','1×41\r\n2×43\r\n2×45','PRD263693',2,'store','pcs',3,16500.00,18500.00,NULL,'products/1768391035_hwtMhqpMzO.jpeg',NULL,1,NULL,NULL,NULL,NULL,'2026-01-14 08:43:55','2026-03-01 05:30:02',NULL),
(194,'H-8T','1X40\r\n1X41','PRD265849',2,'store','pcs',3,16500.00,18500.00,NULL,'products/1768391857_3HDk85PxXW.jpeg',NULL,1,NULL,NULL,NULL,NULL,'2026-01-14 08:57:37','2026-02-21 07:20:25',NULL),
(195,'HS-3024','2X39\r\n3X40\r\n4X41\r\n5X42\r\n4X43\r\n3X44\r\n3X45','PRD681829',2,'store','pcs',3,16500.00,18500.00,NULL,'products/1768392059_oDIl7IW264.jpeg',NULL,1,NULL,NULL,NULL,NULL,'2026-01-14 09:00:59','2026-01-15 07:42:48',NULL),
(196,'H-2000G','2X41 3X42 3X43 2X44 3X45','PRD789594',2,'store','pcs',3,16500.00,18500.00,NULL,'products/1768392220_lKmZqLiWla.jpeg',NULL,1,NULL,NULL,NULL,NULL,'2026-01-14 09:03:40','2026-02-21 07:19:09',NULL),
(197,'H-2000KT','2x40\r\n2x41\r\n2x42\r\n2x43\r\n1x44\r\n1x45','PRD837968',2,'store','pcs',3,16500.00,18500.00,NULL,'products/1768392347_Vwo2sRBj8y.jpeg',NULL,1,NULL,NULL,NULL,NULL,'2026-01-14 09:05:47','2026-02-21 07:18:26',NULL),
(198,'H-2016 S','1x41\r\n1x42\r\n1x43\r\n1x44\r\n1x45','PRD177480',2,'market','pcs',1,16500.00,17500.00,NULL,'products/1768575382_P1YCMsG8jJ.jpg',NULL,1,NULL,NULL,NULL,NULL,'2026-01-16 11:56:23','2026-01-16 12:22:38','2026-01-16 12:22:38'),
(199,'H-2016 S','1x41\r\n1x42\r\n1x43\r\n1x44\r\n1x45','PRD080879',2,'market','pcs',1,16500.00,17500.00,NULL,'products/1768575393_JLHmWt3a3d.jpg',NULL,1,NULL,NULL,NULL,NULL,'2026-01-16 11:56:34','2026-01-16 12:22:27','2026-01-16 12:22:27'),
(200,'H-2016 S','1x41\r\n1x42\r\n1x43\r\n1x44\r\n1x45','PRD939653',2,'market','pcs',1,16500.00,18500.00,NULL,'products/1768576212_XTQS1FgMXM.jpg',NULL,0,NULL,NULL,NULL,NULL,'2026-01-16 11:57:39','2026-02-16 06:57:09',NULL),
(201,'H-2016 N','1x41\r\n2x42\r\n1x43','PRD894834',2,'market','pcs',1,16500.00,18500.00,NULL,'products/1768575703_bhScQtyvh4.jpg',NULL,0,NULL,NULL,NULL,NULL,'2026-01-16 12:01:44','2026-03-08 20:32:12',NULL),
(202,'H-2025S','1×44','PRD426945',2,'store','pcs',1,16500.00,18500.00,NULL,'products/1768645482_tCqVZmeGJj.jpg',NULL,1,NULL,NULL,NULL,NULL,'2026-01-17 07:24:43','2026-03-01 06:05:16',NULL),
(204,'H-2025 N','1x40\r\n2x42\r\n1x43','PRD426945-M1',2,'market','pcs',1,16500.00,18500.00,NULL,'products/1768645482_tCqVZmeGJj.jpg',NULL,0,NULL,NULL,NULL,NULL,'2026-01-17 07:25:21','2026-02-16 06:57:02',NULL),
(206,'Hilal-2000C','1x40\r\n2x41\r\n1x42\r\n1x43\r\n1x44','PRD837968-M1',2,'market','pcs',1,16500.00,18500.00,NULL,'products/1768392347_Vwo2sRBj8y.jpeg',NULL,0,NULL,NULL,NULL,NULL,'2026-01-19 10:50:05','2026-02-16 06:56:53',NULL),
(208,'Hilal-2000G',NULL,'PRD789594-M1',2,'market','pcs',1,16500.00,18500.00,NULL,'products/1768392220_lKmZqLiWla.jpeg',NULL,0,NULL,NULL,NULL,NULL,'2026-01-19 10:50:21','2026-03-19 06:15:56',NULL),
(209,'HIL T-5','1x40\r\n2x41\r\n1x42\r\n1x44\r\n1x45','PRD525616',6,'market','pcs',1,9000.00,10000.00,NULL,'products/1768899728_v1HHq9bK3q.jpg',NULL,0,NULL,NULL,NULL,NULL,'2026-01-20 06:02:09','2026-01-20 12:28:24',NULL),
(210,'HIL T-2','1x39\r\n1x40\r\n1x41\r\n1x42\r\n1x43\r\n3x44','PRD351566',6,'market','pcs',1,9000.00,10000.00,NULL,'products/1768900513_y3x35BSwjI.jpg',NULL,0,NULL,NULL,NULL,NULL,'2026-01-20 06:15:14','2026-01-20 12:28:17',NULL),
(211,'HIL T-3','2x40\r\n1x41\r\n1x42\r\n1x43','PRD654843',6,'market','pcs',1,9000.00,10000.00,NULL,'products/1768900801_7DSK8Qj0qw.jpg',NULL,0,NULL,NULL,NULL,NULL,'2026-01-20 06:20:01','2026-01-21 08:10:48',NULL),
(213,'Hilal 2000S','1x39\r\n1x40\r\n3x41','PRD263693-M1',2,'market','pcs',1,16500.00,18500.00,NULL,'products/1768391035_hwtMhqpMzO.jpeg',NULL,0,NULL,NULL,NULL,NULL,'2026-01-21 05:18:33','2026-02-24 06:32:26',NULL),
(215,'Hilal-14B',NULL,'PRD593016-M2',2,'market','pcs',1,16500.00,18500.00,NULL,'products/1767169298_hHVMxE7Zkd.jpg',NULL,0,NULL,NULL,NULL,NULL,'2026-01-21 05:25:30','2026-03-27 07:38:10',NULL),
(217,'Hilal-8T',NULL,'PRD265849-M1',2,'market','pcs',1,16500.00,18500.00,NULL,'products/1768391857_3HDk85PxXW.jpeg',NULL,0,NULL,NULL,NULL,NULL,'2026-01-21 05:48:29','2026-03-27 07:38:05',NULL),
(219,'HS-3024',NULL,'PRD681829-M1',2,'market','pcs',1,16500.00,18500.00,NULL,'products/1768392059_oDIl7IW264.jpeg',NULL,0,NULL,NULL,NULL,NULL,'2026-01-21 06:03:35','2026-03-09 06:20:00',NULL),
(220,'HB-1000T','2×41\r\n3×42\r\n4×43\r\n3×44\r\n2×45','PRD413570',3,'store','pcs',5,16500.00,18500.00,NULL,'products/1769509252_HeBHgdI2NZ.jpeg',NULL,1,NULL,NULL,NULL,NULL,'2026-01-27 07:20:52','2026-01-27 07:20:52',NULL),
(221,'HB-1001M','2×41\r\n3×42\r\n4×43\r\n3×44\r\n2×45','PRD144612',3,'store','pcs',5,16500.00,18500.00,NULL,'products/1769509444_kuWUCPkWUH.jpeg',NULL,1,NULL,NULL,NULL,NULL,'2026-01-27 07:24:04','2026-01-27 07:24:04',NULL),
(222,'HB-1002','1X41\r\n1X42\r\n1X45','PRD064060',3,'store','pcs',5,16500.00,18500.00,NULL,'products/1769511510_2ic6jIT57m.jpeg',NULL,1,NULL,NULL,NULL,NULL,'2026-01-27 07:58:30','2026-02-07 10:38:46',NULL),
(223,'HB-1000S','1×41\r\n1×42','PRD752097',3,'store','pcs',1,16500.00,18500.00,NULL,'products/1769511631_Ad59BDcrah.jpeg',NULL,1,NULL,NULL,NULL,NULL,'2026-01-27 08:00:31','2026-03-01 07:27:54',NULL),
(224,'HB-1003B','3×41\r\n6×42\r\n6×43\r\n2×44\r\n2×45','PRD727166',3,'store','pcs',5,16500.00,18500.00,NULL,'products/1769511724_1SvYADQbUM.jpeg',NULL,1,NULL,NULL,NULL,NULL,'2026-01-27 08:02:04','2026-01-27 08:02:04',NULL),
(225,'HB-1000B','2×41\r\n6×42\r\n8×43\r\n4×44\r\n2×45','PRD758038',3,'store','pcs',5,16500.00,18500.00,NULL,'products/1769511820_LItX10ZVeM.jpeg',NULL,1,NULL,NULL,NULL,NULL,'2026-01-27 08:03:40','2026-02-07 10:40:55',NULL),
(226,'H-FB1-GS','2×41\r\n1×42\r\n1×43','PRD367770',2,'store','pcs',1,16500.00,18500.00,NULL,'products/1769513752_sxKUvLAa3Q.jpeg',NULL,1,NULL,NULL,NULL,NULL,'2026-01-27 08:08:37','2026-03-01 05:50:20',NULL),
(227,'FB10-ÇT','1X41\r\n1X42\r\n3X43\r\n2X44\r\n3X45','PRD514943',2,'store','pcs',1,16500.00,18500.00,NULL,'products/1769512872_Xen8dly2CK.jpeg',NULL,1,NULL,NULL,NULL,NULL,'2026-01-27 08:21:12','2026-02-21 07:11:34',NULL),
(228,'FB2-ÇT','1X42\r\n2X43\r\n1X45','PRD096671',2,'store','pcs',1,16500.00,18500.00,NULL,'products/1769513016_pRpbgHHGP5.jpeg',NULL,1,NULL,NULL,NULL,NULL,'2026-01-27 08:23:36','2026-02-21 07:10:52',NULL),
(229,'H-0033GS','2×41\r\n2×42\r\n3×43\r\n2×44\r\n2×45','PRD426300',2,'store','pcs',1,16500.00,18500.00,NULL,'products/1769513504_5U4dOQlDk8.jpeg',NULL,1,NULL,NULL,NULL,NULL,'2026-01-27 08:31:44','2026-02-21 07:14:35',NULL),
(230,'H-0150G','2×42\r\n3×43\r\n2×44\r\n3×43','PRD012311',2,'store','pcs',1,16500.00,18500.00,NULL,'products/1769513665_mdX0wdmI35.jpeg',NULL,1,NULL,NULL,NULL,NULL,'2026-01-27 08:34:25','2026-02-21 07:15:26',NULL),
(231,'H-FB9-B','1X41\r\n2X42\r\n2X43','PRD544296',2,'store','pcs',1,16500.00,18500.00,NULL,'products/1769852681_anzHvoj3Di.jpeg',NULL,1,NULL,NULL,NULL,NULL,'2026-01-27 08:39:14','2026-02-21 07:13:32',NULL),
(232,'HS-0150S','2×41\r\n1×43\r\n2×44\r\n1×45','PRD165573',2,'store','pcs',1,16500.00,18500.00,NULL,'products/1769514028_QFsLm4CLeu.jpeg',NULL,1,NULL,NULL,NULL,NULL,'2026-01-27 08:40:28','2026-03-01 05:42:46',NULL),
(233,'H-0150B','2×41\r\n1×42\r\n2×43\r\n2×44\r\n2×45','PRD961975',2,'store','pcs',1,16500.00,18500.00,NULL,'products/1769514129_Xt4Lv1tvDu.jpeg',NULL,1,NULL,NULL,NULL,NULL,'2026-01-27 08:42:09','2026-03-01 05:40:50',NULL),
(235,'HS FB1',NULL,'PRD367770-M1',2,'market','pcs',1,16500.00,18500.00,NULL,'products/1769513752_sxKUvLAa3Q.jpeg',NULL,0,NULL,NULL,NULL,NULL,'2026-01-27 09:14:05','2026-03-19 07:01:51',NULL),
(237,'HS-FB10',NULL,'PRD514943-M1',2,'market','pcs',1,16500.00,18500.00,NULL,'products/1769512872_Xen8dly2CK.jpeg',NULL,0,NULL,NULL,NULL,NULL,'2026-01-27 09:14:35','2026-03-18 08:26:27',NULL),
(239,'HS-FB2',NULL,'PRD096671-M1',2,'market','pcs',1,16500.00,18500.00,NULL,'products/1769513016_pRpbgHHGP5.jpeg',NULL,0,NULL,NULL,NULL,NULL,'2026-01-27 09:14:45','2026-03-18 08:26:20',NULL),
(241,'HS-0033',NULL,'PRD426300-M1',2,'market','pcs',1,16500.00,18500.00,NULL,'products/1769513504_5U4dOQlDk8.jpeg',NULL,0,NULL,NULL,NULL,NULL,'2026-01-27 09:15:04','2026-03-18 08:26:08',NULL),
(243,'HS-0150G','1×42\r\n1×43','PRD012311-M1',2,'market','pcs',1,16500.00,18500.00,NULL,'products/1769513665_mdX0wdmI35.jpeg',NULL,0,NULL,NULL,NULL,NULL,'2026-01-27 09:15:17','2026-02-25 10:52:00',NULL),
(245,'HS-FB9','2×42\r\n2×43\r\n1×44\r\n1×45','PRD544296-M1',2,'market','pcs',1,16500.00,18500.00,NULL,'products/1770392790_1daYp0gxXH.jpg',NULL,0,NULL,NULL,NULL,NULL,'2026-01-27 09:15:32','2026-03-07 11:51:59',NULL),
(247,'HS-0150S',NULL,'PRD165573-M1',2,'market','pcs',1,16500.00,18500.00,NULL,'products/1769514028_QFsLm4CLeu.jpeg',NULL,0,NULL,NULL,NULL,NULL,'2026-01-27 09:15:49','2026-03-18 08:26:00',NULL),
(249,'HS-0150B','1x44','PRD961975-M1',2,'market','pcs',1,16500.00,18500.00,NULL,'products/1769514129_Xt4Lv1tvDu.jpeg',NULL,0,NULL,NULL,NULL,NULL,'2026-01-27 09:16:05','2026-02-16 06:59:45',NULL),
(251,'HB-1000B',NULL,'PRD758038-M1',3,'market','pcs',1,16500.00,18500.00,NULL,'products/1769511820_LItX10ZVeM.jpeg',NULL,0,NULL,NULL,NULL,NULL,'2026-01-27 09:16:27','2026-03-19 06:15:49',NULL),
(253,'HB-1000T','2×41\r\n2×42\r\n4×43\r\n3×44\r\n2×45','PRD413570-M1',3,'market','pcs',1,16500.00,18500.00,NULL,'products/1769509252_HeBHgdI2NZ.jpeg',NULL,0,NULL,NULL,NULL,NULL,'2026-01-27 11:01:36','2026-02-16 06:59:36',NULL),
(255,'HB-1001M',NULL,'PRD144612-M1',3,'market','pcs',1,16500.00,18500.00,NULL,'products/1769509444_kuWUCPkWUH.jpeg',NULL,1,NULL,NULL,NULL,NULL,'2026-01-27 11:01:46','2026-03-08 20:35:20',NULL),
(257,'HB-1002',NULL,'PRD064060-M1',3,'market','pcs',1,16500.00,18500.00,NULL,'products/1769511510_2ic6jIT57m.jpeg',NULL,1,NULL,NULL,NULL,NULL,'2026-01-27 11:01:51','2026-03-08 20:35:37',NULL),
(259,'HB-1000S',NULL,'PRD752097-M1',3,'market','pcs',1,16500.00,18500.00,NULL,'products/1769511631_Ad59BDcrah.jpeg',NULL,0,NULL,NULL,NULL,NULL,'2026-01-27 11:01:56','2026-03-09 06:15:42',NULL),
(261,'HB-1003B','3×41\r\n4×42\r\n4×43\r\n1×45','PRD727166-M1',3,'market','pcs',1,16500.00,18500.00,NULL,'products/1769511724_1SvYADQbUM.jpeg',NULL,0,NULL,NULL,NULL,NULL,'2026-01-27 11:02:01','2026-02-25 10:51:40',NULL),
(262,'HS-2011B','2X40\r\n3X41\r\n1X42\r\n2X43\r\n1X44\r\n1X45','PRD235574',2,'store','pcs',3,16500.00,18500.00,NULL,'products/1769853538_FKVSVxRPlO.jpeg',NULL,1,NULL,NULL,NULL,NULL,'2026-01-31 06:58:58','2026-02-07 09:34:40',NULL),
(263,'R-SB','1X39\r\n4X40\r\n5X41\r\n5X42\r\n7X43\r\n5X44\r\n4X45\r\n3X43','PRD033224',2,'store','pcs',5,16500.00,18500.00,NULL,'products/1769859193_GNd6vR3a8p.jpeg',NULL,1,NULL,NULL,NULL,NULL,'2026-01-31 08:33:14','2026-02-21 07:09:42',NULL),
(264,'Hilal-10G','2X40 \r\n2X41\r\n2X42\r\n2X43\r\n1X44\r\n1X45','PRD208026',2,'store','pcs',3,16500.00,18500.00,NULL,'products/1769859803_VJ2Xq0zOP4.jpeg',NULL,1,NULL,NULL,NULL,NULL,'2026-01-31 08:43:23','2026-02-07 09:36:50',NULL),
(266,'Hilal-0017',NULL,'PRD977884-M2',2,'market','pcs',1,16500.00,18500.00,NULL,'products/1767171019_ZhIOTLVoZe.jpg',NULL,0,NULL,NULL,NULL,NULL,'2026-02-03 11:06:07','2026-03-27 07:37:53',NULL),
(268,'Hilal-10G','3X41\r\n4X42\r\n3X43\r\n3X44\r\n2X45','PRD208026-M1',2,'market','pcs',1,16500.00,18500.00,NULL,'products/1769859803_VJ2Xq0zOP4.jpeg',NULL,0,NULL,NULL,NULL,NULL,'2026-02-03 11:12:04','2026-03-07 11:51:51',NULL),
(270,'HS-CS',NULL,'PRD033224-M1',2,'market','pcs',1,16500.00,18500.00,NULL,'products/1769859193_GNd6vR3a8p.jpeg',NULL,0,NULL,NULL,NULL,NULL,'2026-02-03 11:14:35','2026-03-19 06:14:47',NULL),
(272,'Hilal-8S',NULL,'PRD403870-M2',2,'market','pcs',1,16500.00,18500.00,NULL,'products/1766045876_FUN43W62QS.jpg',NULL,1,NULL,NULL,NULL,NULL,'2026-02-03 11:21:36','2026-03-08 20:37:13',NULL),
(274,'HS-2011B',NULL,'PRD235574-M1',2,'market','pcs',1,16500.00,18500.00,NULL,'products/1769853538_FKVSVxRPlO.jpeg',NULL,0,NULL,NULL,NULL,NULL,'2026-02-03 12:07:10','2026-03-27 07:37:47',NULL),
(275,'KS-1','1X40\r\n3X41\r\n3X42\r\n3X43\r\n2X44\r\n1X45','PRD070888',3,'store','pcs',1,16500.00,18500.00,NULL,'products/1770455429_KXMRs03k08.jpeg',NULL,1,NULL,NULL,NULL,NULL,'2026-02-07 06:10:30','2026-02-07 10:04:39',NULL),
(276,'HZ-T','1X40\r\n3X41\r\n2X42\r\n3X43\r\n3X44\r\n2X45','PRD305039',2,'store','pcs',1,16500.00,18500.00,NULL,'products/1770455576_ej7m6rPQgy.jpeg',NULL,1,NULL,NULL,NULL,NULL,'2026-02-07 06:12:56','2026-02-07 10:01:05',NULL),
(277,'HZ-Ç','2X41\r\n2X42\r\n1X43\r\n2X44\r\n1X45','PRD638156',2,'store','pcs',1,16500.00,18500.00,NULL,'products/1770455677_EvuEDlwr5k.jpeg',NULL,1,NULL,NULL,NULL,NULL,'2026-02-07 06:14:37','2026-02-07 08:46:40',NULL),
(278,'HZ-SB','1X40\r\n2X41\r\n3X42\r\n3X43\r\n3X44\r\n2X45','PRD188578',2,'store','pcs',1,16500.00,18500.00,NULL,'products/1770455772_R2yazH9539.jpeg',NULL,1,NULL,NULL,NULL,NULL,'2026-02-07 06:16:12','2026-02-07 09:59:25',NULL),
(279,'HS-3000Ç','2X40\r\n2X41\r\n3X42\r\n3X43\r\n4X44\r\n1X45','PRD084218',2,'store','pcs',1,16500.00,18500.00,NULL,'products/1770456984_x5QSqvAami.jpeg',NULL,1,NULL,NULL,NULL,NULL,'2026-02-07 06:36:24','2026-02-07 09:57:56',NULL),
(280,'KB-1','2X40\r\n4X41\r\n5X42\r\n5X43\r\n2X44\r\n2X45','PRD805745',3,'store','pcs',1,16500.00,18500.00,NULL,'products/1770457102_GW78l6rV1U.jpeg',NULL,1,NULL,NULL,NULL,NULL,'2026-02-07 06:38:22','2026-02-07 09:48:04',NULL),
(281,'RB-1','2X40\r\n4X41\r\n5X42\r\n4X43\r\n2X44\r\n3X45','PRD014105',2,'store','pcs',1,16500.00,18500.00,NULL,'products/1770457357_Ft5tpYCotF.jpeg',NULL,1,NULL,NULL,NULL,NULL,'2026-02-07 06:42:37','2026-02-07 09:45:56',NULL),
(282,'FS-1','2X41\r\n3X42\r\n3X43\r\n1X44\r\n1X45','PRD077492',2,'store','pcs',1,16500.00,18500.00,NULL,'products/1770457857_i34M3QHOWv.jpeg',NULL,1,NULL,NULL,NULL,NULL,'2026-02-07 06:50:57','2026-02-07 09:31:49',NULL),
(283,'HS-2011G','1X45\r\n2X46','PRD082651',2,'store','pcs',1,16500.00,18500.00,NULL,'products/1770457967_9MCFqFwjuZ.jpeg',NULL,1,NULL,NULL,NULL,NULL,'2026-02-07 06:52:48','2026-02-21 06:55:08',NULL),
(284,'HS-2010Ç','1X39\r\n2X40\r\n3X41\r\n3X42\r\n3X43\r\n3X44\r\n3X45','PRD212827',2,'store','pcs',1,16500.00,18500.00,NULL,'products/1770458113_fwiobG0c0G.jpeg',NULL,1,NULL,NULL,NULL,NULL,'2026-02-07 06:55:13','2026-02-07 10:11:50',NULL),
(285,'FB15S','1X41\r\n2X42\r\n3X43\r\n2X44\r\n2X45','PRD320503',2,'store','pcs',2,16500.00,18500.00,NULL,'products/1770470213_AITyG1ksvq.jpeg',NULL,1,NULL,NULL,NULL,NULL,'2026-02-07 10:16:54','2026-02-07 10:16:54',NULL),
(286,'Hilal-10K','2X40\r\n2X41\r\n2X42\r\n1X43\r\n1X45','PRD408068',2,'store','pcs',1,16500.00,18500.00,NULL,'products/1770470952_yFa29YbZ2z.jpeg',NULL,1,NULL,NULL,NULL,NULL,'2026-02-07 10:29:12','2026-02-07 10:29:12',NULL),
(287,'HB-2027Ç','2X41\r\n2X42\r\n4X43\r\n2X44','PRD892753',3,'store','pcs',1,16500.00,18500.00,NULL,'products/1770471250_ruFscbDREK.jpeg',NULL,1,NULL,NULL,NULL,NULL,'2026-02-07 10:34:10','2026-02-07 10:34:10',NULL),
(288,'HW',NULL,'PRD504446',6,'store','pcs',1,8500.00,10000.00,NULL,'products/1770474302_bnVWgnBHET.jpeg',NULL,1,NULL,NULL,NULL,NULL,'2026-02-07 11:25:02','2026-02-07 11:25:02',NULL),
(289,'KÇ-1','1×41\r\n1×44','PRD457290',3,'store','pcs',1,16500.00,18500.00,NULL,'products/1770474779_Byg3a11gpl.jpeg',NULL,1,NULL,NULL,NULL,NULL,'2026-02-07 11:32:59','2026-03-01 05:32:48',NULL),
(291,'KÇ-1',NULL,'PRD457290-M1',3,'market','pcs',1,16500.00,18500.00,NULL,'products/1770474779_Byg3a11gpl.jpeg',NULL,0,NULL,NULL,NULL,NULL,'2026-02-11 10:58:54','2026-03-11 07:27:18',NULL),
(293,'HW',NULL,'PRD504446-M1',6,'market','pcs',1,8500.00,10000.00,NULL,'products/1770474302_bnVWgnBHET.jpeg',NULL,0,NULL,NULL,NULL,NULL,'2026-02-11 10:59:29','2026-02-16 06:59:27',NULL),
(295,'HW-ST',NULL,'PRD546732-M2',6,'market','pcs',1,8500.00,10000.00,NULL,'products/1766051786_YEJ2ghUgVi.jpg',NULL,0,NULL,NULL,NULL,NULL,'2026-02-11 11:00:33','2026-03-08 20:38:11',NULL),
(297,'KS-1',NULL,'PRD070888-M1',3,'market','pcs',1,16500.00,18500.00,NULL,'products/1770455429_KXMRs03k08.jpeg',NULL,0,NULL,NULL,NULL,NULL,'2026-02-11 11:04:39','2026-03-09 05:56:30',NULL),
(299,'FB15S',NULL,'PRD320503-M1',2,'market','pcs',1,16500.00,18500.00,NULL,'products/1770470213_AITyG1ksvq.jpeg',NULL,0,NULL,NULL,NULL,NULL,'2026-02-11 11:36:00','2026-03-19 06:14:34',NULL),
(301,'HW-L',NULL,'PRD393417-M1',6,'market','pcs',1,8500.00,10000.00,NULL,'products/1772186905_NPViYhFAwb.jpg',NULL,0,NULL,NULL,NULL,NULL,'2026-02-11 11:54:12','2026-03-08 20:39:21',NULL),
(303,'HS-2010Ç','1X39\r\n2X40\r\n3X41\r\n3X42\r\n3X43\r\n3X44\r\n3X45','PRD212827-M1',2,'market','pcs',1,16500.00,18500.00,NULL,'products/1770458113_fwiobG0c0G.jpeg',NULL,0,NULL,NULL,NULL,NULL,'2026-02-11 11:56:10','2026-02-24 06:27:51',NULL),
(305,'HB-2027Ç','2X41\r\n2X42\r\n4X43\r\n2X44','PRD892753-M1',3,'market','pcs',1,16500.00,18500.00,NULL,'products/1770471250_ruFscbDREK.jpeg',NULL,1,NULL,NULL,NULL,NULL,'2026-02-13 10:14:39','2026-03-09 07:27:49',NULL),
(307,'HB-2026 T',NULL,'PRD031390-M2',3,'market','pcs',1,16500.00,18500.00,NULL,'products/1767876623_eX1rpQOyur.jpg',NULL,0,NULL,NULL,NULL,NULL,'2026-02-13 10:23:02','2026-03-15 09:57:19',NULL),
(309,'HZ-T','1X40\r\n3X41\r\n2X42\r\n3X43\r\n3X44\r\n2X45','PRD305039-M1',2,'market','pcs',1,16500.00,18500.00,NULL,'products/1770455576_ej7m6rPQgy.jpeg',NULL,0,NULL,NULL,NULL,NULL,'2026-02-13 10:38:10','2026-03-07 11:51:33',NULL),
(311,'HZ-SB','1X40\r\n2X41\r\n3X42\r\n3X43\r\n3X44\r\n2X45','PRD188578-M1',2,'market','pcs',1,16500.00,18500.00,NULL,'products/1770455772_R2yazH9539.jpeg',NULL,0,NULL,NULL,NULL,NULL,'2026-02-13 10:39:13','2026-03-08 20:40:26',NULL),
(313,'RB-1','2X40\r\n4X41\r\n5X42\r\n4X43\r\n2X44\r\n3X45','PRD014105-M1',2,'market','pcs',1,16500.00,18500.00,NULL,'products/1770457357_Ft5tpYCotF.jpeg',NULL,0,NULL,NULL,NULL,NULL,'2026-02-13 10:47:35','2026-03-07 11:51:26',NULL),
(315,'HZ-Ç','2X41\r\n2X42\r\n1X43\r\n2X44\r\n1X45','PRD638156-M1',2,'market','pcs',1,16500.00,18500.00,NULL,'products/1770455677_EvuEDlwr5k.jpeg',NULL,0,NULL,NULL,NULL,NULL,'2026-02-13 10:47:46','2026-02-24 06:27:12',NULL),
(317,'KB-1',NULL,'PRD805745-M1',3,'market','pcs',1,16500.00,18500.00,NULL,'products/1770457102_GW78l6rV1U.jpeg',NULL,0,NULL,NULL,NULL,NULL,'2026-02-13 10:55:19','2026-03-09 06:14:47',NULL),
(319,'Hilal-10K',NULL,'PRD408068-M1',2,'market','pcs',1,16500.00,18500.00,NULL,'products/1770470952_yFa29YbZ2z.jpeg',NULL,0,NULL,NULL,NULL,NULL,'2026-02-13 10:59:51','2026-03-11 07:27:11',NULL),
(321,'HS-3000Ç','2X40\r\n2X41\r\n3X42\r\n3X43\r\n4X44\r\n1X45','PRD084218-M1',2,'market','pcs',1,16500.00,18500.00,NULL,'products/1770456984_x5QSqvAami.jpeg',NULL,0,NULL,NULL,NULL,NULL,'2026-02-13 11:05:28','2026-03-07 11:51:13',NULL),
(323,'HS-2011G','1X39\r\n2X40\r\n2X41\r\n3X42\r\n2X43\r\n1X44\r\n1X45','PRD082651-M1',2,'market','pcs',1,16500.00,18500.00,NULL,'products/1770457967_9MCFqFwjuZ.jpeg',NULL,0,NULL,NULL,NULL,NULL,'2026-02-13 11:07:04','2026-03-27 07:37:40',NULL),
(325,'FS-1','2X41\r\n3X42\r\n3X43\r\n1X44\r\n1X45','PRD077492-M1',2,'market','pcs',1,16500.00,18500.00,NULL,'products/1770457857_i34M3QHOWv.jpeg',NULL,0,NULL,NULL,NULL,NULL,'2026-02-13 11:11:52','2026-02-24 06:26:46',NULL),
(326,'H-GS',NULL,'PRD856983',2,'store','pcs',3,16500.00,18500.00,NULL,'products/1771000507_pcPCfnPrq4.jpeg',NULL,1,NULL,NULL,NULL,NULL,'2026-02-13 13:35:08','2026-02-13 13:35:08',NULL),
(327,'HS-TK','1X41\r\n2X42\r\n2X43\r\n2X44','PRD131272',2,'store','pcs',3,16500.00,18500.00,NULL,'products/1771000876_nlVW3dqdhq.jpeg',NULL,1,NULL,NULL,NULL,NULL,'2026-02-13 13:41:16','2026-02-14 07:57:39',NULL),
(328,'HB-FBN',NULL,'PRD587215',3,'store','pcs',3,16500.00,18500.00,NULL,'products/1771000949_H93ZoPTWVK.jpeg',NULL,1,NULL,NULL,NULL,NULL,'2026-02-13 13:42:29','2026-02-13 13:42:29',NULL),
(329,'Hilal-8T','3X41\r\n2X42\r\n4X43\r\n2X44\r\n3X45','PRD458158',2,'store','pcs',3,16500.00,18500.00,NULL,'products/1771001033_YNFQSDrpmg.jpeg',NULL,1,NULL,NULL,NULL,NULL,'2026-02-13 13:43:53','2026-02-16 07:09:51',NULL),
(330,'H-100B','3X39\r\n3X40\r\n4X41\r\n4X42\r\n3X43\r\n4X44\r\n1X45\r\n1X46','PRD585827',2,'store','pcs',3,16500.00,18500.00,NULL,'products/1771001107_MvrkPlIZx9.jpeg',NULL,1,NULL,NULL,NULL,NULL,'2026-02-13 13:45:07','2026-02-21 06:35:08',NULL),
(331,'HS-F1S',NULL,'PRD058549',2,'store','pcs',3,16500.00,18500.00,NULL,'products/1771001177_vwkaq92yTN.jpeg',NULL,1,NULL,NULL,NULL,NULL,'2026-02-13 13:46:17','2026-02-13 13:46:17',NULL),
(332,'HB-FK',NULL,'PRD368253',3,'store','pcs',3,16500.00,18500.00,NULL,'products/1771001233_B7GglGnuKO.jpeg',NULL,1,NULL,NULL,NULL,NULL,'2026-02-13 13:47:13','2026-02-13 13:47:13',NULL),
(333,'HB-ML','1×42\r\n1×43\r\n1×44','PRD063673',3,'store','pcs',1,16500.00,18500.00,NULL,'products/1771001316_GLkkau7zGF.jpeg',NULL,1,NULL,NULL,NULL,NULL,'2026-02-13 13:48:36','2026-03-01 05:28:09',NULL),
(334,'HS-ML','1X41\r\n2X42\r\n2X43\r\n4X44\r\n3X45\r\n1X46','PRD820186',2,'store','pcs',3,16500.00,18500.00,NULL,'products/1771001373_IXdMqBp1vO.jpeg',NULL,1,NULL,NULL,NULL,NULL,'2026-02-13 13:49:33','2026-02-16 07:14:45',NULL),
(335,'HS-2010B',NULL,'PRD048378',2,'store','pcs',3,16500.00,18500.00,NULL,'products/1771001449_U9Yy2dG9Pg.jpeg',NULL,1,NULL,NULL,NULL,NULL,'2026-02-13 13:50:49','2026-02-13 13:50:49',NULL),
(336,'HB-NFS',NULL,'PRD901036',3,'store','pcs',1,16500.00,18500.00,NULL,'products/1771001505_B85UUsgKTT.jpeg',NULL,1,NULL,NULL,NULL,NULL,'2026-02-13 13:51:45','2026-02-21 07:00:35',NULL),
(337,'HB-NKB',NULL,'PRD205082',3,'store','pcs',3,16500.00,18500.00,NULL,'products/1771001572_bOaSKYfkEJ.jpeg',NULL,1,NULL,NULL,NULL,NULL,'2026-02-13 13:52:52','2026-02-13 13:52:52',NULL),
(338,'HB-TÇ',NULL,'PRD400092',3,'store','pcs',3,16500.00,18500.00,NULL,'products/1771001646_H8SkTuo260.jpeg',NULL,1,NULL,NULL,NULL,NULL,'2026-02-13 13:54:06','2026-02-13 13:54:06',NULL),
(339,'HB-NBS','1X39\r\n1X42\r\n1X43\r\n1X44','PRD942686',3,'store','pcs',3,16500.00,18500.00,NULL,'products/1771001723_hZNkfpCCbI.jpeg',NULL,1,NULL,NULL,NULL,NULL,'2026-02-13 13:55:23','2026-02-21 06:59:20',NULL),
(340,'HS-AB','2X42 5X43 2X44 3X45','PRD567028',2,'store','pcs',1,16500.00,18500.00,NULL,'products/1771236197_TAeJVeE9FL.jpeg',NULL,1,NULL,NULL,NULL,NULL,'2026-02-16 07:03:17','2026-02-16 07:03:17',NULL),
(341,'Pro max 6','1×39\r\n2×40\r\n3×41\r\n4×42\r\n6×43\r\n4×44\r\n2×45\r\n1×46','PRD603832',7,'store','pcs',5,19000.00,30000.00,NULL,'products/1775559581_0XioZmMMjL.jpg',NULL,1,NULL,NULL,NULL,NULL,'2026-02-16 07:08:15','2026-04-07 07:59:41',NULL),
(343,'FB3-S',NULL,'PRD603832-M1',2,'market','pcs',1,16500.00,18500.00,NULL,'products/1771236495_gtwEFqP7QD.jpeg',NULL,0,NULL,NULL,NULL,NULL,'2026-02-18 04:43:23','2026-03-18 08:25:49',NULL),
(345,'HS-AB',NULL,'PRD567028-M1',2,'market','pcs',1,16500.00,18500.00,NULL,'products/1771236197_TAeJVeE9FL.jpeg',NULL,0,NULL,NULL,NULL,NULL,'2026-02-18 04:49:59','2026-03-19 06:14:21',NULL),
(347,'HS-ML','1X41\r\n2X42\r\n2X43\r\n4X44\r\n3X45\r\n1X46','PRD820186-M1',2,'market','pcs',1,16500.00,18500.00,NULL,'products/1771001373_IXdMqBp1vO.jpeg',NULL,0,NULL,NULL,NULL,NULL,'2026-02-19 05:30:03','2026-03-15 09:57:09',NULL),
(349,'H-100B','1X40\r\n1X41\r\n2X42\r\n2X43\r\n3X44\r\n1X45','PRD585827-M1',2,'market','pcs',1,16500.00,18500.00,NULL,'products/1771001107_MvrkPlIZx9.jpeg',NULL,0,NULL,NULL,NULL,NULL,'2026-02-19 05:33:13','2026-03-07 11:51:00',NULL),
(351,'HS-TK','1X41\r\n2X42\r\n2X43\r\n2X44','PRD131272-M1',2,'market','pcs',1,16500.00,18500.00,NULL,'products/1771000876_nlVW3dqdhq.jpeg',NULL,0,NULL,NULL,NULL,NULL,'2026-02-19 05:37:16','2026-03-19 06:14:14',NULL),
(352,'SBF','4×44\r\n2×43\r\n1×45','PRD218149',2,'store','pcs',1,16500.00,18500.00,NULL,'products/1771666854_OgAK1soBiX.jpeg',NULL,1,NULL,NULL,NULL,NULL,'2026-02-21 06:40:55','2026-03-04 10:54:08',NULL),
(354,'H-2025B',NULL,'PRD932917-M2',2,'market','pcs',1,16500.00,18500.00,NULL,'products/1768138559_8a3j4BdUTT.jpeg',NULL,0,NULL,NULL,NULL,NULL,'2026-02-24 12:48:36','2026-03-18 08:25:39',NULL),
(356,'Hilal-10SB',NULL,'PRD582282-M2',2,'market','pcs',1,16500.00,18500.00,NULL,'products/1771668218_mSXgm8P393.jpeg',NULL,0,NULL,NULL,NULL,NULL,'2026-02-24 12:54:13','2026-03-15 09:57:02',NULL),
(358,'HB-NBS',NULL,'PRD942686-M1',3,'market','pcs',1,16500.00,18500.00,NULL,'products/1771001723_hZNkfpCCbI.jpeg',NULL,0,NULL,NULL,NULL,NULL,'2026-02-24 12:55:43','2026-03-09 06:15:15',NULL),
(360,'HB-NFS',NULL,'PRD901036-M1',3,'market','pcs',1,16500.00,18500.00,NULL,'products/1771001505_B85UUsgKTT.jpeg',NULL,0,NULL,NULL,NULL,NULL,'2026-02-24 12:57:27','2026-03-19 06:08:44',NULL),
(362,'SBF',NULL,'PRD218149-M1',2,'market','pcs',1,16500.00,18500.00,NULL,'products/1771666854_OgAK1soBiX.jpeg',NULL,0,NULL,NULL,NULL,NULL,'2026-02-24 12:59:20','2026-03-27 07:37:33',NULL),
(363,'HB-FS',NULL,'PRD946108',3,'store','pcs',3,16500.00,18500.00,NULL,'products/1772007779_aac8NL2JyE.jpeg',NULL,1,NULL,NULL,NULL,NULL,'2026-02-25 05:23:00','2026-02-25 05:23:00',NULL),
(364,'HB-DS',NULL,'PRD088587',3,'store','pcs',3,16500.00,18500.00,NULL,'products/1772007938_rDn3aUGya0.jpeg',NULL,1,NULL,NULL,NULL,NULL,'2026-02-25 05:25:38','2026-02-25 05:25:38',NULL),
(365,'HB-FFB',NULL,'PRD759730',3,'store','pcs',3,16500.00,18500.00,NULL,'products/1772008056_VBND0rqEkS.jpeg',NULL,1,NULL,NULL,NULL,NULL,'2026-02-25 05:27:36','2026-02-25 05:27:36',NULL),
(366,'HB-FFS',NULL,'PRD762287',3,'store','pcs',3,16500.00,18500.00,NULL,'products/1772009526_0QhEg4AQsS.jpeg',NULL,1,NULL,NULL,NULL,NULL,'2026-02-25 05:52:06','2026-02-25 05:52:06',NULL),
(367,'HB-3FFB',NULL,'PRD148595',3,'store','pcs',1,16500.00,18500.00,NULL,'products/1772167906_9TCPqAmcJd.jpeg',NULL,1,NULL,NULL,NULL,NULL,'2026-02-27 01:51:47','2026-02-27 01:51:47',NULL),
(368,'HB-1002 KB','1×40\r\n3×41\r\n3×42\r\n3×43','PRD300277',3,'store','pcs',1,16500.00,18500.00,NULL,'products/1773733009_CsanvbMYcN.jpg',NULL,1,NULL,NULL,NULL,NULL,'2026-02-27 01:55:06','2026-03-17 04:42:20',NULL),
(369,'HB-4FK',NULL,'PRD403405',3,'store','pcs',1,16500.00,18500.00,NULL,'products/1772168273_cEXEl7mD60.jpeg',NULL,1,NULL,NULL,NULL,NULL,'2026-02-27 01:57:53','2026-02-27 01:57:53',NULL),
(370,'HB-5TÇ',NULL,'PRD186582',3,'store','pcs',1,16500.00,18500.00,NULL,'products/1772168416_cog7rTX9kC.jpeg',NULL,1,NULL,NULL,NULL,NULL,'2026-02-27 02:00:16','2026-02-27 02:00:16',NULL),
(371,'HB-XFS',NULL,'PRD009733',3,'store','pcs',1,16500.00,18500.00,NULL,'products/1772168537_Qzcgu9jOhi.jpeg',NULL,1,NULL,NULL,NULL,NULL,'2026-02-27 02:02:17','2026-02-27 02:02:17',NULL),
(372,'HB-HFS',NULL,'PRD683986',3,'store','pcs',1,16500.00,18500.00,NULL,'products/1772168762_vWAVeXJhMV.jpeg',NULL,1,NULL,NULL,NULL,NULL,'2026-02-27 02:06:02','2026-02-27 02:06:02',NULL),
(373,'Pro Max 1','3×40\r\n7×41\r\n9×42\r\n8×43\r\n5×44\r\n2×45\r\n2×46','PRD933432',7,'store','pcs',1,19000.00,30000.00,NULL,'products/1775727393_a07UQLmoMP.jpg',NULL,1,NULL,NULL,NULL,NULL,'2026-02-27 02:21:38','2026-04-09 06:36:34',NULL),
(374,'HW-SB',NULL,'PRD250286',6,'store','pcs',1,9000.00,10000.00,NULL,'products/1772187723_U3uIXJOJCN.jpg',NULL,1,NULL,NULL,NULL,NULL,'2026-02-27 07:22:03','2026-02-27 07:22:03',NULL),
(376,'HW-SB',NULL,'PRD250286-M1',6,'market','pcs',1,9000.00,10000.00,NULL,'products/1772187723_U3uIXJOJCN.jpg',NULL,0,NULL,NULL,NULL,NULL,'2026-02-27 07:22:23','2026-03-08 20:43:20',NULL),
(377,'H-3CS','1×40\r\n2×42\r\n2×43\r\n1×44\r\n1×45\r\n1×46','PRD511718',2,'store','pcs',1,19000.00,30000.00,NULL,'products/1772354795_NkUBa2i0BO.jpg',NULL,1,NULL,NULL,NULL,NULL,'2026-03-01 05:46:36','2026-03-05 02:02:04',NULL),
(378,'HC-2025SBC','1×40\r\n1×41\r\n1×42\r\n1×43\r\n1×44\r\n1×45','PRD876766',2,'store','pcs',1,19000.00,30000.00,NULL,'products/1772356133_DJGDC8Mi50.jpg',NULL,1,NULL,NULL,NULL,NULL,'2026-03-01 06:08:53','2026-03-01 06:08:53',NULL),
(379,'HB-N1FS','1×40\r\n1×41\r\n1×43\r\n1×44','PRD091339',3,'store','pcs',1,16500.00,18500.00,NULL,'products/1772361166_wFneJM7UGu.jpg',NULL,1,NULL,NULL,NULL,NULL,'2026-03-01 07:32:47','2026-03-01 07:32:47',NULL),
(381,'H-2025S','1×44','PRD426945-M2',2,'market','pcs',1,16500.00,18500.00,NULL,'products/1768645482_tCqVZmeGJj.jpg',NULL,0,NULL,NULL,NULL,NULL,'2026-03-01 09:10:44','2026-03-15 09:56:55',NULL),
(383,'H-2021-TK',NULL,'PRD383260-M2',2,'market','pcs',1,16500.00,18500.00,NULL,'products/1772353132_dZz33aCzx0.jpg',NULL,0,NULL,NULL,NULL,NULL,'2026-03-01 09:10:56','2026-03-27 07:37:25',NULL),
(385,'H-2025ÇT',NULL,'PRD722929-M2',2,'market','pcs',1,16500.00,18500.00,NULL,'products/1767882195_2AjyoHNlwg.jpg',NULL,0,NULL,NULL,NULL,NULL,'2026-03-01 09:32:26','2026-03-09 05:56:00',NULL),
(387,'H-2000S',NULL,'PRD263693-M2',2,'market','pcs',1,16500.00,18500.00,NULL,'products/1768391035_hwtMhqpMzO.jpeg',NULL,0,NULL,NULL,NULL,NULL,'2026-03-01 09:34:06','2026-03-15 09:56:42',NULL),
(389,'CADILLAC-TK','1×40\r\n1×41\r\n1×43\r\n1×44\r\n1×45\r\n1×46','PRD933432-M1',2,'market','pcs',1,19000.00,30000.00,NULL,'products/1772169698_QZnR2DUDSP.jpeg',NULL,1,NULL,NULL,NULL,NULL,'2026-03-01 09:36:52','2026-03-14 07:14:30',NULL),
(391,'HC-2025SBC',NULL,'PRD876766-M1',2,'market','pcs',1,19000.00,30000.00,NULL,'products/1772356133_DJGDC8Mi50.jpg',NULL,0,NULL,NULL,NULL,NULL,'2026-03-01 09:37:02','2026-03-11 07:26:35',NULL),
(393,'HB-ML',NULL,'PRD063673-M1',3,'market','pcs',1,16500.00,18500.00,NULL,'products/1771001316_GLkkau7zGF.jpeg',NULL,0,NULL,NULL,NULL,NULL,'2026-03-01 09:37:47','2026-03-18 08:25:32',NULL),
(395,'HB-N1FS','1×40\r\n1×41\r\n1×43\r\n1×44','PRD091339-M1',3,'market','pcs',1,16500.00,18500.00,NULL,'products/1772361166_wFneJM7UGu.jpg',NULL,0,NULL,NULL,NULL,NULL,'2026-03-02 07:50:30','2026-03-11 07:26:28',NULL),
(397,'CA H-3CS',NULL,'PRD511718-M1',2,'market','pcs',1,16500.00,30000.00,NULL,'products/1772354795_NkUBa2i0BO.jpg',NULL,1,NULL,NULL,NULL,NULL,'2026-03-02 07:52:15','2026-03-08 20:47:20',NULL),
(399,'H-FB1-GS',NULL,'PRD367770-M2',2,'market','pcs',1,16500.00,18500.00,NULL,'products/1769513752_sxKUvLAa3Q.jpeg',NULL,0,NULL,NULL,NULL,NULL,'2026-03-02 07:53:13','2026-03-11 07:26:19',NULL),
(401,'H-0150B','2×41\r\n1×42\r\n2×43\r\n2×44\r\n2×45','PRD961975-M2',2,'market','pcs',1,16500.00,18500.00,NULL,'products/1769514129_Xt4Lv1tvDu.jpeg',NULL,0,NULL,NULL,NULL,NULL,'2026-03-02 07:59:19','2026-03-11 07:26:12',NULL),
(402,'H-0011TKÇ','1×45\r\n2×44\r\n2×43\r\n1×42\r\n1×41\r\n1×40','PRD398953',2,'store','pcs',1,16500.00,18500.00,NULL,'products/1772632370_Gg7gVXWeiz.jpg',NULL,1,NULL,NULL,NULL,NULL,'2026-03-04 10:52:51','2026-03-04 10:52:51',NULL),
(404,'H-0011TKÇ',NULL,'PRD398953-M1',2,'market','pcs',1,16500.00,18500.00,NULL,'products/1772632370_Gg7gVXWeiz.jpg',NULL,0,NULL,NULL,NULL,NULL,'2026-03-04 11:00:14','2026-03-15 09:56:26',NULL),
(405,'H-2022 CH',NULL,'PRD985568',2,'store','pcs',3,16000.00,18500.00,NULL,'products/1772699598_PyTcpcC2wm.jpg',NULL,1,NULL,NULL,NULL,NULL,'2026-03-05 05:33:19','2026-03-05 05:33:19',NULL),
(406,'HS-3000 B',NULL,'PRD804680',2,'store','pcs',1,16000.00,18500.00,NULL,'products/1772699704_SWsRxRJYEn.jpg',NULL,1,NULL,NULL,NULL,NULL,'2026-03-05 05:35:04','2026-03-05 05:36:15',NULL),
(407,'H-2000 B',NULL,'PRD314287',2,'store','pcs',1,16500.00,18500.00,NULL,'products/1772700196_Rum33GLC5M.jpg',NULL,1,NULL,NULL,NULL,NULL,'2026-03-05 05:43:16','2026-03-05 05:43:16',NULL),
(409,'HB-NKB',NULL,'PRD205082-M1',3,'market','pcs',1,16500.00,18500.00,NULL,'products/1771001572_bOaSKYfkEJ.jpeg',NULL,0,NULL,NULL,NULL,NULL,'2026-03-05 05:46:40','2026-03-19 06:03:16',NULL),
(411,'H-2000FB','1×45\r\n1×44\r\n2×43\r\n1×42','PRD300277-M1',2,'market','pcs',1,16500.00,18500.00,NULL,'products/1772168106_wWD0cWgorm.jpeg',NULL,1,NULL,NULL,NULL,NULL,'2026-03-05 05:46:56','2026-03-05 05:47:51','2026-03-05 05:47:51'),
(413,'H-2022 CH',NULL,'PRD985568-M1',2,'market','pcs',1,16000.00,18500.00,NULL,'products/1772699598_PyTcpcC2wm.jpg',NULL,0,NULL,NULL,NULL,NULL,'2026-03-05 05:47:20','2026-03-15 09:56:18',NULL),
(415,'HS-3000 B',NULL,'PRD804680-M1',2,'market','pcs',1,16000.00,18500.00,NULL,'products/1772699704_SWsRxRJYEn.jpg',NULL,0,NULL,NULL,NULL,NULL,'2026-03-05 05:47:26','2026-03-15 09:56:12',NULL),
(417,'H-2000 B',NULL,'PRD314287-M1',2,'market','pcs',1,16500.00,18500.00,NULL,'products/1772700196_Rum33GLC5M.jpg',NULL,0,NULL,NULL,NULL,NULL,'2026-03-05 11:02:32','2026-03-11 07:25:02',NULL),
(418,'HW-Mix',NULL,'PRD298800',6,'market','pcs',5,8500.00,10000.00,NULL,'products/1772877468_DFFmGDSwJ1.jpg',NULL,1,NULL,NULL,NULL,NULL,'2026-03-07 06:57:49','2026-03-07 06:57:49',NULL),
(419,'CA H-0011TKÇ','1X44','PRD034612',7,'store','pcs',1,19000.00,30000.00,NULL,'products/1773045857_gfHjHnXCGm.jpeg',NULL,1,NULL,NULL,NULL,NULL,'2026-03-07 11:28:23','2026-03-17 04:09:10',NULL),
(420,'Pro max 2','3×40\r\n5×41\r\n7×42\r\n7×43\r\n5×44\r\n1×46','PRD957348',7,'store','pcs',1,19000.00,30000.00,NULL,'products/1775728810_VU89DA270h.jpg',NULL,1,NULL,NULL,NULL,NULL,'2026-03-07 11:32:03','2026-04-09 07:00:10',NULL),
(421,'CA HS-2010Ç','1×43\r\n1×45','PRD677681',7,'store','pcs',1,19000.00,30000.00,NULL,'products/1773731256_VNL7YvjnTW.jpg',NULL,1,NULL,NULL,NULL,NULL,'2026-03-07 11:38:52','2026-03-17 04:07:36',NULL),
(422,'CA HS-2010 SB','1×42\r\n1×46','PRD075761',7,'store','pcs',1,19000.00,30000.00,NULL,'products/1772894871_zRJ5cp7zAy.jpg',NULL,1,NULL,NULL,NULL,NULL,'2026-03-07 11:47:51','2026-03-17 04:05:55',NULL),
(424,'CA HS-2010 SB',NULL,'PRD075761-M1',7,'market','pcs',1,19000.00,30000.00,NULL,'products/1772894871_zRJ5cp7zAy.jpg',NULL,1,NULL,NULL,NULL,NULL,'2026-03-07 11:53:52','2026-03-12 00:14:30',NULL),
(426,'CA HS-2010Ç',NULL,'PRD677681-M1',7,'market','pcs',1,19000.00,30000.00,NULL,'products/1776873600_6ddHoUMXgM.jpg',NULL,1,NULL,NULL,NULL,NULL,'2026-03-07 11:53:57','2026-04-22 13:00:00',NULL),
(428,'CA HZ-SB',NULL,'PRD957348-M1',7,'market','pcs',1,19000.00,30000.00,NULL,'products/1772894691_7EnmFsItAq.jpg',NULL,0,NULL,NULL,NULL,NULL,'2026-03-07 11:54:03','2026-03-18 08:25:25',NULL),
(430,'CA H-0011TKÇ',NULL,'PRD034612-M1',7,'market','pcs',1,19000.00,30000.00,NULL,'products/1773914362_j4bkMKdJGz.jpg',NULL,0,NULL,NULL,NULL,NULL,'2026-03-07 11:54:08','2026-03-19 09:12:19',NULL),
(431,'H-LFB',NULL,'PRD733046',2,'store','pcs',1,16500.00,18500.00,NULL,'products/1772898034_Y3lJjri1tg.jpg',NULL,1,NULL,NULL,NULL,NULL,'2026-03-07 12:40:34','2026-03-07 12:44:59',NULL),
(433,'H-LFB',NULL,'PRD733046-M1',2,'market','pcs',1,16500.00,18500.00,NULL,'products/1772898034_Y3lJjri1tg.jpg',NULL,1,NULL,NULL,NULL,NULL,'2026-03-07 12:45:22','2026-03-07 12:45:22',NULL),
(435,'HS-2010B',NULL,'PRD048378-M1',2,'market','pcs',1,16500.00,18500.00,NULL,'products/1771001449_U9Yy2dG9Pg.jpeg',NULL,1,NULL,NULL,NULL,NULL,'2026-03-07 12:45:36','2026-03-07 12:45:36',NULL),
(437,'HB-FBN',NULL,'PRD587215-M1',3,'market','pcs',1,16500.00,18500.00,NULL,'products/1771000949_H93ZoPTWVK.jpeg',NULL,0,NULL,NULL,NULL,NULL,'2026-03-07 12:45:43','2026-03-15 09:55:53',NULL),
(438,'CA-8B','1×40\r\n4×41\r\n4×42\r\n3×43\r\n4×44','PRD034925',7,'store','pcs',1,19000.00,30000.00,NULL,'products/1773480539_BNES4Vzsgz.jpg',NULL,1,NULL,NULL,NULL,NULL,'2026-03-14 06:28:59','2026-03-17 03:16:14',NULL),
(439,'Pro max 4','1×39\r\n1×40\r\n2×41\r\n3×42\r\n3×43\r\n2×44\r\n1×45\r\n1×46','PRD976248',7,'store','pcs',1,19000.00,30000.00,NULL,'products/1775726927_TClQ3UB5Fj.jpg',NULL,1,NULL,NULL,NULL,NULL,'2026-03-14 06:35:59','2026-04-09 06:28:47',NULL),
(440,'CA-GS','1×41\r\n1×42\r\n1×45','PRD748395',7,'store','pcs',1,19000.00,30000.00,NULL,'products/1773481380_5ZkBAkKM2G.jpg',NULL,1,NULL,NULL,NULL,NULL,'2026-03-14 06:43:00','2026-03-17 04:02:34',NULL),
(442,'CA-GS','1×40\r\n6×41\r\n6×42\r\n6×43\r\n5×44\r\n1×45\r\n1×46','PRD748395-M1',2,'market','pcs',1,19000.00,30000.00,NULL,'products/1773481380_5ZkBAkKM2G.jpg',NULL,1,NULL,NULL,NULL,NULL,'2026-03-14 07:10:16','2026-03-14 07:10:16',NULL),
(444,'CA-2026 C','4×41\r\n4×42\r\n2×43\r\n4×44\r\n1×45\r\n2×46','PRD976248-M1',2,'market','pcs',1,19000.00,30000.00,NULL,'products/1773480959_X6xxl74jlh.jpg',NULL,1,NULL,NULL,NULL,NULL,'2026-03-14 07:10:22','2026-03-14 07:10:22',NULL),
(446,'CA-8B','5×41\r\n5×42\r\n6×43\r\n3×44\r\n1×45\r\n2×46','PRD034925-M1',2,'market','pcs',1,19000.00,30000.00,NULL,'products/1773480539_BNES4Vzsgz.jpg',NULL,1,NULL,NULL,NULL,NULL,'2026-03-14 07:10:27','2026-03-14 07:10:27',NULL),
(447,'Olive',NULL,'PRD519600',4,'market','pcs',5,5500.00,5500.00,NULL,NULL,NULL,1,NULL,NULL,NULL,NULL,'2026-03-14 10:21:01','2026-03-14 10:21:01',NULL),
(448,'CA-0150 SB','1×40\r\n2×41\r\n3×42\r\n2×43\r\n2×44\r\n1×45\r\n1×46','PRD265891',7,'store','pcs',1,19000.00,30000.00,NULL,'products/1773728512_LipQdhS8pJ.jpg',NULL,1,NULL,NULL,NULL,NULL,'2026-03-17 02:59:43','2026-03-17 03:21:52',NULL),
(449,'CA-3000 B','1×40\r\n4×41\r\n5×42\r\n4×43\r\n3×44\r\n2×45\r\n2×46','PRD589716',7,'store','pcs',5,19000.00,30000.00,NULL,'products/1773727579_VpLQ1J2OOd.jpg',NULL,1,NULL,NULL,NULL,NULL,'2026-03-17 03:06:19','2026-03-17 03:06:19',NULL),
(450,'CA-PA K','1×39\r\n1×40\r\n4×41\r\n5×42\r\n4×43\r\n2×44\r\n1×45','PRD550465',7,'store','pcs',5,19000.00,30000.00,NULL,'products/1773727857_omxku8875R.jpg',NULL,1,NULL,NULL,NULL,NULL,'2026-03-17 03:10:57','2026-03-17 03:18:51',NULL),
(451,'CA-0150 FS','1×41\r\n1×42\r\n1×43','PRD836759',7,'store','pcs',1,19000.00,30000.00,NULL,'products/1773728019_5VoF8K0jup.jpg',NULL,1,NULL,NULL,NULL,NULL,'2026-03-17 03:13:39','2026-03-17 03:13:39',NULL),
(452,'CA-PA2025 B','1×40\r\n1×41\r\n2×42\r\n4×43\r\n3×44','PRD475332',7,'store','pcs',1,19000.00,30000.00,NULL,'products/1773729154_TIBoDVEjBB.jpg',NULL,1,NULL,NULL,NULL,NULL,'2026-03-17 03:32:34','2026-03-17 03:32:34',NULL),
(453,'CA-X SB','1×40\r\n2×41\r\n3×42\r\n3×43\r\n2×44\r\n1×45','PRD364691',7,'store','pcs',1,19000.00,30000.00,NULL,'products/1773730130_vhhq59qfqg.jpg',NULL,1,NULL,NULL,NULL,NULL,'2026-03-17 03:48:50','2026-03-17 03:48:50',NULL),
(454,'CA-X B','2×41\r\n2×42\r\n1×43\r\n1×44\r\n1×46','PRD008077',7,'store','pcs',1,19000.00,30000.00,NULL,'products/1773730208_aDhZLvqe0A.jpg',NULL,1,NULL,NULL,NULL,NULL,'2026-03-17 03:50:08','2026-03-17 03:50:08',NULL),
(455,'CA-2018 TK','2×39\r\n6×41\r\n5×42\r\n5×43\r\n3×44\r\n2×45','PRD857156',7,'store','pcs',5,19000.00,30000.00,NULL,'products/1773730500_S1jyCDfX6N.jpg',NULL,1,NULL,NULL,NULL,NULL,'2026-03-17 03:55:00','2026-03-17 03:55:00',NULL),
(456,'CA-10 SB','4×41\r\n6×42\r\n3×43\r\n3×44\r\n2×45','PRD879835',7,'store','pcs',5,19000.00,30000.00,NULL,'products/1773730607_HpZApleATs.jpg',NULL,1,NULL,NULL,NULL,NULL,'2026-03-17 03:56:47','2026-03-17 03:56:47',NULL),
(457,'CA-V T','1×39\r\n2×41\r\n1×42\r\n1×43\r\n2×44\r\n1×46','PRD415254',7,'store','pcs',1,19000.00,30000.00,NULL,'products/1773730774_H4fIJ2czTq.jpg',NULL,1,NULL,NULL,NULL,NULL,'2026-03-17 03:59:34','2026-03-17 03:59:34',NULL),
(458,'CA-V S','2×40\r\n4×41\r\n5×42\r\n5×43\r\n3×44','PRD874588',7,'store','pcs',1,19000.00,30000.00,NULL,'products/1773731635_RMwc6C4plZ.jpg',NULL,1,NULL,NULL,NULL,NULL,'2026-03-17 04:13:55','2026-03-17 04:13:55',NULL),
(459,'CA-V SB','2×40\r\n2×41\r\n3×42\r\n3×43\r\n2×44\r\n1×45\r\n1×46','PRD432485',7,'store','pcs',1,19000.00,30000.00,NULL,'products/1773731877_QTh16jtmFN.jpg',NULL,1,NULL,NULL,NULL,NULL,'2026-03-17 04:17:57','2026-03-17 04:17:57',NULL),
(460,'Pro max 7 Ç',NULL,'PRD629792',7,'store','pcs',1,19000.00,27500.00,NULL,'products/1775730504_Am7Ad3LtqD.jpg',NULL,1,NULL,NULL,NULL,NULL,'2026-03-17 04:22:58','2026-04-09 07:28:24',NULL),
(461,'H-2017 SB','2×41\r\n2×42\r\n2×43\r\n3×44\r\n1×45\r\n1×46','PRD752414',2,'store','pcs',5,16500.00,18500.00,NULL,'products/1773732480_CioIQyi5Ni.jpg',NULL,1,NULL,NULL,NULL,NULL,'2026-03-17 04:28:00','2026-03-17 04:28:00',NULL),
(462,'CA-X TK','2×40\r\n1×41\r\n2×42\r\n2×43\r\n3×44','PRD744665',7,'store','pcs',5,19000.00,30000.00,NULL,'products/1773732667_C2XdqA8JgY.jpg',NULL,1,NULL,NULL,NULL,NULL,'2026-03-17 04:31:07','2026-03-17 04:31:07',NULL),
(464,'CA-3000 B','1×40\r\n4×41\r\n5×42\r\n4×43\r\n3×44\r\n2×45\r\n2×46','PRD589716-M1',7,'market','pcs',1,19000.00,30000.00,NULL,'products/1773727579_VpLQ1J2OOd.jpg',NULL,1,NULL,NULL,NULL,NULL,'2026-03-17 05:18:23','2026-03-17 05:18:23',NULL),
(466,'CA-X B','2×41\r\n2×42\r\n1×43\r\n1×44\r\n1×46','PRD008077-M1',7,'market','pcs',1,19000.00,30000.00,NULL,'products/1773730208_aDhZLvqe0A.jpg',NULL,1,NULL,NULL,NULL,NULL,'2026-03-17 05:37:16','2026-03-17 05:37:16',NULL),
(468,'CA-X TK','2×40\r\n1×41\r\n2×42\r\n2×43\r\n3×44','PRD744665-M1',7,'market','pcs',1,19000.00,30000.00,NULL,'products/1773732667_C2XdqA8JgY.jpg',NULL,1,NULL,NULL,NULL,NULL,'2026-03-17 05:46:24','2026-03-17 05:46:24',NULL),
(470,'H-2017 SB','2×41\r\n2×42\r\n2×43\r\n3×44\r\n1×45\r\n1×46','PRD752414-M1',2,'market','pcs',1,16500.00,18500.00,NULL,'products/1773732480_CioIQyi5Ni.jpg',NULL,0,NULL,NULL,NULL,NULL,'2026-03-17 05:46:31','2026-03-27 07:37:13',NULL),
(472,'CA-HH ML','1×40\r\n2×41\r\n2×42\r\n2×43\r\n1×44','PRD629792-M1',7,'market','pcs',1,19000.00,30000.00,NULL,'products/1773732178_kTUGiV3jKe.jpg',NULL,1,NULL,NULL,NULL,NULL,'2026-03-17 05:46:36','2026-03-17 05:46:36',NULL),
(474,'CA-V SB','2×40\r\n2×41\r\n3×42\r\n3×43\r\n2×44\r\n1×45\r\n1×46','PRD432485-M1',7,'market','pcs',1,19000.00,30000.00,NULL,'products/1773731877_QTh16jtmFN.jpg',NULL,1,NULL,NULL,NULL,NULL,'2026-03-17 06:56:29','2026-03-17 06:56:29',NULL),
(476,'CA-V S','2×40\r\n4×41\r\n5×42\r\n5×43\r\n3×44','PRD874588-M1',7,'market','pcs',1,19000.00,30000.00,NULL,'products/1773731635_RMwc6C4plZ.jpg',NULL,1,NULL,NULL,NULL,NULL,'2026-03-17 06:56:36','2026-03-17 06:56:36',NULL),
(478,'CA-V T','1×39\r\n2×41\r\n1×42\r\n1×43\r\n2×44\r\n1×46','PRD415254-M1',7,'market','pcs',1,19000.00,30000.00,NULL,'products/1773730774_H4fIJ2czTq.jpg',NULL,1,NULL,NULL,NULL,NULL,'2026-03-17 06:56:41','2026-03-17 06:56:41',NULL),
(480,'CA-10 SB','4×41\r\n6×42\r\n3×43\r\n3×44\r\n2×45','PRD879835-M1',7,'market','pcs',1,19000.00,30000.00,NULL,'products/1776870254_FxXLzRRdIE.jpg',NULL,1,NULL,NULL,NULL,NULL,'2026-03-17 06:56:48','2026-04-22 12:04:14',NULL),
(482,'CA-2018 TK','2×39\r\n6×41\r\n5×42\r\n5×43\r\n3×44\r\n2×45','PRD857156-M1',7,'market','pcs',1,19000.00,30000.00,NULL,'products/1773730500_S1jyCDfX6N.jpg',NULL,1,NULL,NULL,NULL,NULL,'2026-03-17 06:57:00','2026-03-17 06:57:00',NULL),
(484,'CA-X SB','1×40\r\n2×41\r\n3×42\r\n3×43\r\n2×44\r\n1×45','PRD364691-M1',7,'market','pcs',1,19000.00,30000.00,NULL,'products/1773730130_vhhq59qfqg.jpg',NULL,0,NULL,NULL,NULL,NULL,'2026-03-17 06:57:05','2026-03-27 07:37:06',NULL),
(486,'CA-0150 SB','1×40\r\n2×41\r\n3×42\r\n2×43\r\n2×44\r\n1×45\r\n1×46','PRD265891-M1',7,'market','pcs',1,19000.00,30000.00,NULL,'products/1773728512_LipQdhS8pJ.jpg',NULL,1,NULL,NULL,NULL,NULL,'2026-03-17 06:57:19','2026-03-17 06:57:19',NULL),
(489,'HB-1002 KB','1×40\r\n3×41\r\n3×42\r\n3×43','PRD300277-M2',3,'market','pcs',1,16500.00,18500.00,NULL,'products/1773733009_CsanvbMYcN.jpg',NULL,1,NULL,NULL,NULL,NULL,'2026-03-17 07:14:30','2026-03-17 07:14:30',NULL),
(491,'CA-PA K','1×39\r\n1×40\r\n4×41\r\n5×42\r\n4×43\r\n2×44\r\n1×45','PRD550465-M1',7,'market','pcs',1,19000.00,30000.00,NULL,'products/1773727857_omxku8875R.jpg',NULL,1,NULL,NULL,NULL,NULL,'2026-03-18 12:42:27','2026-03-18 12:42:27',NULL),
(493,'CA-0150 FS','1×41\r\n1×42\r\n1×43','PRD836759-M1',7,'market','pcs',1,19000.00,30000.00,NULL,'products/1773728019_5VoF8K0jup.jpg',NULL,1,NULL,NULL,NULL,NULL,'2026-03-18 12:42:32','2026-03-18 12:42:32',NULL),
(495,'CA-PA2025 B','1×40\r\n1×41\r\n2×42\r\n4×43\r\n3×44','PRD475332-M1',7,'market','pcs',1,19000.00,30000.00,NULL,'products/1776873382_H8Wg4vKcxq.jpg',NULL,1,NULL,NULL,NULL,NULL,'2026-03-19 05:34:51','2026-04-22 12:56:22',NULL),
(496,'Pro Max 7 T','3×41\r\n2×42\r\n3×43\r\n1×44','PRD852581',7,'store','pcs',1,19000.00,30000.00,NULL,'products/1775728134_VPFGgrFzDH.jpg',NULL,1,NULL,NULL,NULL,NULL,'2026-03-19 11:01:56','2026-04-09 06:48:55',NULL),
(498,'CA-V B',NULL,'PRD852581-M1',7,'market','pcs',1,17500.00,30000.00,NULL,'products/1773928916_9dAvXGX4c5.jpg',NULL,1,NULL,NULL,NULL,NULL,'2026-03-19 11:02:19','2026-03-19 11:02:19',NULL),
(500,'Pro max 4','1×39\r\n1×40\r\n2×41\r\n3×42\r\n3×43\r\n2×44\r\n1×45\r\n1×46','PRD976248-M2',7,'market','pcs',1,19000.00,30000.00,NULL,'products/1775726927_TClQ3UB5Fj.jpg',NULL,1,NULL,NULL,NULL,NULL,'2026-04-09 06:29:06','2026-04-09 06:29:06',NULL),
(502,'Pro Max 1','3×40\r\n7×41\r\n9×42\r\n8×43\r\n5×44\r\n2×45\r\n2×46','PRD933432-M2',7,'market','pcs',1,19000.00,30000.00,NULL,'products/1775727393_a07UQLmoMP.jpg',NULL,1,NULL,NULL,NULL,NULL,'2026-04-09 06:40:37','2026-04-09 06:40:37',NULL),
(504,'Pro Max 7 T','3×41\r\n2×42\r\n3×43\r\n1×44','PRD852581-M2',7,'market','pcs',1,19000.00,30000.00,NULL,'products/1775728134_VPFGgrFzDH.jpg',NULL,1,NULL,NULL,NULL,NULL,'2026-04-09 06:49:14','2026-04-09 06:49:14',NULL),
(506,'Pro max 6','1×39\r\n2×40\r\n3×41\r\n4×42\r\n6×43\r\n4×44\r\n2×45\r\n1×46','PRD603832-M2',7,'market','pcs',1,19000.00,30000.00,NULL,'products/1775559581_0XioZmMMjL.jpg',NULL,1,NULL,NULL,NULL,NULL,'2026-04-09 06:58:04','2026-04-09 06:58:04',NULL),
(508,'Pro max 2','3×40\r\n5×41\r\n7×42\r\n7×43\r\n5×44\r\n1×46','PRD957348-M2',7,'market','pcs',1,19000.00,30000.00,NULL,'products/1775728810_VU89DA270h.jpg',NULL,1,NULL,NULL,NULL,NULL,'2026-04-09 07:03:30','2026-04-09 07:03:30',NULL),
(509,'Pro Max 8 S',NULL,'PRD747486',7,'store','pcs',1,18500.00,27500.00,NULL,'products/1775729313_BurcZCWYZk.jpg',NULL,1,NULL,NULL,NULL,NULL,'2026-04-09 07:08:33','2026-04-09 07:08:33',NULL),
(511,'Pro Max 8 S',NULL,'PRD747486-M1',7,'market','pcs',1,18500.00,27500.00,NULL,'products/1775729313_BurcZCWYZk.jpg',NULL,1,NULL,NULL,NULL,NULL,'2026-04-09 07:08:54','2026-04-09 07:08:54',NULL),
(512,'Pro Max 10 Ç',NULL,'PRD120937',7,'store','pcs',1,18500.00,27500.00,NULL,'products/1775729867_hMnxB24US4.jpg',NULL,1,NULL,NULL,NULL,NULL,'2026-04-09 07:17:47','2026-04-09 07:18:54',NULL),
(514,'Pro Max 10 Ç',NULL,'PRD120937-M1',7,'market','pcs',1,18500.00,27500.00,NULL,'products/1775729867_hMnxB24US4.jpg',NULL,1,NULL,NULL,NULL,NULL,'2026-04-09 07:19:11','2026-04-09 07:19:11',NULL),
(515,'Pro Max 9',NULL,'PRD906826',7,'store','pcs',1,18500.00,27500.00,NULL,'products/1775730148_Xd1Oalt3yH.jpg',NULL,1,NULL,NULL,NULL,NULL,'2026-04-09 07:22:28','2026-04-09 07:22:28',NULL),
(517,'Pro Max 9',NULL,'PRD906826-M1',7,'market','pcs',1,18500.00,27500.00,NULL,'products/1775730148_Xd1Oalt3yH.jpg',NULL,1,NULL,NULL,NULL,NULL,'2026-04-09 07:22:47','2026-04-09 07:22:47',NULL),
(518,'Pro Max 11 SB',NULL,'PRD720369',7,'store','pcs',1,18500.00,27500.00,NULL,'products/1775730344_0F3arCrNJf.jpg',NULL,1,NULL,NULL,NULL,NULL,'2026-04-09 07:25:45','2026-04-09 07:25:45',NULL),
(520,'Pro Max 11 SB',NULL,'PRD720369-M1',7,'market','pcs',1,18500.00,27500.00,NULL,'products/1775730344_0F3arCrNJf.jpg',NULL,1,NULL,NULL,NULL,NULL,'2026-04-09 07:26:12','2026-04-09 07:26:12',NULL),
(522,'Pro max 7 Ç',NULL,'PRD629792-M2',7,'market','pcs',1,19000.00,27500.00,NULL,'products/1775730504_Am7Ad3LtqD.jpg',NULL,1,NULL,NULL,NULL,NULL,'2026-04-09 07:29:19','2026-04-09 07:29:19',NULL),
(523,'H - Pro Max-1',NULL,'PRD689130',7,'store','pcs',1,16500.00,18500.00,NULL,'products/1776865165_Szv3SaZq7b.jpg',NULL,1,NULL,NULL,NULL,NULL,'2026-04-22 10:39:26','2026-04-22 10:39:26',NULL),
(524,'H - Pro Max-2',NULL,'PRD351861',7,'store','pcs',1,16500.00,18500.00,NULL,'products/1776865228_Ty6KtccAVh.jpg',NULL,1,NULL,NULL,NULL,NULL,'2026-04-22 10:40:28','2026-04-22 10:40:28',NULL),
(526,'H - Pro Max-1',NULL,'PRD689130-M1',7,'market','pcs',1,16500.00,18500.00,NULL,'products/1776865165_Szv3SaZq7b.jpg',NULL,1,NULL,NULL,NULL,NULL,'2026-04-22 10:40:58','2026-04-22 10:40:58',NULL),
(528,'H - Pro Max-2',NULL,'PRD351861-M1',7,'market','pcs',1,16500.00,18500.00,NULL,'products/1776865228_Ty6KtccAVh.jpg',NULL,1,NULL,NULL,NULL,NULL,'2026-04-22 10:41:06','2026-04-22 10:41:06',NULL),
(529,'H - Pro Max-3',NULL,'PRD411822',7,'market','pcs',1,16500.00,18500.00,NULL,'products/1776865312_ftsOsE0I1k.jpg',NULL,1,NULL,NULL,NULL,NULL,'2026-04-22 10:41:52','2026-04-22 10:41:52',NULL),
(530,'H - BA-1',NULL,'PRD171379',3,'store','pcs',1,16500.00,18500.00,NULL,'products/1776865458_64dhoErKDZ.jpg',NULL,1,NULL,NULL,NULL,NULL,'2026-04-22 10:44:18','2026-04-22 10:44:18',NULL),
(531,'H - BA-2',NULL,'PRD738620',3,'store','pcs',1,16500.00,18500.00,NULL,'products/1776865505_0fG6NuvGzG.jpg',NULL,1,NULL,NULL,NULL,NULL,'2026-04-22 10:45:05','2026-04-22 10:45:05',NULL),
(533,'H - BA-1',NULL,'PRD171379-M1',3,'market','pcs',1,16500.00,18500.00,NULL,'products/1776865458_64dhoErKDZ.jpg',NULL,1,NULL,NULL,NULL,NULL,'2026-04-22 10:45:22','2026-04-22 10:45:22',NULL),
(535,'H - BA-2',NULL,'PRD738620-M1',3,'market','pcs',1,16500.00,18500.00,NULL,'products/1776865505_0fG6NuvGzG.jpg',NULL,1,NULL,NULL,NULL,NULL,'2026-04-22 10:45:32','2026-04-22 10:45:32',NULL);
/*!40000 ALTER TABLE `products` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `proforma_items`
--

DROP TABLE IF EXISTS `proforma_items`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `proforma_items` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `proforma_id` bigint(20) unsigned NOT NULL,
  `product_id` bigint(20) unsigned NOT NULL,
  `product_name` varchar(255) NOT NULL,
  `product_barcode` varchar(255) DEFAULT NULL,
  `quantity` int(11) NOT NULL,
  `unit_price` decimal(10,2) NOT NULL,
  `tax_rate` decimal(5,2) NOT NULL DEFAULT 0.00,
  `tax_amount` decimal(10,2) NOT NULL DEFAULT 0.00,
  `discount_amount` decimal(10,2) NOT NULL DEFAULT 0.00,
  `total_amount` decimal(10,2) NOT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `proforma_items_proforma_id_index` (`proforma_id`),
  KEY `proforma_items_product_id_index` (`product_id`),
  CONSTRAINT `proforma_items_product_id_foreign` FOREIGN KEY (`product_id`) REFERENCES `products` (`id`),
  CONSTRAINT `proforma_items_proforma_id_foreign` FOREIGN KEY (`proforma_id`) REFERENCES `proformas` (`id`) ON DELETE CASCADE
) ENGINE=InnoDB AUTO_INCREMENT=91 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `proforma_items`
--

LOCK TABLES `proforma_items` WRITE;
/*!40000 ALTER TABLE `proforma_items` DISABLE KEYS */;
INSERT INTO `proforma_items` VALUES
(1,1,53,'H-2026','PRD351246-M1',10,17500.00,0.00,0.00,0.00,175000.00,'2026-01-08 07:06:56','2026-01-08 07:06:56'),
(2,1,91,'H-2025','PRD932917-M1',20,17500.00,0.00,0.00,0.00,350000.00,'2026-01-08 07:06:56','2026-01-08 07:06:56'),
(3,1,156,'H-2022','PRD932088-M1',10,17500.00,0.00,0.00,0.00,175000.00,'2026-01-08 07:06:56','2026-01-08 07:06:56'),
(4,1,148,'H-2019 S','PRD924146-M1',10,17499.99,0.00,0.00,0.00,174999.90,'2026-01-08 07:06:56','2026-01-08 07:06:56'),
(5,1,141,'H-2017 T','PRD354350-M1',10,17500.00,0.00,0.00,0.00,175000.00,'2026-01-08 07:06:56','2026-01-08 07:06:56'),
(6,2,91,'H-2025','PRD932917-M1',10,17500.00,0.00,0.00,0.00,175000.00,'2026-01-08 11:29:31','2026-01-08 11:29:31'),
(7,2,156,'H-2022','PRD932088-M1',10,17500.00,0.00,0.00,0.00,175000.00,'2026-01-08 11:29:31','2026-01-08 11:29:31'),
(8,2,148,'H-2019 S','PRD924146-M1',10,17499.99,0.00,0.00,0.00,174999.90,'2026-01-08 11:29:31','2026-01-08 11:29:31'),
(9,2,170,'H-2025 CH','PRD722929-M1',10,17500.00,0.00,0.00,0.00,175000.00,'2026-01-08 11:29:31','2026-01-08 11:29:31'),
(10,2,141,'H-2017 T','PRD354350-M1',10,17500.00,0.00,0.00,0.00,175000.00,'2026-01-08 11:29:31','2026-01-08 11:29:31'),
(11,3,53,'H-2026','PRD351246-M1',10,17500.00,0.00,0.00,0.00,175000.00,'2026-01-08 11:31:59','2026-01-08 11:31:59'),
(12,3,91,'H-2025','PRD932917-M1',10,17500.00,0.00,0.00,0.00,175000.00,'2026-01-08 11:31:59','2026-01-08 11:31:59'),
(13,3,156,'H-2022','PRD932088-M1',10,17500.00,0.00,0.00,0.00,175000.00,'2026-01-08 11:31:59','2026-01-08 11:31:59'),
(14,3,148,'H-2019 S','PRD924146-M1',10,17499.99,0.00,0.00,0.00,174999.90,'2026-01-08 11:31:59','2026-01-08 11:31:59'),
(15,3,170,'H-2025 CH','PRD722929-M1',10,17500.00,0.00,0.00,0.00,175000.00,'2026-01-08 11:31:59','2026-01-08 11:31:59'),
(16,3,141,'H-2017 T','PRD354350-M1',10,17500.00,0.00,0.00,0.00,175000.00,'2026-01-08 11:31:59','2026-01-08 11:31:59'),
(31,4,167,'H-2025 S','PRD484989-M1',1,17500.00,0.00,0.00,0.00,17500.00,'2026-01-11 11:00:50','2026-01-11 11:00:50'),
(32,4,146,'H-2018','PRD588545-M1',1,17499.99,0.00,0.00,0.00,17499.99,'2026-01-11 11:00:50','2026-01-11 11:00:50'),
(33,4,152,'H-2020','PRD069090-M1',1,17499.99,0.00,0.00,0.00,17499.99,'2026-01-11 11:00:50','2026-01-11 11:00:50'),
(34,4,141,'H-2017 T','PRD354350-M1',1,17500.00,0.00,0.00,0.00,17500.00,'2026-01-11 11:00:50','2026-01-11 11:00:50'),
(35,4,134,'H-2015 B','PRD070863-M1',1,17500.00,0.00,0.00,0.00,17500.00,'2026-01-11 11:00:50','2026-01-11 11:00:50'),
(36,4,124,'H-2023','PRD161725-M2',1,17500.00,0.00,0.00,0.00,17500.00,'2026-01-11 11:00:50','2026-01-11 11:00:50'),
(37,4,126,'H-2024','PRD546296-M1',1,17500.00,0.00,0.00,0.00,17500.00,'2026-01-11 11:00:50','2026-01-11 11:00:50'),
(38,4,107,'Hilali-23','PRD031028-M1',1,17500.00,0.00,0.00,0.00,17500.00,'2026-01-11 11:00:50','2026-01-11 11:00:50'),
(39,4,87,'H-2023 Old','PRD161725-M1',2,17500.00,0.00,0.00,0.00,35000.00,'2026-01-11 11:00:50','2026-01-11 11:00:50'),
(40,4,91,'H-2025','PRD932917-M1',1,17500.00,0.00,0.00,0.00,17500.00,'2026-01-11 11:00:50','2026-01-11 11:00:50'),
(41,4,55,'Hilali-6','PRD515913-M1',1,17500.00,0.00,0.00,0.00,17500.00,'2026-01-11 11:00:50','2026-01-11 11:00:50'),
(42,4,51,'Hilali-4','PRD034866-M1',1,17500.00,0.00,0.00,0.00,17500.00,'2026-01-11 11:00:50','2026-01-11 11:00:50'),
(43,4,53,'H-2026','PRD351246-M1',1,17500.00,0.00,0.00,0.00,17500.00,'2026-01-11 11:00:50','2026-01-11 11:00:50'),
(44,4,45,'Hilali-1','PRD677078-M1',1,17500.00,0.00,0.00,0.00,17500.00,'2026-01-11 11:00:50','2026-01-11 11:00:50'),
(45,4,95,'Hilali-17','PRD977884-M1',1,17500.00,0.00,0.00,0.00,17500.00,'2026-01-11 11:00:50','2026-01-11 11:00:50'),
(46,4,89,'Hilali-14','PRD593016-M1',1,17500.00,0.00,0.00,0.00,17500.00,'2026-01-11 11:00:50','2026-01-11 11:00:50'),
(47,4,130,'H-2026 C','PRD018486-M1',1,17500.00,0.00,0.00,0.00,17500.00,'2026-01-11 11:00:50','2026-01-11 11:00:50'),
(48,5,12,'HS-2011S','PRD616621',1,17500.00,0.00,0.00,0.00,17500.00,'2026-01-11 11:05:20','2026-01-11 11:05:20'),
(49,5,111,'H-2020','PRD069090',1,17499.99,0.00,0.00,0.00,17499.99,'2026-01-11 11:05:20','2026-01-11 11:05:20'),
(50,5,175,'HS-2010','PRD976818',1,17500.00,0.00,0.00,0.00,17500.00,'2026-01-11 11:05:20','2026-01-11 11:05:20'),
(51,5,176,'HS-2010SB','PRD767863',1,17500.00,0.00,0.00,0.00,17500.00,'2026-01-11 11:05:20','2026-01-11 11:05:20'),
(52,5,177,'HS-2011S2','PRD913398',1,17500.00,0.00,0.00,0.00,17500.00,'2026-01-11 11:05:20','2026-01-11 11:05:20'),
(53,5,178,'HS-3000S','PRD596043',1,17500.00,0.00,0.00,0.00,17500.00,'2026-01-11 11:05:20','2026-01-11 11:05:20'),
(54,6,69,'BA HIL-1','PRD434671-M1',10,17500.00,0.00,0.00,0.00,175000.00,'2026-01-14 08:10:58','2026-01-14 08:10:58'),
(55,6,75,'BA HIL-4','PRD170112-M1',10,17500.00,0.00,0.00,0.00,175000.00,'2026-01-14 08:10:58','2026-01-14 08:10:58'),
(56,6,158,'HB-2026','PRD175455-M1',10,17500.00,0.00,0.00,0.00,175000.00,'2026-01-14 08:10:58','2026-01-14 08:10:58'),
(57,6,162,'HB-2026 S','PRD785302-M1',12,17500.00,0.00,0.00,0.00,210000.00,'2026-01-14 08:10:58','2026-01-14 08:10:58'),
(58,6,164,'HB-2026 T','PRD031390-M1',7,17500.00,0.00,0.00,0.00,122500.00,'2026-01-14 08:10:58','2026-01-14 08:10:58'),
(59,6,190,'HB-2027S','PRD212562-M1',9,17500.00,0.00,0.00,0.00,157500.00,'2026-01-14 08:10:58','2026-01-14 08:10:58'),
(60,7,81,'Hilali-10','PRD582282-M1',3,21000.00,0.00,0.00,0.00,63000.00,'2026-01-17 10:20:48','2026-01-17 10:20:48'),
(61,7,150,'H-2019','PRD701686-M1',3,21000.00,0.00,0.00,0.00,63000.00,'2026-01-17 10:20:48','2026-01-17 10:20:48'),
(62,7,134,'H-2015 B','PRD070863-M1',3,21000.00,0.00,0.00,0.00,63000.00,'2026-01-17 10:20:48','2026-01-17 10:20:48'),
(68,8,53,'H-2026','PRD351246-M1',1,18500.00,0.00,0.00,0.00,18500.00,'2026-01-21 06:17:29','2026-01-21 06:17:29'),
(69,8,130,'H-2026 C','PRD018486-M1',1,18500.00,0.00,0.00,0.00,18500.00,'2026-01-21 06:17:29','2026-01-21 06:17:29'),
(70,8,152,'H-2020','PRD069090-M1',1,18500.00,0.00,0.00,0.00,18500.00,'2026-01-21 06:17:29','2026-01-21 06:17:29'),
(71,8,162,'HB-2026 S','PRD785302-M1',5,18500.00,0.00,0.00,0.00,92500.00,'2026-01-21 06:17:29','2026-01-21 06:17:29'),
(72,8,180,'HS-3000S','PRD596043-M1',1,18500.00,0.00,0.00,0.00,18500.00,'2026-01-21 06:17:29','2026-01-21 06:17:29'),
(73,9,31,'Hilal-14B','PRD593016',10,18500.00,0.00,0.00,0.00,185000.00,'2026-02-07 07:04:49','2026-02-07 07:04:49'),
(74,9,34,'Hilal-0017','PRD977884',3,18500.00,0.00,0.00,0.00,55500.00,'2026-02-07 07:04:49','2026-02-07 07:04:49'),
(75,9,109,'H-2022','PRD932088',2,18500.00,0.00,0.00,0.00,37000.00,'2026-02-07 07:04:49','2026-02-07 07:04:49'),
(76,9,178,'HS-3000S','PRD596043',12,18500.00,0.00,0.00,0.00,222000.00,'2026-02-07 07:04:49','2026-02-07 07:04:49'),
(77,9,193,'Hilal 2000S','PRD263693',12,18500.00,0.00,0.00,0.00,222000.00,'2026-02-07 07:04:49','2026-02-07 07:04:49'),
(78,9,231,'HS-FB9','PRD544296',5,18500.00,0.00,0.00,0.00,92500.00,'2026-02-07 07:04:49','2026-02-07 07:04:49'),
(79,9,262,'HS-2011B','PRD235574',10,18500.00,0.00,0.00,0.00,185000.00,'2026-02-07 07:04:49','2026-02-07 07:04:49'),
(80,9,264,'Hilal-10G','PRD208026',10,18500.00,0.00,0.00,0.00,185000.00,'2026-02-07 07:04:49','2026-02-07 07:04:49'),
(81,9,275,'KS-1','PRD070888',6,18500.00,0.00,0.00,0.00,111000.00,'2026-02-07 07:04:49','2026-02-07 07:04:49'),
(82,9,276,'HZ-T','PRD305039',10,18500.00,0.00,0.00,0.00,185000.00,'2026-02-07 07:04:49','2026-02-07 07:04:49'),
(83,9,277,'HZ-Ç','PRD638156',8,18500.00,0.00,0.00,0.00,148000.00,'2026-02-07 07:04:49','2026-02-07 07:04:49'),
(84,9,278,'HZ-SB','PRD188578',10,18500.00,0.00,0.00,0.00,185000.00,'2026-02-07 07:04:49','2026-02-07 07:04:49'),
(85,9,279,'HS-3000Ç','PRD084218',10,18500.00,0.00,0.00,0.00,185000.00,'2026-02-07 07:04:49','2026-02-07 07:04:49'),
(86,9,280,'KB-1','PRD805745',12,18500.00,0.00,0.00,0.00,222000.00,'2026-02-07 07:04:49','2026-02-07 07:04:49'),
(87,9,281,'RB-1','PRD014105',11,18500.00,0.00,0.00,0.00,203500.00,'2026-02-07 07:04:49','2026-02-07 07:04:49'),
(88,9,282,'FS-1','PRD077492',10,18500.00,0.00,0.00,0.00,185000.00,'2026-02-07 07:04:49','2026-02-07 07:04:49'),
(89,9,283,'HS-2011G','PRD082651',12,18500.00,0.00,0.00,0.00,222000.00,'2026-02-07 07:04:49','2026-02-07 07:04:49'),
(90,9,284,'HS-2010Ç','PRD212827',12,18500.00,0.00,0.00,0.00,222000.00,'2026-02-07 07:04:49','2026-02-07 07:04:49');
/*!40000 ALTER TABLE `proforma_items` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `proformas`
--

DROP TABLE IF EXISTS `proformas`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `proformas` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `proforma_number` varchar(255) NOT NULL,
  `proforma_type` enum('market','store') NOT NULL,
  `customer_name` varchar(255) DEFAULT NULL,
  `customer_phone` varchar(20) DEFAULT NULL,
  `customer_email` varchar(255) DEFAULT NULL,
  `subtotal` decimal(10,2) NOT NULL DEFAULT 0.00,
  `tax_amount` decimal(10,2) NOT NULL DEFAULT 0.00,
  `discount_amount` decimal(10,2) NOT NULL DEFAULT 0.00,
  `total_amount` decimal(10,2) NOT NULL,
  `status` enum('draft','sent','confirmed','expired','cancelled') NOT NULL DEFAULT 'draft',
  `notes` text DEFAULT NULL,
  `created_by` bigint(20) unsigned NOT NULL,
  `confirmed_by` bigint(20) unsigned DEFAULT NULL,
  `confirmed_at` timestamp NULL DEFAULT NULL,
  `sale_id` bigint(20) unsigned DEFAULT NULL,
  `expires_at` timestamp NULL DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  PRIMARY KEY (`id`),
  UNIQUE KEY `proformas_proforma_number_unique` (`proforma_number`),
  KEY `proformas_confirmed_by_foreign` (`confirmed_by`),
  KEY `proformas_sale_id_foreign` (`sale_id`),
  KEY `proformas_proforma_type_status_index` (`proforma_type`,`status`),
  KEY `proformas_created_at_index` (`created_at`),
  KEY `proformas_status_index` (`status`),
  KEY `proformas_created_by_index` (`created_by`),
  KEY `proformas_expires_at_index` (`expires_at`),
  CONSTRAINT `proformas_confirmed_by_foreign` FOREIGN KEY (`confirmed_by`) REFERENCES `users` (`id`),
  CONSTRAINT `proformas_created_by_foreign` FOREIGN KEY (`created_by`) REFERENCES `users` (`id`),
  CONSTRAINT `proformas_sale_id_foreign` FOREIGN KEY (`sale_id`) REFERENCES `sales` (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=10 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `proformas`
--

LOCK TABLES `proformas` WRITE;
/*!40000 ALTER TABLE `proformas` DISABLE KEYS */;
INSERT INTO `proformas` VALUES
(1,'PRO-MARKET-20260108-0001','market','Abdallah','66 91 12 29',NULL,1049999.90,0.00,0.00,1049999.90,'cancelled','\n\nCancelled: Error Correction',7,NULL,NULL,NULL,'2026-02-06 21:00:00','2026-01-08 07:06:56','2026-01-08 11:25:59'),
(2,'PRO-MARKET-20260108-0002','market','Abdallah','66 91 12 29',NULL,874999.90,0.00,0.00,874999.90,'cancelled','\n\nCancelled: Error Correction',7,NULL,NULL,NULL,'2026-02-06 21:00:00','2026-01-08 11:29:31','2026-01-08 11:30:36'),
(3,'PRO-MARKET-20260108-0003','market','Abdallah','66 91 12 29',NULL,1049999.90,0.00,0.00,1049999.90,'draft',NULL,7,NULL,NULL,NULL,'2026-02-06 21:00:00','2026-01-08 11:31:59','2026-01-08 11:31:59'),
(4,'PRO-MARKET-20260111-0001','market','MAHAMAT','0541 210 57 73',NULL,314999.98,0.00,0.00,314999.98,'cancelled','Les numeros doivent etre entre 40 et 43\n\nCancelled: DATE EXPIRE',4,NULL,NULL,NULL,'2026-01-11 21:00:00','2026-01-11 09:55:22','2026-01-14 08:01:50'),
(5,'PRO-STORE-20260111-0001','store','MAHAMAT','0541 210 57 73',NULL,104999.99,0.00,0.00,104999.99,'cancelled','\n\nCancelled: EXPIRE',4,NULL,NULL,NULL,'2026-01-11 21:00:00','2026-01-11 11:05:20','2026-01-14 08:03:51'),
(6,'PRO-MARKET-20260114-0001','market','ABAKAR SIDICK','66 32 03 37',NULL,1015000.00,0.00,0.00,1015000.00,'draft',NULL,4,NULL,NULL,NULL,'2026-02-12 21:00:00','2026-01-14 08:10:58','2026-01-14 08:10:58'),
(7,'PRO-MARKET-20260117-0001','market','YOUSSOUF','66 62 03 47',NULL,189000.00,0.00,0.00,189000.00,'draft','3X42 3X44 3X45',4,NULL,NULL,NULL,'2026-02-16 21:00:00','2026-01-17 10:20:48','2026-01-17 10:20:48'),
(8,'PRO-MARKET-20260121-0001','market','AHMAT ISSA','66 32 99 71',NULL,166500.00,0.00,0.00,166500.00,'confirmed',NULL,4,4,'2026-01-21 06:17:52',298,'2026-02-19 21:00:00','2026-01-21 06:15:21','2026-01-21 06:17:52'),
(9,'PRO-STORE-20260207-0001','store','ABDALLAH','66 91 12 29',NULL,3052500.00,0.00,82500.00,2970000.00,'draft','165 pieces au total',4,NULL,NULL,NULL,'2026-02-10 21:00:00','2026-02-07 07:04:49','2026-02-07 07:04:49');
/*!40000 ALTER TABLE `proformas` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `push_subscriptions`
--

DROP TABLE IF EXISTS `push_subscriptions`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `push_subscriptions` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `user_id` bigint(20) unsigned NOT NULL,
  `endpoint` text NOT NULL,
  `endpoint_hash` varchar(64) NOT NULL,
  `public_key` varchar(500) DEFAULT NULL,
  `auth_token` varchar(500) DEFAULT NULL,
  `content_encoding` varchar(255) NOT NULL DEFAULT 'aes128gcm',
  `is_active` tinyint(1) NOT NULL DEFAULT 1,
  `last_used_at` timestamp NULL DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  PRIMARY KEY (`id`),
  UNIQUE KEY `push_subscriptions_endpoint_hash_unique` (`endpoint_hash`),
  KEY `push_subscriptions_user_id_is_active_index` (`user_id`,`is_active`),
  CONSTRAINT `push_subscriptions_user_id_foreign` FOREIGN KEY (`user_id`) REFERENCES `users` (`id`) ON DELETE CASCADE
) ENGINE=InnoDB AUTO_INCREMENT=5 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `push_subscriptions`
--

LOCK TABLES `push_subscriptions` WRITE;
/*!40000 ALTER TABLE `push_subscriptions` DISABLE KEYS */;
INSERT INTO `push_subscriptions` VALUES
(1,7,'https://fcm.googleapis.com/fcm/send/cXVVAlne1zI:APA91bHTRD2Wp6JPHWRN9ewjBJl2_NS9sWdopxzUVIA1y-R_NfIg_HcK8zYmCWlHUAHe7mUx0c6aoKDTHEuUQ8SDammdjEHSw_rksV2A5TQtppZ43vqot-ZcPjfM4fCwf9_a35qxrBxk','fe6d351d7bee7e1f511a0def054f00ddc98f5bc266d6d524717ab2b8102aaa22','BImZEzFIefkIcGIzAjph2t_lI9fDzWCXb_ijRhmfb2LGGd-QSqd8HIl4pTHMTo3OCsPcX94FipTd4MK5XuU1eYQ','ZPGdTjVFkdniDF7uoeH0gA','aes128gcm',1,'2026-04-22 13:23:29','2026-04-07 07:53:51','2026-04-22 13:23:29'),
(3,11,'https://fcm.googleapis.com/fcm/send/cdSh9ib1WXE:APA91bEizn9s4fw-H8JXDavY9-8tdCcgZS-ZbUxAuVp1-ATZiMBrkkcVJcVxuhW1_7Y8bZGThIqi1RAQOoP0URpRsyvvuqZM00W9ca3fNJiZZ6YT_WFeoHgUdwNPy73kmUMD8HQ8fydi','1147b911088d7f83ff6c2e4576e4d40444de7fda8c3aff672b6aab9ea37a5364','BBfkC53JRjP_7QPOCIj715ciXrPDqQnK5FOoqpzd085g2uq8pq_sq-YGKVoMBCNIHZgGk15T9a7MkKUdvukCfa0','hW9Zh-l2ZPCb8TdhU8ID2A','aes128gcm',1,'2026-04-22 13:23:29','2026-04-12 09:36:03','2026-04-22 13:23:29'),
(4,7,'https://fcm.googleapis.com/fcm/send/ctn0c8Wa7-g:APA91bF-n062SKo8cvhpmCs8DokTcIau4xNIDEi5GZoQtsJdio2aCynhK7jlp-MXVfVwb1-3VYElufTprLvUczhSiFcPLue8tzIyctjv2IpjURZg9l0AH2sVWIjU_Js3BZb95RTge448','51731d962f640b8659dfed67ebe17dc0749f19cdc40e3401404751c0653d6ad8','BAQVmLEMPy5dk0hXau6yApk9psurRSXLNcOj1yOPmXN0X2LSdb9ip6N6P23ITKYAnW-kcY5_ljkcrHBwDEKVk9k','qb9_OVm1UzQvpjKS5WMD_Q','aes128gcm',1,'2026-04-22 13:23:29','2026-04-21 10:18:13','2026-04-22 13:23:29');
/*!40000 ALTER TABLE `push_subscriptions` ENABLE KEYS */;
UNLOCK TABLES;

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

DROP TABLE IF EXISTS `role_has_permissions`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
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;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `role_has_permissions`
--

LOCK TABLES `role_has_permissions` WRITE;
/*!40000 ALTER TABLE `role_has_permissions` DISABLE KEYS */;
INSERT INTO `role_has_permissions` VALUES
(1,1),
(1,2),
(1,3),
(1,5),
(2,1),
(2,2),
(2,3),
(2,5),
(3,1),
(3,2),
(3,3),
(3,5),
(4,1),
(4,2),
(5,1),
(5,2),
(6,1),
(6,2),
(7,1),
(7,2),
(8,1),
(8,2),
(9,1),
(9,2),
(10,1),
(10,2),
(11,1),
(11,2),
(12,1),
(12,2),
(13,1),
(13,2),
(13,4),
(14,1),
(14,2),
(15,1),
(15,2),
(16,1),
(16,2),
(17,1),
(17,2),
(18,1),
(18,2),
(18,4),
(18,5),
(19,1),
(19,2),
(19,5),
(20,1),
(20,2),
(20,5),
(21,1),
(21,2),
(21,5),
(22,1),
(22,2),
(22,5),
(23,1),
(23,2),
(23,4),
(23,5),
(24,1),
(24,2),
(24,3),
(24,4),
(24,5),
(25,1),
(25,2),
(25,3),
(25,4),
(25,5),
(26,1),
(26,2),
(26,3),
(26,4),
(26,5),
(27,1),
(27,2),
(27,3),
(27,4),
(27,5),
(28,1),
(28,2),
(28,3),
(28,4),
(28,5),
(29,1),
(29,2),
(29,3),
(29,4),
(29,5),
(30,1),
(30,2),
(30,3),
(30,4),
(30,5),
(31,1),
(31,2),
(31,3),
(31,4),
(31,5),
(32,1),
(32,2),
(32,3),
(32,4),
(32,5),
(33,1),
(33,2),
(34,1),
(34,2),
(35,1),
(35,2),
(36,1),
(36,2),
(36,3),
(37,1),
(37,2),
(37,3),
(38,1),
(38,2),
(39,1),
(39,2),
(40,1),
(40,2),
(41,1),
(41,2),
(42,1),
(42,2),
(43,1),
(43,2),
(43,3),
(43,4),
(43,5),
(44,1),
(44,2),
(44,3),
(44,5),
(45,1),
(45,2),
(45,3),
(45,5),
(46,1),
(46,2),
(46,4),
(47,1),
(47,2),
(48,1),
(48,2),
(49,1),
(49,2),
(50,1),
(51,1),
(52,1),
(52,2),
(52,3),
(52,4),
(52,5),
(53,1),
(53,2),
(53,3),
(53,5),
(54,1),
(54,2),
(54,3),
(54,4),
(54,5),
(55,1),
(55,2),
(55,3),
(55,5),
(56,1),
(56,2),
(56,3),
(56,4),
(56,5),
(57,1),
(57,2),
(58,1),
(58,2),
(59,1),
(59,2),
(60,1),
(60,2);
/*!40000 ALTER TABLE `role_has_permissions` ENABLE KEYS */;
UNLOCK TABLES;

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

DROP TABLE IF EXISTS `roles`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `roles` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `name` varchar(255) NOT NULL,
  `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=6 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `roles`
--

LOCK TABLES `roles` WRITE;
/*!40000 ALTER TABLE `roles` DISABLE KEYS */;
INSERT INTO `roles` VALUES
(1,'Super Admin','web','2025-11-01 11:20:21','2025-11-01 11:20:21'),
(2,'Admin','web','2025-11-01 11:20:21','2025-11-01 11:20:21'),
(3,'Manager','web','2025-11-01 11:20:21','2025-11-01 11:20:21'),
(4,'Seller','web','2025-11-01 11:20:21','2025-11-01 11:20:21'),
(5,'Guestion','web','2025-11-17 09:50:40','2025-11-17 09:50:40');
/*!40000 ALTER TABLE `roles` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `sale_histories`
--

DROP TABLE IF EXISTS `sale_histories`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `sale_histories` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `sale_id` bigint(20) unsigned NOT NULL,
  `action` varchar(255) NOT NULL,
  `changes` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL CHECK (json_valid(`changes`)),
  `old_values` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL CHECK (json_valid(`old_values`)),
  `new_values` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL CHECK (json_valid(`new_values`)),
  `reason` text DEFAULT NULL,
  `user_id` bigint(20) unsigned DEFAULT NULL,
  `user_name` varchar(255) DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `sale_histories_sale_id_created_at_index` (`sale_id`,`created_at`),
  KEY `sale_histories_action_index` (`action`),
  KEY `sale_histories_user_id_foreign` (`user_id`),
  CONSTRAINT `sale_histories_sale_id_foreign` FOREIGN KEY (`sale_id`) REFERENCES `sales` (`id`) ON DELETE CASCADE,
  CONSTRAINT `sale_histories_user_id_foreign` FOREIGN KEY (`user_id`) REFERENCES `users` (`id`) ON DELETE SET NULL
) ENGINE=InnoDB AUTO_INCREMENT=1211 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `sale_histories`
--

LOCK TABLES `sale_histories` WRITE;
/*!40000 ALTER TABLE `sale_histories` DISABLE KEYS */;
INSERT INTO `sale_histories` VALUES
(1,1,'created',NULL,NULL,'{\"sale_number\":\"HIL-0001\",\"sale_type\":\"market\",\"customer_name\":null,\"customer_phone\":null,\"customer_email\":null,\"subtotal\":\"12000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"12000.00\",\"paid_amount\":\"12000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2025-12-17T09:35:11.000000Z\",\"cashier_id\":4,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"12000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2025-12-17T09:35:11.000000Z\",\"created_at\":\"2025-12-17T09:35:11.000000Z\",\"id\":1}','Sale created through POS',4,'admin','2025-12-17 06:35:11','2025-12-17 06:35:11'),
(2,2,'created',NULL,NULL,'{\"sale_number\":\"HIL-0002\",\"sale_type\":\"market\",\"customer_name\":null,\"customer_phone\":null,\"customer_email\":null,\"subtotal\":\"6000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"6000.00\",\"paid_amount\":\"6000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2025-12-17T09:35:19.000000Z\",\"cashier_id\":4,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"6000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2025-12-17T09:35:19.000000Z\",\"created_at\":\"2025-12-17T09:35:19.000000Z\",\"id\":2}','Sale created through POS',4,'admin','2025-12-17 06:35:19','2025-12-17 06:35:19'),
(3,3,'created',NULL,NULL,'{\"sale_number\":\"HIL-0003\",\"sale_type\":\"market\",\"customer_name\":null,\"customer_phone\":null,\"customer_email\":null,\"subtotal\":\"24000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"24000.00\",\"paid_amount\":\"24000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2025-12-17T09:35:29.000000Z\",\"cashier_id\":4,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"24000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2025-12-17T09:35:29.000000Z\",\"created_at\":\"2025-12-17T09:35:29.000000Z\",\"id\":3}','Sale created through POS',4,'admin','2025-12-17 06:35:29','2025-12-17 06:35:29'),
(4,4,'created',NULL,NULL,'{\"sale_number\":\"HIL-0004\",\"sale_type\":\"market\",\"customer_name\":null,\"customer_phone\":null,\"customer_email\":null,\"subtotal\":\"17500.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"17500.00\",\"paid_amount\":\"17500.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2025-12-17T11:56:18.000000Z\",\"cashier_id\":4,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"17500.00\",\"payment_status\":\"paid\",\"updated_at\":\"2025-12-17T11:56:18.000000Z\",\"created_at\":\"2025-12-17T11:56:18.000000Z\",\"id\":4}','Sale created through POS',4,'admin','2025-12-17 08:56:18','2025-12-17 08:56:18'),
(5,5,'created',NULL,NULL,'{\"sale_number\":\"HIL-0005\",\"sale_type\":\"market\",\"customer_name\":null,\"customer_phone\":null,\"customer_email\":null,\"subtotal\":\"20000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"20000.00\",\"paid_amount\":\"20000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2025-12-17T13:10:24.000000Z\",\"cashier_id\":4,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"20000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2025-12-17T13:10:24.000000Z\",\"created_at\":\"2025-12-17T13:10:24.000000Z\",\"id\":5}','Sale created through POS',4,'admin','2025-12-17 10:10:24','2025-12-17 10:10:24'),
(6,6,'created',NULL,NULL,'{\"sale_number\":\"HIL-0006\",\"sale_type\":\"market\",\"customer_name\":null,\"customer_phone\":null,\"customer_email\":null,\"subtotal\":\"18000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"18000.00\",\"paid_amount\":\"18000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2025-12-17T15:17:25.000000Z\",\"cashier_id\":4,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"18000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2025-12-17T15:17:25.000000Z\",\"created_at\":\"2025-12-17T15:17:25.000000Z\",\"id\":6}','Sale created through POS',4,'admin','2025-12-17 12:17:25','2025-12-17 12:17:25'),
(7,7,'created',NULL,NULL,'{\"sale_number\":\"HIL-0007\",\"sale_type\":\"market\",\"customer_name\":null,\"customer_phone\":null,\"customer_email\":null,\"subtotal\":\"17500.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"17500.00\",\"paid_amount\":\"17500.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2025-12-17T16:11:31.000000Z\",\"cashier_id\":4,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"17500.00\",\"payment_status\":\"paid\",\"updated_at\":\"2025-12-17T16:11:31.000000Z\",\"created_at\":\"2025-12-17T16:11:31.000000Z\",\"id\":7}','Sale created through POS',4,'admin','2025-12-17 13:11:31','2025-12-17 13:11:31'),
(8,8,'created',NULL,NULL,'{\"sale_number\":\"HIL-0008\",\"sale_type\":\"market\",\"customer_name\":\"Serou Mi\",\"customer_phone\":\"60 20 11 32\",\"customer_email\":null,\"subtotal\":\"375000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"375000.00\",\"paid_amount\":\"375000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2025-12-18T09:45:39.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"375000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2025-12-18T09:45:39.000000Z\",\"created_at\":\"2025-12-18T09:45:39.000000Z\",\"id\":8}','Sale created through POS',7,'Ayoub Oumar','2025-12-18 06:45:39','2025-12-18 06:45:39'),
(9,9,'created',NULL,NULL,'{\"sale_number\":\"HIL-0009\",\"sale_type\":\"market\",\"customer_name\":null,\"customer_phone\":null,\"customer_email\":null,\"subtotal\":\"20000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"20000.00\",\"paid_amount\":\"20000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2025-12-18T12:25:13.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"20000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2025-12-18T12:25:13.000000Z\",\"created_at\":\"2025-12-18T12:25:13.000000Z\",\"id\":9}','Sale created through POS',7,'Ayoub Oumar','2025-12-18 09:25:13','2025-12-18 09:25:13'),
(10,10,'created',NULL,NULL,'{\"sale_number\":\"HIL-0010\",\"sale_type\":\"market\",\"customer_name\":null,\"customer_phone\":null,\"customer_email\":null,\"subtotal\":\"52500.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"52500.00\",\"paid_amount\":\"52500.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2025-12-18T13:02:21.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"52500.00\",\"payment_status\":\"paid\",\"updated_at\":\"2025-12-18T13:02:21.000000Z\",\"created_at\":\"2025-12-18T13:02:21.000000Z\",\"id\":10}','Sale created through POS',7,'Ayoub Oumar','2025-12-18 10:02:21','2025-12-18 10:02:21'),
(11,11,'created',NULL,NULL,'{\"sale_number\":\"HIL-0011\",\"sale_type\":\"market\",\"customer_name\":\"Cappi\",\"customer_phone\":\"60 12 44 42\",\"customer_email\":null,\"subtotal\":\"1750000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"1750000.00\",\"paid_amount\":\"0.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2025-12-18T14:15:14.000000Z\",\"cashier_id\":7,\"is_loan\":true,\"loan_amount\":\"1750000.00\",\"collected_amount\":\"0.00\",\"payment_status\":\"unpaid\",\"updated_at\":\"2025-12-18T14:15:14.000000Z\",\"created_at\":\"2025-12-18T14:15:14.000000Z\",\"id\":11}','Sale created through POS',7,'Ayoub Oumar','2025-12-18 11:15:14','2025-12-18 11:15:14'),
(12,12,'created',NULL,NULL,'{\"sale_number\":\"HIL-0012\",\"sale_type\":\"market\",\"customer_name\":null,\"customer_phone\":null,\"customer_email\":null,\"subtotal\":\"20000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"20000.00\",\"paid_amount\":\"20000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2025-12-18T15:07:16.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"20000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2025-12-18T15:07:16.000000Z\",\"created_at\":\"2025-12-18T15:07:16.000000Z\",\"id\":12}','Sale created through POS',7,'Ayoub Oumar','2025-12-18 12:07:16','2025-12-18 12:07:16'),
(13,13,'created',NULL,NULL,'{\"sale_number\":\"HIL-0013\",\"sale_type\":\"market\",\"customer_name\":null,\"customer_phone\":null,\"customer_email\":null,\"subtotal\":\"17500.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"17500.00\",\"paid_amount\":\"17500.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2025-12-19T10:59:28.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"17500.00\",\"payment_status\":\"paid\",\"updated_at\":\"2025-12-19T10:59:28.000000Z\",\"created_at\":\"2025-12-19T10:59:28.000000Z\",\"id\":13}','Sale created through POS',7,'Ayoub Oumar','2025-12-19 07:59:28','2025-12-19 07:59:28'),
(14,14,'created',NULL,NULL,'{\"sale_number\":\"HIL-0014\",\"sale_type\":\"market\",\"customer_name\":\"----\",\"customer_phone\":\"----\",\"customer_email\":null,\"subtotal\":\"17500.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"17500.00\",\"paid_amount\":\"0.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2025-12-19T13:34:33.000000Z\",\"cashier_id\":7,\"is_loan\":true,\"loan_amount\":\"17500.00\",\"collected_amount\":\"0.00\",\"payment_status\":\"unpaid\",\"updated_at\":\"2025-12-19T13:34:33.000000Z\",\"created_at\":\"2025-12-19T13:34:33.000000Z\",\"id\":14}','Sale created through POS',7,'Ayoub Oumar','2025-12-19 10:34:33','2025-12-19 10:34:33'),
(15,15,'created',NULL,NULL,'{\"sale_number\":\"HIL-0015\",\"sale_type\":\"market\",\"customer_name\":\"Abdelkerim\",\"customer_phone\":\"99 66 60 88\",\"customer_email\":null,\"subtotal\":\"300000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"300000.00\",\"paid_amount\":\"0.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2025-12-19T13:36:01.000000Z\",\"cashier_id\":7,\"is_loan\":true,\"loan_amount\":\"300000.00\",\"collected_amount\":\"0.00\",\"payment_status\":\"unpaid\",\"updated_at\":\"2025-12-19T13:36:01.000000Z\",\"created_at\":\"2025-12-19T13:36:01.000000Z\",\"id\":15}','Sale created through POS',7,'Ayoub Oumar','2025-12-19 10:36:01','2025-12-19 10:36:01'),
(16,16,'created',NULL,NULL,'{\"sale_number\":\"HIL-0016\",\"sale_type\":\"market\",\"customer_name\":null,\"customer_phone\":null,\"customer_email\":null,\"subtotal\":\"20000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"20000.00\",\"paid_amount\":\"20000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2025-12-20T11:25:08.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"20000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2025-12-20T11:25:08.000000Z\",\"created_at\":\"2025-12-20T11:25:08.000000Z\",\"id\":16}','Sale created through POS',7,'Ayoub Oumar','2025-12-20 08:25:08','2025-12-20 08:25:08'),
(17,17,'created',NULL,NULL,'{\"sale_number\":\"HIL-0017\",\"sale_type\":\"market\",\"customer_name\":null,\"customer_phone\":null,\"customer_email\":null,\"subtotal\":\"20000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"20000.00\",\"paid_amount\":\"20000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2025-12-20T12:36:00.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"20000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2025-12-20T12:36:00.000000Z\",\"created_at\":\"2025-12-20T12:36:00.000000Z\",\"id\":17}','Sale created through POS',7,'Ayoub Oumar','2025-12-20 09:36:00','2025-12-20 09:36:00'),
(18,18,'created',NULL,NULL,'{\"sale_number\":\"HIL-0018\",\"sale_type\":\"market\",\"customer_name\":null,\"customer_phone\":null,\"customer_email\":null,\"subtotal\":\"5500.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"5500.00\",\"paid_amount\":\"5500.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2025-12-20T12:41:55.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"5500.00\",\"payment_status\":\"paid\",\"updated_at\":\"2025-12-20T12:41:55.000000Z\",\"created_at\":\"2025-12-20T12:41:55.000000Z\",\"id\":18}','Sale created through POS',7,'Ayoub Oumar','2025-12-20 09:41:55','2025-12-20 09:41:55'),
(19,19,'created',NULL,NULL,'{\"sale_number\":\"HIL-0019\",\"sale_type\":\"market\",\"customer_name\":null,\"customer_phone\":null,\"customer_email\":null,\"subtotal\":\"20000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"20000.00\",\"paid_amount\":\"20000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2025-12-20T12:45:10.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"20000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2025-12-20T12:45:10.000000Z\",\"created_at\":\"2025-12-20T12:45:10.000000Z\",\"id\":19}','Sale created through POS',7,'Ayoub Oumar','2025-12-20 09:45:10','2025-12-20 09:45:10'),
(20,20,'created',NULL,NULL,'{\"sale_number\":\"HIL-0020\",\"sale_type\":\"market\",\"customer_name\":null,\"customer_phone\":null,\"customer_email\":null,\"subtotal\":\"20000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"20000.00\",\"paid_amount\":\"20000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2025-12-20T14:58:41.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"20000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2025-12-20T14:58:41.000000Z\",\"created_at\":\"2025-12-20T14:58:41.000000Z\",\"id\":20}','Sale created through POS',7,'Ayoub Oumar','2025-12-20 11:58:41','2025-12-20 11:58:41'),
(21,21,'created',NULL,NULL,'{\"sale_number\":\"HIL-0021\",\"sale_type\":\"market\",\"customer_name\":null,\"customer_phone\":null,\"customer_email\":null,\"subtotal\":\"5500.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"5500.00\",\"paid_amount\":\"5500.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2025-12-20T16:50:44.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"5500.00\",\"payment_status\":\"paid\",\"updated_at\":\"2025-12-20T16:50:44.000000Z\",\"created_at\":\"2025-12-20T16:50:44.000000Z\",\"id\":21}','Sale created through POS',7,'Ayoub Oumar','2025-12-20 13:50:44','2025-12-20 13:50:44'),
(22,22,'created',NULL,NULL,'{\"sale_number\":\"HIL-0022\",\"sale_type\":\"market\",\"customer_name\":null,\"customer_phone\":null,\"customer_email\":null,\"subtotal\":\"17500.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"17500.00\",\"paid_amount\":\"17500.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2025-12-22T09:41:33.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"17500.00\",\"payment_status\":\"paid\",\"updated_at\":\"2025-12-22T09:41:33.000000Z\",\"created_at\":\"2025-12-22T09:41:33.000000Z\",\"id\":22}','Sale created through POS',7,'Ayoub Oumar','2025-12-22 06:41:33','2025-12-22 06:41:33'),
(23,23,'created',NULL,NULL,'{\"sale_number\":\"HIL-0023\",\"sale_type\":\"market\",\"customer_name\":null,\"customer_phone\":null,\"customer_email\":null,\"subtotal\":\"5500.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"5500.00\",\"paid_amount\":\"5500.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2025-12-22T09:41:44.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"5500.00\",\"payment_status\":\"paid\",\"updated_at\":\"2025-12-22T09:41:44.000000Z\",\"created_at\":\"2025-12-22T09:41:44.000000Z\",\"id\":23}','Sale created through POS',7,'Ayoub Oumar','2025-12-22 06:41:44','2025-12-22 06:41:44'),
(24,24,'created',NULL,NULL,'{\"sale_number\":\"HIL-0024\",\"sale_type\":\"market\",\"customer_name\":null,\"customer_phone\":null,\"customer_email\":null,\"subtotal\":\"70000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"70000.00\",\"paid_amount\":\"70000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2025-12-22T10:49:08.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"70000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2025-12-22T10:49:08.000000Z\",\"created_at\":\"2025-12-22T10:49:08.000000Z\",\"id\":24}','Sale created through POS',7,'Ayoub Oumar','2025-12-22 07:49:08','2025-12-22 07:49:08'),
(25,25,'created',NULL,NULL,'{\"sale_number\":\"HIL-0025\",\"sale_type\":\"market\",\"customer_name\":null,\"customer_phone\":null,\"customer_email\":null,\"subtotal\":\"17500.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"17500.00\",\"paid_amount\":\"17500.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2025-12-22T10:52:55.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"17500.00\",\"payment_status\":\"paid\",\"updated_at\":\"2025-12-22T10:52:55.000000Z\",\"created_at\":\"2025-12-22T10:52:55.000000Z\",\"id\":25}','Sale created through POS',7,'Ayoub Oumar','2025-12-22 07:52:55','2025-12-22 07:52:55'),
(26,26,'created',NULL,NULL,'{\"sale_number\":\"HIL-0026\",\"sale_type\":\"market\",\"customer_name\":null,\"customer_phone\":null,\"customer_email\":null,\"subtotal\":\"17500.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"17500.00\",\"paid_amount\":\"17500.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2025-12-22T10:57:22.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"17500.00\",\"payment_status\":\"paid\",\"updated_at\":\"2025-12-22T10:57:22.000000Z\",\"created_at\":\"2025-12-22T10:57:22.000000Z\",\"id\":26}','Sale created through POS',7,'Ayoub Oumar','2025-12-22 07:57:22','2025-12-22 07:57:22'),
(27,27,'created',NULL,NULL,'{\"sale_number\":\"HIL-0027\",\"sale_type\":\"market\",\"customer_name\":null,\"customer_phone\":null,\"customer_email\":null,\"subtotal\":\"35000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"35000.00\",\"paid_amount\":\"35000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2025-12-22T11:04:18.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"35000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2025-12-22T11:04:18.000000Z\",\"created_at\":\"2025-12-22T11:04:18.000000Z\",\"id\":27}','Sale created through POS',7,'Ayoub Oumar','2025-12-22 08:04:18','2025-12-22 08:04:18'),
(28,28,'created',NULL,NULL,'{\"sale_number\":\"HIL-0028\",\"sale_type\":\"market\",\"customer_name\":null,\"customer_phone\":null,\"customer_email\":null,\"subtotal\":\"70000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"70000.00\",\"paid_amount\":\"70000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2025-12-22T11:16:47.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"70000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2025-12-22T11:16:47.000000Z\",\"created_at\":\"2025-12-22T11:16:47.000000Z\",\"id\":28}','Sale created through POS',7,'Ayoub Oumar','2025-12-22 08:16:47','2025-12-22 08:16:47'),
(29,29,'created',NULL,NULL,'{\"sale_number\":\"HIL-0029\",\"sale_type\":\"market\",\"customer_name\":null,\"customer_phone\":null,\"customer_email\":null,\"subtotal\":\"30000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"30000.00\",\"paid_amount\":\"30000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2025-12-22T11:20:59.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"30000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2025-12-22T11:20:59.000000Z\",\"created_at\":\"2025-12-22T11:20:59.000000Z\",\"id\":29}','Sale created through POS',7,'Ayoub Oumar','2025-12-22 08:20:59','2025-12-22 08:20:59'),
(30,30,'created',NULL,NULL,'{\"sale_number\":\"HIL-0030\",\"sale_type\":\"market\",\"customer_name\":null,\"customer_phone\":null,\"customer_email\":null,\"subtotal\":\"17500.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"17500.00\",\"paid_amount\":\"17500.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2025-12-22T11:35:32.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"17500.00\",\"payment_status\":\"paid\",\"updated_at\":\"2025-12-22T11:35:32.000000Z\",\"created_at\":\"2025-12-22T11:35:32.000000Z\",\"id\":30}','Sale created through POS',7,'Ayoub Oumar','2025-12-22 08:35:32','2025-12-22 08:35:32'),
(31,31,'created',NULL,NULL,'{\"sale_number\":\"HIL-0031\",\"sale_type\":\"market\",\"customer_name\":null,\"customer_phone\":null,\"customer_email\":null,\"subtotal\":\"20000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"20000.00\",\"paid_amount\":\"20000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2025-12-22T11:45:16.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"20000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2025-12-22T11:45:16.000000Z\",\"created_at\":\"2025-12-22T11:45:16.000000Z\",\"id\":31}','Sale created through POS',7,'Ayoub Oumar','2025-12-22 08:45:16','2025-12-22 08:45:16'),
(32,32,'created',NULL,NULL,'{\"sale_number\":\"HIL-0032\",\"sale_type\":\"market\",\"customer_name\":null,\"customer_phone\":null,\"customer_email\":null,\"subtotal\":\"17500.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"17500.00\",\"paid_amount\":\"17500.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2025-12-22T12:55:21.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"17500.00\",\"payment_status\":\"paid\",\"updated_at\":\"2025-12-22T12:55:21.000000Z\",\"created_at\":\"2025-12-22T12:55:21.000000Z\",\"id\":32}','Sale created through POS',7,'Ayoub Oumar','2025-12-22 09:55:21','2025-12-22 09:55:21'),
(33,33,'created',NULL,NULL,'{\"sale_number\":\"HIL-0033\",\"sale_type\":\"market\",\"customer_name\":null,\"customer_phone\":null,\"customer_email\":null,\"subtotal\":\"20000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"20000.00\",\"paid_amount\":\"20000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2025-12-22T13:57:33.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"20000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2025-12-22T13:57:33.000000Z\",\"created_at\":\"2025-12-22T13:57:33.000000Z\",\"id\":33}','Sale created through POS',7,'Ayoub Oumar','2025-12-22 10:57:33','2025-12-22 10:57:33'),
(34,34,'created',NULL,NULL,'{\"sale_number\":\"HIL-0034\",\"sale_type\":\"market\",\"customer_name\":null,\"customer_phone\":null,\"customer_email\":null,\"subtotal\":\"11000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"11000.00\",\"paid_amount\":\"11000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2025-12-22T14:53:27.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"11000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2025-12-22T14:53:27.000000Z\",\"created_at\":\"2025-12-22T14:53:27.000000Z\",\"id\":34}','Sale created through POS',7,'Ayoub Oumar','2025-12-22 11:53:27','2025-12-22 11:53:27'),
(35,35,'created',NULL,NULL,'{\"sale_number\":\"HIL-0035\",\"sale_type\":\"market\",\"customer_name\":null,\"customer_phone\":null,\"customer_email\":null,\"subtotal\":\"5500.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"5500.00\",\"paid_amount\":\"5500.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2025-12-22T16:35:53.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"5500.00\",\"payment_status\":\"paid\",\"updated_at\":\"2025-12-22T16:35:53.000000Z\",\"created_at\":\"2025-12-22T16:35:53.000000Z\",\"id\":35}','Sale created through POS',7,'Ayoub Oumar','2025-12-22 13:35:53','2025-12-22 13:35:53'),
(36,15,'payment_received','{\"payment_status\":{\"old\":\"unpaid\",\"new\":\"paid\"},\"loan_amount\":{\"old\":\"300000.00\",\"new\":\"0.00\"},\"collected_amount\":{\"old\":\"0.00\",\"new\":\"300000.00\"},\"is_loan\":{\"old\":true,\"new\":false}}',NULL,'{\"payment_amount\":300000,\"payment_method\":\"cash\",\"payment_notes\":null,\"balance_after\":0}','Payment received: 300,000 CFA via Cash',7,'Ayoub Oumar','2025-12-23 05:23:53','2025-12-23 05:23:53'),
(37,36,'created',NULL,NULL,'{\"sale_number\":\"HIL-0036\",\"sale_type\":\"market\",\"customer_name\":null,\"customer_phone\":null,\"customer_email\":null,\"subtotal\":\"23000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"23000.00\",\"paid_amount\":\"23000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2025-12-23T09:41:12.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"23000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2025-12-23T09:41:12.000000Z\",\"created_at\":\"2025-12-23T09:41:12.000000Z\",\"id\":36}','Sale created through POS',7,'Ayoub Oumar','2025-12-23 06:41:12','2025-12-23 06:41:12'),
(38,37,'created',NULL,NULL,'{\"sale_number\":\"HIL-0037\",\"sale_type\":\"market\",\"customer_name\":null,\"customer_phone\":null,\"customer_email\":null,\"subtotal\":\"19000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"19000.00\",\"paid_amount\":\"19000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2025-12-23T11:42:15.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"19000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2025-12-23T11:42:15.000000Z\",\"created_at\":\"2025-12-23T11:42:15.000000Z\",\"id\":37}','Sale created through POS',7,'Ayoub Oumar','2025-12-23 08:42:15','2025-12-23 08:42:15'),
(39,38,'created',NULL,NULL,'{\"sale_number\":\"HIL-0038\",\"sale_type\":\"market\",\"customer_name\":null,\"customer_phone\":null,\"customer_email\":null,\"subtotal\":\"17500.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"17500.00\",\"paid_amount\":\"17500.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2025-12-23T13:09:42.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"17500.00\",\"payment_status\":\"paid\",\"updated_at\":\"2025-12-23T13:09:42.000000Z\",\"created_at\":\"2025-12-23T13:09:42.000000Z\",\"id\":38}','Sale created through POS',7,'Ayoub Oumar','2025-12-23 10:09:42','2025-12-23 10:09:42'),
(40,39,'created',NULL,NULL,'{\"sale_number\":\"HIL-0039\",\"sale_type\":\"market\",\"customer_name\":null,\"customer_phone\":null,\"customer_email\":null,\"subtotal\":\"11000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"11000.00\",\"paid_amount\":\"11000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2025-12-23T15:09:30.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"11000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2025-12-23T15:09:30.000000Z\",\"created_at\":\"2025-12-23T15:09:30.000000Z\",\"id\":39}','Sale created through POS',7,'Ayoub Oumar','2025-12-23 12:09:30','2025-12-23 12:09:30'),
(41,40,'created',NULL,NULL,'{\"sale_number\":\"HIL-0040\",\"sale_type\":\"market\",\"customer_name\":null,\"customer_phone\":null,\"customer_email\":null,\"subtotal\":\"17500.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"17500.00\",\"paid_amount\":\"17500.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2025-12-23T15:38:49.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"17500.00\",\"payment_status\":\"paid\",\"updated_at\":\"2025-12-23T15:38:49.000000Z\",\"created_at\":\"2025-12-23T15:38:49.000000Z\",\"id\":40}','Sale created through POS',7,'Ayoub Oumar','2025-12-23 12:38:49','2025-12-23 12:38:49'),
(42,41,'created',NULL,NULL,'{\"sale_number\":\"HIL-0041\",\"sale_type\":\"market\",\"customer_name\":null,\"customer_phone\":null,\"customer_email\":null,\"subtotal\":\"5500.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"5500.00\",\"paid_amount\":\"5500.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2025-12-23T15:39:00.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"5500.00\",\"payment_status\":\"paid\",\"updated_at\":\"2025-12-23T15:39:00.000000Z\",\"created_at\":\"2025-12-23T15:39:00.000000Z\",\"id\":41}','Sale created through POS',7,'Ayoub Oumar','2025-12-23 12:39:00','2025-12-23 12:39:00'),
(43,42,'created',NULL,NULL,'{\"sale_number\":\"HIL-0042\",\"sale_type\":\"market\",\"customer_name\":null,\"customer_phone\":null,\"customer_email\":null,\"subtotal\":\"52500.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"52500.00\",\"paid_amount\":\"52500.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2025-12-23T15:44:42.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"52500.00\",\"payment_status\":\"paid\",\"updated_at\":\"2025-12-23T15:44:42.000000Z\",\"created_at\":\"2025-12-23T15:44:42.000000Z\",\"id\":42}','Sale created through POS',7,'Ayoub Oumar','2025-12-23 12:44:42','2025-12-23 12:44:42'),
(44,43,'created',NULL,NULL,'{\"sale_number\":\"HIL-0043\",\"sale_type\":\"market\",\"customer_name\":null,\"customer_phone\":null,\"customer_email\":null,\"subtotal\":\"20000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"20000.00\",\"paid_amount\":\"20000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2025-12-24T10:22:24.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"20000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2025-12-24T10:22:24.000000Z\",\"created_at\":\"2025-12-24T10:22:24.000000Z\",\"id\":43}','Sale created through POS',7,'Ayoub Oumar','2025-12-24 07:22:24','2025-12-24 07:22:24'),
(45,44,'created',NULL,NULL,'{\"sale_number\":\"HIL-0044\",\"sale_type\":\"market\",\"customer_name\":null,\"customer_phone\":null,\"customer_email\":null,\"subtotal\":\"35000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"35000.00\",\"paid_amount\":\"35000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2025-12-24T10:22:46.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"35000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2025-12-24T10:22:46.000000Z\",\"created_at\":\"2025-12-24T10:22:46.000000Z\",\"id\":44}','Sale created through POS',7,'Ayoub Oumar','2025-12-24 07:22:46','2025-12-24 07:22:46'),
(46,45,'created',NULL,NULL,'{\"sale_number\":\"HIL-0045\",\"sale_type\":\"market\",\"customer_name\":null,\"customer_phone\":null,\"customer_email\":null,\"subtotal\":\"20000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"20000.00\",\"paid_amount\":\"20000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2025-12-24T10:23:04.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"20000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2025-12-24T10:23:04.000000Z\",\"created_at\":\"2025-12-24T10:23:04.000000Z\",\"id\":45}','Sale created through POS',7,'Ayoub Oumar','2025-12-24 07:23:04','2025-12-24 07:23:04'),
(47,46,'created',NULL,NULL,'{\"sale_number\":\"HIL-0046\",\"sale_type\":\"market\",\"customer_name\":null,\"customer_phone\":null,\"customer_email\":null,\"subtotal\":\"17500.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"17500.00\",\"paid_amount\":\"17500.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2025-12-24T11:08:47.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"17500.00\",\"payment_status\":\"paid\",\"updated_at\":\"2025-12-24T11:08:47.000000Z\",\"created_at\":\"2025-12-24T11:08:47.000000Z\",\"id\":46}','Sale created through POS',7,'Ayoub Oumar','2025-12-24 08:08:47','2025-12-24 08:08:47'),
(48,47,'created',NULL,NULL,'{\"sale_number\":\"HIL-0047\",\"sale_type\":\"market\",\"customer_name\":null,\"customer_phone\":null,\"customer_email\":null,\"subtotal\":\"40000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"40000.00\",\"paid_amount\":\"40000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2025-12-24T11:18:39.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"40000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2025-12-24T11:18:39.000000Z\",\"created_at\":\"2025-12-24T11:18:39.000000Z\",\"id\":47}','Sale created through POS',7,'Ayoub Oumar','2025-12-24 08:18:39','2025-12-24 08:18:39'),
(49,48,'created',NULL,NULL,'{\"sale_number\":\"HIL-0048\",\"sale_type\":\"market\",\"customer_name\":null,\"customer_phone\":null,\"customer_email\":null,\"subtotal\":\"17500.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"17500.00\",\"paid_amount\":\"17500.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2025-12-24T11:40:42.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"17500.00\",\"payment_status\":\"paid\",\"updated_at\":\"2025-12-24T11:40:42.000000Z\",\"created_at\":\"2025-12-24T11:40:42.000000Z\",\"id\":48}','Sale created through POS',7,'Ayoub Oumar','2025-12-24 08:40:42','2025-12-24 08:40:42'),
(50,49,'created',NULL,NULL,'{\"sale_number\":\"HIL-0049\",\"sale_type\":\"market\",\"customer_name\":null,\"customer_phone\":null,\"customer_email\":null,\"subtotal\":\"5500.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"5500.00\",\"paid_amount\":\"5500.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2025-12-24T11:57:17.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"5500.00\",\"payment_status\":\"paid\",\"updated_at\":\"2025-12-24T11:57:17.000000Z\",\"created_at\":\"2025-12-24T11:57:17.000000Z\",\"id\":49}','Sale created through POS',7,'Ayoub Oumar','2025-12-24 08:57:17','2025-12-24 08:57:17'),
(51,50,'created',NULL,NULL,'{\"sale_number\":\"HIL-0050\",\"sale_type\":\"market\",\"customer_name\":null,\"customer_phone\":null,\"customer_email\":null,\"subtotal\":\"17500.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"17500.00\",\"paid_amount\":\"17500.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2025-12-24T12:04:29.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"17500.00\",\"payment_status\":\"paid\",\"updated_at\":\"2025-12-24T12:04:29.000000Z\",\"created_at\":\"2025-12-24T12:04:29.000000Z\",\"id\":50}','Sale created through POS',7,'Ayoub Oumar','2025-12-24 09:04:29','2025-12-24 09:04:29'),
(52,51,'created',NULL,NULL,'{\"sale_number\":\"HIL-0051\",\"sale_type\":\"market\",\"customer_name\":null,\"customer_phone\":null,\"customer_email\":null,\"subtotal\":\"17500.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"17500.00\",\"paid_amount\":\"17500.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2025-12-24T12:37:51.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"17500.00\",\"payment_status\":\"paid\",\"updated_at\":\"2025-12-24T12:37:51.000000Z\",\"created_at\":\"2025-12-24T12:37:51.000000Z\",\"id\":51}','Sale created through POS',7,'Ayoub Oumar','2025-12-24 09:37:51','2025-12-24 09:37:51'),
(53,52,'created',NULL,NULL,'{\"sale_number\":\"HIL-0052\",\"sale_type\":\"market\",\"customer_name\":null,\"customer_phone\":null,\"customer_email\":null,\"subtotal\":\"35000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"35000.00\",\"paid_amount\":\"35000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2025-12-24T12:43:37.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"35000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2025-12-24T12:43:37.000000Z\",\"created_at\":\"2025-12-24T12:43:37.000000Z\",\"id\":52}','Sale created through POS',7,'Ayoub Oumar','2025-12-24 09:43:37','2025-12-24 09:43:37'),
(54,53,'created',NULL,NULL,'{\"sale_number\":\"HIL-0053\",\"sale_type\":\"market\",\"customer_name\":null,\"customer_phone\":null,\"customer_email\":null,\"subtotal\":\"17500.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"17500.00\",\"paid_amount\":\"17500.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2025-12-24T13:39:41.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"17500.00\",\"payment_status\":\"paid\",\"updated_at\":\"2025-12-24T13:39:41.000000Z\",\"created_at\":\"2025-12-24T13:39:41.000000Z\",\"id\":53}','Sale created through POS',7,'Ayoub Oumar','2025-12-24 10:39:41','2025-12-24 10:39:41'),
(55,54,'created',NULL,NULL,'{\"sale_number\":\"HIL-0054\",\"sale_type\":\"market\",\"customer_name\":null,\"customer_phone\":null,\"customer_email\":null,\"subtotal\":\"35000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"35000.00\",\"paid_amount\":\"35000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2025-12-24T14:08:17.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"35000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2025-12-24T14:08:17.000000Z\",\"created_at\":\"2025-12-24T14:08:17.000000Z\",\"id\":54}','Sale created through POS',7,'Ayoub Oumar','2025-12-24 11:08:17','2025-12-24 11:08:17'),
(56,55,'created',NULL,NULL,'{\"sale_number\":\"HIL-0055\",\"sale_type\":\"market\",\"customer_name\":null,\"customer_phone\":null,\"customer_email\":null,\"subtotal\":\"70000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"70000.00\",\"paid_amount\":\"70000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2025-12-24T15:05:09.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"70000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2025-12-24T15:05:09.000000Z\",\"created_at\":\"2025-12-24T15:05:09.000000Z\",\"id\":55}','Sale created through POS',7,'Ayoub Oumar','2025-12-24 12:05:09','2025-12-24 12:05:09'),
(57,56,'created',NULL,NULL,'{\"sale_number\":\"HIL-0056\",\"sale_type\":\"market\",\"customer_name\":null,\"customer_phone\":null,\"customer_email\":null,\"subtotal\":\"17500.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"17500.00\",\"paid_amount\":\"17500.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2025-12-24T15:14:18.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"17500.00\",\"payment_status\":\"paid\",\"updated_at\":\"2025-12-24T15:14:18.000000Z\",\"created_at\":\"2025-12-24T15:14:18.000000Z\",\"id\":56}','Sale created through POS',7,'Ayoub Oumar','2025-12-24 12:14:19','2025-12-24 12:14:19'),
(58,57,'created',NULL,NULL,'{\"sale_number\":\"HIL-0057\",\"sale_type\":\"market\",\"customer_name\":null,\"customer_phone\":null,\"customer_email\":null,\"subtotal\":\"35000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"35000.00\",\"paid_amount\":\"35000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2025-12-24T15:24:34.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"35000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2025-12-24T15:24:34.000000Z\",\"created_at\":\"2025-12-24T15:24:34.000000Z\",\"id\":57}','Sale created through POS',7,'Ayoub Oumar','2025-12-24 12:24:34','2025-12-24 12:24:34'),
(59,58,'created',NULL,NULL,'{\"sale_number\":\"HIL-0058\",\"sale_type\":\"market\",\"customer_name\":\"Guisma\",\"customer_phone\":\"60 20 30 27\",\"customer_email\":null,\"subtotal\":\"70000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"70000.00\",\"paid_amount\":\"0.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2025-12-24T15:34:05.000000Z\",\"cashier_id\":7,\"is_loan\":true,\"loan_amount\":\"70000.00\",\"collected_amount\":\"0.00\",\"payment_status\":\"unpaid\",\"updated_at\":\"2025-12-24T15:34:05.000000Z\",\"created_at\":\"2025-12-24T15:34:05.000000Z\",\"id\":58}','Sale created through POS',7,'Ayoub Oumar','2025-12-24 12:34:06','2025-12-24 12:34:06'),
(60,59,'created',NULL,NULL,'{\"sale_number\":\"HIL-0059\",\"sale_type\":\"market\",\"customer_name\":null,\"customer_phone\":null,\"customer_email\":null,\"subtotal\":\"35000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"35000.00\",\"paid_amount\":\"35000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2025-12-24T16:01:00.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"35000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2025-12-24T16:01:00.000000Z\",\"created_at\":\"2025-12-24T16:01:00.000000Z\",\"id\":59}','Sale created through POS',7,'Ayoub Oumar','2025-12-24 13:01:00','2025-12-24 13:01:00'),
(61,60,'created',NULL,NULL,'{\"sale_number\":\"HIL-0060\",\"sale_type\":\"market\",\"customer_name\":null,\"customer_phone\":null,\"customer_email\":null,\"subtotal\":\"17500.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"17500.00\",\"paid_amount\":\"17500.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2025-12-25T09:32:45.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"17500.00\",\"payment_status\":\"paid\",\"updated_at\":\"2025-12-25T09:32:45.000000Z\",\"created_at\":\"2025-12-25T09:32:45.000000Z\",\"id\":60}','Sale created through POS',7,'Ayoub Oumar','2025-12-25 06:32:45','2025-12-25 06:32:45'),
(62,61,'created',NULL,NULL,'{\"sale_number\":\"HIL-0061\",\"sale_type\":\"market\",\"customer_name\":null,\"customer_phone\":null,\"customer_email\":null,\"subtotal\":\"5500.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"5500.00\",\"paid_amount\":\"5500.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2025-12-25T10:10:28.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"5500.00\",\"payment_status\":\"paid\",\"updated_at\":\"2025-12-25T10:10:28.000000Z\",\"created_at\":\"2025-12-25T10:10:28.000000Z\",\"id\":61}','Sale created through POS',7,'Ayoub Oumar','2025-12-25 07:10:28','2025-12-25 07:10:28'),
(63,62,'created',NULL,NULL,'{\"sale_number\":\"HIL-0062\",\"sale_type\":\"market\",\"customer_name\":null,\"customer_phone\":null,\"customer_email\":null,\"subtotal\":\"17500.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"17500.00\",\"paid_amount\":\"17500.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2025-12-25T10:37:25.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"17500.00\",\"payment_status\":\"paid\",\"updated_at\":\"2025-12-25T10:37:25.000000Z\",\"created_at\":\"2025-12-25T10:37:25.000000Z\",\"id\":62}','Sale created through POS',7,'Ayoub Oumar','2025-12-25 07:37:25','2025-12-25 07:37:25'),
(64,63,'created',NULL,NULL,'{\"sale_number\":\"HIL-0063\",\"sale_type\":\"market\",\"customer_name\":null,\"customer_phone\":null,\"customer_email\":null,\"subtotal\":\"19000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"19000.00\",\"paid_amount\":\"19000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2025-12-25T11:12:18.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"19000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2025-12-25T11:12:18.000000Z\",\"created_at\":\"2025-12-25T11:12:18.000000Z\",\"id\":63}','Sale created through POS',7,'Ayoub Oumar','2025-12-25 08:12:18','2025-12-25 08:12:18'),
(65,64,'created',NULL,NULL,'{\"sale_number\":\"HIL-0064\",\"sale_type\":\"market\",\"customer_name\":null,\"customer_phone\":null,\"customer_email\":null,\"subtotal\":\"17500.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"17500.00\",\"paid_amount\":\"17500.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2025-12-25T14:41:21.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"17500.00\",\"payment_status\":\"paid\",\"updated_at\":\"2025-12-25T14:41:21.000000Z\",\"created_at\":\"2025-12-25T14:41:21.000000Z\",\"id\":64}','Sale created through POS',7,'Ayoub Oumar','2025-12-25 11:41:21','2025-12-25 11:41:21'),
(66,65,'created',NULL,NULL,'{\"sale_number\":\"HIL-0065\",\"sale_type\":\"market\",\"customer_name\":null,\"customer_phone\":null,\"customer_email\":null,\"subtotal\":\"10000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"10000.00\",\"paid_amount\":\"10000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2025-12-25T15:57:59.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"10000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2025-12-25T15:57:59.000000Z\",\"created_at\":\"2025-12-25T15:57:59.000000Z\",\"id\":65}','Sale created through POS',7,'Ayoub Oumar','2025-12-25 12:57:59','2025-12-25 12:57:59'),
(67,66,'created',NULL,NULL,'{\"sale_number\":\"HIL-0066\",\"sale_type\":\"market\",\"customer_name\":null,\"customer_phone\":null,\"customer_email\":null,\"subtotal\":\"35000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"35000.00\",\"paid_amount\":\"35000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2025-12-25T15:58:57.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"35000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2025-12-25T15:58:57.000000Z\",\"created_at\":\"2025-12-25T15:58:57.000000Z\",\"id\":66}','Sale created through POS',7,'Ayoub Oumar','2025-12-25 12:58:58','2025-12-25 12:58:58'),
(68,67,'created',NULL,NULL,'{\"sale_number\":\"HIL-0067\",\"sale_type\":\"market\",\"customer_name\":null,\"customer_phone\":null,\"customer_email\":null,\"subtotal\":\"17500.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"17500.00\",\"paid_amount\":\"17500.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2025-12-25T16:23:04.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"17500.00\",\"payment_status\":\"paid\",\"updated_at\":\"2025-12-25T16:23:04.000000Z\",\"created_at\":\"2025-12-25T16:23:04.000000Z\",\"id\":67}','Sale created through POS',7,'Ayoub Oumar','2025-12-25 13:23:04','2025-12-25 13:23:04'),
(69,68,'created',NULL,NULL,'{\"sale_number\":\"HIL-0068\",\"sale_type\":\"market\",\"customer_name\":null,\"customer_phone\":null,\"customer_email\":null,\"subtotal\":\"5500.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"5500.00\",\"paid_amount\":\"5500.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2025-12-25T20:12:14.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"5500.00\",\"payment_status\":\"paid\",\"updated_at\":\"2025-12-25T20:12:14.000000Z\",\"created_at\":\"2025-12-25T20:12:14.000000Z\",\"id\":68}','Sale created through POS',7,'Ayoub Oumar','2025-12-25 17:12:14','2025-12-25 17:12:14'),
(70,69,'created',NULL,NULL,'{\"sale_number\":\"HIL-0069\",\"sale_type\":\"market\",\"customer_name\":\"Fatime Abdelrehim\",\"customer_phone\":\"66 06 30 78\",\"customer_email\":null,\"subtotal\":\"52500.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"52500.00\",\"paid_amount\":\"0.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2025-12-26T10:08:53.000000Z\",\"cashier_id\":7,\"is_loan\":true,\"loan_amount\":\"52500.00\",\"collected_amount\":\"0.00\",\"payment_status\":\"unpaid\",\"updated_at\":\"2025-12-26T10:08:53.000000Z\",\"created_at\":\"2025-12-26T10:08:53.000000Z\",\"id\":69}','Sale created through POS',7,'Ayoub Oumar','2025-12-26 07:08:54','2025-12-26 07:08:54'),
(71,70,'created',NULL,NULL,'{\"sale_number\":\"HIL-0070\",\"sale_type\":\"market\",\"customer_name\":null,\"customer_phone\":null,\"customer_email\":null,\"subtotal\":\"35000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"35000.00\",\"paid_amount\":\"35000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2025-12-26T10:14:07.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"35000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2025-12-26T10:14:07.000000Z\",\"created_at\":\"2025-12-26T10:14:07.000000Z\",\"id\":70}','Sale created through POS',7,'Ayoub Oumar','2025-12-26 07:14:07','2025-12-26 07:14:07'),
(72,70,'cancelled','{\"sale_status\":{\"old\":\"completed\",\"new\":\"cancelled\"},\"payment_status\":{\"old\":\"paid\",\"new\":\"refunded\"}}',NULL,'{\"id\":70,\"sale_number\":\"HIL-0070\",\"sale_type\":\"market\",\"customer_name\":null,\"customer_phone\":null,\"customer_email\":null,\"subtotal\":\"35000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"35000.00\",\"loan_amount\":\"0.00\",\"collected_amount\":\"35000.00\",\"is_loan\":false,\"paid_amount\":\"35000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"payment_status\":\"refunded\",\"sale_status\":\"cancelled\",\"notes\":\"\\n\\nCancelled: Error\",\"cashier_id\":7,\"sale_date\":\"2025-12-26T10:14:07.000000Z\",\"created_at\":\"2025-12-26T10:14:07.000000Z\",\"updated_at\":\"2025-12-26T10:15:07.000000Z\",\"items\":[{\"id\":94,\"sale_id\":70,\"product_id\":22,\"product_name\":\"BA HIL-4\",\"product_barcode\":null,\"quantity\":2,\"unit_price\":\"17500.00\",\"tax_rate\":\"0.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"35000.00\",\"created_at\":\"2025-12-26T10:14:07.000000Z\",\"updated_at\":\"2025-12-26T10:14:07.000000Z\",\"product\":{\"id\":22,\"name\":\"BA HIL-4\",\"description\":null,\"barcode\":\"PRD170112\",\"category_id\":3,\"product_type\":\"market\",\"unit\":\"pcs\",\"alert_quantity\":1,\"cost_price\":\"16500.00\",\"selling_price\":\"17500.00\",\"discount_price\":null,\"image\":\"products\\/1766137950_p5dszojHoL.jpg\",\"expiry_date\":null,\"is_active\":true,\"weight\":null,\"length\":null,\"width\":null,\"height\":null,\"created_at\":\"2025-12-19T09:52:30.000000Z\",\"updated_at\":\"2025-12-19T09:52:30.000000Z\",\"deleted_at\":null,\"inventory\":{\"id\":22,\"product_id\":22,\"current_stock\":10,\"reserved_stock\":0,\"available_stock\":10,\"last_stock_update\":\"2025-12-26T10:15:07.000000Z\",\"last_updated_by\":7,\"created_at\":\"2025-12-19T09:52:30.000000Z\",\"updated_at\":\"2025-12-26T10:15:07.000000Z\"}}}],\"cashier\":{\"id\":7,\"name\":\"Ayoub Oumar\",\"email\":\"ayoub.oumar919@gmail.com\",\"user_type\":\"admin\",\"is_active\":true,\"preferred_language\":\"en\",\"email_verified_at\":\"2025-12-18T06:27:21.000000Z\",\"two_factor_confirmed_at\":null,\"current_team_id\":null,\"profile_photo_path\":null,\"created_at\":\"2025-12-18T06:27:21.000000Z\",\"updated_at\":\"2025-12-18T12:41:39.000000Z\",\"profile_photo_url\":\"https:\\/\\/ui-avatars.com\\/api\\/?name=A+O&color=7F9CF5&background=EBF4FF\"}}','Error',7,'Ayoub Oumar','2025-12-26 07:15:07','2025-12-26 07:15:07'),
(73,71,'created',NULL,NULL,'{\"sale_number\":\"HIL-0071\",\"sale_type\":\"market\",\"customer_name\":null,\"customer_phone\":null,\"customer_email\":null,\"subtotal\":\"17500.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"17500.00\",\"paid_amount\":\"17500.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2025-12-26T10:54:26.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"17500.00\",\"payment_status\":\"paid\",\"updated_at\":\"2025-12-26T10:54:26.000000Z\",\"created_at\":\"2025-12-26T10:54:26.000000Z\",\"id\":71}','Sale created through POS',7,'Ayoub Oumar','2025-12-26 07:54:26','2025-12-26 07:54:26'),
(74,72,'created',NULL,NULL,'{\"sale_number\":\"HIL-0072\",\"sale_type\":\"market\",\"customer_name\":\"HISSEN ISHAKH\",\"customer_phone\":\"66 19 06 20\",\"customer_email\":null,\"subtotal\":\"35000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"35000.00\",\"paid_amount\":\"35000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2025-12-26T11:17:08.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"35000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2025-12-26T11:17:08.000000Z\",\"created_at\":\"2025-12-26T11:17:08.000000Z\",\"id\":72}','Sale created through POS',7,'Ayoub Oumar','2025-12-26 08:17:09','2025-12-26 08:17:09'),
(75,73,'created',NULL,NULL,'{\"sale_number\":\"HIL-0073\",\"sale_type\":\"market\",\"customer_name\":null,\"customer_phone\":null,\"customer_email\":null,\"subtotal\":\"55000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"55000.00\",\"paid_amount\":\"55000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2025-12-26T11:23:09.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"55000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2025-12-26T11:23:09.000000Z\",\"created_at\":\"2025-12-26T11:23:09.000000Z\",\"id\":73}','Sale created through POS',7,'Ayoub Oumar','2025-12-26 08:23:09','2025-12-26 08:23:09'),
(76,74,'created',NULL,NULL,'{\"sale_number\":\"HIL-0074\",\"sale_type\":\"market\",\"customer_name\":null,\"customer_phone\":null,\"customer_email\":null,\"subtotal\":\"5500.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"5500.00\",\"paid_amount\":\"5500.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2025-12-26T12:08:41.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"5500.00\",\"payment_status\":\"paid\",\"updated_at\":\"2025-12-26T12:08:41.000000Z\",\"created_at\":\"2025-12-26T12:08:41.000000Z\",\"id\":74}','Sale created through POS',7,'Ayoub Oumar','2025-12-26 09:08:41','2025-12-26 09:08:41'),
(77,75,'created',NULL,NULL,'{\"sale_number\":\"HIL-0075\",\"sale_type\":\"market\",\"customer_name\":null,\"customer_phone\":null,\"customer_email\":null,\"subtotal\":\"5500.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"5500.00\",\"paid_amount\":\"5500.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2025-12-26T13:18:59.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"5500.00\",\"payment_status\":\"paid\",\"updated_at\":\"2025-12-26T13:18:59.000000Z\",\"created_at\":\"2025-12-26T13:18:59.000000Z\",\"id\":75}','Sale created through POS',7,'Ayoub Oumar','2025-12-26 10:18:59','2025-12-26 10:18:59'),
(78,76,'created',NULL,NULL,'{\"sale_number\":\"HIL-0076\",\"sale_type\":\"market\",\"customer_name\":null,\"customer_phone\":null,\"customer_email\":null,\"subtotal\":\"35000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"35000.00\",\"paid_amount\":\"35000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2025-12-26T14:15:39.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"35000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2025-12-26T14:15:39.000000Z\",\"created_at\":\"2025-12-26T14:15:39.000000Z\",\"id\":76}','Sale created through POS',7,'Ayoub Oumar','2025-12-26 11:15:39','2025-12-26 11:15:39'),
(79,69,'payment_received','{\"payment_status\":{\"old\":\"unpaid\",\"new\":\"partial\"},\"loan_amount\":{\"old\":\"52500.00\",\"new\":\"17500.00\"},\"collected_amount\":{\"old\":\"0.00\",\"new\":\"35000.00\"}}',NULL,'{\"payment_amount\":35000,\"payment_method\":\"cash\",\"payment_notes\":null,\"balance_after\":17500}','Payment received: 35,000 CFA via Cash',7,'Ayoub Oumar','2025-12-26 11:24:47','2025-12-26 11:24:47'),
(80,77,'created',NULL,NULL,'{\"sale_number\":\"HIL-0077\",\"sale_type\":\"market\",\"customer_name\":null,\"customer_phone\":null,\"customer_email\":null,\"subtotal\":\"11000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"11000.00\",\"paid_amount\":\"11000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2025-12-26T15:18:19.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"11000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2025-12-26T15:18:19.000000Z\",\"created_at\":\"2025-12-26T15:18:19.000000Z\",\"id\":77}','Sale created through POS',7,'Ayoub Oumar','2025-12-26 12:18:19','2025-12-26 12:18:19'),
(81,78,'created',NULL,NULL,'{\"sale_number\":\"HIL-0078\",\"sale_type\":\"market\",\"customer_name\":null,\"customer_phone\":null,\"customer_email\":null,\"subtotal\":\"20000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"20000.00\",\"paid_amount\":\"20000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2025-12-26T15:56:35.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"20000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2025-12-26T15:56:35.000000Z\",\"created_at\":\"2025-12-26T15:56:35.000000Z\",\"id\":78}','Sale created through POS',7,'Ayoub Oumar','2025-12-26 12:56:35','2025-12-26 12:56:35'),
(82,79,'created',NULL,NULL,'{\"sale_number\":\"HIL-0079\",\"sale_type\":\"market\",\"customer_name\":null,\"customer_phone\":null,\"customer_email\":null,\"subtotal\":\"35000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"35000.00\",\"paid_amount\":\"35000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2025-12-26T16:48:56.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"35000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2025-12-26T16:48:56.000000Z\",\"created_at\":\"2025-12-26T16:48:56.000000Z\",\"id\":79}','Sale created through POS',7,'Ayoub Oumar','2025-12-26 13:48:56','2025-12-26 13:48:56'),
(83,80,'created',NULL,NULL,'{\"sale_number\":\"HIL-0080\",\"sale_type\":\"market\",\"customer_name\":\"Guissma\",\"customer_phone\":\"60 20 30 27\",\"customer_email\":null,\"subtotal\":\"35000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"35000.00\",\"paid_amount\":\"0.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2025-12-26T17:08:47.000000Z\",\"cashier_id\":7,\"is_loan\":true,\"loan_amount\":\"35000.00\",\"collected_amount\":\"0.00\",\"payment_status\":\"unpaid\",\"updated_at\":\"2025-12-26T17:08:47.000000Z\",\"created_at\":\"2025-12-26T17:08:47.000000Z\",\"id\":80}','Sale created through POS',7,'Ayoub Oumar','2025-12-26 14:08:47','2025-12-26 14:08:47'),
(84,81,'created',NULL,NULL,'{\"sale_number\":\"HIL-0081\",\"sale_type\":\"market\",\"customer_name\":null,\"customer_phone\":null,\"customer_email\":null,\"subtotal\":\"11000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"11000.00\",\"paid_amount\":\"11000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2025-12-26T18:03:41.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"11000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2025-12-26T18:03:41.000000Z\",\"created_at\":\"2025-12-26T18:03:41.000000Z\",\"id\":81}','Sale created through POS',7,'Ayoub Oumar','2025-12-26 15:03:42','2025-12-26 15:03:42'),
(85,82,'created',NULL,NULL,'{\"sale_number\":\"HIL-0082\",\"sale_type\":\"market\",\"customer_name\":null,\"customer_phone\":null,\"customer_email\":null,\"subtotal\":\"17500.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"17500.00\",\"paid_amount\":\"17500.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2025-12-27T10:08:28.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"17500.00\",\"payment_status\":\"paid\",\"updated_at\":\"2025-12-27T10:08:28.000000Z\",\"created_at\":\"2025-12-27T10:08:28.000000Z\",\"id\":82}','Sale created through POS',7,'Ayoub Oumar','2025-12-27 07:08:28','2025-12-27 07:08:28'),
(86,83,'created',NULL,NULL,'{\"sale_number\":\"HIL-0083\",\"sale_type\":\"market\",\"customer_name\":null,\"customer_phone\":null,\"customer_email\":null,\"subtotal\":\"35000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"35000.00\",\"paid_amount\":\"35000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2025-12-27T11:00:02.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"35000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2025-12-27T11:00:02.000000Z\",\"created_at\":\"2025-12-27T11:00:02.000000Z\",\"id\":83}','Sale created through POS',7,'Ayoub Oumar','2025-12-27 08:00:02','2025-12-27 08:00:02'),
(87,84,'created',NULL,NULL,'{\"sale_number\":\"HIL-0084\",\"sale_type\":\"market\",\"customer_name\":null,\"customer_phone\":null,\"customer_email\":null,\"subtotal\":\"60000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"60000.00\",\"paid_amount\":\"60000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2025-12-27T11:12:06.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"60000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2025-12-27T11:12:06.000000Z\",\"created_at\":\"2025-12-27T11:12:06.000000Z\",\"id\":84}','Sale created through POS',7,'Ayoub Oumar','2025-12-27 08:12:06','2025-12-27 08:12:06'),
(88,85,'created',NULL,NULL,'{\"sale_number\":\"HIL-0085\",\"sale_type\":\"market\",\"customer_name\":null,\"customer_phone\":null,\"customer_email\":null,\"subtotal\":\"35000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"35000.00\",\"paid_amount\":\"35000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2025-12-27T11:50:11.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"35000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2025-12-27T11:50:11.000000Z\",\"created_at\":\"2025-12-27T11:50:11.000000Z\",\"id\":85}','Sale created through POS',7,'Ayoub Oumar','2025-12-27 08:50:11','2025-12-27 08:50:11'),
(89,86,'created',NULL,NULL,'{\"sale_number\":\"HIL-0086\",\"sale_type\":\"market\",\"customer_name\":null,\"customer_phone\":null,\"customer_email\":null,\"subtotal\":\"17500.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"17500.00\",\"paid_amount\":\"17500.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2025-12-27T11:50:33.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"17500.00\",\"payment_status\":\"paid\",\"updated_at\":\"2025-12-27T11:50:33.000000Z\",\"created_at\":\"2025-12-27T11:50:33.000000Z\",\"id\":86}','Sale created through POS',7,'Ayoub Oumar','2025-12-27 08:50:33','2025-12-27 08:50:33'),
(90,87,'created',NULL,NULL,'{\"sale_number\":\"HIL-0087\",\"sale_type\":\"market\",\"customer_name\":null,\"customer_phone\":null,\"customer_email\":null,\"subtotal\":\"35000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"35000.00\",\"paid_amount\":\"35000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2025-12-27T12:22:32.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"35000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2025-12-27T12:22:32.000000Z\",\"created_at\":\"2025-12-27T12:22:32.000000Z\",\"id\":87}','Sale created through POS',7,'Ayoub Oumar','2025-12-27 09:22:32','2025-12-27 09:22:32'),
(91,88,'created',NULL,NULL,'{\"sale_number\":\"HIL-0088\",\"sale_type\":\"market\",\"customer_name\":null,\"customer_phone\":null,\"customer_email\":null,\"subtotal\":\"17500.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"17500.00\",\"paid_amount\":\"17500.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2025-12-27T13:05:07.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"17500.00\",\"payment_status\":\"paid\",\"updated_at\":\"2025-12-27T13:05:07.000000Z\",\"created_at\":\"2025-12-27T13:05:07.000000Z\",\"id\":88}','Sale created through POS',7,'Ayoub Oumar','2025-12-27 10:05:07','2025-12-27 10:05:07'),
(92,89,'created',NULL,NULL,'{\"sale_number\":\"HIL-0089\",\"sale_type\":\"market\",\"customer_name\":null,\"customer_phone\":null,\"customer_email\":null,\"subtotal\":\"17500.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"17500.00\",\"paid_amount\":\"17500.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2025-12-27T13:05:41.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"17500.00\",\"payment_status\":\"paid\",\"updated_at\":\"2025-12-27T13:05:41.000000Z\",\"created_at\":\"2025-12-27T13:05:41.000000Z\",\"id\":89}','Sale created through POS',7,'Ayoub Oumar','2025-12-27 10:05:41','2025-12-27 10:05:41'),
(93,90,'created',NULL,NULL,'{\"sale_number\":\"HIL-0090\",\"sale_type\":\"market\",\"customer_name\":\"Hadj\\u00e8 debut\\u00e8\",\"customer_phone\":\"66 10 19 59\",\"customer_email\":null,\"subtotal\":\"162500.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"162500.00\",\"paid_amount\":\"0.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2025-12-27T13:20:56.000000Z\",\"cashier_id\":7,\"is_loan\":true,\"loan_amount\":\"162500.00\",\"collected_amount\":\"0.00\",\"payment_status\":\"unpaid\",\"updated_at\":\"2025-12-27T13:20:56.000000Z\",\"created_at\":\"2025-12-27T13:20:56.000000Z\",\"id\":90}','Sale created through POS',7,'Ayoub Oumar','2025-12-27 10:20:56','2025-12-27 10:20:56'),
(94,91,'created',NULL,NULL,'{\"sale_number\":\"HIL-0091\",\"sale_type\":\"market\",\"customer_name\":null,\"customer_phone\":null,\"customer_email\":null,\"subtotal\":\"40000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"40000.00\",\"paid_amount\":\"40000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2025-12-27T15:08:31.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"40000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2025-12-27T15:08:31.000000Z\",\"created_at\":\"2025-12-27T15:08:31.000000Z\",\"id\":91}','Sale created through POS',7,'Ayoub Oumar','2025-12-27 12:08:31','2025-12-27 12:08:31'),
(95,92,'created',NULL,NULL,'{\"sale_number\":\"HIL-0092\",\"sale_type\":\"market\",\"customer_name\":null,\"customer_phone\":null,\"customer_email\":null,\"subtotal\":\"35000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"35000.00\",\"paid_amount\":\"35000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2025-12-29T08:42:33.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"35000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2025-12-29T08:42:33.000000Z\",\"created_at\":\"2025-12-29T08:42:33.000000Z\",\"id\":92}','Sale created through POS',7,'Ayoub Oumar','2025-12-29 05:42:33','2025-12-29 05:42:33'),
(96,93,'created',NULL,NULL,'{\"sale_number\":\"HIL-0093\",\"sale_type\":\"market\",\"customer_name\":null,\"customer_phone\":null,\"customer_email\":null,\"subtotal\":\"17500.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"17500.00\",\"paid_amount\":\"17500.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2025-12-29T09:07:25.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"17500.00\",\"payment_status\":\"paid\",\"updated_at\":\"2025-12-29T09:07:25.000000Z\",\"created_at\":\"2025-12-29T09:07:25.000000Z\",\"id\":93}','Sale created through POS',7,'Ayoub Oumar','2025-12-29 06:07:25','2025-12-29 06:07:25'),
(97,94,'created',NULL,NULL,'{\"sale_number\":\"HIL-0094\",\"sale_type\":\"market\",\"customer_name\":null,\"customer_phone\":null,\"customer_email\":null,\"subtotal\":\"200000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"200000.00\",\"paid_amount\":\"200000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2025-12-29T09:36:41.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"200000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2025-12-29T09:36:41.000000Z\",\"created_at\":\"2025-12-29T09:36:41.000000Z\",\"id\":94}','Sale created through POS',7,'Ayoub Oumar','2025-12-29 06:36:41','2025-12-29 06:36:41'),
(98,95,'created',NULL,NULL,'{\"sale_number\":\"HIL-0095\",\"sale_type\":\"market\",\"customer_name\":null,\"customer_phone\":null,\"customer_email\":null,\"subtotal\":\"35000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"35000.00\",\"paid_amount\":\"35000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2025-12-29T10:39:06.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"35000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2025-12-29T10:39:06.000000Z\",\"created_at\":\"2025-12-29T10:39:06.000000Z\",\"id\":95}','Sale created through POS',7,'Ayoub Oumar','2025-12-29 07:39:06','2025-12-29 07:39:06'),
(99,96,'created',NULL,NULL,'{\"sale_number\":\"HIL-0096\",\"sale_type\":\"market\",\"customer_name\":null,\"customer_phone\":null,\"customer_email\":null,\"subtotal\":\"17500.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"17500.00\",\"paid_amount\":\"17500.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2025-12-29T11:52:26.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"17500.00\",\"payment_status\":\"paid\",\"updated_at\":\"2025-12-29T11:52:26.000000Z\",\"created_at\":\"2025-12-29T11:52:26.000000Z\",\"id\":96}','Sale created through POS',7,'Ayoub Oumar','2025-12-29 08:52:26','2025-12-29 08:52:26'),
(100,97,'created',NULL,NULL,'{\"sale_number\":\"HIL-0097\",\"sale_type\":\"market\",\"customer_name\":null,\"customer_phone\":null,\"customer_email\":null,\"subtotal\":\"35000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"35000.00\",\"paid_amount\":\"35000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2025-12-29T12:25:37.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"35000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2025-12-29T12:25:37.000000Z\",\"created_at\":\"2025-12-29T12:25:37.000000Z\",\"id\":97}','Sale created through POS',7,'Ayoub Oumar','2025-12-29 09:25:38','2025-12-29 09:25:38'),
(101,98,'created',NULL,NULL,'{\"sale_number\":\"HIL-0098\",\"sale_type\":\"market\",\"customer_name\":null,\"customer_phone\":null,\"customer_email\":null,\"subtotal\":\"11000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"11000.00\",\"paid_amount\":\"11000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2025-12-29T13:23:55.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"11000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2025-12-29T13:23:55.000000Z\",\"created_at\":\"2025-12-29T13:23:55.000000Z\",\"id\":98}','Sale created through POS',7,'Ayoub Oumar','2025-12-29 10:23:55','2025-12-29 10:23:55'),
(102,99,'created',NULL,NULL,'{\"sale_number\":\"HIL-0099\",\"sale_type\":\"market\",\"customer_name\":null,\"customer_phone\":null,\"customer_email\":null,\"subtotal\":\"17500.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"17500.00\",\"paid_amount\":\"17500.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2025-12-29T13:24:06.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"17500.00\",\"payment_status\":\"paid\",\"updated_at\":\"2025-12-29T13:24:06.000000Z\",\"created_at\":\"2025-12-29T13:24:06.000000Z\",\"id\":99}','Sale created through POS',7,'Ayoub Oumar','2025-12-29 10:24:06','2025-12-29 10:24:06'),
(103,80,'payment_received','{\"payment_status\":{\"old\":\"unpaid\",\"new\":\"paid\"},\"loan_amount\":{\"old\":\"35000.00\",\"new\":\"0.00\"},\"collected_amount\":{\"old\":\"0.00\",\"new\":\"35000.00\"},\"is_loan\":{\"old\":true,\"new\":false}}',NULL,'{\"payment_amount\":35000,\"payment_method\":\"cash\",\"payment_notes\":null,\"balance_after\":0}','Payment received: 35,000 CFA via Cash',7,'Ayoub Oumar','2025-12-29 10:57:30','2025-12-29 10:57:30'),
(104,58,'payment_received','{\"payment_status\":{\"old\":\"unpaid\",\"new\":\"paid\"},\"loan_amount\":{\"old\":\"70000.00\",\"new\":\"0.00\"},\"collected_amount\":{\"old\":\"0.00\",\"new\":\"70000.00\"},\"is_loan\":{\"old\":true,\"new\":false}}',NULL,'{\"payment_amount\":70000,\"payment_method\":\"cash\",\"payment_notes\":null,\"balance_after\":0}','Payment received: 70,000 CFA via Cash',7,'Ayoub Oumar','2025-12-29 10:58:52','2025-12-29 10:58:52'),
(105,100,'created',NULL,NULL,'{\"sale_number\":\"HIL-0100\",\"sale_type\":\"market\",\"customer_name\":null,\"customer_phone\":null,\"customer_email\":null,\"subtotal\":\"17500.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"17500.00\",\"paid_amount\":\"17500.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2025-12-29T15:23:00.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"17500.00\",\"payment_status\":\"paid\",\"updated_at\":\"2025-12-29T15:23:00.000000Z\",\"created_at\":\"2025-12-29T15:23:00.000000Z\",\"id\":100}','Sale created through POS',7,'Ayoub Oumar','2025-12-29 12:23:00','2025-12-29 12:23:00'),
(106,101,'created',NULL,NULL,'{\"sale_number\":\"HIL-0101\",\"sale_type\":\"market\",\"customer_name\":null,\"customer_phone\":null,\"customer_email\":null,\"subtotal\":\"5500.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"5500.00\",\"paid_amount\":\"5500.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2025-12-29T17:10:19.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"5500.00\",\"payment_status\":\"paid\",\"updated_at\":\"2025-12-29T17:10:19.000000Z\",\"created_at\":\"2025-12-29T17:10:19.000000Z\",\"id\":101}','Sale created through POS',7,'Ayoub Oumar','2025-12-29 14:10:19','2025-12-29 14:10:19'),
(107,102,'created',NULL,NULL,'{\"sale_number\":\"HIL-0102\",\"sale_type\":\"market\",\"customer_name\":null,\"customer_phone\":null,\"customer_email\":null,\"subtotal\":\"110000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"110000.00\",\"paid_amount\":\"110000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2025-12-30T08:40:03.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"110000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2025-12-30T08:40:03.000000Z\",\"created_at\":\"2025-12-30T08:40:03.000000Z\",\"id\":102}','Sale created through POS',7,'Ayoub Oumar','2025-12-30 05:40:03','2025-12-30 05:40:03'),
(108,103,'created',NULL,NULL,'{\"sale_number\":\"HIL-0103\",\"sale_type\":\"market\",\"customer_name\":null,\"customer_phone\":null,\"customer_email\":null,\"subtotal\":\"55000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"55000.00\",\"paid_amount\":\"55000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2025-12-30T09:41:53.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"55000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2025-12-30T09:41:53.000000Z\",\"created_at\":\"2025-12-30T09:41:53.000000Z\",\"id\":103}','Sale created through POS',7,'Ayoub Oumar','2025-12-30 06:41:53','2025-12-30 06:41:53'),
(109,104,'created',NULL,NULL,'{\"sale_number\":\"HIL-0104\",\"sale_type\":\"market\",\"customer_name\":\"Mht Tidjani\",\"customer_phone\":\"68 17 72 72\",\"customer_email\":null,\"subtotal\":\"192500.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"192500.00\",\"paid_amount\":\"192500.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2025-12-30T11:12:26.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"192500.00\",\"payment_status\":\"paid\",\"updated_at\":\"2025-12-30T11:12:26.000000Z\",\"created_at\":\"2025-12-30T11:12:26.000000Z\",\"id\":104}','Sale created through POS',7,'Ayoub Oumar','2025-12-30 08:12:26','2025-12-30 08:12:26'),
(110,105,'created',NULL,NULL,'{\"sale_number\":\"HIL-0105\",\"sale_type\":\"market\",\"customer_name\":null,\"customer_phone\":null,\"customer_email\":null,\"subtotal\":\"17500.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"17500.00\",\"paid_amount\":\"17500.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2025-12-30T14:31:49.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"17500.00\",\"payment_status\":\"paid\",\"updated_at\":\"2025-12-30T14:31:49.000000Z\",\"created_at\":\"2025-12-30T14:31:49.000000Z\",\"id\":105}','Sale created through POS',7,'Ayoub Oumar','2025-12-30 11:31:49','2025-12-30 11:31:49'),
(111,106,'created',NULL,NULL,'{\"sale_number\":\"HIL-0106\",\"sale_type\":\"market\",\"customer_name\":null,\"customer_phone\":null,\"customer_email\":null,\"subtotal\":\"11000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"11000.00\",\"paid_amount\":\"11000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2025-12-30T15:42:52.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"11000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2025-12-30T15:42:52.000000Z\",\"created_at\":\"2025-12-30T15:42:52.000000Z\",\"id\":106}','Sale created through POS',7,'Ayoub Oumar','2025-12-30 12:42:52','2025-12-30 12:42:52'),
(112,107,'created',NULL,NULL,'{\"sale_number\":\"HIL-0107\",\"sale_type\":\"market\",\"customer_name\":\"Fatime Abdelrahim\",\"customer_phone\":\"66 06 30 78\",\"customer_email\":null,\"subtotal\":\"140000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"140000.00\",\"paid_amount\":\"0.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2025-12-30T15:50:01.000000Z\",\"cashier_id\":7,\"is_loan\":true,\"loan_amount\":\"140000.00\",\"collected_amount\":\"0.00\",\"payment_status\":\"unpaid\",\"updated_at\":\"2025-12-30T15:50:01.000000Z\",\"created_at\":\"2025-12-30T15:50:01.000000Z\",\"id\":107}','Sale created through POS',7,'Ayoub Oumar','2025-12-30 12:50:01','2025-12-30 12:50:01'),
(113,108,'created',NULL,NULL,'{\"sale_number\":\"HIL-0108\",\"sale_type\":\"market\",\"customer_name\":null,\"customer_phone\":null,\"customer_email\":null,\"subtotal\":\"35000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"35000.00\",\"paid_amount\":\"35000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2025-12-30T16:13:58.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"35000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2025-12-30T16:13:58.000000Z\",\"created_at\":\"2025-12-30T16:13:58.000000Z\",\"id\":108}','Sale created through POS',7,'Ayoub Oumar','2025-12-30 13:13:58','2025-12-30 13:13:58'),
(114,109,'created',NULL,NULL,'{\"sale_number\":\"HIL-0109\",\"sale_type\":\"market\",\"customer_name\":null,\"customer_phone\":null,\"customer_email\":null,\"subtotal\":\"17500.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"17500.00\",\"paid_amount\":\"17500.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2025-12-31T11:25:57.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"17500.00\",\"payment_status\":\"paid\",\"updated_at\":\"2025-12-31T11:25:57.000000Z\",\"created_at\":\"2025-12-31T11:25:57.000000Z\",\"id\":109}','Sale created through POS',7,'Ayoub Oumar','2025-12-31 08:25:57','2025-12-31 08:25:57'),
(115,110,'created',NULL,NULL,'{\"sale_number\":\"HIL-0110\",\"sale_type\":\"market\",\"customer_name\":null,\"customer_phone\":null,\"customer_email\":null,\"subtotal\":\"35000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"35000.00\",\"paid_amount\":\"35000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2025-12-31T11:26:19.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"35000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2025-12-31T11:26:19.000000Z\",\"created_at\":\"2025-12-31T11:26:19.000000Z\",\"id\":110}','Sale created through POS',7,'Ayoub Oumar','2025-12-31 08:26:19','2025-12-31 08:26:19'),
(116,111,'created',NULL,NULL,'{\"sale_number\":\"HIL-0111\",\"sale_type\":\"market\",\"customer_name\":null,\"customer_phone\":null,\"customer_email\":null,\"subtotal\":\"17500.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"17500.00\",\"paid_amount\":\"17500.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2025-12-31T11:36:09.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"17500.00\",\"payment_status\":\"paid\",\"updated_at\":\"2025-12-31T11:36:09.000000Z\",\"created_at\":\"2025-12-31T11:36:09.000000Z\",\"id\":111}','Sale created through POS',7,'Ayoub Oumar','2025-12-31 08:36:09','2025-12-31 08:36:09'),
(117,112,'created',NULL,NULL,'{\"sale_number\":\"HIL-0112\",\"sale_type\":\"market\",\"customer_name\":\"Adam\",\"customer_phone\":\"66 46 82 68\",\"customer_email\":null,\"subtotal\":\"35000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"35000.00\",\"paid_amount\":\"35000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2025-12-31T11:39:21.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"35000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2025-12-31T11:39:21.000000Z\",\"created_at\":\"2025-12-31T11:39:21.000000Z\",\"id\":112}','Sale created through POS',7,'Ayoub Oumar','2025-12-31 08:39:21','2025-12-31 08:39:21'),
(118,112,'cancelled','{\"sale_status\":{\"old\":\"completed\",\"new\":\"cancelled\"},\"payment_status\":{\"old\":\"paid\",\"new\":\"refunded\"}}',NULL,'{\"id\":112,\"sale_number\":\"HIL-0112\",\"sale_type\":\"market\",\"customer_name\":\"Adam\",\"customer_phone\":\"66 46 82 68\",\"customer_email\":null,\"subtotal\":\"35000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"35000.00\",\"loan_amount\":\"0.00\",\"collected_amount\":\"35000.00\",\"is_loan\":false,\"paid_amount\":\"35000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"payment_status\":\"refunded\",\"sale_status\":\"cancelled\",\"notes\":\"\\n\\nCancelled: Error\",\"cashier_id\":7,\"sale_date\":\"2025-12-31T11:39:21.000000Z\",\"created_at\":\"2025-12-31T11:39:21.000000Z\",\"updated_at\":\"2025-12-31T11:39:41.000000Z\",\"items\":[{\"id\":166,\"sale_id\":112,\"product_id\":11,\"product_name\":\"Hilali-6\",\"product_barcode\":null,\"quantity\":1,\"unit_price\":\"17500.00\",\"tax_rate\":\"0.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"17500.00\",\"created_at\":\"2025-12-31T11:39:21.000000Z\",\"updated_at\":\"2025-12-31T11:39:21.000000Z\",\"product\":{\"id\":11,\"name\":\"Hilali-6\",\"description\":null,\"barcode\":\"PRD515913\",\"category_id\":2,\"product_type\":\"market\",\"unit\":\"pcs\",\"alert_quantity\":1,\"cost_price\":\"16500.00\",\"selling_price\":\"17500.00\",\"discount_price\":null,\"image\":\"products\\/1766045284_C0VwwYpT0a.jpg\",\"expiry_date\":null,\"is_active\":true,\"weight\":null,\"length\":null,\"width\":null,\"height\":null,\"created_at\":\"2025-12-18T08:08:05.000000Z\",\"updated_at\":\"2025-12-18T08:08:05.000000Z\",\"deleted_at\":null,\"inventory\":{\"id\":11,\"product_id\":11,\"current_stock\":9,\"reserved_stock\":0,\"available_stock\":9,\"last_stock_update\":\"2025-12-31T11:39:41.000000Z\",\"last_updated_by\":7,\"created_at\":\"2025-12-18T08:08:05.000000Z\",\"updated_at\":\"2025-12-31T11:39:41.000000Z\"}}},{\"id\":167,\"sale_id\":112,\"product_id\":32,\"product_name\":\"Hilali-15\",\"product_barcode\":null,\"quantity\":1,\"unit_price\":\"17500.00\",\"tax_rate\":\"0.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"17500.00\",\"created_at\":\"2025-12-31T11:39:21.000000Z\",\"updated_at\":\"2025-12-31T11:39:21.000000Z\",\"product\":{\"id\":32,\"name\":\"Hilali-15\",\"description\":null,\"barcode\":\"PRD932917\",\"category_id\":2,\"product_type\":\"market\",\"unit\":\"pcs\",\"alert_quantity\":3,\"cost_price\":\"16500.00\",\"selling_price\":\"17500.00\",\"discount_price\":null,\"image\":\"products\\/1767170196_YVFnWKtUqX.jpg\",\"expiry_date\":null,\"is_active\":true,\"weight\":null,\"length\":null,\"width\":null,\"height\":null,\"created_at\":\"2025-12-31T08:36:36.000000Z\",\"updated_at\":\"2025-12-31T08:36:36.000000Z\",\"deleted_at\":null,\"inventory\":{\"id\":32,\"product_id\":32,\"current_stock\":15,\"reserved_stock\":0,\"available_stock\":15,\"last_stock_update\":\"2025-12-31T11:39:41.000000Z\",\"last_updated_by\":7,\"created_at\":\"2025-12-31T08:36:36.000000Z\",\"updated_at\":\"2025-12-31T11:39:41.000000Z\"}}}],\"cashier\":{\"id\":7,\"name\":\"Ayoub Oumar\",\"email\":\"ayoub.oumar919@gmail.com\",\"user_type\":\"admin\",\"is_active\":true,\"preferred_language\":\"en\",\"email_verified_at\":\"2025-12-18T06:27:21.000000Z\",\"two_factor_confirmed_at\":null,\"current_team_id\":null,\"profile_photo_path\":null,\"created_at\":\"2025-12-18T06:27:21.000000Z\",\"updated_at\":\"2025-12-18T12:41:39.000000Z\",\"profile_photo_url\":\"https:\\/\\/ui-avatars.com\\/api\\/?name=A+O&color=7F9CF5&background=EBF4FF\"}}','Error',7,'Ayoub Oumar','2025-12-31 08:39:41','2025-12-31 08:39:41'),
(119,113,'created',NULL,NULL,'{\"sale_number\":\"HIL-0113\",\"sale_type\":\"market\",\"customer_name\":\"Adam\",\"customer_phone\":\"66 46 82 68\",\"customer_email\":null,\"subtotal\":\"35000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"35000.00\",\"paid_amount\":\"0.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2025-12-31T11:40:45.000000Z\",\"cashier_id\":7,\"is_loan\":true,\"loan_amount\":\"35000.00\",\"collected_amount\":\"0.00\",\"payment_status\":\"unpaid\",\"updated_at\":\"2025-12-31T11:40:45.000000Z\",\"created_at\":\"2025-12-31T11:40:45.000000Z\",\"id\":113}','Sale created through POS',7,'Ayoub Oumar','2025-12-31 08:40:45','2025-12-31 08:40:45'),
(120,69,'payment_received','{\"payment_status\":{\"old\":\"partial\",\"new\":\"paid\"},\"loan_amount\":{\"old\":\"17500.00\",\"new\":\"0.00\"},\"collected_amount\":{\"old\":\"35000.00\",\"new\":\"52500.00\"},\"is_loan\":{\"old\":true,\"new\":false}}',NULL,'{\"payment_amount\":17500,\"payment_method\":\"cash\",\"payment_notes\":null,\"balance_after\":0}','Payment received: 17,500 CFA via Cash',7,'Ayoub Oumar','2025-12-31 09:11:54','2025-12-31 09:11:54'),
(121,107,'payment_received','{\"payment_status\":{\"old\":\"unpaid\",\"new\":\"partial\"},\"loan_amount\":{\"old\":\"140000.00\",\"new\":\"35000.00\"},\"collected_amount\":{\"old\":\"0.00\",\"new\":\"105000.00\"}}',NULL,'{\"payment_amount\":105000,\"payment_method\":\"cash\",\"payment_notes\":null,\"balance_after\":35000}','Payment received: 105,000 CFA via Cash',7,'Ayoub Oumar','2025-12-31 09:12:45','2025-12-31 09:12:45'),
(122,107,'payment_received','{\"loan_amount\":{\"old\":\"35000.00\",\"new\":\"17500.00\"},\"collected_amount\":{\"old\":\"105000.00\",\"new\":\"122500.00\"}}',NULL,'{\"payment_amount\":17500,\"payment_method\":\"cash\",\"payment_notes\":null,\"balance_after\":17500}','Payment received: 17,500 CFA via Cash',7,'Ayoub Oumar','2025-12-31 09:40:49','2025-12-31 09:40:49'),
(123,11,'payment_received','{\"payment_status\":{\"old\":\"unpaid\",\"new\":\"partial\"},\"loan_amount\":{\"old\":\"1750000.00\",\"new\":\"1300000.00\"},\"collected_amount\":{\"old\":\"0.00\",\"new\":\"450000.00\"}}',NULL,'{\"payment_amount\":450000,\"payment_method\":\"cash\",\"payment_notes\":null,\"balance_after\":1300000}','Payment received: 450,000 CFA via Cash',7,'Ayoub Oumar','2025-12-31 09:51:12','2025-12-31 09:51:12'),
(124,114,'created',NULL,NULL,'{\"sale_number\":\"HIL-0114\",\"sale_type\":\"market\",\"customer_name\":null,\"customer_phone\":null,\"customer_email\":null,\"subtotal\":\"17500.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"17500.00\",\"paid_amount\":\"17500.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2025-12-31T13:38:01.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"17500.00\",\"payment_status\":\"paid\",\"updated_at\":\"2025-12-31T13:38:01.000000Z\",\"created_at\":\"2025-12-31T13:38:01.000000Z\",\"id\":114}','Sale created through POS',7,'Ayoub Oumar','2025-12-31 10:38:01','2025-12-31 10:38:01'),
(125,14,'payment_received','{\"payment_status\":{\"old\":\"unpaid\",\"new\":\"paid\"},\"loan_amount\":{\"old\":\"17500.00\",\"new\":\"0.00\"},\"collected_amount\":{\"old\":\"0.00\",\"new\":\"17500.00\"},\"is_loan\":{\"old\":true,\"new\":false}}',NULL,'{\"payment_amount\":17500,\"payment_method\":\"cash\",\"payment_notes\":null,\"balance_after\":0}','Payment received: 17,500 CFA via Cash',7,'Ayoub Oumar','2025-12-31 10:43:41','2025-12-31 10:43:41'),
(126,115,'created',NULL,NULL,'{\"sale_number\":\"HIL-0115\",\"sale_type\":\"market\",\"customer_name\":null,\"customer_phone\":null,\"customer_email\":null,\"subtotal\":\"17500.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"17500.00\",\"paid_amount\":\"17500.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2025-12-31T14:33:57.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"17500.00\",\"payment_status\":\"paid\",\"updated_at\":\"2025-12-31T14:33:57.000000Z\",\"created_at\":\"2025-12-31T14:33:57.000000Z\",\"id\":115}','Sale created through POS',7,'Ayoub Oumar','2025-12-31 11:33:57','2025-12-31 11:33:57'),
(127,116,'created',NULL,NULL,'{\"sale_number\":\"HIL-0116\",\"sale_type\":\"market\",\"customer_name\":null,\"customer_phone\":null,\"customer_email\":null,\"subtotal\":\"20000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"20000.00\",\"paid_amount\":\"20000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2025-12-31T15:56:49.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"20000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2025-12-31T15:56:49.000000Z\",\"created_at\":\"2025-12-31T15:56:49.000000Z\",\"id\":116}','Sale created through POS',7,'Ayoub Oumar','2025-12-31 12:56:49','2025-12-31 12:56:49'),
(128,117,'created',NULL,NULL,'{\"sale_number\":\"HIL-0117\",\"sale_type\":\"market\",\"customer_name\":\"----\",\"customer_phone\":\"----\",\"customer_email\":null,\"subtotal\":\"20000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"20000.00\",\"paid_amount\":\"18500.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2025-12-31T16:03:52.000000Z\",\"cashier_id\":7,\"is_loan\":true,\"loan_amount\":\"1500.00\",\"collected_amount\":\"18500.00\",\"payment_status\":\"partial\",\"updated_at\":\"2025-12-31T16:03:52.000000Z\",\"created_at\":\"2025-12-31T16:03:52.000000Z\",\"id\":117}','Sale created through POS',7,'Ayoub Oumar','2025-12-31 13:03:52','2025-12-31 13:03:52'),
(129,118,'created',NULL,NULL,'{\"sale_number\":\"HIL-0118\",\"sale_type\":\"market\",\"customer_name\":null,\"customer_phone\":null,\"customer_email\":null,\"subtotal\":\"35000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"35000.00\",\"paid_amount\":\"35000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2025-12-31T16:26:15.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"35000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2025-12-31T16:26:15.000000Z\",\"created_at\":\"2025-12-31T16:26:15.000000Z\",\"id\":118}','Sale created through POS',7,'Ayoub Oumar','2025-12-31 13:26:15','2025-12-31 13:26:15'),
(130,119,'created',NULL,NULL,'{\"sale_number\":\"HIL-0119\",\"sale_type\":\"market\",\"customer_name\":null,\"customer_phone\":null,\"customer_email\":null,\"subtotal\":\"5500.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"5500.00\",\"paid_amount\":\"5500.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-01-01T08:54:41.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"5500.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-01-01T08:54:41.000000Z\",\"created_at\":\"2026-01-01T08:54:41.000000Z\",\"id\":119}','Sale created through POS',7,'Ayoub Oumar','2026-01-01 05:54:41','2026-01-01 05:54:41'),
(131,120,'created',NULL,NULL,'{\"sale_number\":\"HIL-0120\",\"sale_type\":\"market\",\"customer_name\":\"Guisma\",\"customer_phone\":\"60 20 30 27\",\"customer_email\":null,\"subtotal\":\"17500.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"17500.00\",\"paid_amount\":\"0.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-01-01T09:29:54.000000Z\",\"cashier_id\":7,\"is_loan\":true,\"loan_amount\":\"17500.00\",\"collected_amount\":\"0.00\",\"payment_status\":\"unpaid\",\"updated_at\":\"2026-01-01T09:29:54.000000Z\",\"created_at\":\"2026-01-01T09:29:54.000000Z\",\"id\":120}','Sale created through POS',7,'Ayoub Oumar','2026-01-01 06:29:54','2026-01-01 06:29:54'),
(132,121,'created',NULL,NULL,'{\"sale_number\":\"HIL-0121\",\"sale_type\":\"market\",\"customer_name\":\"Adam Youssouf\",\"customer_phone\":\"66 68 06 52\",\"customer_email\":null,\"subtotal\":\"515000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"515000.00\",\"paid_amount\":\"515000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-01-01T10:51:52.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"515000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-01-01T10:51:52.000000Z\",\"created_at\":\"2026-01-01T10:51:52.000000Z\",\"id\":121}','Sale created through POS',7,'Ayoub Oumar','2026-01-01 07:51:52','2026-01-01 07:51:52'),
(133,122,'created',NULL,NULL,'{\"sale_number\":\"HIL-0122\",\"sale_type\":\"market\",\"customer_name\":null,\"customer_phone\":null,\"customer_email\":null,\"subtotal\":\"17500.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"17500.00\",\"paid_amount\":\"17500.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-01-01T10:55:47.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"17500.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-01-01T10:55:47.000000Z\",\"created_at\":\"2026-01-01T10:55:47.000000Z\",\"id\":122}','Sale created through POS',7,'Ayoub Oumar','2026-01-01 07:55:48','2026-01-01 07:55:48'),
(134,123,'created',NULL,NULL,'{\"sale_number\":\"HIL-0123\",\"sale_type\":\"market\",\"customer_name\":null,\"customer_phone\":null,\"customer_email\":null,\"subtotal\":\"17500.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"17500.00\",\"paid_amount\":\"17500.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-01-01T11:08:53.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"17500.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-01-01T11:08:53.000000Z\",\"created_at\":\"2026-01-01T11:08:53.000000Z\",\"id\":123}','Sale created through POS',7,'Ayoub Oumar','2026-01-01 08:08:53','2026-01-01 08:08:53'),
(135,124,'created',NULL,NULL,'{\"sale_number\":\"HIL-0124\",\"sale_type\":\"market\",\"customer_name\":null,\"customer_phone\":null,\"customer_email\":null,\"subtotal\":\"17500.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"17500.00\",\"paid_amount\":\"17500.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-01-01T11:50:46.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"17500.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-01-01T11:50:46.000000Z\",\"created_at\":\"2026-01-01T11:50:46.000000Z\",\"id\":124}','Sale created through POS',7,'Ayoub Oumar','2026-01-01 08:50:46','2026-01-01 08:50:46'),
(136,125,'created',NULL,NULL,'{\"sale_number\":\"HIL-0125\",\"sale_type\":\"market\",\"customer_name\":null,\"customer_phone\":null,\"customer_email\":null,\"subtotal\":\"20000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"20000.00\",\"paid_amount\":\"20000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-01-01T12:25:48.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"20000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-01-01T12:25:48.000000Z\",\"created_at\":\"2026-01-01T12:25:48.000000Z\",\"id\":125}','Sale created through POS',7,'Ayoub Oumar','2026-01-01 09:25:48','2026-01-01 09:25:48'),
(137,126,'created',NULL,NULL,'{\"sale_number\":\"HIL-0126\",\"sale_type\":\"market\",\"customer_name\":null,\"customer_phone\":null,\"customer_email\":null,\"subtotal\":\"20000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"20000.00\",\"paid_amount\":\"20000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-01-01T13:16:08.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"20000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-01-01T13:16:08.000000Z\",\"created_at\":\"2026-01-01T13:16:08.000000Z\",\"id\":126}','Sale created through POS',7,'Ayoub Oumar','2026-01-01 10:16:08','2026-01-01 10:16:08'),
(138,90,'cancelled','{\"sale_status\":{\"old\":\"completed\",\"new\":\"cancelled\"},\"payment_status\":{\"old\":\"unpaid\",\"new\":\"refunded\"}}',NULL,'{\"id\":90,\"sale_number\":\"HIL-0090\",\"sale_type\":\"market\",\"customer_name\":\"Hadj\\u00e8 debut\\u00e8\",\"customer_phone\":\"66 10 19 59\",\"customer_email\":null,\"subtotal\":\"162500.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"162500.00\",\"loan_amount\":\"162500.00\",\"collected_amount\":\"0.00\",\"is_loan\":true,\"paid_amount\":\"0.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"payment_status\":\"refunded\",\"sale_status\":\"cancelled\",\"notes\":\"\\n\\nCancelled: Sale Cancelaion\",\"cashier_id\":7,\"sale_date\":\"2025-12-27T13:20:56.000000Z\",\"created_at\":\"2025-12-27T13:20:56.000000Z\",\"updated_at\":\"2026-01-01T13:26:09.000000Z\",\"items\":[{\"id\":119,\"sale_id\":90,\"product_id\":2,\"product_name\":\"Hilali-2\",\"product_barcode\":null,\"quantity\":2,\"unit_price\":\"17500.00\",\"tax_rate\":\"0.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"35000.00\",\"created_at\":\"2025-12-27T13:20:56.000000Z\",\"updated_at\":\"2025-12-27T13:20:56.000000Z\",\"product\":{\"id\":2,\"name\":\"Hilali-2\",\"description\":null,\"barcode\":\"PRD052669\",\"category_id\":2,\"product_type\":\"market\",\"unit\":\"pcs\",\"alert_quantity\":1,\"cost_price\":\"16500.00\",\"selling_price\":\"17500.00\",\"discount_price\":null,\"image\":\"products\\/1765809323_GyIrdqmo77.jpg\",\"expiry_date\":null,\"is_active\":true,\"weight\":null,\"length\":null,\"width\":null,\"height\":null,\"created_at\":\"2025-12-15T14:32:30.000000Z\",\"updated_at\":\"2025-12-15T14:35:23.000000Z\",\"deleted_at\":null,\"inventory\":{\"id\":2,\"product_id\":2,\"current_stock\":25,\"reserved_stock\":0,\"available_stock\":25,\"last_stock_update\":\"2026-01-01T13:26:09.000000Z\",\"last_updated_by\":7,\"created_at\":\"2025-12-15T14:32:30.000000Z\",\"updated_at\":\"2026-01-01T13:26:09.000000Z\"}}},{\"id\":120,\"sale_id\":90,\"product_id\":3,\"product_name\":\"Hilali-3\",\"product_barcode\":null,\"quantity\":2,\"unit_price\":\"17500.00\",\"tax_rate\":\"0.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"35000.00\",\"created_at\":\"2025-12-27T13:20:56.000000Z\",\"updated_at\":\"2025-12-27T13:20:56.000000Z\",\"product\":{\"id\":3,\"name\":\"Hilali-3\",\"description\":null,\"barcode\":\"PRD853875\",\"category_id\":2,\"product_type\":\"market\",\"unit\":\"pcs\",\"alert_quantity\":1,\"cost_price\":\"16500.00\",\"selling_price\":\"17500.00\",\"discount_price\":null,\"image\":\"products\\/1765811562_kUSbJezsFK.jpg\",\"expiry_date\":null,\"is_active\":true,\"weight\":null,\"length\":null,\"width\":null,\"height\":null,\"created_at\":\"2025-12-15T15:12:42.000000Z\",\"updated_at\":\"2025-12-15T15:12:42.000000Z\",\"deleted_at\":null,\"inventory\":{\"id\":3,\"product_id\":3,\"current_stock\":18,\"reserved_stock\":0,\"available_stock\":18,\"last_stock_update\":\"2026-01-01T13:26:09.000000Z\",\"last_updated_by\":7,\"created_at\":\"2025-12-15T15:12:42.000000Z\",\"updated_at\":\"2026-01-01T13:26:09.000000Z\"}}},{\"id\":121,\"sale_id\":90,\"product_id\":9,\"product_name\":\"Hilali-4\",\"product_barcode\":null,\"quantity\":1,\"unit_price\":\"17500.00\",\"tax_rate\":\"0.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"17500.00\",\"created_at\":\"2025-12-27T13:20:56.000000Z\",\"updated_at\":\"2025-12-27T13:20:56.000000Z\",\"product\":{\"id\":9,\"name\":\"Hilali-4\",\"description\":null,\"barcode\":\"PRD034866\",\"category_id\":2,\"product_type\":\"market\",\"unit\":\"pcs\",\"alert_quantity\":5,\"cost_price\":\"16500.00\",\"selling_price\":\"17500.00\",\"discount_price\":null,\"image\":\"products\\/1765967553_0Nzdx6Sfs7.jpg\",\"expiry_date\":null,\"is_active\":true,\"weight\":null,\"length\":null,\"width\":null,\"height\":null,\"created_at\":\"2025-12-17T10:32:33.000000Z\",\"updated_at\":\"2025-12-17T10:32:33.000000Z\",\"deleted_at\":null,\"inventory\":{\"id\":9,\"product_id\":9,\"current_stock\":20,\"reserved_stock\":0,\"available_stock\":20,\"last_stock_update\":\"2026-01-01T13:26:09.000000Z\",\"last_updated_by\":7,\"created_at\":\"2025-12-17T10:32:33.000000Z\",\"updated_at\":\"2026-01-01T13:26:09.000000Z\"}}},{\"id\":122,\"sale_id\":90,\"product_id\":10,\"product_name\":\"Hilali-5\",\"product_barcode\":null,\"quantity\":1,\"unit_price\":\"17500.00\",\"tax_rate\":\"0.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"17500.00\",\"created_at\":\"2025-12-27T13:20:56.000000Z\",\"updated_at\":\"2025-12-27T13:20:56.000000Z\",\"product\":{\"id\":10,\"name\":\"Hilali-5\",\"description\":null,\"barcode\":\"PRD351246\",\"category_id\":2,\"product_type\":\"market\",\"unit\":\"pcs\",\"alert_quantity\":3,\"cost_price\":\"16500.00\",\"selling_price\":\"17500.00\",\"discount_price\":null,\"image\":\"products\\/1765972450_8JCutrWuv7.jpg\",\"expiry_date\":null,\"is_active\":true,\"weight\":null,\"length\":null,\"width\":null,\"height\":null,\"created_at\":\"2025-12-17T11:54:10.000000Z\",\"updated_at\":\"2025-12-17T11:54:10.000000Z\",\"deleted_at\":null,\"inventory\":{\"id\":10,\"product_id\":10,\"current_stock\":2,\"reserved_stock\":0,\"available_stock\":2,\"last_stock_update\":\"2026-01-01T13:26:09.000000Z\",\"last_updated_by\":7,\"created_at\":\"2025-12-17T11:54:10.000000Z\",\"updated_at\":\"2026-01-01T13:26:09.000000Z\"}}},{\"id\":123,\"sale_id\":90,\"product_id\":15,\"product_name\":\"HIL T-1\",\"product_barcode\":null,\"quantity\":3,\"unit_price\":\"10000.00\",\"tax_rate\":\"0.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"30000.00\",\"created_at\":\"2025-12-27T13:20:56.000000Z\",\"updated_at\":\"2025-12-27T13:20:56.000000Z\",\"product\":{\"id\":15,\"name\":\"HIL T-1\",\"description\":null,\"barcode\":\"PRD546732\",\"category_id\":6,\"product_type\":\"market\",\"unit\":\"pcs\",\"alert_quantity\":5,\"cost_price\":\"8500.00\",\"selling_price\":\"10000.00\",\"discount_price\":null,\"image\":\"products\\/1766051786_YEJ2ghUgVi.jpg\",\"expiry_date\":null,\"is_active\":false,\"weight\":null,\"length\":null,\"width\":null,\"height\":null,\"created_at\":\"2025-12-18T09:42:38.000000Z\",\"updated_at\":\"2025-12-31T12:35:57.000000Z\",\"deleted_at\":null,\"inventory\":{\"id\":15,\"product_id\":15,\"current_stock\":3,\"reserved_stock\":0,\"available_stock\":3,\"last_stock_update\":\"2026-01-01T13:26:09.000000Z\",\"last_updated_by\":7,\"created_at\":\"2025-12-18T09:42:38.000000Z\",\"updated_at\":\"2026-01-01T13:26:09.000000Z\"}}},{\"id\":124,\"sale_id\":90,\"product_id\":16,\"product_name\":\"HIL T-2\",\"product_barcode\":null,\"quantity\":1,\"unit_price\":\"10000.00\",\"tax_rate\":\"0.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"10000.00\",\"created_at\":\"2025-12-27T13:20:56.000000Z\",\"updated_at\":\"2025-12-27T13:20:56.000000Z\",\"product\":{\"id\":16,\"name\":\"HIL T-2\",\"description\":null,\"barcode\":\"PRD251510\",\"category_id\":6,\"product_type\":\"market\",\"unit\":\"pcs\",\"alert_quantity\":5,\"cost_price\":\"8500.00\",\"selling_price\":\"10000.00\",\"discount_price\":null,\"image\":\"products\\/1766051931_oPnyAEzzL9.jpg\",\"expiry_date\":null,\"is_active\":true,\"weight\":null,\"length\":null,\"width\":null,\"height\":null,\"created_at\":\"2025-12-18T09:44:22.000000Z\",\"updated_at\":\"2025-12-19T15:06:27.000000Z\",\"deleted_at\":null,\"inventory\":{\"id\":16,\"product_id\":16,\"current_stock\":9,\"reserved_stock\":0,\"available_stock\":9,\"last_stock_update\":\"2026-01-01T13:26:09.000000Z\",\"last_updated_by\":7,\"created_at\":\"2025-12-18T09:44:22.000000Z\",\"updated_at\":\"2026-01-01T13:26:09.000000Z\"}}},{\"id\":125,\"sale_id\":90,\"product_id\":17,\"product_name\":\"Hilali-Mix\",\"product_barcode\":null,\"quantity\":1,\"unit_price\":\"17500.00\",\"tax_rate\":\"0.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"17500.00\",\"created_at\":\"2025-12-27T13:20:56.000000Z\",\"updated_at\":\"2025-12-27T13:20:56.000000Z\",\"product\":{\"id\":17,\"name\":\"Hilali-Mix\",\"description\":null,\"barcode\":\"PRD359315\",\"category_id\":2,\"product_type\":\"market\",\"unit\":\"pcs\",\"alert_quantity\":5,\"cost_price\":\"16500.00\",\"selling_price\":\"17500.00\",\"discount_price\":null,\"image\":null,\"expiry_date\":null,\"is_active\":true,\"weight\":null,\"length\":null,\"width\":null,\"height\":null,\"created_at\":\"2025-12-18T14:10:12.000000Z\",\"updated_at\":\"2025-12-18T14:23:20.000000Z\",\"deleted_at\":null,\"inventory\":{\"id\":17,\"product_id\":17,\"current_stock\":54,\"reserved_stock\":0,\"available_stock\":54,\"last_stock_update\":\"2026-01-01T13:26:09.000000Z\",\"last_updated_by\":7,\"created_at\":\"2025-12-18T14:10:12.000000Z\",\"updated_at\":\"2026-01-01T13:26:09.000000Z\"}}}],\"cashier\":{\"id\":7,\"name\":\"Ayoub Oumar\",\"email\":\"ayoub.oumar919@gmail.com\",\"user_type\":\"admin\",\"is_active\":true,\"preferred_language\":\"en\",\"email_verified_at\":\"2025-12-18T06:27:21.000000Z\",\"two_factor_confirmed_at\":null,\"current_team_id\":null,\"profile_photo_path\":null,\"created_at\":\"2025-12-18T06:27:21.000000Z\",\"updated_at\":\"2026-01-01T09:07:29.000000Z\",\"profile_photo_url\":\"https:\\/\\/ui-avatars.com\\/api\\/?name=A+O&color=7F9CF5&background=EBF4FF\"}}','Sale Cancelaion',7,'Ayoub Oumar','2026-01-01 10:26:09','2026-01-01 10:26:09'),
(139,127,'created',NULL,NULL,'{\"sale_number\":\"HIL-0127\",\"sale_type\":\"market\",\"customer_name\":null,\"customer_phone\":null,\"customer_email\":null,\"subtotal\":\"20000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"20000.00\",\"paid_amount\":\"20000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-01-01T16:27:02.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"20000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-01-01T16:27:02.000000Z\",\"created_at\":\"2026-01-01T16:27:02.000000Z\",\"id\":127}','Sale created through POS',7,'Ayoub Oumar','2026-01-01 13:27:02','2026-01-01 13:27:02'),
(140,128,'created',NULL,NULL,'{\"sale_number\":\"HIL-0128\",\"sale_type\":\"market\",\"customer_name\":null,\"customer_phone\":null,\"customer_email\":null,\"subtotal\":\"20000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"20000.00\",\"paid_amount\":\"20000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-01-01T16:27:20.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"20000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-01-01T16:27:20.000000Z\",\"created_at\":\"2026-01-01T16:27:20.000000Z\",\"id\":128}','Sale created through POS',7,'Ayoub Oumar','2026-01-01 13:27:20','2026-01-01 13:27:20'),
(141,129,'created',NULL,NULL,'{\"sale_number\":\"HIL-0129\",\"sale_type\":\"market\",\"customer_name\":null,\"customer_phone\":null,\"customer_email\":null,\"subtotal\":\"40000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"40000.00\",\"paid_amount\":\"40000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-01-01T16:27:49.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"40000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-01-01T16:27:49.000000Z\",\"created_at\":\"2026-01-01T16:27:49.000000Z\",\"id\":129}','Sale created through POS',7,'Ayoub Oumar','2026-01-01 13:27:49','2026-01-01 13:27:49'),
(142,130,'created',NULL,NULL,'{\"sale_number\":\"HIL-0130\",\"sale_type\":\"market\",\"customer_name\":\"Moubarak Abdoullay\",\"customer_phone\":\"66 04 36 07\",\"customer_email\":null,\"subtotal\":\"192500.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"192500.00\",\"paid_amount\":\"192500.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-01-02T09:28:11.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"192500.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-01-02T09:28:11.000000Z\",\"created_at\":\"2026-01-02T09:28:11.000000Z\",\"id\":130}','Sale created through POS',7,'Ayoub Oumar','2026-01-02 06:28:11','2026-01-02 06:28:11'),
(143,131,'created',NULL,NULL,'{\"sale_number\":\"HIL-0131\",\"sale_type\":\"market\",\"customer_name\":null,\"customer_phone\":null,\"customer_email\":null,\"subtotal\":\"6500.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"6500.00\",\"paid_amount\":\"6500.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-01-02T09:51:39.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"6500.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-01-02T09:51:39.000000Z\",\"created_at\":\"2026-01-02T09:51:39.000000Z\",\"id\":131}','Sale created through POS',7,'Ayoub Oumar','2026-01-02 06:51:39','2026-01-02 06:51:39'),
(144,132,'created',NULL,NULL,'{\"sale_number\":\"HIL-0132\",\"sale_type\":\"market\",\"customer_name\":null,\"customer_phone\":null,\"customer_email\":null,\"subtotal\":\"11000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"11000.00\",\"paid_amount\":\"11000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-01-02T10:26:01.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"11000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-01-02T10:26:01.000000Z\",\"created_at\":\"2026-01-02T10:26:01.000000Z\",\"id\":132}','Sale created through POS',7,'Ayoub Oumar','2026-01-02 07:26:01','2026-01-02 07:26:01'),
(145,133,'created',NULL,NULL,'{\"sale_number\":\"HIL-0133\",\"sale_type\":\"market\",\"customer_name\":null,\"customer_phone\":null,\"customer_email\":null,\"subtotal\":\"11000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"11000.00\",\"paid_amount\":\"11000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-01-02T11:59:55.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"11000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-01-02T11:59:55.000000Z\",\"created_at\":\"2026-01-02T11:59:55.000000Z\",\"id\":133}','Sale created through POS',7,'Ayoub Oumar','2026-01-02 08:59:55','2026-01-02 08:59:55'),
(146,134,'created',NULL,NULL,'{\"sale_number\":\"HIL-0134\",\"sale_type\":\"market\",\"customer_name\":null,\"customer_phone\":null,\"customer_email\":null,\"subtotal\":\"17500.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"17500.00\",\"paid_amount\":\"17500.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-01-02T13:09:40.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"17500.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-01-02T13:09:40.000000Z\",\"created_at\":\"2026-01-02T13:09:40.000000Z\",\"id\":134}','Sale created through POS',7,'Ayoub Oumar','2026-01-02 10:09:40','2026-01-02 10:09:40'),
(147,134,'cancelled','{\"sale_status\":{\"old\":\"completed\",\"new\":\"cancelled\"},\"payment_status\":{\"old\":\"paid\",\"new\":\"refunded\"}}',NULL,'{\"id\":134,\"sale_number\":\"HIL-0134\",\"sale_type\":\"market\",\"customer_name\":null,\"customer_phone\":null,\"customer_email\":null,\"subtotal\":\"17500.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"17500.00\",\"loan_amount\":\"0.00\",\"collected_amount\":\"17500.00\",\"is_loan\":false,\"paid_amount\":\"17500.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"payment_status\":\"refunded\",\"sale_status\":\"cancelled\",\"notes\":\"\\n\\nCancelled: Error Correction\",\"cashier_id\":\"7\",\"sale_date\":\"2026-01-02T13:09:40.000000Z\",\"created_at\":\"2026-01-02T13:09:40.000000Z\",\"updated_at\":\"2026-01-02T13:10:15.000000Z\",\"items\":[{\"id\":205,\"sale_id\":\"134\",\"product_id\":\"67\",\"product_name\":\"Hilali-Mix\",\"product_barcode\":null,\"quantity\":1,\"unit_price\":\"17500.00\",\"tax_rate\":\"0.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"17500.00\",\"created_at\":\"2026-01-02T13:09:40.000000Z\",\"updated_at\":\"2026-01-02T13:09:40.000000Z\",\"product\":{\"id\":67,\"name\":\"Hilali-Mix\",\"description\":null,\"barcode\":\"PRD359315-M1\",\"category_id\":\"2\",\"product_type\":\"market\",\"unit\":\"pcs\",\"alert_quantity\":1,\"cost_price\":\"16500.00\",\"selling_price\":\"17500.00\",\"discount_price\":null,\"image\":null,\"expiry_date\":null,\"is_active\":true,\"weight\":null,\"length\":null,\"width\":null,\"height\":null,\"created_at\":\"2026-01-02T12:22:29.000000Z\",\"updated_at\":\"2026-01-02T12:22:29.000000Z\",\"deleted_at\":null,\"inventory\":{\"id\":66,\"product_id\":\"67\",\"current_stock\":54,\"reserved_stock\":0,\"available_stock\":54,\"last_stock_update\":\"2026-01-02T13:10:15.000000Z\",\"last_updated_by\":7,\"created_at\":\"2026-01-02T12:22:29.000000Z\",\"updated_at\":\"2026-01-02T13:10:15.000000Z\"}}}],\"cashier\":{\"id\":7,\"name\":\"Ayoub Oumar\",\"email\":\"ayoub.oumar919@gmail.com\",\"user_type\":\"admin\",\"is_active\":true,\"preferred_language\":\"fr\",\"email_verified_at\":\"2025-12-18T06:27:21.000000Z\",\"two_factor_confirmed_at\":null,\"current_team_id\":null,\"profile_photo_path\":null,\"created_at\":\"2025-12-18T06:27:21.000000Z\",\"updated_at\":\"2026-01-01T21:12:04.000000Z\",\"profile_photo_url\":\"https:\\/\\/ui-avatars.com\\/api\\/?name=A+O&color=7F9CF5&background=EBF4FF\"}}','Error Correction',7,'Ayoub Oumar','2026-01-02 10:10:15','2026-01-02 10:10:15'),
(148,135,'created',NULL,NULL,'{\"sale_number\":\"HIL-0135\",\"sale_type\":\"market\",\"customer_name\":null,\"customer_phone\":null,\"customer_email\":null,\"subtotal\":\"20000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"20000.00\",\"paid_amount\":\"20000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-01-02T13:10:56.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"20000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-01-02T13:10:56.000000Z\",\"created_at\":\"2026-01-02T13:10:56.000000Z\",\"id\":135}','Sale created through POS',7,'Ayoub Oumar','2026-01-02 10:10:56','2026-01-02 10:10:56'),
(149,136,'created',NULL,NULL,'{\"sale_number\":\"HIL-0136\",\"sale_type\":\"market\",\"customer_name\":\"Adam Confiance\",\"customer_phone\":\"---\",\"customer_email\":null,\"subtotal\":\"35000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"35000.00\",\"paid_amount\":\"0.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-01-02T13:28:14.000000Z\",\"cashier_id\":7,\"is_loan\":true,\"loan_amount\":\"35000.00\",\"collected_amount\":\"0.00\",\"payment_status\":\"unpaid\",\"updated_at\":\"2026-01-02T13:28:14.000000Z\",\"created_at\":\"2026-01-02T13:28:14.000000Z\",\"id\":136}','Sale created through POS',7,'Ayoub Oumar','2026-01-02 10:28:14','2026-01-02 10:28:14'),
(150,113,'payment_received','{\"payment_status\":{\"old\":\"unpaid\",\"new\":\"paid\"},\"loan_amount\":{\"old\":\"35000.00\",\"new\":\"0.00\"},\"collected_amount\":{\"old\":\"0.00\",\"new\":\"35000.00\"},\"is_loan\":{\"old\":true,\"new\":false}}',NULL,'{\"payment_amount\":35000,\"payment_method\":\"cash\",\"payment_notes\":null,\"balance_after\":0}','Payment received: 35,000 CFA via Cash',7,'Ayoub Oumar','2026-01-02 10:31:34','2026-01-02 10:31:34'),
(151,137,'created',NULL,NULL,'{\"sale_number\":\"HIL-0137\",\"sale_type\":\"market\",\"customer_name\":null,\"customer_phone\":null,\"customer_email\":null,\"subtotal\":\"20000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"20000.00\",\"paid_amount\":\"20000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-01-02T13:44:24.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"20000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-01-02T13:44:24.000000Z\",\"created_at\":\"2026-01-02T13:44:24.000000Z\",\"id\":137}','Sale created through POS',7,'Ayoub Oumar','2026-01-02 10:44:24','2026-01-02 10:44:24'),
(152,138,'created',NULL,NULL,'{\"sale_number\":\"HIL-0138\",\"sale_type\":\"market\",\"customer_name\":\"Guisma\",\"customer_phone\":\"60 20 30 27\",\"customer_email\":null,\"subtotal\":\"35000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"35000.00\",\"paid_amount\":\"35000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-01-02T13:48:42.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"35000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-01-02T13:48:42.000000Z\",\"created_at\":\"2026-01-02T13:48:42.000000Z\",\"id\":138}','Sale created through POS',7,'Ayoub Oumar','2026-01-02 10:48:42','2026-01-02 10:48:42'),
(153,139,'created',NULL,NULL,'{\"sale_number\":\"HIL-0139\",\"sale_type\":\"market\",\"customer_name\":null,\"customer_phone\":null,\"customer_email\":null,\"subtotal\":\"17500.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"17500.00\",\"paid_amount\":\"17500.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-01-02T15:40:04.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"17500.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-01-02T15:40:04.000000Z\",\"created_at\":\"2026-01-02T15:40:04.000000Z\",\"id\":139}','Sale created through POS',7,'Ayoub Oumar','2026-01-02 12:40:04','2026-01-02 12:40:04'),
(154,139,'cancelled','{\"sale_status\":{\"old\":\"completed\",\"new\":\"cancelled\"},\"payment_status\":{\"old\":\"paid\",\"new\":\"refunded\"}}',NULL,'{\"id\":139,\"sale_number\":\"HIL-0139\",\"sale_type\":\"market\",\"customer_name\":null,\"customer_phone\":null,\"customer_email\":null,\"subtotal\":\"17500.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"17500.00\",\"loan_amount\":\"0.00\",\"collected_amount\":\"17500.00\",\"is_loan\":false,\"paid_amount\":\"17500.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"payment_status\":\"refunded\",\"sale_status\":\"cancelled\",\"notes\":\"\\n\\nCancelled: Error Correction\",\"cashier_id\":\"7\",\"sale_date\":\"2026-01-02T15:40:04.000000Z\",\"created_at\":\"2026-01-02T15:40:04.000000Z\",\"updated_at\":\"2026-01-02T15:40:27.000000Z\",\"items\":[{\"id\":211,\"sale_id\":\"139\",\"product_id\":\"81\",\"product_name\":\"Hilali-10\",\"product_barcode\":null,\"quantity\":1,\"unit_price\":\"17500.00\",\"tax_rate\":\"0.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"17500.00\",\"created_at\":\"2026-01-02T15:40:04.000000Z\",\"updated_at\":\"2026-01-02T15:40:04.000000Z\",\"product\":{\"id\":81,\"name\":\"Hilali-10\",\"description\":null,\"barcode\":\"PRD582282-M1\",\"category_id\":\"2\",\"product_type\":\"market\",\"unit\":\"pcs\",\"alert_quantity\":1,\"cost_price\":\"16500.00\",\"selling_price\":\"17500.00\",\"discount_price\":null,\"image\":\"products\\/1766850741_q2EdISl5E9.jpg\",\"expiry_date\":null,\"is_active\":true,\"weight\":null,\"length\":null,\"width\":null,\"height\":null,\"created_at\":\"2026-01-02T12:23:50.000000Z\",\"updated_at\":\"2026-01-02T12:23:50.000000Z\",\"deleted_at\":null,\"inventory\":{\"id\":80,\"product_id\":\"81\",\"current_stock\":18,\"reserved_stock\":0,\"available_stock\":18,\"last_stock_update\":\"2026-01-02T15:40:27.000000Z\",\"last_updated_by\":7,\"created_at\":\"2026-01-02T12:23:50.000000Z\",\"updated_at\":\"2026-01-02T15:40:27.000000Z\"}}}],\"cashier\":{\"id\":7,\"name\":\"Ayoub Oumar\",\"email\":\"ayoub.oumar919@gmail.com\",\"user_type\":\"admin\",\"is_active\":true,\"preferred_language\":\"fr\",\"email_verified_at\":\"2025-12-18T06:27:21.000000Z\",\"two_factor_confirmed_at\":null,\"current_team_id\":null,\"profile_photo_path\":null,\"created_at\":\"2025-12-18T06:27:21.000000Z\",\"updated_at\":\"2026-01-01T21:12:04.000000Z\",\"profile_photo_url\":\"https:\\/\\/ui-avatars.com\\/api\\/?name=A+O&color=7F9CF5&background=EBF4FF\"}}','Error Correction',7,'Ayoub Oumar','2026-01-02 12:40:27','2026-01-02 12:40:27'),
(155,140,'created',NULL,NULL,'{\"sale_number\":\"HIL-0140\",\"sale_type\":\"market\",\"customer_name\":null,\"customer_phone\":null,\"customer_email\":null,\"subtotal\":\"20000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"20000.00\",\"paid_amount\":\"20000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-01-02T15:51:08.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"20000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-01-02T15:51:08.000000Z\",\"created_at\":\"2026-01-02T15:51:08.000000Z\",\"id\":140}','Sale created through POS',7,'Ayoub Oumar','2026-01-02 12:51:08','2026-01-02 12:51:08'),
(156,141,'created',NULL,NULL,'{\"sale_number\":\"HIL-0141\",\"sale_type\":\"market\",\"customer_name\":null,\"customer_phone\":null,\"customer_email\":null,\"subtotal\":\"20000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"20000.00\",\"paid_amount\":\"20000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-01-03T11:52:09.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"20000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-01-03T11:52:09.000000Z\",\"created_at\":\"2026-01-03T11:52:09.000000Z\",\"id\":141}','Sale created through POS',7,'Ayoub Oumar','2026-01-03 08:52:09','2026-01-03 08:52:09'),
(157,142,'created',NULL,NULL,'{\"sale_number\":\"HIL-0142\",\"sale_type\":\"market\",\"customer_name\":null,\"customer_phone\":null,\"customer_email\":null,\"subtotal\":\"17500.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"17500.00\",\"paid_amount\":\"17500.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-01-03T12:19:45.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"17500.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-01-03T12:19:45.000000Z\",\"created_at\":\"2026-01-03T12:19:45.000000Z\",\"id\":142}','Sale created through POS',7,'Ayoub Oumar','2026-01-03 09:19:45','2026-01-03 09:19:45'),
(158,143,'created',NULL,NULL,'{\"sale_number\":\"HIL-0143\",\"sale_type\":\"market\",\"customer_name\":null,\"customer_phone\":null,\"customer_email\":null,\"subtotal\":\"35000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"35000.00\",\"paid_amount\":\"35000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-01-03T13:16:58.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"35000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-01-03T13:16:58.000000Z\",\"created_at\":\"2026-01-03T13:16:58.000000Z\",\"id\":143}','Sale created through POS',7,'Ayoub Oumar','2026-01-03 10:16:58','2026-01-03 10:16:58'),
(159,144,'created',NULL,NULL,'{\"sale_number\":\"HIL-0144\",\"sale_type\":\"market\",\"customer_name\":\"Ousman Nassir\",\"customer_phone\":\"66 14 88 86\",\"customer_email\":null,\"subtotal\":\"375000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"375000.00\",\"paid_amount\":\"125000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-01-03T13:51:56.000000Z\",\"cashier_id\":7,\"is_loan\":true,\"loan_amount\":\"250000.00\",\"collected_amount\":\"125000.00\",\"payment_status\":\"partial\",\"updated_at\":\"2026-01-03T13:51:56.000000Z\",\"created_at\":\"2026-01-03T13:51:56.000000Z\",\"id\":144}','Sale created through POS',7,'Ayoub Oumar','2026-01-03 10:51:57','2026-01-03 10:51:57'),
(160,145,'created',NULL,NULL,'{\"sale_number\":\"HIL-0145\",\"sale_type\":\"market\",\"customer_name\":null,\"customer_phone\":null,\"customer_email\":null,\"subtotal\":\"17500.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"17500.00\",\"paid_amount\":\"17500.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-01-03T15:10:21.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"17500.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-01-03T15:10:21.000000Z\",\"created_at\":\"2026-01-03T15:10:21.000000Z\",\"id\":145}','Sale created through POS',7,'Ayoub Oumar','2026-01-03 12:10:21','2026-01-03 12:10:21'),
(161,146,'created',NULL,NULL,'{\"sale_number\":\"HIL-0146\",\"sale_type\":\"market\",\"customer_name\":null,\"customer_phone\":null,\"customer_email\":null,\"subtotal\":\"20000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"20000.00\",\"paid_amount\":\"20000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-01-03T15:22:03.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"20000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-01-03T15:22:03.000000Z\",\"created_at\":\"2026-01-03T15:22:03.000000Z\",\"id\":146}','Sale created through POS',7,'Ayoub Oumar','2026-01-03 12:22:03','2026-01-03 12:22:03'),
(162,147,'created',NULL,NULL,'{\"sale_number\":\"HIL-0147\",\"sale_type\":\"market\",\"customer_name\":null,\"customer_phone\":null,\"customer_email\":null,\"subtotal\":\"27500.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"27500.00\",\"paid_amount\":\"27500.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-01-03T17:36:46.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"27500.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-01-03T17:36:46.000000Z\",\"created_at\":\"2026-01-03T17:36:46.000000Z\",\"id\":147}','Sale created through POS',7,'Ayoub Oumar','2026-01-03 14:36:46','2026-01-03 14:36:46'),
(163,148,'created',NULL,NULL,'{\"sale_number\":\"HIL-0148\",\"sale_type\":\"market\",\"customer_name\":null,\"customer_phone\":null,\"customer_email\":null,\"subtotal\":\"25000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"25000.00\",\"paid_amount\":\"25000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-01-05T10:44:36.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"25000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-01-05T10:44:36.000000Z\",\"created_at\":\"2026-01-05T10:44:36.000000Z\",\"id\":148}','Sale created through POS',7,'Ayoub Oumar','2026-01-05 07:44:36','2026-01-05 07:44:36'),
(164,149,'created',NULL,NULL,'{\"sale_number\":\"HIL-0149\",\"sale_type\":\"market\",\"customer_name\":null,\"customer_phone\":null,\"customer_email\":null,\"subtotal\":\"5000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"5000.00\",\"paid_amount\":\"5000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-01-05T11:02:57.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"5000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-01-05T11:02:57.000000Z\",\"created_at\":\"2026-01-05T11:02:57.000000Z\",\"id\":149}','Sale created through POS',7,'Ayoub Oumar','2026-01-05 08:02:57','2026-01-05 08:02:57'),
(165,150,'created',NULL,NULL,'{\"sale_number\":\"HIL-0150\",\"sale_type\":\"market\",\"customer_name\":null,\"customer_phone\":null,\"customer_email\":null,\"subtotal\":\"5000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"5000.00\",\"paid_amount\":\"5000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-01-05T11:03:22.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"5000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-01-05T11:03:22.000000Z\",\"created_at\":\"2026-01-05T11:03:22.000000Z\",\"id\":150}','Sale created through POS',7,'Ayoub Oumar','2026-01-05 08:03:22','2026-01-05 08:03:22'),
(166,151,'created',NULL,NULL,'{\"sale_number\":\"HIL-0151\",\"sale_type\":\"market\",\"customer_name\":null,\"customer_phone\":null,\"customer_email\":null,\"subtotal\":\"20000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"20000.00\",\"paid_amount\":\"20000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-01-05T11:10:39.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"20000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-01-05T11:10:39.000000Z\",\"created_at\":\"2026-01-05T11:10:39.000000Z\",\"id\":151}','Sale created through POS',7,'Ayoub Oumar','2026-01-05 08:10:39','2026-01-05 08:10:39'),
(167,152,'created',NULL,NULL,'{\"sale_number\":\"HIL-0152\",\"sale_type\":\"market\",\"customer_name\":null,\"customer_phone\":null,\"customer_email\":null,\"subtotal\":\"5500.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"5500.00\",\"paid_amount\":\"5500.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-01-05T14:07:31.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"5500.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-01-05T14:07:31.000000Z\",\"created_at\":\"2026-01-05T14:07:31.000000Z\",\"id\":152}','Sale created through POS',7,'Ayoub Oumar','2026-01-05 11:07:31','2026-01-05 11:07:31'),
(168,120,'payment_received','{\"payment_status\":{\"old\":\"unpaid\",\"new\":\"paid\"},\"loan_amount\":{\"old\":\"17500.00\",\"new\":\"0.00\"},\"collected_amount\":{\"old\":\"0.00\",\"new\":\"17500.00\"},\"is_loan\":{\"old\":true,\"new\":false}}',NULL,'{\"payment_amount\":17500,\"payment_method\":\"cash\",\"payment_notes\":null,\"balance_after\":0}','Payment received: 17,500 CFA via Cash',7,'Ayoub Oumar','2026-01-05 11:08:25','2026-01-05 11:08:25'),
(169,153,'created',NULL,NULL,'{\"sale_number\":\"HIL-0153\",\"sale_type\":\"market\",\"customer_name\":null,\"customer_phone\":null,\"customer_email\":null,\"subtotal\":\"20000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"20000.00\",\"paid_amount\":\"20000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-01-05T16:05:44.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"20000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-01-05T16:05:44.000000Z\",\"created_at\":\"2026-01-05T16:05:44.000000Z\",\"id\":153}','Sale created through POS',7,'Ayoub Oumar','2026-01-05 13:05:44','2026-01-05 13:05:44'),
(170,154,'created',NULL,NULL,'{\"sale_number\":\"HIL-0154\",\"sale_type\":\"market\",\"customer_name\":null,\"customer_phone\":null,\"customer_email\":null,\"subtotal\":\"6500.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"6500.00\",\"paid_amount\":\"6500.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-01-06T09:13:35.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"6500.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-01-06T09:13:35.000000Z\",\"created_at\":\"2026-01-06T09:13:35.000000Z\",\"id\":154}','Sale created through POS',7,'Ayoub Oumar','2026-01-06 06:13:35','2026-01-06 06:13:35'),
(171,155,'created',NULL,NULL,'{\"sale_number\":\"HIL-0155\",\"sale_type\":\"market\",\"customer_name\":null,\"customer_phone\":null,\"customer_email\":null,\"subtotal\":\"20000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"20000.00\",\"paid_amount\":\"20000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-01-06T12:48:38.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"20000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-01-06T12:48:38.000000Z\",\"created_at\":\"2026-01-06T12:48:38.000000Z\",\"id\":155}','Sale created through POS',7,'Ayoub Oumar','2026-01-06 09:48:38','2026-01-06 09:48:38'),
(172,156,'created',NULL,NULL,'{\"sale_number\":\"HIL-0156\",\"sale_type\":\"market\",\"customer_name\":null,\"customer_phone\":null,\"customer_email\":null,\"subtotal\":\"20000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"20000.00\",\"paid_amount\":\"20000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-01-06T12:53:16.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"20000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-01-06T12:53:16.000000Z\",\"created_at\":\"2026-01-06T12:53:16.000000Z\",\"id\":156}','Sale created through POS',7,'Ayoub Oumar','2026-01-06 09:53:16','2026-01-06 09:53:16'),
(173,157,'created',NULL,NULL,'{\"sale_number\":\"HIL-0157\",\"sale_type\":\"market\",\"customer_name\":null,\"customer_phone\":null,\"customer_email\":null,\"subtotal\":\"20000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"20000.00\",\"paid_amount\":\"20000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-01-06T13:51:13.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"20000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-01-06T13:51:13.000000Z\",\"created_at\":\"2026-01-06T13:51:13.000000Z\",\"id\":157}','Sale created through POS',7,'Ayoub Oumar','2026-01-06 10:51:13','2026-01-06 10:51:13'),
(174,157,'cancelled','{\"sale_status\":{\"old\":\"completed\",\"new\":\"cancelled\"},\"payment_status\":{\"old\":\"paid\",\"new\":\"refunded\"}}',NULL,'{\"id\":157,\"sale_number\":\"HIL-0157\",\"sale_type\":\"market\",\"customer_name\":null,\"customer_phone\":null,\"customer_email\":null,\"subtotal\":\"20000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"20000.00\",\"loan_amount\":\"0.00\",\"collected_amount\":\"20000.00\",\"is_loan\":false,\"paid_amount\":\"20000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"payment_status\":\"refunded\",\"sale_status\":\"cancelled\",\"notes\":\"\\n\\nCancelled: Error\",\"cashier_id\":7,\"sale_date\":\"2026-01-06T13:51:13.000000Z\",\"created_at\":\"2026-01-06T13:51:13.000000Z\",\"updated_at\":\"2026-01-06T13:51:45.000000Z\",\"items\":[{\"id\":234,\"sale_id\":157,\"product_id\":47,\"product_name\":\"Hilali-2\",\"product_barcode\":null,\"quantity\":1,\"unit_price\":\"20000.00\",\"tax_rate\":\"0.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"20000.00\",\"created_at\":\"2026-01-06T13:51:13.000000Z\",\"updated_at\":\"2026-01-06T13:51:13.000000Z\",\"product\":{\"id\":47,\"name\":\"Hilali-2\",\"description\":null,\"barcode\":\"PRD052669-M1\",\"category_id\":2,\"product_type\":\"market\",\"unit\":\"pcs\",\"alert_quantity\":1,\"cost_price\":\"16500.00\",\"selling_price\":\"17500.00\",\"discount_price\":null,\"image\":\"products\\/1765809323_GyIrdqmo77.jpg\",\"expiry_date\":null,\"is_active\":true,\"weight\":null,\"length\":null,\"width\":null,\"height\":null,\"created_at\":\"2026-01-02T12:20:47.000000Z\",\"updated_at\":\"2026-01-02T12:20:47.000000Z\",\"deleted_at\":null,\"inventory\":{\"id\":46,\"product_id\":47,\"current_stock\":22,\"reserved_stock\":0,\"available_stock\":22,\"last_stock_update\":\"2026-01-06T13:51:45.000000Z\",\"last_updated_by\":7,\"created_at\":\"2026-01-02T12:20:47.000000Z\",\"updated_at\":\"2026-01-06T13:51:45.000000Z\"}}}],\"cashier\":{\"id\":7,\"name\":\"Ayoub Oumar\",\"email\":\"ayoub.oumar919@gmail.com\",\"user_type\":\"admin\",\"is_active\":true,\"preferred_language\":\"en\",\"email_verified_at\":\"2025-12-18T06:27:21.000000Z\",\"two_factor_confirmed_at\":null,\"current_team_id\":null,\"profile_photo_path\":null,\"created_at\":\"2025-12-18T06:27:21.000000Z\",\"updated_at\":\"2026-01-05T11:04:03.000000Z\",\"profile_photo_url\":\"https:\\/\\/ui-avatars.com\\/api\\/?name=A+O&color=7F9CF5&background=EBF4FF\"}}','Error',7,'Ayoub Oumar','2026-01-06 10:51:45','2026-01-06 10:51:45'),
(175,158,'created',NULL,NULL,'{\"sale_number\":\"HIL-0158\",\"sale_type\":\"market\",\"customer_name\":null,\"customer_phone\":null,\"customer_email\":null,\"subtotal\":\"17500.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"17500.00\",\"paid_amount\":\"17500.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-01-06T13:52:07.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"17500.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-01-06T13:52:07.000000Z\",\"created_at\":\"2026-01-06T13:52:07.000000Z\",\"id\":158}','Sale created through POS',7,'Ayoub Oumar','2026-01-06 10:52:07','2026-01-06 10:52:07'),
(176,159,'created',NULL,NULL,'{\"sale_number\":\"HIL-0159\",\"sale_type\":\"market\",\"customer_name\":null,\"customer_phone\":null,\"customer_email\":null,\"subtotal\":\"39000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"39000.00\",\"paid_amount\":\"39000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-01-06T13:52:24.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"39000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-01-06T13:52:24.000000Z\",\"created_at\":\"2026-01-06T13:52:24.000000Z\",\"id\":159}','Sale created through POS',7,'Ayoub Oumar','2026-01-06 10:52:24','2026-01-06 10:52:24'),
(177,160,'created',NULL,NULL,'{\"sale_number\":\"HIL-0160\",\"sale_type\":\"market\",\"customer_name\":\"Moustapha Hamit\",\"customer_phone\":\"69 24 24 36\",\"customer_email\":null,\"subtotal\":\"350000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"350000.00\",\"paid_amount\":\"350000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-01-06T14:54:32.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"350000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-01-06T14:54:32.000000Z\",\"created_at\":\"2026-01-06T14:54:32.000000Z\",\"id\":160}','Sale created through POS',7,'Ayoub Oumar','2026-01-06 11:54:32','2026-01-06 11:54:32'),
(178,161,'created',NULL,NULL,'{\"sale_number\":\"HIL-0161\",\"sale_type\":\"market\",\"customer_name\":null,\"customer_phone\":null,\"customer_email\":null,\"subtotal\":\"20000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"20000.00\",\"paid_amount\":\"20000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-01-06T15:13:55.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"20000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-01-06T15:13:55.000000Z\",\"created_at\":\"2026-01-06T15:13:55.000000Z\",\"id\":161}','Sale created through POS',7,'Ayoub Oumar','2026-01-06 12:13:55','2026-01-06 12:13:55'),
(179,162,'created',NULL,NULL,'{\"sale_number\":\"HIL-0162\",\"sale_type\":\"market\",\"customer_name\":null,\"customer_phone\":null,\"customer_email\":null,\"subtotal\":\"17500.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"17500.00\",\"paid_amount\":\"17500.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-01-07T11:21:08.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"17500.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-01-07T11:21:08.000000Z\",\"created_at\":\"2026-01-07T11:21:08.000000Z\",\"id\":162}','Sale created through POS',7,'Ayoub Oumar','2026-01-07 08:21:08','2026-01-07 08:21:08'),
(180,163,'created',NULL,NULL,'{\"sale_number\":\"HIL-0163\",\"sale_type\":\"market\",\"customer_name\":null,\"customer_phone\":null,\"customer_email\":null,\"subtotal\":\"17500.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"17500.00\",\"paid_amount\":\"17500.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-01-07T11:23:22.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"17500.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-01-07T11:23:22.000000Z\",\"created_at\":\"2026-01-07T11:23:22.000000Z\",\"id\":163}','Sale created through POS',7,'Ayoub Oumar','2026-01-07 08:23:22','2026-01-07 08:23:22'),
(181,164,'created',NULL,NULL,'{\"sale_number\":\"HIL-0164\",\"sale_type\":\"market\",\"customer_name\":null,\"customer_phone\":null,\"customer_email\":null,\"subtotal\":\"20000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"20000.00\",\"paid_amount\":\"20000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-01-07T11:43:25.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"20000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-01-07T11:43:25.000000Z\",\"created_at\":\"2026-01-07T11:43:25.000000Z\",\"id\":164}','Sale created through POS',7,'Ayoub Oumar','2026-01-07 08:43:25','2026-01-07 08:43:25'),
(182,165,'created',NULL,NULL,'{\"sale_number\":\"HIL-0165\",\"sale_type\":\"market\",\"customer_name\":null,\"customer_phone\":null,\"customer_email\":null,\"subtotal\":\"5500.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"5500.00\",\"paid_amount\":\"5500.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-01-07T13:55:28.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"5500.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-01-07T13:55:28.000000Z\",\"created_at\":\"2026-01-07T13:55:28.000000Z\",\"id\":165}','Sale created through POS',7,'Ayoub Oumar','2026-01-07 10:55:28','2026-01-07 10:55:28'),
(183,166,'created',NULL,NULL,'{\"sale_number\":\"HIL-0166\",\"sale_type\":\"market\",\"customer_name\":null,\"customer_phone\":null,\"customer_email\":null,\"subtotal\":\"17500.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"17500.00\",\"paid_amount\":\"17500.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-01-07T13:57:00.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"17500.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-01-07T13:57:00.000000Z\",\"created_at\":\"2026-01-07T13:57:00.000000Z\",\"id\":166}','Sale created through POS',7,'Ayoub Oumar','2026-01-07 10:57:00','2026-01-07 10:57:00'),
(184,167,'created',NULL,NULL,'{\"sale_number\":\"HIL-0167\",\"sale_type\":\"market\",\"customer_name\":null,\"customer_phone\":null,\"customer_email\":null,\"subtotal\":\"17500.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"17500.00\",\"paid_amount\":\"17500.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-01-07T14:59:21.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"17500.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-01-07T14:59:21.000000Z\",\"created_at\":\"2026-01-07T14:59:21.000000Z\",\"id\":167}','Sale created through POS',7,'Ayoub Oumar','2026-01-07 11:59:21','2026-01-07 11:59:21'),
(185,168,'created',NULL,NULL,'{\"sale_number\":\"HIL-0168\",\"sale_type\":\"market\",\"customer_name\":null,\"customer_phone\":null,\"customer_email\":null,\"subtotal\":\"6000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"6000.00\",\"paid_amount\":\"6000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-01-07T15:30:54.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"6000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-01-07T15:30:54.000000Z\",\"created_at\":\"2026-01-07T15:30:54.000000Z\",\"id\":168}','Sale created through POS',7,'Ayoub Oumar','2026-01-07 12:30:54','2026-01-07 12:30:54'),
(186,169,'created',NULL,NULL,'{\"sale_number\":\"HIL-0169\",\"sale_type\":\"market\",\"customer_name\":null,\"customer_phone\":null,\"customer_email\":null,\"subtotal\":\"17500.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"17500.00\",\"paid_amount\":\"17500.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-01-07T16:31:45.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"17500.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-01-07T16:31:45.000000Z\",\"created_at\":\"2026-01-07T16:31:45.000000Z\",\"id\":169}','Sale created through POS',7,'Ayoub Oumar','2026-01-07 13:31:46','2026-01-07 13:31:46'),
(187,170,'created',NULL,NULL,'{\"sale_number\":\"HIL-0170\",\"sale_type\":\"market\",\"customer_name\":null,\"customer_phone\":null,\"customer_email\":null,\"subtotal\":\"17500.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"17500.00\",\"paid_amount\":\"17500.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-01-07T16:36:51.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"17500.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-01-07T16:36:51.000000Z\",\"created_at\":\"2026-01-07T16:36:51.000000Z\",\"id\":170}','Sale created through POS',7,'Ayoub Oumar','2026-01-07 13:36:51','2026-01-07 13:36:51'),
(188,171,'created',NULL,NULL,'{\"sale_number\":\"HIL-0171\",\"sale_type\":\"market\",\"customer_name\":null,\"customer_phone\":null,\"customer_email\":null,\"subtotal\":\"40000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"40000.00\",\"paid_amount\":\"40000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-01-08T09:15:41.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"40000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-01-08T09:15:41.000000Z\",\"created_at\":\"2026-01-08T09:15:41.000000Z\",\"id\":171}','Sale created through POS',7,'Ayoub Oumar','2026-01-08 06:15:41','2026-01-08 06:15:41'),
(189,172,'created',NULL,NULL,'{\"sale_number\":\"HIL-0172\",\"sale_type\":\"market\",\"customer_name\":null,\"customer_phone\":null,\"customer_email\":null,\"subtotal\":\"17500.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"17500.00\",\"paid_amount\":\"17500.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-01-08T09:43:27.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"17500.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-01-08T09:43:27.000000Z\",\"created_at\":\"2026-01-08T09:43:27.000000Z\",\"id\":172}','Sale created through POS',7,'Ayoub Oumar','2026-01-08 06:43:27','2026-01-08 06:43:27'),
(190,173,'created',NULL,NULL,'{\"sale_number\":\"HIL-0173\",\"sale_type\":\"market\",\"customer_name\":\"Mht Tidjani\",\"customer_phone\":\"68 17 72 72\",\"customer_email\":null,\"subtotal\":\"70000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"70000.00\",\"paid_amount\":\"70000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-01-08T10:19:15.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"70000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-01-08T10:19:15.000000Z\",\"created_at\":\"2026-01-08T10:19:15.000000Z\",\"id\":173}','Sale created through POS',7,'Ayoub Oumar','2026-01-08 07:19:15','2026-01-08 07:19:15'),
(191,174,'created',NULL,NULL,'{\"sale_number\":\"HIL-0174\",\"sale_type\":\"market\",\"customer_name\":null,\"customer_phone\":null,\"customer_email\":null,\"subtotal\":\"35000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"35000.00\",\"paid_amount\":\"35000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-01-08T13:13:25.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"35000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-01-08T13:13:25.000000Z\",\"created_at\":\"2026-01-08T13:13:25.000000Z\",\"id\":174}','Sale created through POS',7,'Ayoub Oumar','2026-01-08 10:13:25','2026-01-08 10:13:25'),
(192,175,'created',NULL,NULL,'{\"sale_number\":\"HIL-0175\",\"sale_type\":\"market\",\"customer_name\":null,\"customer_phone\":null,\"customer_email\":null,\"subtotal\":\"52500.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"52500.00\",\"paid_amount\":\"52500.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-01-08T15:08:57.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"52500.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-01-08T15:08:57.000000Z\",\"created_at\":\"2026-01-08T15:08:57.000000Z\",\"id\":175}','Sale created through POS',7,'Ayoub Oumar','2026-01-08 12:08:57','2026-01-08 12:08:57'),
(193,176,'created',NULL,NULL,'{\"sale_number\":\"HIL-0176\",\"sale_type\":\"market\",\"customer_name\":\"Abdelkerim\",\"customer_phone\":\"99 66 60 88\",\"customer_email\":null,\"subtotal\":\"214500.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"214500.00\",\"paid_amount\":\"214500.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-01-09T08:56:14.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"214500.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-01-09T08:56:14.000000Z\",\"created_at\":\"2026-01-09T08:56:14.000000Z\",\"id\":176}','Sale created through POS',7,'Ayoub Oumar','2026-01-09 05:56:14','2026-01-09 05:56:14'),
(194,176,'cancelled','{\"sale_status\":{\"old\":\"completed\",\"new\":\"cancelled\"},\"payment_status\":{\"old\":\"paid\",\"new\":\"refunded\"}}',NULL,'{\"id\":176,\"sale_number\":\"HIL-0176\",\"sale_type\":\"market\",\"customer_name\":\"Abdelkerim\",\"customer_phone\":\"99 66 60 88\",\"customer_email\":null,\"subtotal\":\"214500.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"214500.00\",\"loan_amount\":\"0.00\",\"collected_amount\":\"214500.00\",\"is_loan\":false,\"paid_amount\":\"214500.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"payment_status\":\"refunded\",\"sale_status\":\"cancelled\",\"notes\":\"\\n\\nCancelled: Error\",\"cashier_id\":7,\"sale_date\":\"2026-01-09T08:56:14.000000Z\",\"created_at\":\"2026-01-09T08:56:14.000000Z\",\"updated_at\":\"2026-01-09T08:56:46.000000Z\",\"items\":[{\"id\":262,\"sale_id\":176,\"product_id\":173,\"product_name\":\"Duray S\",\"product_barcode\":null,\"quantity\":33,\"unit_price\":\"6500.00\",\"tax_rate\":\"0.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"214500.00\",\"created_at\":\"2026-01-09T08:56:14.000000Z\",\"updated_at\":\"2026-01-09T08:56:14.000000Z\",\"product\":{\"id\":173,\"name\":\"Duray S\",\"description\":null,\"barcode\":\"PRD210262-M1\",\"category_id\":5,\"product_type\":\"market\",\"unit\":\"pcs\",\"alert_quantity\":1,\"cost_price\":\"5000.00\",\"selling_price\":\"6500.00\",\"discount_price\":null,\"image\":\"products\\/1767948741_XMpABVrSDH.jpg\",\"expiry_date\":null,\"is_active\":true,\"weight\":null,\"length\":null,\"width\":null,\"height\":null,\"created_at\":\"2026-01-09T08:53:18.000000Z\",\"updated_at\":\"2026-01-09T08:53:18.000000Z\",\"deleted_at\":null,\"inventory\":{\"id\":172,\"product_id\":173,\"current_stock\":93,\"reserved_stock\":0,\"available_stock\":93,\"last_stock_update\":\"2026-01-09T08:56:46.000000Z\",\"last_updated_by\":7,\"created_at\":\"2026-01-09T08:53:18.000000Z\",\"updated_at\":\"2026-01-09T08:56:46.000000Z\"}}}],\"cashier\":{\"id\":7,\"name\":\"Ayoub Oumar\",\"email\":\"ayoub.oumar919@gmail.com\",\"user_type\":\"admin\",\"is_active\":true,\"preferred_language\":\"en\",\"email_verified_at\":\"2025-12-18T06:27:21.000000Z\",\"two_factor_confirmed_at\":null,\"current_team_id\":null,\"profile_photo_path\":null,\"created_at\":\"2025-12-18T06:27:21.000000Z\",\"updated_at\":\"2026-01-05T11:04:03.000000Z\",\"profile_photo_url\":\"https:\\/\\/ui-avatars.com\\/api\\/?name=A+O&color=7F9CF5&background=EBF4FF\"}}','Error',7,'Ayoub Oumar','2026-01-09 05:56:46','2026-01-09 05:56:46'),
(195,177,'created',NULL,NULL,'{\"sale_number\":\"HIL-0177\",\"sale_type\":\"market\",\"customer_name\":\"Abdelkerim\",\"customer_phone\":\"99 66 60 88\",\"customer_email\":null,\"subtotal\":\"214500.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"214500.00\",\"paid_amount\":\"0.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-01-09T08:57:31.000000Z\",\"cashier_id\":7,\"is_loan\":true,\"loan_amount\":\"214500.00\",\"collected_amount\":\"0.00\",\"payment_status\":\"unpaid\",\"updated_at\":\"2026-01-09T08:57:31.000000Z\",\"created_at\":\"2026-01-09T08:57:31.000000Z\",\"id\":177}','Sale created through POS',7,'Ayoub Oumar','2026-01-09 05:57:31','2026-01-09 05:57:31'),
(196,178,'created',NULL,NULL,'{\"sale_number\":\"HIL-0178\",\"sale_type\":\"market\",\"customer_name\":\"Abdallah Hamit\",\"customer_phone\":\"66 91 12 29\",\"customer_email\":null,\"subtotal\":\"1050000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"1050000.00\",\"paid_amount\":\"1050000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-01-09T11:08:23.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"1050000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-01-09T11:08:23.000000Z\",\"created_at\":\"2026-01-09T11:08:23.000000Z\",\"id\":178}','Sale created through POS',7,'Ayoub Oumar','2026-01-09 08:08:23','2026-01-09 08:08:23'),
(197,179,'created',NULL,NULL,'{\"sale_number\":\"HIL-0179\",\"sale_type\":\"market\",\"customer_name\":null,\"customer_phone\":null,\"customer_email\":null,\"subtotal\":\"35000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"35000.00\",\"paid_amount\":\"35000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-01-09T12:13:03.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"35000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-01-09T12:13:03.000000Z\",\"created_at\":\"2026-01-09T12:13:03.000000Z\",\"id\":179}','Sale created through POS',7,'Ayoub Oumar','2026-01-09 09:13:03','2026-01-09 09:13:03'),
(198,180,'created',NULL,NULL,'{\"sale_number\":\"HIL-0180\",\"sale_type\":\"market\",\"customer_name\":null,\"customer_phone\":null,\"customer_email\":null,\"subtotal\":\"11000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"11000.00\",\"paid_amount\":\"11000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-01-09T12:20:01.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"11000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-01-09T12:20:01.000000Z\",\"created_at\":\"2026-01-09T12:20:01.000000Z\",\"id\":180}','Sale created through POS',7,'Ayoub Oumar','2026-01-09 09:20:01','2026-01-09 09:20:01'),
(199,181,'created',NULL,NULL,'{\"sale_number\":\"HIL-0181\",\"sale_type\":\"market\",\"customer_name\":null,\"customer_phone\":null,\"customer_email\":null,\"subtotal\":\"17500.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"17500.00\",\"paid_amount\":\"17500.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-01-09T14:16:41.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"17500.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-01-09T14:16:41.000000Z\",\"created_at\":\"2026-01-09T14:16:41.000000Z\",\"id\":181}','Sale created through POS',7,'Ayoub Oumar','2026-01-09 11:16:41','2026-01-09 11:16:41'),
(200,182,'created',NULL,NULL,'{\"sale_number\":\"HIL-0182\",\"sale_type\":\"market\",\"customer_name\":null,\"customer_phone\":null,\"customer_email\":null,\"subtotal\":\"17500.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"17500.00\",\"paid_amount\":\"17500.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-01-09T15:25:08.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"17500.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-01-09T15:25:08.000000Z\",\"created_at\":\"2026-01-09T15:25:08.000000Z\",\"id\":182}','Sale created through POS',7,'Ayoub Oumar','2026-01-09 12:25:08','2026-01-09 12:25:08'),
(201,183,'created',NULL,NULL,'{\"sale_number\":\"HIL-0183\",\"sale_type\":\"market\",\"customer_name\":null,\"customer_phone\":null,\"customer_email\":null,\"subtotal\":\"17500.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"17500.00\",\"paid_amount\":\"17500.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-01-09T15:34:59.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"17500.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-01-09T15:34:59.000000Z\",\"created_at\":\"2026-01-09T15:34:59.000000Z\",\"id\":183}','Sale created through POS',7,'Ayoub Oumar','2026-01-09 12:34:59','2026-01-09 12:34:59'),
(202,184,'created',NULL,NULL,'{\"sale_number\":\"HIL-0184\",\"sale_type\":\"market\",\"customer_name\":null,\"customer_phone\":null,\"customer_email\":null,\"subtotal\":\"52500.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"52500.00\",\"paid_amount\":\"52500.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-01-09T15:53:53.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"52500.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-01-09T15:53:53.000000Z\",\"created_at\":\"2026-01-09T15:53:53.000000Z\",\"id\":184}','Sale created through POS',7,'Ayoub Oumar','2026-01-09 12:53:53','2026-01-09 12:53:53'),
(203,185,'created',NULL,NULL,'{\"sale_number\":\"HIL-0185\",\"sale_type\":\"market\",\"customer_name\":null,\"customer_phone\":null,\"customer_email\":null,\"subtotal\":\"17500.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"17500.00\",\"paid_amount\":\"17500.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-01-09T15:55:07.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"17500.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-01-09T15:55:07.000000Z\",\"created_at\":\"2026-01-09T15:55:07.000000Z\",\"id\":185}','Sale created through POS',7,'Ayoub Oumar','2026-01-09 12:55:07','2026-01-09 12:55:07'),
(204,186,'created',NULL,NULL,'{\"sale_number\":\"HIL-0186\",\"sale_type\":\"market\",\"customer_name\":null,\"customer_phone\":null,\"customer_email\":null,\"subtotal\":\"11500.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"11500.00\",\"paid_amount\":\"11500.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-01-10T10:05:27.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"11500.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-01-10T10:05:27.000000Z\",\"created_at\":\"2026-01-10T10:05:27.000000Z\",\"id\":186}','Sale created through POS',7,'Ayoub Oumar','2026-01-10 07:05:27','2026-01-10 07:05:27'),
(205,187,'created',NULL,NULL,'{\"sale_number\":\"HIL-0187\",\"sale_type\":\"market\",\"customer_name\":null,\"customer_phone\":null,\"customer_email\":null,\"subtotal\":\"17500.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"17500.00\",\"paid_amount\":\"17500.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-01-10T10:25:55.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"17500.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-01-10T10:25:55.000000Z\",\"created_at\":\"2026-01-10T10:25:55.000000Z\",\"id\":187}','Sale created through POS',7,'Ayoub Oumar','2026-01-10 07:25:55','2026-01-10 07:25:55'),
(206,188,'created',NULL,NULL,'{\"sale_number\":\"HIL-0188\",\"sale_type\":\"market\",\"customer_name\":null,\"customer_phone\":null,\"customer_email\":null,\"subtotal\":\"50000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"50000.00\",\"paid_amount\":\"50000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-01-10T11:42:53.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"50000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-01-10T11:42:53.000000Z\",\"created_at\":\"2026-01-10T11:42:53.000000Z\",\"id\":188}','Sale created through POS',7,'Ayoub Oumar','2026-01-10 08:42:53','2026-01-10 08:42:53'),
(207,189,'created',NULL,NULL,'{\"sale_number\":\"HIL-0189\",\"sale_type\":\"market\",\"customer_name\":null,\"customer_phone\":null,\"customer_email\":null,\"subtotal\":\"19000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"19000.00\",\"paid_amount\":\"19000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-01-10T13:10:49.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"19000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-01-10T13:10:49.000000Z\",\"created_at\":\"2026-01-10T13:10:49.000000Z\",\"id\":189}','Sale created through POS',7,'Ayoub Oumar','2026-01-10 10:10:49','2026-01-10 10:10:49'),
(208,190,'created',NULL,NULL,'{\"sale_number\":\"HIL-0190\",\"sale_type\":\"market\",\"customer_name\":null,\"customer_phone\":null,\"customer_email\":null,\"subtotal\":\"17500.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"17500.00\",\"paid_amount\":\"17500.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-01-10T13:23:26.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"17500.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-01-10T13:23:26.000000Z\",\"created_at\":\"2026-01-10T13:23:26.000000Z\",\"id\":190}','Sale created through POS',7,'Ayoub Oumar','2026-01-10 10:23:26','2026-01-10 10:23:26'),
(209,191,'created',NULL,NULL,'{\"sale_number\":\"HIL-0191\",\"sale_type\":\"market\",\"customer_name\":null,\"customer_phone\":null,\"customer_email\":null,\"subtotal\":\"5500.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"5500.00\",\"paid_amount\":\"5500.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-01-10T13:23:45.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"5500.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-01-10T13:23:45.000000Z\",\"created_at\":\"2026-01-10T13:23:45.000000Z\",\"id\":191}','Sale created through POS',7,'Ayoub Oumar','2026-01-10 10:23:45','2026-01-10 10:23:45'),
(210,192,'created',NULL,NULL,'{\"sale_number\":\"HIL-0192\",\"sale_type\":\"market\",\"customer_name\":\"Fatime Abdelrahim\",\"customer_phone\":\"---\",\"customer_email\":null,\"subtotal\":\"105000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"105000.00\",\"paid_amount\":\"105000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-01-10T13:28:03.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"105000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-01-10T13:28:03.000000Z\",\"created_at\":\"2026-01-10T13:28:03.000000Z\",\"id\":192}','Sale created through POS',7,'Ayoub Oumar','2026-01-10 10:28:04','2026-01-10 10:28:04'),
(211,192,'cancelled','{\"sale_status\":{\"old\":\"completed\",\"new\":\"cancelled\"},\"payment_status\":{\"old\":\"paid\",\"new\":\"refunded\"}}',NULL,'{\"id\":192,\"sale_number\":\"HIL-0192\",\"sale_type\":\"market\",\"customer_name\":\"Fatime Abdelrahim\",\"customer_phone\":\"---\",\"customer_email\":null,\"subtotal\":\"105000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"105000.00\",\"loan_amount\":\"0.00\",\"collected_amount\":\"105000.00\",\"is_loan\":false,\"paid_amount\":\"105000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"payment_status\":\"refunded\",\"sale_status\":\"cancelled\",\"notes\":\"\\n\\nCancelled: Error\",\"cashier_id\":7,\"sale_date\":\"2026-01-10T13:28:03.000000Z\",\"created_at\":\"2026-01-10T13:28:03.000000Z\",\"updated_at\":\"2026-01-10T13:28:22.000000Z\",\"items\":[{\"id\":286,\"sale_id\":192,\"product_id\":53,\"product_name\":\"H-2026\",\"product_barcode\":null,\"quantity\":2,\"unit_price\":\"17500.00\",\"tax_rate\":\"0.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"35000.00\",\"created_at\":\"2026-01-10T13:28:03.000000Z\",\"updated_at\":\"2026-01-10T13:28:03.000000Z\",\"product\":{\"id\":53,\"name\":\"H-2026\",\"description\":null,\"barcode\":\"PRD351246-M1\",\"category_id\":2,\"product_type\":\"market\",\"unit\":\"pcs\",\"alert_quantity\":1,\"cost_price\":\"16500.00\",\"selling_price\":\"17500.00\",\"discount_price\":null,\"image\":\"products\\/1767779834_ISXemwKoXr.jpg\",\"expiry_date\":null,\"is_active\":true,\"weight\":null,\"length\":null,\"width\":null,\"height\":null,\"created_at\":\"2026-01-02T12:21:08.000000Z\",\"updated_at\":\"2026-01-07T09:57:14.000000Z\",\"deleted_at\":null,\"inventory\":{\"id\":52,\"product_id\":53,\"current_stock\":32,\"reserved_stock\":0,\"available_stock\":32,\"last_stock_update\":\"2026-01-10T13:28:22.000000Z\",\"last_updated_by\":7,\"created_at\":\"2026-01-02T12:21:08.000000Z\",\"updated_at\":\"2026-01-10T13:28:22.000000Z\"}}},{\"id\":287,\"sale_id\":192,\"product_id\":89,\"product_name\":\"Hilali-14\",\"product_barcode\":null,\"quantity\":1,\"unit_price\":\"17500.00\",\"tax_rate\":\"0.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"17500.00\",\"created_at\":\"2026-01-10T13:28:03.000000Z\",\"updated_at\":\"2026-01-10T13:28:03.000000Z\",\"product\":{\"id\":89,\"name\":\"Hilali-14\",\"description\":null,\"barcode\":\"PRD593016-M1\",\"category_id\":2,\"product_type\":\"market\",\"unit\":\"pcs\",\"alert_quantity\":1,\"cost_price\":\"16500.00\",\"selling_price\":\"17500.00\",\"discount_price\":null,\"image\":\"products\\/1767169298_hHVMxE7Zkd.jpg\",\"expiry_date\":null,\"is_active\":true,\"weight\":null,\"length\":null,\"width\":null,\"height\":null,\"created_at\":\"2026-01-02T12:24:35.000000Z\",\"updated_at\":\"2026-01-02T12:24:35.000000Z\",\"deleted_at\":null,\"inventory\":{\"id\":88,\"product_id\":89,\"current_stock\":8,\"reserved_stock\":0,\"available_stock\":8,\"last_stock_update\":\"2026-01-10T13:28:22.000000Z\",\"last_updated_by\":7,\"created_at\":\"2026-01-02T12:24:35.000000Z\",\"updated_at\":\"2026-01-10T13:28:22.000000Z\"}}},{\"id\":288,\"sale_id\":192,\"product_id\":124,\"product_name\":\"H-2023\",\"product_barcode\":null,\"quantity\":1,\"unit_price\":\"17500.00\",\"tax_rate\":\"0.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"17500.00\",\"created_at\":\"2026-01-10T13:28:03.000000Z\",\"updated_at\":\"2026-01-10T13:28:03.000000Z\",\"product\":{\"id\":124,\"name\":\"H-2023\",\"description\":\"1x39\\r\\n1x40\\r\\n3x41\\r\\n4x42\\r\\n4x43\\r\\n4x44\\r\\n3x45\",\"barcode\":\"PRD161725-M2\",\"category_id\":2,\"product_type\":\"market\",\"unit\":\"pcs\",\"alert_quantity\":1,\"cost_price\":\"16500.00\",\"selling_price\":\"17500.00\",\"discount_price\":null,\"image\":\"products\\/1767538458_amcUsjn3dU.jpeg\",\"expiry_date\":null,\"is_active\":true,\"weight\":null,\"length\":null,\"width\":null,\"height\":null,\"created_at\":\"2026-01-07T10:21:32.000000Z\",\"updated_at\":\"2026-01-07T10:21:32.000000Z\",\"deleted_at\":null,\"inventory\":{\"id\":123,\"product_id\":124,\"current_stock\":20,\"reserved_stock\":0,\"available_stock\":20,\"last_stock_update\":\"2026-01-10T13:28:22.000000Z\",\"last_updated_by\":7,\"created_at\":\"2026-01-07T10:21:32.000000Z\",\"updated_at\":\"2026-01-10T13:28:22.000000Z\"}}},{\"id\":289,\"sale_id\":192,\"product_id\":152,\"product_name\":\"H-2020\",\"product_barcode\":null,\"quantity\":1,\"unit_price\":\"17500.00\",\"tax_rate\":\"0.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"17500.00\",\"created_at\":\"2026-01-10T13:28:04.000000Z\",\"updated_at\":\"2026-01-10T13:28:04.000000Z\",\"product\":{\"id\":152,\"name\":\"H-2020\",\"description\":\"1x39\\r\\n4x40\\r\\n4x41\\r\\n4x42\\r\\n4x43\\r\\n5x44\\r\\n3x45\",\"barcode\":\"PRD069090-M1\",\"category_id\":2,\"product_type\":\"market\",\"unit\":\"pcs\",\"alert_quantity\":1,\"cost_price\":\"16500.00\",\"selling_price\":\"17499.99\",\"discount_price\":null,\"image\":\"products\\/1767628114_I4DJ3RiTKX.jpg\",\"expiry_date\":null,\"is_active\":true,\"weight\":null,\"length\":null,\"width\":null,\"height\":null,\"created_at\":\"2026-01-08T09:34:37.000000Z\",\"updated_at\":\"2026-01-08T09:34:37.000000Z\",\"deleted_at\":null,\"inventory\":{\"id\":151,\"product_id\":152,\"current_stock\":23,\"reserved_stock\":0,\"available_stock\":23,\"last_stock_update\":\"2026-01-10T13:28:22.000000Z\",\"last_updated_by\":7,\"created_at\":\"2026-01-08T09:34:37.000000Z\",\"updated_at\":\"2026-01-10T13:28:22.000000Z\"}}},{\"id\":290,\"sale_id\":192,\"product_id\":167,\"product_name\":\"H-2025 S\",\"product_barcode\":null,\"quantity\":1,\"unit_price\":\"17500.00\",\"tax_rate\":\"0.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"17500.00\",\"created_at\":\"2026-01-10T13:28:04.000000Z\",\"updated_at\":\"2026-01-10T13:28:04.000000Z\",\"product\":{\"id\":167,\"name\":\"H-2025 S\",\"description\":null,\"barcode\":\"PRD484989-M1\",\"category_id\":2,\"product_type\":\"market\",\"unit\":\"pcs\",\"alert_quantity\":1,\"cost_price\":\"16500.00\",\"selling_price\":\"17500.00\",\"discount_price\":null,\"image\":\"products\\/1767882074_FdFQdFCzC4.jpg\",\"expiry_date\":null,\"is_active\":true,\"weight\":null,\"length\":null,\"width\":null,\"height\":null,\"created_at\":\"2026-01-08T14:21:44.000000Z\",\"updated_at\":\"2026-01-08T14:21:44.000000Z\",\"deleted_at\":null,\"inventory\":{\"id\":166,\"product_id\":167,\"current_stock\":7,\"reserved_stock\":0,\"available_stock\":7,\"last_stock_update\":\"2026-01-10T13:28:22.000000Z\",\"last_updated_by\":7,\"created_at\":\"2026-01-08T14:21:44.000000Z\",\"updated_at\":\"2026-01-10T13:28:22.000000Z\"}}}],\"cashier\":{\"id\":7,\"name\":\"Ayoub Oumar\",\"email\":\"ayoub.oumar919@gmail.com\",\"user_type\":\"admin\",\"is_active\":true,\"preferred_language\":\"en\",\"email_verified_at\":\"2025-12-18T06:27:21.000000Z\",\"two_factor_confirmed_at\":null,\"current_team_id\":null,\"profile_photo_path\":null,\"created_at\":\"2025-12-18T06:27:21.000000Z\",\"updated_at\":\"2026-01-05T11:04:03.000000Z\",\"profile_photo_url\":\"https:\\/\\/ui-avatars.com\\/api\\/?name=A+O&color=7F9CF5&background=EBF4FF\"}}','Error',7,'Ayoub Oumar','2026-01-10 10:28:22','2026-01-10 10:28:22'),
(212,193,'created',NULL,NULL,'{\"sale_number\":\"HIL-0193\",\"sale_type\":\"market\",\"customer_name\":\"Fatime Abdelrahim\",\"customer_phone\":\"---\",\"customer_email\":null,\"subtotal\":\"105000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"105000.00\",\"paid_amount\":\"0.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-01-10T13:29:40.000000Z\",\"cashier_id\":7,\"is_loan\":true,\"loan_amount\":\"105000.00\",\"collected_amount\":\"0.00\",\"payment_status\":\"unpaid\",\"updated_at\":\"2026-01-10T13:29:40.000000Z\",\"created_at\":\"2026-01-10T13:29:40.000000Z\",\"id\":193}','Sale created through POS',7,'Ayoub Oumar','2026-01-10 10:29:40','2026-01-10 10:29:40'),
(213,194,'created',NULL,NULL,'{\"sale_number\":\"HIL-0194\",\"sale_type\":\"market\",\"customer_name\":null,\"customer_phone\":null,\"customer_email\":null,\"subtotal\":\"20000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"20000.00\",\"paid_amount\":\"20000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-01-10T13:47:25.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"20000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-01-10T13:47:25.000000Z\",\"created_at\":\"2026-01-10T13:47:25.000000Z\",\"id\":194}','Sale created through POS',7,'Ayoub Oumar','2026-01-10 10:47:25','2026-01-10 10:47:25'),
(214,195,'created',NULL,NULL,'{\"sale_number\":\"HIL-0195\",\"sale_type\":\"market\",\"customer_name\":null,\"customer_phone\":null,\"customer_email\":null,\"subtotal\":\"17500.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"17500.00\",\"paid_amount\":\"17500.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-01-10T13:57:20.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"17500.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-01-10T13:57:20.000000Z\",\"created_at\":\"2026-01-10T13:57:20.000000Z\",\"id\":195}','Sale created through POS',7,'Ayoub Oumar','2026-01-10 10:57:20','2026-01-10 10:57:20'),
(215,196,'created',NULL,NULL,'{\"sale_number\":\"HIL-0196\",\"sale_type\":\"market\",\"customer_name\":null,\"customer_phone\":null,\"customer_email\":null,\"subtotal\":\"11000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"11000.00\",\"paid_amount\":\"11000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-01-10T15:37:21.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"11000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-01-10T15:37:21.000000Z\",\"created_at\":\"2026-01-10T15:37:21.000000Z\",\"id\":196}','Sale created through POS',7,'Ayoub Oumar','2026-01-10 12:37:21','2026-01-10 12:37:21'),
(216,197,'created',NULL,NULL,'{\"sale_number\":\"HIL-0197\",\"sale_type\":\"market\",\"customer_name\":null,\"customer_phone\":null,\"customer_email\":null,\"subtotal\":\"40000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"40000.00\",\"paid_amount\":\"40000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-01-10T15:37:51.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"40000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-01-10T15:37:51.000000Z\",\"created_at\":\"2026-01-10T15:37:51.000000Z\",\"id\":197}','Sale created through POS',7,'Ayoub Oumar','2026-01-10 12:37:51','2026-01-10 12:37:51'),
(217,198,'created',NULL,NULL,'{\"sale_number\":\"HIL-0198\",\"sale_type\":\"market\",\"customer_name\":null,\"customer_phone\":null,\"customer_email\":null,\"subtotal\":\"20000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"20000.00\",\"paid_amount\":\"20000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-01-10T15:43:55.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"20000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-01-10T15:43:55.000000Z\",\"created_at\":\"2026-01-10T15:43:55.000000Z\",\"id\":198}','Sale created through POS',7,'Ayoub Oumar','2026-01-10 12:43:55','2026-01-10 12:43:55'),
(218,199,'created',NULL,NULL,'{\"sale_number\":\"HIL-0199\",\"sale_type\":\"market\",\"customer_name\":\"Moukhtar\",\"customer_phone\":\"66 79 49 00\",\"customer_email\":null,\"subtotal\":\"65000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"65000.00\",\"paid_amount\":\"65000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-01-10T16:19:44.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"65000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-01-10T16:19:44.000000Z\",\"created_at\":\"2026-01-10T16:19:44.000000Z\",\"id\":199}','Sale created through POS',7,'Ayoub Oumar','2026-01-10 13:19:44','2026-01-10 13:19:44'),
(219,200,'created',NULL,NULL,'{\"sale_number\":\"HIL-0200\",\"sale_type\":\"market\",\"customer_name\":null,\"customer_phone\":null,\"customer_email\":null,\"subtotal\":\"20000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"20000.00\",\"paid_amount\":\"20000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-01-10T16:40:27.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"20000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-01-10T16:40:27.000000Z\",\"created_at\":\"2026-01-10T16:40:27.000000Z\",\"id\":200}','Sale created through POS',7,'Ayoub Oumar','2026-01-10 13:40:27','2026-01-10 13:40:27'),
(220,201,'created',NULL,NULL,'{\"sale_number\":\"HIL-0201\",\"sale_type\":\"market\",\"customer_name\":null,\"customer_phone\":null,\"customer_email\":null,\"subtotal\":\"35000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"35000.00\",\"paid_amount\":\"35000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-01-12T09:35:23.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"35000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-01-12T09:35:23.000000Z\",\"created_at\":\"2026-01-12T09:35:23.000000Z\",\"id\":201}','Sale created through POS',7,'Ayoub Oumar','2026-01-12 06:35:23','2026-01-12 06:35:23'),
(221,202,'created',NULL,NULL,'{\"sale_number\":\"HIL-0202\",\"sale_type\":\"market\",\"customer_name\":\"Algoni\",\"customer_phone\":\"---\",\"customer_email\":null,\"subtotal\":\"52500.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"52500.00\",\"paid_amount\":\"35000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-01-12T10:29:32.000000Z\",\"cashier_id\":7,\"is_loan\":true,\"loan_amount\":\"17500.00\",\"collected_amount\":\"35000.00\",\"payment_status\":\"partial\",\"updated_at\":\"2026-01-12T10:29:32.000000Z\",\"created_at\":\"2026-01-12T10:29:32.000000Z\",\"id\":202}','Sale created through POS',7,'Ayoub Oumar','2026-01-12 07:29:32','2026-01-12 07:29:32'),
(222,203,'created',NULL,NULL,'{\"sale_number\":\"HIL-0203\",\"sale_type\":\"market\",\"customer_name\":null,\"customer_phone\":null,\"customer_email\":null,\"subtotal\":\"35000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"35000.00\",\"paid_amount\":\"35000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-01-12T12:47:45.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"35000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-01-12T12:47:45.000000Z\",\"created_at\":\"2026-01-12T12:47:45.000000Z\",\"id\":203}','Sale created through POS',7,'Ayoub Oumar','2026-01-12 09:47:45','2026-01-12 09:47:45'),
(223,204,'created',NULL,NULL,'{\"sale_number\":\"HIL-0204\",\"sale_type\":\"market\",\"customer_name\":null,\"customer_phone\":null,\"customer_email\":null,\"subtotal\":\"17500.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"17500.00\",\"paid_amount\":\"17500.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-01-12T13:40:33.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"17500.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-01-12T13:40:33.000000Z\",\"created_at\":\"2026-01-12T13:40:33.000000Z\",\"id\":204}','Sale created through POS',7,'Ayoub Oumar','2026-01-12 10:40:33','2026-01-12 10:40:33'),
(224,205,'created',NULL,NULL,'{\"sale_number\":\"HIL-0205\",\"sale_type\":\"market\",\"customer_name\":null,\"customer_phone\":null,\"customer_email\":null,\"subtotal\":\"17500.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"17500.00\",\"paid_amount\":\"17500.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-01-12T13:41:24.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"17500.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-01-12T13:41:24.000000Z\",\"created_at\":\"2026-01-12T13:41:24.000000Z\",\"id\":205}','Sale created through POS',7,'Ayoub Oumar','2026-01-12 10:41:24','2026-01-12 10:41:24'),
(225,202,'payment_received','{\"payment_status\":{\"old\":\"partial\",\"new\":\"paid\"},\"loan_amount\":{\"old\":\"17500.00\",\"new\":\"0.00\"},\"collected_amount\":{\"old\":\"35000.00\",\"new\":\"52500.00\"},\"is_loan\":{\"old\":true,\"new\":false}}',NULL,'{\"payment_amount\":17500,\"payment_method\":\"cash\",\"payment_notes\":null,\"balance_after\":0}','Payment received: 17,500 CFA via Cash',7,'Ayoub Oumar','2026-01-12 11:10:06','2026-01-12 11:10:06'),
(226,206,'created',NULL,NULL,'{\"sale_number\":\"HIL-0206\",\"sale_type\":\"market\",\"customer_name\":null,\"customer_phone\":null,\"customer_email\":null,\"subtotal\":\"20000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"20000.00\",\"paid_amount\":\"20000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-01-12T14:24:57.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"20000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-01-12T14:24:57.000000Z\",\"created_at\":\"2026-01-12T14:24:57.000000Z\",\"id\":206}','Sale created through POS',7,'Ayoub Oumar','2026-01-12 11:24:57','2026-01-12 11:24:57'),
(227,207,'created',NULL,NULL,'{\"sale_number\":\"HIL-0207\",\"sale_type\":\"market\",\"customer_name\":\"Mht Amine\",\"customer_phone\":\"69 58 28 90\",\"customer_email\":null,\"subtotal\":\"78000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"78000.00\",\"paid_amount\":\"78000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-01-12T14:25:43.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"78000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-01-12T14:25:43.000000Z\",\"created_at\":\"2026-01-12T14:25:43.000000Z\",\"id\":207}','Sale created through POS',7,'Ayoub Oumar','2026-01-12 11:25:43','2026-01-12 11:25:43'),
(228,208,'created',NULL,NULL,'{\"sale_number\":\"HIL-0208\",\"sale_type\":\"market\",\"customer_name\":null,\"customer_phone\":null,\"customer_email\":null,\"subtotal\":\"5500.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"5500.00\",\"paid_amount\":\"5500.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-01-12T15:15:19.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"5500.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-01-12T15:15:19.000000Z\",\"created_at\":\"2026-01-12T15:15:19.000000Z\",\"id\":208}','Sale created through POS',7,'Ayoub Oumar','2026-01-12 12:15:19','2026-01-12 12:15:19'),
(229,209,'created',NULL,NULL,'{\"sale_number\":\"HIL-0209\",\"sale_type\":\"market\",\"customer_name\":\"Fatime Abdelrahim\",\"customer_phone\":\"---\",\"customer_email\":null,\"subtotal\":\"70000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"70000.00\",\"paid_amount\":\"0.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-01-12T15:16:44.000000Z\",\"cashier_id\":7,\"is_loan\":true,\"loan_amount\":\"70000.00\",\"collected_amount\":\"0.00\",\"payment_status\":\"unpaid\",\"updated_at\":\"2026-01-12T15:16:44.000000Z\",\"created_at\":\"2026-01-12T15:16:44.000000Z\",\"id\":209}','Sale created through POS',7,'Ayoub Oumar','2026-01-12 12:16:44','2026-01-12 12:16:44'),
(230,210,'created',NULL,NULL,'{\"sale_number\":\"HIL-0210\",\"sale_type\":\"market\",\"customer_name\":null,\"customer_phone\":null,\"customer_email\":null,\"subtotal\":\"17500.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"17500.00\",\"paid_amount\":\"17500.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-01-12T15:19:11.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"17500.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-01-12T15:19:11.000000Z\",\"created_at\":\"2026-01-12T15:19:11.000000Z\",\"id\":210}','Sale created through POS',7,'Ayoub Oumar','2026-01-12 12:19:11','2026-01-12 12:19:11'),
(231,211,'created',NULL,NULL,'{\"sale_number\":\"HIL-0211\",\"sale_type\":\"market\",\"customer_name\":null,\"customer_phone\":null,\"customer_email\":null,\"subtotal\":\"17500.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"17500.00\",\"paid_amount\":\"17500.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-01-12T15:51:05.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"17500.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-01-12T15:51:05.000000Z\",\"created_at\":\"2026-01-12T15:51:05.000000Z\",\"id\":211}','Sale created through POS',7,'Ayoub Oumar','2026-01-12 12:51:05','2026-01-12 12:51:05'),
(232,212,'created',NULL,NULL,'{\"sale_number\":\"HIL-0212\",\"sale_type\":\"market\",\"customer_name\":null,\"customer_phone\":null,\"customer_email\":null,\"subtotal\":\"17500.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"17500.00\",\"paid_amount\":\"17500.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-01-12T15:52:26.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"17500.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-01-12T15:52:26.000000Z\",\"created_at\":\"2026-01-12T15:52:26.000000Z\",\"id\":212}','Sale created through POS',7,'Ayoub Oumar','2026-01-12 12:52:26','2026-01-12 12:52:26'),
(233,212,'cancelled','{\"sale_status\":{\"old\":\"completed\",\"new\":\"cancelled\"},\"payment_status\":{\"old\":\"paid\",\"new\":\"refunded\"}}',NULL,'{\"id\":212,\"sale_number\":\"HIL-0212\",\"sale_type\":\"market\",\"customer_name\":null,\"customer_phone\":null,\"customer_email\":null,\"subtotal\":\"17500.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"17500.00\",\"loan_amount\":\"0.00\",\"collected_amount\":\"17500.00\",\"is_loan\":false,\"paid_amount\":\"17500.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"payment_status\":\"refunded\",\"sale_status\":\"cancelled\",\"notes\":\"\\n\\nCancelled: Error\",\"cashier_id\":7,\"sale_date\":\"2026-01-12T15:52:26.000000Z\",\"created_at\":\"2026-01-12T15:52:26.000000Z\",\"updated_at\":\"2026-01-12T15:52:50.000000Z\",\"items\":[{\"id\":320,\"sale_id\":212,\"product_id\":136,\"product_name\":\"H-2017\",\"product_barcode\":null,\"quantity\":1,\"unit_price\":\"17500.00\",\"tax_rate\":\"0.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"17500.00\",\"created_at\":\"2026-01-12T15:52:26.000000Z\",\"updated_at\":\"2026-01-12T15:52:26.000000Z\",\"product\":{\"id\":136,\"name\":\"H-2017\",\"description\":\"1x39\\r\\n1x40\\r\\n5x41\\r\\n5x42\\r\\n5x43\\r\\n3x44\\r\\n3x45\",\"barcode\":\"PRD747685-M1\",\"category_id\":2,\"product_type\":\"market\",\"unit\":\"pcs\",\"alert_quantity\":1,\"cost_price\":\"16500.00\",\"selling_price\":\"17499.98\",\"discount_price\":null,\"image\":\"products\\/1767713865_S5uQtWbsFy.jpg\",\"expiry_date\":null,\"is_active\":true,\"weight\":null,\"length\":null,\"width\":null,\"height\":null,\"created_at\":\"2026-01-07T11:06:59.000000Z\",\"updated_at\":\"2026-01-07T11:06:59.000000Z\",\"deleted_at\":null,\"inventory\":{\"id\":135,\"product_id\":136,\"current_stock\":18,\"reserved_stock\":0,\"available_stock\":18,\"last_stock_update\":\"2026-01-12T15:52:50.000000Z\",\"last_updated_by\":7,\"created_at\":\"2026-01-07T11:06:59.000000Z\",\"updated_at\":\"2026-01-12T15:52:50.000000Z\"}}}],\"cashier\":{\"id\":7,\"name\":\"Ayoub Oumar\",\"email\":\"ayoub.oumar919@gmail.com\",\"user_type\":\"admin\",\"is_active\":true,\"preferred_language\":\"en\",\"email_verified_at\":\"2025-12-18T06:27:21.000000Z\",\"two_factor_confirmed_at\":null,\"current_team_id\":null,\"profile_photo_path\":null,\"created_at\":\"2025-12-18T06:27:21.000000Z\",\"updated_at\":\"2026-01-05T11:04:03.000000Z\",\"profile_photo_url\":\"https:\\/\\/ui-avatars.com\\/api\\/?name=A+O&color=7F9CF5&background=EBF4FF\"}}','Error',7,'Ayoub Oumar','2026-01-12 12:52:50','2026-01-12 12:52:50'),
(234,213,'created',NULL,NULL,'{\"sale_number\":\"HIL-0213\",\"sale_type\":\"market\",\"customer_name\":null,\"customer_phone\":null,\"customer_email\":null,\"subtotal\":\"20000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"20000.00\",\"paid_amount\":\"20000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-01-12T15:53:11.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"20000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-01-12T15:53:11.000000Z\",\"created_at\":\"2026-01-12T15:53:11.000000Z\",\"id\":213}','Sale created through POS',7,'Ayoub Oumar','2026-01-12 12:53:11','2026-01-12 12:53:11'),
(235,214,'created',NULL,NULL,'{\"sale_number\":\"HIL-0214\",\"sale_type\":\"market\",\"customer_name\":\"Algoni\",\"customer_phone\":\"---\",\"customer_email\":null,\"subtotal\":\"17500.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"17500.00\",\"paid_amount\":\"0.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-01-12T16:35:56.000000Z\",\"cashier_id\":7,\"is_loan\":true,\"loan_amount\":\"17500.00\",\"collected_amount\":\"0.00\",\"payment_status\":\"unpaid\",\"updated_at\":\"2026-01-12T16:35:56.000000Z\",\"created_at\":\"2026-01-12T16:35:56.000000Z\",\"id\":214}','Sale created through POS',7,'Ayoub Oumar','2026-01-12 13:35:56','2026-01-12 13:35:56'),
(236,215,'created',NULL,NULL,'{\"sale_number\":\"HIL-0215\",\"sale_type\":\"market\",\"customer_name\":null,\"customer_phone\":null,\"customer_email\":null,\"subtotal\":\"20000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"20000.00\",\"paid_amount\":\"20000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-01-13T09:15:44.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"20000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-01-13T09:15:44.000000Z\",\"created_at\":\"2026-01-13T09:15:44.000000Z\",\"id\":215}','Sale created through POS',7,'Ayoub Oumar','2026-01-13 06:15:44','2026-01-13 06:15:44'),
(237,216,'created',NULL,NULL,'{\"sale_number\":\"HIL-0216\",\"sale_type\":\"market\",\"customer_name\":null,\"customer_phone\":null,\"customer_email\":null,\"subtotal\":\"17500.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"17500.00\",\"paid_amount\":\"17500.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-01-13T10:17:51.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"17500.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-01-13T10:17:51.000000Z\",\"created_at\":\"2026-01-13T10:17:51.000000Z\",\"id\":216}','Sale created through POS',7,'Ayoub Oumar','2026-01-13 07:17:51','2026-01-13 07:17:51'),
(238,217,'created',NULL,NULL,'{\"sale_number\":\"HIL-0217\",\"sale_type\":\"market\",\"customer_name\":null,\"customer_phone\":null,\"customer_email\":null,\"subtotal\":\"20000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"20000.00\",\"paid_amount\":\"20000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-01-13T10:18:53.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"20000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-01-13T10:18:53.000000Z\",\"created_at\":\"2026-01-13T10:18:53.000000Z\",\"id\":217}','Sale created through POS',7,'Ayoub Oumar','2026-01-13 07:18:53','2026-01-13 07:18:53'),
(239,136,'updated','{\"total_amount\":{\"old\":\"35000.00\",\"new\":17500}}',NULL,'{\"id\":136,\"sale_number\":\"HIL-0136\",\"sale_type\":\"market\",\"customer_name\":\"Adam Confiance\",\"customer_phone\":\"---\",\"customer_email\":null,\"subtotal\":\"17500.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"17500.00\",\"loan_amount\":\"35000.00\",\"collected_amount\":\"0.00\",\"is_loan\":true,\"paid_amount\":\"0.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"payment_status\":\"unpaid\",\"sale_status\":\"completed\",\"notes\":null,\"cashier_id\":7,\"sale_date\":\"2026-01-13T13:25:35.000000Z\",\"created_at\":\"2026-01-02T13:28:14.000000Z\",\"updated_at\":\"2026-01-13T10:25:35.000000Z\",\"items\":[{\"id\":207,\"sale_id\":136,\"product_id\":91,\"product_name\":\"Hilali-15\",\"product_barcode\":null,\"quantity\":1,\"unit_price\":\"17500.00\",\"tax_rate\":\"0.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"17500.00\",\"created_at\":\"2026-01-02T13:28:14.000000Z\",\"updated_at\":\"2026-01-13T10:25:35.000000Z\"}],\"cashier\":{\"id\":7,\"name\":\"Ayoub Oumar\",\"email\":\"ayoub.oumar919@gmail.com\",\"user_type\":\"admin\",\"is_active\":true,\"preferred_language\":\"en\",\"email_verified_at\":\"2025-12-18T06:27:21.000000Z\",\"two_factor_confirmed_at\":null,\"current_team_id\":null,\"profile_photo_path\":null,\"created_at\":\"2025-12-18T06:27:21.000000Z\",\"updated_at\":\"2026-01-05T11:04:03.000000Z\",\"profile_photo_url\":\"https:\\/\\/ui-avatars.com\\/api\\/?name=A+O&color=7F9CF5&background=EBF4FF\"}}','ksjdkfjds',7,'Ayoub Oumar','2026-01-13 07:25:35','2026-01-13 07:25:35'),
(240,136,'item_updated','[{\"product_name\":\"Hilali-15\",\"quantity\":{\"old\":2,\"new\":1}}]',NULL,NULL,'ksjdkfjds',7,'Ayoub Oumar','2026-01-13 07:25:35','2026-01-13 07:25:35'),
(241,136,'payment_received','{\"payment_status\":{\"old\":\"unpaid\",\"new\":\"partial\"},\"loan_amount\":{\"old\":\"35000.00\",\"new\":\"17500.00\"},\"collected_amount\":{\"old\":\"0.00\",\"new\":\"17500.00\"}}',NULL,'{\"payment_amount\":17500,\"payment_method\":\"cash\",\"payment_notes\":null,\"balance_after\":17500}','Payment received: 17,500 CFA via Cash',7,'Ayoub Oumar','2026-01-13 07:26:55','2026-01-13 07:26:55'),
(242,218,'created',NULL,NULL,'{\"sale_number\":\"HIL-0218\",\"sale_type\":\"market\",\"customer_name\":null,\"customer_phone\":null,\"customer_email\":null,\"subtotal\":\"17500.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"17500.00\",\"paid_amount\":\"17500.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-01-13T11:21:40.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"17500.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-01-13T11:21:40.000000Z\",\"created_at\":\"2026-01-13T11:21:40.000000Z\",\"id\":218}','Sale created through POS',7,'Ayoub Oumar','2026-01-13 08:21:41','2026-01-13 08:21:41'),
(243,219,'created',NULL,NULL,'{\"sale_number\":\"HIL-0219\",\"sale_type\":\"market\",\"customer_name\":null,\"customer_phone\":null,\"customer_email\":null,\"subtotal\":\"35000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"35000.00\",\"paid_amount\":\"35000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-01-13T11:55:37.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"35000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-01-13T11:55:37.000000Z\",\"created_at\":\"2026-01-13T11:55:37.000000Z\",\"id\":219}','Sale created through POS',7,'Ayoub Oumar','2026-01-13 08:55:37','2026-01-13 08:55:37'),
(244,220,'created',NULL,NULL,'{\"sale_number\":\"HIL-0220\",\"sale_type\":\"market\",\"customer_name\":null,\"customer_phone\":null,\"customer_email\":null,\"subtotal\":\"17500.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"17500.00\",\"paid_amount\":\"17500.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-01-13T14:07:07.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"17500.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-01-13T14:07:07.000000Z\",\"created_at\":\"2026-01-13T14:07:07.000000Z\",\"id\":220}','Sale created through POS',7,'Ayoub Oumar','2026-01-13 11:07:07','2026-01-13 11:07:07'),
(245,221,'created',NULL,NULL,'{\"sale_number\":\"HIL-0221\",\"sale_type\":\"market\",\"customer_name\":null,\"customer_phone\":null,\"customer_email\":null,\"subtotal\":\"17500.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"17500.00\",\"paid_amount\":\"17500.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-01-13T14:07:36.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"17500.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-01-13T14:07:36.000000Z\",\"created_at\":\"2026-01-13T14:07:36.000000Z\",\"id\":221}','Sale created through POS',7,'Ayoub Oumar','2026-01-13 11:07:36','2026-01-13 11:07:36'),
(246,222,'created',NULL,NULL,'{\"sale_number\":\"HIL-0222\",\"sale_type\":\"market\",\"customer_name\":null,\"customer_phone\":null,\"customer_email\":null,\"subtotal\":\"20000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"20000.00\",\"paid_amount\":\"20000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-01-13T15:05:17.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"20000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-01-13T15:05:17.000000Z\",\"created_at\":\"2026-01-13T15:05:17.000000Z\",\"id\":222}','Sale created through POS',7,'Ayoub Oumar','2026-01-13 12:05:17','2026-01-13 12:05:17'),
(247,223,'created',NULL,NULL,'{\"sale_number\":\"HIL-0223\",\"sale_type\":\"market\",\"customer_name\":null,\"customer_phone\":null,\"customer_email\":null,\"subtotal\":\"52500.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"52500.00\",\"paid_amount\":\"52500.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-01-13T15:22:47.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"52500.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-01-13T15:22:47.000000Z\",\"created_at\":\"2026-01-13T15:22:47.000000Z\",\"id\":223}','Sale created through POS',7,'Ayoub Oumar','2026-01-13 12:22:47','2026-01-13 12:22:47'),
(248,224,'created',NULL,NULL,'{\"sale_number\":\"HIL-0224\",\"sale_type\":\"market\",\"customer_name\":\"Moussa Abdallah\",\"customer_phone\":\"66 24 43 07\",\"customer_email\":null,\"subtotal\":\"612500.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"612500.00\",\"paid_amount\":\"500000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-01-13T15:35:10.000000Z\",\"cashier_id\":7,\"is_loan\":true,\"loan_amount\":\"112500.00\",\"collected_amount\":\"500000.00\",\"payment_status\":\"partial\",\"updated_at\":\"2026-01-13T15:35:10.000000Z\",\"created_at\":\"2026-01-13T15:35:10.000000Z\",\"id\":224}','Sale created through POS',7,'Ayoub Oumar','2026-01-13 12:35:10','2026-01-13 12:35:10'),
(249,225,'created',NULL,NULL,'{\"sale_number\":\"HIL-0225\",\"sale_type\":\"market\",\"customer_name\":null,\"customer_phone\":null,\"customer_email\":null,\"subtotal\":\"20000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"20000.00\",\"paid_amount\":\"20000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-01-13T15:56:33.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"20000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-01-13T15:56:33.000000Z\",\"created_at\":\"2026-01-13T15:56:33.000000Z\",\"id\":225}','Sale created through POS',7,'Ayoub Oumar','2026-01-13 12:56:33','2026-01-13 12:56:33'),
(250,226,'created',NULL,NULL,'{\"sale_number\":\"HIL-0226\",\"sale_type\":\"market\",\"customer_name\":null,\"customer_phone\":null,\"customer_email\":null,\"subtotal\":\"187500.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"187500.00\",\"paid_amount\":\"187500.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-01-13T16:26:55.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"187500.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-01-13T16:26:55.000000Z\",\"created_at\":\"2026-01-13T16:26:55.000000Z\",\"id\":226}','Sale created through POS',7,'Ayoub Oumar','2026-01-13 13:26:55','2026-01-13 13:26:55'),
(251,227,'created',NULL,NULL,'{\"sale_number\":\"HIL-0227\",\"sale_type\":\"market\",\"customer_name\":null,\"customer_phone\":null,\"customer_email\":null,\"subtotal\":\"20000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"20000.00\",\"paid_amount\":\"20000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-01-14T08:49:53.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"20000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-01-14T08:49:53.000000Z\",\"created_at\":\"2026-01-14T08:49:53.000000Z\",\"id\":227}','Sale created through POS',7,'Ayoub Oumar','2026-01-14 05:49:53','2026-01-14 05:49:53'),
(252,228,'created',NULL,NULL,'{\"sale_number\":\"HIL-0228\",\"sale_type\":\"market\",\"customer_name\":\"Fozia\",\"customer_phone\":\"---\",\"customer_email\":null,\"subtotal\":\"70000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"70000.00\",\"paid_amount\":\"70000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-01-14T08:52:34.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"70000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-01-14T08:52:34.000000Z\",\"created_at\":\"2026-01-14T08:52:34.000000Z\",\"id\":228}','Sale created through POS',7,'Ayoub Oumar','2026-01-14 05:52:34','2026-01-14 05:52:34'),
(253,229,'created',NULL,NULL,'{\"sale_number\":\"HIL-0229\",\"sale_type\":\"market\",\"customer_name\":null,\"customer_phone\":null,\"customer_email\":null,\"subtotal\":\"17500.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"17500.00\",\"paid_amount\":\"17500.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-01-14T09:51:23.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"17500.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-01-14T09:51:23.000000Z\",\"created_at\":\"2026-01-14T09:51:23.000000Z\",\"id\":229}','Sale created through POS',7,'Ayoub Oumar','2026-01-14 06:51:23','2026-01-14 06:51:23'),
(254,230,'created',NULL,NULL,'{\"sale_number\":\"HIL-0230\",\"sale_type\":\"market\",\"customer_name\":null,\"customer_phone\":null,\"customer_email\":null,\"subtotal\":\"17500.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"17500.00\",\"paid_amount\":\"17500.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-01-14T09:52:08.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"17500.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-01-14T09:52:08.000000Z\",\"created_at\":\"2026-01-14T09:52:08.000000Z\",\"id\":230}','Sale created through POS',7,'Ayoub Oumar','2026-01-14 06:52:08','2026-01-14 06:52:08'),
(255,231,'created',NULL,NULL,'{\"sale_number\":\"HIL-0231\",\"sale_type\":\"market\",\"customer_name\":null,\"customer_phone\":null,\"customer_email\":null,\"subtotal\":\"17500.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"17500.00\",\"paid_amount\":\"17500.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-01-14T10:33:01.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"17500.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-01-14T10:33:01.000000Z\",\"created_at\":\"2026-01-14T10:33:01.000000Z\",\"id\":231}','Sale created through POS',7,'Ayoub Oumar','2026-01-14 07:33:01','2026-01-14 07:33:01'),
(256,232,'created',NULL,NULL,'{\"sale_number\":\"HIL-0232\",\"sale_type\":\"market\",\"customer_name\":null,\"customer_phone\":null,\"customer_email\":null,\"subtotal\":\"17500.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"17500.00\",\"paid_amount\":\"17500.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-01-14T10:33:11.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"17500.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-01-14T10:33:11.000000Z\",\"created_at\":\"2026-01-14T10:33:11.000000Z\",\"id\":232}','Sale created through POS',7,'Ayoub Oumar','2026-01-14 07:33:11','2026-01-14 07:33:11'),
(257,233,'created',NULL,NULL,'{\"sale_number\":\"HIL-0233\",\"sale_type\":\"market\",\"customer_name\":null,\"customer_phone\":null,\"customer_email\":null,\"subtotal\":\"17500.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"17500.00\",\"paid_amount\":\"17500.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-01-14T10:33:28.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"17500.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-01-14T10:33:28.000000Z\",\"created_at\":\"2026-01-14T10:33:28.000000Z\",\"id\":233}','Sale created through POS',7,'Ayoub Oumar','2026-01-14 07:33:28','2026-01-14 07:33:28'),
(258,214,'payment_received','{\"payment_status\":{\"old\":\"unpaid\",\"new\":\"paid\"},\"loan_amount\":{\"old\":\"17500.00\",\"new\":\"0.00\"},\"collected_amount\":{\"old\":\"0.00\",\"new\":\"17500.00\"},\"is_loan\":{\"old\":true,\"new\":false}}',NULL,'{\"payment_amount\":17500,\"payment_method\":\"cash\",\"payment_notes\":null,\"balance_after\":0}','Payment received: 17,500 CFA via Cash',7,'Ayoub Oumar','2026-01-14 07:41:32','2026-01-14 07:41:32'),
(259,234,'created',NULL,NULL,'{\"sale_number\":\"HIL-0234\",\"sale_type\":\"market\",\"customer_name\":\"Algoni\",\"customer_phone\":\"---\",\"customer_email\":null,\"subtotal\":\"17500.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"17500.00\",\"paid_amount\":\"17500.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-01-14T10:43:20.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"17500.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-01-14T10:43:20.000000Z\",\"created_at\":\"2026-01-14T10:43:20.000000Z\",\"id\":234}','Sale created through POS',7,'Ayoub Oumar','2026-01-14 07:43:20','2026-01-14 07:43:20'),
(260,235,'created',NULL,NULL,'{\"sale_number\":\"HIL-0235\",\"sale_type\":\"market\",\"customer_name\":null,\"customer_phone\":null,\"customer_email\":null,\"subtotal\":\"17500.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"17500.00\",\"paid_amount\":\"17500.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-01-14T10:47:13.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"17500.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-01-14T10:47:13.000000Z\",\"created_at\":\"2026-01-14T10:47:13.000000Z\",\"id\":235}','Sale created through POS',7,'Ayoub Oumar','2026-01-14 07:47:13','2026-01-14 07:47:13'),
(261,236,'created',NULL,NULL,'{\"sale_number\":\"HIL-0236\",\"sale_type\":\"market\",\"customer_name\":null,\"customer_phone\":null,\"customer_email\":null,\"subtotal\":\"17500.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"17500.00\",\"paid_amount\":\"17500.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-01-14T10:54:21.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"17500.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-01-14T10:54:21.000000Z\",\"created_at\":\"2026-01-14T10:54:21.000000Z\",\"id\":236}','Sale created through POS',7,'Ayoub Oumar','2026-01-14 07:54:21','2026-01-14 07:54:21'),
(262,237,'created',NULL,NULL,'{\"sale_number\":\"HIL-0237\",\"sale_type\":\"market\",\"customer_name\":\"Algoni\",\"customer_phone\":\"---\",\"customer_email\":null,\"subtotal\":\"17500.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"17500.00\",\"paid_amount\":\"17500.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-01-14T11:44:57.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"17500.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-01-14T11:44:57.000000Z\",\"created_at\":\"2026-01-14T11:44:57.000000Z\",\"id\":237}','Sale created through POS',7,'Ayoub Oumar','2026-01-14 08:44:57','2026-01-14 08:44:57'),
(263,238,'created',NULL,NULL,'{\"sale_number\":\"HIL-0238\",\"sale_type\":\"market\",\"customer_name\":null,\"customer_phone\":null,\"customer_email\":null,\"subtotal\":\"30000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"30000.00\",\"paid_amount\":\"30000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-01-14T12:24:01.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"30000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-01-14T12:24:01.000000Z\",\"created_at\":\"2026-01-14T12:24:01.000000Z\",\"id\":238}','Sale created through POS',7,'Ayoub Oumar','2026-01-14 09:24:01','2026-01-14 09:24:01'),
(264,237,'cancelled','{\"sale_status\":{\"old\":\"completed\",\"new\":\"cancelled\"},\"payment_status\":{\"old\":\"paid\",\"new\":\"refunded\"}}',NULL,'{\"id\":237,\"sale_number\":\"HIL-0237\",\"sale_type\":\"market\",\"customer_name\":\"Algoni\",\"customer_phone\":\"---\",\"customer_email\":null,\"subtotal\":\"17500.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"17500.00\",\"loan_amount\":\"0.00\",\"collected_amount\":\"17500.00\",\"is_loan\":false,\"paid_amount\":\"17500.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"payment_status\":\"refunded\",\"sale_status\":\"cancelled\",\"notes\":\"\\n\\nCancelled: Return\",\"cashier_id\":7,\"sale_date\":\"2026-01-14T11:44:57.000000Z\",\"created_at\":\"2026-01-14T11:44:57.000000Z\",\"updated_at\":\"2026-01-14T12:30:05.000000Z\",\"items\":[{\"id\":359,\"sale_id\":237,\"product_id\":167,\"product_name\":\"H-2025 S\",\"product_barcode\":null,\"quantity\":1,\"unit_price\":\"17500.00\",\"tax_rate\":\"0.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"17500.00\",\"created_at\":\"2026-01-14T11:44:57.000000Z\",\"updated_at\":\"2026-01-14T11:44:57.000000Z\",\"product\":{\"id\":167,\"name\":\"H-2025 S\",\"description\":null,\"barcode\":\"PRD484989-M1\",\"category_id\":2,\"product_type\":\"market\",\"unit\":\"pcs\",\"alert_quantity\":1,\"cost_price\":\"16500.00\",\"selling_price\":\"17500.00\",\"discount_price\":null,\"image\":\"products\\/1767882074_FdFQdFCzC4.jpg\",\"expiry_date\":null,\"is_active\":true,\"weight\":null,\"length\":null,\"width\":null,\"height\":null,\"created_at\":\"2026-01-08T14:21:44.000000Z\",\"updated_at\":\"2026-01-08T14:21:44.000000Z\",\"deleted_at\":null,\"inventory\":{\"id\":166,\"product_id\":167,\"current_stock\":4,\"reserved_stock\":0,\"available_stock\":4,\"last_stock_update\":\"2026-01-14T12:30:05.000000Z\",\"last_updated_by\":7,\"created_at\":\"2026-01-08T14:21:44.000000Z\",\"updated_at\":\"2026-01-14T12:30:05.000000Z\"}}}],\"cashier\":{\"id\":7,\"name\":\"Ayoub Oumar\",\"email\":\"ayoub.oumar919@gmail.com\",\"user_type\":\"admin\",\"is_active\":true,\"preferred_language\":\"en\",\"email_verified_at\":\"2025-12-18T06:27:21.000000Z\",\"two_factor_confirmed_at\":null,\"current_team_id\":null,\"profile_photo_path\":null,\"created_at\":\"2025-12-18T06:27:21.000000Z\",\"updated_at\":\"2026-01-05T11:04:03.000000Z\",\"profile_photo_url\":\"https:\\/\\/ui-avatars.com\\/api\\/?name=A+O&color=7F9CF5&background=EBF4FF\"}}','Return',7,'Ayoub Oumar','2026-01-14 09:30:05','2026-01-14 09:30:05'),
(265,239,'created',NULL,NULL,'{\"sale_number\":\"HIL-0239\",\"sale_type\":\"market\",\"customer_name\":\"Rozi\",\"customer_phone\":\"66 23 27 69\",\"customer_email\":null,\"subtotal\":\"105000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"105000.00\",\"paid_amount\":\"0.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-01-14T13:25:25.000000Z\",\"cashier_id\":7,\"is_loan\":true,\"loan_amount\":\"105000.00\",\"collected_amount\":\"0.00\",\"payment_status\":\"unpaid\",\"updated_at\":\"2026-01-14T13:25:25.000000Z\",\"created_at\":\"2026-01-14T13:25:25.000000Z\",\"id\":239}','Sale created through POS',7,'Ayoub Oumar','2026-01-14 10:25:25','2026-01-14 10:25:25'),
(266,240,'created',NULL,NULL,'{\"sale_number\":\"HIL-0240\",\"sale_type\":\"market\",\"customer_name\":null,\"customer_phone\":null,\"customer_email\":null,\"subtotal\":\"35000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"35000.00\",\"paid_amount\":\"35000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-01-14T13:27:15.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"35000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-01-14T13:27:15.000000Z\",\"created_at\":\"2026-01-14T13:27:15.000000Z\",\"id\":240}','Sale created through POS',7,'Ayoub Oumar','2026-01-14 10:27:15','2026-01-14 10:27:15'),
(267,241,'created',NULL,NULL,'{\"sale_number\":\"HIL-0241\",\"sale_type\":\"market\",\"customer_name\":null,\"customer_phone\":null,\"customer_email\":null,\"subtotal\":\"35000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"35000.00\",\"paid_amount\":\"35000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-01-14T15:27:28.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"35000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-01-14T15:27:28.000000Z\",\"created_at\":\"2026-01-14T15:27:28.000000Z\",\"id\":241}','Sale created through POS',7,'Ayoub Oumar','2026-01-14 12:27:28','2026-01-14 12:27:28'),
(268,242,'created',NULL,NULL,'{\"sale_number\":\"HIL-0242\",\"sale_type\":\"market\",\"customer_name\":\"Abdallah Hamit\",\"customer_phone\":\"---\",\"customer_email\":null,\"subtotal\":\"1050000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"1050000.00\",\"paid_amount\":\"1050000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-01-14T16:14:40.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"1050000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-01-14T16:14:40.000000Z\",\"created_at\":\"2026-01-14T16:14:40.000000Z\",\"id\":242}','Sale created through POS',7,'Ayoub Oumar','2026-01-14 13:14:40','2026-01-14 13:14:40'),
(269,243,'created',NULL,NULL,'{\"sale_number\":\"HIL-0243\",\"sale_type\":\"market\",\"customer_name\":null,\"customer_phone\":null,\"customer_email\":null,\"subtotal\":\"20000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"20000.00\",\"paid_amount\":\"20000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-01-14T16:19:27.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"20000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-01-14T16:19:27.000000Z\",\"created_at\":\"2026-01-14T16:19:27.000000Z\",\"id\":243}','Sale created through POS',7,'Ayoub Oumar','2026-01-14 13:19:27','2026-01-14 13:19:27'),
(270,241,'updated','{\"total_amount\":{\"old\":\"35000.00\",\"new\":17500}}',NULL,'{\"id\":241,\"sale_number\":\"HIL-0241\",\"sale_type\":\"market\",\"customer_name\":null,\"customer_phone\":null,\"customer_email\":null,\"subtotal\":\"17500.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"17500.00\",\"loan_amount\":\"0.00\",\"collected_amount\":\"35000.00\",\"is_loan\":false,\"paid_amount\":\"35000.00\",\"change_amount\":\"17500.00\",\"payment_method\":\"cash\",\"payment_status\":\"paid\",\"sale_status\":\"completed\",\"notes\":null,\"cashier_id\":7,\"sale_date\":\"2026-01-14T19:28:49.000000Z\",\"created_at\":\"2026-01-14T15:27:28.000000Z\",\"updated_at\":\"2026-01-14T16:28:49.000000Z\",\"items\":[{\"id\":368,\"sale_id\":241,\"product_id\":49,\"product_name\":\"Hilal-3B\",\"product_barcode\":null,\"quantity\":1,\"unit_price\":\"17500.00\",\"tax_rate\":\"0.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"17500.00\",\"created_at\":\"2026-01-14T15:27:28.000000Z\",\"updated_at\":\"2026-01-14T15:27:28.000000Z\"}],\"cashier\":{\"id\":7,\"name\":\"Ayoub Oumar\",\"email\":\"ayoub.oumar919@gmail.com\",\"user_type\":\"admin\",\"is_active\":true,\"preferred_language\":\"en\",\"email_verified_at\":\"2025-12-18T06:27:21.000000Z\",\"two_factor_confirmed_at\":null,\"current_team_id\":null,\"profile_photo_path\":null,\"created_at\":\"2025-12-18T06:27:21.000000Z\",\"updated_at\":\"2026-01-05T11:04:03.000000Z\",\"profile_photo_url\":\"https:\\/\\/ui-avatars.com\\/api\\/?name=A+O&color=7F9CF5&background=EBF4FF\"}}','Sale Return',7,'Ayoub Oumar','2026-01-14 13:28:49','2026-01-14 13:28:49'),
(271,241,'item_updated','[{\"action\":\"removed\",\"product_name\":\"Hilali-10\",\"quantity\":{\"old\":1,\"new\":0},\"unit_price\":{\"old\":\"17500.00\",\"new\":0}}]',NULL,NULL,'Sale Return',7,'Ayoub Oumar','2026-01-14 13:28:49','2026-01-14 13:28:49'),
(272,244,'created',NULL,NULL,'{\"sale_number\":\"HIL-0244\",\"sale_type\":\"market\",\"customer_name\":null,\"customer_phone\":null,\"customer_email\":null,\"subtotal\":\"35000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"35000.00\",\"paid_amount\":\"35000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-01-14T16:50:31.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"35000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-01-14T16:50:31.000000Z\",\"created_at\":\"2026-01-14T16:50:31.000000Z\",\"id\":244}','Sale created through POS',7,'Ayoub Oumar','2026-01-14 13:50:31','2026-01-14 13:50:31'),
(273,245,'created',NULL,NULL,'{\"sale_number\":\"HIL-0245\",\"sale_type\":\"market\",\"customer_name\":\"F Z\",\"customer_phone\":\"---\",\"customer_email\":null,\"subtotal\":\"35000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"35000.00\",\"paid_amount\":\"35000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-01-15T08:52:23.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"35000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-01-15T08:52:23.000000Z\",\"created_at\":\"2026-01-15T08:52:23.000000Z\",\"id\":245}','Sale created through POS',7,'Ayoub Oumar','2026-01-15 05:52:23','2026-01-15 05:52:23'),
(274,246,'created',NULL,NULL,'{\"sale_number\":\"HIL-0246\",\"sale_type\":\"market\",\"customer_name\":\"General Tiktok\",\"customer_phone\":\"---\",\"customer_email\":null,\"subtotal\":\"17500.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"17500.00\",\"paid_amount\":\"17500.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-01-15T09:26:44.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"17500.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-01-15T09:26:44.000000Z\",\"created_at\":\"2026-01-15T09:26:44.000000Z\",\"id\":246}','Sale created through POS',7,'Ayoub Oumar','2026-01-15 06:26:44','2026-01-15 06:26:44'),
(275,247,'created',NULL,NULL,'{\"sale_number\":\"HIL-0247\",\"sale_type\":\"market\",\"customer_name\":null,\"customer_phone\":null,\"customer_email\":null,\"subtotal\":\"40000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"40000.00\",\"paid_amount\":\"40000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-01-15T09:56:08.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"40000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-01-15T09:56:08.000000Z\",\"created_at\":\"2026-01-15T09:56:08.000000Z\",\"id\":247}','Sale created through POS',7,'Ayoub Oumar','2026-01-15 06:56:08','2026-01-15 06:56:08'),
(276,247,'updated','{\"total_amount\":{\"old\":\"40000.00\",\"new\":20000}}',NULL,'{\"id\":247,\"sale_number\":\"HIL-0247\",\"sale_type\":\"market\",\"customer_name\":null,\"customer_phone\":null,\"customer_email\":null,\"subtotal\":\"20000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"20000.00\",\"loan_amount\":\"0.00\",\"collected_amount\":\"40000.00\",\"is_loan\":false,\"paid_amount\":\"40000.00\",\"change_amount\":\"20000.00\",\"payment_method\":\"cash\",\"payment_status\":\"paid\",\"sale_status\":\"completed\",\"notes\":null,\"cashier_id\":7,\"sale_date\":\"2026-01-15T13:33:47.000000Z\",\"created_at\":\"2026-01-15T09:56:08.000000Z\",\"updated_at\":\"2026-01-15T10:33:47.000000Z\",\"items\":[{\"id\":384,\"sale_id\":247,\"product_id\":49,\"product_name\":\"Hilal-3B\",\"product_barcode\":null,\"quantity\":1,\"unit_price\":\"20000.00\",\"tax_rate\":\"0.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"20000.00\",\"created_at\":\"2026-01-15T09:56:08.000000Z\",\"updated_at\":\"2026-01-15T09:56:08.000000Z\"}],\"cashier\":{\"id\":7,\"name\":\"Ayoub Oumar\",\"email\":\"ayoub.oumar919@gmail.com\",\"user_type\":\"admin\",\"is_active\":true,\"preferred_language\":\"en\",\"email_verified_at\":\"2025-12-18T06:27:21.000000Z\",\"two_factor_confirmed_at\":null,\"current_team_id\":null,\"profile_photo_path\":null,\"created_at\":\"2025-12-18T06:27:21.000000Z\",\"updated_at\":\"2026-01-05T11:04:03.000000Z\",\"profile_photo_url\":\"https:\\/\\/ui-avatars.com\\/api\\/?name=A+O&color=7F9CF5&background=EBF4FF\"}}','Sale Return',7,'Ayoub Oumar','2026-01-15 07:33:47','2026-01-15 07:33:47'),
(277,247,'item_updated','[{\"action\":\"removed\",\"product_name\":\"Hilali-Mix\",\"quantity\":{\"old\":1,\"new\":0},\"unit_price\":{\"old\":\"20000.00\",\"new\":0}}]',NULL,NULL,'Sale Return',7,'Ayoub Oumar','2026-01-15 07:33:47','2026-01-15 07:33:47'),
(278,248,'created',NULL,NULL,'{\"sale_number\":\"HIL-0248\",\"sale_type\":\"market\",\"customer_name\":null,\"customer_phone\":null,\"customer_email\":null,\"subtotal\":\"17500.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"17500.00\",\"paid_amount\":\"17500.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-01-15T11:06:42.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"17500.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-01-15T11:06:42.000000Z\",\"created_at\":\"2026-01-15T11:06:42.000000Z\",\"id\":248}','Sale created through POS',7,'Ayoub Oumar','2026-01-15 08:06:42','2026-01-15 08:06:42'),
(279,249,'created',NULL,NULL,'{\"sale_number\":\"HIL-0249\",\"sale_type\":\"market\",\"customer_name\":null,\"customer_phone\":null,\"customer_email\":null,\"subtotal\":\"17500.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"17500.00\",\"paid_amount\":\"17500.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-01-15T12:13:14.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"17500.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-01-15T12:13:14.000000Z\",\"created_at\":\"2026-01-15T12:13:14.000000Z\",\"id\":249}','Sale created through POS',7,'Ayoub Oumar','2026-01-15 09:13:14','2026-01-15 09:13:14'),
(280,250,'created',NULL,NULL,'{\"sale_number\":\"HIL-0250\",\"sale_type\":\"market\",\"customer_name\":null,\"customer_phone\":null,\"customer_email\":null,\"subtotal\":\"17500.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"17500.00\",\"paid_amount\":\"17500.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-01-15T12:26:31.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"17500.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-01-15T12:26:31.000000Z\",\"created_at\":\"2026-01-15T12:26:31.000000Z\",\"id\":250}','Sale created through POS',7,'Ayoub Oumar','2026-01-15 09:26:31','2026-01-15 09:26:31'),
(281,251,'created',NULL,NULL,'{\"sale_number\":\"HIL-0251\",\"sale_type\":\"market\",\"customer_name\":null,\"customer_phone\":null,\"customer_email\":null,\"subtotal\":\"17500.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"17500.00\",\"paid_amount\":\"17500.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-01-15T12:26:55.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"17500.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-01-15T12:26:55.000000Z\",\"created_at\":\"2026-01-15T12:26:55.000000Z\",\"id\":251}','Sale created through POS',7,'Ayoub Oumar','2026-01-15 09:26:55','2026-01-15 09:26:55'),
(282,252,'created',NULL,NULL,'{\"sale_number\":\"HIL-0252\",\"sale_type\":\"market\",\"customer_name\":\"Abdelkerim\",\"customer_phone\":\"---\",\"customer_email\":null,\"subtotal\":\"195000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"195000.00\",\"paid_amount\":\"0.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-01-15T13:03:03.000000Z\",\"cashier_id\":7,\"is_loan\":true,\"loan_amount\":\"195000.00\",\"collected_amount\":\"0.00\",\"payment_status\":\"unpaid\",\"updated_at\":\"2026-01-15T13:03:03.000000Z\",\"created_at\":\"2026-01-15T13:03:03.000000Z\",\"id\":252}','Sale created through POS',7,'Ayoub Oumar','2026-01-15 10:03:03','2026-01-15 10:03:03'),
(283,253,'created',NULL,NULL,'{\"sale_number\":\"HIL-0253\",\"sale_type\":\"market\",\"customer_name\":\"Ahmat\",\"customer_phone\":\"66 00 63 68\",\"customer_email\":null,\"subtotal\":\"75000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"75000.00\",\"paid_amount\":\"75000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-01-15T13:35:15.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"75000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-01-15T13:35:15.000000Z\",\"created_at\":\"2026-01-15T13:35:15.000000Z\",\"id\":253}','Sale created through POS',7,'Ayoub Oumar','2026-01-15 10:35:15','2026-01-15 10:35:15'),
(284,177,'updated','{\"discount_amount\":{\"old\":0,\"new\":16500}}',NULL,'{\"id\":177,\"sale_number\":\"HIL-0177\",\"sale_type\":\"market\",\"customer_name\":\"Abdelkerim\",\"customer_phone\":\"99 66 60 88\",\"customer_email\":null,\"subtotal\":\"214500.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"16500.00\",\"total_amount\":\"214500.00\",\"loan_amount\":\"214500.00\",\"collected_amount\":\"0.00\",\"is_loan\":true,\"paid_amount\":\"0.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"payment_status\":\"unpaid\",\"sale_status\":\"completed\",\"notes\":null,\"cashier_id\":7,\"sale_date\":\"2026-01-15T17:35:11.000000Z\",\"created_at\":\"2026-01-09T08:57:31.000000Z\",\"updated_at\":\"2026-01-15T14:35:11.000000Z\",\"items\":[{\"id\":263,\"sale_id\":177,\"product_id\":173,\"product_name\":\"Duray S\",\"product_barcode\":null,\"quantity\":33,\"unit_price\":\"6500.00\",\"tax_rate\":\"0.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"214500.00\",\"created_at\":\"2026-01-09T08:57:31.000000Z\",\"updated_at\":\"2026-01-09T08:57:31.000000Z\"}],\"cashier\":{\"id\":7,\"name\":\"Ayoub Oumar\",\"email\":\"ayoub.oumar919@gmail.com\",\"user_type\":\"admin\",\"is_active\":true,\"preferred_language\":\"en\",\"email_verified_at\":\"2025-12-18T06:27:21.000000Z\",\"two_factor_confirmed_at\":null,\"current_team_id\":null,\"profile_photo_path\":null,\"created_at\":\"2025-12-18T06:27:21.000000Z\",\"updated_at\":\"2026-01-05T11:04:03.000000Z\",\"profile_photo_url\":\"https:\\/\\/ui-avatars.com\\/api\\/?name=A+O&color=7F9CF5&background=EBF4FF\"}}','---',7,'Ayoub Oumar','2026-01-15 11:35:11','2026-01-15 11:35:11'),
(285,177,'cancelled','{\"sale_status\":{\"old\":\"completed\",\"new\":\"cancelled\"},\"payment_status\":{\"old\":\"unpaid\",\"new\":\"refunded\"}}',NULL,'{\"id\":177,\"sale_number\":\"HIL-0177\",\"sale_type\":\"market\",\"customer_name\":\"Abdelkerim\",\"customer_phone\":\"99 66 60 88\",\"customer_email\":null,\"subtotal\":\"214500.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"16500.00\",\"total_amount\":\"214500.00\",\"loan_amount\":\"214500.00\",\"collected_amount\":\"0.00\",\"is_loan\":true,\"paid_amount\":\"0.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"payment_status\":\"refunded\",\"sale_status\":\"cancelled\",\"notes\":\"\\n\\nCancelled: Error\",\"cashier_id\":7,\"sale_date\":\"2026-01-15T17:35:11.000000Z\",\"created_at\":\"2026-01-09T08:57:31.000000Z\",\"updated_at\":\"2026-01-15T14:36:53.000000Z\",\"items\":[{\"id\":263,\"sale_id\":177,\"product_id\":173,\"product_name\":\"Duray S\",\"product_barcode\":null,\"quantity\":33,\"unit_price\":\"6500.00\",\"tax_rate\":\"0.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"214500.00\",\"created_at\":\"2026-01-09T08:57:31.000000Z\",\"updated_at\":\"2026-01-09T08:57:31.000000Z\",\"product\":{\"id\":173,\"name\":\"Duray S\",\"description\":null,\"barcode\":\"PRD210262-M1\",\"category_id\":5,\"product_type\":\"market\",\"unit\":\"pcs\",\"alert_quantity\":1,\"cost_price\":\"5000.00\",\"selling_price\":\"6500.00\",\"discount_price\":null,\"image\":\"products\\/1767948741_XMpABVrSDH.jpg\",\"expiry_date\":null,\"is_active\":true,\"weight\":null,\"length\":null,\"width\":null,\"height\":null,\"created_at\":\"2026-01-09T08:53:18.000000Z\",\"updated_at\":\"2026-01-09T08:53:18.000000Z\",\"deleted_at\":null,\"inventory\":{\"id\":172,\"product_id\":173,\"current_stock\":41,\"reserved_stock\":0,\"available_stock\":41,\"last_stock_update\":\"2026-01-15T14:36:53.000000Z\",\"last_updated_by\":7,\"created_at\":\"2026-01-09T08:53:18.000000Z\",\"updated_at\":\"2026-01-15T14:36:53.000000Z\"}}}],\"cashier\":{\"id\":7,\"name\":\"Ayoub Oumar\",\"email\":\"ayoub.oumar919@gmail.com\",\"user_type\":\"admin\",\"is_active\":true,\"preferred_language\":\"en\",\"email_verified_at\":\"2025-12-18T06:27:21.000000Z\",\"two_factor_confirmed_at\":null,\"current_team_id\":null,\"profile_photo_path\":null,\"created_at\":\"2025-12-18T06:27:21.000000Z\",\"updated_at\":\"2026-01-05T11:04:03.000000Z\",\"profile_photo_url\":\"https:\\/\\/ui-avatars.com\\/api\\/?name=A+O&color=7F9CF5&background=EBF4FF\"}}','Error',7,'Ayoub Oumar','2026-01-15 11:36:53','2026-01-15 11:36:53'),
(286,254,'created',NULL,NULL,'{\"sale_number\":\"HIL-0254\",\"sale_type\":\"market\",\"customer_name\":\"Abdelkerim\",\"customer_phone\":\"---\",\"customer_email\":null,\"subtotal\":\"214500.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"16500.00\",\"total_amount\":\"198000.00\",\"paid_amount\":\"198000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-01-15T14:39:04.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"198000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-01-15T14:39:04.000000Z\",\"created_at\":\"2026-01-15T14:39:04.000000Z\",\"id\":254}','Sale created through POS',7,'Ayoub Oumar','2026-01-15 11:39:04','2026-01-15 11:39:04'),
(287,252,'cancelled','{\"sale_status\":{\"old\":\"completed\",\"new\":\"cancelled\"},\"payment_status\":{\"old\":\"unpaid\",\"new\":\"refunded\"}}',NULL,'{\"id\":252,\"sale_number\":\"HIL-0252\",\"sale_type\":\"market\",\"customer_name\":\"Abdelkerim\",\"customer_phone\":\"---\",\"customer_email\":null,\"subtotal\":\"195000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"195000.00\",\"loan_amount\":\"195000.00\",\"collected_amount\":\"0.00\",\"is_loan\":true,\"paid_amount\":\"0.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"payment_status\":\"refunded\",\"sale_status\":\"cancelled\",\"notes\":\"\\n\\nCancelled: Correction\",\"cashier_id\":7,\"sale_date\":\"2026-01-15T13:03:03.000000Z\",\"created_at\":\"2026-01-15T13:03:03.000000Z\",\"updated_at\":\"2026-01-15T15:02:09.000000Z\",\"items\":[{\"id\":390,\"sale_id\":252,\"product_id\":173,\"product_name\":\"Duray S\",\"product_barcode\":null,\"quantity\":30,\"unit_price\":\"6500.00\",\"tax_rate\":\"0.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"195000.00\",\"created_at\":\"2026-01-15T13:03:03.000000Z\",\"updated_at\":\"2026-01-15T13:03:03.000000Z\",\"product\":{\"id\":173,\"name\":\"Duray S\",\"description\":null,\"barcode\":\"PRD210262-M1\",\"category_id\":5,\"product_type\":\"market\",\"unit\":\"pcs\",\"alert_quantity\":1,\"cost_price\":\"5000.00\",\"selling_price\":\"6500.00\",\"discount_price\":null,\"image\":\"products\\/1767948741_XMpABVrSDH.jpg\",\"expiry_date\":null,\"is_active\":true,\"weight\":null,\"length\":null,\"width\":null,\"height\":null,\"created_at\":\"2026-01-09T08:53:18.000000Z\",\"updated_at\":\"2026-01-09T08:53:18.000000Z\",\"deleted_at\":null,\"inventory\":{\"id\":172,\"product_id\":173,\"current_stock\":38,\"reserved_stock\":0,\"available_stock\":38,\"last_stock_update\":\"2026-01-15T15:02:09.000000Z\",\"last_updated_by\":7,\"created_at\":\"2026-01-09T08:53:18.000000Z\",\"updated_at\":\"2026-01-15T15:02:09.000000Z\"}}}],\"cashier\":{\"id\":7,\"name\":\"Ayoub Oumar\",\"email\":\"ayoub.oumar919@gmail.com\",\"user_type\":\"admin\",\"is_active\":true,\"preferred_language\":\"en\",\"email_verified_at\":\"2025-12-18T06:27:21.000000Z\",\"two_factor_confirmed_at\":null,\"current_team_id\":null,\"profile_photo_path\":null,\"created_at\":\"2025-12-18T06:27:21.000000Z\",\"updated_at\":\"2026-01-05T11:04:03.000000Z\",\"profile_photo_url\":\"https:\\/\\/ui-avatars.com\\/api\\/?name=A+O&color=7F9CF5&background=EBF4FF\"}}','Correction',7,'Ayoub Oumar','2026-01-15 12:02:09','2026-01-15 12:02:09'),
(288,255,'created',NULL,NULL,'{\"sale_number\":\"HIL-0255\",\"sale_type\":\"market\",\"customer_name\":null,\"customer_phone\":null,\"customer_email\":null,\"subtotal\":\"20000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"20000.00\",\"paid_amount\":\"20000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-01-15T15:12:07.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"20000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-01-15T15:12:07.000000Z\",\"created_at\":\"2026-01-15T15:12:07.000000Z\",\"id\":255}','Sale created through POS',7,'Ayoub Oumar','2026-01-15 12:12:07','2026-01-15 12:12:07'),
(289,256,'created',NULL,NULL,'{\"sale_number\":\"HIL-0256\",\"sale_type\":\"market\",\"customer_name\":\"Abdelkerim\",\"customer_phone\":\"---\",\"customer_email\":null,\"subtotal\":\"78000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"6000.00\",\"total_amount\":\"72000.00\",\"paid_amount\":\"72000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-01-15T15:13:36.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"72000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-01-15T15:13:36.000000Z\",\"created_at\":\"2026-01-15T15:13:36.000000Z\",\"id\":256}','Sale created through POS',7,'Ayoub Oumar','2026-01-15 12:13:36','2026-01-15 12:13:36'),
(290,257,'created',NULL,NULL,'{\"sale_number\":\"HIL-0257\",\"sale_type\":\"market\",\"customer_name\":\"Abdelkerim\",\"customer_phone\":\"---\",\"customer_email\":null,\"subtotal\":\"117000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"9000.00\",\"total_amount\":\"108000.00\",\"paid_amount\":\"108000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-01-15T15:14:40.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"108000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-01-15T15:14:40.000000Z\",\"created_at\":\"2026-01-15T15:14:40.000000Z\",\"id\":257}','Sale created through POS',7,'Ayoub Oumar','2026-01-15 12:14:40','2026-01-15 12:14:40'),
(291,257,'cancelled','{\"sale_status\":{\"old\":\"completed\",\"new\":\"cancelled\"},\"payment_status\":{\"old\":\"paid\",\"new\":\"refunded\"}}',NULL,'{\"id\":257,\"sale_number\":\"HIL-0257\",\"sale_type\":\"market\",\"customer_name\":\"Abdelkerim\",\"customer_phone\":\"---\",\"customer_email\":null,\"subtotal\":\"117000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"9000.00\",\"total_amount\":\"108000.00\",\"loan_amount\":\"0.00\",\"collected_amount\":\"108000.00\",\"is_loan\":false,\"paid_amount\":\"108000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"payment_status\":\"refunded\",\"sale_status\":\"cancelled\",\"notes\":\"\\n\\nCancelled: Error correction\",\"cashier_id\":7,\"sale_date\":\"2026-01-15T15:14:40.000000Z\",\"created_at\":\"2026-01-15T15:14:40.000000Z\",\"updated_at\":\"2026-01-15T15:16:30.000000Z\",\"items\":[{\"id\":395,\"sale_id\":257,\"product_id\":173,\"product_name\":\"Duray S\",\"product_barcode\":null,\"quantity\":18,\"unit_price\":\"6500.00\",\"tax_rate\":\"0.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"9000.00\",\"total_amount\":\"108000.00\",\"created_at\":\"2026-01-15T15:14:40.000000Z\",\"updated_at\":\"2026-01-15T15:14:40.000000Z\",\"product\":{\"id\":173,\"name\":\"Duray S\",\"description\":null,\"barcode\":\"PRD210262-M1\",\"category_id\":5,\"product_type\":\"market\",\"unit\":\"pcs\",\"alert_quantity\":1,\"cost_price\":\"5000.00\",\"selling_price\":\"6500.00\",\"discount_price\":null,\"image\":\"products\\/1767948741_XMpABVrSDH.jpg\",\"expiry_date\":null,\"is_active\":true,\"weight\":null,\"length\":null,\"width\":null,\"height\":null,\"created_at\":\"2026-01-09T08:53:18.000000Z\",\"updated_at\":\"2026-01-09T08:53:18.000000Z\",\"deleted_at\":null,\"inventory\":{\"id\":172,\"product_id\":173,\"current_stock\":26,\"reserved_stock\":0,\"available_stock\":26,\"last_stock_update\":\"2026-01-15T15:16:30.000000Z\",\"last_updated_by\":7,\"created_at\":\"2026-01-09T08:53:18.000000Z\",\"updated_at\":\"2026-01-15T15:16:30.000000Z\"}}}],\"cashier\":{\"id\":7,\"name\":\"Ayoub Oumar\",\"email\":\"ayoub.oumar919@gmail.com\",\"user_type\":\"admin\",\"is_active\":true,\"preferred_language\":\"en\",\"email_verified_at\":\"2025-12-18T06:27:21.000000Z\",\"two_factor_confirmed_at\":null,\"current_team_id\":null,\"profile_photo_path\":null,\"created_at\":\"2025-12-18T06:27:21.000000Z\",\"updated_at\":\"2026-01-05T11:04:03.000000Z\",\"profile_photo_url\":\"https:\\/\\/ui-avatars.com\\/api\\/?name=A+O&color=7F9CF5&background=EBF4FF\"}}','Error correction',7,'Ayoub Oumar','2026-01-15 12:16:30','2026-01-15 12:16:30'),
(292,258,'created',NULL,NULL,'{\"sale_number\":\"HIL-0258\",\"sale_type\":\"market\",\"customer_name\":\"Abdelkerim\",\"customer_phone\":\"---\",\"customer_email\":null,\"subtotal\":\"117000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"4500.00\",\"total_amount\":\"112500.00\",\"paid_amount\":\"112500.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-01-15T15:17:41.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"112500.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-01-15T15:17:41.000000Z\",\"created_at\":\"2026-01-15T15:17:41.000000Z\",\"id\":258}','Sale created through POS',7,'Ayoub Oumar','2026-01-15 12:17:41','2026-01-15 12:17:41'),
(293,259,'created',NULL,NULL,'{\"sale_number\":\"HIL-0259\",\"sale_type\":\"market\",\"customer_name\":\"Issa Caratach\",\"customer_phone\":\"---\",\"customer_email\":null,\"subtotal\":\"20000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"20000.00\",\"paid_amount\":\"10000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-01-15T15:35:10.000000Z\",\"cashier_id\":7,\"is_loan\":true,\"loan_amount\":\"10000.00\",\"collected_amount\":\"10000.00\",\"payment_status\":\"partial\",\"updated_at\":\"2026-01-15T15:35:10.000000Z\",\"created_at\":\"2026-01-15T15:35:10.000000Z\",\"id\":259}','Sale created through POS',7,'Ayoub Oumar','2026-01-15 12:35:11','2026-01-15 12:35:11'),
(294,260,'created',NULL,NULL,'{\"sale_number\":\"HIL-0260\",\"sale_type\":\"market\",\"customer_name\":\"Mansour\",\"customer_phone\":\"---\",\"customer_email\":null,\"subtotal\":\"17500.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"17500.00\",\"paid_amount\":\"17500.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-01-15T16:06:17.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"17500.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-01-15T16:06:17.000000Z\",\"created_at\":\"2026-01-15T16:06:17.000000Z\",\"id\":260}','Sale created through POS',7,'Ayoub Oumar','2026-01-15 13:06:17','2026-01-15 13:06:17'),
(295,261,'created',NULL,NULL,'{\"sale_number\":\"HIL-0261\",\"sale_type\":\"market\",\"customer_name\":\"ABAKAR SIDICK\",\"customer_phone\":\"66 32 03 37\",\"customer_email\":null,\"subtotal\":\"945000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"945000.00\",\"paid_amount\":\"0.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-01-16T08:19:07.000000Z\",\"cashier_id\":7,\"is_loan\":true,\"loan_amount\":\"945000.00\",\"collected_amount\":\"0.00\",\"payment_status\":\"unpaid\",\"updated_at\":\"2026-01-16T08:19:07.000000Z\",\"created_at\":\"2026-01-16T08:19:07.000000Z\",\"id\":261}','Sale created through POS',7,'Ayoub Oumar','2026-01-16 05:19:07','2026-01-16 05:19:07'),
(296,262,'created',NULL,NULL,'{\"sale_number\":\"HIL-0262\",\"sale_type\":\"market\",\"customer_name\":\"Correction\",\"customer_phone\":\"---\",\"customer_email\":null,\"subtotal\":\"35000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"35000.00\",\"paid_amount\":\"35000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-01-16T10:36:59.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"35000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-01-16T10:36:59.000000Z\",\"created_at\":\"2026-01-16T10:36:59.000000Z\",\"id\":262}','Sale created through POS',7,'Ayoub Oumar','2026-01-16 07:36:59','2026-01-16 07:36:59'),
(297,263,'created',NULL,NULL,'{\"sale_number\":\"HIL-0263\",\"sale_type\":\"market\",\"customer_name\":\"Youssouf Hilali\",\"customer_phone\":\"---\",\"customer_email\":null,\"subtotal\":\"17500.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"17500.00\",\"paid_amount\":\"17500.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-01-16T12:08:49.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"17500.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-01-16T12:08:49.000000Z\",\"created_at\":\"2026-01-16T12:08:49.000000Z\",\"id\":263}','Sale created through POS',7,'Ayoub Oumar','2026-01-16 09:08:49','2026-01-16 09:08:49'),
(298,264,'created',NULL,NULL,'{\"sale_number\":\"HIL-0264\",\"sale_type\":\"market\",\"customer_name\":\"Correction\",\"customer_phone\":\"---\",\"customer_email\":null,\"subtotal\":\"17500.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"17500.00\",\"paid_amount\":\"17500.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-01-16T12:23:50.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"17500.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-01-16T12:23:50.000000Z\",\"created_at\":\"2026-01-16T12:23:50.000000Z\",\"id\":264}','Sale created through POS',7,'Ayoub Oumar','2026-01-16 09:23:50','2026-01-16 09:23:50'),
(299,264,'cancelled','{\"sale_status\":{\"old\":\"completed\",\"new\":\"cancelled\"},\"payment_status\":{\"old\":\"paid\",\"new\":\"refunded\"}}',NULL,'{\"id\":264,\"sale_number\":\"HIL-0264\",\"sale_type\":\"market\",\"customer_name\":\"Correction\",\"customer_phone\":\"---\",\"customer_email\":null,\"subtotal\":\"17500.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"17500.00\",\"loan_amount\":\"0.00\",\"collected_amount\":\"17500.00\",\"is_loan\":false,\"paid_amount\":\"17500.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"payment_status\":\"refunded\",\"sale_status\":\"cancelled\",\"notes\":\"\\n\\nCancelled: Found the lost one\",\"cashier_id\":7,\"sale_date\":\"2026-01-16T12:23:50.000000Z\",\"created_at\":\"2026-01-16T12:23:50.000000Z\",\"updated_at\":\"2026-01-16T12:28:39.000000Z\",\"items\":[{\"id\":407,\"sale_id\":264,\"product_id\":146,\"product_name\":\"H-2018\",\"product_barcode\":null,\"quantity\":1,\"unit_price\":\"17500.00\",\"tax_rate\":\"0.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"17500.00\",\"created_at\":\"2026-01-16T12:23:50.000000Z\",\"updated_at\":\"2026-01-16T12:23:50.000000Z\",\"product\":{\"id\":146,\"name\":\"H-2018\",\"description\":\"3x40\\r\\n3x41\\r\\n4x42\\r\\n2x43\\r\\n1x44\",\"barcode\":\"PRD588545-M1\",\"category_id\":2,\"product_type\":\"market\",\"unit\":\"pcs\",\"alert_quantity\":1,\"cost_price\":\"16500.00\",\"selling_price\":\"17499.99\",\"discount_price\":null,\"image\":\"products\\/1767628843_Li5aPQyzMv.jpg\",\"expiry_date\":null,\"is_active\":true,\"weight\":null,\"length\":null,\"width\":null,\"height\":null,\"created_at\":\"2026-01-08T08:49:20.000000Z\",\"updated_at\":\"2026-01-16T12:23:09.000000Z\",\"deleted_at\":null,\"inventory\":{\"id\":145,\"product_id\":146,\"current_stock\":14,\"reserved_stock\":0,\"available_stock\":14,\"last_stock_update\":\"2026-01-16T12:28:39.000000Z\",\"last_updated_by\":7,\"created_at\":\"2026-01-08T08:49:20.000000Z\",\"updated_at\":\"2026-01-16T12:28:39.000000Z\"}}}],\"cashier\":{\"id\":7,\"name\":\"Ayoub Oumar\",\"email\":\"ayoub.oumar919@gmail.com\",\"user_type\":\"admin\",\"is_active\":true,\"preferred_language\":\"en\",\"email_verified_at\":\"2025-12-18T06:27:21.000000Z\",\"two_factor_confirmed_at\":null,\"current_team_id\":null,\"profile_photo_path\":null,\"created_at\":\"2025-12-18T06:27:21.000000Z\",\"updated_at\":\"2026-01-05T11:04:03.000000Z\",\"profile_photo_url\":\"https:\\/\\/ui-avatars.com\\/api\\/?name=A+O&color=7F9CF5&background=EBF4FF\"}}','Found the lost one',7,'Ayoub Oumar','2026-01-16 09:28:39','2026-01-16 09:28:39'),
(300,265,'created',NULL,NULL,'{\"sale_number\":\"HIL-0265\",\"sale_type\":\"market\",\"customer_name\":\"Issakha\",\"customer_phone\":\"---\",\"customer_email\":null,\"subtotal\":\"52500.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"52500.00\",\"paid_amount\":\"52500.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-01-16T13:51:29.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"52500.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-01-16T13:51:29.000000Z\",\"created_at\":\"2026-01-16T13:51:29.000000Z\",\"id\":265}','Sale created through POS',7,'Ayoub Oumar','2026-01-16 10:51:29','2026-01-16 10:51:29'),
(301,266,'created',NULL,NULL,'{\"sale_number\":\"HIL-0266\",\"sale_type\":\"market\",\"customer_name\":null,\"customer_phone\":null,\"customer_email\":null,\"subtotal\":\"20000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"20000.00\",\"paid_amount\":\"20000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-01-16T14:01:19.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"20000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-01-16T14:01:19.000000Z\",\"created_at\":\"2026-01-16T14:01:19.000000Z\",\"id\":266}','Sale created through POS',7,'Ayoub Oumar','2026-01-16 11:01:19','2026-01-16 11:01:19'),
(302,267,'created',NULL,NULL,'{\"sale_number\":\"HIL-0267\",\"sale_type\":\"market\",\"customer_name\":\"Correction\",\"customer_phone\":\"---\",\"customer_email\":null,\"subtotal\":\"17500.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"17500.00\",\"paid_amount\":\"17500.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-01-16T14:23:49.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"17500.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-01-16T14:23:49.000000Z\",\"created_at\":\"2026-01-16T14:23:49.000000Z\",\"id\":267}','Sale created through POS',7,'Ayoub Oumar','2026-01-16 11:23:49','2026-01-16 11:23:49'),
(303,268,'created',NULL,NULL,'{\"sale_number\":\"HIL-0268\",\"sale_type\":\"market\",\"customer_name\":\"Correction\",\"customer_phone\":\"---\",\"customer_email\":null,\"subtotal\":\"17500.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"17500.00\",\"paid_amount\":\"17500.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-01-16T15:07:10.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"17500.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-01-16T15:07:10.000000Z\",\"created_at\":\"2026-01-16T15:07:10.000000Z\",\"id\":268}','Sale created through POS',7,'Ayoub Oumar','2026-01-16 12:07:10','2026-01-16 12:07:10'),
(304,269,'created',NULL,NULL,'{\"sale_number\":\"HIL-0269\",\"sale_type\":\"market\",\"customer_name\":\"Guisma\",\"customer_phone\":\"---\",\"customer_email\":null,\"subtotal\":\"70000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"70000.00\",\"paid_amount\":\"70000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-01-17T09:00:44.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"70000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-01-17T09:00:44.000000Z\",\"created_at\":\"2026-01-17T09:00:44.000000Z\",\"id\":269}','Sale created through POS',7,'Ayoub Oumar','2026-01-17 06:00:44','2026-01-17 06:00:44'),
(305,270,'created',NULL,NULL,'{\"sale_number\":\"HIL-0270\",\"sale_type\":\"market\",\"customer_name\":\"Correction\",\"customer_phone\":\"---\",\"customer_email\":null,\"subtotal\":\"17500.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"17500.00\",\"paid_amount\":\"17500.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-01-17T10:05:51.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"17500.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-01-17T10:05:51.000000Z\",\"created_at\":\"2026-01-17T10:05:51.000000Z\",\"id\":270}','Sale created through POS',7,'Ayoub Oumar','2026-01-17 07:05:51','2026-01-17 07:05:51'),
(306,271,'created',NULL,NULL,'{\"sale_number\":\"HIL-0271\",\"sale_type\":\"market\",\"customer_name\":\"Correction\",\"customer_phone\":\"---\",\"customer_email\":null,\"subtotal\":\"52500.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"52500.00\",\"paid_amount\":\"52500.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-01-17T10:16:25.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"52500.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-01-17T10:16:25.000000Z\",\"created_at\":\"2026-01-17T10:16:25.000000Z\",\"id\":271}','Sale created through POS',7,'Ayoub Oumar','2026-01-17 07:16:25','2026-01-17 07:16:25'),
(307,272,'created',NULL,NULL,'{\"sale_number\":\"HIL-0272\",\"sale_type\":\"market\",\"customer_name\":null,\"customer_phone\":null,\"customer_email\":null,\"subtotal\":\"20000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"20000.00\",\"paid_amount\":\"20000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-01-17T10:46:09.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"20000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-01-17T10:46:09.000000Z\",\"created_at\":\"2026-01-17T10:46:09.000000Z\",\"id\":272}','Sale created through POS',7,'Ayoub Oumar','2026-01-17 07:46:09','2026-01-17 07:46:09'),
(308,273,'created',NULL,NULL,'{\"sale_number\":\"HIL-0273\",\"sale_type\":\"market\",\"customer_name\":null,\"customer_phone\":null,\"customer_email\":null,\"subtotal\":\"20000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"20000.00\",\"paid_amount\":\"20000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-01-17T11:47:40.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"20000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-01-17T11:47:40.000000Z\",\"created_at\":\"2026-01-17T11:47:40.000000Z\",\"id\":273}','Sale created through POS',7,'Ayoub Oumar','2026-01-17 08:47:40','2026-01-17 08:47:40'),
(309,274,'created',NULL,NULL,'{\"sale_number\":\"HIL-0274\",\"sale_type\":\"market\",\"customer_name\":null,\"customer_phone\":null,\"customer_email\":null,\"subtotal\":\"15000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"15000.00\",\"paid_amount\":\"15000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-01-17T12:00:55.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"15000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-01-17T12:00:55.000000Z\",\"created_at\":\"2026-01-17T12:00:55.000000Z\",\"id\":274}','Sale created through POS',7,'Ayoub Oumar','2026-01-17 09:00:55','2026-01-17 09:00:55'),
(310,275,'created',NULL,NULL,'{\"sale_number\":\"HIL-0275\",\"sale_type\":\"market\",\"customer_name\":\"Bachar\",\"customer_phone\":\"---\",\"customer_email\":null,\"subtotal\":\"17500.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"17500.00\",\"paid_amount\":\"17500.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-01-17T12:23:38.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"17500.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-01-17T12:23:38.000000Z\",\"created_at\":\"2026-01-17T12:23:38.000000Z\",\"id\":275}','Sale created through POS',7,'Ayoub Oumar','2026-01-17 09:23:38','2026-01-17 09:23:38'),
(311,276,'created',NULL,NULL,'{\"sale_number\":\"HIL-0276\",\"sale_type\":\"market\",\"customer_name\":null,\"customer_phone\":null,\"customer_email\":null,\"subtotal\":\"20000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"20000.00\",\"paid_amount\":\"20000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-01-17T13:21:50.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"20000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-01-17T13:21:50.000000Z\",\"created_at\":\"2026-01-17T13:21:50.000000Z\",\"id\":276}','Sale created through POS',7,'Ayoub Oumar','2026-01-17 10:21:50','2026-01-17 10:21:50'),
(312,277,'created',NULL,NULL,'{\"sale_number\":\"HIL-0277\",\"sale_type\":\"market\",\"customer_name\":\"Issakha\",\"customer_phone\":\"---\",\"customer_email\":null,\"subtotal\":\"13000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"13000.00\",\"paid_amount\":\"13000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-01-17T14:24:23.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"13000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-01-17T14:24:23.000000Z\",\"created_at\":\"2026-01-17T14:24:23.000000Z\",\"id\":277}','Sale created through POS',7,'Ayoub Oumar','2026-01-17 11:24:23','2026-01-17 11:24:23'),
(313,278,'created',NULL,NULL,'{\"sale_number\":\"HIL-0278\",\"sale_type\":\"market\",\"customer_name\":\"Bachar\",\"customer_phone\":\"---\",\"customer_email\":null,\"subtotal\":\"17500.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"17500.00\",\"paid_amount\":\"0.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-01-19T09:01:45.000000Z\",\"cashier_id\":7,\"is_loan\":true,\"loan_amount\":\"17500.00\",\"collected_amount\":\"0.00\",\"payment_status\":\"unpaid\",\"updated_at\":\"2026-01-19T09:01:45.000000Z\",\"created_at\":\"2026-01-19T09:01:45.000000Z\",\"id\":278}','Sale created through POS',7,'Ayoub Oumar','2026-01-19 06:01:45','2026-01-19 06:01:45'),
(314,278,'payment_received','{\"payment_status\":{\"old\":\"unpaid\",\"new\":\"paid\"},\"loan_amount\":{\"old\":\"17500.00\",\"new\":\"0.00\"},\"collected_amount\":{\"old\":\"0.00\",\"new\":\"17500.00\"},\"is_loan\":{\"old\":true,\"new\":false}}',NULL,'{\"payment_amount\":17500,\"payment_method\":\"cash\",\"payment_notes\":null,\"balance_after\":0}','Payment received: 17,500 CFA via Cash',7,'Ayoub Oumar','2026-01-19 06:21:28','2026-01-19 06:21:28'),
(315,239,'updated','{\"total_amount\":{\"old\":\"105000.00\",\"new\":70000}}',NULL,'{\"id\":239,\"sale_number\":\"HIL-0239\",\"sale_type\":\"market\",\"customer_name\":\"Rozi\",\"customer_phone\":\"66 23 27 69\",\"customer_email\":null,\"subtotal\":\"70000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"70000.00\",\"loan_amount\":\"105000.00\",\"collected_amount\":\"0.00\",\"is_loan\":true,\"paid_amount\":\"0.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"payment_status\":\"unpaid\",\"sale_status\":\"completed\",\"notes\":null,\"cashier_id\":7,\"sale_date\":\"2026-01-19T13:05:31.000000Z\",\"created_at\":\"2026-01-14T13:25:25.000000Z\",\"updated_at\":\"2026-01-19T10:05:31.000000Z\",\"items\":[{\"id\":362,\"sale_id\":239,\"product_id\":49,\"product_name\":\"Hilal-3B\",\"product_barcode\":null,\"quantity\":1,\"unit_price\":\"17500.00\",\"tax_rate\":\"0.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"17500.00\",\"created_at\":\"2026-01-14T13:25:25.000000Z\",\"updated_at\":\"2026-01-14T13:25:25.000000Z\"},{\"id\":363,\"sale_id\":239,\"product_id\":85,\"product_name\":\"Hilali-12\",\"product_barcode\":null,\"quantity\":2,\"unit_price\":\"17500.00\",\"tax_rate\":\"0.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"35000.00\",\"created_at\":\"2026-01-14T13:25:25.000000Z\",\"updated_at\":\"2026-01-14T13:25:25.000000Z\"},{\"id\":365,\"sale_id\":239,\"product_id\":95,\"product_name\":\"Hilali-17\",\"product_barcode\":null,\"quantity\":1,\"unit_price\":\"17500.00\",\"tax_rate\":\"0.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"17500.00\",\"created_at\":\"2026-01-14T13:25:25.000000Z\",\"updated_at\":\"2026-01-14T13:25:25.000000Z\"}],\"cashier\":{\"id\":7,\"name\":\"Ayoub Oumar\",\"email\":\"ayoub.oumar919@gmail.com\",\"user_type\":\"admin\",\"is_active\":true,\"preferred_language\":\"en\",\"email_verified_at\":\"2025-12-18T06:27:21.000000Z\",\"two_factor_confirmed_at\":null,\"current_team_id\":null,\"profile_photo_path\":null,\"created_at\":\"2025-12-18T06:27:21.000000Z\",\"updated_at\":\"2026-01-05T11:04:03.000000Z\",\"profile_photo_url\":\"https:\\/\\/ui-avatars.com\\/api\\/?name=A+O&color=7F9CF5&background=EBF4FF\"}}','Sale Return',7,'Ayoub Oumar','2026-01-19 07:05:31','2026-01-19 07:05:31'),
(316,239,'item_updated','[{\"action\":\"removed\",\"product_name\":\"Hilali-14\",\"quantity\":{\"old\":1,\"new\":0},\"unit_price\":{\"old\":\"17500.00\",\"new\":0}},{\"action\":\"removed\",\"product_name\":\"H-2022 S\",\"quantity\":{\"old\":1,\"new\":0},\"unit_price\":{\"old\":\"17500.00\",\"new\":0}}]',NULL,NULL,'Sale Return',7,'Ayoub Oumar','2026-01-19 07:05:31','2026-01-19 07:05:31'),
(317,239,'updated','{\"total_amount\":{\"old\":\"70000.00\",\"new\":87500}}',NULL,'{\"id\":239,\"sale_number\":\"HIL-0239\",\"sale_type\":\"market\",\"customer_name\":\"Rozi\",\"customer_phone\":\"66 23 27 69\",\"customer_email\":null,\"subtotal\":\"87500.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"87500.00\",\"loan_amount\":\"105000.00\",\"collected_amount\":\"0.00\",\"is_loan\":true,\"paid_amount\":\"0.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"payment_status\":\"unpaid\",\"sale_status\":\"completed\",\"notes\":null,\"cashier_id\":7,\"sale_date\":\"2026-01-19T13:18:06.000000Z\",\"created_at\":\"2026-01-14T13:25:25.000000Z\",\"updated_at\":\"2026-01-19T10:18:06.000000Z\",\"items\":[{\"id\":362,\"sale_id\":239,\"product_id\":49,\"product_name\":\"Hilal-3B\",\"product_barcode\":null,\"quantity\":1,\"unit_price\":\"17500.00\",\"tax_rate\":\"0.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"17500.00\",\"created_at\":\"2026-01-14T13:25:25.000000Z\",\"updated_at\":\"2026-01-14T13:25:25.000000Z\"},{\"id\":363,\"sale_id\":239,\"product_id\":85,\"product_name\":\"Hilali-12\",\"product_barcode\":null,\"quantity\":2,\"unit_price\":\"17500.00\",\"tax_rate\":\"0.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"35000.00\",\"created_at\":\"2026-01-14T13:25:25.000000Z\",\"updated_at\":\"2026-01-14T13:25:25.000000Z\"},{\"id\":365,\"sale_id\":239,\"product_id\":95,\"product_name\":\"Hilali-17\",\"product_barcode\":null,\"quantity\":1,\"unit_price\":\"17500.00\",\"tax_rate\":\"0.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"17500.00\",\"created_at\":\"2026-01-14T13:25:25.000000Z\",\"updated_at\":\"2026-01-14T13:25:25.000000Z\"},{\"id\":427,\"sale_id\":239,\"product_id\":132,\"product_name\":\"H-2022 S\",\"product_barcode\":null,\"quantity\":1,\"unit_price\":\"17500.00\",\"tax_rate\":\"0.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"17500.00\",\"created_at\":\"2026-01-19T10:18:06.000000Z\",\"updated_at\":\"2026-01-19T10:18:06.000000Z\"}],\"cashier\":{\"id\":7,\"name\":\"Ayoub Oumar\",\"email\":\"ayoub.oumar919@gmail.com\",\"user_type\":\"admin\",\"is_active\":true,\"preferred_language\":\"en\",\"email_verified_at\":\"2025-12-18T06:27:21.000000Z\",\"two_factor_confirmed_at\":null,\"current_team_id\":null,\"profile_photo_path\":null,\"created_at\":\"2025-12-18T06:27:21.000000Z\",\"updated_at\":\"2026-01-05T11:04:03.000000Z\",\"profile_photo_url\":\"https:\\/\\/ui-avatars.com\\/api\\/?name=A+O&color=7F9CF5&background=EBF4FF\"}}','Correction',7,'Ayoub Oumar','2026-01-19 07:18:06','2026-01-19 07:18:06'),
(318,239,'item_updated','[{\"action\":\"added\",\"product_name\":\"H-2022 S\",\"quantity\":{\"old\":0,\"new\":1},\"unit_price\":{\"old\":0,\"new\":17500}}]',NULL,NULL,'Correction',7,'Ayoub Oumar','2026-01-19 07:18:06','2026-01-19 07:18:06'),
(319,239,'payment_received','{\"payment_status\":{\"old\":\"unpaid\",\"new\":\"partial\"},\"loan_amount\":{\"old\":\"105000.00\",\"new\":\"20000.00\"},\"collected_amount\":{\"old\":\"0.00\",\"new\":\"85000.00\"}}',NULL,'{\"payment_amount\":85000,\"payment_method\":\"cash\",\"payment_notes\":null,\"balance_after\":20000}','Payment received: 85,000 CFA via Cash',7,'Ayoub Oumar','2026-01-19 07:18:55','2026-01-19 07:18:55'),
(320,279,'created',NULL,NULL,'{\"sale_number\":\"HIL-0279\",\"sale_type\":\"market\",\"customer_name\":\"Rozi\",\"customer_phone\":\"---\",\"customer_email\":null,\"subtotal\":\"92500.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"92500.00\",\"paid_amount\":\"0.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-01-19T10:26:00.000000Z\",\"cashier_id\":7,\"is_loan\":true,\"loan_amount\":\"92500.00\",\"collected_amount\":\"0.00\",\"payment_status\":\"unpaid\",\"updated_at\":\"2026-01-19T10:26:00.000000Z\",\"created_at\":\"2026-01-19T10:26:00.000000Z\",\"id\":279}','Sale created through POS',7,'Ayoub Oumar','2026-01-19 07:26:00','2026-01-19 07:26:00'),
(321,280,'created',NULL,NULL,'{\"sale_number\":\"HIL-0280\",\"sale_type\":\"market\",\"customer_name\":null,\"customer_phone\":null,\"customer_email\":null,\"subtotal\":\"5500.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"5500.00\",\"paid_amount\":\"5500.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-01-19T13:04:47.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"5500.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-01-19T13:04:47.000000Z\",\"created_at\":\"2026-01-19T13:04:47.000000Z\",\"id\":280}','Sale created through POS',7,'Ayoub Oumar','2026-01-19 10:04:47','2026-01-19 10:04:47'),
(322,281,'created',NULL,NULL,'{\"sale_number\":\"HIL-0281\",\"sale_type\":\"market\",\"customer_name\":\"Maheddin\",\"customer_phone\":\"60 45 51 97\",\"customer_email\":null,\"subtotal\":\"420000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"420000.00\",\"paid_amount\":\"420000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-01-19T13:11:03.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"420000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-01-19T13:11:03.000000Z\",\"created_at\":\"2026-01-19T13:11:03.000000Z\",\"id\":281}','Sale created through POS',7,'Ayoub Oumar','2026-01-19 10:11:03','2026-01-19 10:11:03'),
(323,282,'created',NULL,NULL,'{\"sale_number\":\"HIL-0282\",\"sale_type\":\"market\",\"customer_name\":\"Yassin\",\"customer_phone\":\"---\",\"customer_email\":null,\"subtotal\":\"20000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"20000.00\",\"paid_amount\":\"20000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-01-19T13:43:33.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"20000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-01-19T13:43:33.000000Z\",\"created_at\":\"2026-01-19T13:43:33.000000Z\",\"id\":282}','Sale created through POS',7,'Ayoub Oumar','2026-01-19 10:43:33','2026-01-19 10:43:33'),
(324,283,'created',NULL,NULL,'{\"sale_number\":\"HIL-0283\",\"sale_type\":\"market\",\"customer_name\":\"KADAI\",\"customer_phone\":\"0544 303 70 66\",\"customer_email\":null,\"subtotal\":\"84000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"84000.00\",\"paid_amount\":\"84000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-01-19T13:55:00.000000Z\",\"cashier_id\":4,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"84000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-01-19T13:55:00.000000Z\",\"created_at\":\"2026-01-19T13:55:00.000000Z\",\"id\":283}','Sale created through POS',4,'admin','2026-01-19 10:55:01','2026-01-19 10:55:01'),
(325,283,'cancelled','{\"sale_status\":{\"old\":\"completed\",\"new\":\"cancelled\"},\"payment_status\":{\"old\":\"paid\",\"new\":\"refunded\"}}',NULL,'{\"id\":283,\"sale_number\":\"HIL-0283\",\"sale_type\":\"market\",\"customer_name\":\"KADAI\",\"customer_phone\":\"0544 303 70 66\",\"customer_email\":null,\"subtotal\":\"84000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"84000.00\",\"loan_amount\":\"0.00\",\"collected_amount\":\"84000.00\",\"is_loan\":false,\"paid_amount\":\"84000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"payment_status\":\"refunded\",\"sale_status\":\"cancelled\",\"notes\":\"\\n\\nCancelled: Yanl\\u0131\\u015f kesildi\",\"cashier_id\":4,\"sale_date\":\"2026-01-19T13:55:00.000000Z\",\"created_at\":\"2026-01-19T13:55:00.000000Z\",\"updated_at\":\"2026-01-19T13:59:11.000000Z\",\"items\":[{\"id\":458,\"sale_id\":283,\"product_id\":146,\"product_name\":\"H-2018\",\"product_barcode\":null,\"quantity\":1,\"unit_price\":\"21000.00\",\"tax_rate\":\"0.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"21000.00\",\"created_at\":\"2026-01-19T13:55:01.000000Z\",\"updated_at\":\"2026-01-19T13:55:01.000000Z\",\"product\":{\"id\":146,\"name\":\"H-2018\",\"description\":\"3x40\\r\\n3x41\\r\\n3x42\\r\\n3x43\\r\\n1x44\",\"barcode\":\"PRD588545-M1\",\"category_id\":2,\"product_type\":\"market\",\"unit\":\"pcs\",\"alert_quantity\":1,\"cost_price\":\"16500.00\",\"selling_price\":\"18500.00\",\"discount_price\":null,\"image\":\"products\\/1767628843_Li5aPQyzMv.jpg\",\"expiry_date\":null,\"is_active\":true,\"weight\":null,\"length\":null,\"width\":null,\"height\":null,\"created_at\":\"2026-01-08T08:49:20.000000Z\",\"updated_at\":\"2026-01-19T12:52:11.000000Z\",\"deleted_at\":null,\"inventory\":{\"id\":145,\"product_id\":146,\"current_stock\":13,\"reserved_stock\":0,\"available_stock\":13,\"last_stock_update\":\"2026-01-19T13:59:11.000000Z\",\"last_updated_by\":4,\"created_at\":\"2026-01-08T08:49:20.000000Z\",\"updated_at\":\"2026-01-19T13:59:11.000000Z\"}}},{\"id\":459,\"sale_id\":283,\"product_id\":154,\"product_name\":\"H-2021\",\"product_barcode\":null,\"quantity\":1,\"unit_price\":\"21000.00\",\"tax_rate\":\"0.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"21000.00\",\"created_at\":\"2026-01-19T13:55:01.000000Z\",\"updated_at\":\"2026-01-19T13:55:01.000000Z\",\"product\":{\"id\":154,\"name\":\"H-2021\",\"description\":\"1x40\\r\\n3x41\\r\\n2x42\\r\\n3x43\\r\\n2x44\\r\\n1x45\",\"barcode\":\"PRD383260-M1\",\"category_id\":2,\"product_type\":\"market\",\"unit\":\"pcs\",\"alert_quantity\":1,\"cost_price\":\"16500.00\",\"selling_price\":\"18500.00\",\"discount_price\":null,\"image\":\"products\\/1767627812_GPqZc6EaLv.jpg\",\"expiry_date\":null,\"is_active\":true,\"weight\":null,\"length\":null,\"width\":null,\"height\":null,\"created_at\":\"2026-01-08T09:35:53.000000Z\",\"updated_at\":\"2026-01-19T12:50:26.000000Z\",\"deleted_at\":null,\"inventory\":{\"id\":153,\"product_id\":154,\"current_stock\":12,\"reserved_stock\":0,\"available_stock\":12,\"last_stock_update\":\"2026-01-19T13:59:11.000000Z\",\"last_updated_by\":4,\"created_at\":\"2026-01-08T09:35:53.000000Z\",\"updated_at\":\"2026-01-19T13:59:11.000000Z\"}}},{\"id\":460,\"sale_id\":283,\"product_id\":206,\"product_name\":\"Hilal-2000C\",\"product_barcode\":null,\"quantity\":1,\"unit_price\":\"21000.00\",\"tax_rate\":\"0.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"21000.00\",\"created_at\":\"2026-01-19T13:55:01.000000Z\",\"updated_at\":\"2026-01-19T13:55:01.000000Z\",\"product\":{\"id\":206,\"name\":\"Hilal-2000C\",\"description\":\"2x40\\r\\n2x41\\r\\n2x42\\r\\n2x43\\r\\n1x44\\r\\n1x45\",\"barcode\":\"PRD837968-M1\",\"category_id\":2,\"product_type\":\"market\",\"unit\":\"pcs\",\"alert_quantity\":1,\"cost_price\":\"16500.00\",\"selling_price\":\"18500.00\",\"discount_price\":null,\"image\":\"products\\/1768392347_Vwo2sRBj8y.jpeg\",\"expiry_date\":null,\"is_active\":true,\"weight\":null,\"length\":null,\"width\":null,\"height\":null,\"created_at\":\"2026-01-19T13:50:05.000000Z\",\"updated_at\":\"2026-01-19T13:50:05.000000Z\",\"deleted_at\":null,\"inventory\":{\"id\":205,\"product_id\":206,\"current_stock\":10,\"reserved_stock\":0,\"available_stock\":10,\"last_stock_update\":\"2026-01-19T13:59:11.000000Z\",\"last_updated_by\":4,\"created_at\":\"2026-01-19T13:50:05.000000Z\",\"updated_at\":\"2026-01-19T13:59:11.000000Z\"}}},{\"id\":461,\"sale_id\":283,\"product_id\":208,\"product_name\":\"Hilal-2000G\",\"product_barcode\":null,\"quantity\":1,\"unit_price\":\"21000.00\",\"tax_rate\":\"0.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"21000.00\",\"created_at\":\"2026-01-19T13:55:01.000000Z\",\"updated_at\":\"2026-01-19T13:55:01.000000Z\",\"product\":{\"id\":208,\"name\":\"Hilal-2000G\",\"description\":\"1X39\\r\\n1X40\\r\\n2X41\\r\\n2X42\\r\\n2X43\\r\\n2X44\\r\\n1X45\",\"barcode\":\"PRD789594-M1\",\"category_id\":2,\"product_type\":\"market\",\"unit\":\"pcs\",\"alert_quantity\":1,\"cost_price\":\"16500.00\",\"selling_price\":\"18500.00\",\"discount_price\":null,\"image\":\"products\\/1768392220_lKmZqLiWla.jpeg\",\"expiry_date\":null,\"is_active\":true,\"weight\":null,\"length\":null,\"width\":null,\"height\":null,\"created_at\":\"2026-01-19T13:50:21.000000Z\",\"updated_at\":\"2026-01-19T13:50:21.000000Z\",\"deleted_at\":null,\"inventory\":{\"id\":207,\"product_id\":208,\"current_stock\":11,\"reserved_stock\":0,\"available_stock\":11,\"last_stock_update\":\"2026-01-19T13:59:11.000000Z\",\"last_updated_by\":4,\"created_at\":\"2026-01-19T13:50:21.000000Z\",\"updated_at\":\"2026-01-19T13:59:11.000000Z\"}}}],\"cashier\":{\"id\":4,\"name\":\"admin\",\"email\":\"admin@app.com\",\"user_type\":\"admin\",\"is_active\":true,\"preferred_language\":\"fr\",\"email_verified_at\":\"2025-11-17T12:16:10.000000Z\",\"two_factor_confirmed_at\":null,\"current_team_id\":null,\"profile_photo_path\":null,\"created_at\":\"2025-11-17T12:16:10.000000Z\",\"updated_at\":\"2025-12-15T19:59:48.000000Z\",\"profile_photo_url\":\"https:\\/\\/ui-avatars.com\\/api\\/?name=a&color=7F9CF5&background=EBF4FF\"}}','Yanlış kesildi',4,'admin','2026-01-19 10:59:11','2026-01-19 10:59:11'),
(326,284,'created',NULL,NULL,'{\"sale_number\":\"HIL-0284\",\"sale_type\":\"market\",\"customer_name\":null,\"customer_phone\":null,\"customer_email\":null,\"subtotal\":\"20000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"20000.00\",\"paid_amount\":\"20000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-01-19T15:35:08.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"20000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-01-19T15:35:08.000000Z\",\"created_at\":\"2026-01-19T15:35:08.000000Z\",\"id\":284}','Sale created through POS',7,'Ayoub Oumar','2026-01-19 12:35:08','2026-01-19 12:35:08'),
(327,285,'created',NULL,NULL,'{\"sale_number\":\"HIL-0285\",\"sale_type\":\"market\",\"customer_name\":\"Bachar\",\"customer_phone\":\"---\",\"customer_email\":null,\"subtotal\":\"17500.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"17500.00\",\"paid_amount\":\"0.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-01-19T16:03:28.000000Z\",\"cashier_id\":7,\"is_loan\":true,\"loan_amount\":\"17500.00\",\"collected_amount\":\"0.00\",\"payment_status\":\"unpaid\",\"updated_at\":\"2026-01-19T16:03:28.000000Z\",\"created_at\":\"2026-01-19T16:03:28.000000Z\",\"id\":285}','Sale created through POS',7,'Ayoub Oumar','2026-01-19 13:03:28','2026-01-19 13:03:28'),
(328,285,'payment_received','{\"payment_status\":{\"old\":\"unpaid\",\"new\":\"paid\"},\"loan_amount\":{\"old\":\"17500.00\",\"new\":\"0.00\"},\"collected_amount\":{\"old\":\"0.00\",\"new\":\"17500.00\"},\"is_loan\":{\"old\":true,\"new\":false}}',NULL,'{\"payment_amount\":17500,\"payment_method\":\"cash\",\"payment_notes\":null,\"balance_after\":0}','Payment received: 17,500 CFA via Cash',7,'Ayoub Oumar','2026-01-19 13:12:46','2026-01-19 13:12:46'),
(329,286,'created',NULL,NULL,'{\"sale_number\":\"HIL-0286\",\"sale_type\":\"market\",\"customer_name\":null,\"customer_phone\":null,\"customer_email\":null,\"subtotal\":\"111000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"1000.00\",\"total_amount\":\"110000.00\",\"paid_amount\":\"110000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-01-19T16:29:37.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"110000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-01-19T16:29:37.000000Z\",\"created_at\":\"2026-01-19T16:29:37.000000Z\",\"id\":286}','Sale created through POS',7,'Ayoub Oumar','2026-01-19 13:29:38','2026-01-19 13:29:38'),
(330,287,'created',NULL,NULL,'{\"sale_number\":\"HIL-0287\",\"sale_type\":\"market\",\"customer_name\":\"Saoudi\",\"customer_phone\":\"---\",\"customer_email\":null,\"subtotal\":\"35000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"35000.00\",\"paid_amount\":\"35000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-01-20T09:48:59.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"35000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-01-20T09:48:59.000000Z\",\"created_at\":\"2026-01-20T09:48:59.000000Z\",\"id\":287}','Sale created through POS',7,'Ayoub Oumar','2026-01-20 06:49:00','2026-01-20 06:49:00'),
(331,288,'created',NULL,NULL,'{\"sale_number\":\"HIL-0288\",\"sale_type\":\"market\",\"customer_name\":\"Abdelkerim\",\"customer_phone\":\"---\",\"customer_email\":null,\"subtotal\":\"250000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"250000.00\",\"paid_amount\":\"0.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-01-20T10:11:46.000000Z\",\"cashier_id\":7,\"is_loan\":true,\"loan_amount\":\"250000.00\",\"collected_amount\":\"0.00\",\"payment_status\":\"unpaid\",\"updated_at\":\"2026-01-20T10:11:46.000000Z\",\"created_at\":\"2026-01-20T10:11:46.000000Z\",\"id\":288}','Sale created through POS',7,'Ayoub Oumar','2026-01-20 07:11:46','2026-01-20 07:11:46'),
(332,287,'cancelled','{\"sale_status\":{\"old\":\"completed\",\"new\":\"cancelled\"},\"payment_status\":{\"old\":\"paid\",\"new\":\"refunded\"}}',NULL,'{\"id\":287,\"sale_number\":\"HIL-0287\",\"sale_type\":\"market\",\"customer_name\":\"Saoudi\",\"customer_phone\":\"---\",\"customer_email\":null,\"subtotal\":\"35000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"35000.00\",\"loan_amount\":\"0.00\",\"collected_amount\":\"35000.00\",\"is_loan\":false,\"paid_amount\":\"35000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"payment_status\":\"refunded\",\"sale_status\":\"cancelled\",\"notes\":\"\\n\\nCancelled: Sale change\",\"cashier_id\":7,\"sale_date\":\"2026-01-20T09:48:59.000000Z\",\"created_at\":\"2026-01-20T09:48:59.000000Z\",\"updated_at\":\"2026-01-20T10:15:28.000000Z\",\"items\":[{\"id\":469,\"sale_id\":287,\"product_id\":69,\"product_name\":\"BA HIL-1\",\"product_barcode\":null,\"quantity\":1,\"unit_price\":\"17500.00\",\"tax_rate\":\"0.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"17500.00\",\"created_at\":\"2026-01-20T09:48:59.000000Z\",\"updated_at\":\"2026-01-20T09:48:59.000000Z\",\"product\":{\"id\":69,\"name\":\"BA HIL-1\",\"description\":\"1x40\\r\\n4x41\\r\\n3x43\",\"barcode\":\"PRD434671-M1\",\"category_id\":3,\"product_type\":\"market\",\"unit\":\"pcs\",\"alert_quantity\":1,\"cost_price\":\"16500.00\",\"selling_price\":\"18500.00\",\"discount_price\":null,\"image\":\"products\\/1766137170_Ka1oLb8cSu.jpg\",\"expiry_date\":null,\"is_active\":true,\"weight\":null,\"length\":null,\"width\":null,\"height\":null,\"created_at\":\"2026-01-02T12:22:54.000000Z\",\"updated_at\":\"2026-01-20T09:22:51.000000Z\",\"deleted_at\":null,\"inventory\":{\"id\":68,\"product_id\":69,\"current_stock\":8,\"reserved_stock\":0,\"available_stock\":8,\"last_stock_update\":\"2026-01-20T10:15:28.000000Z\",\"last_updated_by\":7,\"created_at\":\"2026-01-02T12:22:54.000000Z\",\"updated_at\":\"2026-01-20T10:15:28.000000Z\"}}},{\"id\":470,\"sale_id\":287,\"product_id\":154,\"product_name\":\"H-2021\",\"product_barcode\":null,\"quantity\":1,\"unit_price\":\"17500.00\",\"tax_rate\":\"0.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"17500.00\",\"created_at\":\"2026-01-20T09:49:00.000000Z\",\"updated_at\":\"2026-01-20T09:49:00.000000Z\",\"product\":{\"id\":154,\"name\":\"H-2021\",\"description\":\"1x40\\r\\n3x41\\r\\n2x42\\r\\n3x43\\r\\n2x44\\r\\n1x45\",\"barcode\":\"PRD383260-M1\",\"category_id\":2,\"product_type\":\"market\",\"unit\":\"pcs\",\"alert_quantity\":1,\"cost_price\":\"16500.00\",\"selling_price\":\"18500.00\",\"discount_price\":null,\"image\":\"products\\/1767627812_GPqZc6EaLv.jpg\",\"expiry_date\":null,\"is_active\":true,\"weight\":null,\"length\":null,\"width\":null,\"height\":null,\"created_at\":\"2026-01-08T09:35:53.000000Z\",\"updated_at\":\"2026-01-19T12:50:26.000000Z\",\"deleted_at\":null,\"inventory\":{\"id\":153,\"product_id\":154,\"current_stock\":12,\"reserved_stock\":0,\"available_stock\":12,\"last_stock_update\":\"2026-01-20T10:15:28.000000Z\",\"last_updated_by\":7,\"created_at\":\"2026-01-08T09:35:53.000000Z\",\"updated_at\":\"2026-01-20T10:15:28.000000Z\"}}}],\"cashier\":{\"id\":7,\"name\":\"Ayoub Oumar\",\"email\":\"ayoub.oumar919@gmail.com\",\"user_type\":\"admin\",\"is_active\":true,\"preferred_language\":\"en\",\"email_verified_at\":\"2025-12-18T06:27:21.000000Z\",\"two_factor_confirmed_at\":null,\"current_team_id\":null,\"profile_photo_path\":null,\"created_at\":\"2025-12-18T06:27:21.000000Z\",\"updated_at\":\"2026-01-05T11:04:03.000000Z\",\"profile_photo_url\":\"https:\\/\\/ui-avatars.com\\/api\\/?name=A+O&color=7F9CF5&background=EBF4FF\"}}','Sale change',7,'Ayoub Oumar','2026-01-20 07:15:28','2026-01-20 07:15:28'),
(333,289,'created',NULL,NULL,'{\"sale_number\":\"HIL-0289\",\"sale_type\":\"market\",\"customer_name\":null,\"customer_phone\":null,\"customer_email\":null,\"subtotal\":\"18500.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"18500.00\",\"paid_amount\":\"18500.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-01-20T10:37:45.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"18500.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-01-20T10:37:45.000000Z\",\"created_at\":\"2026-01-20T10:37:45.000000Z\",\"id\":289}','Sale created through POS',7,'Ayoub Oumar','2026-01-20 07:37:45','2026-01-20 07:37:45'),
(334,290,'created',NULL,NULL,'{\"sale_number\":\"HIL-0290\",\"sale_type\":\"market\",\"customer_name\":\"Bachar\",\"customer_phone\":\"---\",\"customer_email\":null,\"subtotal\":\"17500.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"17500.00\",\"paid_amount\":\"17500.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-01-20T10:44:17.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"17500.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-01-20T10:44:17.000000Z\",\"created_at\":\"2026-01-20T10:44:17.000000Z\",\"id\":290}','Sale created through POS',7,'Ayoub Oumar','2026-01-20 07:44:17','2026-01-20 07:44:17'),
(335,291,'created',NULL,NULL,'{\"sale_number\":\"HIL-0291\",\"sale_type\":\"market\",\"customer_name\":\"Ayoub\",\"customer_phone\":\"---\",\"customer_email\":null,\"subtotal\":\"17500.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"17500.00\",\"paid_amount\":\"17500.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-01-20T13:43:37.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"17500.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-01-20T13:43:37.000000Z\",\"created_at\":\"2026-01-20T13:43:37.000000Z\",\"id\":291}','Sale created through POS',7,'Ayoub Oumar','2026-01-20 10:43:37','2026-01-20 10:43:37'),
(336,292,'created',NULL,NULL,'{\"sale_number\":\"HIL-0292\",\"sale_type\":\"market\",\"customer_name\":\"Hawa Mht\",\"customer_phone\":\"---\",\"customer_email\":null,\"subtotal\":\"17500.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"17500.00\",\"paid_amount\":\"17500.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-01-20T14:01:44.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"17500.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-01-20T14:01:44.000000Z\",\"created_at\":\"2026-01-20T14:01:44.000000Z\",\"id\":292}','Sale created through POS',7,'Ayoub Oumar','2026-01-20 11:01:44','2026-01-20 11:01:44'),
(337,293,'created',NULL,NULL,'{\"sale_number\":\"HIL-0293\",\"sale_type\":\"market\",\"customer_name\":\"7 chaussures\",\"customer_phone\":\"99 58 17 68\",\"customer_email\":null,\"subtotal\":\"17500.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"17500.00\",\"paid_amount\":\"17500.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-01-20T15:26:54.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"17500.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-01-20T15:26:54.000000Z\",\"created_at\":\"2026-01-20T15:26:54.000000Z\",\"id\":293}','Sale created through POS',7,'Ayoub Oumar','2026-01-20 12:26:54','2026-01-20 12:26:54'),
(338,294,'created',NULL,NULL,'{\"sale_number\":\"HIL-0294\",\"sale_type\":\"market\",\"customer_name\":\"Saoudi\",\"customer_phone\":\"---\",\"customer_email\":null,\"subtotal\":\"17500.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"17500.00\",\"paid_amount\":\"17500.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-01-20T15:35:56.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"17500.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-01-20T15:35:56.000000Z\",\"created_at\":\"2026-01-20T15:35:56.000000Z\",\"id\":294}','Sale created through POS',7,'Ayoub Oumar','2026-01-20 12:35:57','2026-01-20 12:35:57'),
(339,295,'created',NULL,NULL,'{\"sale_number\":\"HIL-0295\",\"sale_type\":\"market\",\"customer_name\":null,\"customer_phone\":null,\"customer_email\":null,\"subtotal\":\"45000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"45000.00\",\"paid_amount\":\"45000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-01-20T15:59:53.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"45000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-01-20T15:59:53.000000Z\",\"created_at\":\"2026-01-20T15:59:53.000000Z\",\"id\":295}','Sale created through POS',7,'Ayoub Oumar','2026-01-20 12:59:53','2026-01-20 12:59:53'),
(340,296,'created',NULL,NULL,'{\"sale_number\":\"HIL-0296\",\"sale_type\":\"market\",\"customer_name\":\"Issakha\",\"customer_phone\":\"---\",\"customer_email\":null,\"subtotal\":\"17500.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"17500.00\",\"paid_amount\":\"17500.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-01-20T17:55:31.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"17500.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-01-20T17:55:31.000000Z\",\"created_at\":\"2026-01-20T17:55:31.000000Z\",\"id\":296}','Sale created through POS',7,'Ayoub Oumar','2026-01-20 14:55:31','2026-01-20 14:55:31'),
(341,297,'created',NULL,NULL,'{\"sale_number\":\"HIL-0297\",\"sale_type\":\"market\",\"customer_name\":\"Adam\",\"customer_phone\":\"---\",\"customer_email\":null,\"subtotal\":\"20000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"20000.00\",\"paid_amount\":\"20000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-01-21T08:47:00.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"20000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-01-21T08:47:00.000000Z\",\"created_at\":\"2026-01-21T08:47:00.000000Z\",\"id\":297}','Sale created through POS',7,'Ayoub Oumar','2026-01-21 05:47:00','2026-01-21 05:47:00'),
(342,299,'created',NULL,NULL,'{\"sale_number\":\"HIL-0298\",\"sale_type\":\"market\",\"customer_name\":\"Hamida\",\"customer_phone\":\"---\",\"customer_email\":null,\"subtotal\":\"55500.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"55500.00\",\"paid_amount\":\"0.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-01-21T09:57:05.000000Z\",\"cashier_id\":7,\"is_loan\":true,\"loan_amount\":\"55500.00\",\"collected_amount\":\"0.00\",\"payment_status\":\"unpaid\",\"updated_at\":\"2026-01-21T09:57:05.000000Z\",\"created_at\":\"2026-01-21T09:57:05.000000Z\",\"id\":299}','Sale created through POS',7,'Ayoub Oumar','2026-01-21 06:57:05','2026-01-21 06:57:05'),
(343,300,'created',NULL,NULL,'{\"sale_number\":\"HIL-0299\",\"sale_type\":\"market\",\"customer_name\":\"Abdallah Hamit\",\"customer_phone\":\"66 91 12 29\",\"customer_email\":null,\"subtotal\":\"350000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"350000.00\",\"paid_amount\":\"350000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-01-21T10:31:45.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"350000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-01-21T10:31:45.000000Z\",\"created_at\":\"2026-01-21T10:31:45.000000Z\",\"id\":300}','Sale created through POS',7,'Ayoub Oumar','2026-01-21 07:31:45','2026-01-21 07:31:45'),
(344,301,'created',NULL,NULL,'{\"sale_number\":\"HIL-0300\",\"sale_type\":\"market\",\"customer_name\":\"Ayoub\",\"customer_phone\":\"---\",\"customer_email\":null,\"subtotal\":\"17500.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"17500.00\",\"paid_amount\":\"17500.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-01-21T11:20:10.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"17500.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-01-21T11:20:10.000000Z\",\"created_at\":\"2026-01-21T11:20:10.000000Z\",\"id\":301}','Sale created through POS',7,'Ayoub Oumar','2026-01-21 08:20:10','2026-01-21 08:20:10'),
(345,302,'created',NULL,NULL,'{\"sale_number\":\"HIL-0301\",\"sale_type\":\"market\",\"customer_name\":null,\"customer_phone\":null,\"customer_email\":null,\"subtotal\":\"25000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"25000.00\",\"paid_amount\":\"25000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-01-21T12:26:30.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"25000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-01-21T12:26:30.000000Z\",\"created_at\":\"2026-01-21T12:26:30.000000Z\",\"id\":302}','Sale created through POS',7,'Ayoub Oumar','2026-01-21 09:26:30','2026-01-21 09:26:30'),
(346,303,'created',NULL,NULL,'{\"sale_number\":\"HIL-0302\",\"sale_type\":\"market\",\"customer_name\":\"Aht Maloum\",\"customer_phone\":\"---\",\"customer_email\":null,\"subtotal\":\"17500.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"17500.00\",\"paid_amount\":\"0.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-01-21T12:27:03.000000Z\",\"cashier_id\":7,\"is_loan\":true,\"loan_amount\":\"17500.00\",\"collected_amount\":\"0.00\",\"payment_status\":\"unpaid\",\"updated_at\":\"2026-01-21T12:27:03.000000Z\",\"created_at\":\"2026-01-21T12:27:03.000000Z\",\"id\":303}','Sale created through POS',7,'Ayoub Oumar','2026-01-21 09:27:03','2026-01-21 09:27:03'),
(347,304,'created',NULL,NULL,'{\"sale_number\":\"HIL-0303\",\"sale_type\":\"market\",\"customer_name\":\"Ayoub\",\"customer_phone\":\"---\",\"customer_email\":null,\"subtotal\":\"17500.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"17500.00\",\"paid_amount\":\"17500.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-01-21T12:59:06.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"17500.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-01-21T12:59:06.000000Z\",\"created_at\":\"2026-01-21T12:59:06.000000Z\",\"id\":304}','Sale created through POS',7,'Ayoub Oumar','2026-01-21 09:59:06','2026-01-21 09:59:06'),
(348,303,'payment_received','{\"payment_status\":{\"old\":\"unpaid\",\"new\":\"paid\"},\"loan_amount\":{\"old\":\"17500.00\",\"new\":\"0.00\"},\"collected_amount\":{\"old\":\"0.00\",\"new\":\"17500.00\"},\"is_loan\":{\"old\":true,\"new\":false}}',NULL,'{\"payment_amount\":17500,\"payment_method\":\"cash\",\"payment_notes\":null,\"balance_after\":0}','Payment received: 17,500 CFA via Cash',7,'Ayoub Oumar','2026-01-21 10:11:17','2026-01-21 10:11:17'),
(349,305,'created',NULL,NULL,'{\"sale_number\":\"HIL-0304\",\"sale_type\":\"market\",\"customer_name\":\"Hamida\",\"customer_phone\":\"---\",\"customer_email\":null,\"subtotal\":\"17500.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"17500.00\",\"paid_amount\":\"0.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-01-21T13:54:02.000000Z\",\"cashier_id\":7,\"is_loan\":true,\"loan_amount\":\"17500.00\",\"collected_amount\":\"0.00\",\"payment_status\":\"unpaid\",\"updated_at\":\"2026-01-21T13:54:02.000000Z\",\"created_at\":\"2026-01-21T13:54:02.000000Z\",\"id\":305}','Sale created through POS',7,'Ayoub Oumar','2026-01-21 10:54:02','2026-01-21 10:54:02'),
(350,306,'created',NULL,NULL,'{\"sale_number\":\"HIL-0305\",\"sale_type\":\"market\",\"customer_name\":\"Ayoub\",\"customer_phone\":\"---\",\"customer_email\":null,\"subtotal\":\"11000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"11000.00\",\"paid_amount\":\"11000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-01-21T14:02:12.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"11000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-01-21T14:02:12.000000Z\",\"created_at\":\"2026-01-21T14:02:12.000000Z\",\"id\":306}','Sale created through POS',7,'Ayoub Oumar','2026-01-21 11:02:12','2026-01-21 11:02:12'),
(351,307,'created',NULL,NULL,'{\"sale_number\":\"HIL-0306\",\"sale_type\":\"market\",\"customer_name\":\"Issakha\",\"customer_phone\":\"---\",\"customer_email\":null,\"subtotal\":\"35000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"35000.00\",\"paid_amount\":\"0.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-01-21T15:14:55.000000Z\",\"cashier_id\":7,\"is_loan\":true,\"loan_amount\":\"35000.00\",\"collected_amount\":\"0.00\",\"payment_status\":\"unpaid\",\"updated_at\":\"2026-01-21T15:14:55.000000Z\",\"created_at\":\"2026-01-21T15:14:55.000000Z\",\"id\":307}','Sale created through POS',7,'Ayoub Oumar','2026-01-21 12:14:55','2026-01-21 12:14:55'),
(352,307,'cancelled','{\"sale_status\":{\"old\":\"completed\",\"new\":\"cancelled\"},\"payment_status\":{\"old\":\"unpaid\",\"new\":\"refunded\"}}',NULL,'{\"id\":307,\"sale_number\":\"HIL-0306\",\"sale_type\":\"market\",\"customer_name\":\"Issakha\",\"customer_phone\":\"---\",\"customer_email\":null,\"subtotal\":\"35000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"35000.00\",\"loan_amount\":\"35000.00\",\"collected_amount\":\"0.00\",\"is_loan\":true,\"paid_amount\":\"0.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"payment_status\":\"refunded\",\"sale_status\":\"cancelled\",\"notes\":\"\\n\\nCancelled: Sale return\",\"cashier_id\":7,\"sale_date\":\"2026-01-21T15:14:55.000000Z\",\"created_at\":\"2026-01-21T15:14:55.000000Z\",\"updated_at\":\"2026-01-21T15:57:21.000000Z\",\"items\":[{\"id\":501,\"sale_id\":307,\"product_id\":132,\"product_name\":\"H-2022 S\",\"product_barcode\":null,\"quantity\":1,\"unit_price\":\"17500.00\",\"tax_rate\":\"0.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"17500.00\",\"created_at\":\"2026-01-21T15:14:55.000000Z\",\"updated_at\":\"2026-01-21T15:14:55.000000Z\",\"product\":{\"id\":132,\"name\":\"H-2022 S\",\"description\":\"1x39\\r\\n1x41\\r\\n1x43\\r\\n2x44\\r\\n1x45\",\"barcode\":\"PRD643322-M1\",\"category_id\":2,\"product_type\":\"market\",\"unit\":\"pcs\",\"alert_quantity\":1,\"cost_price\":\"16500.00\",\"selling_price\":\"18500.00\",\"discount_price\":null,\"image\":\"products\\/1767777103_rVQ4AYJexd.jpg\",\"expiry_date\":null,\"is_active\":true,\"weight\":null,\"length\":null,\"width\":null,\"height\":null,\"created_at\":\"2026-01-07T10:40:52.000000Z\",\"updated_at\":\"2026-01-21T15:13:34.000000Z\",\"deleted_at\":null,\"inventory\":{\"id\":131,\"product_id\":132,\"current_stock\":7,\"reserved_stock\":0,\"available_stock\":7,\"last_stock_update\":\"2026-01-21T15:57:21.000000Z\",\"last_updated_by\":7,\"created_at\":\"2026-01-07T10:40:52.000000Z\",\"updated_at\":\"2026-01-21T15:57:21.000000Z\"}}},{\"id\":502,\"sale_id\":307,\"product_id\":217,\"product_name\":\"Hilal-8T\",\"product_barcode\":null,\"quantity\":1,\"unit_price\":\"17500.00\",\"tax_rate\":\"0.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"17500.00\",\"created_at\":\"2026-01-21T15:14:55.000000Z\",\"updated_at\":\"2026-01-21T15:14:55.000000Z\",\"product\":{\"id\":217,\"name\":\"Hilal-8T\",\"description\":\"3X40\\r\\n2X41\\r\\n3X43\\r\\n1X45\",\"barcode\":\"PRD265849-M1\",\"category_id\":2,\"product_type\":\"market\",\"unit\":\"pcs\",\"alert_quantity\":1,\"cost_price\":\"16500.00\",\"selling_price\":\"18500.00\",\"discount_price\":null,\"image\":\"products\\/1768391857_3HDk85PxXW.jpeg\",\"expiry_date\":null,\"is_active\":true,\"weight\":null,\"length\":null,\"width\":null,\"height\":null,\"created_at\":\"2026-01-21T08:48:29.000000Z\",\"updated_at\":\"2026-01-21T15:13:58.000000Z\",\"deleted_at\":null,\"inventory\":{\"id\":216,\"product_id\":217,\"current_stock\":10,\"reserved_stock\":0,\"available_stock\":10,\"last_stock_update\":\"2026-01-21T15:57:21.000000Z\",\"last_updated_by\":7,\"created_at\":\"2026-01-21T08:48:29.000000Z\",\"updated_at\":\"2026-01-21T15:57:21.000000Z\"}}}],\"cashier\":{\"id\":7,\"name\":\"Ayoub Oumar\",\"email\":\"ayoub.oumar919@gmail.com\",\"user_type\":\"admin\",\"is_active\":true,\"preferred_language\":\"en\",\"email_verified_at\":\"2025-12-18T06:27:21.000000Z\",\"two_factor_confirmed_at\":null,\"current_team_id\":null,\"profile_photo_path\":null,\"created_at\":\"2025-12-18T06:27:21.000000Z\",\"updated_at\":\"2026-01-05T11:04:03.000000Z\",\"profile_photo_url\":\"https:\\/\\/ui-avatars.com\\/api\\/?name=A+O&color=7F9CF5&background=EBF4FF\"}}','Sale return',7,'Ayoub Oumar','2026-01-21 12:57:21','2026-01-21 12:57:21'),
(353,308,'created',NULL,NULL,'{\"sale_number\":\"HIL-0307\",\"sale_type\":\"market\",\"customer_name\":\"Issakha\",\"customer_phone\":\"---\",\"customer_email\":null,\"subtotal\":\"17500.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"17500.00\",\"paid_amount\":\"17500.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-01-21T15:58:05.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"17500.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-01-21T15:58:05.000000Z\",\"created_at\":\"2026-01-21T15:58:05.000000Z\",\"id\":308}','Sale created through POS',7,'Ayoub Oumar','2026-01-21 12:58:06','2026-01-21 12:58:06'),
(354,309,'created',NULL,NULL,'{\"sale_number\":\"HIL-0308\",\"sale_type\":\"market\",\"customer_name\":\"Adam\",\"customer_phone\":\"---\",\"customer_email\":null,\"subtotal\":\"20000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"20000.00\",\"paid_amount\":\"20000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-01-22T09:00:13.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"20000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-01-22T09:00:13.000000Z\",\"created_at\":\"2026-01-22T09:00:13.000000Z\",\"id\":309}','Sale created through POS',7,'Ayoub Oumar','2026-01-22 06:00:13','2026-01-22 06:00:13'),
(355,310,'created',NULL,NULL,'{\"sale_number\":\"HIL-0309\",\"sale_type\":\"market\",\"customer_name\":null,\"customer_phone\":null,\"customer_email\":null,\"subtotal\":\"5500.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"5500.00\",\"paid_amount\":\"5500.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-01-22T09:40:20.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"5500.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-01-22T09:40:20.000000Z\",\"created_at\":\"2026-01-22T09:40:20.000000Z\",\"id\":310}','Sale created through POS',7,'Ayoub Oumar','2026-01-22 06:40:20','2026-01-22 06:40:20'),
(356,311,'created',NULL,NULL,'{\"sale_number\":\"HIL-0310\",\"sale_type\":\"market\",\"customer_name\":\"Client\",\"customer_phone\":\"---\",\"customer_email\":null,\"subtotal\":\"20000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"20000.00\",\"paid_amount\":\"20000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-01-22T11:42:23.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"20000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-01-22T11:42:23.000000Z\",\"created_at\":\"2026-01-22T11:42:23.000000Z\",\"id\":311}','Sale created through POS',7,'Ayoub Oumar','2026-01-22 08:42:23','2026-01-22 08:42:23'),
(357,312,'created',NULL,NULL,'{\"sale_number\":\"HIL-0311\",\"sale_type\":\"market\",\"customer_name\":\"7 Chaussures\",\"customer_phone\":\"---\",\"customer_email\":null,\"subtotal\":\"105000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"105000.00\",\"paid_amount\":\"105000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-01-22T12:05:16.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"105000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-01-22T12:05:16.000000Z\",\"created_at\":\"2026-01-22T12:05:16.000000Z\",\"id\":312}','Sale created through POS',7,'Ayoub Oumar','2026-01-22 09:05:16','2026-01-22 09:05:16'),
(358,313,'created',NULL,NULL,'{\"sale_number\":\"HIL-0312\",\"sale_type\":\"market\",\"customer_name\":null,\"customer_phone\":null,\"customer_email\":null,\"subtotal\":\"22500.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"22500.00\",\"paid_amount\":\"22500.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-01-22T13:20:44.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"22500.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-01-22T13:20:44.000000Z\",\"created_at\":\"2026-01-22T13:20:44.000000Z\",\"id\":313}','Sale created through POS',7,'Ayoub Oumar','2026-01-22 10:20:44','2026-01-22 10:20:44'),
(359,314,'created',NULL,NULL,'{\"sale_number\":\"HIL-0313\",\"sale_type\":\"market\",\"customer_name\":\"Rozi\",\"customer_phone\":\"---\",\"customer_email\":null,\"subtotal\":\"55500.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"55500.00\",\"paid_amount\":\"0.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-01-22T15:26:51.000000Z\",\"cashier_id\":7,\"is_loan\":true,\"loan_amount\":\"55500.00\",\"collected_amount\":\"0.00\",\"payment_status\":\"unpaid\",\"updated_at\":\"2026-01-22T15:26:51.000000Z\",\"created_at\":\"2026-01-22T15:26:51.000000Z\",\"id\":314}','Sale created through POS',7,'Ayoub Oumar','2026-01-22 12:26:51','2026-01-22 12:26:51'),
(360,239,'payment_received','{\"payment_status\":{\"old\":\"partial\",\"new\":\"paid\"},\"loan_amount\":{\"old\":\"2500.00\",\"new\":\"0.00\"},\"collected_amount\":{\"old\":\"85000.00\",\"new\":\"87500.00\"},\"is_loan\":{\"old\":true,\"new\":false}}',NULL,'{\"payment_amount\":2500,\"payment_method\":\"cash\",\"payment_notes\":null,\"balance_after\":0}','Payment received: 2,500 CFA via Cash',7,'Ayoub Oumar','2026-01-22 12:36:26','2026-01-22 12:36:26'),
(361,279,'payment_received','{\"payment_status\":{\"old\":\"unpaid\",\"new\":\"paid\"},\"loan_amount\":{\"old\":\"92500.00\",\"new\":\"0.00\"},\"collected_amount\":{\"old\":\"0.00\",\"new\":\"92500.00\"},\"is_loan\":{\"old\":true,\"new\":false}}',NULL,'{\"payment_amount\":92500,\"payment_method\":\"cash\",\"payment_notes\":null,\"balance_after\":0}','Payment received: 92,500 CFA via Cash',7,'Ayoub Oumar','2026-01-22 12:36:39','2026-01-22 12:36:39'),
(362,315,'created',NULL,NULL,'{\"sale_number\":\"HIL-0314\",\"sale_type\":\"market\",\"customer_name\":null,\"customer_phone\":null,\"customer_email\":null,\"subtotal\":\"45000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"45000.00\",\"paid_amount\":\"45000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-01-22T15:51:30.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"45000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-01-22T15:51:30.000000Z\",\"created_at\":\"2026-01-22T15:51:30.000000Z\",\"id\":315}','Sale created through POS',7,'Ayoub Oumar','2026-01-22 12:51:30','2026-01-22 12:51:30'),
(363,316,'created',NULL,NULL,'{\"sale_number\":\"HIL-0315\",\"sale_type\":\"market\",\"customer_name\":\"Saoudi\",\"customer_phone\":\"---\",\"customer_email\":null,\"subtotal\":\"52500.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"52500.00\",\"paid_amount\":\"52500.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-01-23T08:12:22.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"52500.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-01-23T08:12:22.000000Z\",\"created_at\":\"2026-01-23T08:12:22.000000Z\",\"id\":316}','Sale created through POS',7,'Ayoub Oumar','2026-01-23 05:12:22','2026-01-23 05:12:22'),
(364,317,'created',NULL,NULL,'{\"sale_number\":\"HIL-0316\",\"sale_type\":\"market\",\"customer_name\":\"Adam\",\"customer_phone\":\"---\",\"customer_email\":null,\"subtotal\":\"17500.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"17500.00\",\"paid_amount\":\"17500.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-01-23T08:12:38.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"17500.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-01-23T08:12:38.000000Z\",\"created_at\":\"2026-01-23T08:12:38.000000Z\",\"id\":317}','Sale created through POS',7,'Ayoub Oumar','2026-01-23 05:12:38','2026-01-23 05:12:38'),
(365,318,'created',NULL,NULL,'{\"sale_number\":\"HIL-0317\",\"sale_type\":\"market\",\"customer_name\":\"Client\",\"customer_phone\":\"---\",\"customer_email\":null,\"subtotal\":\"21500.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"21500.00\",\"paid_amount\":\"21500.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-01-23T09:01:39.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"21500.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-01-23T09:01:39.000000Z\",\"created_at\":\"2026-01-23T09:01:39.000000Z\",\"id\":318}','Sale created through POS',7,'Ayoub Oumar','2026-01-23 06:01:39','2026-01-23 06:01:39'),
(366,319,'created',NULL,NULL,'{\"sale_number\":\"HIL-0318\",\"sale_type\":\"market\",\"customer_name\":\"Ayoub\",\"customer_phone\":\"---\",\"customer_email\":null,\"subtotal\":\"17500.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"17500.00\",\"paid_amount\":\"17500.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-01-23T10:12:31.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"17500.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-01-23T10:12:31.000000Z\",\"created_at\":\"2026-01-23T10:12:31.000000Z\",\"id\":319}','Sale created through POS',7,'Ayoub Oumar','2026-01-23 07:12:31','2026-01-23 07:12:31'),
(367,320,'created',NULL,NULL,'{\"sale_number\":\"HIL-0319\",\"sale_type\":\"market\",\"customer_name\":\"Mahasin\",\"customer_phone\":\"---\",\"customer_email\":null,\"subtotal\":\"36000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"36000.00\",\"paid_amount\":\"0.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-01-23T10:18:38.000000Z\",\"cashier_id\":7,\"is_loan\":true,\"loan_amount\":\"36000.00\",\"collected_amount\":\"0.00\",\"payment_status\":\"unpaid\",\"updated_at\":\"2026-01-23T10:18:38.000000Z\",\"created_at\":\"2026-01-23T10:18:38.000000Z\",\"id\":320}','Sale created through POS',7,'Ayoub Oumar','2026-01-23 07:18:38','2026-01-23 07:18:38'),
(368,107,'payment_received','{\"payment_status\":{\"old\":\"partial\",\"new\":\"paid\"},\"loan_amount\":{\"old\":\"17500.00\",\"new\":\"0.00\"},\"collected_amount\":{\"old\":\"122500.00\",\"new\":\"140000.00\"},\"is_loan\":{\"old\":true,\"new\":false}}',NULL,'{\"payment_amount\":17500,\"payment_method\":\"cash\",\"payment_notes\":null,\"balance_after\":0}','Payment received: 17,500 CFA via Cash',7,'Ayoub Oumar','2026-01-23 07:55:06','2026-01-23 07:55:06'),
(369,193,'payment_received','{\"payment_status\":{\"old\":\"unpaid\",\"new\":\"partial\"},\"loan_amount\":{\"old\":\"105000.00\",\"new\":\"10000.00\"},\"collected_amount\":{\"old\":\"0.00\",\"new\":\"95000.00\"}}',NULL,'{\"payment_amount\":95000,\"payment_method\":\"cash\",\"payment_notes\":null,\"balance_after\":10000}','Payment received: 95,000 CFA via Cash',7,'Ayoub Oumar','2026-01-23 07:56:04','2026-01-23 07:56:04'),
(370,321,'created',NULL,NULL,'{\"sale_number\":\"HIL-0320\",\"sale_type\":\"market\",\"customer_name\":\"Adam\",\"customer_phone\":\"---\",\"customer_email\":null,\"subtotal\":\"20000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"20000.00\",\"paid_amount\":\"20000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-01-23T14:04:08.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"20000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-01-23T14:04:08.000000Z\",\"created_at\":\"2026-01-23T14:04:08.000000Z\",\"id\":321}','Sale created through POS',7,'Ayoub Oumar','2026-01-23 11:04:08','2026-01-23 11:04:08'),
(371,322,'created',NULL,NULL,'{\"sale_number\":\"HIL-0321\",\"sale_type\":\"market\",\"customer_name\":\"Client\",\"customer_phone\":\"---\",\"customer_email\":null,\"subtotal\":\"50000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"50000.00\",\"paid_amount\":\"50000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-01-23T14:29:24.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"50000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-01-23T14:29:24.000000Z\",\"created_at\":\"2026-01-23T14:29:24.000000Z\",\"id\":322}','Sale created through POS',7,'Ayoub Oumar','2026-01-23 11:29:24','2026-01-23 11:29:24'),
(372,323,'created',NULL,NULL,'{\"sale_number\":\"HIL-0322\",\"sale_type\":\"market\",\"customer_name\":\"Oumarou Garwa\",\"customer_phone\":\"---\",\"customer_email\":null,\"subtotal\":\"185000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"185000.00\",\"paid_amount\":\"185000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-01-23T15:34:04.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"185000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-01-23T15:34:04.000000Z\",\"created_at\":\"2026-01-23T15:34:04.000000Z\",\"id\":323}','Sale created through POS',7,'Ayoub Oumar','2026-01-23 12:34:04','2026-01-23 12:34:04'),
(373,324,'created',NULL,NULL,'{\"sale_number\":\"HIL-0323\",\"sale_type\":\"market\",\"customer_name\":null,\"customer_phone\":null,\"customer_email\":null,\"subtotal\":\"20000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"20000.00\",\"paid_amount\":\"20000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-01-23T15:53:35.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"20000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-01-23T15:53:35.000000Z\",\"created_at\":\"2026-01-23T15:53:35.000000Z\",\"id\":324}','Sale created through POS',7,'Ayoub Oumar','2026-01-23 12:53:35','2026-01-23 12:53:35'),
(374,325,'created',NULL,NULL,'{\"sale_number\":\"HIL-0324\",\"sale_type\":\"market\",\"customer_name\":\"Ayoub\",\"customer_phone\":\"---\",\"customer_email\":null,\"subtotal\":\"52500.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"52500.00\",\"paid_amount\":\"52500.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-01-23T17:13:35.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"52500.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-01-23T17:13:35.000000Z\",\"created_at\":\"2026-01-23T17:13:35.000000Z\",\"id\":325}','Sale created through POS',7,'Ayoub Oumar','2026-01-23 14:13:35','2026-01-23 14:13:35'),
(375,326,'created',NULL,NULL,'{\"sale_number\":\"HIL-0325\",\"sale_type\":\"market\",\"customer_name\":\"Saoudi\",\"customer_phone\":\"---\",\"customer_email\":null,\"subtotal\":\"17500.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"17500.00\",\"paid_amount\":\"17500.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-01-23T17:55:29.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"17500.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-01-23T17:55:29.000000Z\",\"created_at\":\"2026-01-23T17:55:29.000000Z\",\"id\":326}','Sale created through POS',7,'Ayoub Oumar','2026-01-23 14:55:29','2026-01-23 14:55:29'),
(376,327,'created',NULL,NULL,'{\"sale_number\":\"HIL-0326\",\"sale_type\":\"market\",\"customer_name\":\"Djamal\",\"customer_phone\":\"0 536 219 73 51\",\"customer_email\":null,\"subtotal\":\"444000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"444000.00\",\"paid_amount\":\"444000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-01-24T10:21:05.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"444000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-01-24T10:21:05.000000Z\",\"created_at\":\"2026-01-24T10:21:05.000000Z\",\"id\":327}','Sale created through POS',7,'Ayoub Oumar','2026-01-24 07:21:05','2026-01-24 07:21:05'),
(377,328,'created',NULL,NULL,'{\"sale_number\":\"HIL-0327\",\"sale_type\":\"market\",\"customer_name\":null,\"customer_phone\":null,\"customer_email\":null,\"subtotal\":\"20000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"20000.00\",\"paid_amount\":\"20000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-01-24T10:33:37.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"20000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-01-24T10:33:37.000000Z\",\"created_at\":\"2026-01-24T10:33:37.000000Z\",\"id\":328}','Sale created through POS',7,'Ayoub Oumar','2026-01-24 07:33:37','2026-01-24 07:33:37'),
(378,329,'created',NULL,NULL,'{\"sale_number\":\"HIL-0328\",\"sale_type\":\"market\",\"customer_name\":\"Client\",\"customer_phone\":\"---\",\"customer_email\":null,\"subtotal\":\"155500.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"155500.00\",\"paid_amount\":\"155500.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-01-24T10:59:10.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"155500.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-01-24T10:59:10.000000Z\",\"created_at\":\"2026-01-24T10:59:10.000000Z\",\"id\":329}','Sale created through POS',7,'Ayoub Oumar','2026-01-24 07:59:10','2026-01-24 07:59:10'),
(379,330,'created',NULL,NULL,'{\"sale_number\":\"HIL-0329\",\"sale_type\":\"market\",\"customer_name\":\"Client\",\"customer_phone\":\"---\",\"customer_email\":null,\"subtotal\":\"20000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"20000.00\",\"paid_amount\":\"20000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-01-24T12:05:00.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"20000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-01-24T12:05:00.000000Z\",\"created_at\":\"2026-01-24T12:05:00.000000Z\",\"id\":330}','Sale created through POS',7,'Ayoub Oumar','2026-01-24 09:05:00','2026-01-24 09:05:00'),
(380,331,'created',NULL,NULL,'{\"sale_number\":\"HIL-0330\",\"sale_type\":\"market\",\"customer_name\":\"Ayoub\",\"customer_phone\":\"---\",\"customer_email\":null,\"subtotal\":\"17500.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"17500.00\",\"paid_amount\":\"17500.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-01-24T12:40:48.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"17500.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-01-24T12:40:48.000000Z\",\"created_at\":\"2026-01-24T12:40:48.000000Z\",\"id\":331}','Sale created through POS',7,'Ayoub Oumar','2026-01-24 09:40:48','2026-01-24 09:40:48'),
(381,332,'created',NULL,NULL,'{\"sale_number\":\"HIL-0331\",\"sale_type\":\"market\",\"customer_name\":\"Seid Adam\",\"customer_phone\":\"66 44 77 14\",\"customer_email\":null,\"subtotal\":\"216800.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"216800.00\",\"paid_amount\":\"216800.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-01-24T14:21:36.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"216800.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-01-24T14:21:36.000000Z\",\"created_at\":\"2026-01-24T14:21:36.000000Z\",\"id\":332}','Sale created through POS',7,'Ayoub Oumar','2026-01-24 11:21:36','2026-01-24 11:21:36'),
(382,333,'created',NULL,NULL,'{\"sale_number\":\"HIL-0332\",\"sale_type\":\"market\",\"customer_name\":\"Aht Malloum\",\"customer_phone\":\"---\",\"customer_email\":null,\"subtotal\":\"18500.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"18500.00\",\"paid_amount\":\"18500.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-01-24T14:32:39.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"18500.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-01-24T14:32:39.000000Z\",\"created_at\":\"2026-01-24T14:32:39.000000Z\",\"id\":333}','Sale created through POS',7,'Ayoub Oumar','2026-01-24 11:32:39','2026-01-24 11:32:39'),
(383,332,'updated','{\"discount_amount\":{\"old\":0,\"new\":500},\"total_amount\":{\"old\":\"216800.00\",\"new\":216500}}',NULL,'{\"id\":332,\"sale_number\":\"HIL-0331\",\"sale_type\":\"market\",\"customer_name\":\"Seid Adam\",\"customer_phone\":\"66 44 77 14\",\"customer_email\":null,\"subtotal\":\"216500.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"500.00\",\"total_amount\":\"216500.00\",\"loan_amount\":\"0.00\",\"collected_amount\":\"216800.00\",\"is_loan\":false,\"paid_amount\":\"216800.00\",\"change_amount\":\"300.00\",\"payment_method\":\"cash\",\"payment_status\":\"paid\",\"sale_status\":\"completed\",\"notes\":null,\"cashier_id\":7,\"sale_date\":\"2026-01-24T17:36:17.000000Z\",\"created_at\":\"2026-01-24T14:21:36.000000Z\",\"updated_at\":\"2026-01-24T14:36:17.000000Z\",\"items\":[{\"id\":554,\"sale_id\":332,\"product_id\":47,\"product_name\":\"Hilali-2\",\"product_barcode\":null,\"quantity\":1,\"unit_price\":\"18000.00\",\"tax_rate\":\"0.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"18000.00\",\"created_at\":\"2026-01-24T14:21:36.000000Z\",\"updated_at\":\"2026-01-24T14:21:36.000000Z\"},{\"id\":555,\"sale_id\":332,\"product_id\":53,\"product_name\":\"H-2026\",\"product_barcode\":null,\"quantity\":2,\"unit_price\":\"18000.00\",\"tax_rate\":\"0.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"36000.00\",\"created_at\":\"2026-01-24T14:21:36.000000Z\",\"updated_at\":\"2026-01-24T14:21:36.000000Z\"},{\"id\":556,\"sale_id\":332,\"product_id\":91,\"product_name\":\"H-2025\",\"product_barcode\":null,\"quantity\":1,\"unit_price\":\"18500.00\",\"tax_rate\":\"0.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"18500.00\",\"created_at\":\"2026-01-24T14:21:36.000000Z\",\"updated_at\":\"2026-01-24T14:36:17.000000Z\"},{\"id\":557,\"sale_id\":332,\"product_id\":107,\"product_name\":\"Hilali-23\",\"product_barcode\":null,\"quantity\":2,\"unit_price\":\"18000.00\",\"tax_rate\":\"0.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"36000.00\",\"created_at\":\"2026-01-24T14:21:36.000000Z\",\"updated_at\":\"2026-01-24T14:21:36.000000Z\"},{\"id\":558,\"sale_id\":332,\"product_id\":130,\"product_name\":\"H-2026 C\",\"product_barcode\":null,\"quantity\":1,\"unit_price\":\"18000.00\",\"tax_rate\":\"0.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"18000.00\",\"created_at\":\"2026-01-24T14:21:36.000000Z\",\"updated_at\":\"2026-01-24T14:21:36.000000Z\"},{\"id\":559,\"sale_id\":332,\"product_id\":132,\"product_name\":\"H-2022 S\",\"product_barcode\":null,\"quantity\":1,\"unit_price\":\"18000.00\",\"tax_rate\":\"0.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"18000.00\",\"created_at\":\"2026-01-24T14:21:36.000000Z\",\"updated_at\":\"2026-01-24T14:21:36.000000Z\"},{\"id\":560,\"sale_id\":332,\"product_id\":156,\"product_name\":\"H-2022\",\"product_barcode\":null,\"quantity\":1,\"unit_price\":\"18000.00\",\"tax_rate\":\"0.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"18000.00\",\"created_at\":\"2026-01-24T14:21:36.000000Z\",\"updated_at\":\"2026-01-24T14:21:36.000000Z\"},{\"id\":561,\"sale_id\":332,\"product_id\":206,\"product_name\":\"Hilal-2000C\",\"product_barcode\":null,\"quantity\":1,\"unit_price\":\"18000.00\",\"tax_rate\":\"0.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"18000.00\",\"created_at\":\"2026-01-24T14:21:36.000000Z\",\"updated_at\":\"2026-01-24T14:21:36.000000Z\"},{\"id\":562,\"sale_id\":332,\"product_id\":213,\"product_name\":\"Hilal 2000S\",\"product_barcode\":null,\"quantity\":1,\"unit_price\":\"18000.00\",\"tax_rate\":\"0.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"18000.00\",\"created_at\":\"2026-01-24T14:21:36.000000Z\",\"updated_at\":\"2026-01-24T14:21:36.000000Z\"},{\"id\":563,\"sale_id\":332,\"product_id\":219,\"product_name\":\"HS-3024\",\"product_barcode\":null,\"quantity\":1,\"unit_price\":\"18000.00\",\"tax_rate\":\"0.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"18000.00\",\"created_at\":\"2026-01-24T14:21:36.000000Z\",\"updated_at\":\"2026-01-24T14:21:36.000000Z\"}],\"cashier\":{\"id\":7,\"name\":\"Ayoub Oumar\",\"email\":\"ayoub.oumar919@gmail.com\",\"user_type\":\"admin\",\"is_active\":true,\"preferred_language\":\"en\",\"email_verified_at\":\"2025-12-18T06:27:21.000000Z\",\"two_factor_confirmed_at\":null,\"current_team_id\":null,\"profile_photo_path\":null,\"created_at\":\"2025-12-18T06:27:21.000000Z\",\"updated_at\":\"2026-01-05T11:04:03.000000Z\",\"profile_photo_url\":\"https:\\/\\/ui-avatars.com\\/api\\/?name=A+O&color=7F9CF5&background=EBF4FF\"}}','Error Correction',7,'Ayoub Oumar','2026-01-24 11:36:17','2026-01-24 11:36:17'),
(384,332,'item_updated','[{\"product_name\":\"H-2025\",\"unit_price\":{\"old\":18800,\"new\":18500}}]',NULL,NULL,'Error Correction',7,'Ayoub Oumar','2026-01-24 11:36:17','2026-01-24 11:36:17'),
(385,334,'created',NULL,NULL,'{\"sale_number\":\"HIL-0333\",\"sale_type\":\"market\",\"customer_name\":\"Saoudi\",\"customer_phone\":\"---\",\"customer_email\":null,\"subtotal\":\"17500.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"17500.00\",\"paid_amount\":\"17500.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-01-26T08:19:28.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"17500.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-01-26T08:19:28.000000Z\",\"created_at\":\"2026-01-26T08:19:28.000000Z\",\"id\":334}','Sale created through POS',7,'Ayoub Oumar','2026-01-26 05:19:28','2026-01-26 05:19:28'),
(386,335,'created',NULL,NULL,'{\"sale_number\":\"HIL-0334\",\"sale_type\":\"market\",\"customer_name\":\"Tahir Daoud\",\"customer_phone\":\"----\",\"customer_email\":null,\"subtotal\":\"87500.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"87500.00\",\"paid_amount\":\"57500.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-01-26T08:25:41.000000Z\",\"cashier_id\":7,\"is_loan\":true,\"loan_amount\":\"30000.00\",\"collected_amount\":\"57500.00\",\"payment_status\":\"partial\",\"updated_at\":\"2026-01-26T08:25:41.000000Z\",\"created_at\":\"2026-01-26T08:25:41.000000Z\",\"id\":335}','Sale created through POS',7,'Ayoub Oumar','2026-01-26 05:25:41','2026-01-26 05:25:41'),
(387,336,'created',NULL,NULL,'{\"sale_number\":\"HIL-0335\",\"sale_type\":\"market\",\"customer_name\":\"Timba\",\"customer_phone\":\"---\",\"customer_email\":null,\"subtotal\":\"41500.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"41500.00\",\"paid_amount\":\"41500.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-01-26T08:45:24.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"41500.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-01-26T08:45:24.000000Z\",\"created_at\":\"2026-01-26T08:45:24.000000Z\",\"id\":336}','Sale created through POS',7,'Ayoub Oumar','2026-01-26 05:45:24','2026-01-26 05:45:24'),
(388,337,'created',NULL,NULL,'{\"sale_number\":\"HIL-0336\",\"sale_type\":\"market\",\"customer_name\":null,\"customer_phone\":null,\"customer_email\":null,\"subtotal\":\"60000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"60000.00\",\"paid_amount\":\"60000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-01-26T09:10:17.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"60000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-01-26T09:10:17.000000Z\",\"created_at\":\"2026-01-26T09:10:17.000000Z\",\"id\":337}','Sale created through POS',7,'Ayoub Oumar','2026-01-26 06:10:17','2026-01-26 06:10:17'),
(389,338,'created',NULL,NULL,'{\"sale_number\":\"HIL-0337\",\"sale_type\":\"market\",\"customer_name\":\"Issakha\",\"customer_phone\":\"---\",\"customer_email\":null,\"subtotal\":\"17500.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"17500.00\",\"paid_amount\":\"0.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-01-26T09:59:08.000000Z\",\"cashier_id\":7,\"is_loan\":true,\"loan_amount\":\"17500.00\",\"collected_amount\":\"0.00\",\"payment_status\":\"unpaid\",\"updated_at\":\"2026-01-26T09:59:08.000000Z\",\"created_at\":\"2026-01-26T09:59:08.000000Z\",\"id\":338}','Sale created through POS',7,'Ayoub Oumar','2026-01-26 06:59:08','2026-01-26 06:59:08'),
(390,339,'created',NULL,NULL,'{\"sale_number\":\"HIL-0338\",\"sale_type\":\"market\",\"customer_name\":\"Issakha\",\"customer_phone\":\"---\",\"customer_email\":null,\"subtotal\":\"17500.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"17500.00\",\"paid_amount\":\"17500.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-01-26T10:23:02.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"17500.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-01-26T10:23:02.000000Z\",\"created_at\":\"2026-01-26T10:23:02.000000Z\",\"id\":339}','Sale created through POS',7,'Ayoub Oumar','2026-01-26 07:23:02','2026-01-26 07:23:02'),
(391,340,'created',NULL,NULL,'{\"sale_number\":\"HIL-0339\",\"sale_type\":\"market\",\"customer_name\":null,\"customer_phone\":null,\"customer_email\":null,\"subtotal\":\"20000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"20000.00\",\"paid_amount\":\"20000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-01-26T12:00:36.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"20000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-01-26T12:00:36.000000Z\",\"created_at\":\"2026-01-26T12:00:36.000000Z\",\"id\":340}','Sale created through POS',7,'Ayoub Oumar','2026-01-26 09:00:36','2026-01-26 09:00:36'),
(392,341,'created',NULL,NULL,'{\"sale_number\":\"HIL-0340\",\"sale_type\":\"market\",\"customer_name\":\"Issakha\",\"customer_phone\":\"---\",\"customer_email\":null,\"subtotal\":\"17500.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"17500.00\",\"paid_amount\":\"17500.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-01-26T12:00:56.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"17500.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-01-26T12:00:56.000000Z\",\"created_at\":\"2026-01-26T12:00:56.000000Z\",\"id\":341}','Sale created through POS',7,'Ayoub Oumar','2026-01-26 09:00:57','2026-01-26 09:00:57'),
(393,338,'payment_received','{\"payment_status\":{\"old\":\"unpaid\",\"new\":\"paid\"},\"loan_amount\":{\"old\":\"17500.00\",\"new\":\"0.00\"},\"collected_amount\":{\"old\":\"0.00\",\"new\":\"17500.00\"},\"is_loan\":{\"old\":true,\"new\":false}}',NULL,'{\"payment_amount\":17500,\"payment_method\":\"cash\",\"payment_notes\":null,\"balance_after\":0}','Payment received: 17,500 CFA via Cash',7,'Ayoub Oumar','2026-01-26 09:01:12','2026-01-26 09:01:12'),
(394,342,'created',NULL,NULL,'{\"sale_number\":\"HIL-0341\",\"sale_type\":\"market\",\"customer_name\":\"Ayoub\",\"customer_phone\":\"---\",\"customer_email\":null,\"subtotal\":\"17500.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"17500.00\",\"paid_amount\":\"17500.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-01-26T13:29:15.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"17500.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-01-26T13:29:15.000000Z\",\"created_at\":\"2026-01-26T13:29:15.000000Z\",\"id\":342}','Sale created through POS',7,'Ayoub Oumar','2026-01-26 10:29:15','2026-01-26 10:29:15'),
(395,343,'created',NULL,NULL,'{\"sale_number\":\"HIL-0342\",\"sale_type\":\"market\",\"customer_name\":\"Issakha\",\"customer_phone\":\"---\",\"customer_email\":null,\"subtotal\":\"35000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"35000.00\",\"paid_amount\":\"17500.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-01-26T13:34:13.000000Z\",\"cashier_id\":7,\"is_loan\":true,\"loan_amount\":\"17500.00\",\"collected_amount\":\"17500.00\",\"payment_status\":\"partial\",\"updated_at\":\"2026-01-26T13:34:13.000000Z\",\"created_at\":\"2026-01-26T13:34:13.000000Z\",\"id\":343}','Sale created through POS',7,'Ayoub Oumar','2026-01-26 10:34:13','2026-01-26 10:34:13'),
(396,344,'created',NULL,NULL,'{\"sale_number\":\"HIL-0343\",\"sale_type\":\"market\",\"customer_name\":null,\"customer_phone\":null,\"customer_email\":null,\"subtotal\":\"5500.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"5500.00\",\"paid_amount\":\"5500.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-01-26T14:05:14.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"5500.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-01-26T14:05:14.000000Z\",\"created_at\":\"2026-01-26T14:05:14.000000Z\",\"id\":344}','Sale created through POS',7,'Ayoub Oumar','2026-01-26 11:05:14','2026-01-26 11:05:14'),
(397,345,'created',NULL,NULL,'{\"sale_number\":\"HIL-0344\",\"sale_type\":\"market\",\"customer_name\":null,\"customer_phone\":null,\"customer_email\":null,\"subtotal\":\"20000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"20000.00\",\"paid_amount\":\"20000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-01-26T14:07:52.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"20000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-01-26T14:07:52.000000Z\",\"created_at\":\"2026-01-26T14:07:52.000000Z\",\"id\":345}','Sale created through POS',7,'Ayoub Oumar','2026-01-26 11:07:52','2026-01-26 11:07:52'),
(398,346,'created',NULL,NULL,'{\"sale_number\":\"HIL-0345\",\"sale_type\":\"market\",\"customer_name\":\"Alblama\",\"customer_phone\":\"---\",\"customer_email\":null,\"subtotal\":\"20000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"20000.00\",\"paid_amount\":\"0.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-01-26T14:27:12.000000Z\",\"cashier_id\":7,\"is_loan\":true,\"loan_amount\":\"20000.00\",\"collected_amount\":\"0.00\",\"payment_status\":\"unpaid\",\"updated_at\":\"2026-01-26T14:27:12.000000Z\",\"created_at\":\"2026-01-26T14:27:12.000000Z\",\"id\":346}','Sale created through POS',7,'Ayoub Oumar','2026-01-26 11:27:12','2026-01-26 11:27:12'),
(399,193,'payment_received','{\"payment_status\":{\"old\":\"partial\",\"new\":\"paid\"},\"loan_amount\":{\"old\":\"10000.00\",\"new\":\"0.00\"},\"collected_amount\":{\"old\":\"95000.00\",\"new\":\"105000.00\"},\"is_loan\":{\"old\":true,\"new\":false}}',NULL,'{\"payment_amount\":10000,\"payment_method\":\"cash\",\"payment_notes\":null,\"balance_after\":0}','Payment received: 10,000 CFA via Cash',7,'Ayoub Oumar','2026-01-26 11:39:27','2026-01-26 11:39:27'),
(400,209,'payment_received','{\"payment_status\":{\"old\":\"unpaid\",\"new\":\"partial\"},\"loan_amount\":{\"old\":\"70000.00\",\"new\":\"25000.00\"},\"collected_amount\":{\"old\":\"0.00\",\"new\":\"45000.00\"}}',NULL,'{\"payment_amount\":45000,\"payment_method\":\"cash\",\"payment_notes\":null,\"balance_after\":25000}','Payment received: 45,000 CFA via Cash',7,'Ayoub Oumar','2026-01-26 11:41:06','2026-01-26 11:41:06'),
(401,347,'created',NULL,NULL,'{\"sale_number\":\"HIL-0346\",\"sale_type\":\"market\",\"customer_name\":\"Fatime Abdelrahim\",\"customer_phone\":\"---\",\"customer_email\":null,\"subtotal\":\"87500.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"87500.00\",\"paid_amount\":\"0.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-01-26T14:53:43.000000Z\",\"cashier_id\":7,\"is_loan\":true,\"loan_amount\":\"87500.00\",\"collected_amount\":\"0.00\",\"payment_status\":\"unpaid\",\"updated_at\":\"2026-01-26T14:53:43.000000Z\",\"created_at\":\"2026-01-26T14:53:43.000000Z\",\"id\":347}','Sale created through POS',7,'Ayoub Oumar','2026-01-26 11:53:43','2026-01-26 11:53:43'),
(402,348,'created',NULL,NULL,'{\"sale_number\":\"HIL-0347\",\"sale_type\":\"market\",\"customer_name\":\"Aht Malloum\",\"customer_phone\":\"---\",\"customer_email\":null,\"subtotal\":\"18500.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"18500.00\",\"paid_amount\":\"18500.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-01-26T15:09:31.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"18500.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-01-26T15:09:31.000000Z\",\"created_at\":\"2026-01-26T15:09:31.000000Z\",\"id\":348}','Sale created through POS',7,'Ayoub Oumar','2026-01-26 12:09:31','2026-01-26 12:09:31'),
(403,349,'created',NULL,NULL,'{\"sale_number\":\"HIL-0348\",\"sale_type\":\"market\",\"customer_name\":null,\"customer_phone\":null,\"customer_email\":null,\"subtotal\":\"22500.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"22500.00\",\"paid_amount\":\"22500.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-01-26T15:51:49.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"22500.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-01-26T15:51:49.000000Z\",\"created_at\":\"2026-01-26T15:51:49.000000Z\",\"id\":349}','Sale created through POS',7,'Ayoub Oumar','2026-01-26 12:51:49','2026-01-26 12:51:49'),
(404,288,'payment_received','{\"payment_status\":{\"old\":\"unpaid\",\"new\":\"paid\"},\"loan_amount\":{\"old\":\"250000.00\",\"new\":\"0.00\"},\"collected_amount\":{\"old\":\"0.00\",\"new\":\"250000.00\"},\"is_loan\":{\"old\":true,\"new\":false}}',NULL,'{\"payment_amount\":250000,\"payment_method\":\"cash\",\"payment_notes\":null,\"balance_after\":0}','Payment received: 250,000 CFA via Cash',7,'Ayoub Oumar','2026-01-27 06:36:47','2026-01-27 06:36:47'),
(405,350,'created',NULL,NULL,'{\"sale_number\":\"HIL-0349\",\"sale_type\":\"market\",\"customer_name\":\"Ayoub\",\"customer_phone\":\"---\",\"customer_email\":null,\"subtotal\":\"17500.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"17500.00\",\"paid_amount\":\"17500.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-01-27T10:02:04.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"17500.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-01-27T10:02:04.000000Z\",\"created_at\":\"2026-01-27T10:02:04.000000Z\",\"id\":350}','Sale created through POS',7,'Ayoub Oumar','2026-01-27 07:02:04','2026-01-27 07:02:04'),
(406,351,'created',NULL,NULL,'{\"sale_number\":\"HIL-0350\",\"sale_type\":\"market\",\"customer_name\":\"F Z\",\"customer_phone\":\"---\",\"customer_email\":null,\"subtotal\":\"17500.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"17500.00\",\"paid_amount\":\"17500.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-01-27T10:23:13.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"17500.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-01-27T10:23:13.000000Z\",\"created_at\":\"2026-01-27T10:23:13.000000Z\",\"id\":351}','Sale created through POS',7,'Ayoub Oumar','2026-01-27 07:23:13','2026-01-27 07:23:13'),
(407,314,'payment_received','{\"payment_status\":{\"old\":\"unpaid\",\"new\":\"paid\"},\"loan_amount\":{\"old\":\"55500.00\",\"new\":\"0.00\"},\"collected_amount\":{\"old\":\"0.00\",\"new\":\"55500.00\"},\"is_loan\":{\"old\":true,\"new\":false}}',NULL,'{\"payment_amount\":55500,\"payment_method\":\"cash\",\"payment_notes\":null,\"balance_after\":0}','Payment received: 55,500 CFA via Cash',7,'Ayoub Oumar','2026-01-27 08:39:30','2026-01-27 08:39:30'),
(408,335,'payment_received','{\"payment_status\":{\"old\":\"partial\",\"new\":\"paid\"},\"loan_amount\":{\"old\":\"30000.00\",\"new\":\"0.00\"},\"collected_amount\":{\"old\":\"57500.00\",\"new\":\"87500.00\"},\"is_loan\":{\"old\":true,\"new\":false}}',NULL,'{\"payment_amount\":30000,\"payment_method\":\"cash\",\"payment_notes\":null,\"balance_after\":0}','Payment received: 30,000 CFA via Cash',7,'Ayoub Oumar','2026-01-27 08:39:59','2026-01-27 08:39:59'),
(409,352,'created',NULL,NULL,'{\"sale_number\":\"HIL-0351\",\"sale_type\":\"market\",\"customer_name\":\"Tahir Daoud\",\"customer_phone\":\"---\",\"customer_email\":null,\"subtotal\":\"350000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"350000.00\",\"paid_amount\":\"250000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-01-27T16:25:07.000000Z\",\"cashier_id\":7,\"is_loan\":true,\"loan_amount\":\"100000.00\",\"collected_amount\":\"250000.00\",\"payment_status\":\"partial\",\"updated_at\":\"2026-01-27T16:25:07.000000Z\",\"created_at\":\"2026-01-27T16:25:07.000000Z\",\"id\":352}','Sale created through POS',7,'Ayoub Oumar','2026-01-27 13:25:07','2026-01-27 13:25:07'),
(410,353,'created',NULL,NULL,'{\"sale_number\":\"HIL-0352\",\"sale_type\":\"market\",\"customer_name\":null,\"customer_phone\":null,\"customer_email\":null,\"subtotal\":\"20000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"20000.00\",\"paid_amount\":\"20000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-01-27T16:25:24.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"20000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-01-27T16:25:24.000000Z\",\"created_at\":\"2026-01-27T16:25:24.000000Z\",\"id\":353}','Sale created through POS',7,'Ayoub Oumar','2026-01-27 13:25:24','2026-01-27 13:25:24'),
(411,320,'payment_received','{\"payment_status\":{\"old\":\"unpaid\",\"new\":\"paid\"},\"loan_amount\":{\"old\":\"36000.00\",\"new\":\"0.00\"},\"collected_amount\":{\"old\":\"0.00\",\"new\":\"36000.00\"},\"is_loan\":{\"old\":true,\"new\":false}}',NULL,'{\"payment_amount\":36000,\"payment_method\":\"cash\",\"payment_notes\":null,\"balance_after\":0}','Payment received: 36,000 CFA via Cash',7,'Ayoub Oumar','2026-01-28 06:28:17','2026-01-28 06:28:17'),
(412,354,'created',NULL,NULL,'{\"sale_number\":\"HIL-0353\",\"sale_type\":\"market\",\"customer_name\":null,\"customer_phone\":null,\"customer_email\":null,\"subtotal\":\"20000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"20000.00\",\"paid_amount\":\"20000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-01-28T12:00:15.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"20000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-01-28T12:00:15.000000Z\",\"created_at\":\"2026-01-28T12:00:15.000000Z\",\"id\":354}','Sale created through POS',7,'Ayoub Oumar','2026-01-28 09:00:15','2026-01-28 09:00:15'),
(413,355,'created',NULL,NULL,'{\"sale_number\":\"HIL-0354\",\"sale_type\":\"market\",\"customer_name\":\"Hamida\",\"customer_phone\":\"---\",\"customer_email\":null,\"subtotal\":\"55500.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"55500.00\",\"paid_amount\":\"0.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-01-28T12:01:59.000000Z\",\"cashier_id\":7,\"is_loan\":true,\"loan_amount\":\"55500.00\",\"collected_amount\":\"0.00\",\"payment_status\":\"unpaid\",\"updated_at\":\"2026-01-28T12:01:59.000000Z\",\"created_at\":\"2026-01-28T12:01:59.000000Z\",\"id\":355}','Sale created through POS',7,'Ayoub Oumar','2026-01-28 09:01:59','2026-01-28 09:01:59'),
(414,305,'payment_received','{\"payment_status\":{\"old\":\"unpaid\",\"new\":\"paid\"},\"loan_amount\":{\"old\":\"17500.00\",\"new\":\"0.00\"},\"collected_amount\":{\"old\":\"0.00\",\"new\":\"17500.00\"},\"is_loan\":{\"old\":true,\"new\":false}}',NULL,'{\"payment_amount\":17500,\"payment_method\":\"cash\",\"payment_notes\":null,\"balance_after\":0}','Payment received: 17,500 CFA via Cash',7,'Ayoub Oumar','2026-01-28 09:29:28','2026-01-28 09:29:28'),
(415,299,'payment_received','{\"payment_status\":{\"old\":\"unpaid\",\"new\":\"partial\"},\"loan_amount\":{\"old\":\"55500.00\",\"new\":\"4000.00\"},\"collected_amount\":{\"old\":\"0.00\",\"new\":\"51500.00\"}}',NULL,'{\"payment_amount\":51500,\"payment_method\":\"cash\",\"payment_notes\":null,\"balance_after\":4000}','Payment received: 51,500 CFA via Cash',7,'Ayoub Oumar','2026-01-28 09:31:39','2026-01-28 09:31:39'),
(416,356,'created',NULL,NULL,'{\"sale_number\":\"HIL-0355\",\"sale_type\":\"market\",\"customer_name\":\"Abdallah Hamit\",\"customer_phone\":\"---\",\"customer_email\":null,\"subtotal\":\"875000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"875000.00\",\"paid_amount\":\"875000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-01-28T13:26:12.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"875000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-01-28T13:26:12.000000Z\",\"created_at\":\"2026-01-28T13:26:12.000000Z\",\"id\":356}','Sale created through POS',7,'Ayoub Oumar','2026-01-28 10:26:13','2026-01-28 10:26:13'),
(417,357,'created',NULL,NULL,'{\"sale_number\":\"HIL-0356\",\"sale_type\":\"market\",\"customer_name\":\"Rozi\",\"customer_phone\":\"---\",\"customer_email\":null,\"subtotal\":\"18500.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"18500.00\",\"paid_amount\":\"18500.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-01-28T13:28:27.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"18500.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-01-28T13:28:27.000000Z\",\"created_at\":\"2026-01-28T13:28:27.000000Z\",\"id\":357}','Sale created through POS',7,'Ayoub Oumar','2026-01-28 10:28:27','2026-01-28 10:28:27'),
(418,358,'created',NULL,NULL,'{\"sale_number\":\"HIL-0357\",\"sale_type\":\"market\",\"customer_name\":\"Issakha\",\"customer_phone\":\"---\",\"customer_email\":null,\"subtotal\":\"17500.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"17500.00\",\"paid_amount\":\"17500.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-01-28T13:29:27.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"17500.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-01-28T13:29:27.000000Z\",\"created_at\":\"2026-01-28T13:29:27.000000Z\",\"id\":358}','Sale created through POS',7,'Ayoub Oumar','2026-01-28 10:29:27','2026-01-28 10:29:27'),
(419,359,'created',NULL,NULL,'{\"sale_number\":\"HIL-0358\",\"sale_type\":\"market\",\"customer_name\":\"Ayoub\",\"customer_phone\":\"---\",\"customer_email\":null,\"subtotal\":\"52500.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"52500.00\",\"paid_amount\":\"52500.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-01-28T13:42:57.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"52500.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-01-28T13:42:57.000000Z\",\"created_at\":\"2026-01-28T13:42:57.000000Z\",\"id\":359}','Sale created through POS',7,'Ayoub Oumar','2026-01-28 10:42:57','2026-01-28 10:42:57'),
(420,360,'created',NULL,NULL,'{\"sale_number\":\"HIL-0359\",\"sale_type\":\"market\",\"customer_name\":\"Issakha\",\"customer_phone\":\"---\",\"customer_email\":null,\"subtotal\":\"17500.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"17500.00\",\"paid_amount\":\"17500.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-01-28T13:51:24.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"17500.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-01-28T13:51:24.000000Z\",\"created_at\":\"2026-01-28T13:51:24.000000Z\",\"id\":360}','Sale created through POS',7,'Ayoub Oumar','2026-01-28 10:51:24','2026-01-28 10:51:24'),
(421,347,'cancelled','{\"sale_status\":{\"old\":\"completed\",\"new\":\"cancelled\"},\"payment_status\":{\"old\":\"unpaid\",\"new\":\"refunded\"}}',NULL,'{\"id\":347,\"sale_number\":\"HIL-0346\",\"sale_type\":\"market\",\"customer_name\":\"Fatime Abdelrahim\",\"customer_phone\":\"---\",\"customer_email\":null,\"subtotal\":\"87500.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"87500.00\",\"loan_amount\":\"87500.00\",\"collected_amount\":\"0.00\",\"is_loan\":true,\"paid_amount\":\"0.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"payment_status\":\"refunded\",\"sale_status\":\"cancelled\",\"notes\":\"\\n\\nCancelled: Error\",\"cashier_id\":7,\"sale_date\":\"2026-01-26T14:53:43.000000Z\",\"created_at\":\"2026-01-26T14:53:43.000000Z\",\"updated_at\":\"2026-01-28T13:54:42.000000Z\",\"items\":[{\"id\":585,\"sale_id\":347,\"product_id\":53,\"product_name\":\"H-2026\",\"product_barcode\":null,\"quantity\":1,\"unit_price\":\"17500.00\",\"tax_rate\":\"0.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"17500.00\",\"created_at\":\"2026-01-26T14:53:43.000000Z\",\"updated_at\":\"2026-01-26T14:53:43.000000Z\",\"product\":{\"id\":53,\"name\":\"H-2026\",\"description\":\"1x39\\r\\n3x41\\r\\n1x43\\r\\n4x44\\r\\n1x45\",\"barcode\":\"PRD351246-M1\",\"category_id\":2,\"product_type\":\"market\",\"unit\":\"pcs\",\"alert_quantity\":1,\"cost_price\":\"16500.00\",\"selling_price\":\"18500.00\",\"discount_price\":null,\"image\":\"products\\/1767779834_ISXemwKoXr.jpg\",\"expiry_date\":null,\"is_active\":true,\"weight\":null,\"length\":null,\"width\":null,\"height\":null,\"created_at\":\"2026-01-02T12:21:08.000000Z\",\"updated_at\":\"2026-01-24T14:18:57.000000Z\",\"deleted_at\":null,\"inventory\":{\"id\":52,\"product_id\":53,\"current_stock\":9,\"reserved_stock\":0,\"available_stock\":9,\"last_stock_update\":\"2026-01-28T13:54:42.000000Z\",\"last_updated_by\":7,\"created_at\":\"2026-01-02T12:21:08.000000Z\",\"updated_at\":\"2026-01-28T13:54:42.000000Z\"}}},{\"id\":586,\"sale_id\":347,\"product_id\":136,\"product_name\":\"H-2017\",\"product_barcode\":null,\"quantity\":1,\"unit_price\":\"17500.00\",\"tax_rate\":\"0.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"17500.00\",\"created_at\":\"2026-01-26T14:53:43.000000Z\",\"updated_at\":\"2026-01-26T14:53:43.000000Z\",\"product\":{\"id\":136,\"name\":\"H-2017\",\"description\":\"1x39\\r\\n4x41\\r\\n1x42\\r\\n3x43\\r\\n3x44\\r\\n4x45\",\"barcode\":\"PRD747685-M1\",\"category_id\":2,\"product_type\":\"market\",\"unit\":\"pcs\",\"alert_quantity\":1,\"cost_price\":\"16500.00\",\"selling_price\":\"18500.00\",\"discount_price\":null,\"image\":\"products\\/1767713865_S5uQtWbsFy.jpg\",\"expiry_date\":null,\"is_active\":true,\"weight\":null,\"length\":null,\"width\":null,\"height\":null,\"created_at\":\"2026-01-07T11:06:59.000000Z\",\"updated_at\":\"2026-01-19T12:53:57.000000Z\",\"deleted_at\":null,\"inventory\":{\"id\":135,\"product_id\":136,\"current_stock\":16,\"reserved_stock\":0,\"available_stock\":16,\"last_stock_update\":\"2026-01-28T13:54:42.000000Z\",\"last_updated_by\":7,\"created_at\":\"2026-01-07T11:06:59.000000Z\",\"updated_at\":\"2026-01-28T13:54:42.000000Z\"}}},{\"id\":587,\"sale_id\":347,\"product_id\":154,\"product_name\":\"H-2021\",\"product_barcode\":null,\"quantity\":1,\"unit_price\":\"17500.00\",\"tax_rate\":\"0.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"17500.00\",\"created_at\":\"2026-01-26T14:53:43.000000Z\",\"updated_at\":\"2026-01-26T14:53:43.000000Z\",\"product\":{\"id\":154,\"name\":\"H-2021\",\"description\":\"1x40\\r\\n1x41\\r\\n1x42\\r\\n3x43\\r\\n1x44\",\"barcode\":\"PRD383260-M1\",\"category_id\":2,\"product_type\":\"market\",\"unit\":\"pcs\",\"alert_quantity\":1,\"cost_price\":\"16500.00\",\"selling_price\":\"18500.00\",\"discount_price\":null,\"image\":\"products\\/1767627812_GPqZc6EaLv.jpg\",\"expiry_date\":null,\"is_active\":true,\"weight\":null,\"length\":null,\"width\":null,\"height\":null,\"created_at\":\"2026-01-08T09:35:53.000000Z\",\"updated_at\":\"2026-01-27T10:23:54.000000Z\",\"deleted_at\":null,\"inventory\":{\"id\":153,\"product_id\":154,\"current_stock\":6,\"reserved_stock\":0,\"available_stock\":6,\"last_stock_update\":\"2026-01-28T13:54:42.000000Z\",\"last_updated_by\":7,\"created_at\":\"2026-01-08T09:35:53.000000Z\",\"updated_at\":\"2026-01-28T13:54:42.000000Z\"}}},{\"id\":588,\"sale_id\":347,\"product_id\":206,\"product_name\":\"Hilal-2000C\",\"product_barcode\":null,\"quantity\":1,\"unit_price\":\"17500.00\",\"tax_rate\":\"0.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"17500.00\",\"created_at\":\"2026-01-26T14:53:43.000000Z\",\"updated_at\":\"2026-01-26T14:53:43.000000Z\",\"product\":{\"id\":206,\"name\":\"Hilal-2000C\",\"description\":\"1x40\\r\\n2x41\\r\\n1x42\\r\\n1x43\\r\\n1x44\",\"barcode\":\"PRD837968-M1\",\"category_id\":2,\"product_type\":\"market\",\"unit\":\"pcs\",\"alert_quantity\":1,\"cost_price\":\"16500.00\",\"selling_price\":\"18500.00\",\"discount_price\":null,\"image\":\"products\\/1768392347_Vwo2sRBj8y.jpeg\",\"expiry_date\":null,\"is_active\":true,\"weight\":null,\"length\":null,\"width\":null,\"height\":null,\"created_at\":\"2026-01-19T13:50:05.000000Z\",\"updated_at\":\"2026-01-26T15:51:31.000000Z\",\"deleted_at\":null,\"inventory\":{\"id\":205,\"product_id\":206,\"current_stock\":6,\"reserved_stock\":0,\"available_stock\":6,\"last_stock_update\":\"2026-01-28T13:54:42.000000Z\",\"last_updated_by\":7,\"created_at\":\"2026-01-19T13:50:05.000000Z\",\"updated_at\":\"2026-01-28T13:54:42.000000Z\"}}},{\"id\":589,\"sale_id\":347,\"product_id\":215,\"product_name\":\"Hilal-14B\",\"product_barcode\":null,\"quantity\":1,\"unit_price\":\"17500.00\",\"tax_rate\":\"0.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"17500.00\",\"created_at\":\"2026-01-26T14:53:43.000000Z\",\"updated_at\":\"2026-01-26T14:53:43.000000Z\",\"product\":{\"id\":215,\"name\":\"Hilal-14B\",\"description\":\"2X41\\r\\n1X42\\r\\n1X43\\r\\n1X45\",\"barcode\":\"PRD593016-M2\",\"category_id\":2,\"product_type\":\"market\",\"unit\":\"pcs\",\"alert_quantity\":1,\"cost_price\":\"16500.00\",\"selling_price\":\"18500.00\",\"discount_price\":null,\"image\":\"products\\/1767169298_hHVMxE7Zkd.jpg\",\"expiry_date\":null,\"is_active\":true,\"weight\":null,\"length\":null,\"width\":null,\"height\":null,\"created_at\":\"2026-01-21T08:25:30.000000Z\",\"updated_at\":\"2026-01-23T15:54:03.000000Z\",\"deleted_at\":null,\"inventory\":{\"id\":214,\"product_id\":215,\"current_stock\":5,\"reserved_stock\":0,\"available_stock\":5,\"last_stock_update\":\"2026-01-28T13:54:42.000000Z\",\"last_updated_by\":7,\"created_at\":\"2026-01-21T08:25:30.000000Z\",\"updated_at\":\"2026-01-28T13:54:42.000000Z\"}}}],\"cashier\":{\"id\":7,\"name\":\"Ayoub Oumar\",\"email\":\"ayoub.oumar919@gmail.com\",\"user_type\":\"admin\",\"is_active\":true,\"preferred_language\":\"en\",\"email_verified_at\":\"2025-12-18T06:27:21.000000Z\",\"two_factor_confirmed_at\":null,\"current_team_id\":null,\"profile_photo_path\":null,\"created_at\":\"2025-12-18T06:27:21.000000Z\",\"updated_at\":\"2026-01-05T11:04:03.000000Z\",\"profile_photo_url\":\"https:\\/\\/ui-avatars.com\\/api\\/?name=A+O&color=7F9CF5&background=EBF4FF\"}}','Error',7,'Ayoub Oumar','2026-01-28 10:54:42','2026-01-28 10:54:42'),
(422,361,'created',NULL,NULL,'{\"sale_number\":\"HIL-0360\",\"sale_type\":\"market\",\"customer_name\":\"Fatime Abdelrahim\",\"customer_phone\":\"---\",\"customer_email\":null,\"subtotal\":\"70000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"70000.00\",\"paid_amount\":\"70000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-01-28T13:56:14.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"70000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-01-28T13:56:14.000000Z\",\"created_at\":\"2026-01-28T13:56:14.000000Z\",\"id\":361}','Sale created through POS',7,'Ayoub Oumar','2026-01-28 10:56:14','2026-01-28 10:56:14'),
(423,209,'payment_received','{\"loan_amount\":{\"old\":\"25000.00\",\"new\":\"10000.00\"},\"collected_amount\":{\"old\":\"45000.00\",\"new\":\"60000.00\"}}',NULL,'{\"payment_amount\":15000,\"payment_method\":\"cash\",\"payment_notes\":null,\"balance_after\":10000}','Payment received: 15,000 CFA via Cash',7,'Ayoub Oumar','2026-01-28 10:57:07','2026-01-28 10:57:07'),
(424,362,'created',NULL,NULL,'{\"sale_number\":\"HIL-0361\",\"sale_type\":\"market\",\"customer_name\":\"Issakha\",\"customer_phone\":\"---\",\"customer_email\":null,\"subtotal\":\"17500.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"17500.00\",\"paid_amount\":\"0.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-01-28T13:58:11.000000Z\",\"cashier_id\":7,\"is_loan\":true,\"loan_amount\":\"17500.00\",\"collected_amount\":\"0.00\",\"payment_status\":\"unpaid\",\"updated_at\":\"2026-01-28T13:58:11.000000Z\",\"created_at\":\"2026-01-28T13:58:11.000000Z\",\"id\":362}','Sale created through POS',7,'Ayoub Oumar','2026-01-28 10:58:11','2026-01-28 10:58:11'),
(425,343,'payment_received','{\"payment_status\":{\"old\":\"partial\",\"new\":\"paid\"},\"loan_amount\":{\"old\":\"17500.00\",\"new\":\"0.00\"},\"collected_amount\":{\"old\":\"17500.00\",\"new\":\"35000.00\"},\"is_loan\":{\"old\":true,\"new\":false}}',NULL,'{\"payment_amount\":17500,\"payment_method\":\"cash\",\"payment_notes\":null,\"balance_after\":0}','Payment received: 17,500 CFA via Cash',7,'Ayoub Oumar','2026-01-28 10:58:40','2026-01-28 10:58:40'),
(426,363,'created',NULL,NULL,'{\"sale_number\":\"HIL-0362\",\"sale_type\":\"market\",\"customer_name\":\"Moussa\",\"customer_phone\":\"60 77 70 00\",\"customer_email\":null,\"subtotal\":\"216000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"216000.00\",\"paid_amount\":\"216000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-01-28T15:07:09.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"216000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-01-28T15:07:09.000000Z\",\"created_at\":\"2026-01-28T15:07:09.000000Z\",\"id\":363}','Sale created through POS',7,'Ayoub Oumar','2026-01-28 12:07:09','2026-01-28 12:07:09'),
(427,364,'created',NULL,NULL,'{\"sale_number\":\"HIL-0363\",\"sale_type\":\"market\",\"customer_name\":\"Ayoub\",\"customer_phone\":\"---\",\"customer_email\":null,\"subtotal\":\"17500.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"17500.00\",\"paid_amount\":\"17500.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-01-29T09:11:58.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"17500.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-01-29T09:11:58.000000Z\",\"created_at\":\"2026-01-29T09:11:58.000000Z\",\"id\":364}','Sale created through POS',7,'Ayoub Oumar','2026-01-29 06:11:58','2026-01-29 06:11:58'),
(428,355,'item_updated','[{\"action\":\"added\",\"product_name\":\"HS-FB10\",\"quantity\":{\"old\":0,\"new\":1},\"unit_price\":{\"old\":0,\"new\":18500}},{\"action\":\"removed\",\"product_name\":\"HS-FB2\",\"quantity\":{\"old\":1,\"new\":0},\"unit_price\":{\"old\":\"18500.00\",\"new\":0}}]',NULL,NULL,'Error Correction',7,'Ayoub Oumar','2026-01-29 06:27:26','2026-01-29 06:27:26'),
(429,365,'created',NULL,NULL,'{\"sale_number\":\"HIL-0364\",\"sale_type\":\"market\",\"customer_name\":\"Abdelkerim\",\"customer_phone\":\"---\",\"customer_email\":null,\"subtotal\":\"455000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"455000.00\",\"paid_amount\":\"0.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-01-29T10:35:40.000000Z\",\"cashier_id\":7,\"is_loan\":true,\"loan_amount\":\"455000.00\",\"collected_amount\":\"0.00\",\"payment_status\":\"unpaid\",\"updated_at\":\"2026-01-29T10:35:40.000000Z\",\"created_at\":\"2026-01-29T10:35:40.000000Z\",\"id\":365}','Sale created through POS',7,'Ayoub Oumar','2026-01-29 07:35:40','2026-01-29 07:35:40'),
(430,366,'created',NULL,NULL,'{\"sale_number\":\"HIL-0365\",\"sale_type\":\"market\",\"customer_name\":null,\"customer_phone\":null,\"customer_email\":null,\"subtotal\":\"20000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"20000.00\",\"paid_amount\":\"20000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-01-29T10:52:30.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"20000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-01-29T10:52:30.000000Z\",\"created_at\":\"2026-01-29T10:52:30.000000Z\",\"id\":366}','Sale created through POS',7,'Ayoub Oumar','2026-01-29 07:52:30','2026-01-29 07:52:30'),
(431,367,'created',NULL,NULL,'{\"sale_number\":\"HIL-0366\",\"sale_type\":\"market\",\"customer_name\":\"Madani \\u0130brahim\",\"customer_phone\":\"---\",\"customer_email\":null,\"subtotal\":\"180000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"180000.00\",\"paid_amount\":\"180000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-01-29T11:36:02.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"180000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-01-29T11:36:02.000000Z\",\"created_at\":\"2026-01-29T11:36:02.000000Z\",\"id\":367}','Sale created through POS',7,'Ayoub Oumar','2026-01-29 08:36:02','2026-01-29 08:36:02'),
(432,368,'created',NULL,NULL,'{\"sale_number\":\"HIL-0367\",\"sale_type\":\"market\",\"customer_name\":\"Issakha\",\"customer_phone\":\"---\",\"customer_email\":null,\"subtotal\":\"17500.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"17500.00\",\"paid_amount\":\"0.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-01-29T15:01:29.000000Z\",\"cashier_id\":7,\"is_loan\":true,\"loan_amount\":\"17500.00\",\"collected_amount\":\"0.00\",\"payment_status\":\"unpaid\",\"updated_at\":\"2026-01-29T15:01:29.000000Z\",\"created_at\":\"2026-01-29T15:01:29.000000Z\",\"id\":368}','Sale created through POS',7,'Ayoub Oumar','2026-01-29 12:01:30','2026-01-29 12:01:30'),
(433,369,'created',NULL,NULL,'{\"sale_number\":\"HIL-0368\",\"sale_type\":\"market\",\"customer_name\":null,\"customer_phone\":null,\"customer_email\":null,\"subtotal\":\"20000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"20000.00\",\"paid_amount\":\"20000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-01-29T15:36:29.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"20000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-01-29T15:36:29.000000Z\",\"created_at\":\"2026-01-29T15:36:29.000000Z\",\"id\":369}','Sale created through POS',7,'Ayoub Oumar','2026-01-29 12:36:29','2026-01-29 12:36:29'),
(434,370,'created',NULL,NULL,'{\"sale_number\":\"HIL-0369\",\"sale_type\":\"market\",\"customer_name\":\"Rozi\",\"customer_phone\":\"---\",\"customer_email\":null,\"subtotal\":\"18500.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"18500.00\",\"paid_amount\":\"0.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-01-29T15:37:29.000000Z\",\"cashier_id\":7,\"is_loan\":true,\"loan_amount\":\"18500.00\",\"collected_amount\":\"0.00\",\"payment_status\":\"unpaid\",\"updated_at\":\"2026-01-29T15:37:29.000000Z\",\"created_at\":\"2026-01-29T15:37:29.000000Z\",\"id\":370}','Sale created through POS',7,'Ayoub Oumar','2026-01-29 12:37:29','2026-01-29 12:37:29'),
(435,362,'cancelled','{\"sale_status\":{\"old\":\"completed\",\"new\":\"cancelled\"},\"payment_status\":{\"old\":\"unpaid\",\"new\":\"refunded\"}}',NULL,'{\"id\":362,\"sale_number\":\"HIL-0361\",\"sale_type\":\"market\",\"customer_name\":\"Issakha\",\"customer_phone\":\"---\",\"customer_email\":null,\"subtotal\":\"17500.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"17500.00\",\"loan_amount\":\"17500.00\",\"collected_amount\":\"0.00\",\"is_loan\":true,\"paid_amount\":\"0.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"payment_status\":\"refunded\",\"sale_status\":\"cancelled\",\"notes\":\"\\n\\nCancelled: ---\",\"cashier_id\":7,\"sale_date\":\"2026-01-28T13:58:11.000000Z\",\"created_at\":\"2026-01-28T13:58:11.000000Z\",\"updated_at\":\"2026-01-31T09:42:23.000000Z\",\"items\":[{\"id\":622,\"sale_id\":362,\"product_id\":259,\"product_name\":\"HB-1000S\",\"product_barcode\":null,\"quantity\":1,\"unit_price\":\"17500.00\",\"tax_rate\":\"0.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"17500.00\",\"created_at\":\"2026-01-28T13:58:11.000000Z\",\"updated_at\":\"2026-01-28T13:58:11.000000Z\",\"product\":{\"id\":259,\"name\":\"HB-1000S\",\"description\":\"2\\u00d741\\r\\n3\\u00d742\\r\\n3\\u00d743\\r\\n2\\u00d744\\r\\n1\\u00d745\",\"barcode\":\"PRD752097-M1\",\"category_id\":3,\"product_type\":\"market\",\"unit\":\"pcs\",\"alert_quantity\":1,\"cost_price\":\"16500.00\",\"selling_price\":\"18500.00\",\"discount_price\":null,\"image\":\"products\\/1769511631_Ad59BDcrah.jpeg\",\"expiry_date\":null,\"is_active\":true,\"weight\":null,\"length\":null,\"width\":null,\"height\":null,\"created_at\":\"2026-01-27T14:01:56.000000Z\",\"updated_at\":\"2026-01-29T10:53:00.000000Z\",\"deleted_at\":null,\"inventory\":{\"id\":258,\"product_id\":259,\"current_stock\":11,\"reserved_stock\":0,\"available_stock\":11,\"last_stock_update\":\"2026-01-31T09:42:23.000000Z\",\"last_updated_by\":7,\"created_at\":\"2026-01-27T14:01:56.000000Z\",\"updated_at\":\"2026-01-31T09:42:23.000000Z\"}}}],\"cashier\":{\"id\":7,\"name\":\"Ayoub Oumar\",\"email\":\"ayoub.oumar919@gmail.com\",\"user_type\":\"admin\",\"is_active\":true,\"preferred_language\":\"en\",\"email_verified_at\":\"2025-12-18T06:27:21.000000Z\",\"two_factor_confirmed_at\":null,\"current_team_id\":null,\"profile_photo_path\":null,\"created_at\":\"2025-12-18T06:27:21.000000Z\",\"updated_at\":\"2026-01-05T11:04:03.000000Z\",\"profile_photo_url\":\"https:\\/\\/ui-avatars.com\\/api\\/?name=A+O&color=7F9CF5&background=EBF4FF\"}}','---',7,'Ayoub Oumar','2026-01-31 06:42:23','2026-01-31 06:42:23'),
(436,368,'cancelled','{\"sale_status\":{\"old\":\"completed\",\"new\":\"cancelled\"},\"payment_status\":{\"old\":\"unpaid\",\"new\":\"refunded\"}}',NULL,'{\"id\":368,\"sale_number\":\"HIL-0367\",\"sale_type\":\"market\",\"customer_name\":\"Issakha\",\"customer_phone\":\"---\",\"customer_email\":null,\"subtotal\":\"17500.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"17500.00\",\"loan_amount\":\"17500.00\",\"collected_amount\":\"0.00\",\"is_loan\":true,\"paid_amount\":\"0.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"payment_status\":\"refunded\",\"sale_status\":\"cancelled\",\"notes\":\"\\n\\nCancelled: ---\",\"cashier_id\":7,\"sale_date\":\"2026-01-29T15:01:29.000000Z\",\"created_at\":\"2026-01-29T15:01:29.000000Z\",\"updated_at\":\"2026-01-31T09:42:35.000000Z\",\"items\":[{\"id\":641,\"sale_id\":368,\"product_id\":259,\"product_name\":\"HB-1000S\",\"product_barcode\":null,\"quantity\":1,\"unit_price\":\"17500.00\",\"tax_rate\":\"0.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"17500.00\",\"created_at\":\"2026-01-29T15:01:30.000000Z\",\"updated_at\":\"2026-01-29T15:01:30.000000Z\",\"product\":{\"id\":259,\"name\":\"HB-1000S\",\"description\":\"2\\u00d741\\r\\n3\\u00d742\\r\\n3\\u00d743\\r\\n2\\u00d744\\r\\n1\\u00d745\",\"barcode\":\"PRD752097-M1\",\"category_id\":3,\"product_type\":\"market\",\"unit\":\"pcs\",\"alert_quantity\":1,\"cost_price\":\"16500.00\",\"selling_price\":\"18500.00\",\"discount_price\":null,\"image\":\"products\\/1769511631_Ad59BDcrah.jpeg\",\"expiry_date\":null,\"is_active\":true,\"weight\":null,\"length\":null,\"width\":null,\"height\":null,\"created_at\":\"2026-01-27T14:01:56.000000Z\",\"updated_at\":\"2026-01-29T10:53:00.000000Z\",\"deleted_at\":null,\"inventory\":{\"id\":258,\"product_id\":259,\"current_stock\":12,\"reserved_stock\":0,\"available_stock\":12,\"last_stock_update\":\"2026-01-31T09:42:35.000000Z\",\"last_updated_by\":7,\"created_at\":\"2026-01-27T14:01:56.000000Z\",\"updated_at\":\"2026-01-31T09:42:35.000000Z\"}}}],\"cashier\":{\"id\":7,\"name\":\"Ayoub Oumar\",\"email\":\"ayoub.oumar919@gmail.com\",\"user_type\":\"admin\",\"is_active\":true,\"preferred_language\":\"en\",\"email_verified_at\":\"2025-12-18T06:27:21.000000Z\",\"two_factor_confirmed_at\":null,\"current_team_id\":null,\"profile_photo_path\":null,\"created_at\":\"2025-12-18T06:27:21.000000Z\",\"updated_at\":\"2026-01-05T11:04:03.000000Z\",\"profile_photo_url\":\"https:\\/\\/ui-avatars.com\\/api\\/?name=A+O&color=7F9CF5&background=EBF4FF\"}}','---',7,'Ayoub Oumar','2026-01-31 06:42:35','2026-01-31 06:42:35'),
(437,371,'created',NULL,NULL,'{\"sale_number\":\"HIL-0370\",\"sale_type\":\"market\",\"customer_name\":null,\"customer_phone\":null,\"customer_email\":null,\"subtotal\":\"20000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"20000.00\",\"paid_amount\":\"20000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-01-31T11:40:04.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"20000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-01-31T11:40:04.000000Z\",\"created_at\":\"2026-01-31T11:40:04.000000Z\",\"id\":371}','Sale created through POS',7,'Ayoub Oumar','2026-01-31 08:40:04','2026-01-31 08:40:04'),
(438,372,'created',NULL,NULL,'{\"sale_number\":\"HIL-0371\",\"sale_type\":\"market\",\"customer_name\":\"Algoni\",\"customer_phone\":\"---\",\"customer_email\":null,\"subtotal\":\"17500.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"17500.00\",\"paid_amount\":\"0.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-01-31T16:13:32.000000Z\",\"cashier_id\":7,\"is_loan\":true,\"loan_amount\":\"17500.00\",\"collected_amount\":\"0.00\",\"payment_status\":\"unpaid\",\"updated_at\":\"2026-01-31T16:13:32.000000Z\",\"created_at\":\"2026-01-31T16:13:32.000000Z\",\"id\":372}','Sale created through POS',7,'Ayoub Oumar','2026-01-31 13:13:32','2026-01-31 13:13:32'),
(439,373,'created',NULL,NULL,'{\"sale_number\":\"HIL-0372\",\"sale_type\":\"market\",\"customer_name\":null,\"customer_phone\":null,\"customer_email\":null,\"subtotal\":\"18500.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"18500.00\",\"paid_amount\":\"18500.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-01-31T16:19:24.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"18500.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-01-31T16:19:24.000000Z\",\"created_at\":\"2026-01-31T16:19:24.000000Z\",\"id\":373}','Sale created through POS',7,'Ayoub Oumar','2026-01-31 13:19:24','2026-01-31 13:19:24'),
(440,374,'created',NULL,NULL,'{\"sale_number\":\"HIL-0373\",\"sale_type\":\"market\",\"customer_name\":null,\"customer_phone\":null,\"customer_email\":null,\"subtotal\":\"20000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"20000.00\",\"paid_amount\":\"20000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-01-31T16:19:47.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"20000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-01-31T16:19:47.000000Z\",\"created_at\":\"2026-01-31T16:19:47.000000Z\",\"id\":374}','Sale created through POS',7,'Ayoub Oumar','2026-01-31 13:19:47','2026-01-31 13:19:47'),
(441,375,'created',NULL,NULL,'{\"sale_number\":\"HIL-0374\",\"sale_type\":\"market\",\"customer_name\":\"Issakha\",\"customer_phone\":\"---\",\"customer_email\":null,\"subtotal\":\"17500.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"17500.00\",\"paid_amount\":\"17500.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-01-31T16:21:30.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"17500.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-01-31T16:21:30.000000Z\",\"created_at\":\"2026-01-31T16:21:30.000000Z\",\"id\":375}','Sale created through POS',7,'Ayoub Oumar','2026-01-31 13:21:30','2026-01-31 13:21:30'),
(442,376,'created',NULL,NULL,'{\"sale_number\":\"HIL-0375\",\"sale_type\":\"market\",\"customer_name\":null,\"customer_phone\":null,\"customer_email\":null,\"subtotal\":\"20000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"20000.00\",\"paid_amount\":\"20000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-02-02T11:37:24.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"20000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-02-02T11:37:24.000000Z\",\"created_at\":\"2026-02-02T11:37:24.000000Z\",\"id\":376}','Sale created through POS',7,'Ayoub Oumar','2026-02-02 08:37:24','2026-02-02 08:37:24'),
(443,377,'created',NULL,NULL,'{\"sale_number\":\"HIL-0376\",\"sale_type\":\"market\",\"customer_name\":null,\"customer_phone\":null,\"customer_email\":null,\"subtotal\":\"22500.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"22500.00\",\"paid_amount\":\"22500.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-02-02T12:09:38.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"22500.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-02-02T12:09:38.000000Z\",\"created_at\":\"2026-02-02T12:09:38.000000Z\",\"id\":377}','Sale created through POS',7,'Ayoub Oumar','2026-02-02 09:09:38','2026-02-02 09:09:38'),
(444,378,'created',NULL,NULL,'{\"sale_number\":\"HIL-0377\",\"sale_type\":\"market\",\"customer_name\":\"Imam Ahmat\",\"customer_phone\":\"66 19 66 00\",\"customer_email\":null,\"subtotal\":\"647500.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"17500.00\",\"total_amount\":\"630000.00\",\"paid_amount\":\"0.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-02-02T12:29:48.000000Z\",\"cashier_id\":7,\"is_loan\":true,\"loan_amount\":\"630000.00\",\"collected_amount\":\"0.00\",\"payment_status\":\"unpaid\",\"updated_at\":\"2026-02-02T12:29:48.000000Z\",\"created_at\":\"2026-02-02T12:29:48.000000Z\",\"id\":378}','Sale created through POS',7,'Ayoub Oumar','2026-02-02 09:29:48','2026-02-02 09:29:48'),
(445,378,'payment_received','{\"payment_status\":{\"old\":\"unpaid\",\"new\":\"partial\"},\"loan_amount\":{\"old\":\"630000.00\",\"new\":\"5000.00\"},\"collected_amount\":{\"old\":\"0.00\",\"new\":\"625000.00\"}}',NULL,'{\"payment_amount\":625000,\"payment_method\":\"cash\",\"payment_notes\":null,\"balance_after\":5000}','Payment received: 625,000 CFA via Cash',7,'Ayoub Oumar','2026-02-02 10:45:50','2026-02-02 10:45:50'),
(446,379,'created',NULL,NULL,'{\"sale_number\":\"HIL-0378\",\"sale_type\":\"market\",\"customer_name\":null,\"customer_phone\":null,\"customer_email\":null,\"subtotal\":\"18000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"18000.00\",\"paid_amount\":\"18000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-02-02T15:34:39.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"18000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-02-02T15:34:39.000000Z\",\"created_at\":\"2026-02-02T15:34:39.000000Z\",\"id\":379}','Sale created through POS',7,'Ayoub Oumar','2026-02-02 12:34:39','2026-02-02 12:34:39'),
(447,380,'created',NULL,NULL,'{\"sale_number\":\"HIL-0379\",\"sale_type\":\"market\",\"customer_name\":\"Saoudi\",\"customer_phone\":\"---\",\"customer_email\":null,\"subtotal\":\"55500.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"55500.00\",\"paid_amount\":\"55500.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-02-02T20:46:10.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"55500.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-02-02T20:46:10.000000Z\",\"created_at\":\"2026-02-02T20:46:10.000000Z\",\"id\":380}','Sale created through POS',7,'Ayoub Oumar','2026-02-02 17:46:10','2026-02-02 17:46:10'),
(448,381,'created',NULL,NULL,'{\"sale_number\":\"HIL-0380\",\"sale_type\":\"market\",\"customer_name\":\"30 $\",\"customer_phone\":\"---\",\"customer_email\":null,\"subtotal\":\"180000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"180000.00\",\"paid_amount\":\"180000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-02-02T20:50:14.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"180000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-02-02T20:50:14.000000Z\",\"created_at\":\"2026-02-02T20:50:14.000000Z\",\"id\":381}','Sale created through POS',7,'Ayoub Oumar','2026-02-02 17:50:14','2026-02-02 17:50:14'),
(449,382,'created',NULL,NULL,'{\"sale_number\":\"HIL-0381\",\"sale_type\":\"market\",\"customer_name\":\"Issakha\",\"customer_phone\":\"---\",\"customer_email\":null,\"subtotal\":\"17500.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"17500.00\",\"paid_amount\":\"17500.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-02-03T09:54:33.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"17500.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-02-03T09:54:33.000000Z\",\"created_at\":\"2026-02-03T09:54:33.000000Z\",\"id\":382}','Sale created through POS',7,'Ayoub Oumar','2026-02-03 06:54:34','2026-02-03 06:54:34'),
(450,383,'created',NULL,NULL,'{\"sale_number\":\"HIL-0382\",\"sale_type\":\"market\",\"customer_name\":null,\"customer_phone\":null,\"customer_email\":null,\"subtotal\":\"20000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"20000.00\",\"paid_amount\":\"20000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-02-03T11:51:07.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"20000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-02-03T11:51:07.000000Z\",\"created_at\":\"2026-02-03T11:51:07.000000Z\",\"id\":383}','Sale created through POS',7,'Ayoub Oumar','2026-02-03 08:51:07','2026-02-03 08:51:07'),
(451,384,'created',NULL,NULL,'{\"sale_number\":\"HIL-0383\",\"sale_type\":\"market\",\"customer_name\":\"Ousman Nassir\",\"customer_phone\":\"---\",\"customer_email\":null,\"subtotal\":\"65000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"65000.00\",\"paid_amount\":\"0.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-02-03T13:38:33.000000Z\",\"cashier_id\":7,\"is_loan\":true,\"loan_amount\":\"65000.00\",\"collected_amount\":\"0.00\",\"payment_status\":\"unpaid\",\"updated_at\":\"2026-02-03T13:38:33.000000Z\",\"created_at\":\"2026-02-03T13:38:33.000000Z\",\"id\":384}','Sale created through POS',7,'Ayoub Oumar','2026-02-03 10:38:33','2026-02-03 10:38:33'),
(452,144,'payment_received','{\"loan_amount\":{\"old\":\"250000.00\",\"new\":\"40000.00\"},\"collected_amount\":{\"old\":\"125000.00\",\"new\":\"335000.00\"}}',NULL,'{\"payment_amount\":210000,\"payment_method\":\"cash\",\"payment_notes\":null,\"balance_after\":40000}','Payment received: 210,000 CFA via Cash',7,'Ayoub Oumar','2026-02-03 10:39:06','2026-02-03 10:39:06'),
(453,372,'payment_received','{\"payment_status\":{\"old\":\"unpaid\",\"new\":\"paid\"},\"loan_amount\":{\"old\":\"17500.00\",\"new\":\"0.00\"},\"collected_amount\":{\"old\":\"0.00\",\"new\":\"17500.00\"},\"is_loan\":{\"old\":true,\"new\":false}}',NULL,'{\"payment_amount\":17500,\"payment_method\":\"cash\",\"payment_notes\":null,\"balance_after\":0}','Payment received: 17,500 CFA via Cash',7,'Ayoub Oumar','2026-02-03 10:44:43','2026-02-03 10:44:43'),
(454,352,'payment_received','{\"payment_status\":{\"old\":\"partial\",\"new\":\"paid\"},\"loan_amount\":{\"old\":\"100000.00\",\"new\":\"0.00\"},\"collected_amount\":{\"old\":\"250000.00\",\"new\":\"350000.00\"},\"is_loan\":{\"old\":true,\"new\":false}}',NULL,'{\"payment_amount\":100000,\"payment_method\":\"cash\",\"payment_notes\":null,\"balance_after\":0}','Payment received: 100,000 CFA via Cash',7,'Ayoub Oumar','2026-02-03 10:45:03','2026-02-03 10:45:03'),
(455,385,'created',NULL,NULL,'{\"sale_number\":\"HIL-0384\",\"sale_type\":\"market\",\"customer_name\":null,\"customer_phone\":null,\"customer_email\":null,\"subtotal\":\"22000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"22000.00\",\"paid_amount\":\"22000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-02-03T14:52:09.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"22000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-02-03T14:52:09.000000Z\",\"created_at\":\"2026-02-03T14:52:09.000000Z\",\"id\":385}','Sale created through POS',7,'Ayoub Oumar','2026-02-03 11:52:09','2026-02-03 11:52:09'),
(456,386,'created',NULL,NULL,'{\"sale_number\":\"HIL-0385\",\"sale_type\":\"market\",\"customer_name\":\"Fatime Abdelrahim\",\"customer_phone\":\"---\",\"customer_email\":null,\"subtotal\":\"35000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"35000.00\",\"paid_amount\":\"0.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-02-03T14:55:19.000000Z\",\"cashier_id\":7,\"is_loan\":true,\"loan_amount\":\"35000.00\",\"collected_amount\":\"0.00\",\"payment_status\":\"unpaid\",\"updated_at\":\"2026-02-03T14:55:19.000000Z\",\"created_at\":\"2026-02-03T14:55:19.000000Z\",\"id\":386}','Sale created through POS',7,'Ayoub Oumar','2026-02-03 11:55:19','2026-02-03 11:55:19'),
(457,209,'payment_received','{\"payment_status\":{\"old\":\"partial\",\"new\":\"paid\"},\"loan_amount\":{\"old\":\"10000.00\",\"new\":\"0.00\"},\"collected_amount\":{\"old\":\"60000.00\",\"new\":\"70000.00\"},\"is_loan\":{\"old\":true,\"new\":false}}',NULL,'{\"payment_amount\":10000,\"payment_method\":\"cash\",\"payment_notes\":null,\"balance_after\":0}','Payment received: 10,000 CFA via Cash',7,'Ayoub Oumar','2026-02-03 12:16:17','2026-02-03 12:16:17'),
(458,386,'payment_received','{\"payment_status\":{\"old\":\"unpaid\",\"new\":\"partial\"},\"loan_amount\":{\"old\":\"35000.00\",\"new\":\"16000.00\"},\"collected_amount\":{\"old\":\"0.00\",\"new\":\"19000.00\"}}',NULL,'{\"payment_amount\":19000,\"payment_method\":\"cash\",\"payment_notes\":null,\"balance_after\":16000}','Payment received: 19,000 CFA via Cash',7,'Ayoub Oumar','2026-02-03 12:16:44','2026-02-03 12:16:44'),
(459,386,'payment_received','{\"loan_amount\":{\"old\":\"16000.00\",\"new\":\"6000.00\"},\"collected_amount\":{\"old\":\"19000.00\",\"new\":\"29000.00\"}}',NULL,'{\"payment_amount\":10000,\"payment_method\":\"cash\",\"payment_notes\":null,\"balance_after\":6000}','Payment received: 10,000 CFA via Cash',7,'Ayoub Oumar','2026-02-03 12:17:21','2026-02-03 12:17:21'),
(460,387,'created',NULL,NULL,'{\"sale_number\":\"HIL-0386\",\"sale_type\":\"market\",\"customer_name\":null,\"customer_phone\":null,\"customer_email\":null,\"subtotal\":\"20000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"20000.00\",\"paid_amount\":\"20000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-02-03T15:33:08.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"20000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-02-03T15:33:08.000000Z\",\"created_at\":\"2026-02-03T15:33:08.000000Z\",\"id\":387}','Sale created through POS',7,'Ayoub Oumar','2026-02-03 12:33:08','2026-02-03 12:33:08'),
(461,388,'created',NULL,NULL,'{\"sale_number\":\"HIL-0387\",\"sale_type\":\"market\",\"customer_name\":\"Noussraddine Abdoullay\",\"customer_phone\":\"68 00 08 84\",\"customer_email\":null,\"subtotal\":\"443000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"443000.00\",\"paid_amount\":\"443000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-02-03T16:10:12.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"443000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-02-03T16:10:12.000000Z\",\"created_at\":\"2026-02-03T16:10:12.000000Z\",\"id\":388}','Sale created through POS',7,'Ayoub Oumar','2026-02-03 13:10:12','2026-02-03 13:10:12'),
(462,389,'created',NULL,NULL,'{\"sale_number\":\"HIL-0388\",\"sale_type\":\"market\",\"customer_name\":\"Gachi\",\"customer_phone\":\"---\",\"customer_email\":null,\"subtotal\":\"18500.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"18500.00\",\"paid_amount\":\"18500.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-02-04T10:33:28.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"18500.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-02-04T10:33:28.000000Z\",\"created_at\":\"2026-02-04T10:33:28.000000Z\",\"id\":389}','Sale created through POS',7,'Ayoub Oumar','2026-02-04 07:33:28','2026-02-04 07:33:28'),
(463,390,'created',NULL,NULL,'{\"sale_number\":\"HIL-0389\",\"sale_type\":\"market\",\"customer_name\":\"Client\",\"customer_phone\":\"---\",\"customer_email\":null,\"subtotal\":\"18500.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"18500.00\",\"paid_amount\":\"18500.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-02-04T11:40:16.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"18500.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-02-04T11:40:16.000000Z\",\"created_at\":\"2026-02-04T11:40:16.000000Z\",\"id\":390}','Sale created through POS',7,'Ayoub Oumar','2026-02-04 08:40:16','2026-02-04 08:40:16'),
(464,389,'cancelled','{\"sale_status\":{\"old\":\"completed\",\"new\":\"cancelled\"},\"payment_status\":{\"old\":\"paid\",\"new\":\"refunded\"}}',NULL,'{\"id\":389,\"sale_number\":\"HIL-0388\",\"sale_type\":\"market\",\"customer_name\":\"Gachi\",\"customer_phone\":\"---\",\"customer_email\":null,\"subtotal\":\"18500.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"18500.00\",\"loan_amount\":\"0.00\",\"collected_amount\":\"18500.00\",\"is_loan\":false,\"paid_amount\":\"18500.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"payment_status\":\"refunded\",\"sale_status\":\"cancelled\",\"notes\":\"\\n\\nCancelled: Sale return\",\"cashier_id\":\"7\",\"sale_date\":\"2026-02-04T10:33:28.000000Z\",\"created_at\":\"2026-02-04T10:33:28.000000Z\",\"updated_at\":\"2026-02-04T11:53:21.000000Z\",\"items\":[{\"id\":699,\"sale_id\":\"389\",\"product_id\":\"247\",\"product_name\":\"HS-0150S\",\"product_barcode\":null,\"quantity\":1,\"unit_price\":\"18500.00\",\"tax_rate\":\"0.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"18500.00\",\"created_at\":\"2026-02-04T10:33:28.000000Z\",\"updated_at\":\"2026-02-04T10:33:28.000000Z\",\"product\":{\"id\":247,\"name\":\"HS-0150S\",\"description\":\"2\\u00d741\\r\\n1\\u00d743\\r\\n1\\u00d745\",\"barcode\":\"PRD165573-M1\",\"category_id\":\"2\",\"product_type\":\"market\",\"unit\":\"pcs\",\"alert_quantity\":1,\"cost_price\":\"16500.00\",\"selling_price\":\"18500.00\",\"discount_price\":null,\"image\":\"products\\/1769514028_QFsLm4CLeu.jpeg\",\"expiry_date\":null,\"is_active\":true,\"weight\":null,\"length\":null,\"width\":null,\"height\":null,\"created_at\":\"2026-01-27T12:15:49.000000Z\",\"updated_at\":\"2026-01-29T09:08:52.000000Z\",\"deleted_at\":null,\"inventory\":{\"id\":246,\"product_id\":\"247\",\"current_stock\":6,\"reserved_stock\":0,\"available_stock\":6,\"last_stock_update\":\"2026-02-04T11:53:21.000000Z\",\"last_updated_by\":7,\"created_at\":\"2026-01-27T12:15:49.000000Z\",\"updated_at\":\"2026-02-04T11:53:21.000000Z\"}}}],\"cashier\":{\"id\":7,\"name\":\"Ayoub Oumar\",\"email\":\"ayoub.oumar919@gmail.com\",\"user_type\":\"admin\",\"is_active\":true,\"preferred_language\":\"en\",\"email_verified_at\":\"2025-12-18T06:27:21.000000Z\",\"two_factor_confirmed_at\":null,\"current_team_id\":null,\"profile_photo_path\":null,\"created_at\":\"2025-12-18T06:27:21.000000Z\",\"updated_at\":\"2026-01-05T11:04:03.000000Z\",\"profile_photo_url\":\"https:\\/\\/ui-avatars.com\\/api\\/?name=A+O&color=7F9CF5&background=EBF4FF\"}}','Sale return',7,'Ayoub Oumar','2026-02-04 08:53:21','2026-02-04 08:53:21'),
(465,391,'created',NULL,NULL,'{\"sale_number\":\"HIL-0390\",\"sale_type\":\"market\",\"customer_name\":\"Saoudi\",\"customer_phone\":\"---\",\"customer_email\":null,\"subtotal\":\"20000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"20000.00\",\"paid_amount\":\"20000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-02-04T11:54:14.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"20000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-02-04T11:54:14.000000Z\",\"created_at\":\"2026-02-04T11:54:14.000000Z\",\"id\":391}','Sale created through POS',7,'Ayoub Oumar','2026-02-04 08:54:14','2026-02-04 08:54:14'),
(466,392,'created',NULL,NULL,'{\"sale_number\":\"HIL-0391\",\"sale_type\":\"market\",\"customer_name\":\"Youssouf\",\"customer_phone\":\"---\",\"customer_email\":null,\"subtotal\":\"20000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"20000.00\",\"paid_amount\":\"20000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-02-04T11:54:35.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"20000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-02-04T11:54:35.000000Z\",\"created_at\":\"2026-02-04T11:54:35.000000Z\",\"id\":392}','Sale created through POS',7,'Ayoub Oumar','2026-02-04 08:54:35','2026-02-04 08:54:35'),
(467,393,'created',NULL,NULL,'{\"sale_number\":\"HIL-0392\",\"sale_type\":\"market\",\"customer_name\":\"Fatime Abdelrahim\",\"customer_phone\":\"---\",\"customer_email\":null,\"subtotal\":\"35000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"35000.00\",\"paid_amount\":\"0.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-02-04T12:07:00.000000Z\",\"cashier_id\":7,\"is_loan\":true,\"loan_amount\":\"35000.00\",\"collected_amount\":\"0.00\",\"payment_status\":\"unpaid\",\"updated_at\":\"2026-02-04T12:07:00.000000Z\",\"created_at\":\"2026-02-04T12:07:00.000000Z\",\"id\":393}','Sale created through POS',7,'Ayoub Oumar','2026-02-04 09:07:00','2026-02-04 09:07:00'),
(468,386,'payment_received','{\"payment_status\":{\"old\":\"partial\",\"new\":\"paid\"},\"loan_amount\":{\"old\":\"6000.00\",\"new\":\"0.00\"},\"collected_amount\":{\"old\":\"29000.00\",\"new\":\"35000.00\"},\"is_loan\":{\"old\":true,\"new\":false}}',NULL,'{\"payment_amount\":6000,\"payment_method\":\"cash\",\"payment_notes\":null,\"balance_after\":0}','Payment received: 6,000 CFA via Cash',7,'Ayoub Oumar','2026-02-04 09:08:31','2026-02-04 09:08:31'),
(469,393,'payment_received','{\"payment_status\":{\"old\":\"unpaid\",\"new\":\"partial\"},\"loan_amount\":{\"old\":\"35000.00\",\"new\":\"15000.00\"},\"collected_amount\":{\"old\":\"0.00\",\"new\":\"20000.00\"}}',NULL,'{\"payment_amount\":20000,\"payment_method\":\"cash\",\"payment_notes\":null,\"balance_after\":15000}','Payment received: 20,000 CFA via Cash',7,'Ayoub Oumar','2026-02-04 09:09:42','2026-02-04 09:09:42'),
(470,394,'created',NULL,NULL,'{\"sale_number\":\"HIL-0393\",\"sale_type\":\"market\",\"customer_name\":null,\"customer_phone\":null,\"customer_email\":null,\"subtotal\":\"45000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"45000.00\",\"paid_amount\":\"45000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-02-04T12:22:05.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"45000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-02-04T12:22:05.000000Z\",\"created_at\":\"2026-02-04T12:22:05.000000Z\",\"id\":394}','Sale created through POS',7,'Ayoub Oumar','2026-02-04 09:22:05','2026-02-04 09:22:05'),
(471,395,'created',NULL,NULL,'{\"sale_number\":\"HIL-0394\",\"sale_type\":\"market\",\"customer_name\":null,\"customer_phone\":null,\"customer_email\":null,\"subtotal\":\"22500.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"22500.00\",\"paid_amount\":\"22500.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-02-04T12:51:33.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"22500.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-02-04T12:51:33.000000Z\",\"created_at\":\"2026-02-04T12:51:33.000000Z\",\"id\":395}','Sale created through POS',7,'Ayoub Oumar','2026-02-04 09:51:33','2026-02-04 09:51:33'),
(472,396,'created',NULL,NULL,'{\"sale_number\":\"HIL-0395\",\"sale_type\":\"market\",\"customer_name\":null,\"customer_phone\":null,\"customer_email\":null,\"subtotal\":\"22000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"22000.00\",\"paid_amount\":\"22000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-02-04T13:34:36.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"22000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-02-04T13:34:36.000000Z\",\"created_at\":\"2026-02-04T13:34:36.000000Z\",\"id\":396}','Sale created through POS',7,'Ayoub Oumar','2026-02-04 10:34:36','2026-02-04 10:34:36'),
(473,397,'created',NULL,NULL,'{\"sale_number\":\"HIL-0396\",\"sale_type\":\"market\",\"customer_name\":\"Ayoub\",\"customer_phone\":\"---\",\"customer_email\":null,\"subtotal\":\"17500.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"17500.00\",\"paid_amount\":\"17500.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-02-04T14:32:41.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"17500.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-02-04T14:32:41.000000Z\",\"created_at\":\"2026-02-04T14:32:41.000000Z\",\"id\":397}','Sale created through POS',7,'Ayoub Oumar','2026-02-04 11:32:41','2026-02-04 11:32:41'),
(474,398,'created',NULL,NULL,'{\"sale_number\":\"HIL-0397\",\"sale_type\":\"market\",\"customer_name\":\"Ayoub\",\"customer_phone\":\"---\",\"customer_email\":null,\"subtotal\":\"27500.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"27500.00\",\"paid_amount\":\"27500.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-02-04T15:08:02.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"27500.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-02-04T15:08:02.000000Z\",\"created_at\":\"2026-02-04T15:08:02.000000Z\",\"id\":398}','Sale created through POS',7,'Ayoub Oumar','2026-02-04 12:08:02','2026-02-04 12:08:02'),
(475,399,'created',NULL,NULL,'{\"sale_number\":\"HIL-0398\",\"sale_type\":\"market\",\"customer_name\":\"Gachi\",\"customer_phone\":\"---\",\"customer_email\":null,\"subtotal\":\"17500.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"17500.00\",\"paid_amount\":\"17500.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-02-04T15:08:34.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"17500.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-02-04T15:08:34.000000Z\",\"created_at\":\"2026-02-04T15:08:34.000000Z\",\"id\":399}','Sale created through POS',7,'Ayoub Oumar','2026-02-04 12:08:34','2026-02-04 12:08:34'),
(476,400,'created',NULL,NULL,'{\"sale_number\":\"HIL-0399\",\"sale_type\":\"market\",\"customer_name\":\"Serou Mi\",\"customer_phone\":\"---\",\"customer_email\":null,\"subtotal\":\"55500.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"55500.00\",\"paid_amount\":\"55500.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-02-04T17:39:45.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"55500.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-02-04T17:39:45.000000Z\",\"created_at\":\"2026-02-04T17:39:45.000000Z\",\"id\":400}','Sale created through POS',7,'Ayoub Oumar','2026-02-04 14:39:45','2026-02-04 14:39:45'),
(477,401,'created',NULL,NULL,'{\"sale_number\":\"HIL-0400\",\"sale_type\":\"market\",\"customer_name\":\"Abdelkerm\",\"customer_phone\":\"---\",\"customer_email\":null,\"subtotal\":\"185000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"185000.00\",\"paid_amount\":\"0.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-02-05T09:31:00.000000Z\",\"cashier_id\":7,\"is_loan\":true,\"loan_amount\":\"185000.00\",\"collected_amount\":\"0.00\",\"payment_status\":\"unpaid\",\"updated_at\":\"2026-02-05T09:31:00.000000Z\",\"created_at\":\"2026-02-05T09:31:00.000000Z\",\"id\":401}','Sale created through POS',7,'Ayoub Oumar','2026-02-05 06:31:00','2026-02-05 06:31:00'),
(478,365,'payment_received','{\"payment_status\":{\"old\":\"unpaid\",\"new\":\"paid\"},\"loan_amount\":{\"old\":\"455000.00\",\"new\":\"0.00\"},\"collected_amount\":{\"old\":\"0.00\",\"new\":\"455000.00\"},\"is_loan\":{\"old\":true,\"new\":false}}',NULL,'{\"payment_amount\":455000,\"payment_method\":\"cash\",\"payment_notes\":null,\"balance_after\":0}','Payment received: 455,000 CFA via Cash',7,'Ayoub Oumar','2026-02-05 06:34:50','2026-02-05 06:34:50'),
(479,402,'created',NULL,NULL,'{\"sale_number\":\"HIL-0401\",\"sale_type\":\"market\",\"customer_name\":null,\"customer_phone\":null,\"customer_email\":null,\"subtotal\":\"45000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"45000.00\",\"paid_amount\":\"45000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-02-05T09:39:23.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"45000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-02-05T09:39:23.000000Z\",\"created_at\":\"2026-02-05T09:39:23.000000Z\",\"id\":402}','Sale created through POS',7,'Ayoub Oumar','2026-02-05 06:39:23','2026-02-05 06:39:23'),
(480,403,'created',NULL,NULL,'{\"sale_number\":\"HIL-0402\",\"sale_type\":\"market\",\"customer_name\":\"Ayoub\",\"customer_phone\":\"---\",\"customer_email\":null,\"subtotal\":\"17500.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"17500.00\",\"paid_amount\":\"17500.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-02-05T10:09:25.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"17500.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-02-05T10:09:25.000000Z\",\"created_at\":\"2026-02-05T10:09:25.000000Z\",\"id\":403}','Sale created through POS',7,'Ayoub Oumar','2026-02-05 07:09:25','2026-02-05 07:09:25'),
(481,404,'created',NULL,NULL,'{\"sale_number\":\"HIL-0403\",\"sale_type\":\"market\",\"customer_name\":\"Guisma\",\"customer_phone\":\"---\",\"customer_email\":null,\"subtotal\":\"17500.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"17500.00\",\"paid_amount\":\"17500.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-02-05T12:08:54.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"17500.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-02-05T12:08:54.000000Z\",\"created_at\":\"2026-02-05T12:08:54.000000Z\",\"id\":404}','Sale created through POS',7,'Ayoub Oumar','2026-02-05 09:08:54','2026-02-05 09:08:54'),
(482,405,'created',NULL,NULL,'{\"sale_number\":\"HIL-0404\",\"sale_type\":\"market\",\"customer_name\":null,\"customer_phone\":null,\"customer_email\":null,\"subtotal\":\"18500.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"18500.00\",\"paid_amount\":\"18500.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-02-05T14:01:17.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"18500.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-02-05T14:01:17.000000Z\",\"created_at\":\"2026-02-05T14:01:17.000000Z\",\"id\":405}','Sale created through POS',7,'Ayoub Oumar','2026-02-05 11:01:17','2026-02-05 11:01:17'),
(483,406,'created',NULL,NULL,'{\"sale_number\":\"HIL-0405\",\"sale_type\":\"market\",\"customer_name\":\"Issakha\",\"customer_phone\":\"---\",\"customer_email\":null,\"subtotal\":\"17500.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"17500.00\",\"paid_amount\":\"17500.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-02-05T14:15:55.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"17500.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-02-05T14:15:55.000000Z\",\"created_at\":\"2026-02-05T14:15:55.000000Z\",\"id\":406}','Sale created through POS',7,'Ayoub Oumar','2026-02-05 11:15:55','2026-02-05 11:15:55'),
(484,407,'created',NULL,NULL,'{\"sale_number\":\"HIL-0406\",\"sale_type\":\"market\",\"customer_name\":\"Saoudi\",\"customer_phone\":\"---\",\"customer_email\":null,\"subtotal\":\"17500.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"17500.00\",\"paid_amount\":\"17500.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-02-05T16:16:01.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"17500.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-02-05T16:16:01.000000Z\",\"created_at\":\"2026-02-05T16:16:01.000000Z\",\"id\":407}','Sale created through POS',7,'Ayoub Oumar','2026-02-05 13:16:01','2026-02-05 13:16:01'),
(485,408,'created',NULL,NULL,'{\"sale_number\":\"HIL-0407\",\"sale_type\":\"market\",\"customer_name\":\"Fatime Abdelrahim\",\"customer_phone\":\"---\",\"customer_email\":null,\"subtotal\":\"17500.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"17500.00\",\"paid_amount\":\"0.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-02-06T08:07:15.000000Z\",\"cashier_id\":7,\"is_loan\":true,\"loan_amount\":\"17500.00\",\"collected_amount\":\"0.00\",\"payment_status\":\"unpaid\",\"updated_at\":\"2026-02-06T08:07:15.000000Z\",\"created_at\":\"2026-02-06T08:07:15.000000Z\",\"id\":408}','Sale created through POS',7,'Ayoub Oumar','2026-02-06 05:07:15','2026-02-06 05:07:15'),
(486,393,'payment_received','{\"loan_amount\":{\"old\":\"15000.00\",\"new\":\"5000.00\"},\"collected_amount\":{\"old\":\"20000.00\",\"new\":\"30000.00\"}}',NULL,'{\"payment_amount\":10000,\"payment_method\":\"cash\",\"payment_notes\":null,\"balance_after\":5000}','Payment received: 10,000 CFA via Cash',7,'Ayoub Oumar','2026-02-06 05:07:40','2026-02-06 05:07:40'),
(487,409,'created',NULL,NULL,'{\"sale_number\":\"HIL-0408\",\"sale_type\":\"market\",\"customer_name\":\"Ayoub\",\"customer_phone\":\"---\",\"customer_email\":null,\"subtotal\":\"17500.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"17500.00\",\"paid_amount\":\"17500.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-02-06T10:16:37.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"17500.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-02-06T10:16:37.000000Z\",\"created_at\":\"2026-02-06T10:16:37.000000Z\",\"id\":409}','Sale created through POS',7,'Ayoub Oumar','2026-02-06 07:16:37','2026-02-06 07:16:37'),
(488,410,'created',NULL,NULL,'{\"sale_number\":\"HIL-0409\",\"sale_type\":\"market\",\"customer_name\":\"Issakha\",\"customer_phone\":\"---\",\"customer_email\":null,\"subtotal\":\"17500.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"17500.00\",\"paid_amount\":\"17500.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-02-06T10:16:56.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"17500.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-02-06T10:16:56.000000Z\",\"created_at\":\"2026-02-06T10:16:56.000000Z\",\"id\":410}','Sale created through POS',7,'Ayoub Oumar','2026-02-06 07:16:56','2026-02-06 07:16:56'),
(489,411,'created',NULL,NULL,'{\"sale_number\":\"HIL-0410\",\"sale_type\":\"market\",\"customer_name\":\"Ayoub\",\"customer_phone\":\"---\",\"customer_email\":null,\"subtotal\":\"22000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"22000.00\",\"paid_amount\":\"22000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-02-06T10:17:19.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"22000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-02-06T10:17:19.000000Z\",\"created_at\":\"2026-02-06T10:17:19.000000Z\",\"id\":411}','Sale created through POS',7,'Ayoub Oumar','2026-02-06 07:17:19','2026-02-06 07:17:19'),
(490,412,'created',NULL,NULL,'{\"sale_number\":\"HIL-0411\",\"sale_type\":\"market\",\"customer_name\":\"Issakha\",\"customer_phone\":\"---\",\"customer_email\":null,\"subtotal\":\"17500.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"17500.00\",\"paid_amount\":\"17500.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-02-06T10:25:57.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"17500.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-02-06T10:25:57.000000Z\",\"created_at\":\"2026-02-06T10:25:57.000000Z\",\"id\":412}','Sale created through POS',7,'Ayoub Oumar','2026-02-06 07:25:57','2026-02-06 07:25:57'),
(491,413,'created',NULL,NULL,'{\"sale_number\":\"HIL-0412\",\"sale_type\":\"market\",\"customer_name\":null,\"customer_phone\":null,\"customer_email\":null,\"subtotal\":\"20000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"20000.00\",\"paid_amount\":\"20000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-02-06T12:07:23.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"20000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-02-06T12:07:23.000000Z\",\"created_at\":\"2026-02-06T12:07:23.000000Z\",\"id\":413}','Sale created through POS',7,'Ayoub Oumar','2026-02-06 09:07:23','2026-02-06 09:07:23'),
(492,414,'created',NULL,NULL,'{\"sale_number\":\"HIL-0413\",\"sale_type\":\"market\",\"customer_name\":\"Ayoub\",\"customer_phone\":\"---\",\"customer_email\":null,\"subtotal\":\"17500.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"17500.00\",\"paid_amount\":\"17500.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-02-06T12:07:56.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"17500.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-02-06T12:07:56.000000Z\",\"created_at\":\"2026-02-06T12:07:56.000000Z\",\"id\":414}','Sale created through POS',7,'Ayoub Oumar','2026-02-06 09:07:56','2026-02-06 09:07:56'),
(493,415,'created',NULL,NULL,'{\"sale_number\":\"HIL-0414\",\"sale_type\":\"market\",\"customer_name\":\"Ayoub\",\"customer_phone\":\"---\",\"customer_email\":null,\"subtotal\":\"35000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"35000.00\",\"paid_amount\":\"35000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-02-06T12:52:12.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"35000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-02-06T12:52:12.000000Z\",\"created_at\":\"2026-02-06T12:52:12.000000Z\",\"id\":415}','Sale created through POS',7,'Ayoub Oumar','2026-02-06 09:52:12','2026-02-06 09:52:12'),
(494,416,'created',NULL,NULL,'{\"sale_number\":\"HIL-0415\",\"sale_type\":\"market\",\"customer_name\":\"Youssouf\",\"customer_phone\":\"---\",\"customer_email\":null,\"subtotal\":\"17500.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"17500.00\",\"paid_amount\":\"17500.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-02-06T13:47:14.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"17500.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-02-06T13:47:14.000000Z\",\"created_at\":\"2026-02-06T13:47:14.000000Z\",\"id\":416}','Sale created through POS',7,'Ayoub Oumar','2026-02-06 10:47:14','2026-02-06 10:47:14'),
(495,417,'created',NULL,NULL,'{\"sale_number\":\"HIL-0416\",\"sale_type\":\"market\",\"customer_name\":\"Yassin\",\"customer_phone\":\"---\",\"customer_email\":null,\"subtotal\":\"37000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"37000.00\",\"paid_amount\":\"37000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-02-06T13:52:04.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"37000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-02-06T13:52:04.000000Z\",\"created_at\":\"2026-02-06T13:52:04.000000Z\",\"id\":417}','Sale created through POS',7,'Ayoub Oumar','2026-02-06 10:52:04','2026-02-06 10:52:04'),
(496,346,'payment_received','{\"payment_status\":{\"old\":\"unpaid\",\"new\":\"paid\"},\"loan_amount\":{\"old\":\"20000.00\",\"new\":\"0.00\"},\"collected_amount\":{\"old\":\"0.00\",\"new\":\"20000.00\"},\"is_loan\":{\"old\":true,\"new\":false}}',NULL,'{\"payment_amount\":20000,\"payment_method\":\"cash\",\"payment_notes\":null,\"balance_after\":0}','Payment received: 20,000 CFA via Cash',7,'Ayoub Oumar','2026-02-06 10:54:35','2026-02-06 10:54:35'),
(497,418,'created',NULL,NULL,'{\"sale_number\":\"HIL-0417\",\"sale_type\":\"market\",\"customer_name\":\"Issakha\",\"customer_phone\":\"---\",\"customer_email\":null,\"subtotal\":\"70000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"70000.00\",\"paid_amount\":\"70000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-02-06T14:30:24.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"70000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-02-06T14:30:24.000000Z\",\"created_at\":\"2026-02-06T14:30:24.000000Z\",\"id\":418}','Sale created through POS',7,'Ayoub Oumar','2026-02-06 11:30:24','2026-02-06 11:30:24'),
(498,419,'created',NULL,NULL,'{\"sale_number\":\"HIL-0418\",\"sale_type\":\"market\",\"customer_name\":\"Ayoub\",\"customer_phone\":\"---\",\"customer_email\":null,\"subtotal\":\"17500.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"17500.00\",\"paid_amount\":\"17500.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-02-06T15:21:38.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"17500.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-02-06T15:21:38.000000Z\",\"created_at\":\"2026-02-06T15:21:38.000000Z\",\"id\":419}','Sale created through POS',7,'Ayoub Oumar','2026-02-06 12:21:38','2026-02-06 12:21:38'),
(499,420,'created',NULL,NULL,'{\"sale_number\":\"HIL-0419\",\"sale_type\":\"market\",\"customer_name\":null,\"customer_phone\":null,\"customer_email\":null,\"subtotal\":\"20000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"20000.00\",\"paid_amount\":\"20000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-02-06T15:22:51.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"20000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-02-06T15:22:51.000000Z\",\"created_at\":\"2026-02-06T15:22:51.000000Z\",\"id\":420}','Sale created through POS',7,'Ayoub Oumar','2026-02-06 12:22:51','2026-02-06 12:22:51'),
(500,421,'created',NULL,NULL,'{\"sale_number\":\"HIL-0420\",\"sale_type\":\"market\",\"customer_name\":\"Ayoub\",\"customer_phone\":\"---\",\"customer_email\":null,\"subtotal\":\"17500.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"17500.00\",\"paid_amount\":\"17500.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-02-07T09:16:12.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"17500.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-02-07T09:16:12.000000Z\",\"created_at\":\"2026-02-07T09:16:12.000000Z\",\"id\":421}','Sale created through POS',7,'Ayoub Oumar','2026-02-07 06:16:12','2026-02-07 06:16:12'),
(501,422,'created',NULL,NULL,'{\"sale_number\":\"HIL-0421\",\"sale_type\":\"market\",\"customer_name\":\"Oncle\",\"customer_phone\":\"---\",\"customer_email\":null,\"subtotal\":\"139800.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"139800.00\",\"paid_amount\":\"139800.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-02-07T09:18:00.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"139800.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-02-07T09:18:00.000000Z\",\"created_at\":\"2026-02-07T09:18:00.000000Z\",\"id\":422}','Sale created through POS',7,'Ayoub Oumar','2026-02-07 06:18:00','2026-02-07 06:18:00'),
(502,423,'created',NULL,NULL,'{\"sale_number\":\"HIL-0422\",\"sale_type\":\"market\",\"customer_name\":null,\"customer_phone\":null,\"customer_email\":null,\"subtotal\":\"5500.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"5500.00\",\"paid_amount\":\"5500.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-02-07T09:18:31.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"5500.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-02-07T09:18:31.000000Z\",\"created_at\":\"2026-02-07T09:18:31.000000Z\",\"id\":423}','Sale created through POS',7,'Ayoub Oumar','2026-02-07 06:18:31','2026-02-07 06:18:31'),
(503,424,'created',NULL,NULL,'{\"sale_number\":\"HIL-0423\",\"sale_type\":\"market\",\"customer_name\":\"Makki\",\"customer_phone\":\"---\",\"customer_email\":null,\"subtotal\":\"1050000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"1050000.00\",\"paid_amount\":\"1050000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-02-07T13:51:44.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"1050000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-02-07T13:51:44.000000Z\",\"created_at\":\"2026-02-07T13:51:44.000000Z\",\"id\":424}','Sale created through POS',7,'Ayoub Oumar','2026-02-07 10:51:44','2026-02-07 10:51:44'),
(504,359,'cancelled','{\"sale_status\":{\"old\":\"completed\",\"new\":\"cancelled\"},\"payment_status\":{\"old\":\"paid\",\"new\":\"refunded\"}}',NULL,'{\"id\":359,\"sale_number\":\"HIL-0358\",\"sale_type\":\"market\",\"customer_name\":\"Ayoub\",\"customer_phone\":\"---\",\"customer_email\":null,\"subtotal\":\"52500.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"52500.00\",\"loan_amount\":\"0.00\",\"collected_amount\":\"52500.00\",\"is_loan\":false,\"paid_amount\":\"52500.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"payment_status\":\"refunded\",\"sale_status\":\"cancelled\",\"notes\":\"\\n\\nCancelled: Sale return\",\"cashier_id\":\"7\",\"sale_date\":\"2026-01-28T13:42:57.000000Z\",\"created_at\":\"2026-01-28T13:42:57.000000Z\",\"updated_at\":\"2026-02-07T14:36:27.000000Z\",\"items\":[{\"id\":614,\"sale_id\":\"359\",\"product_id\":\"107\",\"product_name\":\"Hilali-23\",\"product_barcode\":null,\"quantity\":1,\"unit_price\":\"17500.00\",\"tax_rate\":\"0.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"17500.00\",\"created_at\":\"2026-01-28T13:42:57.000000Z\",\"updated_at\":\"2026-01-28T13:42:57.000000Z\",\"product\":{\"id\":107,\"name\":\"HS-23\",\"description\":\"5x40\\r\\n5x41\\r\\n8x42\\r\\n8x43\\r\\n6x44\\r\\n4x45\",\"barcode\":\"PRD031028-M1\",\"category_id\":\"2\",\"product_type\":\"market\",\"unit\":\"pcs\",\"alert_quantity\":1,\"cost_price\":\"16500.00\",\"selling_price\":\"18500.00\",\"discount_price\":null,\"image\":\"products\\/1767091949_hLRxaAso5L.jpg\",\"expiry_date\":null,\"is_active\":true,\"weight\":null,\"length\":null,\"width\":null,\"height\":null,\"created_at\":\"2026-01-02T15:50:00.000000Z\",\"updated_at\":\"2026-02-02T15:00:35.000000Z\",\"deleted_at\":null,\"inventory\":{\"id\":106,\"product_id\":\"107\",\"current_stock\":24,\"reserved_stock\":0,\"available_stock\":24,\"last_stock_update\":\"2026-02-07T14:36:27.000000Z\",\"last_updated_by\":7,\"created_at\":\"2026-01-02T15:50:00.000000Z\",\"updated_at\":\"2026-02-07T14:36:27.000000Z\"}}},{\"id\":615,\"sale_id\":\"359\",\"product_id\":\"257\",\"product_name\":\"HB-1002\",\"product_barcode\":null,\"quantity\":1,\"unit_price\":\"17500.00\",\"tax_rate\":\"0.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"17500.00\",\"created_at\":\"2026-01-28T13:42:57.000000Z\",\"updated_at\":\"2026-01-28T13:42:57.000000Z\",\"product\":{\"id\":257,\"name\":\"HB-1002\",\"description\":\"3\\u00d741\\r\\n3\\u00d742\\r\\n1\\u00d743\\r\\n1\\u00d744\\r\\n2\\u00d745\",\"barcode\":\"PRD064060-M1\",\"category_id\":\"3\",\"product_type\":\"market\",\"unit\":\"pcs\",\"alert_quantity\":1,\"cost_price\":\"16500.00\",\"selling_price\":\"18500.00\",\"discount_price\":null,\"image\":\"products\\/1769511510_2ic6jIT57m.jpeg\",\"expiry_date\":null,\"is_active\":true,\"weight\":null,\"length\":null,\"width\":null,\"height\":null,\"created_at\":\"2026-01-27T14:01:51.000000Z\",\"updated_at\":\"2026-01-29T08:42:13.000000Z\",\"deleted_at\":null,\"inventory\":{\"id\":256,\"product_id\":\"257\",\"current_stock\":7,\"reserved_stock\":0,\"available_stock\":7,\"last_stock_update\":\"2026-02-07T14:36:27.000000Z\",\"last_updated_by\":7,\"created_at\":\"2026-01-27T14:01:51.000000Z\",\"updated_at\":\"2026-02-07T14:36:27.000000Z\"}}},{\"id\":616,\"sale_id\":\"359\",\"product_id\":\"261\",\"product_name\":\"HB-1003B\",\"product_barcode\":null,\"quantity\":1,\"unit_price\":\"17500.00\",\"tax_rate\":\"0.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"17500.00\",\"created_at\":\"2026-01-28T13:42:57.000000Z\",\"updated_at\":\"2026-01-28T13:42:57.000000Z\",\"product\":{\"id\":261,\"name\":\"HB-1003B\",\"description\":\"3\\u00d741\\r\\n4\\u00d742\\r\\n4\\u00d743\\r\\n1\\u00d745\",\"barcode\":\"PRD727166-M1\",\"category_id\":\"3\",\"product_type\":\"market\",\"unit\":\"pcs\",\"alert_quantity\":1,\"cost_price\":\"16500.00\",\"selling_price\":\"18500.00\",\"discount_price\":null,\"image\":\"products\\/1769511724_1SvYADQbUM.jpeg\",\"expiry_date\":null,\"is_active\":true,\"weight\":null,\"length\":null,\"width\":null,\"height\":null,\"created_at\":\"2026-01-27T14:02:01.000000Z\",\"updated_at\":\"2026-01-29T08:24:35.000000Z\",\"deleted_at\":null,\"inventory\":{\"id\":260,\"product_id\":\"261\",\"current_stock\":12,\"reserved_stock\":0,\"available_stock\":12,\"last_stock_update\":\"2026-02-07T14:36:27.000000Z\",\"last_updated_by\":7,\"created_at\":\"2026-01-27T14:02:01.000000Z\",\"updated_at\":\"2026-02-07T14:36:27.000000Z\"}}}],\"cashier\":{\"id\":7,\"name\":\"Ayoub Oumar\",\"email\":\"ayoub.oumar919@gmail.com\",\"user_type\":\"admin\",\"is_active\":true,\"preferred_language\":\"en\",\"email_verified_at\":\"2025-12-18T06:27:21.000000Z\",\"two_factor_confirmed_at\":null,\"current_team_id\":null,\"profile_photo_path\":null,\"created_at\":\"2025-12-18T06:27:21.000000Z\",\"updated_at\":\"2026-01-05T11:04:03.000000Z\",\"profile_photo_url\":\"https:\\/\\/ui-avatars.com\\/api\\/?name=A+O&color=7F9CF5&background=EBF4FF\"}}','Sale return',7,'Ayoub Oumar','2026-02-07 11:36:27','2026-02-07 11:36:27'),
(505,425,'created',NULL,NULL,'{\"sale_number\":\"HIL-0424\",\"sale_type\":\"market\",\"customer_name\":\"Ayoub\",\"customer_phone\":\"---\",\"customer_email\":null,\"subtotal\":\"52500.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"52500.00\",\"paid_amount\":\"52500.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-02-07T14:38:08.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"52500.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-02-07T14:38:08.000000Z\",\"created_at\":\"2026-02-07T14:38:08.000000Z\",\"id\":425}','Sale created through POS',7,'Ayoub Oumar','2026-02-07 11:38:08','2026-02-07 11:38:08'),
(506,426,'created',NULL,NULL,'{\"sale_number\":\"HIL-0425\",\"sale_type\":\"market\",\"customer_name\":null,\"customer_phone\":null,\"customer_email\":null,\"subtotal\":\"55500.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"500.00\",\"total_amount\":\"55000.00\",\"paid_amount\":\"55000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-02-07T15:11:12.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"55000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-02-07T15:11:12.000000Z\",\"created_at\":\"2026-02-07T15:11:12.000000Z\",\"id\":426}','Sale created through POS',7,'Ayoub Oumar','2026-02-07 12:11:12','2026-02-07 12:11:12'),
(507,427,'created',NULL,NULL,'{\"sale_number\":\"HIL-0426\",\"sale_type\":\"market\",\"customer_name\":null,\"customer_phone\":null,\"customer_email\":null,\"subtotal\":\"20000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"20000.00\",\"paid_amount\":\"20000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-02-07T17:31:49.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"20000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-02-07T17:31:49.000000Z\",\"created_at\":\"2026-02-07T17:31:49.000000Z\",\"id\":427}','Sale created through POS',7,'Ayoub Oumar','2026-02-07 14:31:49','2026-02-07 14:31:49'),
(508,428,'created',NULL,NULL,'{\"sale_number\":\"HIL-0427\",\"sale_type\":\"market\",\"customer_name\":null,\"customer_phone\":null,\"customer_email\":null,\"subtotal\":\"20000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"20000.00\",\"paid_amount\":\"20000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-02-07T17:32:20.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"20000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-02-07T17:32:20.000000Z\",\"created_at\":\"2026-02-07T17:32:20.000000Z\",\"id\":428}','Sale created through POS',7,'Ayoub Oumar','2026-02-07 14:32:20','2026-02-07 14:32:20'),
(509,429,'created',NULL,NULL,'{\"sale_number\":\"HIL-0428\",\"sale_type\":\"market\",\"customer_name\":\"Saoudi\",\"customer_phone\":\"---\",\"customer_email\":null,\"subtotal\":\"17500.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"17500.00\",\"paid_amount\":\"17500.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-02-09T08:55:29.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"17500.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-02-09T08:55:29.000000Z\",\"created_at\":\"2026-02-09T08:55:29.000000Z\",\"id\":429}','Sale created through POS',7,'Ayoub Oumar','2026-02-09 05:55:29','2026-02-09 05:55:29'),
(510,430,'created',NULL,NULL,'{\"sale_number\":\"HIL-0429\",\"sale_type\":\"market\",\"customer_name\":\"Abdelkerim\",\"customer_phone\":\"---\",\"customer_email\":null,\"subtotal\":\"647500.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"17500.00\",\"total_amount\":\"630000.00\",\"paid_amount\":\"0.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-02-09T09:13:41.000000Z\",\"cashier_id\":7,\"is_loan\":true,\"loan_amount\":\"630000.00\",\"collected_amount\":\"0.00\",\"payment_status\":\"unpaid\",\"updated_at\":\"2026-02-09T09:13:41.000000Z\",\"created_at\":\"2026-02-09T09:13:41.000000Z\",\"id\":430}','Sale created through POS',7,'Ayoub Oumar','2026-02-09 06:13:41','2026-02-09 06:13:41'),
(511,431,'created',NULL,NULL,'{\"sale_number\":\"HIL-0430\",\"sale_type\":\"market\",\"customer_name\":\"Issakha\",\"customer_phone\":\"---\",\"customer_email\":null,\"subtotal\":\"17500.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"17500.00\",\"paid_amount\":\"17500.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-02-09T10:18:17.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"17500.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-02-09T10:18:17.000000Z\",\"created_at\":\"2026-02-09T10:18:17.000000Z\",\"id\":431}','Sale created through POS',7,'Ayoub Oumar','2026-02-09 07:18:17','2026-02-09 07:18:17'),
(512,432,'created',NULL,NULL,'{\"sale_number\":\"HIL-0431\",\"sale_type\":\"market\",\"customer_name\":\"Asseida Fatime\",\"customer_phone\":\"---\",\"customer_email\":null,\"subtotal\":\"222000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"222000.00\",\"paid_amount\":\"222000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-02-09T10:57:47.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"222000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-02-09T10:57:47.000000Z\",\"created_at\":\"2026-02-09T10:57:47.000000Z\",\"id\":432}','Sale created through POS',7,'Ayoub Oumar','2026-02-09 07:57:47','2026-02-09 07:57:47'),
(513,433,'created',NULL,NULL,'{\"sale_number\":\"HIL-0432\",\"sale_type\":\"market\",\"customer_name\":\"Youssouf\",\"customer_phone\":\"---\",\"customer_email\":null,\"subtotal\":\"17500.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"17500.00\",\"paid_amount\":\"17500.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-02-09T11:10:09.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"17500.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-02-09T11:10:09.000000Z\",\"created_at\":\"2026-02-09T11:10:09.000000Z\",\"id\":433}','Sale created through POS',7,'Ayoub Oumar','2026-02-09 08:10:09','2026-02-09 08:10:09'),
(514,434,'created',NULL,NULL,'{\"sale_number\":\"HIL-0433\",\"sale_type\":\"market\",\"customer_name\":\"Com Fire\",\"customer_phone\":\"---\",\"customer_email\":null,\"subtotal\":\"133000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"133000.00\",\"paid_amount\":\"133000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-02-09T11:29:44.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"133000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-02-09T11:29:44.000000Z\",\"created_at\":\"2026-02-09T11:29:44.000000Z\",\"id\":434}','Sale created through POS',7,'Ayoub Oumar','2026-02-09 08:29:44','2026-02-09 08:29:44'),
(515,435,'created',NULL,NULL,'{\"sale_number\":\"HIL-0434\",\"sale_type\":\"market\",\"customer_name\":\"Saoudi\",\"customer_phone\":\"---\",\"customer_email\":null,\"subtotal\":\"52500.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"52500.00\",\"paid_amount\":\"52500.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-02-09T11:32:03.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"52500.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-02-09T11:32:03.000000Z\",\"created_at\":\"2026-02-09T11:32:03.000000Z\",\"id\":435}','Sale created through POS',7,'Ayoub Oumar','2026-02-09 08:32:03','2026-02-09 08:32:03'),
(516,436,'created',NULL,NULL,'{\"sale_number\":\"HIL-0435\",\"sale_type\":\"market\",\"customer_name\":\"Sold\",\"customer_phone\":\"---\",\"customer_email\":null,\"subtotal\":\"55500.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"55500.00\",\"paid_amount\":\"55500.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-02-09T11:54:38.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"55500.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-02-09T11:54:38.000000Z\",\"created_at\":\"2026-02-09T11:54:38.000000Z\",\"id\":436}','Sale created through POS',7,'Ayoub Oumar','2026-02-09 08:54:38','2026-02-09 08:54:38'),
(517,437,'created',NULL,NULL,'{\"sale_number\":\"HIL-0436\",\"sale_type\":\"market\",\"customer_name\":\"Ayoub\",\"customer_phone\":\"---\",\"customer_email\":null,\"subtotal\":\"35000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"35000.00\",\"paid_amount\":\"35000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-02-09T11:55:32.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"35000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-02-09T11:55:32.000000Z\",\"created_at\":\"2026-02-09T11:55:32.000000Z\",\"id\":437}','Sale created through POS',7,'Ayoub Oumar','2026-02-09 08:55:32','2026-02-09 08:55:32'),
(518,438,'created',NULL,NULL,'{\"sale_number\":\"HIL-0437\",\"sale_type\":\"market\",\"customer_name\":\"Issakha\",\"customer_phone\":\"---\",\"customer_email\":null,\"subtotal\":\"17500.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"17500.00\",\"paid_amount\":\"17500.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-02-09T12:48:58.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"17500.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-02-09T12:48:58.000000Z\",\"created_at\":\"2026-02-09T12:48:58.000000Z\",\"id\":438}','Sale created through POS',7,'Ayoub Oumar','2026-02-09 09:48:58','2026-02-09 09:48:58'),
(519,439,'created',NULL,NULL,'{\"sale_number\":\"HIL-0438\",\"sale_type\":\"market\",\"customer_name\":\"Saoudi\",\"customer_phone\":\"---\",\"customer_email\":null,\"subtotal\":\"17500.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"17500.00\",\"paid_amount\":\"17500.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-02-09T13:31:26.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"17500.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-02-09T13:31:26.000000Z\",\"created_at\":\"2026-02-09T13:31:26.000000Z\",\"id\":439}','Sale created through POS',7,'Ayoub Oumar','2026-02-09 10:31:26','2026-02-09 10:31:26'),
(520,440,'created',NULL,NULL,'{\"sale_number\":\"HIL-0439\",\"sale_type\":\"market\",\"customer_name\":\"Ayoub\",\"customer_phone\":\"---\",\"customer_email\":null,\"subtotal\":\"35000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"35000.00\",\"paid_amount\":\"35000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-02-09T14:08:25.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"35000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-02-09T14:08:25.000000Z\",\"created_at\":\"2026-02-09T14:08:25.000000Z\",\"id\":440}','Sale created through POS',7,'Ayoub Oumar','2026-02-09 11:08:25','2026-02-09 11:08:25'),
(521,441,'created',NULL,NULL,'{\"sale_number\":\"HIL-0440\",\"sale_type\":\"market\",\"customer_name\":\"Ayoub\",\"customer_phone\":\"---\",\"customer_email\":null,\"subtotal\":\"23000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"23000.00\",\"paid_amount\":\"23000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-02-09T14:48:50.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"23000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-02-09T14:48:50.000000Z\",\"created_at\":\"2026-02-09T14:48:50.000000Z\",\"id\":441}','Sale created through POS',7,'Ayoub Oumar','2026-02-09 11:48:50','2026-02-09 11:48:50'),
(522,442,'created',NULL,NULL,'{\"sale_number\":\"HIL-0441\",\"sale_type\":\"market\",\"customer_name\":\"Nassraddine\",\"customer_phone\":\"---\",\"customer_email\":null,\"subtotal\":\"185000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"185000.00\",\"paid_amount\":\"185000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-02-09T15:46:13.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"185000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-02-09T15:46:13.000000Z\",\"created_at\":\"2026-02-09T15:46:13.000000Z\",\"id\":442}','Sale created through POS',7,'Ayoub Oumar','2026-02-09 12:46:13','2026-02-09 12:46:13'),
(523,443,'created',NULL,NULL,'{\"sale_number\":\"HIL-0442\",\"sale_type\":\"market\",\"customer_name\":\"Saoudi\",\"customer_phone\":\"---\",\"customer_email\":null,\"subtotal\":\"52500.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"52500.00\",\"paid_amount\":\"52500.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-02-09T15:49:26.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"52500.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-02-09T15:49:26.000000Z\",\"created_at\":\"2026-02-09T15:49:26.000000Z\",\"id\":443}','Sale created through POS',7,'Ayoub Oumar','2026-02-09 12:49:26','2026-02-09 12:49:26'),
(524,444,'created',NULL,NULL,'{\"sale_number\":\"HIL-0443\",\"sale_type\":\"market\",\"customer_name\":\"Saoudi\",\"customer_phone\":\"---\",\"customer_email\":null,\"subtotal\":\"17500.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"17500.00\",\"paid_amount\":\"17500.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-02-09T15:50:02.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"17500.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-02-09T15:50:02.000000Z\",\"created_at\":\"2026-02-09T15:50:02.000000Z\",\"id\":444}','Sale created through POS',7,'Ayoub Oumar','2026-02-09 12:50:02','2026-02-09 12:50:02'),
(525,445,'created',NULL,NULL,'{\"sale_number\":\"HIL-0444\",\"sale_type\":\"market\",\"customer_name\":\"Wal boss\",\"customer_phone\":\"---\",\"customer_email\":null,\"subtotal\":\"20000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"20000.00\",\"paid_amount\":\"20000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-02-09T17:25:55.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"20000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-02-09T17:25:55.000000Z\",\"created_at\":\"2026-02-09T17:25:55.000000Z\",\"id\":445}','Sale created through POS',7,'Ayoub Oumar','2026-02-09 14:25:55','2026-02-09 14:25:55'),
(526,430,'payment_received','{\"payment_status\":{\"old\":\"unpaid\",\"new\":\"partial\"},\"loan_amount\":{\"old\":\"630000.00\",\"new\":\"130000.00\"},\"collected_amount\":{\"old\":\"0.00\",\"new\":\"500000.00\"}}',NULL,'{\"payment_amount\":500000,\"payment_method\":\"cash\",\"payment_notes\":null,\"balance_after\":130000}','Payment received: 500,000 CFA via Cash',7,'Ayoub Oumar','2026-02-10 08:03:08','2026-02-10 08:03:08'),
(527,446,'created',NULL,NULL,'{\"sale_number\":\"HIL-0445\",\"sale_type\":\"market\",\"customer_name\":\"Ayoub\",\"customer_phone\":\"---\",\"customer_email\":null,\"subtotal\":\"27500.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"27500.00\",\"paid_amount\":\"27500.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-02-10T11:20:20.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"27500.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-02-10T11:20:20.000000Z\",\"created_at\":\"2026-02-10T11:20:20.000000Z\",\"id\":446}','Sale created through POS',7,'Ayoub Oumar','2026-02-10 08:20:20','2026-02-10 08:20:20'),
(528,447,'created',NULL,NULL,'{\"sale_number\":\"HIL-0446\",\"sale_type\":\"market\",\"customer_name\":null,\"customer_phone\":null,\"customer_email\":null,\"subtotal\":\"20000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"20000.00\",\"paid_amount\":\"20000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-02-10T15:26:33.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"20000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-02-10T15:26:33.000000Z\",\"created_at\":\"2026-02-10T15:26:33.000000Z\",\"id\":447}','Sale created through POS',7,'Ayoub Oumar','2026-02-10 12:26:33','2026-02-10 12:26:33'),
(529,448,'created',NULL,NULL,'{\"sale_number\":\"HIL-0447\",\"sale_type\":\"market\",\"customer_name\":\"Saoudi\",\"customer_phone\":\"---\",\"customer_email\":null,\"subtotal\":\"17500.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"17500.00\",\"paid_amount\":\"17500.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-02-11T09:09:50.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"17500.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-02-11T09:09:50.000000Z\",\"created_at\":\"2026-02-11T09:09:50.000000Z\",\"id\":448}','Sale created through POS',7,'Ayoub Oumar','2026-02-11 06:09:50','2026-02-11 06:09:50'),
(530,449,'created',NULL,NULL,'{\"sale_number\":\"HIL-0448\",\"sale_type\":\"market\",\"customer_name\":\"Issakha\",\"customer_phone\":\"---\",\"customer_email\":null,\"subtotal\":\"35000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"35000.00\",\"paid_amount\":\"35000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-02-11T13:13:34.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"35000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-02-11T13:13:34.000000Z\",\"created_at\":\"2026-02-11T13:13:34.000000Z\",\"id\":449}','Sale created through POS',7,'Ayoub Oumar','2026-02-11 10:13:34','2026-02-11 10:13:34'),
(531,450,'created',NULL,NULL,'{\"sale_number\":\"HIL-0449\",\"sale_type\":\"market\",\"customer_name\":null,\"customer_phone\":null,\"customer_email\":null,\"subtotal\":\"22000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"22000.00\",\"paid_amount\":\"22000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-02-11T14:58:12.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"22000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-02-11T14:58:12.000000Z\",\"created_at\":\"2026-02-11T14:58:12.000000Z\",\"id\":450}','Sale created through POS',7,'Ayoub Oumar','2026-02-11 11:58:12','2026-02-11 11:58:12'),
(532,451,'created',NULL,NULL,'{\"sale_number\":\"HIL-0450\",\"sale_type\":\"market\",\"customer_name\":null,\"customer_phone\":null,\"customer_email\":null,\"subtotal\":\"22000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"22000.00\",\"paid_amount\":\"22000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-02-11T14:58:34.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"22000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-02-11T14:58:34.000000Z\",\"created_at\":\"2026-02-11T14:58:34.000000Z\",\"id\":451}','Sale created through POS',7,'Ayoub Oumar','2026-02-11 11:58:34','2026-02-11 11:58:34'),
(533,452,'created',NULL,NULL,'{\"sale_number\":\"HIL-0451\",\"sale_type\":\"market\",\"customer_name\":\"Saoudi\",\"customer_phone\":\"---\",\"customer_email\":null,\"subtotal\":\"35000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"35000.00\",\"paid_amount\":\"35000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-02-12T10:50:39.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"35000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-02-12T10:50:39.000000Z\",\"created_at\":\"2026-02-12T10:50:39.000000Z\",\"id\":452}','Sale created through POS',7,'Ayoub Oumar','2026-02-12 07:50:39','2026-02-12 07:50:39'),
(534,453,'created',NULL,NULL,'{\"sale_number\":\"HIL-0452\",\"sale_type\":\"market\",\"customer_name\":\"Saoudi\",\"customer_phone\":\"---\",\"customer_email\":null,\"subtotal\":\"35000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"35000.00\",\"paid_amount\":\"35000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-02-12T11:02:01.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"35000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-02-12T11:02:01.000000Z\",\"created_at\":\"2026-02-12T11:02:01.000000Z\",\"id\":453}','Sale created through POS',7,'Ayoub Oumar','2026-02-12 08:02:01','2026-02-12 08:02:01'),
(535,454,'created',NULL,NULL,'{\"sale_number\":\"HIL-0453\",\"sale_type\":\"market\",\"customer_name\":null,\"customer_phone\":null,\"customer_email\":null,\"subtotal\":\"20000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"20000.00\",\"paid_amount\":\"20000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-02-12T13:02:30.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"20000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-02-12T13:02:30.000000Z\",\"created_at\":\"2026-02-12T13:02:30.000000Z\",\"id\":454}','Sale created through POS',7,'Ayoub Oumar','2026-02-12 10:02:30','2026-02-12 10:02:30'),
(536,455,'created',NULL,NULL,'{\"sale_number\":\"HIL-0454\",\"sale_type\":\"market\",\"customer_name\":null,\"customer_phone\":null,\"customer_email\":null,\"subtotal\":\"45000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"45000.00\",\"paid_amount\":\"45000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-02-12T14:12:37.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"45000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-02-12T14:12:37.000000Z\",\"created_at\":\"2026-02-12T14:12:37.000000Z\",\"id\":455}','Sale created through POS',7,'Ayoub Oumar','2026-02-12 11:12:37','2026-02-12 11:12:37'),
(537,456,'created',NULL,NULL,'{\"sale_number\":\"HIL-0455\",\"sale_type\":\"market\",\"customer_name\":\"Youssouf\",\"customer_phone\":\"---\",\"customer_email\":null,\"subtotal\":\"17500.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"17500.00\",\"paid_amount\":\"17500.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-02-12T15:32:36.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"17500.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-02-12T15:32:36.000000Z\",\"created_at\":\"2026-02-12T15:32:36.000000Z\",\"id\":456}','Sale created through POS',7,'Ayoub Oumar','2026-02-12 12:32:36','2026-02-12 12:32:36'),
(538,457,'created',NULL,NULL,'{\"sale_number\":\"HIL-0456\",\"sale_type\":\"market\",\"customer_name\":\"Ayoub\",\"customer_phone\":\"---\",\"customer_email\":null,\"subtotal\":\"17500.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"17500.00\",\"paid_amount\":\"17500.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-02-12T15:45:58.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"17500.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-02-12T15:45:58.000000Z\",\"created_at\":\"2026-02-12T15:45:58.000000Z\",\"id\":457}','Sale created through POS',7,'Ayoub Oumar','2026-02-12 12:45:58','2026-02-12 12:45:58'),
(539,458,'created',NULL,NULL,'{\"sale_number\":\"HIL-0457\",\"sale_type\":\"market\",\"customer_name\":null,\"customer_phone\":null,\"customer_email\":null,\"subtotal\":\"10000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"10000.00\",\"paid_amount\":\"10000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-02-13T10:57:16.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"10000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-02-13T10:57:16.000000Z\",\"created_at\":\"2026-02-13T10:57:16.000000Z\",\"id\":458}','Sale created through POS',7,'Ayoub Oumar','2026-02-13 07:57:16','2026-02-13 07:57:16'),
(540,459,'created',NULL,NULL,'{\"sale_number\":\"HIL-0458\",\"sale_type\":\"market\",\"customer_name\":\"Makki\",\"customer_phone\":\"----\",\"customer_email\":null,\"subtotal\":\"280000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"280000.00\",\"paid_amount\":\"280000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-02-13T12:08:59.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"280000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-02-13T12:08:59.000000Z\",\"created_at\":\"2026-02-13T12:08:59.000000Z\",\"id\":459}','Sale created through POS',7,'Ayoub Oumar','2026-02-13 09:08:59','2026-02-13 09:08:59'),
(541,460,'created',NULL,NULL,'{\"sale_number\":\"HIL-0459\",\"sale_type\":\"market\",\"customer_name\":\"Sold\",\"customer_phone\":\"---\",\"customer_email\":null,\"subtotal\":\"18500.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"18500.00\",\"paid_amount\":\"18500.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-02-13T12:54:43.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"18500.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-02-13T12:54:43.000000Z\",\"created_at\":\"2026-02-13T12:54:43.000000Z\",\"id\":460}','Sale created through POS',7,'Ayoub Oumar','2026-02-13 09:54:43','2026-02-13 09:54:43'),
(542,461,'created',NULL,NULL,'{\"sale_number\":\"HIL-0460\",\"sale_type\":\"market\",\"customer_name\":\"Issakha\",\"customer_phone\":\"---\",\"customer_email\":null,\"subtotal\":\"17500.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"17500.00\",\"paid_amount\":\"17500.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-02-13T13:48:09.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"17500.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-02-13T13:48:09.000000Z\",\"created_at\":\"2026-02-13T13:48:09.000000Z\",\"id\":461}','Sale created through POS',7,'Ayoub Oumar','2026-02-13 10:48:09','2026-02-13 10:48:09'),
(543,462,'created',NULL,NULL,'{\"sale_number\":\"HIL-0461\",\"sale_type\":\"market\",\"customer_name\":\"Adam\",\"customer_phone\":\"---\",\"customer_email\":null,\"subtotal\":\"35000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"35000.00\",\"paid_amount\":\"35000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-02-13T13:58:33.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"35000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-02-13T13:58:33.000000Z\",\"created_at\":\"2026-02-13T13:58:33.000000Z\",\"id\":462}','Sale created through POS',7,'Ayoub Oumar','2026-02-13 10:58:33','2026-02-13 10:58:33'),
(544,463,'created',NULL,NULL,'{\"sale_number\":\"HIL-0462\",\"sale_type\":\"market\",\"customer_name\":\"Mahasin\",\"customer_phone\":\"---\",\"customer_email\":null,\"subtotal\":\"74000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"74000.00\",\"paid_amount\":\"74000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-02-13T15:11:58.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"74000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-02-13T15:11:58.000000Z\",\"created_at\":\"2026-02-13T15:11:58.000000Z\",\"id\":463}','Sale created through POS',7,'Ayoub Oumar','2026-02-13 12:11:58','2026-02-13 12:11:58'),
(545,464,'created',NULL,NULL,'{\"sale_number\":\"HIL-0463\",\"sale_type\":\"market\",\"customer_name\":\"Mahasin\",\"customer_phone\":\"---\",\"customer_email\":null,\"subtotal\":\"18500.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"18500.00\",\"paid_amount\":\"18500.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-02-13T15:13:42.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"18500.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-02-13T15:13:42.000000Z\",\"created_at\":\"2026-02-13T15:13:42.000000Z\",\"id\":464}','Sale created through POS',7,'Ayoub Oumar','2026-02-13 12:13:42','2026-02-13 12:13:42'),
(546,465,'created',NULL,NULL,'{\"sale_number\":\"HIL-0464\",\"sale_type\":\"market\",\"customer_name\":\"IDRISS DJABIR\",\"customer_phone\":\"545 352 38 76\",\"customer_email\":null,\"subtotal\":\"4514000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"122000.00\",\"total_amount\":\"4392000.00\",\"paid_amount\":\"1000000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-02-13T17:04:06.000000Z\",\"cashier_id\":4,\"is_loan\":true,\"loan_amount\":\"3392000.00\",\"collected_amount\":\"1000000.00\",\"payment_status\":\"partial\",\"updated_at\":\"2026-02-13T17:04:06.000000Z\",\"created_at\":\"2026-02-13T17:04:06.000000Z\",\"id\":465}','Sale created through POS',4,'admin','2026-02-13 14:04:06','2026-02-13 14:04:06'),
(547,466,'created',NULL,NULL,'{\"sale_number\":\"HIL-0465\",\"sale_type\":\"market\",\"customer_name\":\"Abdelkerim\",\"customer_phone\":\"---\",\"customer_email\":null,\"subtotal\":\"110000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"110000.00\",\"paid_amount\":\"0.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-02-14T10:00:55.000000Z\",\"cashier_id\":7,\"is_loan\":true,\"loan_amount\":\"110000.00\",\"collected_amount\":\"0.00\",\"payment_status\":\"unpaid\",\"updated_at\":\"2026-02-14T10:00:55.000000Z\",\"created_at\":\"2026-02-14T10:00:55.000000Z\",\"id\":466}','Sale created through POS',7,'Ayoub Oumar','2026-02-14 07:00:55','2026-02-14 07:00:55'),
(548,467,'created',NULL,NULL,'{\"sale_number\":\"HIL-0466\",\"sale_type\":\"market\",\"customer_name\":null,\"customer_phone\":null,\"customer_email\":null,\"subtotal\":\"102500.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"102500.00\",\"paid_amount\":\"102500.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-02-14T10:33:03.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"102500.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-02-14T10:33:03.000000Z\",\"created_at\":\"2026-02-14T10:33:03.000000Z\",\"id\":467}','Sale created through POS',7,'Ayoub Oumar','2026-02-14 07:33:03','2026-02-14 07:33:03'),
(549,468,'created',NULL,NULL,'{\"sale_number\":\"HIL-0467\",\"sale_type\":\"market\",\"customer_name\":\"Ayoub\",\"customer_phone\":\"---\",\"customer_email\":null,\"subtotal\":\"17500.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"17500.00\",\"paid_amount\":\"17500.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-02-14T10:50:21.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"17500.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-02-14T10:50:21.000000Z\",\"created_at\":\"2026-02-14T10:50:21.000000Z\",\"id\":468}','Sale created through POS',7,'Ayoub Oumar','2026-02-14 07:50:21','2026-02-14 07:50:21'),
(550,469,'created',NULL,NULL,'{\"sale_number\":\"HIL-0468\",\"sale_type\":\"market\",\"customer_name\":\"Ayoub\",\"customer_phone\":\"---\",\"customer_email\":null,\"subtotal\":\"17500.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"17500.00\",\"paid_amount\":\"17500.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-02-14T11:00:54.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"17500.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-02-14T11:00:54.000000Z\",\"created_at\":\"2026-02-14T11:00:54.000000Z\",\"id\":469}','Sale created through POS',7,'Ayoub Oumar','2026-02-14 08:00:54','2026-02-14 08:00:54'),
(551,470,'created',NULL,NULL,'{\"sale_number\":\"HIL-0469\",\"sale_type\":\"market\",\"customer_name\":\"Adam\",\"customer_phone\":\"---\",\"customer_email\":null,\"subtotal\":\"20000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"20000.00\",\"paid_amount\":\"20000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-02-14T11:19:54.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"20000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-02-14T11:19:54.000000Z\",\"created_at\":\"2026-02-14T11:19:54.000000Z\",\"id\":470}','Sale created through POS',7,'Ayoub Oumar','2026-02-14 08:19:54','2026-02-14 08:19:54'),
(552,471,'created',NULL,NULL,'{\"sale_number\":\"HIL-0470\",\"sale_type\":\"market\",\"customer_name\":null,\"customer_phone\":null,\"customer_email\":null,\"subtotal\":\"22500.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"22500.00\",\"paid_amount\":\"22500.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-02-14T12:19:06.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"22500.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-02-14T12:19:06.000000Z\",\"created_at\":\"2026-02-14T12:19:06.000000Z\",\"id\":471}','Sale created through POS',7,'Ayoub Oumar','2026-02-14 09:19:06','2026-02-14 09:19:06'),
(553,472,'created',NULL,NULL,'{\"sale_number\":\"HIL-0471\",\"sale_type\":\"market\",\"customer_name\":\"COM FIR\",\"customer_phone\":\"---\",\"customer_email\":null,\"subtotal\":\"114000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"114000.00\",\"paid_amount\":\"114000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-02-14T12:24:03.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"114000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-02-14T12:24:03.000000Z\",\"created_at\":\"2026-02-14T12:24:03.000000Z\",\"id\":472}','Sale created through POS',7,'Ayoub Oumar','2026-02-14 09:24:03','2026-02-14 09:24:03'),
(554,473,'created',NULL,NULL,'{\"sale_number\":\"HIL-0472\",\"sale_type\":\"market\",\"customer_name\":\"COM FIR\",\"customer_phone\":\"---\",\"customer_email\":null,\"subtotal\":\"19000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"19000.00\",\"paid_amount\":\"19000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-02-14T12:30:08.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"19000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-02-14T12:30:08.000000Z\",\"created_at\":\"2026-02-14T12:30:08.000000Z\",\"id\":473}','Sale created through POS',7,'Ayoub Oumar','2026-02-14 09:30:09','2026-02-14 09:30:09'),
(555,462,'cancelled','{\"sale_status\":{\"old\":\"completed\",\"new\":\"cancelled\"},\"payment_status\":{\"old\":\"paid\",\"new\":\"refunded\"}}',NULL,'{\"id\":462,\"sale_number\":\"HIL-0461\",\"sale_type\":\"market\",\"customer_name\":\"Adam\",\"customer_phone\":\"---\",\"customer_email\":null,\"subtotal\":\"35000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"35000.00\",\"loan_amount\":\"0.00\",\"collected_amount\":\"35000.00\",\"is_loan\":false,\"paid_amount\":\"35000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"payment_status\":\"refunded\",\"sale_status\":\"cancelled\",\"notes\":\"\\n\\nCancelled: Sale return\",\"cashier_id\":\"7\",\"sale_date\":\"2026-02-13T13:58:33.000000Z\",\"created_at\":\"2026-02-13T13:58:33.000000Z\",\"updated_at\":\"2026-02-14T12:51:34.000000Z\",\"items\":[{\"id\":858,\"sale_id\":\"462\",\"product_id\":\"167\",\"product_name\":\"H-2025 S\",\"product_barcode\":null,\"quantity\":1,\"unit_price\":\"17500.00\",\"tax_rate\":\"0.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"17500.00\",\"created_at\":\"2026-02-13T13:58:33.000000Z\",\"updated_at\":\"2026-02-13T13:58:33.000000Z\",\"product\":{\"id\":167,\"name\":\"H-2025 S\",\"description\":\"1x41\\r\\n1x43\",\"barcode\":\"PRD484989-M1\",\"category_id\":\"2\",\"product_type\":\"market\",\"unit\":\"pcs\",\"alert_quantity\":1,\"cost_price\":\"16500.00\",\"selling_price\":\"18500.00\",\"discount_price\":null,\"image\":\"products\\/1767882074_FdFQdFCzC4.jpg\",\"expiry_date\":null,\"is_active\":true,\"weight\":null,\"length\":null,\"width\":null,\"height\":null,\"created_at\":\"2026-01-08T14:21:44.000000Z\",\"updated_at\":\"2026-01-26T15:18:32.000000Z\",\"deleted_at\":null,\"inventory\":{\"id\":166,\"product_id\":\"167\",\"current_stock\":1,\"reserved_stock\":0,\"available_stock\":1,\"last_stock_update\":\"2026-02-14T12:51:34.000000Z\",\"last_updated_by\":7,\"created_at\":\"2026-01-08T14:21:44.000000Z\",\"updated_at\":\"2026-02-14T12:51:34.000000Z\"}}},{\"id\":859,\"sale_id\":\"462\",\"product_id\":\"313\",\"product_name\":\"RB-1\",\"product_barcode\":null,\"quantity\":1,\"unit_price\":\"17500.00\",\"tax_rate\":\"0.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"17500.00\",\"created_at\":\"2026-02-13T13:58:33.000000Z\",\"updated_at\":\"2026-02-13T13:58:33.000000Z\",\"product\":{\"id\":313,\"name\":\"RB-1\",\"description\":\"2X40\\r\\n4X41\\r\\n5X42\\r\\n4X43\\r\\n2X44\\r\\n3X45\",\"barcode\":\"PRD014105-M1\",\"category_id\":\"2\",\"product_type\":\"market\",\"unit\":\"pcs\",\"alert_quantity\":1,\"cost_price\":\"16500.00\",\"selling_price\":\"18500.00\",\"discount_price\":null,\"image\":\"products\\/1770457357_Ft5tpYCotF.jpeg\",\"expiry_date\":null,\"is_active\":true,\"weight\":null,\"length\":null,\"width\":null,\"height\":null,\"created_at\":\"2026-02-13T13:47:35.000000Z\",\"updated_at\":\"2026-02-13T13:47:35.000000Z\",\"deleted_at\":null,\"inventory\":{\"id\":312,\"product_id\":\"313\",\"current_stock\":19,\"reserved_stock\":0,\"available_stock\":19,\"last_stock_update\":\"2026-02-14T12:51:34.000000Z\",\"last_updated_by\":7,\"created_at\":\"2026-02-13T13:47:35.000000Z\",\"updated_at\":\"2026-02-14T12:51:34.000000Z\"}}}],\"cashier\":{\"id\":7,\"name\":\"Ayoub Oumar\",\"email\":\"ayoub.oumar919@gmail.com\",\"user_type\":\"admin\",\"is_active\":true,\"preferred_language\":\"en\",\"email_verified_at\":\"2025-12-18T06:27:21.000000Z\",\"two_factor_confirmed_at\":null,\"current_team_id\":null,\"profile_photo_path\":null,\"created_at\":\"2025-12-18T06:27:21.000000Z\",\"updated_at\":\"2026-01-05T11:04:03.000000Z\",\"profile_photo_url\":\"https:\\/\\/ui-avatars.com\\/api\\/?name=A+O&color=7F9CF5&background=EBF4FF\"}}','Sale return',7,'Ayoub Oumar','2026-02-14 09:51:34','2026-02-14 09:51:34'),
(556,474,'created',NULL,NULL,'{\"sale_number\":\"HIL-0473\",\"sale_type\":\"market\",\"customer_name\":\"Adam\",\"customer_phone\":\"---\",\"customer_email\":null,\"subtotal\":\"35000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"35000.00\",\"paid_amount\":\"35000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-02-14T12:52:40.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"35000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-02-14T12:52:40.000000Z\",\"created_at\":\"2026-02-14T12:52:40.000000Z\",\"id\":474}','Sale created through POS',7,'Ayoub Oumar','2026-02-14 09:52:40','2026-02-14 09:52:40'),
(557,475,'created',NULL,NULL,'{\"sale_number\":\"HIL-0474\",\"sale_type\":\"market\",\"customer_name\":\"Mht Moussa\",\"customer_phone\":\"---\",\"customer_email\":null,\"subtotal\":\"222000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"222000.00\",\"paid_amount\":\"222000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-02-14T13:55:17.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"222000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-02-14T13:55:17.000000Z\",\"created_at\":\"2026-02-14T13:55:17.000000Z\",\"id\":475}','Sale created through POS',7,'Ayoub Oumar','2026-02-14 10:55:17','2026-02-14 10:55:17'),
(558,476,'created',NULL,NULL,'{\"sale_number\":\"HIL-0475\",\"sale_type\":\"market\",\"customer_name\":\"Hissen Abdoullay\",\"customer_phone\":\"66 26 36 49\",\"customer_email\":null,\"subtotal\":\"1440000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"1440000.00\",\"paid_amount\":\"1440000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-02-14T14:58:19.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"1440000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-02-14T14:58:19.000000Z\",\"created_at\":\"2026-02-14T14:58:19.000000Z\",\"id\":476}','Sale created through POS',7,'Ayoub Oumar','2026-02-14 11:58:19','2026-02-14 11:58:19'),
(559,477,'created',NULL,NULL,'{\"sale_number\":\"HIL-0476\",\"sale_type\":\"market\",\"customer_name\":null,\"customer_phone\":null,\"customer_email\":null,\"subtotal\":\"85500.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"85500.00\",\"paid_amount\":\"85500.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-02-14T15:45:15.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"85500.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-02-14T15:45:15.000000Z\",\"created_at\":\"2026-02-14T15:45:15.000000Z\",\"id\":477}','Sale created through POS',7,'Ayoub Oumar','2026-02-14 12:45:15','2026-02-14 12:45:15'),
(560,478,'created',NULL,NULL,'{\"sale_number\":\"HIL-0477\",\"sale_type\":\"market\",\"customer_name\":null,\"customer_phone\":null,\"customer_email\":null,\"subtotal\":\"18500.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"18500.00\",\"paid_amount\":\"18500.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-02-14T15:45:33.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"18500.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-02-14T15:45:33.000000Z\",\"created_at\":\"2026-02-14T15:45:33.000000Z\",\"id\":478}','Sale created through POS',7,'Ayoub Oumar','2026-02-14 12:45:33','2026-02-14 12:45:33'),
(561,479,'created',NULL,NULL,'{\"sale_number\":\"HIL-0478\",\"sale_type\":\"market\",\"customer_name\":\"Mekki\",\"customer_phone\":\"---\",\"customer_email\":null,\"subtotal\":\"55500.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"55500.00\",\"paid_amount\":\"55500.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-02-14T16:03:05.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"55500.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-02-14T16:03:05.000000Z\",\"created_at\":\"2026-02-14T16:03:05.000000Z\",\"id\":479}','Sale created through POS',7,'Ayoub Oumar','2026-02-14 13:03:05','2026-02-14 13:03:05'),
(562,480,'created',NULL,NULL,'{\"sale_number\":\"HIL-0479\",\"sale_type\":\"market\",\"customer_name\":\"Adam\",\"customer_phone\":\"---\",\"customer_email\":null,\"subtotal\":\"60000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"60000.00\",\"paid_amount\":\"60000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-02-14T16:07:46.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"60000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-02-14T16:07:46.000000Z\",\"created_at\":\"2026-02-14T16:07:46.000000Z\",\"id\":480}','Sale created through POS',7,'Ayoub Oumar','2026-02-14 13:07:46','2026-02-14 13:07:46'),
(563,481,'created',NULL,NULL,'{\"sale_number\":\"HIL-0480\",\"sale_type\":\"market\",\"customer_name\":\"Ayoub\",\"customer_phone\":\"---\",\"customer_email\":null,\"subtotal\":\"17500.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"17500.00\",\"paid_amount\":\"17500.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-02-14T17:24:45.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"17500.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-02-14T17:24:45.000000Z\",\"created_at\":\"2026-02-14T17:24:45.000000Z\",\"id\":481}','Sale created through POS',7,'Ayoub Oumar','2026-02-14 14:24:45','2026-02-14 14:24:45'),
(564,482,'created',NULL,NULL,'{\"sale_number\":\"HIL-0481\",\"sale_type\":\"market\",\"customer_name\":null,\"customer_phone\":null,\"customer_email\":null,\"subtotal\":\"22500.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"22500.00\",\"paid_amount\":\"22500.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-02-16T08:04:52.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"22500.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-02-16T08:04:52.000000Z\",\"created_at\":\"2026-02-16T08:04:52.000000Z\",\"id\":482}','Sale created through POS',7,'Ayoub Oumar','2026-02-16 05:04:52','2026-02-16 05:04:52'),
(565,483,'created',NULL,NULL,'{\"sale_number\":\"HIL-0482\",\"sale_type\":\"market\",\"customer_name\":null,\"customer_phone\":null,\"customer_email\":null,\"subtotal\":\"5500.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"5500.00\",\"paid_amount\":\"5500.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-02-16T08:05:12.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"5500.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-02-16T08:05:12.000000Z\",\"created_at\":\"2026-02-16T08:05:12.000000Z\",\"id\":483}','Sale created through POS',7,'Ayoub Oumar','2026-02-16 05:05:12','2026-02-16 05:05:12'),
(566,484,'created',NULL,NULL,'{\"sale_number\":\"HIL-0483\",\"sale_type\":\"market\",\"customer_name\":\"Ayoub\",\"customer_phone\":\"---\",\"customer_email\":null,\"subtotal\":\"17500.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"17500.00\",\"paid_amount\":\"17500.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-02-16T08:49:25.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"17500.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-02-16T08:49:25.000000Z\",\"created_at\":\"2026-02-16T08:49:25.000000Z\",\"id\":484}','Sale created through POS',7,'Ayoub Oumar','2026-02-16 05:49:25','2026-02-16 05:49:25'),
(567,487,'created',NULL,NULL,'{\"sale_number\":\"HIL-0484\",\"sale_type\":\"market\",\"customer_name\":\"Sinin Abdelkerim\",\"customer_phone\":\"90 00 68 52\",\"customer_email\":null,\"subtotal\":\"895500.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"895500.00\",\"paid_amount\":\"895500.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-02-16T09:39:21.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"895500.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-02-16T09:39:21.000000Z\",\"created_at\":\"2026-02-16T09:39:21.000000Z\",\"id\":487}','Sale created through POS',7,'Ayoub Oumar','2026-02-16 06:39:21','2026-02-16 06:39:21'),
(568,488,'created',NULL,NULL,'{\"sale_number\":\"HIL-0485\",\"sale_type\":\"market\",\"customer_name\":\"Sinin Abdelkerim\",\"customer_phone\":\"---\",\"customer_email\":null,\"subtotal\":\"37000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"37000.00\",\"paid_amount\":\"37000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-02-16T10:01:50.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"37000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-02-16T10:01:50.000000Z\",\"created_at\":\"2026-02-16T10:01:50.000000Z\",\"id\":488}','Sale created through POS',7,'Ayoub Oumar','2026-02-16 07:01:50','2026-02-16 07:01:50'),
(569,489,'created',NULL,NULL,'{\"sale_number\":\"HIL-0486\",\"sale_type\":\"market\",\"customer_name\":\"Ayoub\",\"customer_phone\":\"---\",\"customer_email\":null,\"subtotal\":\"17500.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"17500.00\",\"paid_amount\":\"17500.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-02-16T11:31:02.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"17500.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-02-16T11:31:02.000000Z\",\"created_at\":\"2026-02-16T11:31:02.000000Z\",\"id\":489}','Sale created through POS',7,'Ayoub Oumar','2026-02-16 08:31:02','2026-02-16 08:31:02'),
(570,490,'created',NULL,NULL,'{\"sale_number\":\"HIL-0487\",\"sale_type\":\"market\",\"customer_name\":\"Mahasin\",\"customer_phone\":\"---\",\"customer_email\":null,\"subtotal\":\"74000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"74000.00\",\"paid_amount\":\"74000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-02-16T11:57:05.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"74000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-02-16T11:57:05.000000Z\",\"created_at\":\"2026-02-16T11:57:05.000000Z\",\"id\":490}','Sale created through POS',7,'Ayoub Oumar','2026-02-16 08:57:06','2026-02-16 08:57:06'),
(571,491,'created',NULL,NULL,'{\"sale_number\":\"HIL-0488\",\"sale_type\":\"market\",\"customer_name\":\"F Z\",\"customer_phone\":\"---\",\"customer_email\":null,\"subtotal\":\"37000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"37000.00\",\"paid_amount\":\"37000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-02-16T11:59:00.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"37000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-02-16T11:59:00.000000Z\",\"created_at\":\"2026-02-16T11:59:00.000000Z\",\"id\":491}','Sale created through POS',7,'Ayoub Oumar','2026-02-16 08:59:00','2026-02-16 08:59:00'),
(572,492,'created',NULL,NULL,'{\"sale_number\":\"HIL-0489\",\"sale_type\":\"market\",\"customer_name\":\"Ayoub\",\"customer_phone\":\"---\",\"customer_email\":null,\"subtotal\":\"5500.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"5500.00\",\"paid_amount\":\"5500.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-02-16T12:42:24.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"5500.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-02-16T12:42:24.000000Z\",\"created_at\":\"2026-02-16T12:42:24.000000Z\",\"id\":492}','Sale created through POS',7,'Ayoub Oumar','2026-02-16 09:42:24','2026-02-16 09:42:24'),
(573,493,'created',NULL,NULL,'{\"sale_number\":\"HIL-0490\",\"sale_type\":\"market\",\"customer_name\":\"Saoudi\",\"customer_phone\":\"---\",\"customer_email\":null,\"subtotal\":\"122500.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"122500.00\",\"paid_amount\":\"122500.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-02-16T13:10:51.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"122500.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-02-16T13:10:51.000000Z\",\"created_at\":\"2026-02-16T13:10:51.000000Z\",\"id\":493}','Sale created through POS',7,'Ayoub Oumar','2026-02-16 10:10:51','2026-02-16 10:10:51'),
(574,494,'created',NULL,NULL,'{\"sale_number\":\"HIL-0491\",\"sale_type\":\"market\",\"customer_name\":\"Makki\",\"customer_phone\":\"---\",\"customer_email\":null,\"subtotal\":\"1330000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"1330000.00\",\"paid_amount\":\"1330000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-02-16T14:06:37.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"1330000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-02-16T14:06:37.000000Z\",\"created_at\":\"2026-02-16T14:06:37.000000Z\",\"id\":494}','Sale created through POS',7,'Ayoub Oumar','2026-02-16 11:06:37','2026-02-16 11:06:37'),
(575,495,'created',NULL,NULL,'{\"sale_number\":\"HIL-0492\",\"sale_type\":\"market\",\"customer_name\":null,\"customer_phone\":null,\"customer_email\":null,\"subtotal\":\"18500.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"18500.00\",\"paid_amount\":\"18500.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-02-17T11:54:04.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"18500.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-02-17T11:54:04.000000Z\",\"created_at\":\"2026-02-17T11:54:04.000000Z\",\"id\":495}','Sale created through POS',7,'Ayoub Oumar','2026-02-17 08:54:04','2026-02-17 08:54:04'),
(576,496,'created',NULL,NULL,'{\"sale_number\":\"HIL-0493\",\"sale_type\":\"market\",\"customer_name\":null,\"customer_phone\":null,\"customer_email\":null,\"subtotal\":\"25000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"25000.00\",\"paid_amount\":\"25000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-02-17T12:50:07.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"25000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-02-17T12:50:07.000000Z\",\"created_at\":\"2026-02-17T12:50:07.000000Z\",\"id\":496}','Sale created through POS',7,'Ayoub Oumar','2026-02-17 09:50:07','2026-02-17 09:50:07'),
(577,497,'created',NULL,NULL,'{\"sale_number\":\"HIL-0494\",\"sale_type\":\"market\",\"customer_name\":\"Ayoub\",\"customer_phone\":\"---\",\"customer_email\":null,\"subtotal\":\"17500.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"17500.00\",\"paid_amount\":\"17500.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-02-17T12:57:47.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"17500.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-02-17T12:57:47.000000Z\",\"created_at\":\"2026-02-17T12:57:47.000000Z\",\"id\":497}','Sale created through POS',7,'Ayoub Oumar','2026-02-17 09:57:47','2026-02-17 09:57:47'),
(578,494,'cancelled','{\"sale_status\":{\"old\":\"completed\",\"new\":\"cancelled\"},\"payment_status\":{\"old\":\"paid\",\"new\":\"refunded\"}}',NULL,'{\"id\":494,\"sale_number\":\"HIL-0491\",\"sale_type\":\"market\",\"customer_name\":\"Makki\",\"customer_phone\":\"---\",\"customer_email\":null,\"subtotal\":\"1330000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"1330000.00\",\"loan_amount\":\"0.00\",\"collected_amount\":\"1330000.00\",\"is_loan\":false,\"paid_amount\":\"1330000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"payment_status\":\"refunded\",\"sale_status\":\"cancelled\",\"notes\":\"\\n\\nCancelled: Sale return\",\"cashier_id\":\"7\",\"sale_date\":\"2026-02-16T14:06:37.000000Z\",\"created_at\":\"2026-02-16T14:06:37.000000Z\",\"updated_at\":\"2026-02-17T13:51:18.000000Z\",\"items\":[{\"id\":1027,\"sale_id\":\"494\",\"product_id\":\"141\",\"product_name\":\"H-2017 T\",\"product_barcode\":null,\"quantity\":10,\"unit_price\":\"17500.00\",\"tax_rate\":\"0.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"175000.00\",\"created_at\":\"2026-02-16T14:06:37.000000Z\",\"updated_at\":\"2026-02-16T14:06:37.000000Z\",\"product\":{\"id\":141,\"name\":\"H-2017 T\",\"description\":\"1x39\",\"barcode\":\"PRD354350-M1\",\"category_id\":\"2\",\"product_type\":\"market\",\"unit\":\"pcs\",\"alert_quantity\":1,\"cost_price\":\"16500.00\",\"selling_price\":\"18500.00\",\"discount_price\":null,\"image\":\"products\\/1767786469_w6OTGXLckR.jpg\",\"expiry_date\":null,\"is_active\":true,\"weight\":null,\"length\":null,\"width\":null,\"height\":null,\"created_at\":\"2026-01-07T11:49:37.000000Z\",\"updated_at\":\"2026-01-19T12:52:44.000000Z\",\"deleted_at\":null,\"inventory\":{\"id\":140,\"product_id\":\"141\",\"current_stock\":10,\"reserved_stock\":0,\"available_stock\":10,\"last_stock_update\":\"2026-02-17T13:51:18.000000Z\",\"last_updated_by\":7,\"created_at\":\"2026-01-07T11:49:37.000000Z\",\"updated_at\":\"2026-02-17T13:51:18.000000Z\"}}},{\"id\":1028,\"sale_id\":\"494\",\"product_id\":\"184\",\"product_name\":\"HS-2011S\",\"product_barcode\":null,\"quantity\":7,\"unit_price\":\"17500.00\",\"tax_rate\":\"0.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"122500.00\",\"created_at\":\"2026-02-16T14:06:37.000000Z\",\"updated_at\":\"2026-02-16T14:06:37.000000Z\",\"product\":{\"id\":184,\"name\":\"HS-2011S\",\"description\":\"2x39\\r\\n2x40\\r\\n5X41 \\r\\n6X42\\r\\n5X43\\r\\n 7X44\\r\\n 5X45\\r\\n2x46\",\"barcode\":\"PRD616621-M2\",\"category_id\":\"2\",\"product_type\":\"market\",\"unit\":\"pcs\",\"alert_quantity\":1,\"cost_price\":\"16500.00\",\"selling_price\":\"18500.00\",\"discount_price\":null,\"image\":\"products\\/1766045575_Pq26yBepdt.jpg\",\"expiry_date\":null,\"is_active\":true,\"weight\":null,\"length\":null,\"width\":null,\"height\":null,\"created_at\":\"2026-01-12T08:30:15.000000Z\",\"updated_at\":\"2026-01-29T11:14:32.000000Z\",\"deleted_at\":null,\"inventory\":{\"id\":183,\"product_id\":\"184\",\"current_stock\":10,\"reserved_stock\":0,\"available_stock\":10,\"last_stock_update\":\"2026-02-17T13:51:18.000000Z\",\"last_updated_by\":7,\"created_at\":\"2026-01-12T08:30:15.000000Z\",\"updated_at\":\"2026-02-17T13:51:18.000000Z\"}}},{\"id\":1029,\"sale_id\":\"494\",\"product_id\":\"213\",\"product_name\":\"Hilal 2000S\",\"product_barcode\":null,\"quantity\":7,\"unit_price\":\"17500.00\",\"tax_rate\":\"0.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"122500.00\",\"created_at\":\"2026-02-16T14:06:37.000000Z\",\"updated_at\":\"2026-02-16T14:06:37.000000Z\",\"product\":{\"id\":213,\"name\":\"Hilal 2000S\",\"description\":\"1x39\\r\\n1x40\\r\\n3x41\",\"barcode\":\"PRD263693-M1\",\"category_id\":\"2\",\"product_type\":\"market\",\"unit\":\"pcs\",\"alert_quantity\":1,\"cost_price\":\"16500.00\",\"selling_price\":\"18500.00\",\"discount_price\":null,\"image\":\"products\\/1768391035_hwtMhqpMzO.jpeg\",\"expiry_date\":null,\"is_active\":true,\"weight\":null,\"length\":null,\"width\":null,\"height\":null,\"created_at\":\"2026-01-21T08:18:33.000000Z\",\"updated_at\":\"2026-02-02T11:36:19.000000Z\",\"deleted_at\":null,\"inventory\":{\"id\":212,\"product_id\":\"213\",\"current_stock\":8,\"reserved_stock\":0,\"available_stock\":8,\"last_stock_update\":\"2026-02-17T13:51:18.000000Z\",\"last_updated_by\":7,\"created_at\":\"2026-01-21T08:18:33.000000Z\",\"updated_at\":\"2026-02-17T13:51:18.000000Z\"}}},{\"id\":1030,\"sale_id\":\"494\",\"product_id\":\"217\",\"product_name\":\"Hilal-8T\",\"product_barcode\":null,\"quantity\":1,\"unit_price\":\"17500.00\",\"tax_rate\":\"0.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"17500.00\",\"created_at\":\"2026-02-16T14:06:37.000000Z\",\"updated_at\":\"2026-02-16T14:06:37.000000Z\",\"product\":{\"id\":217,\"name\":\"Hilal-8T\",\"description\":\"3X40\\r\\n2X41\",\"barcode\":\"PRD265849-M1\",\"category_id\":\"2\",\"product_type\":\"market\",\"unit\":\"pcs\",\"alert_quantity\":1,\"cost_price\":\"16500.00\",\"selling_price\":\"18500.00\",\"discount_price\":null,\"image\":\"products\\/1768391857_3HDk85PxXW.jpeg\",\"expiry_date\":null,\"is_active\":true,\"weight\":null,\"length\":null,\"width\":null,\"height\":null,\"created_at\":\"2026-01-21T08:48:29.000000Z\",\"updated_at\":\"2026-01-24T10:24:12.000000Z\",\"deleted_at\":null,\"inventory\":{\"id\":216,\"product_id\":\"217\",\"current_stock\":4,\"reserved_stock\":0,\"available_stock\":4,\"last_stock_update\":\"2026-02-17T13:51:18.000000Z\",\"last_updated_by\":7,\"created_at\":\"2026-01-21T08:48:29.000000Z\",\"updated_at\":\"2026-02-17T13:51:18.000000Z\"}}},{\"id\":1031,\"sale_id\":\"494\",\"product_id\":\"245\",\"product_name\":\"HS-FB9\",\"product_barcode\":null,\"quantity\":10,\"unit_price\":\"17500.00\",\"tax_rate\":\"0.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"175000.00\",\"created_at\":\"2026-02-16T14:06:37.000000Z\",\"updated_at\":\"2026-02-16T14:06:37.000000Z\",\"product\":{\"id\":245,\"name\":\"HS-FB9\",\"description\":\"2\\u00d742\\r\\n2\\u00d743\\r\\n1\\u00d744\\r\\n1\\u00d745\",\"barcode\":\"PRD544296-M1\",\"category_id\":\"2\",\"product_type\":\"market\",\"unit\":\"pcs\",\"alert_quantity\":1,\"cost_price\":\"16500.00\",\"selling_price\":\"18500.00\",\"discount_price\":null,\"image\":\"products\\/1770392790_1daYp0gxXH.jpg\",\"expiry_date\":null,\"is_active\":true,\"weight\":null,\"length\":null,\"width\":null,\"height\":null,\"created_at\":\"2026-01-27T12:15:32.000000Z\",\"updated_at\":\"2026-02-06T15:46:31.000000Z\",\"deleted_at\":null,\"inventory\":{\"id\":244,\"product_id\":\"245\",\"current_stock\":21,\"reserved_stock\":0,\"available_stock\":21,\"last_stock_update\":\"2026-02-17T13:51:18.000000Z\",\"last_updated_by\":7,\"created_at\":\"2026-01-27T12:15:32.000000Z\",\"updated_at\":\"2026-02-17T13:51:18.000000Z\"}}},{\"id\":1032,\"sale_id\":\"494\",\"product_id\":\"270\",\"product_name\":\"HS-CS\",\"product_barcode\":null,\"quantity\":10,\"unit_price\":\"17500.00\",\"tax_rate\":\"0.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"175000.00\",\"created_at\":\"2026-02-16T14:06:37.000000Z\",\"updated_at\":\"2026-02-16T14:06:37.000000Z\",\"product\":{\"id\":270,\"name\":\"HS-CS\",\"description\":\"1X39\\r\\n4X40\\r\\n5X41\\r\\n5X42\\r\\n7X43\\r\\n5X44\\r\\n4X45\\r\\n3X43\",\"barcode\":\"PRD033224-M1\",\"category_id\":\"2\",\"product_type\":\"market\",\"unit\":\"pcs\",\"alert_quantity\":1,\"cost_price\":\"16500.00\",\"selling_price\":\"18500.00\",\"discount_price\":null,\"image\":\"products\\/1769859193_GNd6vR3a8p.jpeg\",\"expiry_date\":null,\"is_active\":true,\"weight\":null,\"length\":null,\"width\":null,\"height\":null,\"created_at\":\"2026-02-03T14:14:35.000000Z\",\"updated_at\":\"2026-02-03T14:14:35.000000Z\",\"deleted_at\":null,\"inventory\":{\"id\":269,\"product_id\":\"270\",\"current_stock\":17,\"reserved_stock\":0,\"available_stock\":17,\"last_stock_update\":\"2026-02-17T13:51:18.000000Z\",\"last_updated_by\":7,\"created_at\":\"2026-02-03T14:14:35.000000Z\",\"updated_at\":\"2026-02-17T13:51:18.000000Z\"}}},{\"id\":1033,\"sale_id\":\"494\",\"product_id\":\"272\",\"product_name\":\"Hilal-8S\",\"product_barcode\":null,\"quantity\":9,\"unit_price\":\"17500.00\",\"tax_rate\":\"0.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"157500.00\",\"created_at\":\"2026-02-16T14:06:37.000000Z\",\"updated_at\":\"2026-02-16T14:06:37.000000Z\",\"product\":{\"id\":272,\"name\":\"Hilal-8S\",\"description\":\"1X40\\r\\n6X41\\r\\n4X42\\r\\n6X43\\r\\n3X44\\r\\n4X45\",\"barcode\":\"PRD403870-M2\",\"category_id\":\"2\",\"product_type\":\"market\",\"unit\":\"pcs\",\"alert_quantity\":1,\"cost_price\":\"16500.00\",\"selling_price\":\"18500.00\",\"discount_price\":null,\"image\":\"products\\/1766045876_FUN43W62QS.jpg\",\"expiry_date\":null,\"is_active\":true,\"weight\":null,\"length\":null,\"width\":null,\"height\":null,\"created_at\":\"2026-02-03T14:21:36.000000Z\",\"updated_at\":\"2026-02-03T14:56:55.000000Z\",\"deleted_at\":null,\"inventory\":{\"id\":271,\"product_id\":\"272\",\"current_stock\":18,\"reserved_stock\":0,\"available_stock\":18,\"last_stock_update\":\"2026-02-17T13:51:18.000000Z\",\"last_updated_by\":7,\"created_at\":\"2026-02-03T14:21:36.000000Z\",\"updated_at\":\"2026-02-17T13:51:18.000000Z\"}}},{\"id\":1034,\"sale_id\":\"494\",\"product_id\":\"274\",\"product_name\":\"HS-2011B\",\"product_barcode\":null,\"quantity\":6,\"unit_price\":\"17500.00\",\"tax_rate\":\"0.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"105000.00\",\"created_at\":\"2026-02-16T14:06:37.000000Z\",\"updated_at\":\"2026-02-16T14:06:37.000000Z\",\"product\":{\"id\":274,\"name\":\"HS-2011B\",\"description\":\"1X39\\r\\n2X40\\r\\n3X41\\r\\n4X42\\r\\n1X43\\r\\n4X44\\r\\n3X45\",\"barcode\":\"PRD235574-M1\",\"category_id\":\"2\",\"product_type\":\"market\",\"unit\":\"pcs\",\"alert_quantity\":1,\"cost_price\":\"16500.00\",\"selling_price\":\"18500.00\",\"discount_price\":null,\"image\":\"products\\/1769853538_FKVSVxRPlO.jpeg\",\"expiry_date\":null,\"is_active\":true,\"weight\":null,\"length\":null,\"width\":null,\"height\":null,\"created_at\":\"2026-02-03T15:07:10.000000Z\",\"updated_at\":\"2026-02-03T15:07:10.000000Z\",\"deleted_at\":null,\"inventory\":{\"id\":273,\"product_id\":\"274\",\"current_stock\":7,\"reserved_stock\":0,\"available_stock\":7,\"last_stock_update\":\"2026-02-17T13:51:18.000000Z\",\"last_updated_by\":7,\"created_at\":\"2026-02-03T15:07:10.000000Z\",\"updated_at\":\"2026-02-17T13:51:18.000000Z\"}}},{\"id\":1035,\"sale_id\":\"494\",\"product_id\":\"303\",\"product_name\":\"HS-2010\\u00c7\",\"product_barcode\":null,\"quantity\":10,\"unit_price\":\"17500.00\",\"tax_rate\":\"0.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"175000.00\",\"created_at\":\"2026-02-16T14:06:37.000000Z\",\"updated_at\":\"2026-02-16T14:06:37.000000Z\",\"product\":{\"id\":303,\"name\":\"HS-2010\\u00c7\",\"description\":\"1X39\\r\\n2X40\\r\\n3X41\\r\\n3X42\\r\\n3X43\\r\\n3X44\\r\\n3X45\",\"barcode\":\"PRD212827-M1\",\"category_id\":\"2\",\"product_type\":\"market\",\"unit\":\"pcs\",\"alert_quantity\":1,\"cost_price\":\"16500.00\",\"selling_price\":\"18500.00\",\"discount_price\":null,\"image\":\"products\\/1770458113_fwiobG0c0G.jpeg\",\"expiry_date\":null,\"is_active\":true,\"weight\":null,\"length\":null,\"width\":null,\"height\":null,\"created_at\":\"2026-02-11T14:56:10.000000Z\",\"updated_at\":\"2026-02-11T14:56:10.000000Z\",\"deleted_at\":null,\"inventory\":{\"id\":302,\"product_id\":\"303\",\"current_stock\":17,\"reserved_stock\":0,\"available_stock\":17,\"last_stock_update\":\"2026-02-17T13:51:18.000000Z\",\"last_updated_by\":7,\"created_at\":\"2026-02-11T14:56:10.000000Z\",\"updated_at\":\"2026-02-17T13:51:18.000000Z\"}}},{\"id\":1036,\"sale_id\":\"494\",\"product_id\":\"325\",\"product_name\":\"FS-1\",\"product_barcode\":null,\"quantity\":6,\"unit_price\":\"17500.00\",\"tax_rate\":\"0.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"105000.00\",\"created_at\":\"2026-02-16T14:06:37.000000Z\",\"updated_at\":\"2026-02-16T14:06:37.000000Z\",\"product\":{\"id\":325,\"name\":\"FS-1\",\"description\":\"2X41\\r\\n3X42\\r\\n3X43\\r\\n1X44\\r\\n1X45\",\"barcode\":\"PRD077492-M1\",\"category_id\":\"2\",\"product_type\":\"market\",\"unit\":\"pcs\",\"alert_quantity\":1,\"cost_price\":\"16500.00\",\"selling_price\":\"18500.00\",\"discount_price\":null,\"image\":\"products\\/1770457857_i34M3QHOWv.jpeg\",\"expiry_date\":null,\"is_active\":true,\"weight\":null,\"length\":null,\"width\":null,\"height\":null,\"created_at\":\"2026-02-13T14:11:52.000000Z\",\"updated_at\":\"2026-02-13T14:11:52.000000Z\",\"deleted_at\":null,\"inventory\":{\"id\":324,\"product_id\":\"325\",\"current_stock\":6,\"reserved_stock\":0,\"available_stock\":6,\"last_stock_update\":\"2026-02-17T13:51:18.000000Z\",\"last_updated_by\":7,\"created_at\":\"2026-02-13T14:11:52.000000Z\",\"updated_at\":\"2026-02-17T13:51:18.000000Z\"}}}],\"cashier\":{\"id\":7,\"name\":\"Ayoub Oumar\",\"email\":\"ayoub.oumar919@gmail.com\",\"user_type\":\"admin\",\"is_active\":true,\"preferred_language\":\"en\",\"email_verified_at\":\"2025-12-18T06:27:21.000000Z\",\"two_factor_confirmed_at\":null,\"current_team_id\":null,\"profile_photo_path\":null,\"created_at\":\"2025-12-18T06:27:21.000000Z\",\"updated_at\":\"2026-01-05T11:04:03.000000Z\",\"profile_photo_url\":\"https:\\/\\/ui-avatars.com\\/api\\/?name=A+O&color=7F9CF5&background=EBF4FF\"}}','Sale return',7,'Ayoub Oumar','2026-02-17 10:51:18','2026-02-17 10:51:18'),
(579,498,'created',NULL,NULL,'{\"sale_number\":\"HIL-0495\",\"sale_type\":\"market\",\"customer_name\":\"Makki\",\"customer_phone\":\"---\",\"customer_email\":null,\"subtotal\":\"1225000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"1225000.00\",\"paid_amount\":\"1225000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-02-17T13:58:55.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"1225000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-02-17T13:58:55.000000Z\",\"created_at\":\"2026-02-17T13:58:55.000000Z\",\"id\":498}','Sale created through POS',7,'Ayoub Oumar','2026-02-17 10:58:55','2026-02-17 10:58:55'),
(580,499,'created',NULL,NULL,'{\"sale_number\":\"HIL-0496\",\"sale_type\":\"market\",\"customer_name\":\"Abakar\",\"customer_phone\":\"65 20 20 02\",\"customer_email\":null,\"subtotal\":\"180000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"180000.00\",\"paid_amount\":\"180000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-02-17T15:25:42.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"180000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-02-17T15:25:42.000000Z\",\"created_at\":\"2026-02-17T15:25:42.000000Z\",\"id\":499}','Sale created through POS',7,'Ayoub Oumar','2026-02-17 12:25:43','2026-02-17 12:25:43'),
(581,500,'created',NULL,NULL,'{\"sale_number\":\"HIL-0497\",\"sale_type\":\"market\",\"customer_name\":\"Nadjat\",\"customer_phone\":\"---\",\"customer_email\":null,\"subtotal\":\"444000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"444000.00\",\"paid_amount\":\"444000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-02-18T09:53:54.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"444000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-02-18T09:53:54.000000Z\",\"created_at\":\"2026-02-18T09:53:54.000000Z\",\"id\":500}','Sale created through POS',7,'Ayoub Oumar','2026-02-18 06:53:54','2026-02-18 06:53:54'),
(582,501,'created',NULL,NULL,'{\"sale_number\":\"HIL-0498\",\"sale_type\":\"market\",\"customer_name\":\"Adam\",\"customer_phone\":\"---\",\"customer_email\":null,\"subtotal\":\"17500.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"17500.00\",\"paid_amount\":\"17500.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-02-18T11:15:58.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"17500.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-02-18T11:15:58.000000Z\",\"created_at\":\"2026-02-18T11:15:58.000000Z\",\"id\":501}','Sale created through POS',7,'Ayoub Oumar','2026-02-18 08:15:58','2026-02-18 08:15:58'),
(583,502,'created',NULL,NULL,'{\"sale_number\":\"HIL-0499\",\"sale_type\":\"market\",\"customer_name\":\"Issakha\",\"customer_phone\":\"---\",\"customer_email\":null,\"subtotal\":\"52500.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"52500.00\",\"paid_amount\":\"0.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-02-18T12:46:25.000000Z\",\"cashier_id\":7,\"is_loan\":true,\"loan_amount\":\"52500.00\",\"collected_amount\":\"0.00\",\"payment_status\":\"unpaid\",\"updated_at\":\"2026-02-18T12:46:25.000000Z\",\"created_at\":\"2026-02-18T12:46:25.000000Z\",\"id\":502}','Sale created through POS',7,'Ayoub Oumar','2026-02-18 09:46:25','2026-02-18 09:46:25'),
(584,503,'created',NULL,NULL,'{\"sale_number\":\"HIL-0500\",\"sale_type\":\"market\",\"customer_name\":\"Ayoub\",\"customer_phone\":\"---\",\"customer_email\":null,\"subtotal\":\"35000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"35000.00\",\"paid_amount\":\"35000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-02-18T13:03:55.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"35000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-02-18T13:03:55.000000Z\",\"created_at\":\"2026-02-18T13:03:55.000000Z\",\"id\":503}','Sale created through POS',7,'Ayoub Oumar','2026-02-18 10:03:55','2026-02-18 10:03:55'),
(585,504,'created',NULL,NULL,'{\"sale_number\":\"HIL-0501\",\"sale_type\":\"market\",\"customer_name\":null,\"customer_phone\":null,\"customer_email\":null,\"subtotal\":\"25000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"25000.00\",\"paid_amount\":\"25000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-02-18T13:04:21.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"25000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-02-18T13:04:21.000000Z\",\"created_at\":\"2026-02-18T13:04:21.000000Z\",\"id\":504}','Sale created through POS',7,'Ayoub Oumar','2026-02-18 10:04:21','2026-02-18 10:04:21'),
(586,505,'created',NULL,NULL,'{\"sale_number\":\"HIL-0502\",\"sale_type\":\"market\",\"customer_name\":null,\"customer_phone\":null,\"customer_email\":null,\"subtotal\":\"22000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"22000.00\",\"paid_amount\":\"22000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-02-18T14:02:50.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"22000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-02-18T14:02:50.000000Z\",\"created_at\":\"2026-02-18T14:02:50.000000Z\",\"id\":505}','Sale created through POS',7,'Ayoub Oumar','2026-02-18 11:02:50','2026-02-18 11:02:50'),
(587,505,'cancelled','{\"sale_status\":{\"old\":\"completed\",\"new\":\"cancelled\"},\"payment_status\":{\"old\":\"paid\",\"new\":\"refunded\"}}',NULL,'{\"id\":505,\"sale_number\":\"HIL-0502\",\"sale_type\":\"market\",\"customer_name\":null,\"customer_phone\":null,\"customer_email\":null,\"subtotal\":\"22000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"22000.00\",\"loan_amount\":\"0.00\",\"collected_amount\":\"22000.00\",\"is_loan\":false,\"paid_amount\":\"22000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"payment_status\":\"refunded\",\"sale_status\":\"cancelled\",\"notes\":\"\\n\\nCancelled: Sale return\",\"cashier_id\":\"7\",\"sale_date\":\"2026-02-18T14:02:50.000000Z\",\"created_at\":\"2026-02-18T14:02:50.000000Z\",\"updated_at\":\"2026-02-18T15:55:22.000000Z\",\"items\":[{\"id\":1087,\"sale_id\":\"505\",\"product_id\":\"43\",\"product_name\":\"Dur Sandale\",\"product_barcode\":null,\"quantity\":2,\"unit_price\":\"6000.00\",\"tax_rate\":\"0.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"12000.00\",\"created_at\":\"2026-02-18T14:02:50.000000Z\",\"updated_at\":\"2026-02-18T14:02:50.000000Z\",\"product\":{\"id\":43,\"name\":\"Dur Sandale\",\"description\":null,\"barcode\":\"PRD452039\",\"category_id\":\"5\",\"product_type\":\"market\",\"unit\":\"pcs\",\"alert_quantity\":20,\"cost_price\":\"5000.00\",\"selling_price\":\"6500.00\",\"discount_price\":null,\"image\":\"products\\/1767255765_lt7RMoSSvv.jpg\",\"expiry_date\":null,\"is_active\":true,\"weight\":null,\"length\":null,\"width\":null,\"height\":null,\"created_at\":\"2026-01-01T08:22:45.000000Z\",\"updated_at\":\"2026-01-01T08:22:45.000000Z\",\"deleted_at\":null,\"inventory\":{\"id\":43,\"product_id\":\"43\",\"current_stock\":606,\"reserved_stock\":0,\"available_stock\":606,\"last_stock_update\":\"2026-02-18T15:55:22.000000Z\",\"last_updated_by\":7,\"created_at\":\"2026-01-01T08:22:45.000000Z\",\"updated_at\":\"2026-02-18T15:55:22.000000Z\"}}},{\"id\":1088,\"sale_id\":\"505\",\"product_id\":\"301\",\"product_name\":\"HW-L\",\"product_barcode\":null,\"quantity\":1,\"unit_price\":\"10000.00\",\"tax_rate\":\"0.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"10000.00\",\"created_at\":\"2026-02-18T14:02:50.000000Z\",\"updated_at\":\"2026-02-18T14:02:50.000000Z\",\"product\":{\"id\":301,\"name\":\"HW-L\",\"description\":null,\"barcode\":\"PRD393417-M1\",\"category_id\":\"6\",\"product_type\":\"market\",\"unit\":\"pcs\",\"alert_quantity\":1,\"cost_price\":\"8500.00\",\"selling_price\":\"10000.00\",\"discount_price\":null,\"image\":\"products\\/1766132742_fNCZu43Paf.jpg\",\"expiry_date\":null,\"is_active\":true,\"weight\":null,\"length\":null,\"width\":null,\"height\":null,\"created_at\":\"2026-02-11T14:54:12.000000Z\",\"updated_at\":\"2026-02-11T14:54:12.000000Z\",\"deleted_at\":null,\"inventory\":{\"id\":300,\"product_id\":\"301\",\"current_stock\":97,\"reserved_stock\":0,\"available_stock\":97,\"last_stock_update\":\"2026-02-18T15:55:22.000000Z\",\"last_updated_by\":7,\"created_at\":\"2026-02-11T14:54:12.000000Z\",\"updated_at\":\"2026-02-18T15:55:22.000000Z\"}}}],\"cashier\":{\"id\":7,\"name\":\"Ayoub Oumar\",\"email\":\"ayoub.oumar919@gmail.com\",\"user_type\":\"admin\",\"is_active\":true,\"preferred_language\":\"en\",\"email_verified_at\":\"2025-12-18T06:27:21.000000Z\",\"two_factor_confirmed_at\":null,\"current_team_id\":null,\"profile_photo_path\":null,\"created_at\":\"2025-12-18T06:27:21.000000Z\",\"updated_at\":\"2026-01-05T11:04:03.000000Z\",\"profile_photo_url\":\"https:\\/\\/ui-avatars.com\\/api\\/?name=A+O&color=7F9CF5&background=EBF4FF\"}}','Sale return',7,'Ayoub Oumar','2026-02-18 12:55:22','2026-02-18 12:55:22'),
(588,506,'created',NULL,NULL,'{\"sale_number\":\"HIL-0503\",\"sale_type\":\"market\",\"customer_name\":null,\"customer_phone\":null,\"customer_email\":null,\"subtotal\":\"26000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"26000.00\",\"paid_amount\":\"26000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-02-18T15:56:18.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"26000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-02-18T15:56:18.000000Z\",\"created_at\":\"2026-02-18T15:56:18.000000Z\",\"id\":506}','Sale created through POS',7,'Ayoub Oumar','2026-02-18 12:56:18','2026-02-18 12:56:18'),
(589,507,'created',NULL,NULL,'{\"sale_number\":\"HIL-0504\",\"sale_type\":\"market\",\"customer_name\":null,\"customer_phone\":null,\"customer_email\":null,\"subtotal\":\"20000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"20000.00\",\"paid_amount\":\"20000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-02-19T09:08:43.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"20000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-02-19T09:08:43.000000Z\",\"created_at\":\"2026-02-19T09:08:43.000000Z\",\"id\":507}','Sale created through POS',7,'Ayoub Oumar','2026-02-19 06:08:43','2026-02-19 06:08:43'),
(590,508,'created',NULL,NULL,'{\"sale_number\":\"HIL-0505\",\"sale_type\":\"market\",\"customer_name\":null,\"customer_phone\":null,\"customer_email\":null,\"subtotal\":\"20000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"20000.00\",\"paid_amount\":\"20000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-02-19T11:19:30.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"20000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-02-19T11:19:30.000000Z\",\"created_at\":\"2026-02-19T11:19:30.000000Z\",\"id\":508}','Sale created through POS',7,'Ayoub Oumar','2026-02-19 08:19:30','2026-02-19 08:19:30'),
(591,509,'created',NULL,NULL,'{\"sale_number\":\"HIL-0506\",\"sale_type\":\"market\",\"customer_name\":null,\"customer_phone\":null,\"customer_email\":null,\"subtotal\":\"20000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"20000.00\",\"paid_amount\":\"20000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-02-19T11:45:49.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"20000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-02-19T11:45:49.000000Z\",\"created_at\":\"2026-02-19T11:45:49.000000Z\",\"id\":509}','Sale created through POS',7,'Ayoub Oumar','2026-02-19 08:45:49','2026-02-19 08:45:49'),
(592,510,'created',NULL,NULL,'{\"sale_number\":\"HIL-0507\",\"sale_type\":\"market\",\"customer_name\":\"ZAKARIA\",\"customer_phone\":\"+966 54 544 0572\",\"customer_email\":null,\"subtotal\":\"185000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"185000.00\",\"paid_amount\":\"0.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-02-20T18:42:10.000000Z\",\"cashier_id\":4,\"is_loan\":true,\"loan_amount\":\"185000.00\",\"collected_amount\":\"0.00\",\"payment_status\":\"unpaid\",\"updated_at\":\"2026-02-20T18:42:10.000000Z\",\"created_at\":\"2026-02-20T18:42:10.000000Z\",\"id\":510}','Sale created through POS',4,'admin','2026-02-20 15:42:10','2026-02-20 15:42:10'),
(593,511,'created',NULL,NULL,'{\"sale_number\":\"HIL-0508\",\"sale_type\":\"market\",\"customer_name\":null,\"customer_phone\":null,\"customer_email\":null,\"subtotal\":\"481000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"481000.00\",\"paid_amount\":\"481000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-02-20T18:59:59.000000Z\",\"cashier_id\":4,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"481000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-02-20T18:59:59.000000Z\",\"created_at\":\"2026-02-20T18:59:59.000000Z\",\"id\":511}','Sale created through POS',4,'admin','2026-02-20 15:59:59','2026-02-20 15:59:59'),
(594,512,'created',NULL,NULL,'{\"sale_number\":\"HIL-0509\",\"sale_type\":\"market\",\"customer_name\":\"Mahasin\",\"customer_phone\":\"---\",\"customer_email\":null,\"subtotal\":\"18500.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"18500.00\",\"paid_amount\":\"18500.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-02-21T10:35:31.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"18500.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-02-21T10:35:31.000000Z\",\"created_at\":\"2026-02-21T10:35:31.000000Z\",\"id\":512}','Sale created through POS',7,'Ayoub Oumar','2026-02-21 07:35:31','2026-02-21 07:35:31'),
(595,393,'payment_received','{\"payment_status\":{\"old\":\"partial\",\"new\":\"paid\"},\"loan_amount\":{\"old\":\"5000.00\",\"new\":\"0.00\"},\"collected_amount\":{\"old\":\"30000.00\",\"new\":\"35000.00\"},\"is_loan\":{\"old\":true,\"new\":false}}',NULL,'{\"payment_amount\":5000,\"payment_method\":\"cash\",\"payment_notes\":null,\"balance_after\":0}','Payment received: 5,000 CFA via Cash',7,'Ayoub Oumar','2026-02-21 07:55:33','2026-02-21 07:55:33'),
(596,408,'payment_received','{\"payment_status\":{\"old\":\"unpaid\",\"new\":\"paid\"},\"loan_amount\":{\"old\":\"17500.00\",\"new\":\"0.00\"},\"collected_amount\":{\"old\":\"0.00\",\"new\":\"17500.00\"},\"is_loan\":{\"old\":true,\"new\":false}}',NULL,'{\"payment_amount\":17500,\"payment_method\":\"cash\",\"payment_notes\":null,\"balance_after\":0}','Payment received: 17,500 CFA via Cash',7,'Ayoub Oumar','2026-02-21 07:56:02','2026-02-21 07:56:02'),
(597,513,'created',NULL,NULL,'{\"sale_number\":\"HIL-0510\",\"sale_type\":\"market\",\"customer_name\":\"Annazir\",\"customer_phone\":\"---\",\"customer_email\":null,\"subtotal\":\"310000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"310000.00\",\"paid_amount\":\"310000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-02-21T12:48:49.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"310000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-02-21T12:48:49.000000Z\",\"created_at\":\"2026-02-21T12:48:49.000000Z\",\"id\":513}','Sale created through POS',7,'Ayoub Oumar','2026-02-21 09:48:49','2026-02-21 09:48:49'),
(598,514,'created',NULL,NULL,'{\"sale_number\":\"HIL-0511\",\"sale_type\":\"market\",\"customer_name\":null,\"customer_phone\":null,\"customer_email\":null,\"subtotal\":\"333000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"333000.00\",\"paid_amount\":\"333000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-02-21T13:36:07.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"333000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-02-21T13:36:07.000000Z\",\"created_at\":\"2026-02-21T13:36:07.000000Z\",\"id\":514}','Sale created through POS',7,'Ayoub Oumar','2026-02-21 10:36:07','2026-02-21 10:36:07'),
(599,502,'payment_received','{\"payment_status\":{\"old\":\"unpaid\",\"new\":\"partial\"},\"loan_amount\":{\"old\":\"52500.00\",\"new\":\"35000.00\"},\"collected_amount\":{\"old\":\"0.00\",\"new\":\"17500.00\"}}',NULL,'{\"payment_amount\":17500,\"payment_method\":\"cash\",\"payment_notes\":null,\"balance_after\":35000}','Payment received: 17,500 CFA via Cash',7,'Ayoub Oumar','2026-02-21 12:25:17','2026-02-21 12:25:17'),
(600,465,'payment_received','{\"loan_amount\":{\"old\":\"3392000.00\",\"new\":\"2265000.00\"},\"collected_amount\":{\"old\":\"1000000.00\",\"new\":\"2127000.00\"}}',NULL,'{\"payment_amount\":1127000,\"payment_method\":\"cash\",\"payment_notes\":null,\"balance_after\":2265000}','Payment received: 1,127,000 CFA via Cash',4,'admin','2026-02-22 07:25:55','2026-02-22 07:25:55'),
(601,515,'created',NULL,NULL,'{\"sale_number\":\"HIL-0512\",\"sale_type\":\"market\",\"customer_name\":\"Issakha\",\"customer_phone\":\"---\",\"customer_email\":null,\"subtotal\":\"140000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"140000.00\",\"paid_amount\":\"140000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-02-23T10:39:21.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"140000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-02-23T10:39:21.000000Z\",\"created_at\":\"2026-02-23T10:39:21.000000Z\",\"id\":515}','Sale created through POS',7,'Ayoub Oumar','2026-02-23 07:39:21','2026-02-23 07:39:21'),
(602,516,'created',NULL,NULL,'{\"sale_number\":\"HIL-0513\",\"sale_type\":\"market\",\"customer_name\":null,\"customer_phone\":null,\"customer_email\":null,\"subtotal\":\"20000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"20000.00\",\"paid_amount\":\"20000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-02-23T10:54:20.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"20000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-02-23T10:54:20.000000Z\",\"created_at\":\"2026-02-23T10:54:20.000000Z\",\"id\":516}','Sale created through POS',7,'Ayoub Oumar','2026-02-23 07:54:20','2026-02-23 07:54:20'),
(603,517,'created',NULL,NULL,'{\"sale_number\":\"HIL-0514\",\"sale_type\":\"market\",\"customer_name\":null,\"customer_phone\":null,\"customer_email\":null,\"subtotal\":\"20000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"20000.00\",\"paid_amount\":\"20000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-02-23T13:23:57.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"20000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-02-23T13:23:57.000000Z\",\"created_at\":\"2026-02-23T13:23:57.000000Z\",\"id\":517}','Sale created through POS',7,'Ayoub Oumar','2026-02-23 10:23:57','2026-02-23 10:23:57'),
(604,518,'created',NULL,NULL,'{\"sale_number\":\"HIL-0515\",\"sale_type\":\"market\",\"customer_name\":null,\"customer_phone\":null,\"customer_email\":null,\"subtotal\":\"5500.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"5500.00\",\"paid_amount\":\"5500.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-02-23T13:26:17.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"5500.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-02-23T13:26:17.000000Z\",\"created_at\":\"2026-02-23T13:26:17.000000Z\",\"id\":518}','Sale created through POS',7,'Ayoub Oumar','2026-02-23 10:26:17','2026-02-23 10:26:17'),
(605,519,'created',NULL,NULL,'{\"sale_number\":\"HIL-0516\",\"sale_type\":\"market\",\"customer_name\":null,\"customer_phone\":null,\"customer_email\":null,\"subtotal\":\"92500.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"92500.00\",\"paid_amount\":\"92500.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-02-23T13:38:27.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"92500.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-02-23T13:38:27.000000Z\",\"created_at\":\"2026-02-23T13:38:27.000000Z\",\"id\":519}','Sale created through POS',7,'Ayoub Oumar','2026-02-23 10:38:27','2026-02-23 10:38:27'),
(606,520,'created',NULL,NULL,'{\"sale_number\":\"HIL-0517\",\"sale_type\":\"market\",\"customer_name\":\"Nadjat\",\"customer_phone\":\"---\",\"customer_email\":null,\"subtotal\":\"74000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"74000.00\",\"paid_amount\":\"74000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-02-23T14:05:02.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"74000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-02-23T14:05:02.000000Z\",\"created_at\":\"2026-02-23T14:05:02.000000Z\",\"id\":520}','Sale created through POS',7,'Ayoub Oumar','2026-02-23 11:05:03','2026-02-23 11:05:03'),
(607,521,'created',NULL,NULL,'{\"sale_number\":\"HIL-0518\",\"sale_type\":\"market\",\"customer_name\":\"Esker\",\"customer_phone\":\"---\",\"customer_email\":null,\"subtotal\":\"74000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"74000.00\",\"paid_amount\":\"74000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-02-23T14:06:26.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"74000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-02-23T14:06:26.000000Z\",\"created_at\":\"2026-02-23T14:06:26.000000Z\",\"id\":521}','Sale created through POS',7,'Ayoub Oumar','2026-02-23 11:06:26','2026-02-23 11:06:26'),
(608,522,'created',NULL,NULL,'{\"sale_number\":\"HIL-0519\",\"sale_type\":\"market\",\"customer_name\":\"Nadjat\",\"customer_phone\":\"---\",\"customer_email\":null,\"subtotal\":\"37000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"37000.00\",\"paid_amount\":\"37000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-02-23T14:08:08.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"37000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-02-23T14:08:08.000000Z\",\"created_at\":\"2026-02-23T14:08:08.000000Z\",\"id\":522}','Sale created through POS',7,'Ayoub Oumar','2026-02-23 11:08:08','2026-02-23 11:08:08'),
(609,523,'created',NULL,NULL,'{\"sale_number\":\"HIL-0520\",\"sale_type\":\"market\",\"customer_name\":null,\"customer_phone\":null,\"customer_email\":null,\"subtotal\":\"40000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"40000.00\",\"paid_amount\":\"40000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-02-23T15:17:35.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"40000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-02-23T15:17:35.000000Z\",\"created_at\":\"2026-02-23T15:17:35.000000Z\",\"id\":523}','Sale created through POS',7,'Ayoub Oumar','2026-02-23 12:17:36','2026-02-23 12:17:36'),
(610,524,'created',NULL,NULL,'{\"sale_number\":\"HIL-0521\",\"sale_type\":\"market\",\"customer_name\":\"Makki\",\"customer_phone\":\"---\",\"customer_email\":null,\"subtotal\":\"481000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"481000.00\",\"paid_amount\":\"481000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-02-23T15:41:29.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"481000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-02-23T15:41:29.000000Z\",\"created_at\":\"2026-02-23T15:41:29.000000Z\",\"id\":524}','Sale created through POS',7,'Ayoub Oumar','2026-02-23 12:41:29','2026-02-23 12:41:29'),
(611,525,'created',NULL,NULL,'{\"sale_number\":\"HIL-0522\",\"sale_type\":\"market\",\"customer_name\":null,\"customer_phone\":null,\"customer_email\":null,\"subtotal\":\"40000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"40000.00\",\"paid_amount\":\"40000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-02-23T16:12:53.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"40000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-02-23T16:12:53.000000Z\",\"created_at\":\"2026-02-23T16:12:53.000000Z\",\"id\":525}','Sale created through POS',7,'Ayoub Oumar','2026-02-23 13:12:53','2026-02-23 13:12:53'),
(612,526,'created',NULL,NULL,'{\"sale_number\":\"HIL-0523\",\"sale_type\":\"market\",\"customer_name\":\"Sold\",\"customer_phone\":\"---\",\"customer_email\":null,\"subtotal\":\"55500.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"55500.00\",\"paid_amount\":\"55500.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-02-24T08:26:43.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"55500.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-02-24T08:26:43.000000Z\",\"created_at\":\"2026-02-24T08:26:43.000000Z\",\"id\":526}','Sale created through POS',7,'Ayoub Oumar','2026-02-24 05:26:43','2026-02-24 05:26:43'),
(613,527,'created',NULL,NULL,'{\"sale_number\":\"HIL-0524\",\"sale_type\":\"market\",\"customer_name\":\"Sold\",\"customer_phone\":\"---\",\"customer_email\":null,\"subtotal\":\"37000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"37000.00\",\"paid_amount\":\"37000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-02-24T08:29:40.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"37000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-02-24T08:29:40.000000Z\",\"created_at\":\"2026-02-24T08:29:40.000000Z\",\"id\":527}','Sale created through POS',7,'Ayoub Oumar','2026-02-24 05:29:40','2026-02-24 05:29:40'),
(614,528,'created',NULL,NULL,'{\"sale_number\":\"HIL-0525\",\"sale_type\":\"market\",\"customer_name\":\"Sold\",\"customer_phone\":\"---\",\"customer_email\":null,\"subtotal\":\"55500.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"55500.00\",\"paid_amount\":\"55500.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-02-24T08:30:58.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"55500.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-02-24T08:30:58.000000Z\",\"created_at\":\"2026-02-24T08:30:58.000000Z\",\"id\":528}','Sale created through POS',7,'Ayoub Oumar','2026-02-24 05:30:58','2026-02-24 05:30:58'),
(615,529,'created',NULL,NULL,'{\"sale_number\":\"HIL-0526\",\"sale_type\":\"market\",\"customer_name\":\"Sold\",\"customer_phone\":\"---\",\"customer_email\":null,\"subtotal\":\"37000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"37000.00\",\"paid_amount\":\"37000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-02-24T08:38:12.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"37000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-02-24T08:38:12.000000Z\",\"created_at\":\"2026-02-24T08:38:12.000000Z\",\"id\":529}','Sale created through POS',7,'Ayoub Oumar','2026-02-24 05:38:12','2026-02-24 05:38:12'),
(616,530,'created',NULL,NULL,'{\"sale_number\":\"HIL-0527\",\"sale_type\":\"market\",\"customer_name\":\"Sold\",\"customer_phone\":\"---\",\"customer_email\":null,\"subtotal\":\"37000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"37000.00\",\"paid_amount\":\"37000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-02-24T08:41:25.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"37000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-02-24T08:41:25.000000Z\",\"created_at\":\"2026-02-24T08:41:25.000000Z\",\"id\":530}','Sale created through POS',7,'Ayoub Oumar','2026-02-24 05:41:25','2026-02-24 05:41:25'),
(617,531,'created',NULL,NULL,'{\"sale_number\":\"HIL-0528\",\"sale_type\":\"market\",\"customer_name\":\"Sold\",\"customer_phone\":\"---\",\"customer_email\":null,\"subtotal\":\"37000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"37000.00\",\"paid_amount\":\"37000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-02-24T08:43:05.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"37000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-02-24T08:43:05.000000Z\",\"created_at\":\"2026-02-24T08:43:05.000000Z\",\"id\":531}','Sale created through POS',7,'Ayoub Oumar','2026-02-24 05:43:05','2026-02-24 05:43:05'),
(618,532,'created',NULL,NULL,'{\"sale_number\":\"HIL-0529\",\"sale_type\":\"market\",\"customer_name\":\"Sold\",\"customer_phone\":\"---\",\"customer_email\":null,\"subtotal\":\"55500.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"55500.00\",\"paid_amount\":\"55500.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-02-24T08:48:16.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"55500.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-02-24T08:48:16.000000Z\",\"created_at\":\"2026-02-24T08:48:16.000000Z\",\"id\":532}','Sale created through POS',7,'Ayoub Oumar','2026-02-24 05:48:16','2026-02-24 05:48:16'),
(619,533,'created',NULL,NULL,'{\"sale_number\":\"HIL-0530\",\"sale_type\":\"market\",\"customer_name\":\"Sold\",\"customer_phone\":\"---\",\"customer_email\":null,\"subtotal\":\"37000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"37000.00\",\"paid_amount\":\"37000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-02-24T08:49:27.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"37000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-02-24T08:49:27.000000Z\",\"created_at\":\"2026-02-24T08:49:27.000000Z\",\"id\":533}','Sale created through POS',7,'Ayoub Oumar','2026-02-24 05:49:27','2026-02-24 05:49:27'),
(620,534,'created',NULL,NULL,'{\"sale_number\":\"HIL-0531\",\"sale_type\":\"market\",\"customer_name\":\"Sold\",\"customer_phone\":\"---\",\"customer_email\":null,\"subtotal\":\"18500.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"18500.00\",\"paid_amount\":\"18500.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-02-24T08:51:03.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"18500.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-02-24T08:51:03.000000Z\",\"created_at\":\"2026-02-24T08:51:03.000000Z\",\"id\":534}','Sale created through POS',7,'Ayoub Oumar','2026-02-24 05:51:03','2026-02-24 05:51:03'),
(621,535,'created',NULL,NULL,'{\"sale_number\":\"HIL-0532\",\"sale_type\":\"market\",\"customer_name\":\"Sold\",\"customer_phone\":\"---\",\"customer_email\":null,\"subtotal\":\"18500.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"18500.00\",\"paid_amount\":\"18500.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-02-24T08:52:07.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"18500.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-02-24T08:52:07.000000Z\",\"created_at\":\"2026-02-24T08:52:07.000000Z\",\"id\":535}','Sale created through POS',7,'Ayoub Oumar','2026-02-24 05:52:07','2026-02-24 05:52:07'),
(622,528,'cancelled','{\"sale_status\":{\"old\":\"completed\",\"new\":\"cancelled\"},\"payment_status\":{\"old\":\"paid\",\"new\":\"refunded\"}}',NULL,'{\"id\":528,\"sale_number\":\"HIL-0525\",\"sale_type\":\"market\",\"customer_name\":\"Sold\",\"customer_phone\":\"---\",\"customer_email\":null,\"subtotal\":\"55500.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"55500.00\",\"loan_amount\":\"0.00\",\"collected_amount\":\"55500.00\",\"is_loan\":false,\"paid_amount\":\"55500.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"payment_status\":\"refunded\",\"sale_status\":\"cancelled\",\"notes\":\"\\n\\nCancelled: Error\",\"cashier_id\":\"7\",\"sale_date\":\"2026-02-24T08:30:58.000000Z\",\"created_at\":\"2026-02-24T08:30:58.000000Z\",\"updated_at\":\"2026-02-24T08:55:22.000000Z\",\"items\":[{\"id\":1167,\"sale_id\":\"528\",\"product_id\":\"299\",\"product_name\":\"FB15S\",\"product_barcode\":null,\"quantity\":3,\"unit_price\":\"18500.00\",\"tax_rate\":\"0.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"55500.00\",\"created_at\":\"2026-02-24T08:30:58.000000Z\",\"updated_at\":\"2026-02-24T08:30:58.000000Z\",\"product\":{\"id\":299,\"name\":\"FB15S\",\"description\":\"1X41\\r\\n2X42\\r\\n3X43\\r\\n2X44\\r\\n2X45\",\"barcode\":\"PRD320503-M1\",\"category_id\":\"2\",\"product_type\":\"market\",\"unit\":\"pcs\",\"alert_quantity\":1,\"cost_price\":\"16500.00\",\"selling_price\":\"18500.00\",\"discount_price\":null,\"image\":\"products\\/1770470213_AITyG1ksvq.jpeg\",\"expiry_date\":null,\"is_active\":true,\"weight\":null,\"length\":null,\"width\":null,\"height\":null,\"created_at\":\"2026-02-11T14:36:00.000000Z\",\"updated_at\":\"2026-02-11T14:36:00.000000Z\",\"deleted_at\":null,\"inventory\":{\"id\":298,\"product_id\":\"299\",\"current_stock\":7,\"reserved_stock\":0,\"available_stock\":7,\"last_stock_update\":\"2026-02-24T08:55:22.000000Z\",\"last_updated_by\":7,\"created_at\":\"2026-02-11T14:36:00.000000Z\",\"updated_at\":\"2026-02-24T08:55:22.000000Z\"}}}],\"cashier\":{\"id\":7,\"name\":\"Ayoub Oumar\",\"email\":\"ayoub.oumar919@gmail.com\",\"user_type\":\"admin\",\"is_active\":true,\"preferred_language\":\"en\",\"email_verified_at\":\"2025-12-18T06:27:21.000000Z\",\"two_factor_confirmed_at\":null,\"current_team_id\":null,\"profile_photo_path\":null,\"created_at\":\"2025-12-18T06:27:21.000000Z\",\"updated_at\":\"2026-01-05T11:04:03.000000Z\",\"profile_photo_url\":\"https:\\/\\/ui-avatars.com\\/api\\/?name=A+O&color=7F9CF5&background=EBF4FF\"}}','Error',7,'Ayoub Oumar','2026-02-24 05:55:22','2026-02-24 05:55:22'),
(623,536,'created',NULL,NULL,'{\"sale_number\":\"HIL-0533\",\"sale_type\":\"market\",\"customer_name\":\"Sold\",\"customer_phone\":\"---\",\"customer_email\":null,\"subtotal\":\"37000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"37000.00\",\"paid_amount\":\"37000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-02-24T08:55:44.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"37000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-02-24T08:55:44.000000Z\",\"created_at\":\"2026-02-24T08:55:44.000000Z\",\"id\":536}','Sale created through POS',7,'Ayoub Oumar','2026-02-24 05:55:44','2026-02-24 05:55:44'),
(624,537,'created',NULL,NULL,'{\"sale_number\":\"HIL-0534\",\"sale_type\":\"market\",\"customer_name\":\"Sold\",\"customer_phone\":\"---\",\"customer_email\":null,\"subtotal\":\"37000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"37000.00\",\"paid_amount\":\"37000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-02-24T09:00:08.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"37000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-02-24T09:00:08.000000Z\",\"created_at\":\"2026-02-24T09:00:08.000000Z\",\"id\":537}','Sale created through POS',7,'Ayoub Oumar','2026-02-24 06:00:09','2026-02-24 06:00:09'),
(625,538,'created',NULL,NULL,'{\"sale_number\":\"HIL-0535\",\"sale_type\":\"market\",\"customer_name\":\"Sold\",\"customer_phone\":\"---\",\"customer_email\":null,\"subtotal\":\"74000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"74000.00\",\"paid_amount\":\"74000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-02-24T09:01:34.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"74000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-02-24T09:01:34.000000Z\",\"created_at\":\"2026-02-24T09:01:34.000000Z\",\"id\":538}','Sale created through POS',7,'Ayoub Oumar','2026-02-24 06:01:34','2026-02-24 06:01:34'),
(626,539,'created',NULL,NULL,'{\"sale_number\":\"HIL-0536\",\"sale_type\":\"market\",\"customer_name\":\"Sold\",\"customer_phone\":\"---\",\"customer_email\":null,\"subtotal\":\"18500.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"18500.00\",\"paid_amount\":\"18500.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-02-24T09:06:05.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"18500.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-02-24T09:06:05.000000Z\",\"created_at\":\"2026-02-24T09:06:05.000000Z\",\"id\":539}','Sale created through POS',7,'Ayoub Oumar','2026-02-24 06:06:05','2026-02-24 06:06:05'),
(627,540,'created',NULL,NULL,'{\"sale_number\":\"HIL-0537\",\"sale_type\":\"market\",\"customer_name\":\"Sold\",\"customer_phone\":\"---\",\"customer_email\":null,\"subtotal\":\"55500.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"55500.00\",\"paid_amount\":\"55500.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-02-24T09:13:32.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"55500.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-02-24T09:13:32.000000Z\",\"created_at\":\"2026-02-24T09:13:32.000000Z\",\"id\":540}','Sale created through POS',7,'Ayoub Oumar','2026-02-24 06:13:32','2026-02-24 06:13:32'),
(628,541,'created',NULL,NULL,'{\"sale_number\":\"HIL-0538\",\"sale_type\":\"market\",\"customer_name\":\"Sold\",\"customer_phone\":\"---\",\"customer_email\":null,\"subtotal\":\"55500.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"55500.00\",\"paid_amount\":\"55500.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-02-24T09:16:19.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"55500.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-02-24T09:16:19.000000Z\",\"created_at\":\"2026-02-24T09:16:19.000000Z\",\"id\":541}','Sale created through POS',7,'Ayoub Oumar','2026-02-24 06:16:19','2026-02-24 06:16:19'),
(629,542,'created',NULL,NULL,'{\"sale_number\":\"HIL-0539\",\"sale_type\":\"market\",\"customer_name\":\"Sold\",\"customer_phone\":\"---\",\"customer_email\":null,\"subtotal\":\"111000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"111000.00\",\"paid_amount\":\"111000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-02-24T09:19:32.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"111000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-02-24T09:19:32.000000Z\",\"created_at\":\"2026-02-24T09:19:32.000000Z\",\"id\":542}','Sale created through POS',7,'Ayoub Oumar','2026-02-24 06:19:32','2026-02-24 06:19:32'),
(630,543,'created',NULL,NULL,'{\"sale_number\":\"HIL-0540\",\"sale_type\":\"market\",\"customer_name\":\"Sold\",\"customer_phone\":\"---\",\"customer_email\":null,\"subtotal\":\"37000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"37000.00\",\"paid_amount\":\"37000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-02-24T09:20:19.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"37000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-02-24T09:20:19.000000Z\",\"created_at\":\"2026-02-24T09:20:19.000000Z\",\"id\":543}','Sale created through POS',7,'Ayoub Oumar','2026-02-24 06:20:19','2026-02-24 06:20:19'),
(631,544,'created',NULL,NULL,'{\"sale_number\":\"HIL-0541\",\"sale_type\":\"market\",\"customer_name\":\"Sold\",\"customer_phone\":\"---\",\"customer_email\":null,\"subtotal\":\"55500.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"55500.00\",\"paid_amount\":\"55500.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-02-24T09:22:04.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"55500.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-02-24T09:22:04.000000Z\",\"created_at\":\"2026-02-24T09:22:04.000000Z\",\"id\":544}','Sale created through POS',7,'Ayoub Oumar','2026-02-24 06:22:04','2026-02-24 06:22:04'),
(632,545,'created',NULL,NULL,'{\"sale_number\":\"HIL-0542\",\"sale_type\":\"market\",\"customer_name\":\"Sold\",\"customer_phone\":\"---\",\"customer_email\":null,\"subtotal\":\"74000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"74000.00\",\"paid_amount\":\"74000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-02-24T09:23:20.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"74000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-02-24T09:23:20.000000Z\",\"created_at\":\"2026-02-24T09:23:20.000000Z\",\"id\":545}','Sale created through POS',7,'Ayoub Oumar','2026-02-24 06:23:20','2026-02-24 06:23:20'),
(633,546,'created',NULL,NULL,'{\"sale_number\":\"HIL-0543\",\"sale_type\":\"market\",\"customer_name\":\"Sold\",\"customer_phone\":\"---\",\"customer_email\":null,\"subtotal\":\"18500.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"18500.00\",\"paid_amount\":\"18500.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-02-24T09:24:33.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"18500.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-02-24T09:24:33.000000Z\",\"created_at\":\"2026-02-24T09:24:33.000000Z\",\"id\":546}','Sale created through POS',7,'Ayoub Oumar','2026-02-24 06:24:33','2026-02-24 06:24:33'),
(634,547,'created',NULL,NULL,'{\"sale_number\":\"HIL-0544\",\"sale_type\":\"market\",\"customer_name\":\"Sold\",\"customer_phone\":\"---\",\"customer_email\":null,\"subtotal\":\"37000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"37000.00\",\"paid_amount\":\"37000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-02-24T09:25:43.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"37000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-02-24T09:25:43.000000Z\",\"created_at\":\"2026-02-24T09:25:43.000000Z\",\"id\":547}','Sale created through POS',7,'Ayoub Oumar','2026-02-24 06:25:43','2026-02-24 06:25:43'),
(635,546,'cancelled','{\"sale_status\":{\"old\":\"completed\",\"new\":\"cancelled\"},\"payment_status\":{\"old\":\"paid\",\"new\":\"refunded\"}}',NULL,'{\"id\":546,\"sale_number\":\"HIL-0543\",\"sale_type\":\"market\",\"customer_name\":\"Sold\",\"customer_phone\":\"---\",\"customer_email\":null,\"subtotal\":\"18500.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"18500.00\",\"loan_amount\":\"0.00\",\"collected_amount\":\"18500.00\",\"is_loan\":false,\"paid_amount\":\"18500.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"payment_status\":\"refunded\",\"sale_status\":\"cancelled\",\"notes\":\"\\n\\nCancelled: Error\",\"cashier_id\":\"7\",\"sale_date\":\"2026-02-24T09:24:33.000000Z\",\"created_at\":\"2026-02-24T09:24:33.000000Z\",\"updated_at\":\"2026-02-24T09:25:58.000000Z\",\"items\":[{\"id\":1188,\"sale_id\":\"546\",\"product_id\":\"107\",\"product_name\":\"HS-23\",\"product_barcode\":null,\"quantity\":1,\"unit_price\":\"18500.00\",\"tax_rate\":\"0.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"18500.00\",\"created_at\":\"2026-02-24T09:24:33.000000Z\",\"updated_at\":\"2026-02-24T09:24:33.000000Z\",\"product\":{\"id\":107,\"name\":\"HS-23\",\"description\":\"5x40\\r\\n5x41\\r\\n8x42\\r\\n8x43\\r\\n6x44\\r\\n4x45\",\"barcode\":\"PRD031028-M1\",\"category_id\":\"2\",\"product_type\":\"market\",\"unit\":\"pcs\",\"alert_quantity\":1,\"cost_price\":\"16500.00\",\"selling_price\":\"18500.00\",\"discount_price\":null,\"image\":\"products\\/1767091949_hLRxaAso5L.jpg\",\"expiry_date\":null,\"is_active\":true,\"weight\":null,\"length\":null,\"width\":null,\"height\":null,\"created_at\":\"2026-01-02T15:50:00.000000Z\",\"updated_at\":\"2026-02-02T15:00:35.000000Z\",\"deleted_at\":null,\"inventory\":{\"id\":106,\"product_id\":\"107\",\"current_stock\":11,\"reserved_stock\":0,\"available_stock\":11,\"last_stock_update\":\"2026-02-24T09:25:58.000000Z\",\"last_updated_by\":7,\"created_at\":\"2026-01-02T15:50:00.000000Z\",\"updated_at\":\"2026-02-24T09:25:58.000000Z\"}}}],\"cashier\":{\"id\":7,\"name\":\"Ayoub Oumar\",\"email\":\"ayoub.oumar919@gmail.com\",\"user_type\":\"admin\",\"is_active\":true,\"preferred_language\":\"en\",\"email_verified_at\":\"2025-12-18T06:27:21.000000Z\",\"two_factor_confirmed_at\":null,\"current_team_id\":null,\"profile_photo_path\":null,\"created_at\":\"2025-12-18T06:27:21.000000Z\",\"updated_at\":\"2026-01-05T11:04:03.000000Z\",\"profile_photo_url\":\"https:\\/\\/ui-avatars.com\\/api\\/?name=A+O&color=7F9CF5&background=EBF4FF\"}}','Error',7,'Ayoub Oumar','2026-02-24 06:25:58','2026-02-24 06:25:58'),
(636,548,'created',NULL,NULL,'{\"sale_number\":\"HIL-0545\",\"sale_type\":\"market\",\"customer_name\":\"Sold\",\"customer_phone\":\"---\",\"customer_email\":null,\"subtotal\":\"37000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"37000.00\",\"paid_amount\":\"37000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-02-24T09:30:49.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"37000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-02-24T09:30:49.000000Z\",\"created_at\":\"2026-02-24T09:30:49.000000Z\",\"id\":548}','Sale created through POS',7,'Ayoub Oumar','2026-02-24 06:30:49','2026-02-24 06:30:49'),
(637,549,'created',NULL,NULL,'{\"sale_number\":\"HIL-0546\",\"sale_type\":\"market\",\"customer_name\":\"Sold\",\"customer_phone\":\"---\",\"customer_email\":null,\"subtotal\":\"92500.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"92500.00\",\"paid_amount\":\"92500.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-02-24T09:34:51.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"92500.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-02-24T09:34:51.000000Z\",\"created_at\":\"2026-02-24T09:34:51.000000Z\",\"id\":549}','Sale created through POS',7,'Ayoub Oumar','2026-02-24 06:34:51','2026-02-24 06:34:51'),
(638,550,'created',NULL,NULL,'{\"sale_number\":\"HIL-0547\",\"sale_type\":\"market\",\"customer_name\":\"Sold\",\"customer_phone\":\"---\",\"customer_email\":null,\"subtotal\":\"111000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"111000.00\",\"paid_amount\":\"111000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-02-24T09:36:53.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"111000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-02-24T09:36:53.000000Z\",\"created_at\":\"2026-02-24T09:36:53.000000Z\",\"id\":550}','Sale created through POS',7,'Ayoub Oumar','2026-02-24 06:36:53','2026-02-24 06:36:53'),
(639,551,'created',NULL,NULL,'{\"sale_number\":\"HIL-0548\",\"sale_type\":\"market\",\"customer_name\":\"Sold\",\"customer_phone\":\"---\",\"customer_email\":null,\"subtotal\":\"18500.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"18500.00\",\"paid_amount\":\"18500.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-02-24T09:39:11.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"18500.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-02-24T09:39:11.000000Z\",\"created_at\":\"2026-02-24T09:39:11.000000Z\",\"id\":551}','Sale created through POS',7,'Ayoub Oumar','2026-02-24 06:39:11','2026-02-24 06:39:11'),
(640,552,'created',NULL,NULL,'{\"sale_number\":\"HIL-0549\",\"sale_type\":\"market\",\"customer_name\":\"Sold\",\"customer_phone\":\"---\",\"customer_email\":null,\"subtotal\":\"129500.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"129500.00\",\"paid_amount\":\"129500.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-02-24T09:44:28.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"129500.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-02-24T09:44:28.000000Z\",\"created_at\":\"2026-02-24T09:44:28.000000Z\",\"id\":552}','Sale created through POS',7,'Ayoub Oumar','2026-02-24 06:44:28','2026-02-24 06:44:28'),
(641,553,'created',NULL,NULL,'{\"sale_number\":\"HIL-0550\",\"sale_type\":\"market\",\"customer_name\":\"Sold\",\"customer_phone\":\"---\",\"customer_email\":null,\"subtotal\":\"18500.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"18500.00\",\"paid_amount\":\"18500.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-02-24T09:45:34.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"18500.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-02-24T09:45:34.000000Z\",\"created_at\":\"2026-02-24T09:45:34.000000Z\",\"id\":553}','Sale created through POS',7,'Ayoub Oumar','2026-02-24 06:45:34','2026-02-24 06:45:34'),
(642,554,'created',NULL,NULL,'{\"sale_number\":\"HIL-0551\",\"sale_type\":\"market\",\"customer_name\":\"Sold\",\"customer_phone\":\"---\",\"customer_email\":null,\"subtotal\":\"111000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"111000.00\",\"paid_amount\":\"111000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-02-24T09:46:42.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"111000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-02-24T09:46:42.000000Z\",\"created_at\":\"2026-02-24T09:46:42.000000Z\",\"id\":554}','Sale created through POS',7,'Ayoub Oumar','2026-02-24 06:46:42','2026-02-24 06:46:42'),
(643,555,'created',NULL,NULL,'{\"sale_number\":\"HIL-0552\",\"sale_type\":\"market\",\"customer_name\":\"Sold\",\"customer_phone\":\"---\",\"customer_email\":null,\"subtotal\":\"18500.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"18500.00\",\"paid_amount\":\"18500.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-02-24T09:48:01.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"18500.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-02-24T09:48:01.000000Z\",\"created_at\":\"2026-02-24T09:48:01.000000Z\",\"id\":555}','Sale created through POS',7,'Ayoub Oumar','2026-02-24 06:48:01','2026-02-24 06:48:01'),
(644,556,'created',NULL,NULL,'{\"sale_number\":\"HIL-0553\",\"sale_type\":\"market\",\"customer_name\":\"Sold\",\"customer_phone\":\"---\",\"customer_email\":null,\"subtotal\":\"18500.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"18500.00\",\"paid_amount\":\"18500.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-02-24T09:58:31.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"18500.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-02-24T09:58:31.000000Z\",\"created_at\":\"2026-02-24T09:58:31.000000Z\",\"id\":556}','Sale created through POS',7,'Ayoub Oumar','2026-02-24 06:58:31','2026-02-24 06:58:31'),
(645,557,'created',NULL,NULL,'{\"sale_number\":\"HIL-0554\",\"sale_type\":\"market\",\"customer_name\":\"Sold\",\"customer_phone\":\"---\",\"customer_email\":null,\"subtotal\":\"37000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"37000.00\",\"paid_amount\":\"37000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-02-24T09:59:03.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"37000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-02-24T09:59:03.000000Z\",\"created_at\":\"2026-02-24T09:59:03.000000Z\",\"id\":557}','Sale created through POS',7,'Ayoub Oumar','2026-02-24 06:59:03','2026-02-24 06:59:03'),
(646,558,'created',NULL,NULL,'{\"sale_number\":\"HIL-0555\",\"sale_type\":\"market\",\"customer_name\":\"Issakha\",\"customer_phone\":\"---\",\"customer_email\":null,\"subtotal\":\"18500.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"18500.00\",\"paid_amount\":\"18500.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-02-24T10:00:05.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"18500.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-02-24T10:00:05.000000Z\",\"created_at\":\"2026-02-24T10:00:05.000000Z\",\"id\":558}','Sale created through POS',7,'Ayoub Oumar','2026-02-24 07:00:05','2026-02-24 07:00:05'),
(647,559,'created',NULL,NULL,'{\"sale_number\":\"HIL-0556\",\"sale_type\":\"market\",\"customer_name\":\"Sold\",\"customer_phone\":\"---\",\"customer_email\":null,\"subtotal\":\"74000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"74000.00\",\"paid_amount\":\"74000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-02-24T10:06:44.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"74000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-02-24T10:06:44.000000Z\",\"created_at\":\"2026-02-24T10:06:44.000000Z\",\"id\":559}','Sale created through POS',7,'Ayoub Oumar','2026-02-24 07:06:44','2026-02-24 07:06:44'),
(648,560,'created',NULL,NULL,'{\"sale_number\":\"HIL-0557\",\"sale_type\":\"market\",\"customer_name\":\"Sold\",\"customer_phone\":\"---\",\"customer_email\":null,\"subtotal\":\"92500.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"92500.00\",\"paid_amount\":\"92500.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-02-24T10:07:37.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"92500.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-02-24T10:07:37.000000Z\",\"created_at\":\"2026-02-24T10:07:37.000000Z\",\"id\":560}','Sale created through POS',7,'Ayoub Oumar','2026-02-24 07:07:37','2026-02-24 07:07:37'),
(649,378,'payment_received','{\"payment_status\":{\"old\":\"partial\",\"new\":\"paid\"},\"loan_amount\":{\"old\":\"5000.00\",\"new\":\"0.00\"},\"collected_amount\":{\"old\":\"625000.00\",\"new\":\"630000.00\"},\"is_loan\":{\"old\":true,\"new\":false}}',NULL,'{\"payment_amount\":5000,\"payment_method\":\"cash\",\"payment_notes\":null,\"balance_after\":0}','Payment received: 5,000 CFA via Cash',7,'Ayoub Oumar','2026-02-24 09:24:17','2026-02-24 09:24:17'),
(650,561,'created',NULL,NULL,'{\"sale_number\":\"HIL-0558\",\"sale_type\":\"market\",\"customer_name\":null,\"customer_phone\":null,\"customer_email\":null,\"subtotal\":\"20000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"20000.00\",\"paid_amount\":\"20000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-02-24T13:35:26.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"20000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-02-24T13:35:26.000000Z\",\"created_at\":\"2026-02-24T13:35:26.000000Z\",\"id\":561}','Sale created through POS',7,'Ayoub Oumar','2026-02-24 10:35:26','2026-02-24 10:35:26'),
(651,562,'created',NULL,NULL,'{\"sale_number\":\"HIL-0559\",\"sale_type\":\"market\",\"customer_name\":null,\"customer_phone\":null,\"customer_email\":null,\"subtotal\":\"20000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"20000.00\",\"paid_amount\":\"20000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-02-24T15:12:28.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"20000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-02-24T15:12:28.000000Z\",\"created_at\":\"2026-02-24T15:12:28.000000Z\",\"id\":562}','Sale created through POS',7,'Ayoub Oumar','2026-02-24 12:12:28','2026-02-24 12:12:28'),
(652,563,'created',NULL,NULL,'{\"sale_number\":\"HIL-0560\",\"sale_type\":\"market\",\"customer_name\":null,\"customer_phone\":null,\"customer_email\":null,\"subtotal\":\"20000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"20000.00\",\"paid_amount\":\"20000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-02-25T09:43:40.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"20000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-02-25T09:43:40.000000Z\",\"created_at\":\"2026-02-25T09:43:40.000000Z\",\"id\":563}','Sale created through POS',7,'Ayoub Oumar','2026-02-25 06:43:40','2026-02-25 06:43:40'),
(653,564,'created',NULL,NULL,'{\"sale_number\":\"HIL-0561\",\"sale_type\":\"market\",\"customer_name\":null,\"customer_phone\":null,\"customer_email\":null,\"subtotal\":\"20000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"20000.00\",\"paid_amount\":\"20000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-02-25T09:44:50.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"20000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-02-25T09:44:50.000000Z\",\"created_at\":\"2026-02-25T09:44:50.000000Z\",\"id\":564}','Sale created through POS',7,'Ayoub Oumar','2026-02-25 06:44:50','2026-02-25 06:44:50'),
(654,565,'created',NULL,NULL,'{\"sale_number\":\"HIL-0562\",\"sale_type\":\"market\",\"customer_name\":null,\"customer_phone\":null,\"customer_email\":null,\"subtotal\":\"20000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"20000.00\",\"paid_amount\":\"20000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-02-25T09:58:00.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"20000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-02-25T09:58:00.000000Z\",\"created_at\":\"2026-02-25T09:58:00.000000Z\",\"id\":565}','Sale created through POS',7,'Ayoub Oumar','2026-02-25 06:58:00','2026-02-25 06:58:00'),
(655,566,'created',NULL,NULL,'{\"sale_number\":\"HIL-0563\",\"sale_type\":\"market\",\"customer_name\":null,\"customer_phone\":null,\"customer_email\":null,\"subtotal\":\"20000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"20000.00\",\"paid_amount\":\"20000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-02-25T12:15:05.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"20000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-02-25T12:15:05.000000Z\",\"created_at\":\"2026-02-25T12:15:05.000000Z\",\"id\":566}','Sale created through POS',7,'Ayoub Oumar','2026-02-25 09:15:05','2026-02-25 09:15:05'),
(656,567,'created',NULL,NULL,'{\"sale_number\":\"HIL-0564\",\"sale_type\":\"market\",\"customer_name\":\"IDRISS DJABIR\",\"customer_phone\":null,\"customer_email\":null,\"subtotal\":\"1036000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"28000.00\",\"total_amount\":\"1008000.00\",\"paid_amount\":\"1008000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-02-25T12:16:06.000000Z\",\"cashier_id\":4,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"1008000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-02-25T12:16:06.000000Z\",\"created_at\":\"2026-02-25T12:16:06.000000Z\",\"id\":567}','Sale created through POS',4,'admin','2026-02-25 09:16:07','2026-02-25 09:16:07'),
(657,568,'created',NULL,NULL,'{\"sale_number\":\"HIL-0565\",\"sale_type\":\"market\",\"customer_name\":null,\"customer_phone\":null,\"customer_email\":null,\"subtotal\":\"20000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"20000.00\",\"paid_amount\":\"20000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-02-25T12:30:50.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"20000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-02-25T12:30:50.000000Z\",\"created_at\":\"2026-02-25T12:30:50.000000Z\",\"id\":568}','Sale created through POS',7,'Ayoub Oumar','2026-02-25 09:30:50','2026-02-25 09:30:50'),
(658,569,'created',NULL,NULL,'{\"sale_number\":\"HIL-0566\",\"sale_type\":\"market\",\"customer_name\":\"Issakha\",\"customer_phone\":\"---\",\"customer_email\":null,\"subtotal\":\"18500.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"18500.00\",\"paid_amount\":\"18500.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-02-25T13:12:20.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"18500.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-02-25T13:12:20.000000Z\",\"created_at\":\"2026-02-25T13:12:20.000000Z\",\"id\":569}','Sale created through POS',7,'Ayoub Oumar','2026-02-25 10:12:20','2026-02-25 10:12:20'),
(659,570,'created',NULL,NULL,'{\"sale_number\":\"HIL-0567\",\"sale_type\":\"market\",\"customer_name\":null,\"customer_phone\":null,\"customer_email\":null,\"subtotal\":\"20000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"20000.00\",\"paid_amount\":\"20000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-02-25T13:32:33.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"20000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-02-25T13:32:33.000000Z\",\"created_at\":\"2026-02-25T13:32:33.000000Z\",\"id\":570}','Sale created through POS',7,'Ayoub Oumar','2026-02-25 10:32:33','2026-02-25 10:32:33'),
(660,571,'created',NULL,NULL,'{\"sale_number\":\"HIL-0568\",\"sale_type\":\"market\",\"customer_name\":null,\"customer_phone\":null,\"customer_email\":null,\"subtotal\":\"20000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"20000.00\",\"paid_amount\":\"20000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-02-25T13:38:43.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"20000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-02-25T13:38:43.000000Z\",\"created_at\":\"2026-02-25T13:38:43.000000Z\",\"id\":571}','Sale created through POS',7,'Ayoub Oumar','2026-02-25 10:38:43','2026-02-25 10:38:43'),
(661,572,'created',NULL,NULL,'{\"sale_number\":\"HIL-0569\",\"sale_type\":\"market\",\"customer_name\":\"Nural en\",\"customer_phone\":\"---\",\"customer_email\":null,\"subtotal\":\"37000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"37000.00\",\"paid_amount\":\"37000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-02-25T13:41:59.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"37000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-02-25T13:41:59.000000Z\",\"created_at\":\"2026-02-25T13:41:59.000000Z\",\"id\":572}','Sale created through POS',7,'Ayoub Oumar','2026-02-25 10:41:59','2026-02-25 10:41:59'),
(662,573,'created',NULL,NULL,'{\"sale_number\":\"HIL-0570\",\"sale_type\":\"market\",\"customer_name\":null,\"customer_phone\":null,\"customer_email\":null,\"subtotal\":\"84500.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"84500.00\",\"paid_amount\":\"84500.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-02-25T15:16:47.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"84500.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-02-25T15:16:47.000000Z\",\"created_at\":\"2026-02-25T15:16:47.000000Z\",\"id\":573}','Sale created through POS',7,'Ayoub Oumar','2026-02-25 12:16:48','2026-02-25 12:16:48'),
(663,574,'created',NULL,NULL,'{\"sale_number\":\"HIL-0571\",\"sale_type\":\"market\",\"customer_name\":null,\"customer_phone\":null,\"customer_email\":null,\"subtotal\":\"20000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"20000.00\",\"paid_amount\":\"20000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-02-26T10:47:14.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"20000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-02-26T10:47:14.000000Z\",\"created_at\":\"2026-02-26T10:47:14.000000Z\",\"id\":574}','Sale created through POS',7,'Ayoub Oumar','2026-02-26 07:47:14','2026-02-26 07:47:14'),
(664,575,'created',NULL,NULL,'{\"sale_number\":\"HIL-0572\",\"sale_type\":\"market\",\"customer_name\":\"Makki\",\"customer_phone\":\"---\",\"customer_email\":null,\"subtotal\":\"555000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"555000.00\",\"paid_amount\":\"555000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-02-26T11:17:56.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"555000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-02-26T11:17:56.000000Z\",\"created_at\":\"2026-02-26T11:17:56.000000Z\",\"id\":575}','Sale created through POS',7,'Ayoub Oumar','2026-02-26 08:17:56','2026-02-26 08:17:56'),
(665,576,'created',NULL,NULL,'{\"sale_number\":\"HIL-0573\",\"sale_type\":\"market\",\"customer_name\":null,\"customer_phone\":null,\"customer_email\":null,\"subtotal\":\"195000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"195000.00\",\"paid_amount\":\"195000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-02-26T12:45:17.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"195000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-02-26T12:45:17.000000Z\",\"created_at\":\"2026-02-26T12:45:17.000000Z\",\"id\":576}','Sale created through POS',7,'Ayoub Oumar','2026-02-26 09:45:17','2026-02-26 09:45:17'),
(666,577,'created',NULL,NULL,'{\"sale_number\":\"HIL-0574\",\"sale_type\":\"market\",\"customer_name\":\"Nural en\",\"customer_phone\":\"---\",\"customer_email\":null,\"subtotal\":\"55500.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"55500.00\",\"paid_amount\":\"55500.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-02-26T13:29:09.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"55500.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-02-26T13:29:09.000000Z\",\"created_at\":\"2026-02-26T13:29:09.000000Z\",\"id\":577}','Sale created through POS',7,'Ayoub Oumar','2026-02-26 10:29:09','2026-02-26 10:29:09'),
(667,578,'created',NULL,NULL,'{\"sale_number\":\"HIL-0575\",\"sale_type\":\"market\",\"customer_name\":\"Gachi\",\"customer_phone\":\"---\",\"customer_email\":null,\"subtotal\":\"18500.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"18500.00\",\"paid_amount\":\"18500.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-02-26T14:18:14.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"18500.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-02-26T14:18:14.000000Z\",\"created_at\":\"2026-02-26T14:18:14.000000Z\",\"id\":578}','Sale created through POS',7,'Ayoub Oumar','2026-02-26 11:18:14','2026-02-26 11:18:14'),
(668,579,'created',NULL,NULL,'{\"sale_number\":\"HIL-0576\",\"sale_type\":\"market\",\"customer_name\":null,\"customer_phone\":null,\"customer_email\":null,\"subtotal\":\"37000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"37000.00\",\"paid_amount\":\"37000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-02-26T14:33:01.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"37000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-02-26T14:33:01.000000Z\",\"created_at\":\"2026-02-26T14:33:01.000000Z\",\"id\":579}','Sale created through POS',7,'Ayoub Oumar','2026-02-26 11:33:01','2026-02-26 11:33:01'),
(669,580,'created',NULL,NULL,'{\"sale_number\":\"HIL-0577\",\"sale_type\":\"market\",\"customer_name\":\"Fatime Abdelrahim\",\"customer_phone\":\"----\",\"customer_email\":null,\"subtotal\":\"37000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"37000.00\",\"paid_amount\":\"30000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-02-26T14:45:28.000000Z\",\"cashier_id\":7,\"is_loan\":true,\"loan_amount\":\"7000.00\",\"collected_amount\":\"30000.00\",\"payment_status\":\"partial\",\"updated_at\":\"2026-02-26T14:45:28.000000Z\",\"created_at\":\"2026-02-26T14:45:28.000000Z\",\"id\":580}','Sale created through POS',7,'Ayoub Oumar','2026-02-26 11:45:28','2026-02-26 11:45:28'),
(670,581,'created',NULL,NULL,'{\"sale_number\":\"HIL-0578\",\"sale_type\":\"market\",\"customer_name\":\"Youssouf\",\"customer_phone\":\"---\",\"customer_email\":null,\"subtotal\":\"92500.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"92500.00\",\"paid_amount\":\"92500.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-02-26T15:22:16.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"92500.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-02-26T15:22:16.000000Z\",\"created_at\":\"2026-02-26T15:22:16.000000Z\",\"id\":581}','Sale created through POS',7,'Ayoub Oumar','2026-02-26 12:22:16','2026-02-26 12:22:16'),
(671,582,'created',NULL,NULL,'{\"sale_number\":\"HIL-0579\",\"sale_type\":\"market\",\"customer_name\":\"Mahasin\",\"customer_phone\":\"---\",\"customer_email\":null,\"subtotal\":\"466500.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"466500.00\",\"paid_amount\":\"0.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-02-26T15:35:11.000000Z\",\"cashier_id\":7,\"is_loan\":true,\"loan_amount\":\"466500.00\",\"collected_amount\":\"0.00\",\"payment_status\":\"unpaid\",\"updated_at\":\"2026-02-26T15:35:11.000000Z\",\"created_at\":\"2026-02-26T15:35:11.000000Z\",\"id\":582}','Sale created through POS',7,'Ayoub Oumar','2026-02-26 12:35:11','2026-02-26 12:35:11'),
(672,583,'created',NULL,NULL,'{\"sale_number\":\"HIL-0580\",\"sale_type\":\"market\",\"customer_name\":\"Mahasin\",\"customer_phone\":\"---\",\"customer_email\":null,\"subtotal\":\"55500.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"55500.00\",\"paid_amount\":\"0.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-02-26T15:38:48.000000Z\",\"cashier_id\":7,\"is_loan\":true,\"loan_amount\":\"55500.00\",\"collected_amount\":\"0.00\",\"payment_status\":\"unpaid\",\"updated_at\":\"2026-02-26T15:38:48.000000Z\",\"created_at\":\"2026-02-26T15:38:48.000000Z\",\"id\":583}','Sale created through POS',7,'Ayoub Oumar','2026-02-26 12:38:48','2026-02-26 12:38:48'),
(673,584,'created',NULL,NULL,'{\"sale_number\":\"HIL-0581\",\"sale_type\":\"market\",\"customer_name\":\"Bachar\",\"customer_phone\":\"---\",\"customer_email\":null,\"subtotal\":\"20000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"20000.00\",\"paid_amount\":\"20000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-02-26T16:02:48.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"20000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-02-26T16:02:48.000000Z\",\"created_at\":\"2026-02-26T16:02:48.000000Z\",\"id\":584}','Sale created through POS',7,'Ayoub Oumar','2026-02-26 13:02:48','2026-02-26 13:02:48'),
(674,585,'created',NULL,NULL,'{\"sale_number\":\"HIL-0582\",\"sale_type\":\"market\",\"customer_name\":\"KHALID ABDALLAH\",\"customer_phone\":\"96 84 97 57\",\"customer_email\":null,\"subtotal\":\"1343500.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"43000.00\",\"total_amount\":\"1300500.00\",\"paid_amount\":\"0.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-02-27T05:35:38.000000Z\",\"cashier_id\":4,\"is_loan\":true,\"loan_amount\":\"1300500.00\",\"collected_amount\":\"0.00\",\"payment_status\":\"unpaid\",\"updated_at\":\"2026-02-27T05:35:38.000000Z\",\"created_at\":\"2026-02-27T05:35:38.000000Z\",\"id\":585}','Sale created through POS',4,'admin','2026-02-27 02:35:38','2026-02-27 02:35:38'),
(675,586,'created',NULL,NULL,'{\"sale_number\":\"HIL-0583\",\"sale_type\":\"market\",\"customer_name\":\"Gachi\",\"customer_phone\":\"---\",\"customer_email\":null,\"subtotal\":\"101500.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"101500.00\",\"paid_amount\":\"101500.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-02-27T10:23:54.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"101500.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-02-27T10:23:54.000000Z\",\"created_at\":\"2026-02-27T10:23:54.000000Z\",\"id\":586}','Sale created through POS',7,'Ayoub Oumar','2026-02-27 07:23:54','2026-02-27 07:23:54'),
(676,587,'created',NULL,NULL,'{\"sale_number\":\"HIL-0584\",\"sale_type\":\"market\",\"customer_name\":\"Gachi\",\"customer_phone\":\"---\",\"customer_email\":null,\"subtotal\":\"18000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"18000.00\",\"paid_amount\":\"18000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-02-27T10:24:16.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"18000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-02-27T10:24:16.000000Z\",\"created_at\":\"2026-02-27T10:24:16.000000Z\",\"id\":587}','Sale created through POS',7,'Ayoub Oumar','2026-02-27 07:24:16','2026-02-27 07:24:16'),
(677,588,'created',NULL,NULL,'{\"sale_number\":\"HIL-0585\",\"sale_type\":\"market\",\"customer_name\":null,\"customer_phone\":null,\"customer_email\":null,\"subtotal\":\"20000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"20000.00\",\"paid_amount\":\"20000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-02-27T10:24:38.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"20000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-02-27T10:24:38.000000Z\",\"created_at\":\"2026-02-27T10:24:38.000000Z\",\"id\":588}','Sale created through POS',7,'Ayoub Oumar','2026-02-27 07:24:38','2026-02-27 07:24:38'),
(678,589,'created',NULL,NULL,'{\"sale_number\":\"HIL-0586\",\"sale_type\":\"market\",\"customer_name\":\"Youssouf Hilali\",\"customer_phone\":\"---\",\"customer_email\":null,\"subtotal\":\"40000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"40000.00\",\"paid_amount\":\"40000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-02-27T10:26:02.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"40000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-02-27T10:26:02.000000Z\",\"created_at\":\"2026-02-27T10:26:02.000000Z\",\"id\":589}','Sale created through POS',7,'Ayoub Oumar','2026-02-27 07:26:02','2026-02-27 07:26:02'),
(679,590,'created',NULL,NULL,'{\"sale_number\":\"HIL-0587\",\"sale_type\":\"market\",\"customer_name\":null,\"customer_phone\":null,\"customer_email\":null,\"subtotal\":\"185000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"185000.00\",\"paid_amount\":\"185000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-02-27T10:51:48.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"185000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-02-27T10:51:48.000000Z\",\"created_at\":\"2026-02-27T10:51:48.000000Z\",\"id\":590}','Sale created through POS',7,'Ayoub Oumar','2026-02-27 07:51:48','2026-02-27 07:51:48'),
(680,591,'created',NULL,NULL,'{\"sale_number\":\"HIL-0588\",\"sale_type\":\"market\",\"customer_name\":\"Mht Tidjani\",\"customer_phone\":\"---\",\"customer_email\":null,\"subtotal\":\"40000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"40000.00\",\"paid_amount\":\"40000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-02-27T11:03:12.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"40000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-02-27T11:03:12.000000Z\",\"created_at\":\"2026-02-27T11:03:12.000000Z\",\"id\":591}','Sale created through POS',7,'Ayoub Oumar','2026-02-27 08:03:12','2026-02-27 08:03:12'),
(681,592,'created',NULL,NULL,'{\"sale_number\":\"HIL-0589\",\"sale_type\":\"market\",\"customer_name\":null,\"customer_phone\":null,\"customer_email\":null,\"subtotal\":\"25000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"25000.00\",\"paid_amount\":\"25000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-02-27T12:50:55.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"25000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-02-27T12:50:55.000000Z\",\"created_at\":\"2026-02-27T12:50:55.000000Z\",\"id\":592}','Sale created through POS',7,'Ayoub Oumar','2026-02-27 09:50:55','2026-02-27 09:50:55'),
(682,593,'created',NULL,NULL,'{\"sale_number\":\"HIL-0590\",\"sale_type\":\"market\",\"customer_name\":null,\"customer_phone\":null,\"customer_email\":null,\"subtotal\":\"67000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"67000.00\",\"paid_amount\":\"67000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-02-27T13:12:05.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"67000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-02-27T13:12:05.000000Z\",\"created_at\":\"2026-02-27T13:12:05.000000Z\",\"id\":593}','Sale created through POS',7,'Ayoub Oumar','2026-02-27 10:12:05','2026-02-27 10:12:05'),
(683,594,'created',NULL,NULL,'{\"sale_number\":\"HIL-0591\",\"sale_type\":\"market\",\"customer_name\":null,\"customer_phone\":null,\"customer_email\":null,\"subtotal\":\"20000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"20000.00\",\"paid_amount\":\"20000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-02-27T14:03:38.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"20000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-02-27T14:03:38.000000Z\",\"created_at\":\"2026-02-27T14:03:38.000000Z\",\"id\":594}','Sale created through POS',7,'Ayoub Oumar','2026-02-27 11:03:38','2026-02-27 11:03:38'),
(684,595,'created',NULL,NULL,'{\"sale_number\":\"HIL-0592\",\"sale_type\":\"market\",\"customer_name\":null,\"customer_phone\":null,\"customer_email\":null,\"subtotal\":\"40000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"40000.00\",\"paid_amount\":\"40000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-02-27T15:20:32.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"40000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-02-27T15:20:32.000000Z\",\"created_at\":\"2026-02-27T15:20:32.000000Z\",\"id\":595}','Sale created through POS',7,'Ayoub Oumar','2026-02-27 12:20:32','2026-02-27 12:20:32'),
(685,596,'created',NULL,NULL,'{\"sale_number\":\"HIL-0593\",\"sale_type\":\"market\",\"customer_name\":null,\"customer_phone\":null,\"customer_email\":null,\"subtotal\":\"20000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"20000.00\",\"paid_amount\":\"20000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-02-27T15:32:14.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"20000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-02-27T15:32:14.000000Z\",\"created_at\":\"2026-02-27T15:32:14.000000Z\",\"id\":596}','Sale created through POS',7,'Ayoub Oumar','2026-02-27 12:32:14','2026-02-27 12:32:14'),
(686,596,'cancelled','{\"sale_status\":{\"old\":\"completed\",\"new\":\"cancelled\"},\"payment_status\":{\"old\":\"paid\",\"new\":\"refunded\"}}',NULL,'{\"id\":596,\"sale_number\":\"HIL-0593\",\"sale_type\":\"market\",\"customer_name\":null,\"customer_phone\":null,\"customer_email\":null,\"subtotal\":\"20000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"20000.00\",\"loan_amount\":\"0.00\",\"collected_amount\":\"20000.00\",\"is_loan\":false,\"paid_amount\":\"20000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"payment_status\":\"refunded\",\"sale_status\":\"cancelled\",\"notes\":\"\\n\\nCancelled: Error\",\"cashier_id\":7,\"sale_date\":\"2026-02-27T15:32:14.000000Z\",\"created_at\":\"2026-02-27T15:32:14.000000Z\",\"updated_at\":\"2026-02-27T15:32:46.000000Z\",\"items\":[{\"id\":1303,\"sale_id\":596,\"product_id\":297,\"product_name\":\"KS-1\",\"product_barcode\":null,\"quantity\":1,\"unit_price\":\"20000.00\",\"tax_rate\":\"0.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"20000.00\",\"created_at\":\"2026-02-27T15:32:14.000000Z\",\"updated_at\":\"2026-02-27T15:32:14.000000Z\",\"product\":{\"id\":297,\"name\":\"KS-1\",\"description\":\"1X40\\r\\n3X41\\r\\n3X42\\r\\n3X43\\r\\n2X44\\r\\n1X45\",\"barcode\":\"PRD070888-M1\",\"category_id\":3,\"product_type\":\"market\",\"unit\":\"pcs\",\"alert_quantity\":1,\"cost_price\":\"16500.00\",\"selling_price\":\"18500.00\",\"discount_price\":null,\"image\":\"products\\/1770455429_KXMRs03k08.jpeg\",\"expiry_date\":null,\"is_active\":true,\"weight\":null,\"length\":null,\"width\":null,\"height\":null,\"created_at\":\"2026-02-11T14:04:39.000000Z\",\"updated_at\":\"2026-02-11T14:04:39.000000Z\",\"deleted_at\":null,\"inventory\":{\"id\":296,\"product_id\":297,\"current_stock\":2,\"reserved_stock\":0,\"available_stock\":2,\"last_stock_update\":\"2026-02-27T15:32:46.000000Z\",\"last_updated_by\":7,\"created_at\":\"2026-02-11T14:04:39.000000Z\",\"updated_at\":\"2026-02-27T15:32:46.000000Z\"}}}],\"cashier\":{\"id\":7,\"name\":\"Ayoub Oumar\",\"email\":\"ayoub.oumar919@gmail.com\",\"user_type\":\"admin\",\"is_active\":true,\"preferred_language\":\"en\",\"email_verified_at\":\"2025-12-18T06:27:21.000000Z\",\"two_factor_confirmed_at\":null,\"current_team_id\":null,\"profile_photo_path\":null,\"created_at\":\"2025-12-18T06:27:21.000000Z\",\"updated_at\":\"2026-01-05T11:04:03.000000Z\",\"profile_photo_url\":\"https:\\/\\/ui-avatars.com\\/api\\/?name=A+O&color=7F9CF5&background=EBF4FF\"}}','Error',7,'Ayoub Oumar','2026-02-27 12:32:46','2026-02-27 12:32:46'),
(687,597,'created',NULL,NULL,'{\"sale_number\":\"HIL-0594\",\"sale_type\":\"market\",\"customer_name\":null,\"customer_phone\":null,\"customer_email\":null,\"subtotal\":\"20000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"20000.00\",\"paid_amount\":\"20000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-02-27T15:33:11.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"20000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-02-27T15:33:11.000000Z\",\"created_at\":\"2026-02-27T15:33:11.000000Z\",\"id\":597}','Sale created through POS',7,'Ayoub Oumar','2026-02-27 12:33:11','2026-02-27 12:33:11'),
(688,598,'created',NULL,NULL,'{\"sale_number\":\"HIL-0595\",\"sale_type\":\"market\",\"customer_name\":null,\"customer_phone\":null,\"customer_email\":null,\"subtotal\":\"20000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"20000.00\",\"paid_amount\":\"20000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-02-27T15:45:18.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"20000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-02-27T15:45:18.000000Z\",\"created_at\":\"2026-02-27T15:45:18.000000Z\",\"id\":598}','Sale created through POS',7,'Ayoub Oumar','2026-02-27 12:45:18','2026-02-27 12:45:18'),
(689,599,'created',NULL,NULL,'{\"sale_number\":\"HIL-0596\",\"sale_type\":\"market\",\"customer_name\":null,\"customer_phone\":null,\"customer_email\":null,\"subtotal\":\"20000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"20000.00\",\"paid_amount\":\"20000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-02-27T15:46:09.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"20000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-02-27T15:46:09.000000Z\",\"created_at\":\"2026-02-27T15:46:09.000000Z\",\"id\":599}','Sale created through POS',7,'Ayoub Oumar','2026-02-27 12:46:09','2026-02-27 12:46:09'),
(690,600,'created',NULL,NULL,'{\"sale_number\":\"HIL-0597\",\"sale_type\":\"market\",\"customer_name\":\"Houdey\",\"customer_phone\":\"---\",\"customer_email\":null,\"subtotal\":\"140000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"140000.00\",\"paid_amount\":\"140000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-02-27T16:00:23.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"140000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-02-27T16:00:23.000000Z\",\"created_at\":\"2026-02-27T16:00:23.000000Z\",\"id\":600}','Sale created through POS',7,'Ayoub Oumar','2026-02-27 13:00:23','2026-02-27 13:00:23'),
(691,601,'created',NULL,NULL,'{\"sale_number\":\"HIL-0598\",\"sale_type\":\"market\",\"customer_name\":\"Bololo\",\"customer_phone\":\"---\",\"customer_email\":null,\"subtotal\":\"185000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"185000.00\",\"paid_amount\":\"185000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-02-28T09:38:47.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"185000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-02-28T09:38:47.000000Z\",\"created_at\":\"2026-02-28T09:38:47.000000Z\",\"id\":601}','Sale created through POS',7,'Ayoub Oumar','2026-02-28 06:38:47','2026-02-28 06:38:47'),
(692,602,'created',NULL,NULL,'{\"sale_number\":\"HIL-0599\",\"sale_type\":\"market\",\"customer_name\":null,\"customer_phone\":null,\"customer_email\":null,\"subtotal\":\"40000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"40000.00\",\"paid_amount\":\"40000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-02-28T09:53:09.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"40000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-02-28T09:53:09.000000Z\",\"created_at\":\"2026-02-28T09:53:09.000000Z\",\"id\":602}','Sale created through POS',7,'Ayoub Oumar','2026-02-28 06:53:09','2026-02-28 06:53:09'),
(693,603,'created',NULL,NULL,'{\"sale_number\":\"HIL-0600\",\"sale_type\":\"market\",\"customer_name\":null,\"customer_phone\":null,\"customer_email\":null,\"subtotal\":\"20000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"20000.00\",\"paid_amount\":\"20000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-02-28T10:57:02.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"20000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-02-28T10:57:02.000000Z\",\"created_at\":\"2026-02-28T10:57:02.000000Z\",\"id\":603}','Sale created through POS',7,'Ayoub Oumar','2026-02-28 07:57:03','2026-02-28 07:57:03'),
(694,604,'created',NULL,NULL,'{\"sale_number\":\"HIL-0601\",\"sale_type\":\"market\",\"customer_name\":null,\"customer_phone\":null,\"customer_email\":null,\"subtotal\":\"452500.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"452500.00\",\"paid_amount\":\"452500.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-02-28T11:45:38.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"452500.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-02-28T11:45:38.000000Z\",\"created_at\":\"2026-02-28T11:45:38.000000Z\",\"id\":604}','Sale created through POS',7,'Ayoub Oumar','2026-02-28 08:45:38','2026-02-28 08:45:38'),
(695,605,'created',NULL,NULL,'{\"sale_number\":\"HIL-0602\",\"sale_type\":\"market\",\"customer_name\":\"Noural En\",\"customer_phone\":\"---\",\"customer_email\":null,\"subtotal\":\"18500.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"18500.00\",\"paid_amount\":\"18500.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-02-28T13:45:33.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"18500.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-02-28T13:45:33.000000Z\",\"created_at\":\"2026-02-28T13:45:33.000000Z\",\"id\":605}','Sale created through POS',7,'Ayoub Oumar','2026-02-28 10:45:33','2026-02-28 10:45:33'),
(696,606,'created',NULL,NULL,'{\"sale_number\":\"HIL-0603\",\"sale_type\":\"market\",\"customer_name\":null,\"customer_phone\":null,\"customer_email\":null,\"subtotal\":\"20000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"20000.00\",\"paid_amount\":\"20000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-02-28T13:45:46.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"20000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-02-28T13:45:46.000000Z\",\"created_at\":\"2026-02-28T13:45:46.000000Z\",\"id\":606}','Sale created through POS',7,'Ayoub Oumar','2026-02-28 10:45:46','2026-02-28 10:45:46'),
(697,607,'created',NULL,NULL,'{\"sale_number\":\"HIL-0604\",\"sale_type\":\"market\",\"customer_name\":null,\"customer_phone\":null,\"customer_email\":null,\"subtotal\":\"20000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"20000.00\",\"paid_amount\":\"20000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-02-28T15:33:28.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"20000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-02-28T15:33:28.000000Z\",\"created_at\":\"2026-02-28T15:33:28.000000Z\",\"id\":607}','Sale created through POS',7,'Ayoub Oumar','2026-02-28 12:33:28','2026-02-28 12:33:28'),
(698,608,'created',NULL,NULL,'{\"sale_number\":\"HIL-0605\",\"sale_type\":\"market\",\"customer_name\":null,\"customer_phone\":null,\"customer_email\":null,\"subtotal\":\"129500.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"129500.00\",\"paid_amount\":\"129500.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-02-28T16:01:58.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"129500.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-02-28T16:01:58.000000Z\",\"created_at\":\"2026-02-28T16:01:58.000000Z\",\"id\":608}','Sale created through POS',7,'Ayoub Oumar','2026-02-28 13:01:58','2026-02-28 13:01:58'),
(699,609,'created',NULL,NULL,'{\"sale_number\":\"HIL-0606\",\"sale_type\":\"market\",\"customer_name\":\"AL Issel\",\"customer_phone\":\"---\",\"customer_email\":null,\"subtotal\":\"407000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"407000.00\",\"paid_amount\":\"407000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-02-28T19:54:35.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"407000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-02-28T19:54:35.000000Z\",\"created_at\":\"2026-02-28T19:54:35.000000Z\",\"id\":609}','Sale created through POS',7,'Ayoub Oumar','2026-02-28 16:54:35','2026-02-28 16:54:35'),
(700,610,'created',NULL,NULL,'{\"sale_number\":\"HIL-0607\",\"sale_type\":\"market\",\"customer_name\":null,\"customer_phone\":null,\"customer_email\":null,\"subtotal\":\"7000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"7000.00\",\"paid_amount\":\"7000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-02-28T19:57:56.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"7000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-02-28T19:57:56.000000Z\",\"created_at\":\"2026-02-28T19:57:56.000000Z\",\"id\":610}','Sale created through POS',7,'Ayoub Oumar','2026-02-28 16:57:56','2026-02-28 16:57:56'),
(701,611,'created',NULL,NULL,'{\"sale_number\":\"HIL-0608\",\"sale_type\":\"market\",\"customer_name\":\"Nural En\",\"customer_phone\":\"---\",\"customer_email\":null,\"subtotal\":\"166500.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"166500.00\",\"paid_amount\":\"166500.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-03-01T12:15:38.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"166500.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-03-01T12:15:38.000000Z\",\"created_at\":\"2026-03-01T12:15:38.000000Z\",\"id\":611}','Sale created through POS',7,'Ayoub Oumar','2026-03-01 09:15:38','2026-03-01 09:15:38'),
(702,612,'created',NULL,NULL,'{\"sale_number\":\"HIL-0609\",\"sale_type\":\"market\",\"customer_name\":null,\"customer_phone\":null,\"customer_email\":null,\"subtotal\":\"20000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"20000.00\",\"paid_amount\":\"20000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-03-01T12:16:00.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"20000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-03-01T12:16:00.000000Z\",\"created_at\":\"2026-03-01T12:16:00.000000Z\",\"id\":612}','Sale created through POS',7,'Ayoub Oumar','2026-03-01 09:16:00','2026-03-01 09:16:00'),
(703,613,'created',NULL,NULL,'{\"sale_number\":\"HIL-0610\",\"sale_type\":\"market\",\"customer_name\":\"Noural En\",\"customer_phone\":\"---\",\"customer_email\":null,\"subtotal\":\"37000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"37000.00\",\"paid_amount\":\"37000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-03-01T12:44:50.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"37000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-03-01T12:44:50.000000Z\",\"created_at\":\"2026-03-01T12:44:50.000000Z\",\"id\":613}','Sale created through POS',7,'Ayoub Oumar','2026-03-01 09:44:50','2026-03-01 09:44:50'),
(704,614,'created',NULL,NULL,'{\"sale_number\":\"HIL-0611\",\"sale_type\":\"market\",\"customer_name\":\"Mahasin\",\"customer_phone\":\"---\",\"customer_email\":null,\"subtotal\":\"18500.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"18500.00\",\"paid_amount\":\"18500.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-03-01T12:45:16.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"18500.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-03-01T12:45:16.000000Z\",\"created_at\":\"2026-03-01T12:45:16.000000Z\",\"id\":614}','Sale created through POS',7,'Ayoub Oumar','2026-03-01 09:45:16','2026-03-01 09:45:16'),
(705,615,'created',NULL,NULL,'{\"sale_number\":\"HIL-0612\",\"sale_type\":\"market\",\"customer_name\":\"Faaaatime\",\"customer_phone\":\"---\",\"customer_email\":null,\"subtotal\":\"18500.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"18500.00\",\"paid_amount\":\"18500.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-03-01T13:01:50.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"18500.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-03-01T13:01:50.000000Z\",\"created_at\":\"2026-03-01T13:01:50.000000Z\",\"id\":615}','Sale created through POS',7,'Ayoub Oumar','2026-03-01 10:01:50','2026-03-01 10:01:50'),
(706,616,'created',NULL,NULL,'{\"sale_number\":\"HIL-0613\",\"sale_type\":\"market\",\"customer_name\":null,\"customer_phone\":null,\"customer_email\":null,\"subtotal\":\"20000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"20000.00\",\"paid_amount\":\"20000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-03-01T13:18:49.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"20000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-03-01T13:18:49.000000Z\",\"created_at\":\"2026-03-01T13:18:49.000000Z\",\"id\":616}','Sale created through POS',7,'Ayoub Oumar','2026-03-01 10:18:49','2026-03-01 10:18:49'),
(707,617,'created',NULL,NULL,'{\"sale_number\":\"HIL-0614\",\"sale_type\":\"market\",\"customer_name\":\"Birk\\u00e9 Ahmat\",\"customer_phone\":\"---\",\"customer_email\":null,\"subtotal\":\"324500.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"324500.00\",\"paid_amount\":\"324500.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-03-01T13:23:05.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"324500.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-03-01T13:23:05.000000Z\",\"created_at\":\"2026-03-01T13:23:05.000000Z\",\"id\":617}','Sale created through POS',7,'Ayoub Oumar','2026-03-01 10:23:05','2026-03-01 10:23:05'),
(708,618,'created',NULL,NULL,'{\"sale_number\":\"HIL-0615\",\"sale_type\":\"market\",\"customer_name\":\"Bintou Baba\",\"customer_phone\":\"---\",\"customer_email\":null,\"subtotal\":\"60000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"60000.00\",\"paid_amount\":\"60000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-03-01T13:34:50.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"60000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-03-01T13:34:50.000000Z\",\"created_at\":\"2026-03-01T13:34:50.000000Z\",\"id\":618}','Sale created through POS',7,'Ayoub Oumar','2026-03-01 10:34:50','2026-03-01 10:34:50'),
(709,619,'created',NULL,NULL,'{\"sale_number\":\"HIL-0616\",\"sale_type\":\"market\",\"customer_name\":\"Mahasin\",\"customer_phone\":\"---\",\"customer_email\":null,\"subtotal\":\"166500.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"166500.00\",\"paid_amount\":\"166500.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-03-01T15:16:41.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"166500.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-03-01T15:16:41.000000Z\",\"created_at\":\"2026-03-01T15:16:41.000000Z\",\"id\":619}','Sale created through POS',7,'Ayoub Oumar','2026-03-01 12:16:41','2026-03-01 12:16:41'),
(710,620,'created',NULL,NULL,'{\"sale_number\":\"HIL-0617\",\"sale_type\":\"market\",\"customer_name\":null,\"customer_phone\":null,\"customer_email\":null,\"subtotal\":\"40000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"40000.00\",\"paid_amount\":\"40000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-03-01T15:40:29.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"40000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-03-01T15:40:29.000000Z\",\"created_at\":\"2026-03-01T15:40:29.000000Z\",\"id\":620}','Sale created through POS',7,'Ayoub Oumar','2026-03-01 12:40:29','2026-03-01 12:40:29'),
(711,583,'payment_received','{\"payment_status\":{\"old\":\"unpaid\",\"new\":\"paid\"},\"loan_amount\":{\"old\":\"55500.00\",\"new\":\"0.00\"},\"collected_amount\":{\"old\":\"0.00\",\"new\":\"55500.00\"},\"is_loan\":{\"old\":true,\"new\":false}}',NULL,'{\"payment_amount\":55500,\"payment_method\":\"cash\",\"payment_notes\":null,\"balance_after\":0}','Payment received: 55,500 CFA via Cash',7,'Ayoub Oumar','2026-03-01 12:48:18','2026-03-01 12:48:18'),
(712,582,'payment_received','{\"payment_status\":{\"old\":\"unpaid\",\"new\":\"paid\"},\"loan_amount\":{\"old\":\"466500.00\",\"new\":\"0.00\"},\"collected_amount\":{\"old\":\"0.00\",\"new\":\"466500.00\"},\"is_loan\":{\"old\":true,\"new\":false}}',NULL,'{\"payment_amount\":466500,\"payment_method\":\"cash\",\"payment_notes\":null,\"balance_after\":0}','Payment received: 466,500 CFA via Cash',7,'Ayoub Oumar','2026-03-01 12:48:35','2026-03-01 12:48:35'),
(713,621,'created',NULL,NULL,'{\"sale_number\":\"HIL-0618\",\"sale_type\":\"market\",\"customer_name\":null,\"customer_phone\":null,\"customer_email\":null,\"subtotal\":\"129500.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"129500.00\",\"paid_amount\":\"129500.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-03-02T08:10:30.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"129500.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-03-02T08:10:30.000000Z\",\"created_at\":\"2026-03-02T08:10:30.000000Z\",\"id\":621}','Sale created through POS',7,'Ayoub Oumar','2026-03-02 05:10:30','2026-03-02 05:10:30'),
(714,622,'created',NULL,NULL,'{\"sale_number\":\"HIL-0619\",\"sale_type\":\"market\",\"customer_name\":null,\"customer_phone\":null,\"customer_email\":null,\"subtotal\":\"30000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"30000.00\",\"paid_amount\":\"30000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-03-02T08:11:20.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"30000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-03-02T08:11:20.000000Z\",\"created_at\":\"2026-03-02T08:11:20.000000Z\",\"id\":622}','Sale created through POS',7,'Ayoub Oumar','2026-03-02 05:11:20','2026-03-02 05:11:20'),
(715,261,'payment_received','{\"payment_status\":{\"old\":\"unpaid\",\"new\":\"partial\"},\"loan_amount\":{\"old\":\"945000.00\",\"new\":\"327500.00\"},\"collected_amount\":{\"old\":\"0.00\",\"new\":\"617500.00\"}}',NULL,'{\"payment_amount\":617500,\"payment_method\":\"cash\",\"payment_notes\":null,\"balance_after\":327500}','Payment received: 617,500 CFA via Cash',4,'admin','2026-03-02 07:10:30','2026-03-02 07:10:30'),
(716,623,'created',NULL,NULL,'{\"sale_number\":\"HIL-0620\",\"sale_type\":\"market\",\"customer_name\":null,\"customer_phone\":null,\"customer_email\":null,\"subtotal\":\"20000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"20000.00\",\"paid_amount\":\"20000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-03-02T10:23:05.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"20000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-03-02T10:23:05.000000Z\",\"created_at\":\"2026-03-02T10:23:05.000000Z\",\"id\":623}','Sale created through POS',7,'Ayoub Oumar','2026-03-02 07:23:05','2026-03-02 07:23:05'),
(717,625,'created',NULL,NULL,'{\"sale_number\":\"HIL-0621\",\"sale_type\":\"market\",\"customer_name\":\"Abdrahman IBO\",\"customer_phone\":\"---\",\"customer_email\":null,\"subtotal\":\"65000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"65000.00\",\"paid_amount\":\"65000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-03-02T10:34:23.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"65000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-03-02T10:34:23.000000Z\",\"created_at\":\"2026-03-02T10:34:23.000000Z\",\"id\":625}','Sale created through POS',7,'Ayoub Oumar','2026-03-02 07:34:23','2026-03-02 07:34:23'),
(718,626,'created',NULL,NULL,'{\"sale_number\":\"HIL-0622\",\"sale_type\":\"market\",\"customer_name\":\"Sinine Abdelrahim\",\"customer_phone\":\"---\",\"customer_email\":null,\"subtotal\":\"240500.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"240500.00\",\"paid_amount\":\"240500.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-03-02T11:17:28.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"240500.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-03-02T11:17:28.000000Z\",\"created_at\":\"2026-03-02T11:17:28.000000Z\",\"id\":626}','Sale created through POS',7,'Ayoub Oumar','2026-03-02 08:17:28','2026-03-02 08:17:28'),
(719,627,'created',NULL,NULL,'{\"sale_number\":\"HIL-0623\",\"sale_type\":\"market\",\"customer_name\":null,\"customer_phone\":null,\"customer_email\":null,\"subtotal\":\"14000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"14000.00\",\"paid_amount\":\"14000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-03-02T12:03:04.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"14000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-03-02T12:03:04.000000Z\",\"created_at\":\"2026-03-02T12:03:04.000000Z\",\"id\":627}','Sale created through POS',7,'Ayoub Oumar','2026-03-02 09:03:04','2026-03-02 09:03:04'),
(720,628,'created',NULL,NULL,'{\"sale_number\":\"HIL-0624\",\"sale_type\":\"market\",\"customer_name\":null,\"customer_phone\":null,\"customer_email\":null,\"subtotal\":\"20000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"20000.00\",\"paid_amount\":\"20000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-03-02T12:46:13.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"20000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-03-02T12:46:13.000000Z\",\"created_at\":\"2026-03-02T12:46:13.000000Z\",\"id\":628}','Sale created through POS',7,'Ayoub Oumar','2026-03-02 09:46:13','2026-03-02 09:46:13'),
(721,629,'created',NULL,NULL,'{\"sale_number\":\"HIL-0625\",\"sale_type\":\"market\",\"customer_name\":\"Fatime Abdelrahim\",\"customer_phone\":\"---\",\"customer_email\":null,\"subtotal\":\"37000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"37000.00\",\"paid_amount\":\"37000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-03-02T13:39:58.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"37000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-03-02T13:39:58.000000Z\",\"created_at\":\"2026-03-02T13:39:58.000000Z\",\"id\":629}','Sale created through POS',7,'Ayoub Oumar','2026-03-02 10:39:58','2026-03-02 10:39:58'),
(722,629,'cancelled','{\"sale_status\":{\"old\":\"completed\",\"new\":\"cancelled\"},\"payment_status\":{\"old\":\"paid\",\"new\":\"refunded\"}}',NULL,'{\"id\":629,\"sale_number\":\"HIL-0625\",\"sale_type\":\"market\",\"customer_name\":\"Fatime Abdelrahim\",\"customer_phone\":\"---\",\"customer_email\":null,\"subtotal\":\"37000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"37000.00\",\"loan_amount\":\"0.00\",\"collected_amount\":\"37000.00\",\"is_loan\":false,\"paid_amount\":\"37000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"payment_status\":\"refunded\",\"sale_status\":\"cancelled\",\"notes\":\"\\n\\nCancelled: Error\",\"cashier_id\":7,\"sale_date\":\"2026-03-02T13:39:58.000000Z\",\"created_at\":\"2026-03-02T13:39:58.000000Z\",\"updated_at\":\"2026-03-02T13:40:48.000000Z\",\"items\":[{\"id\":1402,\"sale_id\":629,\"product_id\":79,\"product_name\":\"BA HIL-MIX\",\"product_barcode\":null,\"quantity\":1,\"unit_price\":\"18500.00\",\"tax_rate\":\"0.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"18500.00\",\"created_at\":\"2026-03-02T13:39:58.000000Z\",\"updated_at\":\"2026-03-02T13:39:58.000000Z\",\"product\":{\"id\":79,\"name\":\"BA HIL-MIX\",\"description\":null,\"barcode\":\"PRD799092-M1\",\"category_id\":3,\"product_type\":\"market\",\"unit\":\"pcs\",\"alert_quantity\":1,\"cost_price\":\"16500.00\",\"selling_price\":\"18500.00\",\"discount_price\":null,\"image\":null,\"expiry_date\":null,\"is_active\":true,\"weight\":null,\"length\":null,\"width\":null,\"height\":null,\"created_at\":\"2026-01-02T12:23:41.000000Z\",\"updated_at\":\"2026-01-19T11:22:50.000000Z\",\"deleted_at\":null,\"inventory\":{\"id\":78,\"product_id\":79,\"current_stock\":10,\"reserved_stock\":0,\"available_stock\":10,\"last_stock_update\":\"2026-03-02T13:40:48.000000Z\",\"last_updated_by\":7,\"created_at\":\"2026-01-02T12:23:41.000000Z\",\"updated_at\":\"2026-03-02T13:40:48.000000Z\"}}},{\"id\":1403,\"sale_id\":629,\"product_id\":182,\"product_name\":\"HS-2010SB\",\"product_barcode\":null,\"quantity\":1,\"unit_price\":\"18500.00\",\"tax_rate\":\"0.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"18500.00\",\"created_at\":\"2026-03-02T13:39:58.000000Z\",\"updated_at\":\"2026-03-02T13:39:58.000000Z\",\"product\":{\"id\":182,\"name\":\"HS-2010SB\",\"description\":\"2X42\\r\\n3X43\\r\\n5X44\\r\\n2X45\",\"barcode\":\"PRD767863-M1\",\"category_id\":2,\"product_type\":\"market\",\"unit\":\"pcs\",\"alert_quantity\":1,\"cost_price\":\"16500.00\",\"selling_price\":\"18500.00\",\"discount_price\":null,\"image\":\"products\\/1772447775_BfVeebZUG5.jpg\",\"expiry_date\":null,\"is_active\":true,\"weight\":null,\"length\":null,\"width\":null,\"height\":null,\"created_at\":\"2026-01-12T08:16:27.000000Z\",\"updated_at\":\"2026-03-02T10:36:16.000000Z\",\"deleted_at\":null,\"inventory\":{\"id\":181,\"product_id\":182,\"current_stock\":24,\"reserved_stock\":0,\"available_stock\":24,\"last_stock_update\":\"2026-03-02T13:40:48.000000Z\",\"last_updated_by\":7,\"created_at\":\"2026-01-12T08:16:27.000000Z\",\"updated_at\":\"2026-03-02T13:40:48.000000Z\"}}}],\"cashier\":{\"id\":7,\"name\":\"Ayoub Oumar\",\"email\":\"ayoub.oumar919@gmail.com\",\"user_type\":\"admin\",\"is_active\":true,\"preferred_language\":\"en\",\"email_verified_at\":\"2025-12-18T06:27:21.000000Z\",\"two_factor_confirmed_at\":null,\"current_team_id\":null,\"profile_photo_path\":null,\"created_at\":\"2025-12-18T06:27:21.000000Z\",\"updated_at\":\"2026-01-05T11:04:03.000000Z\",\"profile_photo_url\":\"https:\\/\\/ui-avatars.com\\/api\\/?name=A+O&color=7F9CF5&background=EBF4FF\"}}','Error',7,'Ayoub Oumar','2026-03-02 10:40:48','2026-03-02 10:40:48'),
(723,630,'created',NULL,NULL,'{\"sale_number\":\"HIL-0626\",\"sale_type\":\"market\",\"customer_name\":\"Fatime Abdelrahim\",\"customer_phone\":\"---\",\"customer_email\":null,\"subtotal\":\"37000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"37000.00\",\"paid_amount\":\"34500.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-03-02T13:42:02.000000Z\",\"cashier_id\":7,\"is_loan\":true,\"loan_amount\":\"2500.00\",\"collected_amount\":\"34500.00\",\"payment_status\":\"partial\",\"updated_at\":\"2026-03-02T13:42:02.000000Z\",\"created_at\":\"2026-03-02T13:42:02.000000Z\",\"id\":630}','Sale created through POS',7,'Ayoub Oumar','2026-03-02 10:42:02','2026-03-02 10:42:02'),
(724,631,'created',NULL,NULL,'{\"sale_number\":\"HIL-0627\",\"sale_type\":\"market\",\"customer_name\":null,\"customer_phone\":null,\"customer_email\":null,\"subtotal\":\"37000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"37000.00\",\"paid_amount\":\"37000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-03-02T13:59:04.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"37000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-03-02T13:59:04.000000Z\",\"created_at\":\"2026-03-02T13:59:04.000000Z\",\"id\":631}','Sale created through POS',7,'Ayoub Oumar','2026-03-02 10:59:04','2026-03-02 10:59:04'),
(725,632,'created',NULL,NULL,'{\"sale_number\":\"HIL-0628\",\"sale_type\":\"market\",\"customer_name\":\"Mahasin\",\"customer_phone\":\"---\",\"customer_email\":null,\"subtotal\":\"92500.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"92500.00\",\"paid_amount\":\"0.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-03-02T14:01:06.000000Z\",\"cashier_id\":7,\"is_loan\":true,\"loan_amount\":\"92500.00\",\"collected_amount\":\"0.00\",\"payment_status\":\"unpaid\",\"updated_at\":\"2026-03-02T14:01:06.000000Z\",\"created_at\":\"2026-03-02T14:01:06.000000Z\",\"id\":632}','Sale created through POS',7,'Ayoub Oumar','2026-03-02 11:01:06','2026-03-02 11:01:06'),
(726,633,'created',NULL,NULL,'{\"sale_number\":\"HIL-0629\",\"sale_type\":\"market\",\"customer_name\":\"Abdelkhani\",\"customer_phone\":\"---\",\"customer_email\":null,\"subtotal\":\"174000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"174000.00\",\"paid_amount\":\"174000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-03-02T14:04:15.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"174000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-03-02T14:04:15.000000Z\",\"created_at\":\"2026-03-02T14:04:15.000000Z\",\"id\":633}','Sale created through POS',7,'Ayoub Oumar','2026-03-02 11:04:15','2026-03-02 11:04:15'),
(727,630,'payment_received','{\"payment_status\":{\"old\":\"partial\",\"new\":\"paid\"},\"loan_amount\":{\"old\":\"2500.00\",\"new\":\"0.00\"},\"collected_amount\":{\"old\":\"34500.00\",\"new\":\"37000.00\"},\"is_loan\":{\"old\":true,\"new\":false}}',NULL,'{\"payment_amount\":2500,\"payment_method\":\"cash\",\"payment_notes\":null,\"balance_after\":0}','Payment received: 2,500 CFA via Cash',7,'Ayoub Oumar','2026-03-02 12:29:05','2026-03-02 12:29:05'),
(728,580,'payment_received','{\"payment_status\":{\"old\":\"partial\",\"new\":\"paid\"},\"loan_amount\":{\"old\":\"7000.00\",\"new\":\"0.00\"},\"collected_amount\":{\"old\":\"30000.00\",\"new\":\"37000.00\"},\"is_loan\":{\"old\":true,\"new\":false}}',NULL,'{\"payment_amount\":7000,\"payment_method\":\"cash\",\"payment_notes\":null,\"balance_after\":0}','Payment received: 7,000 CFA via Cash',7,'Ayoub Oumar','2026-03-02 12:29:24','2026-03-02 12:29:24'),
(729,634,'created',NULL,NULL,'{\"sale_number\":\"HIL-0630\",\"sale_type\":\"market\",\"customer_name\":\"Fatime Abdelrahim\",\"customer_phone\":\"---\",\"customer_email\":null,\"subtotal\":\"37000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"37000.00\",\"paid_amount\":\"500.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-03-02T15:30:54.000000Z\",\"cashier_id\":7,\"is_loan\":true,\"loan_amount\":\"36500.00\",\"collected_amount\":\"500.00\",\"payment_status\":\"partial\",\"updated_at\":\"2026-03-02T15:30:54.000000Z\",\"created_at\":\"2026-03-02T15:30:54.000000Z\",\"id\":634}','Sale created through POS',7,'Ayoub Oumar','2026-03-02 12:30:54','2026-03-02 12:30:54'),
(730,634,'cancelled','{\"sale_status\":{\"old\":\"completed\",\"new\":\"cancelled\"},\"payment_status\":{\"old\":\"partial\",\"new\":\"refunded\"}}',NULL,'{\"id\":634,\"sale_number\":\"HIL-0630\",\"sale_type\":\"market\",\"customer_name\":\"Fatime Abdelrahim\",\"customer_phone\":\"---\",\"customer_email\":null,\"subtotal\":\"37000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"37000.00\",\"loan_amount\":\"36500.00\",\"collected_amount\":\"500.00\",\"is_loan\":true,\"paid_amount\":\"500.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"payment_status\":\"refunded\",\"sale_status\":\"cancelled\",\"notes\":\"\\n\\nCancelled: Return\",\"cashier_id\":7,\"sale_date\":\"2026-03-02T15:30:54.000000Z\",\"created_at\":\"2026-03-02T15:30:54.000000Z\",\"updated_at\":\"2026-03-02T15:32:57.000000Z\",\"items\":[{\"id\":1417,\"sale_id\":634,\"product_id\":67,\"product_name\":\"Hilali-Mix\",\"product_barcode\":null,\"quantity\":2,\"unit_price\":\"18500.00\",\"tax_rate\":\"0.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"37000.00\",\"created_at\":\"2026-03-02T15:30:54.000000Z\",\"updated_at\":\"2026-03-02T15:30:54.000000Z\",\"product\":{\"id\":67,\"name\":\"Hilali-Mix\",\"description\":null,\"barcode\":\"PRD359315-M1\",\"category_id\":2,\"product_type\":\"market\",\"unit\":\"pcs\",\"alert_quantity\":1,\"cost_price\":\"16500.00\",\"selling_price\":\"18500.00\",\"discount_price\":null,\"image\":null,\"expiry_date\":null,\"is_active\":true,\"weight\":null,\"length\":null,\"width\":null,\"height\":null,\"created_at\":\"2026-01-02T12:22:29.000000Z\",\"updated_at\":\"2026-01-19T12:54:53.000000Z\",\"deleted_at\":null,\"inventory\":{\"id\":66,\"product_id\":67,\"current_stock\":45,\"reserved_stock\":0,\"available_stock\":45,\"last_stock_update\":\"2026-03-02T15:32:57.000000Z\",\"last_updated_by\":7,\"created_at\":\"2026-01-02T12:22:29.000000Z\",\"updated_at\":\"2026-03-02T15:32:57.000000Z\"}}}],\"cashier\":{\"id\":7,\"name\":\"Ayoub Oumar\",\"email\":\"ayoub.oumar919@gmail.com\",\"user_type\":\"admin\",\"is_active\":true,\"preferred_language\":\"en\",\"email_verified_at\":\"2025-12-18T06:27:21.000000Z\",\"two_factor_confirmed_at\":null,\"current_team_id\":null,\"profile_photo_path\":null,\"created_at\":\"2025-12-18T06:27:21.000000Z\",\"updated_at\":\"2026-01-05T11:04:03.000000Z\",\"profile_photo_url\":\"https:\\/\\/ui-avatars.com\\/api\\/?name=A+O&color=7F9CF5&background=EBF4FF\"}}','Return',7,'Ayoub Oumar','2026-03-02 12:32:57','2026-03-02 12:32:57'),
(731,635,'created',NULL,NULL,'{\"sale_number\":\"HIL-0631\",\"sale_type\":\"market\",\"customer_name\":\"Nural En\",\"customer_phone\":\"---\",\"customer_email\":null,\"subtotal\":\"18500.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"18500.00\",\"paid_amount\":\"0.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-03-02T15:35:07.000000Z\",\"cashier_id\":7,\"is_loan\":true,\"loan_amount\":\"18500.00\",\"collected_amount\":\"0.00\",\"payment_status\":\"unpaid\",\"updated_at\":\"2026-03-02T15:35:07.000000Z\",\"created_at\":\"2026-03-02T15:35:07.000000Z\",\"id\":635}','Sale created through POS',7,'Ayoub Oumar','2026-03-02 12:35:07','2026-03-02 12:35:07'),
(732,636,'created',NULL,NULL,'{\"sale_number\":\"HIL-0632\",\"sale_type\":\"market\",\"customer_name\":\"Fatime Abdelrahim\",\"customer_phone\":\"---\",\"customer_email\":null,\"subtotal\":\"18500.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"18500.00\",\"paid_amount\":\"500.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-03-02T15:36:21.000000Z\",\"cashier_id\":7,\"is_loan\":true,\"loan_amount\":\"18000.00\",\"collected_amount\":\"500.00\",\"payment_status\":\"partial\",\"updated_at\":\"2026-03-02T15:36:22.000000Z\",\"created_at\":\"2026-03-02T15:36:22.000000Z\",\"id\":636}','Sale created through POS',7,'Ayoub Oumar','2026-03-02 12:36:22','2026-03-02 12:36:22'),
(733,637,'created',NULL,NULL,'{\"sale_number\":\"HIL-0633\",\"sale_type\":\"market\",\"customer_name\":null,\"customer_phone\":null,\"customer_email\":null,\"subtotal\":\"110000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"110000.00\",\"paid_amount\":\"110000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-03-02T15:39:00.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"110000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-03-02T15:39:00.000000Z\",\"created_at\":\"2026-03-02T15:39:00.000000Z\",\"id\":637}','Sale created through POS',7,'Ayoub Oumar','2026-03-02 12:39:00','2026-03-02 12:39:00'),
(734,638,'created',NULL,NULL,'{\"sale_number\":\"HIL-0634\",\"sale_type\":\"market\",\"customer_name\":\"AL ISSEL\",\"customer_phone\":\"---\",\"customer_email\":null,\"subtotal\":\"55500.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"55500.00\",\"paid_amount\":\"55500.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-03-02T15:44:09.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"55500.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-03-02T15:44:09.000000Z\",\"created_at\":\"2026-03-02T15:44:09.000000Z\",\"id\":638}','Sale created through POS',7,'Ayoub Oumar','2026-03-02 12:44:09','2026-03-02 12:44:09'),
(735,639,'created',NULL,NULL,'{\"sale_number\":\"HIL-0635\",\"sale_type\":\"market\",\"customer_name\":\"Nadjat\",\"customer_phone\":\"---\",\"customer_email\":null,\"subtotal\":\"18500.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"18500.00\",\"paid_amount\":\"18500.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-03-02T15:47:05.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"18500.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-03-02T15:47:05.000000Z\",\"created_at\":\"2026-03-02T15:47:05.000000Z\",\"id\":639}','Sale created through POS',7,'Ayoub Oumar','2026-03-02 12:47:05','2026-03-02 12:47:05'),
(736,639,'cancelled','{\"sale_status\":{\"old\":\"completed\",\"new\":\"cancelled\"},\"payment_status\":{\"old\":\"paid\",\"new\":\"refunded\"}}',NULL,'{\"id\":639,\"sale_number\":\"HIL-0635\",\"sale_type\":\"market\",\"customer_name\":\"Nadjat\",\"customer_phone\":\"---\",\"customer_email\":null,\"subtotal\":\"18500.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"18500.00\",\"loan_amount\":\"0.00\",\"collected_amount\":\"18500.00\",\"is_loan\":false,\"paid_amount\":\"18500.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"payment_status\":\"refunded\",\"sale_status\":\"cancelled\",\"notes\":\"\\n\\nCancelled: Not paid\",\"cashier_id\":7,\"sale_date\":\"2026-03-02T15:47:05.000000Z\",\"created_at\":\"2026-03-02T15:47:05.000000Z\",\"updated_at\":\"2026-03-02T15:48:44.000000Z\",\"items\":[{\"id\":1426,\"sale_id\":639,\"product_id\":383,\"product_name\":\"H-2021-TK\",\"product_barcode\":null,\"quantity\":1,\"unit_price\":\"18500.00\",\"tax_rate\":\"0.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"18500.00\",\"created_at\":\"2026-03-02T15:47:05.000000Z\",\"updated_at\":\"2026-03-02T15:47:05.000000Z\",\"product\":{\"id\":383,\"name\":\"H-2021-TK\",\"description\":\"3\\u00d740\\r\\n8\\u00d741\\r\\n8\\u00d742\\r\\n9\\u00d743\\r\\n5\\u00d744\\r\\n3\\u00d745\\r\\n1\\u00d746\",\"barcode\":\"PRD383260-M2\",\"category_id\":2,\"product_type\":\"market\",\"unit\":\"pcs\",\"alert_quantity\":1,\"cost_price\":\"16500.00\",\"selling_price\":\"18500.00\",\"discount_price\":null,\"image\":\"products\\/1772353132_dZz33aCzx0.jpg\",\"expiry_date\":null,\"is_active\":true,\"weight\":null,\"length\":null,\"width\":null,\"height\":null,\"created_at\":\"2026-03-01T12:10:56.000000Z\",\"updated_at\":\"2026-03-01T12:10:56.000000Z\",\"deleted_at\":null,\"inventory\":{\"id\":382,\"product_id\":383,\"current_stock\":28,\"reserved_stock\":0,\"available_stock\":28,\"last_stock_update\":\"2026-03-02T15:48:44.000000Z\",\"last_updated_by\":7,\"created_at\":\"2026-03-01T12:10:56.000000Z\",\"updated_at\":\"2026-03-02T15:48:44.000000Z\"}}}],\"cashier\":{\"id\":7,\"name\":\"Ayoub Oumar\",\"email\":\"ayoub.oumar919@gmail.com\",\"user_type\":\"admin\",\"is_active\":true,\"preferred_language\":\"en\",\"email_verified_at\":\"2025-12-18T06:27:21.000000Z\",\"two_factor_confirmed_at\":null,\"current_team_id\":null,\"profile_photo_path\":null,\"created_at\":\"2025-12-18T06:27:21.000000Z\",\"updated_at\":\"2026-01-05T11:04:03.000000Z\",\"profile_photo_url\":\"https:\\/\\/ui-avatars.com\\/api\\/?name=A+O&color=7F9CF5&background=EBF4FF\"}}','Not paid',7,'Ayoub Oumar','2026-03-02 12:48:44','2026-03-02 12:48:44'),
(737,640,'created',NULL,NULL,'{\"sale_number\":\"HIL-0636\",\"sale_type\":\"market\",\"customer_name\":\"Nadjat\",\"customer_phone\":\"---\",\"customer_email\":null,\"subtotal\":\"18500.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"18500.00\",\"paid_amount\":\"18500.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-03-02T15:49:12.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"18500.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-03-02T15:49:12.000000Z\",\"created_at\":\"2026-03-02T15:49:12.000000Z\",\"id\":640}','Sale created through POS',7,'Ayoub Oumar','2026-03-02 12:49:13','2026-03-02 12:49:13'),
(738,641,'created',NULL,NULL,'{\"sale_number\":\"HIL-0637\",\"sale_type\":\"market\",\"customer_name\":null,\"customer_phone\":null,\"customer_email\":null,\"subtotal\":\"20000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"20000.00\",\"paid_amount\":\"20000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-03-02T16:07:20.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"20000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-03-02T16:07:20.000000Z\",\"created_at\":\"2026-03-02T16:07:20.000000Z\",\"id\":641}','Sale created through POS',7,'Ayoub Oumar','2026-03-02 13:07:20','2026-03-02 13:07:20'),
(739,642,'created',NULL,NULL,'{\"sale_number\":\"HIL-0638\",\"sale_type\":\"market\",\"customer_name\":null,\"customer_phone\":null,\"customer_email\":null,\"subtotal\":\"42000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"42000.00\",\"paid_amount\":\"42000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-03-02T16:26:55.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"42000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-03-02T16:26:55.000000Z\",\"created_at\":\"2026-03-02T16:26:55.000000Z\",\"id\":642}','Sale created through POS',7,'Ayoub Oumar','2026-03-02 13:26:55','2026-03-02 13:26:55'),
(740,643,'created',NULL,NULL,'{\"sale_number\":\"HIL-0639\",\"sale_type\":\"market\",\"customer_name\":\"Nural En\",\"customer_phone\":\"---\",\"customer_email\":null,\"subtotal\":\"28500.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"28500.00\",\"paid_amount\":\"28500.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-03-03T10:10:57.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"28500.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-03-03T10:10:57.000000Z\",\"created_at\":\"2026-03-03T10:10:57.000000Z\",\"id\":643}','Sale created through POS',7,'Ayoub Oumar','2026-03-03 07:10:57','2026-03-03 07:10:57'),
(741,645,'created',NULL,NULL,'{\"sale_number\":\"HIL-0640\",\"sale_type\":\"market\",\"customer_name\":\"Adam Confiance\",\"customer_phone\":\"---\",\"customer_email\":null,\"subtotal\":\"40000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"40000.00\",\"paid_amount\":\"40000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-03-03T11:08:25.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"40000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-03-03T11:08:25.000000Z\",\"created_at\":\"2026-03-03T11:08:25.000000Z\",\"id\":645}','Sale created through POS',7,'Ayoub Oumar','2026-03-03 08:08:25','2026-03-03 08:08:25'),
(742,646,'created',NULL,NULL,'{\"sale_number\":\"HIL-0641\",\"sale_type\":\"market\",\"customer_name\":null,\"customer_phone\":null,\"customer_email\":null,\"subtotal\":\"400000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"400000.00\",\"paid_amount\":\"400000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-03-03T11:09:56.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"400000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-03-03T11:09:56.000000Z\",\"created_at\":\"2026-03-03T11:09:56.000000Z\",\"id\":646}','Sale created through POS',7,'Ayoub Oumar','2026-03-03 08:09:56','2026-03-03 08:09:56'),
(743,647,'created',NULL,NULL,'{\"sale_number\":\"HIL-0642\",\"sale_type\":\"market\",\"customer_name\":\"Nadjat\",\"customer_phone\":\"---\",\"customer_email\":null,\"subtotal\":\"84000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"84000.00\",\"paid_amount\":\"84000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-03-03T11:11:19.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"84000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-03-03T11:11:19.000000Z\",\"created_at\":\"2026-03-03T11:11:19.000000Z\",\"id\":647}','Sale created through POS',7,'Ayoub Oumar','2026-03-03 08:11:19','2026-03-03 08:11:19'),
(744,648,'created',NULL,NULL,'{\"sale_number\":\"HIL-0643\",\"sale_type\":\"market\",\"customer_name\":null,\"customer_phone\":null,\"customer_email\":null,\"subtotal\":\"20000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"20000.00\",\"paid_amount\":\"20000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-03-03T11:34:07.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"20000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-03-03T11:34:07.000000Z\",\"created_at\":\"2026-03-03T11:34:07.000000Z\",\"id\":648}','Sale created through POS',7,'Ayoub Oumar','2026-03-03 08:34:07','2026-03-03 08:34:07'),
(745,649,'created',NULL,NULL,'{\"sale_number\":\"HIL-0644\",\"sale_type\":\"market\",\"customer_name\":\"Com Fir\",\"customer_phone\":\"---\",\"customer_email\":null,\"subtotal\":\"37000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"37000.00\",\"paid_amount\":\"37000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-03-03T12:27:05.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"37000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-03-03T12:27:05.000000Z\",\"created_at\":\"2026-03-03T12:27:05.000000Z\",\"id\":649}','Sale created through POS',7,'Ayoub Oumar','2026-03-03 09:27:05','2026-03-03 09:27:05'),
(746,650,'created',NULL,NULL,'{\"sale_number\":\"HIL-0645\",\"sale_type\":\"market\",\"customer_name\":\"Mht Moussa\",\"customer_phone\":\"---\",\"customer_email\":null,\"subtotal\":\"171000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"171000.00\",\"paid_amount\":\"171000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-03-03T12:55:36.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"171000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-03-03T12:55:36.000000Z\",\"created_at\":\"2026-03-03T12:55:36.000000Z\",\"id\":650}','Sale created through POS',7,'Ayoub Oumar','2026-03-03 09:55:36','2026-03-03 09:55:36'),
(747,651,'created',NULL,NULL,'{\"sale_number\":\"HIL-0646\",\"sale_type\":\"market\",\"customer_name\":\"Soudani\",\"customer_phone\":\"---\",\"customer_email\":null,\"subtotal\":\"80000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"80000.00\",\"paid_amount\":\"80000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-03-03T13:02:48.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"80000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-03-03T13:02:49.000000Z\",\"created_at\":\"2026-03-03T13:02:49.000000Z\",\"id\":651}','Sale created through POS',7,'Ayoub Oumar','2026-03-03 10:02:49','2026-03-03 10:02:49'),
(748,652,'created',NULL,NULL,'{\"sale_number\":\"HIL-0647\",\"sale_type\":\"market\",\"customer_name\":\"Abdelaziz Abakar\",\"customer_phone\":\"---\",\"customer_email\":null,\"subtotal\":\"373500.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"373500.00\",\"paid_amount\":\"0.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-03-03T13:16:33.000000Z\",\"cashier_id\":7,\"is_loan\":true,\"loan_amount\":\"373500.00\",\"collected_amount\":\"0.00\",\"payment_status\":\"unpaid\",\"updated_at\":\"2026-03-03T13:16:33.000000Z\",\"created_at\":\"2026-03-03T13:16:33.000000Z\",\"id\":652}','Sale created through POS',7,'Ayoub Oumar','2026-03-03 10:16:33','2026-03-03 10:16:33'),
(749,653,'created',NULL,NULL,'{\"sale_number\":\"HIL-0648\",\"sale_type\":\"market\",\"customer_name\":\"Nadjat\",\"customer_phone\":\"---\",\"customer_email\":null,\"subtotal\":\"21000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"21000.00\",\"paid_amount\":\"21000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-03-03T13:38:38.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"21000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-03-03T13:38:38.000000Z\",\"created_at\":\"2026-03-03T13:38:38.000000Z\",\"id\":653}','Sale created through POS',7,'Ayoub Oumar','2026-03-03 10:38:38','2026-03-03 10:38:38'),
(750,654,'created',NULL,NULL,'{\"sale_number\":\"HIL-0649\",\"sale_type\":\"market\",\"customer_name\":null,\"customer_phone\":null,\"customer_email\":null,\"subtotal\":\"20000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"20000.00\",\"paid_amount\":\"20000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-03-03T15:21:15.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"20000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-03-03T15:21:15.000000Z\",\"created_at\":\"2026-03-03T15:21:15.000000Z\",\"id\":654}','Sale created through POS',7,'Ayoub Oumar','2026-03-03 12:21:15','2026-03-03 12:21:15'),
(751,655,'created',NULL,NULL,'{\"sale_number\":\"HIL-0650\",\"sale_type\":\"market\",\"customer_name\":\"Mahasin\",\"customer_phone\":\"---\",\"customer_email\":null,\"subtotal\":\"172000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"172000.00\",\"paid_amount\":\"172000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-03-03T15:46:12.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"172000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-03-03T15:46:12.000000Z\",\"created_at\":\"2026-03-03T15:46:12.000000Z\",\"id\":655}','Sale created through POS',7,'Ayoub Oumar','2026-03-03 12:46:12','2026-03-03 12:46:12'),
(752,656,'created',NULL,NULL,'{\"sale_number\":\"HIL-0651\",\"sale_type\":\"market\",\"customer_name\":null,\"customer_phone\":null,\"customer_email\":null,\"subtotal\":\"20000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"20000.00\",\"paid_amount\":\"20000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-03-04T10:04:51.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"20000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-03-04T10:04:51.000000Z\",\"created_at\":\"2026-03-04T10:04:51.000000Z\",\"id\":656}','Sale created through POS',7,'Ayoub Oumar','2026-03-04 07:04:51','2026-03-04 07:04:51'),
(753,657,'created',NULL,NULL,'{\"sale_number\":\"HIL-0652\",\"sale_type\":\"market\",\"customer_name\":null,\"customer_phone\":null,\"customer_email\":null,\"subtotal\":\"170000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"170000.00\",\"paid_amount\":\"170000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-03-04T10:19:09.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"170000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-03-04T10:19:09.000000Z\",\"created_at\":\"2026-03-04T10:19:09.000000Z\",\"id\":657}','Sale created through POS',7,'Ayoub Oumar','2026-03-04 07:19:09','2026-03-04 07:19:09'),
(754,652,'payment_received','{\"payment_status\":{\"old\":\"unpaid\",\"new\":\"paid\"},\"loan_amount\":{\"old\":\"373500.00\",\"new\":\"0.00\"},\"collected_amount\":{\"old\":\"0.00\",\"new\":\"373500.00\"},\"is_loan\":{\"old\":true,\"new\":false}}',NULL,'{\"payment_amount\":373500,\"payment_method\":\"cash\",\"payment_notes\":null,\"balance_after\":0}','Payment received: 373,500 CFA via Cash',7,'Ayoub Oumar','2026-03-04 09:06:25','2026-03-04 09:06:25'),
(755,658,'created',NULL,NULL,'{\"sale_number\":\"HIL-0653\",\"sale_type\":\"market\",\"customer_name\":null,\"customer_phone\":null,\"customer_email\":null,\"subtotal\":\"20000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"20000.00\",\"paid_amount\":\"20000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-03-04T12:09:02.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"20000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-03-04T12:09:02.000000Z\",\"created_at\":\"2026-03-04T12:09:02.000000Z\",\"id\":658}','Sale created through POS',7,'Ayoub Oumar','2026-03-04 09:09:02','2026-03-04 09:09:02'),
(756,659,'created',NULL,NULL,'{\"sale_number\":\"HIL-0654\",\"sale_type\":\"market\",\"customer_name\":null,\"customer_phone\":null,\"customer_email\":null,\"subtotal\":\"28000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"28000.00\",\"paid_amount\":\"28000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-03-04T12:17:29.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"28000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-03-04T12:17:29.000000Z\",\"created_at\":\"2026-03-04T12:17:29.000000Z\",\"id\":659}','Sale created through POS',7,'Ayoub Oumar','2026-03-04 09:17:29','2026-03-04 09:17:29'),
(757,660,'created',NULL,NULL,'{\"sale_number\":\"HIL-0655\",\"sale_type\":\"market\",\"customer_name\":\"Mahasin\",\"customer_phone\":\"---\",\"customer_email\":null,\"subtotal\":\"37000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"37000.00\",\"paid_amount\":\"37000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-03-04T12:29:52.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"37000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-03-04T12:29:52.000000Z\",\"created_at\":\"2026-03-04T12:29:52.000000Z\",\"id\":660}','Sale created through POS',7,'Ayoub Oumar','2026-03-04 09:29:52','2026-03-04 09:29:52'),
(758,661,'created',NULL,NULL,'{\"sale_number\":\"HIL-0656\",\"sale_type\":\"market\",\"customer_name\":\"Oum Anass\",\"customer_phone\":\"---\",\"customer_email\":null,\"subtotal\":\"10000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"10000.00\",\"paid_amount\":\"10000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-03-04T12:43:06.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"10000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-03-04T12:43:06.000000Z\",\"created_at\":\"2026-03-04T12:43:06.000000Z\",\"id\":661}','Sale created through POS',7,'Ayoub Oumar','2026-03-04 09:43:06','2026-03-04 09:43:06'),
(759,662,'created',NULL,NULL,'{\"sale_number\":\"HIL-0657\",\"sale_type\":\"market\",\"customer_name\":\"Nadjat\",\"customer_phone\":\"---\",\"customer_email\":null,\"subtotal\":\"74000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"74000.00\",\"paid_amount\":\"74000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-03-04T12:56:14.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"74000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-03-04T12:56:14.000000Z\",\"created_at\":\"2026-03-04T12:56:14.000000Z\",\"id\":662}','Sale created through POS',7,'Ayoub Oumar','2026-03-04 09:56:14','2026-03-04 09:56:14'),
(760,663,'created',NULL,NULL,'{\"sale_number\":\"HIL-0658\",\"sale_type\":\"market\",\"customer_name\":\"Salwa\",\"customer_phone\":\"---\",\"customer_email\":null,\"subtotal\":\"55500.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"55500.00\",\"paid_amount\":\"0.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-03-04T13:16:42.000000Z\",\"cashier_id\":7,\"is_loan\":true,\"loan_amount\":\"55500.00\",\"collected_amount\":\"0.00\",\"payment_status\":\"unpaid\",\"updated_at\":\"2026-03-04T13:16:42.000000Z\",\"created_at\":\"2026-03-04T13:16:42.000000Z\",\"id\":663}','Sale created through POS',7,'Ayoub Oumar','2026-03-04 10:16:42','2026-03-04 10:16:42'),
(761,664,'created',NULL,NULL,'{\"sale_number\":\"HIL-0659\",\"sale_type\":\"market\",\"customer_name\":\"Fozia\",\"customer_phone\":\"66 06 55 52\",\"customer_email\":null,\"subtotal\":\"37000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"37000.00\",\"paid_amount\":\"0.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-03-04T15:49:15.000000Z\",\"cashier_id\":7,\"is_loan\":true,\"loan_amount\":\"37000.00\",\"collected_amount\":\"0.00\",\"payment_status\":\"unpaid\",\"updated_at\":\"2026-03-04T15:49:15.000000Z\",\"created_at\":\"2026-03-04T15:49:15.000000Z\",\"id\":664}','Sale created through POS',7,'Ayoub Oumar','2026-03-04 12:49:15','2026-03-04 12:49:15'),
(762,632,'payment_received','{\"payment_status\":{\"old\":\"unpaid\",\"new\":\"paid\"},\"loan_amount\":{\"old\":\"92500.00\",\"new\":\"0.00\"},\"collected_amount\":{\"old\":\"0.00\",\"new\":\"92500.00\"},\"is_loan\":{\"old\":true,\"new\":false}}',NULL,'{\"payment_amount\":92500,\"payment_method\":\"cash\",\"payment_notes\":null,\"balance_after\":0}','Payment received: 92,500 CFA via Cash',7,'Ayoub Oumar','2026-03-04 12:53:36','2026-03-04 12:53:36'),
(763,665,'created',NULL,NULL,'{\"sale_number\":\"HIL-0660\",\"sale_type\":\"market\",\"customer_name\":\"Makki\",\"customer_phone\":\"---\",\"customer_email\":null,\"subtotal\":\"943500.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"943500.00\",\"paid_amount\":\"943500.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-03-04T16:11:01.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"943500.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-03-04T16:11:01.000000Z\",\"created_at\":\"2026-03-04T16:11:01.000000Z\",\"id\":665}','Sale created through POS',7,'Ayoub Oumar','2026-03-04 13:11:01','2026-03-04 13:11:01'),
(764,666,'created',NULL,NULL,'{\"sale_number\":\"HIL-0661\",\"sale_type\":\"market\",\"customer_name\":null,\"customer_phone\":null,\"customer_email\":null,\"subtotal\":\"28000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"28000.00\",\"paid_amount\":\"28000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-03-04T16:17:00.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"28000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-03-04T16:17:00.000000Z\",\"created_at\":\"2026-03-04T16:17:00.000000Z\",\"id\":666}','Sale created through POS',7,'Ayoub Oumar','2026-03-04 13:17:00','2026-03-04 13:17:00'),
(765,667,'created',NULL,NULL,'{\"sale_number\":\"HIL-0662\",\"sale_type\":\"market\",\"customer_name\":\"IBO\",\"customer_phone\":\"---\",\"customer_email\":null,\"subtotal\":\"20000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"20000.00\",\"paid_amount\":\"20000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-03-05T11:55:06.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"20000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-03-05T11:55:06.000000Z\",\"created_at\":\"2026-03-05T11:55:06.000000Z\",\"id\":667}','Sale created through POS',7,'Ayoub Oumar','2026-03-05 08:55:06','2026-03-05 08:55:06'),
(766,668,'created',NULL,NULL,'{\"sale_number\":\"HIL-0663\",\"sale_type\":\"market\",\"customer_name\":\"Faiza\",\"customer_phone\":\"---\",\"customer_email\":null,\"subtotal\":\"20000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"20000.00\",\"paid_amount\":\"20000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-03-05T11:56:00.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"20000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-03-05T11:56:00.000000Z\",\"created_at\":\"2026-03-05T11:56:00.000000Z\",\"id\":668}','Sale created through POS',7,'Ayoub Oumar','2026-03-05 08:56:00','2026-03-05 08:56:00'),
(767,502,'payment_received','{\"loan_amount\":{\"old\":\"35000.00\",\"new\":\"17500.00\"},\"collected_amount\":{\"old\":\"17500.00\",\"new\":\"35000.00\"}}',NULL,'{\"payment_amount\":17500,\"payment_method\":\"cash\",\"payment_notes\":null,\"balance_after\":17500}','Payment received: 17,500 CFA via Cash',7,'Ayoub Oumar','2026-03-05 09:28:54','2026-03-05 09:28:54'),
(768,669,'created',NULL,NULL,'{\"sale_number\":\"HIL-0664\",\"sale_type\":\"market\",\"customer_name\":\"Nural En\",\"customer_phone\":\"---\",\"customer_email\":null,\"subtotal\":\"37000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"37000.00\",\"paid_amount\":\"0.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-03-05T13:21:11.000000Z\",\"cashier_id\":7,\"is_loan\":true,\"loan_amount\":\"37000.00\",\"collected_amount\":\"0.00\",\"payment_status\":\"unpaid\",\"updated_at\":\"2026-03-05T13:21:11.000000Z\",\"created_at\":\"2026-03-05T13:21:11.000000Z\",\"id\":669}','Sale created through POS',7,'Ayoub Oumar','2026-03-05 10:21:11','2026-03-05 10:21:11'),
(769,635,'payment_received','{\"payment_status\":{\"old\":\"unpaid\",\"new\":\"paid\"},\"loan_amount\":{\"old\":\"18500.00\",\"new\":\"0.00\"},\"collected_amount\":{\"old\":\"0.00\",\"new\":\"18500.00\"},\"is_loan\":{\"old\":true,\"new\":false}}',NULL,'{\"payment_amount\":18500,\"payment_method\":\"cash\",\"payment_notes\":null,\"balance_after\":0}','Payment received: 18,500 CFA via Cash',7,'Ayoub Oumar','2026-03-05 10:21:57','2026-03-05 10:21:57'),
(770,670,'created',NULL,NULL,'{\"sale_number\":\"HIL-0665\",\"sale_type\":\"market\",\"customer_name\":null,\"customer_phone\":null,\"customer_email\":null,\"subtotal\":\"20000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"20000.00\",\"paid_amount\":\"20000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-03-05T13:29:42.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"20000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-03-05T13:29:42.000000Z\",\"created_at\":\"2026-03-05T13:29:42.000000Z\",\"id\":670}','Sale created through POS',7,'Ayoub Oumar','2026-03-05 10:29:42','2026-03-05 10:29:42'),
(771,671,'created',NULL,NULL,'{\"sale_number\":\"HIL-0666\",\"sale_type\":\"market\",\"customer_name\":null,\"customer_phone\":null,\"customer_email\":null,\"subtotal\":\"74000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"74000.00\",\"paid_amount\":\"74000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-03-05T13:44:41.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"74000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-03-05T13:44:41.000000Z\",\"created_at\":\"2026-03-05T13:44:41.000000Z\",\"id\":671}','Sale created through POS',7,'Ayoub Oumar','2026-03-05 10:44:41','2026-03-05 10:44:41'),
(772,672,'created',NULL,NULL,'{\"sale_number\":\"HIL-0667\",\"sale_type\":\"market\",\"customer_name\":\"Daoud\",\"customer_phone\":\"---\",\"customer_email\":null,\"subtotal\":\"40000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"40000.00\",\"paid_amount\":\"40000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-03-05T14:05:35.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"40000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-03-05T14:05:35.000000Z\",\"created_at\":\"2026-03-05T14:05:35.000000Z\",\"id\":672}','Sale created through POS',7,'Ayoub Oumar','2026-03-05 11:05:35','2026-03-05 11:05:35'),
(773,673,'created',NULL,NULL,'{\"sale_number\":\"HIL-0668\",\"sale_type\":\"market\",\"customer_name\":null,\"customer_phone\":null,\"customer_email\":null,\"subtotal\":\"40000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"40000.00\",\"paid_amount\":\"40000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-03-05T14:37:35.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"40000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-03-05T14:37:35.000000Z\",\"created_at\":\"2026-03-05T14:37:35.000000Z\",\"id\":673}','Sale created through POS',7,'Ayoub Oumar','2026-03-05 11:37:35','2026-03-05 11:37:35'),
(774,674,'created',NULL,NULL,'{\"sale_number\":\"HIL-0669\",\"sale_type\":\"market\",\"customer_name\":null,\"customer_phone\":null,\"customer_email\":null,\"subtotal\":\"20000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"20000.00\",\"paid_amount\":\"20000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-03-05T14:41:36.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"20000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-03-05T14:41:36.000000Z\",\"created_at\":\"2026-03-05T14:41:36.000000Z\",\"id\":674}','Sale created through POS',7,'Ayoub Oumar','2026-03-05 11:41:36','2026-03-05 11:41:36'),
(775,675,'created',NULL,NULL,'{\"sale_number\":\"HIL-0670\",\"sale_type\":\"market\",\"customer_name\":\"Mahasin\",\"customer_phone\":\"---\",\"customer_email\":null,\"subtotal\":\"84000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"84000.00\",\"paid_amount\":\"84000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-03-05T15:17:09.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"84000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-03-05T15:17:09.000000Z\",\"created_at\":\"2026-03-05T15:17:09.000000Z\",\"id\":675}','Sale created through POS',7,'Ayoub Oumar','2026-03-05 12:17:09','2026-03-05 12:17:09'),
(776,676,'created',NULL,NULL,'{\"sale_number\":\"HIL-0671\",\"sale_type\":\"market\",\"customer_name\":\"Imam\",\"customer_phone\":\"---\",\"customer_email\":null,\"subtotal\":\"370000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"370000.00\",\"paid_amount\":\"370000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-03-05T15:25:39.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"370000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-03-05T15:25:39.000000Z\",\"created_at\":\"2026-03-05T15:25:39.000000Z\",\"id\":676}','Sale created through POS',7,'Ayoub Oumar','2026-03-05 12:25:39','2026-03-05 12:25:39'),
(777,677,'created',NULL,NULL,'{\"sale_number\":\"HIL-0672\",\"sale_type\":\"market\",\"customer_name\":\"Fatime Abdelrahim\",\"customer_phone\":\"---\",\"customer_email\":null,\"subtotal\":\"40000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"40000.00\",\"paid_amount\":\"30000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-03-05T15:39:19.000000Z\",\"cashier_id\":7,\"is_loan\":true,\"loan_amount\":\"10000.00\",\"collected_amount\":\"30000.00\",\"payment_status\":\"partial\",\"updated_at\":\"2026-03-05T15:39:19.000000Z\",\"created_at\":\"2026-03-05T15:39:19.000000Z\",\"id\":677}','Sale created through POS',7,'Ayoub Oumar','2026-03-05 12:39:19','2026-03-05 12:39:19'),
(778,678,'created',NULL,NULL,'{\"sale_number\":\"HIL-0673\",\"sale_type\":\"market\",\"customer_name\":\"Hamida\",\"customer_phone\":\"---\",\"customer_email\":null,\"subtotal\":\"55500.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"55500.00\",\"paid_amount\":\"0.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-03-06T10:54:29.000000Z\",\"cashier_id\":7,\"is_loan\":true,\"loan_amount\":\"55500.00\",\"collected_amount\":\"0.00\",\"payment_status\":\"unpaid\",\"updated_at\":\"2026-03-06T10:54:29.000000Z\",\"created_at\":\"2026-03-06T10:54:29.000000Z\",\"id\":678}','Sale created through POS',7,'Ayoub Oumar','2026-03-06 07:54:30','2026-03-06 07:54:30'),
(779,679,'created',NULL,NULL,'{\"sale_number\":\"HIL-0674\",\"sale_type\":\"market\",\"customer_name\":null,\"customer_phone\":null,\"customer_email\":null,\"subtotal\":\"20000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"20000.00\",\"paid_amount\":\"20000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-03-06T10:54:52.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"20000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-03-06T10:54:52.000000Z\",\"created_at\":\"2026-03-06T10:54:52.000000Z\",\"id\":679}','Sale created through POS',7,'Ayoub Oumar','2026-03-06 07:54:52','2026-03-06 07:54:52'),
(780,680,'created',NULL,NULL,'{\"sale_number\":\"HIL-0675\",\"sale_type\":\"market\",\"customer_name\":\"Faiza\",\"customer_phone\":\"---\",\"customer_email\":null,\"subtotal\":\"20000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"20000.00\",\"paid_amount\":\"20000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-03-06T12:24:42.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"20000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-03-06T12:24:42.000000Z\",\"created_at\":\"2026-03-06T12:24:42.000000Z\",\"id\":680}','Sale created through POS',7,'Ayoub Oumar','2026-03-06 09:24:45','2026-03-06 09:24:45'),
(781,681,'created',NULL,NULL,'{\"sale_number\":\"HIL-0676\",\"sale_type\":\"market\",\"customer_name\":null,\"customer_phone\":null,\"customer_email\":null,\"subtotal\":\"22000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"22000.00\",\"paid_amount\":\"22000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-03-06T12:53:48.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"22000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-03-06T12:53:48.000000Z\",\"created_at\":\"2026-03-06T12:53:48.000000Z\",\"id\":681}','Sale created through POS',7,'Ayoub Oumar','2026-03-06 09:54:30','2026-03-06 09:54:30'),
(782,682,'created',NULL,NULL,'{\"sale_number\":\"HIL-0677\",\"sale_type\":\"market\",\"customer_name\":\"Nural En\",\"customer_phone\":\"---\",\"customer_email\":null,\"subtotal\":\"55500.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"55500.00\",\"paid_amount\":\"0.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-03-06T13:37:26.000000Z\",\"cashier_id\":7,\"is_loan\":true,\"loan_amount\":\"55500.00\",\"collected_amount\":\"0.00\",\"payment_status\":\"unpaid\",\"updated_at\":\"2026-03-06T13:37:26.000000Z\",\"created_at\":\"2026-03-06T13:37:26.000000Z\",\"id\":682}','Sale created through POS',7,'Ayoub Oumar','2026-03-06 10:37:26','2026-03-06 10:37:26'),
(783,683,'created',NULL,NULL,'{\"sale_number\":\"HIL-0678\",\"sale_type\":\"market\",\"customer_name\":\"Nural En\",\"customer_phone\":\"---\",\"customer_email\":null,\"subtotal\":\"18500.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"18500.00\",\"paid_amount\":\"0.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-03-06T14:10:11.000000Z\",\"cashier_id\":7,\"is_loan\":true,\"loan_amount\":\"18500.00\",\"collected_amount\":\"0.00\",\"payment_status\":\"unpaid\",\"updated_at\":\"2026-03-06T14:10:11.000000Z\",\"created_at\":\"2026-03-06T14:10:11.000000Z\",\"id\":683}','Sale created through POS',7,'Ayoub Oumar','2026-03-06 11:10:11','2026-03-06 11:10:11'),
(784,684,'created',NULL,NULL,'{\"sale_number\":\"HIL-0679\",\"sale_type\":\"market\",\"customer_name\":\"Algoni\",\"customer_phone\":\"---\",\"customer_email\":null,\"subtotal\":\"20000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"20000.00\",\"paid_amount\":\"20000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-03-06T14:36:15.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"20000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-03-06T14:36:15.000000Z\",\"created_at\":\"2026-03-06T14:36:15.000000Z\",\"id\":684}','Sale created through POS',7,'Ayoub Oumar','2026-03-06 11:36:15','2026-03-06 11:36:15'),
(785,685,'created',NULL,NULL,'{\"sale_number\":\"HIL-0680\",\"sale_type\":\"market\",\"customer_name\":\"Nadjat\",\"customer_phone\":\"---\",\"customer_email\":null,\"subtotal\":\"37000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"37000.00\",\"paid_amount\":\"0.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-03-06T14:55:27.000000Z\",\"cashier_id\":7,\"is_loan\":true,\"loan_amount\":\"37000.00\",\"collected_amount\":\"0.00\",\"payment_status\":\"unpaid\",\"updated_at\":\"2026-03-06T14:55:27.000000Z\",\"created_at\":\"2026-03-06T14:55:27.000000Z\",\"id\":685}','Sale created through POS',7,'Ayoub Oumar','2026-03-06 11:55:27','2026-03-06 11:55:27'),
(786,685,'payment_received','{\"payment_status\":{\"old\":\"unpaid\",\"new\":\"paid\"},\"loan_amount\":{\"old\":\"37000.00\",\"new\":\"0.00\"},\"collected_amount\":{\"old\":\"0.00\",\"new\":\"37000.00\"},\"is_loan\":{\"old\":true,\"new\":false}}',NULL,'{\"payment_amount\":37000,\"payment_method\":\"cash\",\"payment_notes\":null,\"balance_after\":0}','Payment received: 37,000 CFA via Cash',7,'Ayoub Oumar','2026-03-06 12:10:49','2026-03-06 12:10:49'),
(787,686,'created',NULL,NULL,'{\"sale_number\":\"HIL-0681\",\"sale_type\":\"market\",\"customer_name\":null,\"customer_phone\":null,\"customer_email\":null,\"subtotal\":\"20000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"20000.00\",\"paid_amount\":\"20000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-03-07T09:26:13.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"20000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-03-07T09:26:13.000000Z\",\"created_at\":\"2026-03-07T09:26:13.000000Z\",\"id\":686}','Sale created through POS',7,'Ayoub Oumar','2026-03-07 06:26:13','2026-03-07 06:26:13'),
(788,687,'created',NULL,NULL,'{\"sale_number\":\"HIL-0682\",\"sale_type\":\"market\",\"customer_name\":\"Taha Hissen\",\"customer_phone\":\"---\",\"customer_email\":null,\"subtotal\":\"60000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"60000.00\",\"paid_amount\":\"60000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-03-07T09:27:01.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"60000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-03-07T09:27:01.000000Z\",\"created_at\":\"2026-03-07T09:27:01.000000Z\",\"id\":687}','Sale created through POS',7,'Ayoub Oumar','2026-03-07 06:27:01','2026-03-07 06:27:01'),
(789,688,'created',NULL,NULL,'{\"sale_number\":\"HIL-0683\",\"sale_type\":\"market\",\"customer_name\":\"Ressila ley image\\ud83e\\udd23\",\"customer_phone\":\"---\",\"customer_email\":null,\"subtotal\":\"222000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"222000.00\",\"paid_amount\":\"222000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-03-07T09:29:59.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"222000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-03-07T09:29:59.000000Z\",\"created_at\":\"2026-03-07T09:29:59.000000Z\",\"id\":688}','Sale created through POS',7,'Ayoub Oumar','2026-03-07 06:29:59','2026-03-07 06:29:59'),
(790,689,'created',NULL,NULL,'{\"sale_number\":\"HIL-0684\",\"sale_type\":\"market\",\"customer_name\":\"Wal General\",\"customer_phone\":\"---\",\"customer_email\":null,\"subtotal\":\"460000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"460000.00\",\"paid_amount\":\"460000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-03-07T09:58:22.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"460000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-03-07T09:58:22.000000Z\",\"created_at\":\"2026-03-07T09:58:22.000000Z\",\"id\":689}','Sale created through POS',7,'Ayoub Oumar','2026-03-07 06:58:22','2026-03-07 06:58:22'),
(791,690,'created',NULL,NULL,'{\"sale_number\":\"HIL-0685\",\"sale_type\":\"market\",\"customer_name\":\"Ressila Ley Image\",\"customer_phone\":\"---\",\"customer_email\":null,\"subtotal\":\"120000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"120000.00\",\"paid_amount\":\"120000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-03-07T09:58:44.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"120000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-03-07T09:58:44.000000Z\",\"created_at\":\"2026-03-07T09:58:44.000000Z\",\"id\":690}','Sale created through POS',7,'Ayoub Oumar','2026-03-07 06:58:44','2026-03-07 06:58:44'),
(792,691,'created',NULL,NULL,'{\"sale_number\":\"HIL-0686\",\"sale_type\":\"market\",\"customer_name\":\"Mahasin\",\"customer_phone\":\"---\",\"customer_email\":null,\"subtotal\":\"240000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"240000.00\",\"paid_amount\":\"240000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-03-07T09:59:59.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"240000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-03-07T09:59:59.000000Z\",\"created_at\":\"2026-03-07T09:59:59.000000Z\",\"id\":691}','Sale created through POS',7,'Ayoub Oumar','2026-03-07 06:59:59','2026-03-07 06:59:59'),
(793,692,'created',NULL,NULL,'{\"sale_number\":\"HIL-0687\",\"sale_type\":\"market\",\"customer_name\":null,\"customer_phone\":null,\"customer_email\":null,\"subtotal\":\"10000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"10000.00\",\"paid_amount\":\"10000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-03-07T10:00:15.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"10000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-03-07T10:00:15.000000Z\",\"created_at\":\"2026-03-07T10:00:15.000000Z\",\"id\":692}','Sale created through POS',7,'Ayoub Oumar','2026-03-07 07:00:15','2026-03-07 07:00:15'),
(794,693,'created',NULL,NULL,'{\"sale_number\":\"HIL-0688\",\"sale_type\":\"market\",\"customer_name\":null,\"customer_phone\":null,\"customer_email\":null,\"subtotal\":\"10000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"10000.00\",\"paid_amount\":\"10000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-03-07T10:06:31.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"10000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-03-07T10:06:31.000000Z\",\"created_at\":\"2026-03-07T10:06:31.000000Z\",\"id\":693}','Sale created through POS',7,'Ayoub Oumar','2026-03-07 07:06:31','2026-03-07 07:06:31'),
(795,694,'created',NULL,NULL,'{\"sale_number\":\"HIL-0689\",\"sale_type\":\"market\",\"customer_name\":\"Nadjat\",\"customer_phone\":\"---\",\"customer_email\":null,\"subtotal\":\"92500.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"92500.00\",\"paid_amount\":\"92500.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-03-07T10:35:25.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"92500.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-03-07T10:35:25.000000Z\",\"created_at\":\"2026-03-07T10:35:25.000000Z\",\"id\":694}','Sale created through POS',7,'Ayoub Oumar','2026-03-07 07:35:26','2026-03-07 07:35:26'),
(796,502,'payment_received','{\"payment_status\":{\"old\":\"partial\",\"new\":\"paid\"},\"loan_amount\":{\"old\":\"17500.00\",\"new\":\"0.00\"},\"collected_amount\":{\"old\":\"35000.00\",\"new\":\"52500.00\"},\"is_loan\":{\"old\":true,\"new\":false}}',NULL,'{\"payment_amount\":17500,\"payment_method\":\"cash\",\"payment_notes\":null,\"balance_after\":0}','Payment received: 17,500 CFA via Cash',7,'Ayoub Oumar','2026-03-07 07:38:06','2026-03-07 07:38:06'),
(797,695,'created',NULL,NULL,'{\"sale_number\":\"HIL-0690\",\"sale_type\":\"market\",\"customer_name\":\"Issakha\",\"customer_phone\":\"---\",\"customer_email\":null,\"subtotal\":\"7000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"7000.00\",\"paid_amount\":\"7000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-03-07T10:50:53.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"7000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-03-07T10:50:53.000000Z\",\"created_at\":\"2026-03-07T10:50:53.000000Z\",\"id\":695}','Sale created through POS',7,'Ayoub Oumar','2026-03-07 07:50:53','2026-03-07 07:50:53'),
(798,696,'created',NULL,NULL,'{\"sale_number\":\"HIL-0691\",\"sale_type\":\"market\",\"customer_name\":null,\"customer_phone\":null,\"customer_email\":null,\"subtotal\":\"20000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"20000.00\",\"paid_amount\":\"20000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-03-07T11:45:37.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"20000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-03-07T11:45:37.000000Z\",\"created_at\":\"2026-03-07T11:45:37.000000Z\",\"id\":696}','Sale created through POS',7,'Ayoub Oumar','2026-03-07 08:45:37','2026-03-07 08:45:37'),
(799,697,'created',NULL,NULL,'{\"sale_number\":\"HIL-0692\",\"sale_type\":\"market\",\"customer_name\":\"Issakha\",\"customer_phone\":\"---\",\"customer_email\":null,\"subtotal\":\"20000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"20000.00\",\"paid_amount\":\"20000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-03-07T12:02:47.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"20000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-03-07T12:02:47.000000Z\",\"created_at\":\"2026-03-07T12:02:47.000000Z\",\"id\":697}','Sale created through POS',7,'Ayoub Oumar','2026-03-07 09:02:47','2026-03-07 09:02:47'),
(800,669,'payment_received','{\"payment_status\":{\"old\":\"unpaid\",\"new\":\"paid\"},\"loan_amount\":{\"old\":\"37000.00\",\"new\":\"0.00\"},\"collected_amount\":{\"old\":\"0.00\",\"new\":\"37000.00\"},\"is_loan\":{\"old\":true,\"new\":false}}',NULL,'{\"payment_amount\":37000,\"payment_method\":\"cash\",\"payment_notes\":null,\"balance_after\":0}','Payment received: 37,000 CFA via Cash',7,'Ayoub Oumar','2026-03-07 09:15:19','2026-03-07 09:15:19'),
(801,682,'payment_received','{\"payment_status\":{\"old\":\"unpaid\",\"new\":\"paid\"},\"loan_amount\":{\"old\":\"55500.00\",\"new\":\"0.00\"},\"collected_amount\":{\"old\":\"0.00\",\"new\":\"55500.00\"},\"is_loan\":{\"old\":true,\"new\":false}}',NULL,'{\"payment_amount\":55500,\"payment_method\":\"cash\",\"payment_notes\":null,\"balance_after\":0}','Payment received: 55,500 CFA via Cash',7,'Ayoub Oumar','2026-03-07 09:15:31','2026-03-07 09:15:31'),
(802,683,'payment_received','{\"payment_status\":{\"old\":\"unpaid\",\"new\":\"paid\"},\"loan_amount\":{\"old\":\"18500.00\",\"new\":\"0.00\"},\"collected_amount\":{\"old\":\"0.00\",\"new\":\"18500.00\"},\"is_loan\":{\"old\":true,\"new\":false}}',NULL,'{\"payment_amount\":18500,\"payment_method\":\"cash\",\"payment_notes\":null,\"balance_after\":0}','Payment received: 18,500 CFA via Cash',7,'Ayoub Oumar','2026-03-07 09:15:41','2026-03-07 09:15:41'),
(803,698,'created',NULL,NULL,'{\"sale_number\":\"HIL-0693\",\"sale_type\":\"market\",\"customer_name\":\"Nural En\",\"customer_phone\":\"---\",\"customer_email\":null,\"subtotal\":\"18500.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"18500.00\",\"paid_amount\":\"18500.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-03-07T12:16:14.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"18500.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-03-07T12:16:14.000000Z\",\"created_at\":\"2026-03-07T12:16:14.000000Z\",\"id\":698}','Sale created through POS',7,'Ayoub Oumar','2026-03-07 09:16:14','2026-03-07 09:16:14'),
(804,699,'created',NULL,NULL,'{\"sale_number\":\"HIL-0694\",\"sale_type\":\"market\",\"customer_name\":\"Nadjat\",\"customer_phone\":\"---\",\"customer_email\":null,\"subtotal\":\"48500.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"48500.00\",\"paid_amount\":\"0.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-03-07T13:03:19.000000Z\",\"cashier_id\":7,\"is_loan\":true,\"loan_amount\":\"48500.00\",\"collected_amount\":\"0.00\",\"payment_status\":\"unpaid\",\"updated_at\":\"2026-03-07T13:03:19.000000Z\",\"created_at\":\"2026-03-07T13:03:19.000000Z\",\"id\":699}','Sale created through POS',7,'Ayoub Oumar','2026-03-07 10:03:19','2026-03-07 10:03:19'),
(805,700,'created',NULL,NULL,'{\"sale_number\":\"HIL-0695\",\"sale_type\":\"market\",\"customer_name\":null,\"customer_phone\":null,\"customer_email\":null,\"subtotal\":\"30000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"30000.00\",\"paid_amount\":\"30000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-03-07T14:09:40.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"30000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-03-07T14:09:40.000000Z\",\"created_at\":\"2026-03-07T14:09:40.000000Z\",\"id\":700}','Sale created through POS',7,'Ayoub Oumar','2026-03-07 11:09:40','2026-03-07 11:09:40'),
(806,701,'created',NULL,NULL,'{\"sale_number\":\"HIL-0696\",\"sale_type\":\"market\",\"customer_name\":null,\"customer_phone\":null,\"customer_email\":null,\"subtotal\":\"20000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"20000.00\",\"paid_amount\":\"20000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-03-07T14:34:10.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"20000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-03-07T14:34:10.000000Z\",\"created_at\":\"2026-03-07T14:34:10.000000Z\",\"id\":701}','Sale created through POS',7,'Ayoub Oumar','2026-03-07 11:34:10','2026-03-07 11:34:10'),
(807,702,'created',NULL,NULL,'{\"sale_number\":\"HIL-0697\",\"sale_type\":\"market\",\"customer_name\":null,\"customer_phone\":null,\"customer_email\":null,\"subtotal\":\"20000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"20000.00\",\"paid_amount\":\"20000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-03-07T15:46:15.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"20000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-03-07T15:46:15.000000Z\",\"created_at\":\"2026-03-07T15:46:15.000000Z\",\"id\":702}','Sale created through POS',7,'Ayoub Oumar','2026-03-07 12:46:15','2026-03-07 12:46:15'),
(808,703,'created',NULL,NULL,'{\"sale_number\":\"HIL-0698\",\"sale_type\":\"market\",\"customer_name\":null,\"customer_phone\":null,\"customer_email\":null,\"subtotal\":\"14000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"14000.00\",\"paid_amount\":\"14000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-03-07T16:18:50.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"14000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-03-07T16:18:50.000000Z\",\"created_at\":\"2026-03-07T16:18:50.000000Z\",\"id\":703}','Sale created through POS',7,'Ayoub Oumar','2026-03-07 13:18:50','2026-03-07 13:18:50'),
(809,704,'created',NULL,NULL,'{\"sale_number\":\"HIL-0699\",\"sale_type\":\"market\",\"customer_name\":null,\"customer_phone\":null,\"customer_email\":null,\"subtotal\":\"425500.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"425500.00\",\"paid_amount\":\"425500.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-03-08T19:04:44.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"425500.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-03-08T19:04:44.000000Z\",\"created_at\":\"2026-03-08T19:04:44.000000Z\",\"id\":704}','Sale created through POS',7,'Ayoub Oumar','2026-03-08 16:04:44','2026-03-08 16:04:44'),
(810,705,'created',NULL,NULL,'{\"sale_number\":\"HIL-0700\",\"sale_type\":\"market\",\"customer_name\":null,\"customer_phone\":null,\"customer_email\":null,\"subtotal\":\"259000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"259000.00\",\"paid_amount\":\"259000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-03-08T21:25:04.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"259000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-03-08T21:25:04.000000Z\",\"created_at\":\"2026-03-08T21:25:04.000000Z\",\"id\":705}','Sale created through POS',7,'Ayoub Oumar','2026-03-08 18:25:04','2026-03-08 18:25:04'),
(811,585,'payment_received','{\"payment_status\":{\"old\":\"unpaid\",\"new\":\"paid\"},\"loan_amount\":{\"old\":\"1300500.00\",\"new\":\"0.00\"},\"collected_amount\":{\"old\":\"0.00\",\"new\":\"1300500.00\"},\"is_loan\":{\"old\":true,\"new\":false}}',NULL,'{\"payment_amount\":1300500,\"payment_method\":\"cash\",\"payment_notes\":\"PAYE A ABECHE\",\"balance_after\":0}','Payment received: 1,300,500 CFA via Cash',4,'admin','2026-03-09 05:01:50','2026-03-09 05:01:50'),
(812,465,'payment_received','{\"loan_amount\":{\"old\":\"2265000.00\",\"new\":\"1265000.00\"},\"collected_amount\":{\"old\":\"2127000.00\",\"new\":\"3127000.00\"}}',NULL,'{\"payment_amount\":1000000,\"payment_method\":\"cash\",\"payment_notes\":\"PAYE A ABECHE CHEZ ADAM AL HILALI\",\"balance_after\":1265000}','Payment received: 1,000,000 CFA via Cash',4,'admin','2026-03-09 05:23:13','2026-03-09 05:23:13'),
(813,706,'created',NULL,NULL,'{\"sale_number\":\"HIL-0701\",\"sale_type\":\"market\",\"customer_name\":\"Sold\",\"customer_phone\":\"---\",\"customer_email\":null,\"subtotal\":\"185000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"185000.00\",\"paid_amount\":\"185000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-03-09T08:36:44.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"185000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-03-09T08:36:44.000000Z\",\"created_at\":\"2026-03-09T08:36:44.000000Z\",\"id\":706}','Sale created through POS',7,'Ayoub Oumar','2026-03-09 05:36:44','2026-03-09 05:36:44'),
(814,707,'created',NULL,NULL,'{\"sale_number\":\"HIL-0702\",\"sale_type\":\"market\",\"customer_name\":\"Sold\",\"customer_phone\":\"---\",\"customer_email\":null,\"subtotal\":\"330000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"330000.00\",\"paid_amount\":\"330000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-03-09T08:38:19.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"330000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-03-09T08:38:19.000000Z\",\"created_at\":\"2026-03-09T08:38:19.000000Z\",\"id\":707}','Sale created through POS',7,'Ayoub Oumar','2026-03-09 05:38:19','2026-03-09 05:38:19'),
(815,708,'created',NULL,NULL,'{\"sale_number\":\"HIL-0703\",\"sale_type\":\"market\",\"customer_name\":\"Sold\",\"customer_phone\":\"---\",\"customer_email\":null,\"subtotal\":\"166500.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"166500.00\",\"paid_amount\":\"166500.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-03-09T08:39:53.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"166500.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-03-09T08:39:53.000000Z\",\"created_at\":\"2026-03-09T08:39:53.000000Z\",\"id\":708}','Sale created through POS',7,'Ayoub Oumar','2026-03-09 05:39:53','2026-03-09 05:39:53'),
(816,709,'created',NULL,NULL,'{\"sale_number\":\"HIL-0704\",\"sale_type\":\"market\",\"customer_name\":\"Sold\",\"customer_phone\":\"---\",\"customer_email\":null,\"subtotal\":\"1350500.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"1350500.00\",\"paid_amount\":\"1350500.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-03-09T08:54:06.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"1350500.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-03-09T08:54:06.000000Z\",\"created_at\":\"2026-03-09T08:54:06.000000Z\",\"id\":709}','Sale created through POS',7,'Ayoub Oumar','2026-03-09 05:54:07','2026-03-09 05:54:07'),
(817,710,'created',NULL,NULL,'{\"sale_number\":\"HIL-0705\",\"sale_type\":\"market\",\"customer_name\":\"IDRISS DJABIR\",\"customer_phone\":\"0545 352 38 76\",\"customer_email\":null,\"subtotal\":\"666000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"666000.00\",\"paid_amount\":\"0.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-03-09T08:54:40.000000Z\",\"cashier_id\":4,\"is_loan\":true,\"loan_amount\":\"666000.00\",\"collected_amount\":\"0.00\",\"payment_status\":\"unpaid\",\"updated_at\":\"2026-03-09T08:54:40.000000Z\",\"created_at\":\"2026-03-09T08:54:40.000000Z\",\"id\":710}','Sale created through POS',4,'admin','2026-03-09 05:54:40','2026-03-09 05:54:40'),
(818,711,'created',NULL,NULL,'{\"sale_number\":\"HIL-0706\",\"sale_type\":\"market\",\"customer_name\":\"Sold\",\"customer_phone\":\"---\",\"customer_email\":null,\"subtotal\":\"55500.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"55500.00\",\"paid_amount\":\"55500.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-03-09T08:57:23.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"55500.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-03-09T08:57:23.000000Z\",\"created_at\":\"2026-03-09T08:57:23.000000Z\",\"id\":711}','Sale created through POS',7,'Ayoub Oumar','2026-03-09 05:57:23','2026-03-09 05:57:23'),
(819,712,'created',NULL,NULL,'{\"sale_number\":\"HIL-0707\",\"sale_type\":\"market\",\"customer_name\":null,\"customer_phone\":null,\"customer_email\":null,\"subtotal\":\"40000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"40000.00\",\"paid_amount\":\"40000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-03-09T10:29:16.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"40000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-03-09T10:29:16.000000Z\",\"created_at\":\"2026-03-09T10:29:16.000000Z\",\"id\":712}','Sale created through POS',7,'Ayoub Oumar','2026-03-09 07:29:16','2026-03-09 07:29:16'),
(820,713,'created',NULL,NULL,'{\"sale_number\":\"HIL-0708\",\"sale_type\":\"market\",\"customer_name\":null,\"customer_phone\":null,\"customer_email\":null,\"subtotal\":\"20000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"20000.00\",\"paid_amount\":\"20000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-03-09T10:29:31.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"20000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-03-09T10:29:31.000000Z\",\"created_at\":\"2026-03-09T10:29:31.000000Z\",\"id\":713}','Sale created through POS',7,'Ayoub Oumar','2026-03-09 07:29:31','2026-03-09 07:29:31'),
(821,714,'created',NULL,NULL,'{\"sale_number\":\"HIL-0709\",\"sale_type\":\"market\",\"customer_name\":\"Aht abakar aht\",\"customer_phone\":\"-\",\"customer_email\":null,\"subtotal\":\"10000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"10000.00\",\"paid_amount\":\"10000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-03-09T10:30:05.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"10000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-03-09T10:30:05.000000Z\",\"created_at\":\"2026-03-09T10:30:05.000000Z\",\"id\":714}','Sale created through POS',7,'Ayoub Oumar','2026-03-09 07:30:05','2026-03-09 07:30:05'),
(822,715,'created',NULL,NULL,'{\"sale_number\":\"HIL-0710\",\"sale_type\":\"market\",\"customer_name\":null,\"customer_phone\":null,\"customer_email\":null,\"subtotal\":\"53000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"53000.00\",\"paid_amount\":\"53000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-03-09T10:34:02.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"53000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-03-09T10:34:02.000000Z\",\"created_at\":\"2026-03-09T10:34:02.000000Z\",\"id\":715}','Sale created through POS',7,'Ayoub Oumar','2026-03-09 07:34:02','2026-03-09 07:34:02'),
(823,716,'created',NULL,NULL,'{\"sale_number\":\"HIL-0711\",\"sale_type\":\"market\",\"customer_name\":\"Issakha\",\"customer_phone\":\"---\",\"customer_email\":null,\"subtotal\":\"20000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"20000.00\",\"paid_amount\":\"20000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-03-09T10:36:54.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"20000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-03-09T10:36:54.000000Z\",\"created_at\":\"2026-03-09T10:36:54.000000Z\",\"id\":716}','Sale created through POS',7,'Ayoub Oumar','2026-03-09 07:36:54','2026-03-09 07:36:54'),
(824,717,'created',NULL,NULL,'{\"sale_number\":\"HIL-0712\",\"sale_type\":\"market\",\"customer_name\":null,\"customer_phone\":null,\"customer_email\":null,\"subtotal\":\"20000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"20000.00\",\"paid_amount\":\"20000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-03-09T10:39:25.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"20000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-03-09T10:39:25.000000Z\",\"created_at\":\"2026-03-09T10:39:25.000000Z\",\"id\":717}','Sale created through POS',7,'Ayoub Oumar','2026-03-09 07:39:25','2026-03-09 07:39:25'),
(825,713,'cancelled','{\"sale_status\":{\"old\":\"completed\",\"new\":\"cancelled\"},\"payment_status\":{\"old\":\"paid\",\"new\":\"refunded\"}}',NULL,'{\"id\":713,\"sale_number\":\"HIL-0708\",\"sale_type\":\"market\",\"customer_name\":null,\"customer_phone\":null,\"customer_email\":null,\"subtotal\":\"20000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"20000.00\",\"loan_amount\":\"0.00\",\"collected_amount\":\"20000.00\",\"is_loan\":false,\"paid_amount\":\"20000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"payment_status\":\"refunded\",\"sale_status\":\"cancelled\",\"notes\":\"\\n\\nCancelled: Sale return\",\"cashier_id\":\"7\",\"sale_date\":\"2026-03-09T10:29:31.000000Z\",\"created_at\":\"2026-03-09T10:29:31.000000Z\",\"updated_at\":\"2026-03-09T10:46:30.000000Z\",\"items\":[{\"id\":1640,\"sale_id\":\"713\",\"product_id\":\"305\",\"product_name\":\"HB-2027\\u00c7\",\"product_barcode\":null,\"quantity\":1,\"unit_price\":\"20000.00\",\"tax_rate\":\"0.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"20000.00\",\"created_at\":\"2026-03-09T10:29:31.000000Z\",\"updated_at\":\"2026-03-09T10:29:31.000000Z\",\"product\":{\"id\":305,\"name\":\"HB-2027\\u00c7\",\"description\":\"2X41\\r\\n2X42\\r\\n4X43\\r\\n2X44\",\"barcode\":\"PRD892753-M1\",\"category_id\":\"3\",\"product_type\":\"market\",\"unit\":\"pcs\",\"alert_quantity\":1,\"cost_price\":\"16500.00\",\"selling_price\":\"18500.00\",\"discount_price\":null,\"image\":\"products\\/1770471250_ruFscbDREK.jpeg\",\"expiry_date\":null,\"is_active\":true,\"weight\":null,\"length\":null,\"width\":null,\"height\":null,\"created_at\":\"2026-02-13T13:14:39.000000Z\",\"updated_at\":\"2026-03-09T10:27:49.000000Z\",\"deleted_at\":null,\"inventory\":{\"id\":304,\"product_id\":\"305\",\"current_stock\":1,\"reserved_stock\":0,\"available_stock\":1,\"last_stock_update\":\"2026-03-09T10:46:30.000000Z\",\"last_updated_by\":7,\"created_at\":\"2026-02-13T13:14:39.000000Z\",\"updated_at\":\"2026-03-09T10:46:30.000000Z\"}}}],\"cashier\":{\"id\":7,\"name\":\"Ayoub Oumar\",\"email\":\"ayoub.oumar919@gmail.com\",\"user_type\":\"admin\",\"is_active\":true,\"preferred_language\":\"en\",\"email_verified_at\":\"2025-12-18T06:27:21.000000Z\",\"two_factor_confirmed_at\":null,\"current_team_id\":null,\"profile_photo_path\":null,\"created_at\":\"2025-12-18T06:27:21.000000Z\",\"updated_at\":\"2026-01-05T11:04:03.000000Z\",\"profile_photo_url\":\"https:\\/\\/ui-avatars.com\\/api\\/?name=A+O&color=7F9CF5&background=EBF4FF\"}}','Sale return',7,'Ayoub Oumar','2026-03-09 07:46:30','2026-03-09 07:46:30'),
(826,718,'created',NULL,NULL,'{\"sale_number\":\"HIL-0713\",\"sale_type\":\"market\",\"customer_name\":null,\"customer_phone\":null,\"customer_email\":null,\"subtotal\":\"20000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"20000.00\",\"paid_amount\":\"20000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-03-09T10:46:47.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"20000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-03-09T10:46:47.000000Z\",\"created_at\":\"2026-03-09T10:46:47.000000Z\",\"id\":718}','Sale created through POS',7,'Ayoub Oumar','2026-03-09 07:46:47','2026-03-09 07:46:47'),
(827,719,'created',NULL,NULL,'{\"sale_number\":\"HIL-0714\",\"sale_type\":\"market\",\"customer_name\":\"Bachar\",\"customer_phone\":\"---\",\"customer_email\":null,\"subtotal\":\"20000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"20000.00\",\"paid_amount\":\"0.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-03-09T11:09:08.000000Z\",\"cashier_id\":7,\"is_loan\":true,\"loan_amount\":\"20000.00\",\"collected_amount\":\"0.00\",\"payment_status\":\"unpaid\",\"updated_at\":\"2026-03-09T11:09:08.000000Z\",\"created_at\":\"2026-03-09T11:09:08.000000Z\",\"id\":719}','Sale created through POS',7,'Ayoub Oumar','2026-03-09 08:09:08','2026-03-09 08:09:08'),
(828,720,'created',NULL,NULL,'{\"sale_number\":\"HIL-0715\",\"sale_type\":\"market\",\"customer_name\":\"Ibo\",\"customer_phone\":\"---\",\"customer_email\":null,\"subtotal\":\"20000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"20000.00\",\"paid_amount\":\"20000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-03-09T11:30:03.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"20000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-03-09T11:30:03.000000Z\",\"created_at\":\"2026-03-09T11:30:03.000000Z\",\"id\":720}','Sale created through POS',7,'Ayoub Oumar','2026-03-09 08:30:03','2026-03-09 08:30:03'),
(829,721,'created',NULL,NULL,'{\"sale_number\":\"HIL-0716\",\"sale_type\":\"market\",\"customer_name\":null,\"customer_phone\":null,\"customer_email\":null,\"subtotal\":\"10000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"10000.00\",\"paid_amount\":\"10000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-03-09T11:54:09.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"10000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-03-09T11:54:09.000000Z\",\"created_at\":\"2026-03-09T11:54:09.000000Z\",\"id\":721}','Sale created through POS',7,'Ayoub Oumar','2026-03-09 08:54:09','2026-03-09 08:54:09'),
(830,722,'created',NULL,NULL,'{\"sale_number\":\"HIL-0717\",\"sale_type\":\"market\",\"customer_name\":\"Aicha\",\"customer_phone\":\"---\",\"customer_email\":null,\"subtotal\":\"70000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"70000.00\",\"paid_amount\":\"70000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-03-09T12:14:16.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"70000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-03-09T12:14:16.000000Z\",\"created_at\":\"2026-03-09T12:14:16.000000Z\",\"id\":722}','Sale created through POS',7,'Ayoub Oumar','2026-03-09 09:14:16','2026-03-09 09:14:16'),
(831,723,'created',NULL,NULL,'{\"sale_number\":\"HIL-0718\",\"sale_type\":\"market\",\"customer_name\":null,\"customer_phone\":null,\"customer_email\":null,\"subtotal\":\"20000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"20000.00\",\"paid_amount\":\"20000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-03-09T12:32:53.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"20000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-03-09T12:32:53.000000Z\",\"created_at\":\"2026-03-09T12:32:53.000000Z\",\"id\":723}','Sale created through POS',7,'Ayoub Oumar','2026-03-09 09:32:54','2026-03-09 09:32:54'),
(832,724,'created',NULL,NULL,'{\"sale_number\":\"HIL-0719\",\"sale_type\":\"market\",\"customer_name\":\"Madiri\",\"customer_phone\":\"---\",\"customer_email\":null,\"subtotal\":\"40000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"40000.00\",\"paid_amount\":\"40000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-03-09T12:45:17.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"40000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-03-09T12:45:17.000000Z\",\"created_at\":\"2026-03-09T12:45:17.000000Z\",\"id\":724}','Sale created through POS',7,'Ayoub Oumar','2026-03-09 09:45:17','2026-03-09 09:45:17'),
(833,725,'created',NULL,NULL,'{\"sale_number\":\"HIL-0720\",\"sale_type\":\"market\",\"customer_name\":null,\"customer_phone\":null,\"customer_email\":null,\"subtotal\":\"20000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"20000.00\",\"paid_amount\":\"20000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-03-09T13:03:07.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"20000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-03-09T13:03:07.000000Z\",\"created_at\":\"2026-03-09T13:03:07.000000Z\",\"id\":725}','Sale created through POS',7,'Ayoub Oumar','2026-03-09 10:03:07','2026-03-09 10:03:07'),
(834,726,'created',NULL,NULL,'{\"sale_number\":\"HIL-0721\",\"sale_type\":\"market\",\"customer_name\":\"Birre\",\"customer_phone\":\"---\",\"customer_email\":null,\"subtotal\":\"10000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"10000.00\",\"paid_amount\":\"10000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-03-09T13:24:57.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"10000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-03-09T13:24:57.000000Z\",\"created_at\":\"2026-03-09T13:24:57.000000Z\",\"id\":726}','Sale created through POS',7,'Ayoub Oumar','2026-03-09 10:24:57','2026-03-09 10:24:57'),
(835,727,'created',NULL,NULL,'{\"sale_number\":\"HIL-0722\",\"sale_type\":\"market\",\"customer_name\":null,\"customer_phone\":null,\"customer_email\":null,\"subtotal\":\"10000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"10000.00\",\"paid_amount\":\"10000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-03-09T13:25:52.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"10000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-03-09T13:25:52.000000Z\",\"created_at\":\"2026-03-09T13:25:52.000000Z\",\"id\":727}','Sale created through POS',7,'Ayoub Oumar','2026-03-09 10:25:52','2026-03-09 10:25:52'),
(836,728,'created',NULL,NULL,'{\"sale_number\":\"HIL-0723\",\"sale_type\":\"market\",\"customer_name\":\"Ali ibni Ali\",\"customer_phone\":\"---\",\"customer_email\":null,\"subtotal\":\"278500.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"278500.00\",\"paid_amount\":\"0.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-03-09T13:48:42.000000Z\",\"cashier_id\":7,\"is_loan\":true,\"loan_amount\":\"278500.00\",\"collected_amount\":\"0.00\",\"payment_status\":\"unpaid\",\"updated_at\":\"2026-03-09T13:48:42.000000Z\",\"created_at\":\"2026-03-09T13:48:42.000000Z\",\"id\":728}','Sale created through POS',7,'Ayoub Oumar','2026-03-09 10:48:42','2026-03-09 10:48:42'),
(837,729,'created',NULL,NULL,'{\"sale_number\":\"HIL-0724\",\"sale_type\":\"market\",\"customer_name\":null,\"customer_phone\":null,\"customer_email\":null,\"subtotal\":\"20000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"20000.00\",\"paid_amount\":\"20000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-03-09T15:26:27.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"20000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-03-09T15:26:27.000000Z\",\"created_at\":\"2026-03-09T15:26:27.000000Z\",\"id\":729}','Sale created through POS',7,'Ayoub Oumar','2026-03-09 12:26:27','2026-03-09 12:26:27'),
(838,730,'created',NULL,NULL,'{\"sale_number\":\"HIL-0725\",\"sale_type\":\"market\",\"customer_name\":\"Mahasin\",\"customer_phone\":\"---\",\"customer_email\":null,\"subtotal\":\"20000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"20000.00\",\"paid_amount\":\"20000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-03-09T15:26:57.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"20000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-03-09T15:26:57.000000Z\",\"created_at\":\"2026-03-09T15:26:57.000000Z\",\"id\":730}','Sale created through POS',7,'Ayoub Oumar','2026-03-09 12:26:57','2026-03-09 12:26:57'),
(839,731,'created',NULL,NULL,'{\"sale_number\":\"HIL-0726\",\"sale_type\":\"market\",\"customer_name\":\"Houdey\",\"customer_phone\":\"---\",\"customer_email\":null,\"subtotal\":\"30000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"30000.00\",\"paid_amount\":\"30000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-03-09T15:35:25.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"30000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-03-09T15:35:25.000000Z\",\"created_at\":\"2026-03-09T15:35:25.000000Z\",\"id\":731}','Sale created through POS',7,'Ayoub Oumar','2026-03-09 12:35:25','2026-03-09 12:35:25'),
(840,732,'created',NULL,NULL,'{\"sale_number\":\"HIL-0727\",\"sale_type\":\"market\",\"customer_name\":null,\"customer_phone\":null,\"customer_email\":null,\"subtotal\":\"20000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"20000.00\",\"paid_amount\":\"20000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-03-09T15:41:14.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"20000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-03-09T15:41:14.000000Z\",\"created_at\":\"2026-03-09T15:41:14.000000Z\",\"id\":732}','Sale created through POS',7,'Ayoub Oumar','2026-03-09 12:41:14','2026-03-09 12:41:14'),
(841,733,'created',NULL,NULL,'{\"sale_number\":\"HIL-0728\",\"sale_type\":\"market\",\"customer_name\":\"Issakha\",\"customer_phone\":\"---\",\"customer_email\":null,\"subtotal\":\"20000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"20000.00\",\"paid_amount\":\"0.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-03-09T15:50:20.000000Z\",\"cashier_id\":7,\"is_loan\":true,\"loan_amount\":\"20000.00\",\"collected_amount\":\"0.00\",\"payment_status\":\"unpaid\",\"updated_at\":\"2026-03-09T15:50:20.000000Z\",\"created_at\":\"2026-03-09T15:50:20.000000Z\",\"id\":733}','Sale created through POS',7,'Ayoub Oumar','2026-03-09 12:50:20','2026-03-09 12:50:20'),
(842,728,'payment_received','{\"payment_status\":{\"old\":\"unpaid\",\"new\":\"paid\"},\"loan_amount\":{\"old\":\"278500.00\",\"new\":\"0.00\"},\"collected_amount\":{\"old\":\"0.00\",\"new\":\"278500.00\"},\"is_loan\":{\"old\":true,\"new\":false}}',NULL,'{\"payment_amount\":278500,\"payment_method\":\"cash\",\"payment_notes\":null,\"balance_after\":0}','Payment received: 278,500 CFA via Cash',7,'Ayoub Oumar','2026-03-09 12:50:41','2026-03-09 12:50:41'),
(843,733,'payment_received','{\"payment_status\":{\"old\":\"unpaid\",\"new\":\"partial\"},\"loan_amount\":{\"old\":\"20000.00\",\"new\":\"10000.00\"},\"collected_amount\":{\"old\":\"0.00\",\"new\":\"10000.00\"}}',NULL,'{\"payment_amount\":10000,\"payment_method\":\"cash\",\"payment_notes\":null,\"balance_after\":10000}','Payment received: 10,000 CFA via Cash',7,'Ayoub Oumar','2026-03-09 13:10:19','2026-03-09 13:10:19'),
(844,734,'created',NULL,NULL,'{\"sale_number\":\"HIL-0729\",\"sale_type\":\"market\",\"customer_name\":null,\"customer_phone\":null,\"customer_email\":null,\"subtotal\":\"20000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"20000.00\",\"paid_amount\":\"20000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-03-09T16:18:38.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"20000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-03-09T16:18:38.000000Z\",\"created_at\":\"2026-03-09T16:18:38.000000Z\",\"id\":734}','Sale created through POS',7,'Ayoub Oumar','2026-03-09 13:18:38','2026-03-09 13:18:38'),
(845,735,'created',NULL,NULL,'{\"sale_number\":\"HIL-0730\",\"sale_type\":\"market\",\"customer_name\":null,\"customer_phone\":null,\"customer_email\":null,\"subtotal\":\"129500.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"129500.00\",\"paid_amount\":\"129500.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-03-09T16:26:21.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"129500.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-03-09T16:26:21.000000Z\",\"created_at\":\"2026-03-09T16:26:21.000000Z\",\"id\":735}','Sale created through POS',7,'Ayoub Oumar','2026-03-09 13:26:21','2026-03-09 13:26:21'),
(846,736,'created',NULL,NULL,'{\"sale_number\":\"HIL-0731\",\"sale_type\":\"market\",\"customer_name\":null,\"customer_phone\":null,\"customer_email\":null,\"subtotal\":\"30000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"30000.00\",\"paid_amount\":\"30000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-03-09T16:31:20.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"30000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-03-09T16:31:20.000000Z\",\"created_at\":\"2026-03-09T16:31:20.000000Z\",\"id\":736}','Sale created through POS',7,'Ayoub Oumar','2026-03-09 13:31:20','2026-03-09 13:31:20'),
(847,737,'created',NULL,NULL,'{\"sale_number\":\"HIL-0732\",\"sale_type\":\"market\",\"customer_name\":null,\"customer_phone\":null,\"customer_email\":null,\"subtotal\":\"100000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"100000.00\",\"paid_amount\":\"100000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-03-09T16:45:33.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"100000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-03-09T16:45:33.000000Z\",\"created_at\":\"2026-03-09T16:45:33.000000Z\",\"id\":737}','Sale created through POS',7,'Ayoub Oumar','2026-03-09 13:45:33','2026-03-09 13:45:33'),
(848,738,'created',NULL,NULL,'{\"sale_number\":\"HIL-0733\",\"sale_type\":\"market\",\"customer_name\":null,\"customer_phone\":null,\"customer_email\":null,\"subtotal\":\"20000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"20000.00\",\"paid_amount\":\"20000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-03-10T09:09:30.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"20000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-03-10T09:09:30.000000Z\",\"created_at\":\"2026-03-10T09:09:30.000000Z\",\"id\":738}','Sale created through POS',7,'Ayoub Oumar','2026-03-10 06:09:30','2026-03-10 06:09:30'),
(849,739,'created',NULL,NULL,'{\"sale_number\":\"HIL-0734\",\"sale_type\":\"market\",\"customer_name\":null,\"customer_phone\":null,\"customer_email\":null,\"subtotal\":\"20000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"20000.00\",\"paid_amount\":\"20000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-03-10T09:09:55.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"20000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-03-10T09:09:55.000000Z\",\"created_at\":\"2026-03-10T09:09:55.000000Z\",\"id\":739}','Sale created through POS',7,'Ayoub Oumar','2026-03-10 06:09:55','2026-03-10 06:09:55'),
(850,740,'created',NULL,NULL,'{\"sale_number\":\"HIL-0735\",\"sale_type\":\"market\",\"customer_name\":\"General\",\"customer_phone\":\"---\",\"customer_email\":null,\"subtotal\":\"30000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"30000.00\",\"paid_amount\":\"30000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-03-10T09:27:36.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"30000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-03-10T09:27:36.000000Z\",\"created_at\":\"2026-03-10T09:27:36.000000Z\",\"id\":740}','Sale created through POS',7,'Ayoub Oumar','2026-03-10 06:27:36','2026-03-10 06:27:36'),
(851,741,'created',NULL,NULL,'{\"sale_number\":\"HIL-0736\",\"sale_type\":\"market\",\"customer_name\":\"Malloum\",\"customer_phone\":\"---\",\"customer_email\":null,\"subtotal\":\"30000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"30000.00\",\"paid_amount\":\"30000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-03-10T09:30:34.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"30000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-03-10T09:30:34.000000Z\",\"created_at\":\"2026-03-10T09:30:34.000000Z\",\"id\":741}','Sale created through POS',7,'Ayoub Oumar','2026-03-10 06:30:34','2026-03-10 06:30:34'),
(852,742,'created',NULL,NULL,'{\"sale_number\":\"HIL-0737\",\"sale_type\":\"market\",\"customer_name\":\"Mahasin\",\"customer_phone\":\"---\",\"customer_email\":null,\"subtotal\":\"60000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"60000.00\",\"paid_amount\":\"60000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-03-10T09:42:55.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"60000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-03-10T09:42:55.000000Z\",\"created_at\":\"2026-03-10T09:42:55.000000Z\",\"id\":742}','Sale created through POS',7,'Ayoub Oumar','2026-03-10 06:42:55','2026-03-10 06:42:55'),
(853,743,'created',NULL,NULL,'{\"sale_number\":\"HIL-0738\",\"sale_type\":\"market\",\"customer_name\":\"Esker\",\"customer_phone\":\"---\",\"customer_email\":null,\"subtotal\":\"20000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"20000.00\",\"paid_amount\":\"20000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-03-10T09:44:16.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"20000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-03-10T09:44:16.000000Z\",\"created_at\":\"2026-03-10T09:44:16.000000Z\",\"id\":743}','Sale created through POS',7,'Ayoub Oumar','2026-03-10 06:44:16','2026-03-10 06:44:16'),
(854,744,'created',NULL,NULL,'{\"sale_number\":\"HIL-0739\",\"sale_type\":\"market\",\"customer_name\":null,\"customer_phone\":null,\"customer_email\":null,\"subtotal\":\"10000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"10000.00\",\"paid_amount\":\"10000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-03-10T10:04:53.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"10000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-03-10T10:04:53.000000Z\",\"created_at\":\"2026-03-10T10:04:53.000000Z\",\"id\":744}','Sale created through POS',7,'Ayoub Oumar','2026-03-10 07:04:53','2026-03-10 07:04:53'),
(855,745,'created',NULL,NULL,'{\"sale_number\":\"HIL-0740\",\"sale_type\":\"market\",\"customer_name\":null,\"customer_phone\":null,\"customer_email\":null,\"subtotal\":\"10000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"10000.00\",\"paid_amount\":\"10000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-03-10T11:26:58.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"10000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-03-10T11:26:58.000000Z\",\"created_at\":\"2026-03-10T11:26:58.000000Z\",\"id\":745}','Sale created through POS',7,'Ayoub Oumar','2026-03-10 08:26:58','2026-03-10 08:26:58'),
(856,743,'cancelled','{\"sale_status\":{\"old\":\"completed\",\"new\":\"cancelled\"},\"payment_status\":{\"old\":\"paid\",\"new\":\"refunded\"}}',NULL,'{\"id\":743,\"sale_number\":\"HIL-0738\",\"sale_type\":\"market\",\"customer_name\":\"Esker\",\"customer_phone\":\"---\",\"customer_email\":null,\"subtotal\":\"20000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"20000.00\",\"loan_amount\":\"0.00\",\"collected_amount\":\"20000.00\",\"is_loan\":false,\"paid_amount\":\"20000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"payment_status\":\"refunded\",\"sale_status\":\"cancelled\",\"notes\":\"\\n\\nCancelled: Sale return\",\"cashier_id\":\"7\",\"sale_date\":\"2026-03-10T09:44:16.000000Z\",\"created_at\":\"2026-03-10T09:44:16.000000Z\",\"updated_at\":\"2026-03-10T11:27:13.000000Z\",\"items\":[{\"id\":1686,\"sale_id\":\"743\",\"product_id\":\"433\",\"product_name\":\"H-LFB\",\"product_barcode\":null,\"quantity\":1,\"unit_price\":\"20000.00\",\"tax_rate\":\"0.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"20000.00\",\"created_at\":\"2026-03-10T09:44:16.000000Z\",\"updated_at\":\"2026-03-10T09:44:16.000000Z\",\"product\":{\"id\":433,\"name\":\"H-LFB\",\"description\":null,\"barcode\":\"PRD733046-M1\",\"category_id\":\"2\",\"product_type\":\"market\",\"unit\":\"pcs\",\"alert_quantity\":1,\"cost_price\":\"16500.00\",\"selling_price\":\"18500.00\",\"discount_price\":null,\"image\":\"products\\/1772898034_Y3lJjri1tg.jpg\",\"expiry_date\":null,\"is_active\":true,\"weight\":null,\"length\":null,\"width\":null,\"height\":null,\"created_at\":\"2026-03-07T15:45:22.000000Z\",\"updated_at\":\"2026-03-07T15:45:22.000000Z\",\"deleted_at\":null,\"inventory\":{\"id\":432,\"product_id\":\"433\",\"current_stock\":8,\"reserved_stock\":0,\"available_stock\":8,\"last_stock_update\":\"2026-03-10T11:27:13.000000Z\",\"last_updated_by\":7,\"created_at\":\"2026-03-07T15:45:22.000000Z\",\"updated_at\":\"2026-03-10T11:27:13.000000Z\"}}}],\"cashier\":{\"id\":7,\"name\":\"Ayoub Oumar\",\"email\":\"ayoub.oumar919@gmail.com\",\"user_type\":\"admin\",\"is_active\":true,\"preferred_language\":\"en\",\"email_verified_at\":\"2025-12-18T06:27:21.000000Z\",\"two_factor_confirmed_at\":null,\"current_team_id\":null,\"profile_photo_path\":null,\"created_at\":\"2025-12-18T06:27:21.000000Z\",\"updated_at\":\"2026-01-05T11:04:03.000000Z\",\"profile_photo_url\":\"https:\\/\\/ui-avatars.com\\/api\\/?name=A+O&color=7F9CF5&background=EBF4FF\"}}','Sale return',7,'Ayoub Oumar','2026-03-10 08:27:13','2026-03-10 08:27:13'),
(857,746,'created',NULL,NULL,'{\"sale_number\":\"HIL-0741\",\"sale_type\":\"market\",\"customer_name\":\"Esker\",\"customer_phone\":\"---\",\"customer_email\":null,\"subtotal\":\"20000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"20000.00\",\"paid_amount\":\"20000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-03-10T11:27:38.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"20000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-03-10T11:27:38.000000Z\",\"created_at\":\"2026-03-10T11:27:38.000000Z\",\"id\":746}','Sale created through POS',7,'Ayoub Oumar','2026-03-10 08:27:38','2026-03-10 08:27:38'),
(858,747,'created',NULL,NULL,'{\"sale_number\":\"HIL-0742\",\"sale_type\":\"market\",\"customer_name\":\"Mon Guera\",\"customer_phone\":\"---\",\"customer_email\":null,\"subtotal\":\"180000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"180000.00\",\"paid_amount\":\"180000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-03-10T11:36:04.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"180000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-03-10T11:36:04.000000Z\",\"created_at\":\"2026-03-10T11:36:04.000000Z\",\"id\":747}','Sale created through POS',7,'Ayoub Oumar','2026-03-10 08:36:04','2026-03-10 08:36:04'),
(859,748,'created',NULL,NULL,'{\"sale_number\":\"HIL-0743\",\"sale_type\":\"market\",\"customer_name\":\"Client de saoudi\",\"customer_phone\":\"2\",\"customer_email\":null,\"subtotal\":\"20000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"20000.00\",\"paid_amount\":\"20000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-03-10T12:17:53.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"20000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-03-10T12:17:53.000000Z\",\"created_at\":\"2026-03-10T12:17:53.000000Z\",\"id\":748}','Sale created through POS',7,'Ayoub Oumar','2026-03-10 09:17:53','2026-03-10 09:17:53'),
(860,749,'created',NULL,NULL,'{\"sale_number\":\"HIL-0744\",\"sale_type\":\"market\",\"customer_name\":\"Nural En\",\"customer_phone\":\"---\",\"customer_email\":null,\"subtotal\":\"30000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"30000.00\",\"paid_amount\":\"0.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-03-10T12:18:17.000000Z\",\"cashier_id\":7,\"is_loan\":true,\"loan_amount\":\"30000.00\",\"collected_amount\":\"0.00\",\"payment_status\":\"unpaid\",\"updated_at\":\"2026-03-10T12:18:17.000000Z\",\"created_at\":\"2026-03-10T12:18:17.000000Z\",\"id\":749}','Sale created through POS',7,'Ayoub Oumar','2026-03-10 09:18:17','2026-03-10 09:18:17'),
(861,750,'created',NULL,NULL,'{\"sale_number\":\"HIL-0745\",\"sale_type\":\"market\",\"customer_name\":\"Abdelkerim\",\"customer_phone\":\"---\",\"customer_email\":null,\"subtotal\":\"240000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"240000.00\",\"paid_amount\":\"0.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-03-10T12:18:39.000000Z\",\"cashier_id\":7,\"is_loan\":true,\"loan_amount\":\"240000.00\",\"collected_amount\":\"0.00\",\"payment_status\":\"unpaid\",\"updated_at\":\"2026-03-10T12:18:39.000000Z\",\"created_at\":\"2026-03-10T12:18:39.000000Z\",\"id\":750}','Sale created through POS',7,'Ayoub Oumar','2026-03-10 09:18:39','2026-03-10 09:18:39'),
(862,751,'created',NULL,NULL,'{\"sale_number\":\"HIL-0746\",\"sale_type\":\"market\",\"customer_name\":\"Badaraddine\",\"customer_phone\":\"---\",\"customer_email\":null,\"subtotal\":\"30000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"30000.00\",\"paid_amount\":\"30000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-03-10T12:26:35.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"30000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-03-10T12:26:35.000000Z\",\"created_at\":\"2026-03-10T12:26:35.000000Z\",\"id\":751}','Sale created through POS',7,'Ayoub Oumar','2026-03-10 09:26:35','2026-03-10 09:26:35'),
(863,752,'created',NULL,NULL,'{\"sale_number\":\"HIL-0747\",\"sale_type\":\"market\",\"customer_name\":null,\"customer_phone\":null,\"customer_email\":null,\"subtotal\":\"30000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"30000.00\",\"paid_amount\":\"30000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-03-10T12:45:38.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"30000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-03-10T12:45:38.000000Z\",\"created_at\":\"2026-03-10T12:45:38.000000Z\",\"id\":752}','Sale created through POS',7,'Ayoub Oumar','2026-03-10 09:45:38','2026-03-10 09:45:38'),
(864,663,'payment_received','{\"payment_status\":{\"old\":\"unpaid\",\"new\":\"paid\"},\"loan_amount\":{\"old\":\"55500.00\",\"new\":\"0.00\"},\"collected_amount\":{\"old\":\"0.00\",\"new\":\"55500.00\"},\"is_loan\":{\"old\":true,\"new\":false}}',NULL,'{\"payment_amount\":55500,\"payment_method\":\"cash\",\"payment_notes\":null,\"balance_after\":0}','Payment received: 55,500 CFA via Cash',7,'Ayoub Oumar','2026-03-10 09:46:10','2026-03-10 09:46:10'),
(865,753,'created',NULL,NULL,'{\"sale_number\":\"HIL-0748\",\"sale_type\":\"market\",\"customer_name\":\"Fatime Abdelrahim\",\"customer_phone\":\"---\",\"customer_email\":null,\"subtotal\":\"40000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"40000.00\",\"paid_amount\":\"0.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-03-10T13:25:36.000000Z\",\"cashier_id\":7,\"is_loan\":true,\"loan_amount\":\"40000.00\",\"collected_amount\":\"0.00\",\"payment_status\":\"unpaid\",\"updated_at\":\"2026-03-10T13:25:36.000000Z\",\"created_at\":\"2026-03-10T13:25:36.000000Z\",\"id\":753}','Sale created through POS',7,'Ayoub Oumar','2026-03-10 10:25:36','2026-03-10 10:25:36'),
(866,754,'created',NULL,NULL,'{\"sale_number\":\"HIL-0749\",\"sale_type\":\"market\",\"customer_name\":null,\"customer_phone\":null,\"customer_email\":null,\"subtotal\":\"20000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"20000.00\",\"paid_amount\":\"20000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-03-10T13:38:12.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"20000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-03-10T13:38:12.000000Z\",\"created_at\":\"2026-03-10T13:38:12.000000Z\",\"id\":754}','Sale created through POS',7,'Ayoub Oumar','2026-03-10 10:38:12','2026-03-10 10:38:12'),
(867,755,'created',NULL,NULL,'{\"sale_number\":\"HIL-0750\",\"sale_type\":\"market\",\"customer_name\":null,\"customer_phone\":null,\"customer_email\":null,\"subtotal\":\"20000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"20000.00\",\"paid_amount\":\"20000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-03-10T14:03:24.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"20000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-03-10T14:03:24.000000Z\",\"created_at\":\"2026-03-10T14:03:24.000000Z\",\"id\":755}','Sale created through POS',7,'Ayoub Oumar','2026-03-10 11:03:24','2026-03-10 11:03:24'),
(868,756,'created',NULL,NULL,'{\"sale_number\":\"HIL-0751\",\"sale_type\":\"market\",\"customer_name\":\"Makki\",\"customer_phone\":\"---\",\"customer_email\":null,\"subtotal\":\"720000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"720000.00\",\"paid_amount\":\"720000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-03-10T14:15:09.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"720000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-03-10T14:15:09.000000Z\",\"created_at\":\"2026-03-10T14:15:09.000000Z\",\"id\":756}','Sale created through POS',7,'Ayoub Oumar','2026-03-10 11:15:09','2026-03-10 11:15:09'),
(869,757,'created',NULL,NULL,'{\"sale_number\":\"HIL-0752\",\"sale_type\":\"market\",\"customer_name\":null,\"customer_phone\":null,\"customer_email\":null,\"subtotal\":\"40000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"40000.00\",\"paid_amount\":\"40000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-03-10T14:28:30.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"40000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-03-10T14:28:30.000000Z\",\"created_at\":\"2026-03-10T14:28:30.000000Z\",\"id\":757}','Sale created through POS',7,'Ayoub Oumar','2026-03-10 11:28:31','2026-03-10 11:28:31'),
(870,758,'created',NULL,NULL,'{\"sale_number\":\"HIL-0753\",\"sale_type\":\"market\",\"customer_name\":null,\"customer_phone\":null,\"customer_email\":null,\"subtotal\":\"20000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"20000.00\",\"paid_amount\":\"20000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-03-10T14:54:39.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"20000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-03-10T14:54:39.000000Z\",\"created_at\":\"2026-03-10T14:54:39.000000Z\",\"id\":758}','Sale created through POS',7,'Ayoub Oumar','2026-03-10 11:54:39','2026-03-10 11:54:39'),
(871,759,'created',NULL,NULL,'{\"sale_number\":\"HIL-0754\",\"sale_type\":\"market\",\"customer_name\":\"Taha Hissen\",\"customer_phone\":\"---\",\"customer_email\":null,\"subtotal\":\"10000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"10000.00\",\"paid_amount\":\"10000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-03-10T15:35:23.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"10000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-03-10T15:35:23.000000Z\",\"created_at\":\"2026-03-10T15:35:23.000000Z\",\"id\":759}','Sale created through POS',7,'Ayoub Oumar','2026-03-10 12:35:23','2026-03-10 12:35:23'),
(872,760,'created',NULL,NULL,'{\"sale_number\":\"HIL-0755\",\"sale_type\":\"market\",\"customer_name\":\"Aamir\",\"customer_phone\":\"---\",\"customer_email\":null,\"subtotal\":\"166500.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"166500.00\",\"paid_amount\":\"166500.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-03-10T15:47:36.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"166500.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-03-10T15:47:36.000000Z\",\"created_at\":\"2026-03-10T15:47:36.000000Z\",\"id\":760}','Sale created through POS',7,'Ayoub Oumar','2026-03-10 12:47:36','2026-03-10 12:47:36'),
(873,761,'created',NULL,NULL,'{\"sale_number\":\"HIL-0756\",\"sale_type\":\"market\",\"customer_name\":null,\"customer_phone\":null,\"customer_email\":null,\"subtotal\":\"210000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"210000.00\",\"paid_amount\":\"210000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-03-10T16:21:46.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"210000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-03-10T16:21:46.000000Z\",\"created_at\":\"2026-03-10T16:21:46.000000Z\",\"id\":761}','Sale created through POS',7,'Ayoub Oumar','2026-03-10 13:21:46','2026-03-10 13:21:46'),
(874,762,'created',NULL,NULL,'{\"sale_number\":\"HIL-0757\",\"sale_type\":\"market\",\"customer_name\":null,\"customer_phone\":null,\"customer_email\":null,\"subtotal\":\"60000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"60000.00\",\"paid_amount\":\"60000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-03-10T16:30:08.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"60000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-03-10T16:30:08.000000Z\",\"created_at\":\"2026-03-10T16:30:08.000000Z\",\"id\":762}','Sale created through POS',7,'Ayoub Oumar','2026-03-10 13:30:08','2026-03-10 13:30:08'),
(875,763,'created',NULL,NULL,'{\"sale_number\":\"HIL-0758\",\"sale_type\":\"market\",\"customer_name\":null,\"customer_phone\":null,\"customer_email\":null,\"subtotal\":\"20000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"20000.00\",\"paid_amount\":\"20000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-03-11T09:16:19.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"20000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-03-11T09:16:19.000000Z\",\"created_at\":\"2026-03-11T09:16:19.000000Z\",\"id\":763}','Sale created through POS',7,'Ayoub Oumar','2026-03-11 06:16:19','2026-03-11 06:16:19'),
(876,259,'payment_received','{\"payment_status\":{\"old\":\"partial\",\"new\":\"paid\"},\"loan_amount\":{\"old\":\"10000.00\",\"new\":\"0.00\"},\"collected_amount\":{\"old\":\"10000.00\",\"new\":\"20000.00\"},\"is_loan\":{\"old\":true,\"new\":false}}',NULL,'{\"payment_amount\":10000,\"payment_method\":\"cash\",\"payment_notes\":null,\"balance_after\":0}','Payment received: 10,000 CFA via Cash',7,'Ayoub Oumar','2026-03-11 07:40:31','2026-03-11 07:40:31'),
(877,764,'created',NULL,NULL,'{\"sale_number\":\"HIL-0759\",\"sale_type\":\"market\",\"customer_name\":\"Abdelkerim\",\"customer_phone\":\"---\",\"customer_email\":null,\"subtotal\":\"50000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"50000.00\",\"paid_amount\":\"50000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-03-11T10:45:12.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"50000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-03-11T10:45:12.000000Z\",\"created_at\":\"2026-03-11T10:45:12.000000Z\",\"id\":764}','Sale created through POS',7,'Ayoub Oumar','2026-03-11 07:45:12','2026-03-11 07:45:12'),
(878,765,'created',NULL,NULL,'{\"sale_number\":\"HIL-0760\",\"sale_type\":\"market\",\"customer_name\":null,\"customer_phone\":null,\"customer_email\":null,\"subtotal\":\"50000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"50000.00\",\"paid_amount\":\"50000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-03-11T10:46:43.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"50000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-03-11T10:46:43.000000Z\",\"created_at\":\"2026-03-11T10:46:43.000000Z\",\"id\":765}','Sale created through POS',7,'Ayoub Oumar','2026-03-11 07:46:43','2026-03-11 07:46:43'),
(879,766,'created',NULL,NULL,'{\"sale_number\":\"HIL-0761\",\"sale_type\":\"market\",\"customer_name\":null,\"customer_phone\":null,\"customer_email\":null,\"subtotal\":\"10000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"10000.00\",\"paid_amount\":\"10000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-03-11T10:58:02.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"10000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-03-11T10:58:02.000000Z\",\"created_at\":\"2026-03-11T10:58:02.000000Z\",\"id\":766}','Sale created through POS',7,'Ayoub Oumar','2026-03-11 07:58:02','2026-03-11 07:58:02'),
(880,401,'payment_received','{\"payment_status\":{\"old\":\"unpaid\",\"new\":\"paid\"},\"loan_amount\":{\"old\":\"185000.00\",\"new\":\"0.00\"},\"collected_amount\":{\"old\":\"0.00\",\"new\":\"185000.00\"},\"is_loan\":{\"old\":true,\"new\":false}}',NULL,'{\"payment_amount\":185000,\"payment_method\":\"cash\",\"payment_notes\":null,\"balance_after\":0}','Payment received: 185,000 CFA via Cash',7,'Ayoub Oumar','2026-03-11 07:58:43','2026-03-11 07:58:43'),
(881,466,'payment_received','{\"payment_status\":{\"old\":\"unpaid\",\"new\":\"paid\"},\"loan_amount\":{\"old\":\"110000.00\",\"new\":\"0.00\"},\"collected_amount\":{\"old\":\"0.00\",\"new\":\"110000.00\"},\"is_loan\":{\"old\":true,\"new\":false}}',NULL,'{\"payment_amount\":110000,\"payment_method\":\"cash\",\"payment_notes\":null,\"balance_after\":0}','Payment received: 110,000 CFA via Cash',7,'Ayoub Oumar','2026-03-11 07:59:22','2026-03-11 07:59:22'),
(882,430,'payment_received','{\"loan_amount\":{\"old\":\"130000.00\",\"new\":\"90000.00\"},\"collected_amount\":{\"old\":\"500000.00\",\"new\":\"540000.00\"}}',NULL,'{\"payment_amount\":40000,\"payment_method\":\"cash\",\"payment_notes\":null,\"balance_after\":90000}','Payment received: 40,000 CFA via Cash',7,'Ayoub Oumar','2026-03-11 08:03:02','2026-03-11 08:03:02'),
(883,691,'cancelled','{\"sale_status\":{\"old\":\"completed\",\"new\":\"cancelled\"},\"payment_status\":{\"old\":\"paid\",\"new\":\"refunded\"}}',NULL,'{\"id\":691,\"sale_number\":\"HIL-0686\",\"sale_type\":\"market\",\"customer_name\":\"Mahasin\",\"customer_phone\":\"---\",\"customer_email\":null,\"subtotal\":\"240000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"240000.00\",\"loan_amount\":\"0.00\",\"collected_amount\":\"240000.00\",\"is_loan\":false,\"paid_amount\":\"240000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"payment_status\":\"refunded\",\"sale_status\":\"cancelled\",\"notes\":\"\\n\\nCancelled: Sale return\",\"cashier_id\":7,\"sale_date\":\"2026-03-07T09:59:59.000000Z\",\"created_at\":\"2026-03-07T09:59:59.000000Z\",\"updated_at\":\"2026-03-11T11:23:01.000000Z\",\"items\":[{\"id\":1551,\"sale_id\":691,\"product_id\":418,\"product_name\":\"HW-Mix\",\"product_barcode\":null,\"quantity\":24,\"unit_price\":\"10000.00\",\"tax_rate\":\"0.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"240000.00\",\"created_at\":\"2026-03-07T09:59:59.000000Z\",\"updated_at\":\"2026-03-07T09:59:59.000000Z\",\"product\":{\"id\":418,\"name\":\"HW-Mix\",\"description\":null,\"barcode\":\"PRD298800\",\"category_id\":6,\"product_type\":\"market\",\"unit\":\"pcs\",\"alert_quantity\":5,\"cost_price\":\"8500.00\",\"selling_price\":\"10000.00\",\"discount_price\":null,\"image\":\"products\\/1772877468_DFFmGDSwJ1.jpg\",\"expiry_date\":null,\"is_active\":true,\"weight\":null,\"length\":null,\"width\":null,\"height\":null,\"created_at\":\"2026-03-07T09:57:49.000000Z\",\"updated_at\":\"2026-03-07T09:57:49.000000Z\",\"deleted_at\":null,\"inventory\":{\"id\":418,\"product_id\":418,\"current_stock\":383,\"reserved_stock\":0,\"available_stock\":383,\"last_stock_update\":\"2026-03-11T11:23:01.000000Z\",\"last_updated_by\":7,\"created_at\":\"2026-03-07T09:57:49.000000Z\",\"updated_at\":\"2026-03-11T11:23:01.000000Z\"}}}],\"cashier\":{\"id\":7,\"name\":\"Ayoub Oumar\",\"email\":\"ayoub.oumar919@gmail.com\",\"user_type\":\"admin\",\"is_active\":true,\"preferred_language\":\"en\",\"email_verified_at\":\"2025-12-18T06:27:21.000000Z\",\"two_factor_confirmed_at\":null,\"current_team_id\":null,\"profile_photo_path\":null,\"created_at\":\"2025-12-18T06:27:21.000000Z\",\"updated_at\":\"2026-01-05T11:04:03.000000Z\",\"profile_photo_url\":\"https:\\/\\/ui-avatars.com\\/api\\/?name=A+O&color=7F9CF5&background=EBF4FF\"}}','Sale return',7,'Ayoub Oumar','2026-03-11 08:23:01','2026-03-11 08:23:01'),
(884,767,'created',NULL,NULL,'{\"sale_number\":\"HIL-0762\",\"sale_type\":\"market\",\"customer_name\":\"Mahasin\",\"customer_phone\":\"---\",\"customer_email\":null,\"subtotal\":\"150000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"150000.00\",\"paid_amount\":\"150000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-03-11T11:23:27.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"150000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-03-11T11:23:27.000000Z\",\"created_at\":\"2026-03-11T11:23:27.000000Z\",\"id\":767}','Sale created through POS',7,'Ayoub Oumar','2026-03-11 08:23:27','2026-03-11 08:23:27'),
(885,768,'created',NULL,NULL,'{\"sale_number\":\"HIL-0763\",\"sale_type\":\"market\",\"customer_name\":\"Saloussa\",\"customer_phone\":\"---\",\"customer_email\":null,\"subtotal\":\"7000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"7000.00\",\"paid_amount\":\"7000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-03-11T11:36:02.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"7000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-03-11T11:36:02.000000Z\",\"created_at\":\"2026-03-11T11:36:02.000000Z\",\"id\":768}','Sale created through POS',7,'Ayoub Oumar','2026-03-11 08:36:02','2026-03-11 08:36:02'),
(886,733,'payment_received','{\"payment_status\":{\"old\":\"partial\",\"new\":\"paid\"},\"loan_amount\":{\"old\":\"10000.00\",\"new\":\"0.00\"},\"collected_amount\":{\"old\":\"10000.00\",\"new\":\"20000.00\"},\"is_loan\":{\"old\":true,\"new\":false}}',NULL,'{\"payment_amount\":10000,\"payment_method\":\"cash\",\"payment_notes\":null,\"balance_after\":0}','Payment received: 10,000 CFA via Cash',7,'Ayoub Oumar','2026-03-11 08:51:18','2026-03-11 08:51:18'),
(887,769,'created',NULL,NULL,'{\"sale_number\":\"HIL-0764\",\"sale_type\":\"market\",\"customer_name\":null,\"customer_phone\":null,\"customer_email\":null,\"subtotal\":\"65000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"65000.00\",\"paid_amount\":\"65000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-03-11T12:56:01.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"65000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-03-11T12:56:01.000000Z\",\"created_at\":\"2026-03-11T12:56:01.000000Z\",\"id\":769}','Sale created through POS',7,'Ayoub Oumar','2026-03-11 09:56:01','2026-03-11 09:56:01'),
(888,770,'created',NULL,NULL,'{\"sale_number\":\"HIL-0765\",\"sale_type\":\"market\",\"customer_name\":\"Malloum\",\"customer_phone\":\"---\",\"customer_email\":null,\"subtotal\":\"156000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"156000.00\",\"paid_amount\":\"156000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-03-11T13:03:07.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"156000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-03-11T13:03:07.000000Z\",\"created_at\":\"2026-03-11T13:03:07.000000Z\",\"id\":770}','Sale created through POS',7,'Ayoub Oumar','2026-03-11 10:03:07','2026-03-11 10:03:07'),
(889,770,'cancelled','{\"sale_status\":{\"old\":\"completed\",\"new\":\"cancelled\"},\"payment_status\":{\"old\":\"paid\",\"new\":\"refunded\"}}',NULL,'{\"id\":770,\"sale_number\":\"HIL-0765\",\"sale_type\":\"market\",\"customer_name\":\"Malloum\",\"customer_phone\":\"---\",\"customer_email\":null,\"subtotal\":\"156000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"156000.00\",\"loan_amount\":\"0.00\",\"collected_amount\":\"156000.00\",\"is_loan\":false,\"paid_amount\":\"156000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"payment_status\":\"refunded\",\"sale_status\":\"cancelled\",\"notes\":\"\\n\\nCancelled: Error correction\",\"cashier_id\":7,\"sale_date\":\"2026-03-11T13:03:07.000000Z\",\"created_at\":\"2026-03-11T13:03:07.000000Z\",\"updated_at\":\"2026-03-11T13:16:08.000000Z\",\"items\":[{\"id\":1729,\"sale_id\":770,\"product_id\":43,\"product_name\":\"Duray Gome\",\"product_barcode\":null,\"quantity\":24,\"unit_price\":\"6500.00\",\"tax_rate\":\"0.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"156000.00\",\"created_at\":\"2026-03-11T13:03:07.000000Z\",\"updated_at\":\"2026-03-11T13:03:07.000000Z\",\"product\":{\"id\":43,\"name\":\"Duray Gome\",\"description\":null,\"barcode\":\"PRD452039\",\"category_id\":5,\"product_type\":\"market\",\"unit\":\"pcs\",\"alert_quantity\":20,\"cost_price\":\"5000.00\",\"selling_price\":\"6500.00\",\"discount_price\":null,\"image\":\"products\\/1767255765_lt7RMoSSvv.jpg\",\"expiry_date\":null,\"is_active\":true,\"weight\":null,\"length\":null,\"width\":null,\"height\":null,\"created_at\":\"2026-01-01T08:22:45.000000Z\",\"updated_at\":\"2026-03-08T23:14:04.000000Z\",\"deleted_at\":null,\"inventory\":{\"id\":43,\"product_id\":43,\"current_stock\":837,\"reserved_stock\":0,\"available_stock\":837,\"last_stock_update\":\"2026-03-11T13:16:08.000000Z\",\"last_updated_by\":7,\"created_at\":\"2026-01-01T08:22:45.000000Z\",\"updated_at\":\"2026-03-11T13:16:08.000000Z\"}}}],\"cashier\":{\"id\":7,\"name\":\"Ayoub Oumar\",\"email\":\"ayoub.oumar919@gmail.com\",\"user_type\":\"admin\",\"is_active\":true,\"preferred_language\":\"en\",\"email_verified_at\":\"2025-12-18T06:27:21.000000Z\",\"two_factor_confirmed_at\":null,\"current_team_id\":null,\"profile_photo_path\":null,\"created_at\":\"2025-12-18T06:27:21.000000Z\",\"updated_at\":\"2026-01-05T11:04:03.000000Z\",\"profile_photo_url\":\"https:\\/\\/ui-avatars.com\\/api\\/?name=A+O&color=7F9CF5&background=EBF4FF\"}}','Error correction',7,'Ayoub Oumar','2026-03-11 10:16:08','2026-03-11 10:16:08'),
(890,771,'created',NULL,NULL,'{\"sale_number\":\"HIL-0766\",\"sale_type\":\"market\",\"customer_name\":\"Malloum\",\"customer_phone\":\"---\",\"customer_email\":null,\"subtotal\":\"219000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"219000.00\",\"paid_amount\":\"219000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-03-11T13:17:07.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"219000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-03-11T13:17:07.000000Z\",\"created_at\":\"2026-03-11T13:17:07.000000Z\",\"id\":771}','Sale created through POS',7,'Ayoub Oumar','2026-03-11 10:17:07','2026-03-11 10:17:07'),
(891,772,'created',NULL,NULL,'{\"sale_number\":\"HIL-0767\",\"sale_type\":\"market\",\"customer_name\":null,\"customer_phone\":null,\"customer_email\":null,\"subtotal\":\"362500.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"362500.00\",\"paid_amount\":\"362500.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-03-11T13:44:20.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"362500.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-03-11T13:44:20.000000Z\",\"created_at\":\"2026-03-11T13:44:20.000000Z\",\"id\":772}','Sale created through POS',7,'Ayoub Oumar','2026-03-11 10:44:20','2026-03-11 10:44:20'),
(892,722,'cancelled','{\"sale_status\":{\"old\":\"completed\",\"new\":\"cancelled\"},\"payment_status\":{\"old\":\"paid\",\"new\":\"refunded\"}}',NULL,'{\"id\":722,\"sale_number\":\"HIL-0717\",\"sale_type\":\"market\",\"customer_name\":\"Aicha\",\"customer_phone\":\"---\",\"customer_email\":null,\"subtotal\":\"70000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"70000.00\",\"loan_amount\":\"0.00\",\"collected_amount\":\"70000.00\",\"is_loan\":false,\"paid_amount\":\"70000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"payment_status\":\"refunded\",\"sale_status\":\"cancelled\",\"notes\":\"\\n\\nCancelled: Sale return\",\"cashier_id\":7,\"sale_date\":\"2026-03-09T12:14:16.000000Z\",\"created_at\":\"2026-03-09T12:14:16.000000Z\",\"updated_at\":\"2026-03-11T15:15:45.000000Z\",\"items\":[{\"id\":1651,\"sale_id\":722,\"product_id\":418,\"product_name\":\"HW-Mix\",\"product_barcode\":null,\"quantity\":5,\"unit_price\":\"10000.00\",\"tax_rate\":\"0.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"50000.00\",\"created_at\":\"2026-03-09T12:14:16.000000Z\",\"updated_at\":\"2026-03-09T12:14:16.000000Z\",\"product\":{\"id\":418,\"name\":\"HW-Mix\",\"description\":null,\"barcode\":\"PRD298800\",\"category_id\":6,\"product_type\":\"market\",\"unit\":\"pcs\",\"alert_quantity\":5,\"cost_price\":\"8500.00\",\"selling_price\":\"10000.00\",\"discount_price\":null,\"image\":\"products\\/1772877468_DFFmGDSwJ1.jpg\",\"expiry_date\":null,\"is_active\":true,\"weight\":null,\"length\":null,\"width\":null,\"height\":null,\"created_at\":\"2026-03-07T09:57:49.000000Z\",\"updated_at\":\"2026-03-07T09:57:49.000000Z\",\"deleted_at\":null,\"inventory\":{\"id\":418,\"product_id\":418,\"current_stock\":362,\"reserved_stock\":0,\"available_stock\":362,\"last_stock_update\":\"2026-03-11T15:15:45.000000Z\",\"last_updated_by\":7,\"created_at\":\"2026-03-07T09:57:49.000000Z\",\"updated_at\":\"2026-03-11T15:15:45.000000Z\"}}},{\"id\":1652,\"sale_id\":722,\"product_id\":435,\"product_name\":\"HS-2010B\",\"product_barcode\":null,\"quantity\":1,\"unit_price\":\"20000.00\",\"tax_rate\":\"0.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"20000.00\",\"created_at\":\"2026-03-09T12:14:16.000000Z\",\"updated_at\":\"2026-03-09T12:14:16.000000Z\",\"product\":{\"id\":435,\"name\":\"HS-2010B\",\"description\":null,\"barcode\":\"PRD048378-M1\",\"category_id\":2,\"product_type\":\"market\",\"unit\":\"pcs\",\"alert_quantity\":1,\"cost_price\":\"16500.00\",\"selling_price\":\"18500.00\",\"discount_price\":null,\"image\":\"products\\/1771001449_U9Yy2dG9Pg.jpeg\",\"expiry_date\":null,\"is_active\":true,\"weight\":null,\"length\":null,\"width\":null,\"height\":null,\"created_at\":\"2026-03-07T15:45:36.000000Z\",\"updated_at\":\"2026-03-07T15:45:36.000000Z\",\"deleted_at\":null,\"inventory\":{\"id\":434,\"product_id\":435,\"current_stock\":24,\"reserved_stock\":0,\"available_stock\":24,\"last_stock_update\":\"2026-03-11T15:15:45.000000Z\",\"last_updated_by\":7,\"created_at\":\"2026-03-07T15:45:36.000000Z\",\"updated_at\":\"2026-03-11T15:15:45.000000Z\"}}}],\"cashier\":{\"id\":7,\"name\":\"Ayoub Oumar\",\"email\":\"ayoub.oumar919@gmail.com\",\"user_type\":\"admin\",\"is_active\":true,\"preferred_language\":\"en\",\"email_verified_at\":\"2025-12-18T06:27:21.000000Z\",\"two_factor_confirmed_at\":null,\"current_team_id\":null,\"profile_photo_path\":null,\"created_at\":\"2025-12-18T06:27:21.000000Z\",\"updated_at\":\"2026-01-05T11:04:03.000000Z\",\"profile_photo_url\":\"https:\\/\\/ui-avatars.com\\/api\\/?name=A+O&color=7F9CF5&background=EBF4FF\"}}','Sale return',7,'Ayoub Oumar','2026-03-11 12:15:45','2026-03-11 12:15:45'),
(893,773,'created',NULL,NULL,'{\"sale_number\":\"HIL-0768\",\"sale_type\":\"market\",\"customer_name\":\"Aicha\",\"customer_phone\":\"---\",\"customer_email\":null,\"subtotal\":\"30000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"30000.00\",\"paid_amount\":\"30000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-03-11T15:16:04.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"30000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-03-11T15:16:04.000000Z\",\"created_at\":\"2026-03-11T15:16:04.000000Z\",\"id\":773}','Sale created through POS',7,'Ayoub Oumar','2026-03-11 12:16:04','2026-03-11 12:16:04'),
(894,774,'created',NULL,NULL,'{\"sale_number\":\"HIL-0769\",\"sale_type\":\"market\",\"customer_name\":null,\"customer_phone\":null,\"customer_email\":null,\"subtotal\":\"61500.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"61500.00\",\"paid_amount\":\"61500.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-03-12T08:53:20.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"61500.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-03-12T08:53:20.000000Z\",\"created_at\":\"2026-03-12T08:53:20.000000Z\",\"id\":774}','Sale created through POS',7,'Ayoub Oumar','2026-03-12 05:53:20','2026-03-12 05:53:20'),
(895,775,'created',NULL,NULL,'{\"sale_number\":\"HIL-0770\",\"sale_type\":\"market\",\"customer_name\":null,\"customer_phone\":null,\"customer_email\":null,\"subtotal\":\"10000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"10000.00\",\"paid_amount\":\"10000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-03-12T09:10:58.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"10000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-03-12T09:10:58.000000Z\",\"created_at\":\"2026-03-12T09:10:58.000000Z\",\"id\":775}','Sale created through POS',7,'Ayoub Oumar','2026-03-12 06:10:58','2026-03-12 06:10:58'),
(896,776,'created',NULL,NULL,'{\"sale_number\":\"HIL-0771\",\"sale_type\":\"market\",\"customer_name\":\"Bololo\",\"customer_phone\":\"---\",\"customer_email\":null,\"subtotal\":\"185000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"185000.00\",\"paid_amount\":\"185000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-03-12T09:23:54.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"185000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-03-12T09:23:54.000000Z\",\"created_at\":\"2026-03-12T09:23:54.000000Z\",\"id\":776}','Sale created through POS',7,'Ayoub Oumar','2026-03-12 06:23:54','2026-03-12 06:23:54'),
(897,777,'created',NULL,NULL,'{\"sale_number\":\"HIL-0772\",\"sale_type\":\"market\",\"customer_name\":\"IBO\",\"customer_phone\":\"---\",\"customer_email\":null,\"subtotal\":\"75500.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"75500.00\",\"paid_amount\":\"75500.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-03-12T11:15:50.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"75500.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-03-12T11:15:50.000000Z\",\"created_at\":\"2026-03-12T11:15:50.000000Z\",\"id\":777}','Sale created through POS',7,'Ayoub Oumar','2026-03-12 08:15:50','2026-03-12 08:15:50'),
(898,299,'payment_received','{\"payment_status\":{\"old\":\"partial\",\"new\":\"paid\"},\"loan_amount\":{\"old\":\"4000.00\",\"new\":\"0.00\"},\"collected_amount\":{\"old\":\"51500.00\",\"new\":\"55500.00\"},\"is_loan\":{\"old\":true,\"new\":false}}',NULL,'{\"payment_amount\":4000,\"payment_method\":\"cash\",\"payment_notes\":null,\"balance_after\":0}','Payment received: 4,000 CFA via Cash',7,'Ayoub Oumar','2026-03-12 08:20:56','2026-03-12 08:20:56'),
(899,678,'payment_received','{\"payment_status\":{\"old\":\"unpaid\",\"new\":\"paid\"},\"loan_amount\":{\"old\":\"55500.00\",\"new\":\"0.00\"},\"collected_amount\":{\"old\":\"0.00\",\"new\":\"55500.00\"},\"is_loan\":{\"old\":true,\"new\":false}}',NULL,'{\"payment_amount\":55500,\"payment_method\":\"cash\",\"payment_notes\":null,\"balance_after\":0}','Payment received: 55,500 CFA via Cash',7,'Ayoub Oumar','2026-03-12 08:21:09','2026-03-12 08:21:09'),
(900,355,'payment_received','{\"payment_status\":{\"old\":\"unpaid\",\"new\":\"paid\"},\"loan_amount\":{\"old\":\"55500.00\",\"new\":\"0.00\"},\"collected_amount\":{\"old\":\"0.00\",\"new\":\"55500.00\"},\"is_loan\":{\"old\":true,\"new\":false}}',NULL,'{\"payment_amount\":55500,\"payment_method\":\"cash\",\"payment_notes\":null,\"balance_after\":0}','Payment received: 55,500 CFA via Cash',7,'Ayoub Oumar','2026-03-12 08:21:28','2026-03-12 08:21:28'),
(901,778,'created',NULL,NULL,'{\"sale_number\":\"HIL-0773\",\"sale_type\":\"market\",\"customer_name\":\"Hamida\",\"customer_phone\":\"---\",\"customer_email\":null,\"subtotal\":\"162500.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"162500.00\",\"paid_amount\":\"0.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-03-12T11:25:08.000000Z\",\"cashier_id\":7,\"is_loan\":true,\"loan_amount\":\"162500.00\",\"collected_amount\":\"0.00\",\"payment_status\":\"unpaid\",\"updated_at\":\"2026-03-12T11:25:08.000000Z\",\"created_at\":\"2026-03-12T11:25:08.000000Z\",\"id\":778}','Sale created through POS',7,'Ayoub Oumar','2026-03-12 08:25:08','2026-03-12 08:25:08'),
(902,779,'created',NULL,NULL,'{\"sale_number\":\"HIL-0774\",\"sale_type\":\"market\",\"customer_name\":\"Taha\",\"customer_phone\":\"---\",\"customer_email\":null,\"subtotal\":\"20000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"20000.00\",\"paid_amount\":\"20000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-03-12T11:25:52.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"20000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-03-12T11:25:52.000000Z\",\"created_at\":\"2026-03-12T11:25:52.000000Z\",\"id\":779}','Sale created through POS',7,'Ayoub Oumar','2026-03-12 08:25:52','2026-03-12 08:25:52'),
(903,780,'created',NULL,NULL,'{\"sale_number\":\"HIL-0775\",\"sale_type\":\"market\",\"customer_name\":\"Bra\'s Brother\",\"customer_phone\":\"---\",\"customer_email\":null,\"subtotal\":\"314500.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"314500.00\",\"paid_amount\":\"314500.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-03-12T11:58:39.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"314500.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-03-12T11:58:39.000000Z\",\"created_at\":\"2026-03-12T11:58:39.000000Z\",\"id\":780}','Sale created through POS',7,'Ayoub Oumar','2026-03-12 08:58:40','2026-03-12 08:58:40'),
(904,781,'created',NULL,NULL,'{\"sale_number\":\"HIL-0776\",\"sale_type\":\"market\",\"customer_name\":\"Bra\'s Brother\",\"customer_phone\":\"---\",\"customer_email\":null,\"subtotal\":\"18500.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"18500.00\",\"paid_amount\":\"18500.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-03-12T12:01:16.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"18500.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-03-12T12:01:16.000000Z\",\"created_at\":\"2026-03-12T12:01:16.000000Z\",\"id\":781}','Sale created through POS',7,'Ayoub Oumar','2026-03-12 09:01:16','2026-03-12 09:01:16'),
(905,782,'created',NULL,NULL,'{\"sale_number\":\"HIL-0777\",\"sale_type\":\"market\",\"customer_name\":\"Bra\'s Brother\",\"customer_phone\":\"---\",\"customer_email\":null,\"subtotal\":\"18500.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"18500.00\",\"paid_amount\":\"18500.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-03-12T12:01:52.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"18500.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-03-12T12:01:52.000000Z\",\"created_at\":\"2026-03-12T12:01:52.000000Z\",\"id\":782}','Sale created through POS',7,'Ayoub Oumar','2026-03-12 09:01:52','2026-03-12 09:01:52'),
(906,783,'created',NULL,NULL,'{\"sale_number\":\"HIL-0778\",\"sale_type\":\"market\",\"customer_name\":\"Bra\'s Brother\",\"customer_phone\":\"---\",\"customer_email\":null,\"subtotal\":\"250000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"250000.00\",\"paid_amount\":\"250000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-03-12T12:38:07.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"250000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-03-12T12:38:07.000000Z\",\"created_at\":\"2026-03-12T12:38:07.000000Z\",\"id\":783}','Sale created through POS',7,'Ayoub Oumar','2026-03-12 09:38:07','2026-03-12 09:38:07'),
(907,784,'created',NULL,NULL,'{\"sale_number\":\"HIL-0779\",\"sale_type\":\"market\",\"customer_name\":\"Madiri\",\"customer_phone\":\"---\",\"customer_email\":null,\"subtotal\":\"20000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"20000.00\",\"paid_amount\":\"20000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-03-12T12:38:29.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"20000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-03-12T12:38:29.000000Z\",\"created_at\":\"2026-03-12T12:38:29.000000Z\",\"id\":784}','Sale created through POS',7,'Ayoub Oumar','2026-03-12 09:38:29','2026-03-12 09:38:29'),
(908,785,'created',NULL,NULL,'{\"sale_number\":\"HIL-0780\",\"sale_type\":\"market\",\"customer_name\":\"Taha\",\"customer_phone\":\"---\",\"customer_email\":null,\"subtotal\":\"20000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"20000.00\",\"paid_amount\":\"20000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-03-12T12:39:09.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"20000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-03-12T12:39:09.000000Z\",\"created_at\":\"2026-03-12T12:39:09.000000Z\",\"id\":785}','Sale created through POS',7,'Ayoub Oumar','2026-03-12 09:39:09','2026-03-12 09:39:09'),
(909,786,'created',NULL,NULL,'{\"sale_number\":\"HIL-0781\",\"sale_type\":\"market\",\"customer_name\":\"Alhadj Madiri\",\"customer_phone\":\"---\",\"customer_email\":null,\"subtotal\":\"7000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"7000.00\",\"paid_amount\":\"7000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-03-12T12:48:35.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"7000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-03-12T12:48:35.000000Z\",\"created_at\":\"2026-03-12T12:48:35.000000Z\",\"id\":786}','Sale created through POS',7,'Ayoub Oumar','2026-03-12 09:48:35','2026-03-12 09:48:35'),
(910,787,'created',NULL,NULL,'{\"sale_number\":\"HIL-0782\",\"sale_type\":\"market\",\"customer_name\":null,\"customer_phone\":null,\"customer_email\":null,\"subtotal\":\"30000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"30000.00\",\"paid_amount\":\"30000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-03-12T14:00:30.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"30000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-03-12T14:00:30.000000Z\",\"created_at\":\"2026-03-12T14:00:30.000000Z\",\"id\":787}','Sale created through POS',7,'Ayoub Oumar','2026-03-12 11:00:30','2026-03-12 11:00:30'),
(911,699,'payment_received','{\"payment_status\":{\"old\":\"unpaid\",\"new\":\"paid\"},\"loan_amount\":{\"old\":\"48500.00\",\"new\":\"0.00\"},\"collected_amount\":{\"old\":\"0.00\",\"new\":\"48500.00\"},\"is_loan\":{\"old\":true,\"new\":false}}',NULL,'{\"payment_amount\":48500,\"payment_method\":\"cash\",\"payment_notes\":null,\"balance_after\":0}','Payment received: 48,500 CFA via Cash',7,'Ayoub Oumar','2026-03-12 11:07:46','2026-03-12 11:07:46'),
(912,788,'created',NULL,NULL,'{\"sale_number\":\"HIL-0783\",\"sale_type\":\"market\",\"customer_name\":\"Nadjat\",\"customer_phone\":\"---\",\"customer_email\":null,\"subtotal\":\"17000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"17000.00\",\"paid_amount\":\"17000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-03-12T14:08:59.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"17000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-03-12T14:08:59.000000Z\",\"created_at\":\"2026-03-12T14:08:59.000000Z\",\"id\":788}','Sale created through POS',7,'Ayoub Oumar','2026-03-12 11:08:59','2026-03-12 11:08:59'),
(913,789,'created',NULL,NULL,'{\"sale_number\":\"HIL-0784\",\"sale_type\":\"market\",\"customer_name\":null,\"customer_phone\":null,\"customer_email\":null,\"subtotal\":\"30000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"30000.00\",\"paid_amount\":\"30000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-03-12T15:33:59.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"30000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-03-12T15:33:59.000000Z\",\"created_at\":\"2026-03-12T15:33:59.000000Z\",\"id\":789}','Sale created through POS',7,'Ayoub Oumar','2026-03-12 12:33:59','2026-03-12 12:33:59'),
(914,790,'created',NULL,NULL,'{\"sale_number\":\"HIL-0785\",\"sale_type\":\"market\",\"customer_name\":\"Malloum\",\"customer_phone\":\"---\",\"customer_email\":null,\"subtotal\":\"50000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"50000.00\",\"paid_amount\":\"50000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-03-12T18:16:04.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"50000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-03-12T18:16:04.000000Z\",\"created_at\":\"2026-03-12T18:16:04.000000Z\",\"id\":790}','Sale created through POS',7,'Ayoub Oumar','2026-03-12 15:16:04','2026-03-12 15:16:04'),
(915,791,'created',NULL,NULL,'{\"sale_number\":\"HIL-0786\",\"sale_type\":\"market\",\"customer_name\":null,\"customer_phone\":null,\"customer_email\":null,\"subtotal\":\"60000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"60000.00\",\"paid_amount\":\"60000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-03-12T18:17:05.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"60000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-03-12T18:17:05.000000Z\",\"created_at\":\"2026-03-12T18:17:05.000000Z\",\"id\":791}','Sale created through POS',7,'Ayoub Oumar','2026-03-12 15:17:05','2026-03-12 15:17:05'),
(916,465,'payment_received','{\"loan_amount\":{\"old\":\"1265000.00\",\"new\":\"265000.00\"},\"collected_amount\":{\"old\":\"3127000.00\",\"new\":\"4127000.00\"}}',NULL,'{\"payment_amount\":1000000,\"payment_method\":\"cash\",\"payment_notes\":null,\"balance_after\":265000}','Payment received: 1,000,000 CFA via Cash',4,'admin','2026-03-12 17:51:11','2026-03-12 17:51:11'),
(917,792,'created',NULL,NULL,'{\"sale_number\":\"HIL-0787\",\"sale_type\":\"market\",\"customer_name\":\"Saloussa\",\"customer_phone\":\"----\",\"customer_email\":null,\"subtotal\":\"14000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"14000.00\",\"paid_amount\":\"14000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-03-13T08:40:45.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"14000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-03-13T08:40:45.000000Z\",\"created_at\":\"2026-03-13T08:40:45.000000Z\",\"id\":792}','Sale created through POS',7,'Ayoub Oumar','2026-03-13 05:40:45','2026-03-13 05:40:45'),
(918,793,'created',NULL,NULL,'{\"sale_number\":\"HIL-0788\",\"sale_type\":\"market\",\"customer_name\":null,\"customer_phone\":null,\"customer_email\":null,\"subtotal\":\"20000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"20000.00\",\"paid_amount\":\"20000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-03-13T09:24:51.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"20000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-03-13T09:24:51.000000Z\",\"created_at\":\"2026-03-13T09:24:51.000000Z\",\"id\":793}','Sale created through POS',7,'Ayoub Oumar','2026-03-13 06:24:51','2026-03-13 06:24:51'),
(919,384,'payment_received','{\"payment_status\":{\"old\":\"unpaid\",\"new\":\"paid\"},\"loan_amount\":{\"old\":\"65000.00\",\"new\":\"0.00\"},\"collected_amount\":{\"old\":\"0.00\",\"new\":\"65000.00\"},\"is_loan\":{\"old\":true,\"new\":false}}',NULL,'{\"payment_amount\":65000,\"payment_method\":\"cash\",\"payment_notes\":null,\"balance_after\":0}','Payment received: 65,000 CFA via Cash',7,'Ayoub Oumar','2026-03-13 06:37:29','2026-03-13 06:37:29'),
(920,144,'payment_received','{\"payment_status\":{\"old\":\"partial\",\"new\":\"paid\"},\"loan_amount\":{\"old\":\"40000.00\",\"new\":\"0.00\"},\"collected_amount\":{\"old\":\"335000.00\",\"new\":\"375000.00\"},\"is_loan\":{\"old\":true,\"new\":false}}',NULL,'{\"payment_amount\":40000,\"payment_method\":\"cash\",\"payment_notes\":null,\"balance_after\":0}','Payment received: 40,000 CFA via Cash',7,'Ayoub Oumar','2026-03-13 06:37:40','2026-03-13 06:37:40'),
(921,794,'created',NULL,NULL,'{\"sale_number\":\"HIL-0789\",\"sale_type\":\"market\",\"customer_name\":\"Ousman Nassour\",\"customer_phone\":\"---\",\"customer_email\":null,\"subtotal\":\"54000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"54000.00\",\"paid_amount\":\"54000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-03-13T09:50:10.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"54000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-03-13T09:50:10.000000Z\",\"created_at\":\"2026-03-13T09:50:10.000000Z\",\"id\":794}','Sale created through POS',7,'Ayoub Oumar','2026-03-13 06:50:10','2026-03-13 06:50:10'),
(922,795,'created',NULL,NULL,'{\"sale_number\":\"HIL-0790\",\"sale_type\":\"market\",\"customer_name\":\"Salwa\",\"customer_phone\":\"---\",\"customer_email\":null,\"subtotal\":\"18500.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"18500.00\",\"paid_amount\":\"18500.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-03-13T10:37:42.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"18500.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-03-13T10:37:42.000000Z\",\"created_at\":\"2026-03-13T10:37:42.000000Z\",\"id\":795}','Sale created through POS',7,'Ayoub Oumar','2026-03-13 07:37:42','2026-03-13 07:37:42'),
(923,796,'created',NULL,NULL,'{\"sale_number\":\"HIL-0791\",\"sale_type\":\"market\",\"customer_name\":\"Moukhtar\",\"customer_phone\":\"----\",\"customer_email\":null,\"subtotal\":\"210000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"210000.00\",\"paid_amount\":\"0.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-03-13T10:41:13.000000Z\",\"cashier_id\":7,\"is_loan\":true,\"loan_amount\":\"210000.00\",\"collected_amount\":\"0.00\",\"payment_status\":\"unpaid\",\"updated_at\":\"2026-03-13T10:41:13.000000Z\",\"created_at\":\"2026-03-13T10:41:13.000000Z\",\"id\":796}','Sale created through POS',7,'Ayoub Oumar','2026-03-13 07:41:13','2026-03-13 07:41:13'),
(924,797,'created',NULL,NULL,'{\"sale_number\":\"HIL-0792\",\"sale_type\":\"market\",\"customer_name\":null,\"customer_phone\":null,\"customer_email\":null,\"subtotal\":\"30000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"30000.00\",\"paid_amount\":\"30000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-03-13T14:04:59.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"30000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-03-13T14:04:59.000000Z\",\"created_at\":\"2026-03-13T14:04:59.000000Z\",\"id\":797}','Sale created through POS',7,'Ayoub Oumar','2026-03-13 11:04:59','2026-03-13 11:04:59'),
(925,798,'created',NULL,NULL,'{\"sale_number\":\"HIL-0793\",\"sale_type\":\"market\",\"customer_name\":null,\"customer_phone\":null,\"customer_email\":null,\"subtotal\":\"30000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"30000.00\",\"paid_amount\":\"30000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-03-13T15:17:51.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"30000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-03-13T15:17:51.000000Z\",\"created_at\":\"2026-03-13T15:17:51.000000Z\",\"id\":798}','Sale created through POS',7,'Ayoub Oumar','2026-03-13 12:17:51','2026-03-13 12:17:51'),
(926,799,'created',NULL,NULL,'{\"sale_number\":\"HIL-0794\",\"sale_type\":\"market\",\"customer_name\":null,\"customer_phone\":null,\"customer_email\":null,\"subtotal\":\"20000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"20000.00\",\"paid_amount\":\"20000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-03-13T15:20:15.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"20000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-03-13T15:20:15.000000Z\",\"created_at\":\"2026-03-13T15:20:15.000000Z\",\"id\":799}','Sale created through POS',7,'Ayoub Oumar','2026-03-13 12:20:15','2026-03-13 12:20:15'),
(927,800,'created',NULL,NULL,'{\"sale_number\":\"HIL-0795\",\"sale_type\":\"market\",\"customer_name\":null,\"customer_phone\":null,\"customer_email\":null,\"subtotal\":\"20000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"20000.00\",\"paid_amount\":\"20000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-03-13T15:44:45.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"20000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-03-13T15:44:45.000000Z\",\"created_at\":\"2026-03-13T15:44:45.000000Z\",\"id\":800}','Sale created through POS',7,'Ayoub Oumar','2026-03-13 12:44:45','2026-03-13 12:44:45'),
(928,801,'created',NULL,NULL,'{\"sale_number\":\"HIL-0796\",\"sale_type\":\"market\",\"customer_name\":null,\"customer_phone\":null,\"customer_email\":null,\"subtotal\":\"50000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"50000.00\",\"paid_amount\":\"50000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-03-13T15:45:10.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"50000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-03-13T15:45:10.000000Z\",\"created_at\":\"2026-03-13T15:45:10.000000Z\",\"id\":801}','Sale created through POS',7,'Ayoub Oumar','2026-03-13 12:45:10','2026-03-13 12:45:10'),
(929,802,'created',NULL,NULL,'{\"sale_number\":\"HIL-0797\",\"sale_type\":\"market\",\"customer_name\":null,\"customer_phone\":null,\"customer_email\":null,\"subtotal\":\"60000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"60000.00\",\"paid_amount\":\"60000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-03-14T09:11:20.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"60000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-03-14T09:11:20.000000Z\",\"created_at\":\"2026-03-14T09:11:20.000000Z\",\"id\":802}','Sale created through POS',7,'Ayoub Oumar','2026-03-14 06:11:20','2026-03-14 06:11:20'),
(930,803,'created',NULL,NULL,'{\"sale_number\":\"HIL-0798\",\"sale_type\":\"market\",\"customer_name\":\"Bololo\",\"customer_phone\":\"---\",\"customer_email\":null,\"subtotal\":\"111000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"111000.00\",\"paid_amount\":\"111000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-03-14T09:54:57.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"111000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-03-14T09:54:57.000000Z\",\"created_at\":\"2026-03-14T09:54:57.000000Z\",\"id\":803}','Sale created through POS',7,'Ayoub Oumar','2026-03-14 06:54:57','2026-03-14 06:54:57'),
(931,804,'created',NULL,NULL,'{\"sale_number\":\"HIL-0799\",\"sale_type\":\"market\",\"customer_name\":\"Abdallah Hamit\",\"customer_phone\":\"---\",\"customer_email\":null,\"subtotal\":\"203500.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"203500.00\",\"paid_amount\":\"203500.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-03-14T09:56:31.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"203500.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-03-14T09:56:31.000000Z\",\"created_at\":\"2026-03-14T09:56:31.000000Z\",\"id\":804}','Sale created through POS',7,'Ayoub Oumar','2026-03-14 06:56:32','2026-03-14 06:56:32'),
(932,805,'created',NULL,NULL,'{\"sale_number\":\"HIL-0800\",\"sale_type\":\"market\",\"customer_name\":null,\"customer_phone\":null,\"customer_email\":null,\"subtotal\":\"35000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"35000.00\",\"paid_amount\":\"35000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-03-14T09:58:23.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"35000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-03-14T09:58:23.000000Z\",\"created_at\":\"2026-03-14T09:58:23.000000Z\",\"id\":805}','Sale created through POS',7,'Ayoub Oumar','2026-03-14 06:58:23','2026-03-14 06:58:23'),
(933,806,'created',NULL,NULL,'{\"sale_number\":\"HIL-0801\",\"sale_type\":\"market\",\"customer_name\":\"Abdallah Hamit\",\"customer_phone\":\"---\",\"customer_email\":null,\"subtotal\":\"1560000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"1560000.00\",\"paid_amount\":\"1560000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-03-14T10:36:49.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"1560000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-03-14T10:36:49.000000Z\",\"created_at\":\"2026-03-14T10:36:49.000000Z\",\"id\":806}','Sale created through POS',7,'Ayoub Oumar','2026-03-14 07:36:49','2026-03-14 07:36:49'),
(934,807,'created',NULL,NULL,'{\"sale_number\":\"HIL-0802\",\"sale_type\":\"market\",\"customer_name\":null,\"customer_phone\":null,\"customer_email\":null,\"subtotal\":\"20000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"20000.00\",\"paid_amount\":\"20000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-03-14T11:06:29.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"20000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-03-14T11:06:29.000000Z\",\"created_at\":\"2026-03-14T11:06:29.000000Z\",\"id\":807}','Sale created through POS',7,'Ayoub Oumar','2026-03-14 08:06:29','2026-03-14 08:06:29'),
(935,808,'created',NULL,NULL,'{\"sale_number\":\"HIL-0803\",\"sale_type\":\"market\",\"customer_name\":\"Issakha\",\"customer_phone\":\"---\",\"customer_email\":null,\"subtotal\":\"20000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"20000.00\",\"paid_amount\":\"20000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-03-14T11:14:16.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"20000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-03-14T11:14:16.000000Z\",\"created_at\":\"2026-03-14T11:14:16.000000Z\",\"id\":808}','Sale created through POS',7,'Ayoub Oumar','2026-03-14 08:14:16','2026-03-14 08:14:16'),
(936,808,'cancelled','{\"sale_status\":{\"old\":\"completed\",\"new\":\"cancelled\"},\"payment_status\":{\"old\":\"paid\",\"new\":\"refunded\"}}',NULL,'{\"id\":808,\"sale_number\":\"HIL-0803\",\"sale_type\":\"market\",\"customer_name\":\"Issakha\",\"customer_phone\":\"---\",\"customer_email\":null,\"subtotal\":\"20000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"20000.00\",\"loan_amount\":\"0.00\",\"collected_amount\":\"20000.00\",\"is_loan\":false,\"paid_amount\":\"20000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"payment_status\":\"refunded\",\"sale_status\":\"cancelled\",\"notes\":\"\\n\\nCancelled: Error\",\"cashier_id\":7,\"sale_date\":\"2026-03-14T11:14:16.000000Z\",\"created_at\":\"2026-03-14T11:14:16.000000Z\",\"updated_at\":\"2026-03-14T11:14:38.000000Z\",\"items\":[{\"id\":1812,\"sale_id\":808,\"product_id\":148,\"product_name\":\"H-2019 S\",\"product_barcode\":null,\"quantity\":1,\"unit_price\":\"20000.00\",\"tax_rate\":\"0.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"20000.00\",\"created_at\":\"2026-03-14T11:14:16.000000Z\",\"updated_at\":\"2026-03-14T11:14:16.000000Z\",\"product\":{\"id\":148,\"name\":\"H-2019 S\",\"description\":\"1x43\\r\\n1x44\",\"barcode\":\"PRD924146-M1\",\"category_id\":2,\"product_type\":\"market\",\"unit\":\"pcs\",\"alert_quantity\":1,\"cost_price\":\"16500.00\",\"selling_price\":\"18500.00\",\"discount_price\":null,\"image\":\"products\\/1769605911_2zsUhtRcn5.jpg\",\"expiry_date\":null,\"is_active\":true,\"weight\":null,\"length\":null,\"width\":null,\"height\":null,\"created_at\":\"2026-01-08T08:51:54.000000Z\",\"updated_at\":\"2026-03-14T09:54:16.000000Z\",\"deleted_at\":null,\"inventory\":{\"id\":147,\"product_id\":148,\"current_stock\":9,\"reserved_stock\":0,\"available_stock\":9,\"last_stock_update\":\"2026-03-14T11:14:38.000000Z\",\"last_updated_by\":7,\"created_at\":\"2026-01-08T08:51:54.000000Z\",\"updated_at\":\"2026-03-14T11:14:38.000000Z\"}}}],\"cashier\":{\"id\":7,\"name\":\"Ayoub Oumar\",\"email\":\"ayoub.oumar919@gmail.com\",\"user_type\":\"admin\",\"is_active\":true,\"preferred_language\":\"en\",\"email_verified_at\":\"2025-12-18T06:27:21.000000Z\",\"two_factor_confirmed_at\":null,\"current_team_id\":null,\"profile_photo_path\":null,\"created_at\":\"2025-12-18T06:27:21.000000Z\",\"updated_at\":\"2026-01-05T11:04:03.000000Z\",\"profile_photo_url\":\"https:\\/\\/ui-avatars.com\\/api\\/?name=A+O&color=7F9CF5&background=EBF4FF\"}}','Error',7,'Ayoub Oumar','2026-03-14 08:14:38','2026-03-14 08:14:38'),
(937,809,'created',NULL,NULL,'{\"sale_number\":\"HIL-0804\",\"sale_type\":\"market\",\"customer_name\":\"Issakha\",\"customer_phone\":\"---\",\"customer_email\":null,\"subtotal\":\"20000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"20000.00\",\"paid_amount\":\"0.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-03-14T11:15:03.000000Z\",\"cashier_id\":7,\"is_loan\":true,\"loan_amount\":\"20000.00\",\"collected_amount\":\"0.00\",\"payment_status\":\"unpaid\",\"updated_at\":\"2026-03-14T11:15:03.000000Z\",\"created_at\":\"2026-03-14T11:15:03.000000Z\",\"id\":809}','Sale created through POS',7,'Ayoub Oumar','2026-03-14 08:15:03','2026-03-14 08:15:03'),
(938,810,'created',NULL,NULL,'{\"sale_number\":\"HIL-0805\",\"sale_type\":\"market\",\"customer_name\":null,\"customer_phone\":null,\"customer_email\":null,\"subtotal\":\"60000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"60000.00\",\"paid_amount\":\"60000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-03-14T11:30:44.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"60000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-03-14T11:30:44.000000Z\",\"created_at\":\"2026-03-14T11:30:44.000000Z\",\"id\":810}','Sale created through POS',7,'Ayoub Oumar','2026-03-14 08:30:44','2026-03-14 08:30:44'),
(939,811,'created',NULL,NULL,'{\"sale_number\":\"HIL-0806\",\"sale_type\":\"market\",\"customer_name\":\"Taha Hassan\",\"customer_phone\":\"---\",\"customer_email\":null,\"subtotal\":\"10000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"10000.00\",\"paid_amount\":\"10000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-03-14T11:52:08.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"10000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-03-14T11:52:08.000000Z\",\"created_at\":\"2026-03-14T11:52:08.000000Z\",\"id\":811}','Sale created through POS',7,'Ayoub Oumar','2026-03-14 08:52:08','2026-03-14 08:52:08'),
(940,749,'cancelled','{\"sale_status\":{\"old\":\"completed\",\"new\":\"cancelled\"},\"payment_status\":{\"old\":\"unpaid\",\"new\":\"refunded\"}}',NULL,'{\"id\":749,\"sale_number\":\"HIL-0744\",\"sale_type\":\"market\",\"customer_name\":\"Nural En\",\"customer_phone\":\"---\",\"customer_email\":null,\"subtotal\":\"30000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"30000.00\",\"loan_amount\":\"30000.00\",\"collected_amount\":\"0.00\",\"is_loan\":true,\"paid_amount\":\"0.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"payment_status\":\"refunded\",\"sale_status\":\"cancelled\",\"notes\":\"\\n\\nCancelled: Sale return\",\"cashier_id\":7,\"sale_date\":\"2026-03-10T12:18:17.000000Z\",\"created_at\":\"2026-03-10T12:18:17.000000Z\",\"updated_at\":\"2026-03-14T12:34:12.000000Z\",\"items\":[{\"id\":1692,\"sale_id\":749,\"product_id\":418,\"product_name\":\"HW-Mix\",\"product_barcode\":null,\"quantity\":3,\"unit_price\":\"10000.00\",\"tax_rate\":\"0.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"30000.00\",\"created_at\":\"2026-03-10T12:18:17.000000Z\",\"updated_at\":\"2026-03-10T12:18:17.000000Z\",\"product\":{\"id\":418,\"name\":\"HW-Mix\",\"description\":null,\"barcode\":\"PRD298800\",\"category_id\":6,\"product_type\":\"market\",\"unit\":\"pcs\",\"alert_quantity\":5,\"cost_price\":\"8500.00\",\"selling_price\":\"10000.00\",\"discount_price\":null,\"image\":\"products\\/1772877468_DFFmGDSwJ1.jpg\",\"expiry_date\":null,\"is_active\":true,\"weight\":null,\"length\":null,\"width\":null,\"height\":null,\"created_at\":\"2026-03-07T09:57:49.000000Z\",\"updated_at\":\"2026-03-07T09:57:49.000000Z\",\"deleted_at\":null,\"inventory\":{\"id\":418,\"product_id\":418,\"current_stock\":343,\"reserved_stock\":0,\"available_stock\":343,\"last_stock_update\":\"2026-03-14T12:34:12.000000Z\",\"last_updated_by\":7,\"created_at\":\"2026-03-07T09:57:49.000000Z\",\"updated_at\":\"2026-03-14T12:34:12.000000Z\"}}}],\"cashier\":{\"id\":7,\"name\":\"Ayoub Oumar\",\"email\":\"ayoub.oumar919@gmail.com\",\"user_type\":\"admin\",\"is_active\":true,\"preferred_language\":\"en\",\"email_verified_at\":\"2025-12-18T06:27:21.000000Z\",\"two_factor_confirmed_at\":null,\"current_team_id\":null,\"profile_photo_path\":null,\"created_at\":\"2025-12-18T06:27:21.000000Z\",\"updated_at\":\"2026-01-05T11:04:03.000000Z\",\"profile_photo_url\":\"https:\\/\\/ui-avatars.com\\/api\\/?name=A+O&color=7F9CF5&background=EBF4FF\"}}','Sale return',7,'Ayoub Oumar','2026-03-14 09:34:12','2026-03-14 09:34:12'),
(941,812,'created',NULL,NULL,'{\"sale_number\":\"HIL-0807\",\"sale_type\":\"market\",\"customer_name\":\"Nural En\",\"customer_phone\":\"---\",\"customer_email\":null,\"subtotal\":\"10000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"10000.00\",\"paid_amount\":\"10000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-03-14T12:34:38.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"10000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-03-14T12:34:38.000000Z\",\"created_at\":\"2026-03-14T12:34:38.000000Z\",\"id\":812}','Sale created through POS',7,'Ayoub Oumar','2026-03-14 09:34:38','2026-03-14 09:34:38'),
(942,813,'created',NULL,NULL,'{\"sale_number\":\"HIL-0808\",\"sale_type\":\"market\",\"customer_name\":null,\"customer_phone\":null,\"customer_email\":null,\"subtotal\":\"20000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"20000.00\",\"paid_amount\":\"20000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-03-14T12:46:32.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"20000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-03-14T12:46:32.000000Z\",\"created_at\":\"2026-03-14T12:46:32.000000Z\",\"id\":813}','Sale created through POS',7,'Ayoub Oumar','2026-03-14 09:46:32','2026-03-14 09:46:32'),
(943,814,'created',NULL,NULL,'{\"sale_number\":\"HIL-0809\",\"sale_type\":\"market\",\"customer_name\":\"Soumayya\",\"customer_phone\":\"---\",\"customer_email\":null,\"subtotal\":\"269000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"269000.00\",\"paid_amount\":\"269000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-03-14T12:59:18.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"269000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-03-14T12:59:18.000000Z\",\"created_at\":\"2026-03-14T12:59:18.000000Z\",\"id\":814}','Sale created through POS',7,'Ayoub Oumar','2026-03-14 09:59:18','2026-03-14 09:59:18'),
(944,815,'created',NULL,NULL,'{\"sale_number\":\"HIL-0810\",\"sale_type\":\"market\",\"customer_name\":\"Ayoub\",\"customer_phone\":\"---\",\"customer_email\":null,\"subtotal\":\"82500.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"82500.00\",\"paid_amount\":\"82500.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-03-14T13:21:23.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"82500.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-03-14T13:21:23.000000Z\",\"created_at\":\"2026-03-14T13:21:23.000000Z\",\"id\":815}','Sale created through POS',7,'Ayoub Oumar','2026-03-14 10:21:23','2026-03-14 10:21:23'),
(945,816,'created',NULL,NULL,'{\"sale_number\":\"HIL-0811\",\"sale_type\":\"market\",\"customer_name\":\"Abdallah Hamit\",\"customer_phone\":\"---\",\"customer_email\":null,\"subtotal\":\"840000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"840000.00\",\"paid_amount\":\"840000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-03-14T13:24:39.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"840000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-03-14T13:24:39.000000Z\",\"created_at\":\"2026-03-14T13:24:39.000000Z\",\"id\":816}','Sale created through POS',7,'Ayoub Oumar','2026-03-14 10:24:39','2026-03-14 10:24:39'),
(946,817,'created',NULL,NULL,'{\"sale_number\":\"HIL-0812\",\"sale_type\":\"market\",\"customer_name\":null,\"customer_phone\":null,\"customer_email\":null,\"subtotal\":\"30000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"30000.00\",\"paid_amount\":\"30000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-03-14T13:56:11.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"30000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-03-14T13:56:11.000000Z\",\"created_at\":\"2026-03-14T13:56:11.000000Z\",\"id\":817}','Sale created through POS',7,'Ayoub Oumar','2026-03-14 10:56:11','2026-03-14 10:56:11'),
(947,818,'created',NULL,NULL,'{\"sale_number\":\"HIL-0813\",\"sale_type\":\"market\",\"customer_name\":\"Moundou\",\"customer_phone\":\"---\",\"customer_email\":null,\"subtotal\":\"30000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"30000.00\",\"paid_amount\":\"30000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-03-14T15:26:26.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"30000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-03-14T15:26:26.000000Z\",\"created_at\":\"2026-03-14T15:26:26.000000Z\",\"id\":818}','Sale created through POS',7,'Ayoub Oumar','2026-03-14 12:26:26','2026-03-14 12:26:26'),
(948,819,'created',NULL,NULL,'{\"sale_number\":\"HIL-0814\",\"sale_type\":\"market\",\"customer_name\":\"Gachi\",\"customer_phone\":\"---\",\"customer_email\":null,\"subtotal\":\"38500.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"38500.00\",\"paid_amount\":\"38500.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-03-14T15:31:54.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"38500.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-03-14T15:31:54.000000Z\",\"created_at\":\"2026-03-14T15:31:54.000000Z\",\"id\":819}','Sale created through POS',7,'Ayoub Oumar','2026-03-14 12:31:54','2026-03-14 12:31:54'),
(949,820,'created',NULL,NULL,'{\"sale_number\":\"HIL-0815\",\"sale_type\":\"market\",\"customer_name\":\"Sale return\",\"customer_phone\":\"---\",\"customer_email\":null,\"subtotal\":\"40000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"40000.00\",\"paid_amount\":\"40000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-03-14T15:32:37.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"40000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-03-14T15:32:37.000000Z\",\"created_at\":\"2026-03-14T15:32:37.000000Z\",\"id\":820}','Sale created through POS',7,'Ayoub Oumar','2026-03-14 12:32:37','2026-03-14 12:32:37'),
(950,821,'created',NULL,NULL,'{\"sale_number\":\"HIL-0816\",\"sale_type\":\"market\",\"customer_name\":null,\"customer_phone\":null,\"customer_email\":null,\"subtotal\":\"30000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"30000.00\",\"paid_amount\":\"30000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-03-14T15:56:06.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"30000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-03-14T15:56:06.000000Z\",\"created_at\":\"2026-03-14T15:56:06.000000Z\",\"id\":821}','Sale created through POS',7,'Ayoub Oumar','2026-03-14 12:56:06','2026-03-14 12:56:06'),
(951,822,'created',NULL,NULL,'{\"sale_number\":\"HIL-0817\",\"sale_type\":\"market\",\"customer_name\":\"Ayoucha\",\"customer_phone\":\"---\",\"customer_email\":null,\"subtotal\":\"40000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"40000.00\",\"paid_amount\":\"40000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-03-14T16:14:32.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"40000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-03-14T16:14:32.000000Z\",\"created_at\":\"2026-03-14T16:14:32.000000Z\",\"id\":822}','Sale created through POS',7,'Ayoub Oumar','2026-03-14 13:14:32','2026-03-14 13:14:32'),
(952,823,'created',NULL,NULL,'{\"sale_number\":\"HIL-0818\",\"sale_type\":\"market\",\"customer_name\":\"Mabrouk\",\"customer_phone\":\"---\",\"customer_email\":null,\"subtotal\":\"20000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"20000.00\",\"paid_amount\":\"20000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-03-14T16:30:05.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"20000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-03-14T16:30:05.000000Z\",\"created_at\":\"2026-03-14T16:30:05.000000Z\",\"id\":823}','Sale created through POS',7,'Ayoub Oumar','2026-03-14 13:30:05','2026-03-14 13:30:05'),
(953,824,'created',NULL,NULL,'{\"sale_number\":\"HIL-0819\",\"sale_type\":\"market\",\"customer_name\":null,\"customer_phone\":null,\"customer_email\":null,\"subtotal\":\"60000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"60000.00\",\"paid_amount\":\"60000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-03-15T10:54:12.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"60000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-03-15T10:54:12.000000Z\",\"created_at\":\"2026-03-15T10:54:12.000000Z\",\"id\":824}','Sale created through POS',7,'Ayoub Oumar','2026-03-15 07:54:12','2026-03-15 07:54:12'),
(954,825,'created',NULL,NULL,'{\"sale_number\":\"HIL-0820\",\"sale_type\":\"market\",\"customer_name\":null,\"customer_phone\":null,\"customer_email\":null,\"subtotal\":\"30000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"30000.00\",\"paid_amount\":\"30000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-03-15T11:41:31.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"30000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-03-15T11:41:31.000000Z\",\"created_at\":\"2026-03-15T11:41:31.000000Z\",\"id\":825}','Sale created through POS',7,'Ayoub Oumar','2026-03-15 08:41:31','2026-03-15 08:41:31'),
(955,826,'created',NULL,NULL,'{\"sale_number\":\"HIL-0821\",\"sale_type\":\"market\",\"customer_name\":null,\"customer_phone\":null,\"customer_email\":null,\"subtotal\":\"20000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"20000.00\",\"paid_amount\":\"20000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-03-15T11:42:25.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"20000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-03-15T11:42:25.000000Z\",\"created_at\":\"2026-03-15T11:42:25.000000Z\",\"id\":826}','Sale created through POS',7,'Ayoub Oumar','2026-03-15 08:42:25','2026-03-15 08:42:25'),
(956,827,'created',NULL,NULL,'{\"sale_number\":\"HIL-0822\",\"sale_type\":\"market\",\"customer_name\":\"Saoudi\'s Client\",\"customer_phone\":\"---\",\"customer_email\":null,\"subtotal\":\"20000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"20000.00\",\"paid_amount\":\"20000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-03-15T11:55:03.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"20000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-03-15T11:55:03.000000Z\",\"created_at\":\"2026-03-15T11:55:03.000000Z\",\"id\":827}','Sale created through POS',7,'Ayoub Oumar','2026-03-15 08:55:03','2026-03-15 08:55:03'),
(957,828,'created',NULL,NULL,'{\"sale_number\":\"HIL-0823\",\"sale_type\":\"market\",\"customer_name\":null,\"customer_phone\":null,\"customer_email\":null,\"subtotal\":\"30000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"30000.00\",\"paid_amount\":\"30000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-03-15T12:24:12.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"30000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-03-15T12:24:12.000000Z\",\"created_at\":\"2026-03-15T12:24:12.000000Z\",\"id\":828}','Sale created through POS',7,'Ayoub Oumar','2026-03-15 09:24:12','2026-03-15 09:24:12'),
(958,829,'created',NULL,NULL,'{\"sale_number\":\"HIL-0824\",\"sale_type\":\"market\",\"customer_name\":null,\"customer_phone\":null,\"customer_email\":null,\"subtotal\":\"42500.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"42500.00\",\"paid_amount\":\"42500.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-03-15T12:28:03.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"42500.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-03-15T12:28:03.000000Z\",\"created_at\":\"2026-03-15T12:28:03.000000Z\",\"id\":829}','Sale created through POS',7,'Ayoub Oumar','2026-03-15 09:28:03','2026-03-15 09:28:03'),
(959,830,'created',NULL,NULL,'{\"sale_number\":\"HIL-0825\",\"sale_type\":\"market\",\"customer_name\":null,\"customer_phone\":null,\"customer_email\":null,\"subtotal\":\"140000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"140000.00\",\"paid_amount\":\"140000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-03-15T12:28:12.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"140000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-03-15T12:28:12.000000Z\",\"created_at\":\"2026-03-15T12:28:12.000000Z\",\"id\":830}','Sale created through POS',7,'Ayoub Oumar','2026-03-15 09:28:12','2026-03-15 09:28:12'),
(960,831,'created',NULL,NULL,'{\"sale_number\":\"HIL-0826\",\"sale_type\":\"market\",\"customer_name\":\"FZ\",\"customer_phone\":\"---\",\"customer_email\":null,\"subtotal\":\"20000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"20000.00\",\"paid_amount\":\"20000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-03-15T12:42:47.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"20000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-03-15T12:42:47.000000Z\",\"created_at\":\"2026-03-15T12:42:47.000000Z\",\"id\":831}','Sale created through POS',7,'Ayoub Oumar','2026-03-15 09:42:47','2026-03-15 09:42:47'),
(961,832,'created',NULL,NULL,'{\"sale_number\":\"HIL-0827\",\"sale_type\":\"market\",\"customer_name\":null,\"customer_phone\":null,\"customer_email\":null,\"subtotal\":\"40000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"40000.00\",\"paid_amount\":\"40000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-03-15T12:55:16.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"40000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-03-15T12:55:16.000000Z\",\"created_at\":\"2026-03-15T12:55:16.000000Z\",\"id\":832}','Sale created through POS',7,'Ayoub Oumar','2026-03-15 09:55:16','2026-03-15 09:55:16'),
(962,833,'created',NULL,NULL,'{\"sale_number\":\"HIL-0828\",\"sale_type\":\"market\",\"customer_name\":null,\"customer_phone\":null,\"customer_email\":null,\"subtotal\":\"60000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"60000.00\",\"paid_amount\":\"60000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-03-15T13:10:25.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"60000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-03-15T13:10:25.000000Z\",\"created_at\":\"2026-03-15T13:10:25.000000Z\",\"id\":833}','Sale created through POS',7,'Ayoub Oumar','2026-03-15 10:10:25','2026-03-15 10:10:25'),
(963,834,'created',NULL,NULL,'{\"sale_number\":\"HIL-0829\",\"sale_type\":\"market\",\"customer_name\":null,\"customer_phone\":null,\"customer_email\":null,\"subtotal\":\"30000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"30000.00\",\"paid_amount\":\"30000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-03-15T13:56:37.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"30000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-03-15T13:56:37.000000Z\",\"created_at\":\"2026-03-15T13:56:37.000000Z\",\"id\":834}','Sale created through POS',7,'Ayoub Oumar','2026-03-15 10:56:37','2026-03-15 10:56:37'),
(964,835,'created',NULL,NULL,'{\"sale_number\":\"HIL-0830\",\"sale_type\":\"market\",\"customer_name\":null,\"customer_phone\":null,\"customer_email\":null,\"subtotal\":\"20000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"20000.00\",\"paid_amount\":\"20000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-03-15T15:05:56.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"20000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-03-15T15:05:56.000000Z\",\"created_at\":\"2026-03-15T15:05:56.000000Z\",\"id\":835}','Sale created through POS',7,'Ayoub Oumar','2026-03-15 12:05:56','2026-03-15 12:05:56'),
(965,836,'created',NULL,NULL,'{\"sale_number\":\"HIL-0831\",\"sale_type\":\"market\",\"customer_name\":\"Taha\",\"customer_phone\":\"---\",\"customer_email\":null,\"subtotal\":\"20000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"20000.00\",\"paid_amount\":\"20000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-03-15T15:32:01.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"20000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-03-15T15:32:01.000000Z\",\"created_at\":\"2026-03-15T15:32:01.000000Z\",\"id\":836}','Sale created through POS',7,'Ayoub Oumar','2026-03-15 12:32:01','2026-03-15 12:32:01'),
(966,837,'created',NULL,NULL,'{\"sale_number\":\"HIL-0832\",\"sale_type\":\"market\",\"customer_name\":\"Taha\",\"customer_phone\":\"---\",\"customer_email\":null,\"subtotal\":\"20000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"20000.00\",\"paid_amount\":\"20000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-03-15T15:35:36.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"20000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-03-15T15:35:36.000000Z\",\"created_at\":\"2026-03-15T15:35:36.000000Z\",\"id\":837}','Sale created through POS',7,'Ayoub Oumar','2026-03-15 12:35:36','2026-03-15 12:35:36'),
(967,838,'created',NULL,NULL,'{\"sale_number\":\"HIL-0833\",\"sale_type\":\"market\",\"customer_name\":\"Taha\",\"customer_phone\":\"---\",\"customer_email\":null,\"subtotal\":\"20000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"20000.00\",\"paid_amount\":\"20000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-03-15T15:37:49.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"20000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-03-15T15:37:49.000000Z\",\"created_at\":\"2026-03-15T15:37:49.000000Z\",\"id\":838}','Sale created through POS',7,'Ayoub Oumar','2026-03-15 12:37:49','2026-03-15 12:37:49'),
(968,838,'cancelled','{\"sale_status\":{\"old\":\"completed\",\"new\":\"cancelled\"},\"payment_status\":{\"old\":\"paid\",\"new\":\"refunded\"}}',NULL,'{\"id\":838,\"sale_number\":\"HIL-0833\",\"sale_type\":\"market\",\"customer_name\":\"Taha\",\"customer_phone\":\"---\",\"customer_email\":null,\"subtotal\":\"20000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"20000.00\",\"loan_amount\":\"0.00\",\"collected_amount\":\"20000.00\",\"is_loan\":false,\"paid_amount\":\"20000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"payment_status\":\"refunded\",\"sale_status\":\"cancelled\",\"notes\":\"\\n\\nCancelled: Sale return\",\"cashier_id\":7,\"sale_date\":\"2026-03-15T15:37:49.000000Z\",\"created_at\":\"2026-03-15T15:37:49.000000Z\",\"updated_at\":\"2026-03-15T15:38:15.000000Z\",\"items\":[{\"id\":1863,\"sale_id\":838,\"product_id\":272,\"product_name\":\"Hilal-8S\",\"product_barcode\":null,\"quantity\":1,\"unit_price\":\"20000.00\",\"tax_rate\":\"0.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"20000.00\",\"created_at\":\"2026-03-15T15:37:49.000000Z\",\"updated_at\":\"2026-03-15T15:37:49.000000Z\",\"product\":{\"id\":272,\"name\":\"Hilal-8S\",\"description\":null,\"barcode\":\"PRD403870-M2\",\"category_id\":2,\"product_type\":\"market\",\"unit\":\"pcs\",\"alert_quantity\":1,\"cost_price\":\"16500.00\",\"selling_price\":\"18500.00\",\"discount_price\":null,\"image\":\"products\\/1766045876_FUN43W62QS.jpg\",\"expiry_date\":null,\"is_active\":true,\"weight\":null,\"length\":null,\"width\":null,\"height\":null,\"created_at\":\"2026-02-03T14:21:36.000000Z\",\"updated_at\":\"2026-03-08T23:37:13.000000Z\",\"deleted_at\":null,\"inventory\":{\"id\":271,\"product_id\":272,\"current_stock\":7,\"reserved_stock\":0,\"available_stock\":7,\"last_stock_update\":\"2026-03-15T15:38:15.000000Z\",\"last_updated_by\":7,\"created_at\":\"2026-02-03T14:21:36.000000Z\",\"updated_at\":\"2026-03-15T15:38:15.000000Z\"}}}],\"cashier\":{\"id\":7,\"name\":\"Ayoub Oumar\",\"email\":\"ayoub.oumar919@gmail.com\",\"user_type\":\"admin\",\"is_active\":true,\"preferred_language\":\"en\",\"email_verified_at\":\"2025-12-18T06:27:21.000000Z\",\"two_factor_confirmed_at\":null,\"current_team_id\":null,\"profile_photo_path\":null,\"created_at\":\"2025-12-18T06:27:21.000000Z\",\"updated_at\":\"2026-01-05T11:04:03.000000Z\",\"profile_photo_url\":\"https:\\/\\/ui-avatars.com\\/api\\/?name=A+O&color=7F9CF5&background=EBF4FF\"}}','Sale return',7,'Ayoub Oumar','2026-03-15 12:38:15','2026-03-15 12:38:15'),
(969,839,'created',NULL,NULL,'{\"sale_number\":\"HIL-0834\",\"sale_type\":\"market\",\"customer_name\":\"Saoudi\",\"customer_phone\":\"---\",\"customer_email\":null,\"subtotal\":\"10000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"10000.00\",\"paid_amount\":\"10000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-03-16T09:32:51.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"10000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-03-16T09:32:51.000000Z\",\"created_at\":\"2026-03-16T09:32:51.000000Z\",\"id\":839}','Sale created through POS',7,'Ayoub Oumar','2026-03-16 06:32:51','2026-03-16 06:32:51'),
(970,840,'created',NULL,NULL,'{\"sale_number\":\"HIL-0835\",\"sale_type\":\"market\",\"customer_name\":\"Youssouf\",\"customer_phone\":\"---\",\"customer_email\":null,\"subtotal\":\"10000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"10000.00\",\"paid_amount\":\"10000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-03-16T09:33:05.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"10000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-03-16T09:33:05.000000Z\",\"created_at\":\"2026-03-16T09:33:05.000000Z\",\"id\":840}','Sale created through POS',7,'Ayoub Oumar','2026-03-16 06:33:05','2026-03-16 06:33:05'),
(971,841,'created',NULL,NULL,'{\"sale_number\":\"HIL-0836\",\"sale_type\":\"market\",\"customer_name\":null,\"customer_phone\":null,\"customer_email\":null,\"subtotal\":\"10000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"10000.00\",\"paid_amount\":\"10000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-03-16T09:33:14.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"10000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-03-16T09:33:14.000000Z\",\"created_at\":\"2026-03-16T09:33:14.000000Z\",\"id\":841}','Sale created through POS',7,'Ayoub Oumar','2026-03-16 06:33:14','2026-03-16 06:33:14'),
(972,842,'created',NULL,NULL,'{\"sale_number\":\"HIL-0837\",\"sale_type\":\"market\",\"customer_name\":\"Mabrouk\",\"customer_phone\":\"---\",\"customer_email\":null,\"subtotal\":\"20000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"20000.00\",\"paid_amount\":\"20000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-03-16T09:33:45.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"20000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-03-16T09:33:45.000000Z\",\"created_at\":\"2026-03-16T09:33:45.000000Z\",\"id\":842}','Sale created through POS',7,'Ayoub Oumar','2026-03-16 06:33:45','2026-03-16 06:33:45'),
(973,823,'cancelled','{\"sale_status\":{\"old\":\"completed\",\"new\":\"cancelled\"},\"payment_status\":{\"old\":\"paid\",\"new\":\"refunded\"}}',NULL,'{\"id\":823,\"sale_number\":\"HIL-0818\",\"sale_type\":\"market\",\"customer_name\":\"Mabrouk\",\"customer_phone\":\"---\",\"customer_email\":null,\"subtotal\":\"20000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"20000.00\",\"loan_amount\":\"0.00\",\"collected_amount\":\"20000.00\",\"is_loan\":false,\"paid_amount\":\"20000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"payment_status\":\"refunded\",\"sale_status\":\"cancelled\",\"notes\":\"\\n\\nCancelled: Sale return\",\"cashier_id\":7,\"sale_date\":\"2026-03-14T16:30:05.000000Z\",\"created_at\":\"2026-03-14T16:30:05.000000Z\",\"updated_at\":\"2026-03-16T09:34:09.000000Z\",\"items\":[{\"id\":1843,\"sale_id\":823,\"product_id\":270,\"product_name\":\"HS-CS\",\"product_barcode\":null,\"quantity\":1,\"unit_price\":\"20000.00\",\"tax_rate\":\"0.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"20000.00\",\"created_at\":\"2026-03-14T16:30:05.000000Z\",\"updated_at\":\"2026-03-14T16:30:05.000000Z\",\"product\":{\"id\":270,\"name\":\"HS-CS\",\"description\":null,\"barcode\":\"PRD033224-M1\",\"category_id\":2,\"product_type\":\"market\",\"unit\":\"pcs\",\"alert_quantity\":1,\"cost_price\":\"16500.00\",\"selling_price\":\"18500.00\",\"discount_price\":null,\"image\":\"products\\/1769859193_GNd6vR3a8p.jpeg\",\"expiry_date\":null,\"is_active\":true,\"weight\":null,\"length\":null,\"width\":null,\"height\":null,\"created_at\":\"2026-02-03T14:14:35.000000Z\",\"updated_at\":\"2026-03-08T23:36:58.000000Z\",\"deleted_at\":null,\"inventory\":{\"id\":269,\"product_id\":270,\"current_stock\":3,\"reserved_stock\":0,\"available_stock\":3,\"last_stock_update\":\"2026-03-16T09:34:09.000000Z\",\"last_updated_by\":7,\"created_at\":\"2026-02-03T14:14:35.000000Z\",\"updated_at\":\"2026-03-16T09:34:09.000000Z\"}}}],\"cashier\":{\"id\":7,\"name\":\"Ayoub Oumar\",\"email\":\"ayoub.oumar919@gmail.com\",\"user_type\":\"admin\",\"is_active\":true,\"preferred_language\":\"en\",\"email_verified_at\":\"2025-12-18T06:27:21.000000Z\",\"two_factor_confirmed_at\":null,\"current_team_id\":null,\"profile_photo_path\":null,\"created_at\":\"2025-12-18T06:27:21.000000Z\",\"updated_at\":\"2026-01-05T11:04:03.000000Z\",\"profile_photo_url\":\"https:\\/\\/ui-avatars.com\\/api\\/?name=A+O&color=7F9CF5&background=EBF4FF\"}}','Sale return',7,'Ayoub Oumar','2026-03-16 06:34:09','2026-03-16 06:34:09'),
(974,843,'created',NULL,NULL,'{\"sale_number\":\"HIL-0838\",\"sale_type\":\"market\",\"customer_name\":null,\"customer_phone\":null,\"customer_email\":null,\"subtotal\":\"22000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"22000.00\",\"paid_amount\":\"22000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-03-16T09:55:14.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"22000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-03-16T09:55:14.000000Z\",\"created_at\":\"2026-03-16T09:55:14.000000Z\",\"id\":843}','Sale created through POS',7,'Ayoub Oumar','2026-03-16 06:55:14','2026-03-16 06:55:14'),
(975,844,'created',NULL,NULL,'{\"sale_number\":\"HIL-0839\",\"sale_type\":\"market\",\"customer_name\":null,\"customer_phone\":null,\"customer_email\":null,\"subtotal\":\"12500.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"12500.00\",\"paid_amount\":\"12500.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-03-16T10:30:40.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"12500.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-03-16T10:30:40.000000Z\",\"created_at\":\"2026-03-16T10:30:40.000000Z\",\"id\":844}','Sale created through POS',7,'Ayoub Oumar','2026-03-16 07:30:40','2026-03-16 07:30:40'),
(976,845,'created',NULL,NULL,'{\"sale_number\":\"HIL-0840\",\"sale_type\":\"market\",\"customer_name\":null,\"customer_phone\":null,\"customer_email\":null,\"subtotal\":\"20000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"20000.00\",\"paid_amount\":\"20000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-03-16T11:52:14.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"20000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-03-16T11:52:14.000000Z\",\"created_at\":\"2026-03-16T11:52:14.000000Z\",\"id\":845}','Sale created through POS',7,'Ayoub Oumar','2026-03-16 08:52:14','2026-03-16 08:52:14'),
(977,809,'payment_received','{\"payment_status\":{\"old\":\"unpaid\",\"new\":\"paid\"},\"loan_amount\":{\"old\":\"20000.00\",\"new\":\"0.00\"},\"collected_amount\":{\"old\":\"0.00\",\"new\":\"20000.00\"},\"is_loan\":{\"old\":true,\"new\":false}}',NULL,'{\"payment_amount\":20000,\"payment_method\":\"cash\",\"payment_notes\":null,\"balance_after\":0}','Payment received: 20,000 CFA via Cash',7,'Ayoub Oumar','2026-03-16 09:15:37','2026-03-16 09:15:37'),
(978,846,'created',NULL,NULL,'{\"sale_number\":\"HIL-0841\",\"sale_type\":\"market\",\"customer_name\":null,\"customer_phone\":null,\"customer_email\":null,\"subtotal\":\"20000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"20000.00\",\"paid_amount\":\"20000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-03-16T12:16:44.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"20000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-03-16T12:16:44.000000Z\",\"created_at\":\"2026-03-16T12:16:44.000000Z\",\"id\":846}','Sale created through POS',7,'Ayoub Oumar','2026-03-16 09:16:44','2026-03-16 09:16:44'),
(979,847,'created',NULL,NULL,'{\"sale_number\":\"HIL-0842\",\"sale_type\":\"market\",\"customer_name\":\"Nural En\",\"customer_phone\":\"---\",\"customer_email\":null,\"subtotal\":\"10000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"10000.00\",\"paid_amount\":\"10000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-03-16T13:03:22.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"10000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-03-16T13:03:22.000000Z\",\"created_at\":\"2026-03-16T13:03:22.000000Z\",\"id\":847}','Sale created through POS',7,'Ayoub Oumar','2026-03-16 10:03:22','2026-03-16 10:03:22'),
(980,848,'created',NULL,NULL,'{\"sale_number\":\"HIL-0843\",\"sale_type\":\"market\",\"customer_name\":\"Alhadj Madiri\",\"customer_phone\":\"---\",\"customer_email\":null,\"subtotal\":\"20000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"20000.00\",\"paid_amount\":\"20000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-03-16T13:06:46.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"20000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-03-16T13:06:46.000000Z\",\"created_at\":\"2026-03-16T13:06:46.000000Z\",\"id\":848}','Sale created through POS',7,'Ayoub Oumar','2026-03-16 10:06:46','2026-03-16 10:06:46'),
(981,849,'created',NULL,NULL,'{\"sale_number\":\"HIL-0844\",\"sale_type\":\"market\",\"customer_name\":null,\"customer_phone\":null,\"customer_email\":null,\"subtotal\":\"140000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"140000.00\",\"paid_amount\":\"140000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-03-16T13:15:05.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"140000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-03-16T13:15:05.000000Z\",\"created_at\":\"2026-03-16T13:15:05.000000Z\",\"id\":849}','Sale created through POS',7,'Ayoub Oumar','2026-03-16 10:15:05','2026-03-16 10:15:05'),
(982,850,'created',NULL,NULL,'{\"sale_number\":\"HIL-0845\",\"sale_type\":\"market\",\"customer_name\":null,\"customer_phone\":null,\"customer_email\":null,\"subtotal\":\"60000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"60000.00\",\"paid_amount\":\"60000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-03-16T14:15:10.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"60000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-03-16T14:15:10.000000Z\",\"created_at\":\"2026-03-16T14:15:10.000000Z\",\"id\":850}','Sale created through POS',7,'Ayoub Oumar','2026-03-16 11:15:10','2026-03-16 11:15:10'),
(983,851,'created',NULL,NULL,'{\"sale_number\":\"HIL-0846\",\"sale_type\":\"market\",\"customer_name\":\"Issakha\",\"customer_phone\":\"---\",\"customer_email\":null,\"subtotal\":\"10000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"10000.00\",\"paid_amount\":\"10000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-03-16T14:15:39.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"10000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-03-16T14:15:39.000000Z\",\"created_at\":\"2026-03-16T14:15:39.000000Z\",\"id\":851}','Sale created through POS',7,'Ayoub Oumar','2026-03-16 11:15:39','2026-03-16 11:15:39'),
(984,852,'created',NULL,NULL,'{\"sale_number\":\"HIL-0847\",\"sale_type\":\"market\",\"customer_name\":null,\"customer_phone\":null,\"customer_email\":null,\"subtotal\":\"20000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"20000.00\",\"paid_amount\":\"20000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-03-16T14:30:16.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"20000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-03-16T14:30:16.000000Z\",\"created_at\":\"2026-03-16T14:30:16.000000Z\",\"id\":852}','Sale created through POS',7,'Ayoub Oumar','2026-03-16 11:30:16','2026-03-16 11:30:16'),
(985,853,'created',NULL,NULL,'{\"sale_number\":\"HIL-0848\",\"sale_type\":\"market\",\"customer_name\":\"Moussa\",\"customer_phone\":\"---\",\"customer_email\":null,\"subtotal\":\"20000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"20000.00\",\"paid_amount\":\"20000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-03-16T14:35:54.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"20000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-03-16T14:35:54.000000Z\",\"created_at\":\"2026-03-16T14:35:54.000000Z\",\"id\":853}','Sale created through POS',7,'Ayoub Oumar','2026-03-16 11:35:54','2026-03-16 11:35:54'),
(986,854,'created',NULL,NULL,'{\"sale_number\":\"HIL-0849\",\"sale_type\":\"market\",\"customer_name\":null,\"customer_phone\":null,\"customer_email\":null,\"subtotal\":\"30000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"30000.00\",\"paid_amount\":\"30000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-03-16T14:56:05.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"30000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-03-16T14:56:05.000000Z\",\"created_at\":\"2026-03-16T14:56:05.000000Z\",\"id\":854}','Sale created through POS',7,'Ayoub Oumar','2026-03-16 11:56:05','2026-03-16 11:56:05'),
(987,855,'created',NULL,NULL,'{\"sale_number\":\"HIL-0850\",\"sale_type\":\"market\",\"customer_name\":null,\"customer_phone\":null,\"customer_email\":null,\"subtotal\":\"15000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"15000.00\",\"paid_amount\":\"15000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-03-16T15:05:20.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"15000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-03-16T15:05:20.000000Z\",\"created_at\":\"2026-03-16T15:05:20.000000Z\",\"id\":855}','Sale created through POS',7,'Ayoub Oumar','2026-03-16 12:05:20','2026-03-16 12:05:20'),
(988,856,'created',NULL,NULL,'{\"sale_number\":\"HIL-0851\",\"sale_type\":\"market\",\"customer_name\":\"Issakha\",\"customer_phone\":\"---\",\"customer_email\":null,\"subtotal\":\"20000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"20000.00\",\"paid_amount\":\"20000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-03-16T15:05:52.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"20000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-03-16T15:05:52.000000Z\",\"created_at\":\"2026-03-16T15:05:52.000000Z\",\"id\":856}','Sale created through POS',7,'Ayoub Oumar','2026-03-16 12:05:53','2026-03-16 12:05:53'),
(989,857,'created',NULL,NULL,'{\"sale_number\":\"HIL-0852\",\"sale_type\":\"market\",\"customer_name\":\"Issakha\",\"customer_phone\":\"---\",\"customer_email\":null,\"subtotal\":\"10000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"10000.00\",\"paid_amount\":\"0.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-03-16T15:37:40.000000Z\",\"cashier_id\":7,\"is_loan\":true,\"loan_amount\":\"10000.00\",\"collected_amount\":\"0.00\",\"payment_status\":\"unpaid\",\"updated_at\":\"2026-03-16T15:37:40.000000Z\",\"created_at\":\"2026-03-16T15:37:40.000000Z\",\"id\":857}','Sale created through POS',7,'Ayoub Oumar','2026-03-16 12:37:40','2026-03-16 12:37:40'),
(990,858,'created',NULL,NULL,'{\"sale_number\":\"HIL-0853\",\"sale_type\":\"market\",\"customer_name\":null,\"customer_phone\":null,\"customer_email\":null,\"subtotal\":\"30000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"30000.00\",\"paid_amount\":\"30000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-03-16T16:23:27.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"30000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-03-16T16:23:27.000000Z\",\"created_at\":\"2026-03-16T16:23:27.000000Z\",\"id\":858}','Sale created through POS',7,'Ayoub Oumar','2026-03-16 13:23:27','2026-03-16 13:23:27'),
(991,859,'created',NULL,NULL,'{\"sale_number\":\"HIL-0854\",\"sale_type\":\"market\",\"customer_name\":null,\"customer_phone\":null,\"customer_email\":null,\"subtotal\":\"30000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"30000.00\",\"paid_amount\":\"30000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-03-17T08:55:12.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"30000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-03-17T08:55:12.000000Z\",\"created_at\":\"2026-03-17T08:55:12.000000Z\",\"id\":859}','Sale created through POS',7,'Ayoub Oumar','2026-03-17 05:55:12','2026-03-17 05:55:12'),
(992,860,'created',NULL,NULL,'{\"sale_number\":\"HIL-0855\",\"sale_type\":\"market\",\"customer_name\":null,\"customer_phone\":null,\"customer_email\":null,\"subtotal\":\"21000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"21000.00\",\"paid_amount\":\"21000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-03-17T09:30:25.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"21000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-03-17T09:30:25.000000Z\",\"created_at\":\"2026-03-17T09:30:25.000000Z\",\"id\":860}','Sale created through POS',7,'Ayoub Oumar','2026-03-17 06:30:25','2026-03-17 06:30:25'),
(993,861,'created',NULL,NULL,'{\"sale_number\":\"HIL-0856\",\"sale_type\":\"market\",\"customer_name\":null,\"customer_phone\":null,\"customer_email\":null,\"subtotal\":\"20000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"20000.00\",\"paid_amount\":\"20000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-03-17T10:09:08.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"20000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-03-17T10:09:08.000000Z\",\"created_at\":\"2026-03-17T10:09:08.000000Z\",\"id\":861}','Sale created through POS',7,'Ayoub Oumar','2026-03-17 07:09:08','2026-03-17 07:09:08'),
(994,862,'created',NULL,NULL,'{\"sale_number\":\"HIL-0857\",\"sale_type\":\"market\",\"customer_name\":null,\"customer_phone\":null,\"customer_email\":null,\"subtotal\":\"40000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"40000.00\",\"paid_amount\":\"40000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-03-17T10:09:45.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"40000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-03-17T10:09:45.000000Z\",\"created_at\":\"2026-03-17T10:09:45.000000Z\",\"id\":862}','Sale created through POS',7,'Ayoub Oumar','2026-03-17 07:09:45','2026-03-17 07:09:45'),
(995,863,'created',NULL,NULL,'{\"sale_number\":\"HIL-0858\",\"sale_type\":\"market\",\"customer_name\":null,\"customer_phone\":null,\"customer_email\":null,\"subtotal\":\"30000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"30000.00\",\"paid_amount\":\"30000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-03-17T10:13:51.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"30000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-03-17T10:13:51.000000Z\",\"created_at\":\"2026-03-17T10:13:51.000000Z\",\"id\":863}','Sale created through POS',7,'Ayoub Oumar','2026-03-17 07:13:51','2026-03-17 07:13:51'),
(996,857,'payment_received','{\"payment_status\":{\"old\":\"unpaid\",\"new\":\"paid\"},\"loan_amount\":{\"old\":\"10000.00\",\"new\":\"0.00\"},\"collected_amount\":{\"old\":\"0.00\",\"new\":\"10000.00\"},\"is_loan\":{\"old\":true,\"new\":false}}',NULL,'{\"payment_amount\":10000,\"payment_method\":\"cash\",\"payment_notes\":null,\"balance_after\":0}','Payment received: 10,000 CFA via Cash',7,'Ayoub Oumar','2026-03-17 07:21:40','2026-03-17 07:21:40'),
(997,864,'created',NULL,NULL,'{\"sale_number\":\"HIL-0859\",\"sale_type\":\"market\",\"customer_name\":\"Issakha\",\"customer_phone\":\"---\",\"customer_email\":null,\"subtotal\":\"10000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"10000.00\",\"paid_amount\":\"0.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-03-17T10:23:17.000000Z\",\"cashier_id\":7,\"is_loan\":true,\"loan_amount\":\"10000.00\",\"collected_amount\":\"0.00\",\"payment_status\":\"unpaid\",\"updated_at\":\"2026-03-17T10:23:17.000000Z\",\"created_at\":\"2026-03-17T10:23:17.000000Z\",\"id\":864}','Sale created through POS',7,'Ayoub Oumar','2026-03-17 07:23:17','2026-03-17 07:23:17'),
(998,865,'created',NULL,NULL,'{\"sale_number\":\"HIL-0860\",\"sale_type\":\"market\",\"customer_name\":null,\"customer_phone\":null,\"customer_email\":null,\"subtotal\":\"55500.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"55500.00\",\"paid_amount\":\"55500.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-03-17T10:40:02.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"55500.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-03-17T10:40:02.000000Z\",\"created_at\":\"2026-03-17T10:40:02.000000Z\",\"id\":865}','Sale created through POS',7,'Ayoub Oumar','2026-03-17 07:40:02','2026-03-17 07:40:02'),
(999,866,'created',NULL,NULL,'{\"sale_number\":\"HIL-0861\",\"sale_type\":\"market\",\"customer_name\":\"Issakha\",\"customer_phone\":\"---\",\"customer_email\":null,\"subtotal\":\"10000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"10000.00\",\"paid_amount\":\"10000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-03-17T10:47:42.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"10000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-03-17T10:47:42.000000Z\",\"created_at\":\"2026-03-17T10:47:42.000000Z\",\"id\":866}','Sale created through POS',7,'Ayoub Oumar','2026-03-17 07:47:42','2026-03-17 07:47:42'),
(1000,867,'created',NULL,NULL,'{\"sale_number\":\"HIL-0862\",\"sale_type\":\"market\",\"customer_name\":null,\"customer_phone\":null,\"customer_email\":null,\"subtotal\":\"60000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"60000.00\",\"paid_amount\":\"60000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-03-17T10:55:56.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"60000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-03-17T10:55:56.000000Z\",\"created_at\":\"2026-03-17T10:55:56.000000Z\",\"id\":867}','Sale created through POS',7,'Ayoub Oumar','2026-03-17 07:55:56','2026-03-17 07:55:56'),
(1001,864,'payment_received','{\"payment_status\":{\"old\":\"unpaid\",\"new\":\"paid\"},\"loan_amount\":{\"old\":\"10000.00\",\"new\":\"0.00\"},\"collected_amount\":{\"old\":\"0.00\",\"new\":\"10000.00\"},\"is_loan\":{\"old\":true,\"new\":false}}',NULL,'{\"payment_amount\":10000,\"payment_method\":\"cash\",\"payment_notes\":null,\"balance_after\":0}','Payment received: 10,000 CFA via Cash',7,'Ayoub Oumar','2026-03-17 08:09:31','2026-03-17 08:09:31'),
(1002,868,'created',NULL,NULL,'{\"sale_number\":\"HIL-0863\",\"sale_type\":\"market\",\"customer_name\":\"Issakha\",\"customer_phone\":\"---\",\"customer_email\":null,\"subtotal\":\"30000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"30000.00\",\"paid_amount\":\"30000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-03-17T11:10:02.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"30000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-03-17T11:10:02.000000Z\",\"created_at\":\"2026-03-17T11:10:02.000000Z\",\"id\":868}','Sale created through POS',7,'Ayoub Oumar','2026-03-17 08:10:02','2026-03-17 08:10:02'),
(1003,868,'cancelled','{\"sale_status\":{\"old\":\"completed\",\"new\":\"cancelled\"},\"payment_status\":{\"old\":\"paid\",\"new\":\"refunded\"}}',NULL,'{\"id\":868,\"sale_number\":\"HIL-0863\",\"sale_type\":\"market\",\"customer_name\":\"Issakha\",\"customer_phone\":\"---\",\"customer_email\":null,\"subtotal\":\"30000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"30000.00\",\"loan_amount\":\"0.00\",\"collected_amount\":\"30000.00\",\"is_loan\":false,\"paid_amount\":\"30000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"payment_status\":\"refunded\",\"sale_status\":\"cancelled\",\"notes\":\"\\n\\nCancelled: Error\",\"cashier_id\":7,\"sale_date\":\"2026-03-17T11:10:02.000000Z\",\"created_at\":\"2026-03-17T11:10:02.000000Z\",\"updated_at\":\"2026-03-17T11:10:26.000000Z\",\"items\":[{\"id\":1899,\"sale_id\":868,\"product_id\":418,\"product_name\":\"HW-Mix\",\"product_barcode\":null,\"quantity\":1,\"unit_price\":\"10000.00\",\"tax_rate\":\"0.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"10000.00\",\"created_at\":\"2026-03-17T11:10:02.000000Z\",\"updated_at\":\"2026-03-17T11:10:02.000000Z\",\"product\":{\"id\":418,\"name\":\"HW-Mix\",\"description\":null,\"barcode\":\"PRD298800\",\"category_id\":6,\"product_type\":\"market\",\"unit\":\"pcs\",\"alert_quantity\":5,\"cost_price\":\"8500.00\",\"selling_price\":\"10000.00\",\"discount_price\":null,\"image\":\"products\\/1772877468_DFFmGDSwJ1.jpg\",\"expiry_date\":null,\"is_active\":true,\"weight\":null,\"length\":null,\"width\":null,\"height\":null,\"created_at\":\"2026-03-07T09:57:49.000000Z\",\"updated_at\":\"2026-03-07T09:57:49.000000Z\",\"deleted_at\":null,\"inventory\":{\"id\":418,\"product_id\":418,\"current_stock\":304,\"reserved_stock\":0,\"available_stock\":304,\"last_stock_update\":\"2026-03-17T11:10:26.000000Z\",\"last_updated_by\":7,\"created_at\":\"2026-03-07T09:57:49.000000Z\",\"updated_at\":\"2026-03-17T11:10:26.000000Z\"}}},{\"id\":1900,\"sale_id\":868,\"product_id\":470,\"product_name\":\"H-2017 SB\",\"product_barcode\":null,\"quantity\":1,\"unit_price\":\"20000.00\",\"tax_rate\":\"0.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"20000.00\",\"created_at\":\"2026-03-17T11:10:02.000000Z\",\"updated_at\":\"2026-03-17T11:10:02.000000Z\",\"product\":{\"id\":470,\"name\":\"H-2017 SB\",\"description\":\"2\\u00d741\\r\\n2\\u00d742\\r\\n2\\u00d743\\r\\n3\\u00d744\\r\\n1\\u00d745\\r\\n1\\u00d746\",\"barcode\":\"PRD752414-M1\",\"category_id\":2,\"product_type\":\"market\",\"unit\":\"pcs\",\"alert_quantity\":1,\"cost_price\":\"16500.00\",\"selling_price\":\"18500.00\",\"discount_price\":null,\"image\":\"products\\/1773732480_CioIQyi5Ni.jpg\",\"expiry_date\":null,\"is_active\":true,\"weight\":null,\"length\":null,\"width\":null,\"height\":null,\"created_at\":\"2026-03-17T08:46:31.000000Z\",\"updated_at\":\"2026-03-17T08:46:31.000000Z\",\"deleted_at\":null,\"inventory\":{\"id\":469,\"product_id\":470,\"current_stock\":11,\"reserved_stock\":0,\"available_stock\":11,\"last_stock_update\":\"2026-03-17T11:10:26.000000Z\",\"last_updated_by\":7,\"created_at\":\"2026-03-17T08:46:31.000000Z\",\"updated_at\":\"2026-03-17T11:10:26.000000Z\"}}}],\"cashier\":{\"id\":7,\"name\":\"Ayoub Oumar\",\"email\":\"ayoub.oumar919@gmail.com\",\"user_type\":\"admin\",\"is_active\":true,\"preferred_language\":\"en\",\"email_verified_at\":\"2025-12-18T06:27:21.000000Z\",\"two_factor_confirmed_at\":null,\"current_team_id\":null,\"profile_photo_path\":null,\"created_at\":\"2025-12-18T06:27:21.000000Z\",\"updated_at\":\"2026-01-05T11:04:03.000000Z\",\"profile_photo_url\":\"https:\\/\\/ui-avatars.com\\/api\\/?name=A+O&color=7F9CF5&background=EBF4FF\"}}','Error',7,'Ayoub Oumar','2026-03-17 08:10:27','2026-03-17 08:10:27'),
(1004,869,'created',NULL,NULL,'{\"sale_number\":\"HIL-0864\",\"sale_type\":\"market\",\"customer_name\":\"Issakha\",\"customer_phone\":\"---\",\"customer_email\":null,\"subtotal\":\"30000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"30000.00\",\"paid_amount\":\"0.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-03-17T11:11:02.000000Z\",\"cashier_id\":7,\"is_loan\":true,\"loan_amount\":\"30000.00\",\"collected_amount\":\"0.00\",\"payment_status\":\"unpaid\",\"updated_at\":\"2026-03-17T11:11:02.000000Z\",\"created_at\":\"2026-03-17T11:11:02.000000Z\",\"id\":869}','Sale created through POS',7,'Ayoub Oumar','2026-03-17 08:11:02','2026-03-17 08:11:02'),
(1005,870,'created',NULL,NULL,'{\"sale_number\":\"HIL-0865\",\"sale_type\":\"market\",\"customer_name\":null,\"customer_phone\":null,\"customer_email\":null,\"subtotal\":\"15000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"15000.00\",\"paid_amount\":\"15000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-03-17T13:25:02.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"15000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-03-17T13:25:02.000000Z\",\"created_at\":\"2026-03-17T13:25:02.000000Z\",\"id\":870}','Sale created through POS',7,'Ayoub Oumar','2026-03-17 10:25:02','2026-03-17 10:25:02'),
(1006,778,'payment_received','{\"payment_status\":{\"old\":\"unpaid\",\"new\":\"partial\"},\"loan_amount\":{\"old\":\"162500.00\",\"new\":\"62500.00\"},\"collected_amount\":{\"old\":\"0.00\",\"new\":\"100000.00\"}}',NULL,'{\"payment_amount\":100000,\"payment_method\":\"cash\",\"payment_notes\":null,\"balance_after\":62500}','Payment received: 100,000 CFA via Cash',7,'Ayoub Oumar','2026-03-17 10:35:20','2026-03-17 10:35:20'),
(1007,871,'created',NULL,NULL,'{\"sale_number\":\"HIL-0866\",\"sale_type\":\"market\",\"customer_name\":\"Issakha\",\"customer_phone\":\"---\",\"customer_email\":null,\"subtotal\":\"10000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"10000.00\",\"paid_amount\":\"10000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-03-17T13:44:48.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"10000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-03-17T13:44:48.000000Z\",\"created_at\":\"2026-03-17T13:44:48.000000Z\",\"id\":871}','Sale created through POS',7,'Ayoub Oumar','2026-03-17 10:44:48','2026-03-17 10:44:48'),
(1008,872,'created',NULL,NULL,'{\"sale_number\":\"HIL-0867\",\"sale_type\":\"market\",\"customer_name\":null,\"customer_phone\":null,\"customer_email\":null,\"subtotal\":\"20000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"20000.00\",\"paid_amount\":\"20000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-03-17T13:51:21.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"20000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-03-17T13:51:21.000000Z\",\"created_at\":\"2026-03-17T13:51:21.000000Z\",\"id\":872}','Sale created through POS',7,'Ayoub Oumar','2026-03-17 10:51:21','2026-03-17 10:51:21'),
(1009,873,'created',NULL,NULL,'{\"sale_number\":\"HIL-0868\",\"sale_type\":\"market\",\"customer_name\":null,\"customer_phone\":null,\"customer_email\":null,\"subtotal\":\"10000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"10000.00\",\"paid_amount\":\"10000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-03-17T14:06:41.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"10000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-03-17T14:06:41.000000Z\",\"created_at\":\"2026-03-17T14:06:41.000000Z\",\"id\":873}','Sale created through POS',7,'Ayoub Oumar','2026-03-17 11:06:41','2026-03-17 11:06:41'),
(1010,874,'created',NULL,NULL,'{\"sale_number\":\"HIL-0869\",\"sale_type\":\"market\",\"customer_name\":null,\"customer_phone\":null,\"customer_email\":null,\"subtotal\":\"30000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"30000.00\",\"paid_amount\":\"30000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-03-17T14:46:20.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"30000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-03-17T14:46:20.000000Z\",\"created_at\":\"2026-03-17T14:46:20.000000Z\",\"id\":874}','Sale created through POS',7,'Ayoub Oumar','2026-03-17 11:46:20','2026-03-17 11:46:20'),
(1011,875,'created',NULL,NULL,'{\"sale_number\":\"HIL-0870\",\"sale_type\":\"market\",\"customer_name\":\"Ibrahim\",\"customer_phone\":\"---\",\"customer_email\":null,\"subtotal\":\"20000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"20000.00\",\"paid_amount\":\"20000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-03-17T14:47:13.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"20000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-03-17T14:47:13.000000Z\",\"created_at\":\"2026-03-17T14:47:13.000000Z\",\"id\":875}','Sale created through POS',7,'Ayoub Oumar','2026-03-17 11:47:13','2026-03-17 11:47:13'),
(1012,876,'created',NULL,NULL,'{\"sale_number\":\"HIL-0871\",\"sale_type\":\"market\",\"customer_name\":null,\"customer_phone\":null,\"customer_email\":null,\"subtotal\":\"20000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"20000.00\",\"paid_amount\":\"20000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-03-17T15:13:38.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"20000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-03-17T15:13:38.000000Z\",\"created_at\":\"2026-03-17T15:13:38.000000Z\",\"id\":876}','Sale created through POS',7,'Ayoub Oumar','2026-03-17 12:13:38','2026-03-17 12:13:38'),
(1013,877,'created',NULL,NULL,'{\"sale_number\":\"HIL-0872\",\"sale_type\":\"market\",\"customer_name\":null,\"customer_phone\":null,\"customer_email\":null,\"subtotal\":\"12500.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"12500.00\",\"paid_amount\":\"12500.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-03-17T15:27:48.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"12500.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-03-17T15:27:48.000000Z\",\"created_at\":\"2026-03-17T15:27:48.000000Z\",\"id\":877}','Sale created through POS',7,'Ayoub Oumar','2026-03-17 12:27:48','2026-03-17 12:27:48'),
(1014,878,'created',NULL,NULL,'{\"sale_number\":\"HIL-0873\",\"sale_type\":\"market\",\"customer_name\":\"Dr\",\"customer_phone\":\"---\",\"customer_email\":null,\"subtotal\":\"30000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"30000.00\",\"paid_amount\":\"30000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-03-17T15:44:13.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"30000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-03-17T15:44:13.000000Z\",\"created_at\":\"2026-03-17T15:44:13.000000Z\",\"id\":878}','Sale created through POS',7,'Ayoub Oumar','2026-03-17 12:44:13','2026-03-17 12:44:13'),
(1015,869,'payment_received','{\"payment_status\":{\"old\":\"unpaid\",\"new\":\"paid\"},\"loan_amount\":{\"old\":\"30000.00\",\"new\":\"0.00\"},\"collected_amount\":{\"old\":\"0.00\",\"new\":\"30000.00\"},\"is_loan\":{\"old\":true,\"new\":false}}',NULL,'{\"payment_amount\":30000,\"payment_method\":\"cash\",\"payment_notes\":null,\"balance_after\":0}','Payment received: 30,000 CFA via Cash',7,'Ayoub Oumar','2026-03-17 12:51:40','2026-03-17 12:51:40'),
(1016,879,'created',NULL,NULL,'{\"sale_number\":\"HIL-0874\",\"sale_type\":\"market\",\"customer_name\":\"Issakha\",\"customer_phone\":\"---\",\"customer_email\":null,\"subtotal\":\"10000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"10000.00\",\"paid_amount\":\"10000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-03-17T15:52:32.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"10000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-03-17T15:52:32.000000Z\",\"created_at\":\"2026-03-17T15:52:32.000000Z\",\"id\":879}','Sale created through POS',7,'Ayoub Oumar','2026-03-17 12:52:32','2026-03-17 12:52:32'),
(1017,880,'created',NULL,NULL,'{\"sale_number\":\"HIL-0875\",\"sale_type\":\"market\",\"customer_name\":null,\"customer_phone\":null,\"customer_email\":null,\"subtotal\":\"27500.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"27500.00\",\"paid_amount\":\"27500.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-03-17T15:59:53.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"27500.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-03-17T15:59:53.000000Z\",\"created_at\":\"2026-03-17T15:59:53.000000Z\",\"id\":880}','Sale created through POS',7,'Ayoub Oumar','2026-03-17 12:59:53','2026-03-17 12:59:53'),
(1018,881,'created',NULL,NULL,'{\"sale_number\":\"HIL-0876\",\"sale_type\":\"market\",\"customer_name\":null,\"customer_phone\":null,\"customer_email\":null,\"subtotal\":\"27500.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"27500.00\",\"paid_amount\":\"27500.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-03-17T16:00:05.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"27500.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-03-17T16:00:05.000000Z\",\"created_at\":\"2026-03-17T16:00:05.000000Z\",\"id\":881}','Sale created through POS',7,'Ayoub Oumar','2026-03-17 13:00:05','2026-03-17 13:00:05'),
(1019,882,'created',NULL,NULL,'{\"sale_number\":\"HIL-0877\",\"sale_type\":\"market\",\"customer_name\":null,\"customer_phone\":null,\"customer_email\":null,\"subtotal\":\"20000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"20000.00\",\"paid_amount\":\"20000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-03-17T16:05:29.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"20000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-03-17T16:05:29.000000Z\",\"created_at\":\"2026-03-17T16:05:29.000000Z\",\"id\":882}','Sale created through POS',7,'Ayoub Oumar','2026-03-17 13:05:29','2026-03-17 13:05:29'),
(1020,883,'created',NULL,NULL,'{\"sale_number\":\"HIL-0878\",\"sale_type\":\"market\",\"customer_name\":null,\"customer_phone\":null,\"customer_email\":null,\"subtotal\":\"40000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"40000.00\",\"paid_amount\":\"40000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-03-17T16:31:03.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"40000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-03-17T16:31:03.000000Z\",\"created_at\":\"2026-03-17T16:31:03.000000Z\",\"id\":883}','Sale created through POS',7,'Ayoub Oumar','2026-03-17 13:31:03','2026-03-17 13:31:03'),
(1021,884,'created',NULL,NULL,'{\"sale_number\":\"HIL-0879\",\"sale_type\":\"market\",\"customer_name\":null,\"customer_phone\":null,\"customer_email\":null,\"subtotal\":\"30000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"30000.00\",\"paid_amount\":\"30000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-03-17T19:58:21.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"30000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-03-17T19:58:21.000000Z\",\"created_at\":\"2026-03-17T19:58:21.000000Z\",\"id\":884}','Sale created through POS',7,'Ayoub Oumar','2026-03-17 16:58:21','2026-03-17 16:58:21'),
(1022,885,'created',NULL,NULL,'{\"sale_number\":\"HIL-0880\",\"sale_type\":\"market\",\"customer_name\":\"Saoudi\",\"customer_phone\":\"---\",\"customer_email\":null,\"subtotal\":\"20000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"20000.00\",\"paid_amount\":\"20000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-03-17T20:04:38.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"20000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-03-17T20:04:38.000000Z\",\"created_at\":\"2026-03-17T20:04:38.000000Z\",\"id\":885}','Sale created through POS',7,'Ayoub Oumar','2026-03-17 17:04:38','2026-03-17 17:04:38'),
(1023,886,'created',NULL,NULL,'{\"sale_number\":\"HIL-0881\",\"sale_type\":\"market\",\"customer_name\":null,\"customer_phone\":null,\"customer_email\":null,\"subtotal\":\"30000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"30000.00\",\"paid_amount\":\"30000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-03-17T20:34:53.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"30000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-03-17T20:34:53.000000Z\",\"created_at\":\"2026-03-17T20:34:53.000000Z\",\"id\":886}','Sale created through POS',7,'Ayoub Oumar','2026-03-17 17:34:53','2026-03-17 17:34:53'),
(1024,887,'created',NULL,NULL,'{\"sale_number\":\"HIL-0882\",\"sale_type\":\"market\",\"customer_name\":null,\"customer_phone\":null,\"customer_email\":null,\"subtotal\":\"20000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"20000.00\",\"paid_amount\":\"20000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-03-17T20:38:18.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"20000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-03-17T20:38:18.000000Z\",\"created_at\":\"2026-03-17T20:38:18.000000Z\",\"id\":887}','Sale created through POS',7,'Ayoub Oumar','2026-03-17 17:38:18','2026-03-17 17:38:18'),
(1025,888,'created',NULL,NULL,'{\"sale_number\":\"HIL-0883\",\"sale_type\":\"market\",\"customer_name\":null,\"customer_phone\":null,\"customer_email\":null,\"subtotal\":\"20000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"20000.00\",\"paid_amount\":\"20000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-03-17T21:13:25.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"20000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-03-17T21:13:25.000000Z\",\"created_at\":\"2026-03-17T21:13:25.000000Z\",\"id\":888}','Sale created through POS',7,'Ayoub Oumar','2026-03-17 18:13:25','2026-03-17 18:13:25'),
(1026,889,'created',NULL,NULL,'{\"sale_number\":\"HIL-0884\",\"sale_type\":\"market\",\"customer_name\":null,\"customer_phone\":null,\"customer_email\":null,\"subtotal\":\"20000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"20000.00\",\"paid_amount\":\"20000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-03-17T21:17:43.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"20000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-03-17T21:17:43.000000Z\",\"created_at\":\"2026-03-17T21:17:43.000000Z\",\"id\":889}','Sale created through POS',7,'Ayoub Oumar','2026-03-17 18:17:43','2026-03-17 18:17:43'),
(1027,890,'created',NULL,NULL,'{\"sale_number\":\"HIL-0885\",\"sale_type\":\"market\",\"customer_name\":null,\"customer_phone\":null,\"customer_email\":null,\"subtotal\":\"60000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"60000.00\",\"paid_amount\":\"60000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-03-17T21:18:54.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"60000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-03-17T21:18:54.000000Z\",\"created_at\":\"2026-03-17T21:18:54.000000Z\",\"id\":890}','Sale created through POS',7,'Ayoub Oumar','2026-03-17 18:18:54','2026-03-17 18:18:54'),
(1028,891,'created',NULL,NULL,'{\"sale_number\":\"HIL-0886\",\"sale_type\":\"market\",\"customer_name\":null,\"customer_phone\":null,\"customer_email\":null,\"subtotal\":\"30000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"30000.00\",\"paid_amount\":\"30000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-03-17T21:52:02.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"30000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-03-17T21:52:02.000000Z\",\"created_at\":\"2026-03-17T21:52:02.000000Z\",\"id\":891}','Sale created through POS',7,'Ayoub Oumar','2026-03-17 18:52:02','2026-03-17 18:52:02'),
(1029,892,'created',NULL,NULL,'{\"sale_number\":\"HIL-0887\",\"sale_type\":\"market\",\"customer_name\":null,\"customer_phone\":null,\"customer_email\":null,\"subtotal\":\"20000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"20000.00\",\"paid_amount\":\"20000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-03-17T21:53:10.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"20000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-03-17T21:53:10.000000Z\",\"created_at\":\"2026-03-17T21:53:10.000000Z\",\"id\":892}','Sale created through POS',7,'Ayoub Oumar','2026-03-17 18:53:10','2026-03-17 18:53:10'),
(1030,893,'created',NULL,NULL,'{\"sale_number\":\"HIL-0888\",\"sale_type\":\"market\",\"customer_name\":null,\"customer_phone\":null,\"customer_email\":null,\"subtotal\":\"60000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"60000.00\",\"paid_amount\":\"60000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-03-17T21:54:06.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"60000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-03-17T21:54:06.000000Z\",\"created_at\":\"2026-03-17T21:54:06.000000Z\",\"id\":893}','Sale created through POS',7,'Ayoub Oumar','2026-03-17 18:54:06','2026-03-17 18:54:06'),
(1031,894,'created',NULL,NULL,'{\"sale_number\":\"HIL-0889\",\"sale_type\":\"market\",\"customer_name\":null,\"customer_phone\":null,\"customer_email\":null,\"subtotal\":\"90000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"90000.00\",\"paid_amount\":\"90000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-03-17T21:55:20.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"90000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-03-17T21:55:20.000000Z\",\"created_at\":\"2026-03-17T21:55:20.000000Z\",\"id\":894}','Sale created through POS',7,'Ayoub Oumar','2026-03-17 18:55:20','2026-03-17 18:55:20'),
(1032,895,'created',NULL,NULL,'{\"sale_number\":\"HIL-0890\",\"sale_type\":\"market\",\"customer_name\":null,\"customer_phone\":null,\"customer_email\":null,\"subtotal\":\"20000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"20000.00\",\"paid_amount\":\"20000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-03-18T08:50:11.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"20000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-03-18T08:50:11.000000Z\",\"created_at\":\"2026-03-18T08:50:11.000000Z\",\"id\":895}','Sale created through POS',7,'Ayoub Oumar','2026-03-18 05:50:11','2026-03-18 05:50:11'),
(1033,895,'cancelled','{\"sale_status\":{\"old\":\"completed\",\"new\":\"cancelled\"},\"payment_status\":{\"old\":\"paid\",\"new\":\"refunded\"}}',NULL,'{\"id\":895,\"sale_number\":\"HIL-0890\",\"sale_type\":\"market\",\"customer_name\":null,\"customer_phone\":null,\"customer_email\":null,\"subtotal\":\"20000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"20000.00\",\"loan_amount\":\"0.00\",\"collected_amount\":\"20000.00\",\"is_loan\":false,\"paid_amount\":\"20000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"payment_status\":\"refunded\",\"sale_status\":\"cancelled\",\"notes\":\"\\n\\nCancelled: Sale return\",\"cashier_id\":7,\"sale_date\":\"2026-03-18T08:50:11.000000Z\",\"created_at\":\"2026-03-18T08:50:11.000000Z\",\"updated_at\":\"2026-03-18T08:52:41.000000Z\",\"items\":[{\"id\":1933,\"sale_id\":895,\"product_id\":144,\"product_name\":\"H-2016 M\",\"product_barcode\":null,\"quantity\":1,\"unit_price\":\"20000.00\",\"tax_rate\":\"0.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"20000.00\",\"created_at\":\"2026-03-18T08:50:11.000000Z\",\"updated_at\":\"2026-03-18T08:50:11.000000Z\",\"product\":{\"id\":144,\"name\":\"H-2016 M\",\"description\":\"1x39\\r\\n2x44\",\"barcode\":\"PRD066458-M1\",\"category_id\":2,\"product_type\":\"market\",\"unit\":\"pcs\",\"alert_quantity\":1,\"cost_price\":\"16500.00\",\"selling_price\":\"18500.00\",\"discount_price\":null,\"image\":\"products\\/1767859897_Nm8FY6mRPt.jpg\",\"expiry_date\":null,\"is_active\":true,\"weight\":null,\"length\":null,\"width\":null,\"height\":null,\"created_at\":\"2026-01-08T08:11:56.000000Z\",\"updated_at\":\"2026-02-06T15:35:38.000000Z\",\"deleted_at\":null,\"inventory\":{\"id\":143,\"product_id\":144,\"current_stock\":1,\"reserved_stock\":0,\"available_stock\":1,\"last_stock_update\":\"2026-03-18T08:52:41.000000Z\",\"last_updated_by\":7,\"created_at\":\"2026-01-08T08:11:56.000000Z\",\"updated_at\":\"2026-03-18T08:52:41.000000Z\"}}}],\"cashier\":{\"id\":7,\"name\":\"Ayoub Oumar\",\"email\":\"ayoub.oumar919@gmail.com\",\"user_type\":\"admin\",\"is_active\":true,\"preferred_language\":\"en\",\"email_verified_at\":\"2025-12-18T06:27:21.000000Z\",\"two_factor_confirmed_at\":null,\"current_team_id\":null,\"profile_photo_path\":null,\"created_at\":\"2025-12-18T06:27:21.000000Z\",\"updated_at\":\"2026-01-05T11:04:03.000000Z\",\"profile_photo_url\":\"https:\\/\\/ui-avatars.com\\/api\\/?name=A+O&color=7F9CF5&background=EBF4FF\"}}','Sale return',7,'Ayoub Oumar','2026-03-18 05:52:41','2026-03-18 05:52:41'),
(1034,896,'created',NULL,NULL,'{\"sale_number\":\"HIL-0891\",\"sale_type\":\"market\",\"customer_name\":null,\"customer_phone\":null,\"customer_email\":null,\"subtotal\":\"30000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"30000.00\",\"paid_amount\":\"30000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-03-18T08:53:32.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"30000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-03-18T08:53:32.000000Z\",\"created_at\":\"2026-03-18T08:53:32.000000Z\",\"id\":896}','Sale created through POS',7,'Ayoub Oumar','2026-03-18 05:53:32','2026-03-18 05:53:32'),
(1035,897,'created',NULL,NULL,'{\"sale_number\":\"HIL-0892\",\"sale_type\":\"market\",\"customer_name\":null,\"customer_phone\":null,\"customer_email\":null,\"subtotal\":\"30000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"30000.00\",\"paid_amount\":\"30000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-03-18T09:38:45.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"30000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-03-18T09:38:45.000000Z\",\"created_at\":\"2026-03-18T09:38:45.000000Z\",\"id\":897}','Sale created through POS',7,'Ayoub Oumar','2026-03-18 06:38:45','2026-03-18 06:38:45'),
(1036,898,'created',NULL,NULL,'{\"sale_number\":\"HIL-0893\",\"sale_type\":\"market\",\"customer_name\":null,\"customer_phone\":null,\"customer_email\":null,\"subtotal\":\"20000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"20000.00\",\"paid_amount\":\"20000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-03-18T09:54:23.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"20000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-03-18T09:54:23.000000Z\",\"created_at\":\"2026-03-18T09:54:23.000000Z\",\"id\":898}','Sale created through POS',7,'Ayoub Oumar','2026-03-18 06:54:23','2026-03-18 06:54:23'),
(1037,899,'created',NULL,NULL,'{\"sale_number\":\"HIL-0894\",\"sale_type\":\"market\",\"customer_name\":null,\"customer_phone\":null,\"customer_email\":null,\"subtotal\":\"10000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"10000.00\",\"paid_amount\":\"10000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-03-18T09:56:12.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"10000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-03-18T09:56:12.000000Z\",\"created_at\":\"2026-03-18T09:56:12.000000Z\",\"id\":899}','Sale created through POS',7,'Ayoub Oumar','2026-03-18 06:56:12','2026-03-18 06:56:12'),
(1038,900,'created',NULL,NULL,'{\"sale_number\":\"HIL-0895\",\"sale_type\":\"market\",\"customer_name\":null,\"customer_phone\":null,\"customer_email\":null,\"subtotal\":\"20000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"20000.00\",\"paid_amount\":\"20000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-03-18T10:07:08.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"20000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-03-18T10:07:08.000000Z\",\"created_at\":\"2026-03-18T10:07:08.000000Z\",\"id\":900}','Sale created through POS',7,'Ayoub Oumar','2026-03-18 07:07:08','2026-03-18 07:07:08'),
(1039,901,'created',NULL,NULL,'{\"sale_number\":\"HIL-0896\",\"sale_type\":\"market\",\"customer_name\":null,\"customer_phone\":null,\"customer_email\":null,\"subtotal\":\"11000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"11000.00\",\"paid_amount\":\"11000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-03-18T10:09:27.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"11000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-03-18T10:09:27.000000Z\",\"created_at\":\"2026-03-18T10:09:27.000000Z\",\"id\":901}','Sale created through POS',7,'Ayoub Oumar','2026-03-18 07:09:27','2026-03-18 07:09:27'),
(1040,902,'created',NULL,NULL,'{\"sale_number\":\"HIL-0897\",\"sale_type\":\"market\",\"customer_name\":null,\"customer_phone\":null,\"customer_email\":null,\"subtotal\":\"20000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"20000.00\",\"paid_amount\":\"20000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-03-18T10:11:26.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"20000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-03-18T10:11:26.000000Z\",\"created_at\":\"2026-03-18T10:11:26.000000Z\",\"id\":902}','Sale created through POS',7,'Ayoub Oumar','2026-03-18 07:11:26','2026-03-18 07:11:26'),
(1041,903,'created',NULL,NULL,'{\"sale_number\":\"HIL-0898\",\"sale_type\":\"market\",\"customer_name\":null,\"customer_phone\":null,\"customer_email\":null,\"subtotal\":\"60000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"60000.00\",\"paid_amount\":\"60000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-03-18T10:13:56.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"60000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-03-18T10:13:56.000000Z\",\"created_at\":\"2026-03-18T10:13:56.000000Z\",\"id\":903}','Sale created through POS',7,'Ayoub Oumar','2026-03-18 07:13:56','2026-03-18 07:13:56'),
(1042,904,'created',NULL,NULL,'{\"sale_number\":\"HIL-0899\",\"sale_type\":\"market\",\"customer_name\":null,\"customer_phone\":null,\"customer_email\":null,\"subtotal\":\"30000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"30000.00\",\"paid_amount\":\"30000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-03-18T10:14:59.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"30000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-03-18T10:14:59.000000Z\",\"created_at\":\"2026-03-18T10:14:59.000000Z\",\"id\":904}','Sale created through POS',7,'Ayoub Oumar','2026-03-18 07:14:59','2026-03-18 07:14:59'),
(1043,905,'created',NULL,NULL,'{\"sale_number\":\"HIL-0900\",\"sale_type\":\"market\",\"customer_name\":null,\"customer_phone\":null,\"customer_email\":null,\"subtotal\":\"20000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"20000.00\",\"paid_amount\":\"20000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-03-18T10:21:20.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"20000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-03-18T10:21:20.000000Z\",\"created_at\":\"2026-03-18T10:21:20.000000Z\",\"id\":905}','Sale created through POS',7,'Ayoub Oumar','2026-03-18 07:21:20','2026-03-18 07:21:20'),
(1044,906,'created',NULL,NULL,'{\"sale_number\":\"HIL-0901\",\"sale_type\":\"market\",\"customer_name\":null,\"customer_phone\":null,\"customer_email\":null,\"subtotal\":\"10000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"10000.00\",\"paid_amount\":\"10000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-03-18T10:51:03.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"10000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-03-18T10:51:03.000000Z\",\"created_at\":\"2026-03-18T10:51:03.000000Z\",\"id\":906}','Sale created through POS',7,'Ayoub Oumar','2026-03-18 07:51:03','2026-03-18 07:51:03'),
(1045,907,'created',NULL,NULL,'{\"sale_number\":\"HIL-0902\",\"sale_type\":\"market\",\"customer_name\":\"Dazi mi\",\"customer_phone\":\"---\",\"customer_email\":null,\"subtotal\":\"40000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"40000.00\",\"paid_amount\":\"40000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-03-18T11:06:23.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"40000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-03-18T11:06:23.000000Z\",\"created_at\":\"2026-03-18T11:06:23.000000Z\",\"id\":907}','Sale created through POS',7,'Ayoub Oumar','2026-03-18 08:06:23','2026-03-18 08:06:23'),
(1046,908,'created',NULL,NULL,'{\"sale_number\":\"HIL-0903\",\"sale_type\":\"market\",\"customer_name\":null,\"customer_phone\":null,\"customer_email\":null,\"subtotal\":\"40500.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"40500.00\",\"paid_amount\":\"40500.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-03-18T11:07:14.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"40500.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-03-18T11:07:14.000000Z\",\"created_at\":\"2026-03-18T11:07:14.000000Z\",\"id\":908}','Sale created through POS',7,'Ayoub Oumar','2026-03-18 08:07:14','2026-03-18 08:07:14'),
(1047,909,'created',NULL,NULL,'{\"sale_number\":\"HIL-0904\",\"sale_type\":\"market\",\"customer_name\":null,\"customer_phone\":null,\"customer_email\":null,\"subtotal\":\"20000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"20000.00\",\"paid_amount\":\"20000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-03-18T11:22:30.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"20000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-03-18T11:22:30.000000Z\",\"created_at\":\"2026-03-18T11:22:30.000000Z\",\"id\":909}','Sale created through POS',7,'Ayoub Oumar','2026-03-18 08:22:30','2026-03-18 08:22:30'),
(1048,910,'created',NULL,NULL,'{\"sale_number\":\"HIL-0905\",\"sale_type\":\"market\",\"customer_name\":null,\"customer_phone\":null,\"customer_email\":null,\"subtotal\":\"30000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"30000.00\",\"paid_amount\":\"30000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-03-18T11:53:06.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"30000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-03-18T11:53:06.000000Z\",\"created_at\":\"2026-03-18T11:53:06.000000Z\",\"id\":910}','Sale created through POS',7,'Ayoub Oumar','2026-03-18 08:53:06','2026-03-18 08:53:06'),
(1049,911,'created',NULL,NULL,'{\"sale_number\":\"HIL-0906\",\"sale_type\":\"market\",\"customer_name\":null,\"customer_phone\":null,\"customer_email\":null,\"subtotal\":\"30000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"30000.00\",\"paid_amount\":\"30000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-03-18T11:57:53.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"30000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-03-18T11:57:53.000000Z\",\"created_at\":\"2026-03-18T11:57:53.000000Z\",\"id\":911}','Sale created through POS',7,'Ayoub Oumar','2026-03-18 08:57:53','2026-03-18 08:57:53'),
(1050,912,'created',NULL,NULL,'{\"sale_number\":\"HIL-0907\",\"sale_type\":\"market\",\"customer_name\":null,\"customer_phone\":null,\"customer_email\":null,\"subtotal\":\"20000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"20000.00\",\"paid_amount\":\"20000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-03-18T12:09:36.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"20000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-03-18T12:09:36.000000Z\",\"created_at\":\"2026-03-18T12:09:36.000000Z\",\"id\":912}','Sale created through POS',7,'Ayoub Oumar','2026-03-18 09:09:36','2026-03-18 09:09:36'),
(1051,913,'created',NULL,NULL,'{\"sale_number\":\"HIL-0908\",\"sale_type\":\"market\",\"customer_name\":\"Fatime Abdelrahim\",\"customer_phone\":\"---\",\"customer_email\":null,\"subtotal\":\"20000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"20000.00\",\"paid_amount\":\"20000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-03-18T12:28:58.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"20000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-03-18T12:28:58.000000Z\",\"created_at\":\"2026-03-18T12:28:58.000000Z\",\"id\":913}','Sale created through POS',7,'Ayoub Oumar','2026-03-18 09:28:58','2026-03-18 09:28:58'),
(1052,914,'created',NULL,NULL,'{\"sale_number\":\"HIL-0909\",\"sale_type\":\"market\",\"customer_name\":\"IBO\",\"customer_phone\":\"---\",\"customer_email\":null,\"subtotal\":\"28000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"28000.00\",\"paid_amount\":\"28000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-03-18T13:16:58.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"28000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-03-18T13:16:58.000000Z\",\"created_at\":\"2026-03-18T13:16:58.000000Z\",\"id\":914}','Sale created through POS',7,'Ayoub Oumar','2026-03-18 10:16:58','2026-03-18 10:16:58'),
(1053,915,'created',NULL,NULL,'{\"sale_number\":\"HIL-0910\",\"sale_type\":\"market\",\"customer_name\":null,\"customer_phone\":null,\"customer_email\":null,\"subtotal\":\"30000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"30000.00\",\"paid_amount\":\"30000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-03-18T13:18:58.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"30000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-03-18T13:18:58.000000Z\",\"created_at\":\"2026-03-18T13:18:58.000000Z\",\"id\":915}','Sale created through POS',7,'Ayoub Oumar','2026-03-18 10:18:58','2026-03-18 10:18:58'),
(1054,916,'created',NULL,NULL,'{\"sale_number\":\"HIL-0911\",\"sale_type\":\"market\",\"customer_name\":null,\"customer_phone\":null,\"customer_email\":null,\"subtotal\":\"7500.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"7500.00\",\"paid_amount\":\"7500.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-03-18T13:25:33.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"7500.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-03-18T13:25:33.000000Z\",\"created_at\":\"2026-03-18T13:25:33.000000Z\",\"id\":916}','Sale created through POS',7,'Ayoub Oumar','2026-03-18 10:25:33','2026-03-18 10:25:33'),
(1055,917,'created',NULL,NULL,'{\"sale_number\":\"HIL-0912\",\"sale_type\":\"market\",\"customer_name\":\"Malloum\",\"customer_phone\":\"---\",\"customer_email\":null,\"subtotal\":\"30000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"30000.00\",\"paid_amount\":\"30000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-03-18T13:25:57.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"30000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-03-18T13:25:57.000000Z\",\"created_at\":\"2026-03-18T13:25:57.000000Z\",\"id\":917}','Sale created through POS',7,'Ayoub Oumar','2026-03-18 10:25:57','2026-03-18 10:25:57'),
(1056,918,'created',NULL,NULL,'{\"sale_number\":\"HIL-0913\",\"sale_type\":\"market\",\"customer_name\":\"Malloum\",\"customer_phone\":\"---\",\"customer_email\":null,\"subtotal\":\"10000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"10000.00\",\"paid_amount\":\"10000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-03-18T13:31:11.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"10000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-03-18T13:31:11.000000Z\",\"created_at\":\"2026-03-18T13:31:11.000000Z\",\"id\":918}','Sale created through POS',7,'Ayoub Oumar','2026-03-18 10:31:11','2026-03-18 10:31:11'),
(1057,919,'created',NULL,NULL,'{\"sale_number\":\"HIL-0914\",\"sale_type\":\"market\",\"customer_name\":null,\"customer_phone\":null,\"customer_email\":null,\"subtotal\":\"10000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"10000.00\",\"paid_amount\":\"10000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-03-18T13:34:12.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"10000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-03-18T13:34:12.000000Z\",\"created_at\":\"2026-03-18T13:34:12.000000Z\",\"id\":919}','Sale created through POS',7,'Ayoub Oumar','2026-03-18 10:34:12','2026-03-18 10:34:12'),
(1058,920,'created',NULL,NULL,'{\"sale_number\":\"HIL-0915\",\"sale_type\":\"market\",\"customer_name\":null,\"customer_phone\":null,\"customer_email\":null,\"subtotal\":\"9000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"9000.00\",\"paid_amount\":\"9000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-03-18T13:40:33.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"9000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-03-18T13:40:33.000000Z\",\"created_at\":\"2026-03-18T13:40:33.000000Z\",\"id\":920}','Sale created through POS',7,'Ayoub Oumar','2026-03-18 10:40:33','2026-03-18 10:40:33'),
(1059,921,'created',NULL,NULL,'{\"sale_number\":\"HIL-0916\",\"sale_type\":\"market\",\"customer_name\":null,\"customer_phone\":null,\"customer_email\":null,\"subtotal\":\"32500.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"32500.00\",\"paid_amount\":\"32500.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-03-18T13:52:56.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"32500.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-03-18T13:52:56.000000Z\",\"created_at\":\"2026-03-18T13:52:56.000000Z\",\"id\":921}','Sale created through POS',7,'Ayoub Oumar','2026-03-18 10:52:57','2026-03-18 10:52:57'),
(1060,922,'created',NULL,NULL,'{\"sale_number\":\"HIL-0917\",\"sale_type\":\"market\",\"customer_name\":null,\"customer_phone\":null,\"customer_email\":null,\"subtotal\":\"20000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"20000.00\",\"paid_amount\":\"20000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-03-18T15:14:09.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"20000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-03-18T15:14:09.000000Z\",\"created_at\":\"2026-03-18T15:14:09.000000Z\",\"id\":922}','Sale created through POS',7,'Ayoub Oumar','2026-03-18 12:14:09','2026-03-18 12:14:09'),
(1061,923,'created',NULL,NULL,'{\"sale_number\":\"HIL-0918\",\"sale_type\":\"market\",\"customer_name\":null,\"customer_phone\":null,\"customer_email\":null,\"subtotal\":\"9000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"9000.00\",\"paid_amount\":\"9000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-03-18T15:21:46.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"9000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-03-18T15:21:46.000000Z\",\"created_at\":\"2026-03-18T15:21:46.000000Z\",\"id\":923}','Sale created through POS',7,'Ayoub Oumar','2026-03-18 12:21:46','2026-03-18 12:21:46'),
(1062,924,'created',NULL,NULL,'{\"sale_number\":\"HIL-0919\",\"sale_type\":\"market\",\"customer_name\":null,\"customer_phone\":null,\"customer_email\":null,\"subtotal\":\"10000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"10000.00\",\"paid_amount\":\"10000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-03-18T15:28:19.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"10000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-03-18T15:28:19.000000Z\",\"created_at\":\"2026-03-18T15:28:19.000000Z\",\"id\":924}','Sale created through POS',7,'Ayoub Oumar','2026-03-18 12:28:19','2026-03-18 12:28:19'),
(1063,925,'created',NULL,NULL,'{\"sale_number\":\"HIL-0920\",\"sale_type\":\"market\",\"customer_name\":null,\"customer_phone\":null,\"customer_email\":null,\"subtotal\":\"20000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"20000.00\",\"paid_amount\":\"20000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-03-18T15:32:13.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"20000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-03-18T15:32:13.000000Z\",\"created_at\":\"2026-03-18T15:32:13.000000Z\",\"id\":925}','Sale created through POS',7,'Ayoub Oumar','2026-03-18 12:32:13','2026-03-18 12:32:13'),
(1064,926,'created',NULL,NULL,'{\"sale_number\":\"HIL-0921\",\"sale_type\":\"market\",\"customer_name\":null,\"customer_phone\":null,\"customer_email\":null,\"subtotal\":\"30000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"30000.00\",\"paid_amount\":\"30000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-03-18T15:43:42.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"30000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-03-18T15:43:42.000000Z\",\"created_at\":\"2026-03-18T15:43:42.000000Z\",\"id\":926}','Sale created through POS',7,'Ayoub Oumar','2026-03-18 12:43:42','2026-03-18 12:43:42'),
(1065,927,'created',NULL,NULL,'{\"sale_number\":\"HIL-0922\",\"sale_type\":\"market\",\"customer_name\":null,\"customer_phone\":null,\"customer_email\":null,\"subtotal\":\"20000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"20000.00\",\"paid_amount\":\"20000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-03-18T15:50:26.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"20000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-03-18T15:50:26.000000Z\",\"created_at\":\"2026-03-18T15:50:26.000000Z\",\"id\":927}','Sale created through POS',7,'Ayoub Oumar','2026-03-18 12:50:26','2026-03-18 12:50:26'),
(1066,928,'created',NULL,NULL,'{\"sale_number\":\"HIL-0923\",\"sale_type\":\"market\",\"customer_name\":null,\"customer_phone\":null,\"customer_email\":null,\"subtotal\":\"7500.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"7500.00\",\"paid_amount\":\"7500.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-03-18T15:55:04.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"7500.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-03-18T15:55:04.000000Z\",\"created_at\":\"2026-03-18T15:55:04.000000Z\",\"id\":928}','Sale created through POS',7,'Ayoub Oumar','2026-03-18 12:55:04','2026-03-18 12:55:04'),
(1067,929,'created',NULL,NULL,'{\"sale_number\":\"HIL-0924\",\"sale_type\":\"market\",\"customer_name\":null,\"customer_phone\":null,\"customer_email\":null,\"subtotal\":\"10000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"10000.00\",\"paid_amount\":\"10000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-03-18T15:57:18.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"10000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-03-18T15:57:18.000000Z\",\"created_at\":\"2026-03-18T15:57:18.000000Z\",\"id\":929}','Sale created through POS',7,'Ayoub Oumar','2026-03-18 12:57:18','2026-03-18 12:57:18'),
(1068,930,'created',NULL,NULL,'{\"sale_number\":\"HIL-0925\",\"sale_type\":\"market\",\"customer_name\":null,\"customer_phone\":null,\"customer_email\":null,\"subtotal\":\"20000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"20000.00\",\"paid_amount\":\"20000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-03-18T15:59:09.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"20000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-03-18T15:59:09.000000Z\",\"created_at\":\"2026-03-18T15:59:09.000000Z\",\"id\":930}','Sale created through POS',7,'Ayoub Oumar','2026-03-18 12:59:09','2026-03-18 12:59:09'),
(1069,931,'created',NULL,NULL,'{\"sale_number\":\"HIL-0926\",\"sale_type\":\"market\",\"customer_name\":\"Sold\",\"customer_phone\":\"---\",\"customer_email\":null,\"subtotal\":\"60000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"60000.00\",\"paid_amount\":\"60000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-03-18T16:00:50.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"60000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-03-18T16:00:50.000000Z\",\"created_at\":\"2026-03-18T16:00:50.000000Z\",\"id\":931}','Sale created through POS',7,'Ayoub Oumar','2026-03-18 13:00:50','2026-03-18 13:00:50'),
(1070,932,'created',NULL,NULL,'{\"sale_number\":\"HIL-0927\",\"sale_type\":\"market\",\"customer_name\":null,\"customer_phone\":null,\"customer_email\":null,\"subtotal\":\"30000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"30000.00\",\"paid_amount\":\"30000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-03-18T16:01:29.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"30000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-03-18T16:01:29.000000Z\",\"created_at\":\"2026-03-18T16:01:29.000000Z\",\"id\":932}','Sale created through POS',7,'Ayoub Oumar','2026-03-18 13:01:29','2026-03-18 13:01:29'),
(1071,933,'created',NULL,NULL,'{\"sale_number\":\"HIL-0928\",\"sale_type\":\"market\",\"customer_name\":\"Sold\",\"customer_phone\":\"---\",\"customer_email\":null,\"subtotal\":\"60000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"60000.00\",\"paid_amount\":\"60000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-03-18T16:06:15.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"60000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-03-18T16:06:15.000000Z\",\"created_at\":\"2026-03-18T16:06:15.000000Z\",\"id\":933}','Sale created through POS',7,'Ayoub Oumar','2026-03-18 13:06:15','2026-03-18 13:06:15'),
(1072,934,'created',NULL,NULL,'{\"sale_number\":\"HIL-0929\",\"sale_type\":\"market\",\"customer_name\":\"Alhadj Madiri\",\"customer_phone\":\"---\",\"customer_email\":null,\"subtotal\":\"10000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"10000.00\",\"paid_amount\":\"10000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-03-18T16:24:37.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"10000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-03-18T16:24:37.000000Z\",\"created_at\":\"2026-03-18T16:24:37.000000Z\",\"id\":934}','Sale created through POS',7,'Ayoub Oumar','2026-03-18 13:24:37','2026-03-18 13:24:37'),
(1073,935,'created',NULL,NULL,'{\"sale_number\":\"HIL-0930\",\"sale_type\":\"market\",\"customer_name\":null,\"customer_phone\":null,\"customer_email\":null,\"subtotal\":\"30000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"30000.00\",\"paid_amount\":\"30000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-03-18T16:30:17.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"30000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-03-18T16:30:17.000000Z\",\"created_at\":\"2026-03-18T16:30:17.000000Z\",\"id\":935}','Sale created through POS',7,'Ayoub Oumar','2026-03-18 13:30:17','2026-03-18 13:30:17'),
(1074,936,'created',NULL,NULL,'{\"sale_number\":\"HIL-0931\",\"sale_type\":\"market\",\"customer_name\":null,\"customer_phone\":null,\"customer_email\":null,\"subtotal\":\"40000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"40000.00\",\"paid_amount\":\"40000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-03-18T16:30:38.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"40000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-03-18T16:30:38.000000Z\",\"created_at\":\"2026-03-18T16:30:38.000000Z\",\"id\":936}','Sale created through POS',7,'Ayoub Oumar','2026-03-18 13:30:38','2026-03-18 13:30:38'),
(1075,937,'created',NULL,NULL,'{\"sale_number\":\"HIL-0932\",\"sale_type\":\"market\",\"customer_name\":null,\"customer_phone\":null,\"customer_email\":null,\"subtotal\":\"12000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"12000.00\",\"paid_amount\":\"12000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-03-18T20:00:45.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"12000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-03-18T20:00:45.000000Z\",\"created_at\":\"2026-03-18T20:00:45.000000Z\",\"id\":937}','Sale created through POS',7,'Ayoub Oumar','2026-03-18 17:00:45','2026-03-18 17:00:45'),
(1076,938,'created',NULL,NULL,'{\"sale_number\":\"HIL-0933\",\"sale_type\":\"market\",\"customer_name\":null,\"customer_phone\":null,\"customer_email\":null,\"subtotal\":\"12500.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"12500.00\",\"paid_amount\":\"12500.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-03-18T20:06:55.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"12500.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-03-18T20:06:55.000000Z\",\"created_at\":\"2026-03-18T20:06:55.000000Z\",\"id\":938}','Sale created through POS',7,'Ayoub Oumar','2026-03-18 17:06:55','2026-03-18 17:06:55'),
(1077,939,'created',NULL,NULL,'{\"sale_number\":\"HIL-0934\",\"sale_type\":\"market\",\"customer_name\":null,\"customer_phone\":null,\"customer_email\":null,\"subtotal\":\"30000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"30000.00\",\"paid_amount\":\"30000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-03-18T20:13:39.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"30000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-03-18T20:13:39.000000Z\",\"created_at\":\"2026-03-18T20:13:39.000000Z\",\"id\":939}','Sale created through POS',7,'Ayoub Oumar','2026-03-18 17:13:39','2026-03-18 17:13:39'),
(1078,940,'created',NULL,NULL,'{\"sale_number\":\"HIL-0935\",\"sale_type\":\"market\",\"customer_name\":null,\"customer_phone\":null,\"customer_email\":null,\"subtotal\":\"20000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"20000.00\",\"paid_amount\":\"20000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-03-18T20:20:18.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"20000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-03-18T20:20:18.000000Z\",\"created_at\":\"2026-03-18T20:20:18.000000Z\",\"id\":940}','Sale created through POS',7,'Ayoub Oumar','2026-03-18 17:20:18','2026-03-18 17:20:18'),
(1079,941,'created',NULL,NULL,'{\"sale_number\":\"HIL-0936\",\"sale_type\":\"market\",\"customer_name\":null,\"customer_phone\":null,\"customer_email\":null,\"subtotal\":\"60000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"60000.00\",\"paid_amount\":\"60000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-03-18T20:21:53.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"60000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-03-18T20:21:53.000000Z\",\"created_at\":\"2026-03-18T20:21:53.000000Z\",\"id\":941}','Sale created through POS',7,'Ayoub Oumar','2026-03-18 17:21:53','2026-03-18 17:21:53'),
(1080,942,'created',NULL,NULL,'{\"sale_number\":\"HIL-0937\",\"sale_type\":\"market\",\"customer_name\":null,\"customer_phone\":null,\"customer_email\":null,\"subtotal\":\"30000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"30000.00\",\"paid_amount\":\"30000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-03-18T20:42:33.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"30000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-03-18T20:42:33.000000Z\",\"created_at\":\"2026-03-18T20:42:33.000000Z\",\"id\":942}','Sale created through POS',7,'Ayoub Oumar','2026-03-18 17:42:33','2026-03-18 17:42:33'),
(1081,943,'created',NULL,NULL,'{\"sale_number\":\"HIL-0938\",\"sale_type\":\"market\",\"customer_name\":null,\"customer_phone\":null,\"customer_email\":null,\"subtotal\":\"40000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"40000.00\",\"paid_amount\":\"40000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-03-18T20:42:58.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"40000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-03-18T20:42:58.000000Z\",\"created_at\":\"2026-03-18T20:42:58.000000Z\",\"id\":943}','Sale created through POS',7,'Ayoub Oumar','2026-03-18 17:42:58','2026-03-18 17:42:58'),
(1082,944,'created',NULL,NULL,'{\"sale_number\":\"HIL-0939\",\"sale_type\":\"market\",\"customer_name\":null,\"customer_phone\":null,\"customer_email\":null,\"subtotal\":\"30000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"30000.00\",\"paid_amount\":\"30000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-03-18T20:45:37.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"30000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-03-18T20:45:37.000000Z\",\"created_at\":\"2026-03-18T20:45:37.000000Z\",\"id\":944}','Sale created through POS',7,'Ayoub Oumar','2026-03-18 17:45:37','2026-03-18 17:45:37'),
(1083,945,'created',NULL,NULL,'{\"sale_number\":\"HIL-0940\",\"sale_type\":\"market\",\"customer_name\":\"Alhadj Madiri\",\"customer_phone\":\"---\",\"customer_email\":null,\"subtotal\":\"21000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"21000.00\",\"paid_amount\":\"21000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-03-18T20:52:55.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"21000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-03-18T20:52:55.000000Z\",\"created_at\":\"2026-03-18T20:52:55.000000Z\",\"id\":945}','Sale created through POS',7,'Ayoub Oumar','2026-03-18 17:52:55','2026-03-18 17:52:55'),
(1084,946,'created',NULL,NULL,'{\"sale_number\":\"HIL-0941\",\"sale_type\":\"market\",\"customer_name\":null,\"customer_phone\":null,\"customer_email\":null,\"subtotal\":\"20000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"20000.00\",\"paid_amount\":\"20000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-03-18T20:54:41.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"20000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-03-18T20:54:41.000000Z\",\"created_at\":\"2026-03-18T20:54:41.000000Z\",\"id\":946}','Sale created through POS',7,'Ayoub Oumar','2026-03-18 17:54:41','2026-03-18 17:54:41'),
(1085,947,'created',NULL,NULL,'{\"sale_number\":\"HIL-0942\",\"sale_type\":\"market\",\"customer_name\":null,\"customer_phone\":null,\"customer_email\":null,\"subtotal\":\"7500.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"7500.00\",\"paid_amount\":\"7500.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-03-18T21:07:21.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"7500.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-03-18T21:07:21.000000Z\",\"created_at\":\"2026-03-18T21:07:21.000000Z\",\"id\":947}','Sale created through POS',7,'Ayoub Oumar','2026-03-18 18:07:21','2026-03-18 18:07:21'),
(1086,948,'created',NULL,NULL,'{\"sale_number\":\"HIL-0943\",\"sale_type\":\"market\",\"customer_name\":null,\"customer_phone\":null,\"customer_email\":null,\"subtotal\":\"11000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"11000.00\",\"paid_amount\":\"11000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-03-18T21:07:47.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"11000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-03-18T21:07:47.000000Z\",\"created_at\":\"2026-03-18T21:07:47.000000Z\",\"id\":948}','Sale created through POS',7,'Ayoub Oumar','2026-03-18 18:07:47','2026-03-18 18:07:47'),
(1087,949,'created',NULL,NULL,'{\"sale_number\":\"HIL-0944\",\"sale_type\":\"market\",\"customer_name\":null,\"customer_phone\":null,\"customer_email\":null,\"subtotal\":\"30000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"30000.00\",\"paid_amount\":\"30000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-03-18T21:10:01.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"30000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-03-18T21:10:01.000000Z\",\"created_at\":\"2026-03-18T21:10:01.000000Z\",\"id\":949}','Sale created through POS',7,'Ayoub Oumar','2026-03-18 18:10:01','2026-03-18 18:10:01'),
(1088,950,'created',NULL,NULL,'{\"sale_number\":\"HIL-0945\",\"sale_type\":\"market\",\"customer_name\":null,\"customer_phone\":null,\"customer_email\":null,\"subtotal\":\"20000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"20000.00\",\"paid_amount\":\"20000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-03-18T21:21:11.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"20000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-03-18T21:21:11.000000Z\",\"created_at\":\"2026-03-18T21:21:11.000000Z\",\"id\":950}','Sale created through POS',7,'Ayoub Oumar','2026-03-18 18:21:11','2026-03-18 18:21:11'),
(1089,951,'created',NULL,NULL,'{\"sale_number\":\"HIL-0946\",\"sale_type\":\"market\",\"customer_name\":null,\"customer_phone\":null,\"customer_email\":null,\"subtotal\":\"30000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"30000.00\",\"paid_amount\":\"30000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-03-18T21:21:34.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"30000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-03-18T21:21:34.000000Z\",\"created_at\":\"2026-03-18T21:21:34.000000Z\",\"id\":951}','Sale created through POS',7,'Ayoub Oumar','2026-03-18 18:21:34','2026-03-18 18:21:34'),
(1090,952,'created',NULL,NULL,'{\"sale_number\":\"HIL-0947\",\"sale_type\":\"market\",\"customer_name\":null,\"customer_phone\":null,\"customer_email\":null,\"subtotal\":\"12500.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"12500.00\",\"paid_amount\":\"12500.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-03-18T21:27:08.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"12500.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-03-18T21:27:08.000000Z\",\"created_at\":\"2026-03-18T21:27:08.000000Z\",\"id\":952}','Sale created through POS',7,'Ayoub Oumar','2026-03-18 18:27:08','2026-03-18 18:27:08'),
(1091,953,'created',NULL,NULL,'{\"sale_number\":\"HIL-0948\",\"sale_type\":\"market\",\"customer_name\":null,\"customer_phone\":null,\"customer_email\":null,\"subtotal\":\"30000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"30000.00\",\"paid_amount\":\"30000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-03-18T22:11:32.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"30000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-03-18T22:11:32.000000Z\",\"created_at\":\"2026-03-18T22:11:32.000000Z\",\"id\":953}','Sale created through POS',7,'Ayoub Oumar','2026-03-18 19:11:32','2026-03-18 19:11:32'),
(1092,954,'created',NULL,NULL,'{\"sale_number\":\"HIL-0949\",\"sale_type\":\"market\",\"customer_name\":null,\"customer_phone\":null,\"customer_email\":null,\"subtotal\":\"80000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"80000.00\",\"paid_amount\":\"80000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-03-18T22:16:46.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"80000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-03-18T22:16:46.000000Z\",\"created_at\":\"2026-03-18T22:16:46.000000Z\",\"id\":954}','Sale created through POS',7,'Ayoub Oumar','2026-03-18 19:16:46','2026-03-18 19:16:46'),
(1093,955,'created',NULL,NULL,'{\"sale_number\":\"HIL-0950\",\"sale_type\":\"market\",\"customer_name\":null,\"customer_phone\":null,\"customer_email\":null,\"subtotal\":\"30000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"30000.00\",\"paid_amount\":\"30000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-03-18T22:18:12.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"30000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-03-18T22:18:12.000000Z\",\"created_at\":\"2026-03-18T22:18:12.000000Z\",\"id\":955}','Sale created through POS',7,'Ayoub Oumar','2026-03-18 19:18:12','2026-03-18 19:18:12'),
(1094,956,'created',NULL,NULL,'{\"sale_number\":\"HIL-0951\",\"sale_type\":\"market\",\"customer_name\":null,\"customer_phone\":null,\"customer_email\":null,\"subtotal\":\"30000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"30000.00\",\"paid_amount\":\"30000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-03-18T22:38:48.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"30000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-03-18T22:38:48.000000Z\",\"created_at\":\"2026-03-18T22:38:48.000000Z\",\"id\":956}','Sale created through POS',7,'Ayoub Oumar','2026-03-18 19:38:48','2026-03-18 19:38:48'),
(1095,957,'created',NULL,NULL,'{\"sale_number\":\"HIL-0952\",\"sale_type\":\"market\",\"customer_name\":null,\"customer_phone\":null,\"customer_email\":null,\"subtotal\":\"11000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"11000.00\",\"paid_amount\":\"11000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-03-18T22:41:42.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"11000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-03-18T22:41:42.000000Z\",\"created_at\":\"2026-03-18T22:41:42.000000Z\",\"id\":957}','Sale created through POS',7,'Ayoub Oumar','2026-03-18 19:41:42','2026-03-18 19:41:42'),
(1096,958,'created',NULL,NULL,'{\"sale_number\":\"HIL-0953\",\"sale_type\":\"market\",\"customer_name\":null,\"customer_phone\":null,\"customer_email\":null,\"subtotal\":\"60000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"60000.00\",\"paid_amount\":\"60000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-03-18T22:42:02.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"60000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-03-18T22:42:02.000000Z\",\"created_at\":\"2026-03-18T22:42:02.000000Z\",\"id\":958}','Sale created through POS',7,'Ayoub Oumar','2026-03-18 19:42:03','2026-03-18 19:42:03'),
(1097,959,'created',NULL,NULL,'{\"sale_number\":\"HIL-0954\",\"sale_type\":\"market\",\"customer_name\":null,\"customer_phone\":null,\"customer_email\":null,\"subtotal\":\"12500.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"12500.00\",\"paid_amount\":\"12500.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-03-18T22:43:48.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"12500.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-03-18T22:43:48.000000Z\",\"created_at\":\"2026-03-18T22:43:48.000000Z\",\"id\":959}','Sale created through POS',7,'Ayoub Oumar','2026-03-18 19:43:48','2026-03-18 19:43:48'),
(1098,960,'created',NULL,NULL,'{\"sale_number\":\"HIL-0955\",\"sale_type\":\"market\",\"customer_name\":null,\"customer_phone\":null,\"customer_email\":null,\"subtotal\":\"30000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"30000.00\",\"paid_amount\":\"30000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-03-18T22:44:51.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"30000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-03-18T22:44:51.000000Z\",\"created_at\":\"2026-03-18T22:44:51.000000Z\",\"id\":960}','Sale created through POS',7,'Ayoub Oumar','2026-03-18 19:44:51','2026-03-18 19:44:51'),
(1099,961,'created',NULL,NULL,'{\"sale_number\":\"HIL-0956\",\"sale_type\":\"market\",\"customer_name\":null,\"customer_phone\":null,\"customer_email\":null,\"subtotal\":\"12500.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"12500.00\",\"paid_amount\":\"12500.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-03-18T22:53:01.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"12500.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-03-18T22:53:01.000000Z\",\"created_at\":\"2026-03-18T22:53:01.000000Z\",\"id\":961}','Sale created through POS',7,'Ayoub Oumar','2026-03-18 19:53:01','2026-03-18 19:53:01'),
(1100,962,'created',NULL,NULL,'{\"sale_number\":\"HIL-0957\",\"sale_type\":\"market\",\"customer_name\":\"Sold\",\"customer_phone\":\"---\",\"customer_email\":null,\"subtotal\":\"220000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"220000.00\",\"paid_amount\":\"220000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-03-19T08:48:56.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"220000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-03-19T08:48:56.000000Z\",\"created_at\":\"2026-03-19T08:48:56.000000Z\",\"id\":962}','Sale created through POS',7,'Ayoub Oumar','2026-03-19 05:48:56','2026-03-19 05:48:56'),
(1101,963,'created',NULL,NULL,'{\"sale_number\":\"HIL-0958\",\"sale_type\":\"market\",\"customer_name\":null,\"customer_phone\":null,\"customer_email\":null,\"subtotal\":\"40000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"40000.00\",\"paid_amount\":\"40000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-03-19T09:45:37.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"40000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-03-19T09:45:37.000000Z\",\"created_at\":\"2026-03-19T09:45:37.000000Z\",\"id\":963}','Sale created through POS',7,'Ayoub Oumar','2026-03-19 06:45:37','2026-03-19 06:45:37'),
(1102,964,'created',NULL,NULL,'{\"sale_number\":\"HIL-0959\",\"sale_type\":\"market\",\"customer_name\":null,\"customer_phone\":null,\"customer_email\":null,\"subtotal\":\"60000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"60000.00\",\"paid_amount\":\"60000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-03-19T09:56:35.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"60000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-03-19T09:56:35.000000Z\",\"created_at\":\"2026-03-19T09:56:35.000000Z\",\"id\":964}','Sale created through POS',7,'Ayoub Oumar','2026-03-19 06:56:35','2026-03-19 06:56:35'),
(1103,965,'created',NULL,NULL,'{\"sale_number\":\"HIL-0960\",\"sale_type\":\"market\",\"customer_name\":null,\"customer_phone\":null,\"customer_email\":null,\"subtotal\":\"30000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"30000.00\",\"paid_amount\":\"30000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-03-19T10:20:13.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"30000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-03-19T10:20:13.000000Z\",\"created_at\":\"2026-03-19T10:20:13.000000Z\",\"id\":965}','Sale created through POS',7,'Ayoub Oumar','2026-03-19 07:20:13','2026-03-19 07:20:13'),
(1104,966,'created',NULL,NULL,'{\"sale_number\":\"HIL-0961\",\"sale_type\":\"market\",\"customer_name\":null,\"customer_phone\":null,\"customer_email\":null,\"subtotal\":\"90000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"90000.00\",\"paid_amount\":\"90000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-03-19T10:24:18.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"90000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-03-19T10:24:18.000000Z\",\"created_at\":\"2026-03-19T10:24:18.000000Z\",\"id\":966}','Sale created through POS',7,'Ayoub Oumar','2026-03-19 07:24:18','2026-03-19 07:24:18'),
(1105,967,'created',NULL,NULL,'{\"sale_number\":\"HIL-0962\",\"sale_type\":\"market\",\"customer_name\":null,\"customer_phone\":null,\"customer_email\":null,\"subtotal\":\"11000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"11000.00\",\"paid_amount\":\"11000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-03-19T10:26:11.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"11000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-03-19T10:26:11.000000Z\",\"created_at\":\"2026-03-19T10:26:11.000000Z\",\"id\":967}','Sale created through POS',7,'Ayoub Oumar','2026-03-19 07:26:11','2026-03-19 07:26:11'),
(1106,968,'created',NULL,NULL,'{\"sale_number\":\"HIL-0963\",\"sale_type\":\"market\",\"customer_name\":null,\"customer_phone\":null,\"customer_email\":null,\"subtotal\":\"40000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"40000.00\",\"paid_amount\":\"40000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-03-19T10:38:54.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"40000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-03-19T10:38:54.000000Z\",\"created_at\":\"2026-03-19T10:38:54.000000Z\",\"id\":968}','Sale created through POS',7,'Ayoub Oumar','2026-03-19 07:38:54','2026-03-19 07:38:54'),
(1107,969,'created',NULL,NULL,'{\"sale_number\":\"HIL-0964\",\"sale_type\":\"market\",\"customer_name\":\"Al Issel\",\"customer_phone\":\"---\",\"customer_email\":null,\"subtotal\":\"30000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"30000.00\",\"paid_amount\":\"30000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-03-19T10:50:55.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"30000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-03-19T10:50:55.000000Z\",\"created_at\":\"2026-03-19T10:50:55.000000Z\",\"id\":969}','Sale created through POS',7,'Ayoub Oumar','2026-03-19 07:50:55','2026-03-19 07:50:55'),
(1108,970,'created',NULL,NULL,'{\"sale_number\":\"HIL-0965\",\"sale_type\":\"market\",\"customer_name\":\"Issakha\",\"customer_phone\":\"---\",\"customer_email\":null,\"subtotal\":\"10000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"10000.00\",\"paid_amount\":\"10000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-03-19T10:51:39.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"10000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-03-19T10:51:39.000000Z\",\"created_at\":\"2026-03-19T10:51:39.000000Z\",\"id\":970}','Sale created through POS',7,'Ayoub Oumar','2026-03-19 07:51:39','2026-03-19 07:51:39'),
(1109,971,'created',NULL,NULL,'{\"sale_number\":\"HIL-0966\",\"sale_type\":\"market\",\"customer_name\":\"Hadje Egypt\",\"customer_phone\":\"---\",\"customer_email\":null,\"subtotal\":\"10000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"10000.00\",\"paid_amount\":\"10000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-03-19T10:52:07.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"10000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-03-19T10:52:07.000000Z\",\"created_at\":\"2026-03-19T10:52:07.000000Z\",\"id\":971}','Sale created through POS',7,'Ayoub Oumar','2026-03-19 07:52:07','2026-03-19 07:52:07'),
(1110,972,'created',NULL,NULL,'{\"sale_number\":\"HIL-0967\",\"sale_type\":\"market\",\"customer_name\":\"Bachar\",\"customer_phone\":\"---\",\"customer_email\":null,\"subtotal\":\"30000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"30000.00\",\"paid_amount\":\"0.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-03-19T10:58:02.000000Z\",\"cashier_id\":7,\"is_loan\":true,\"loan_amount\":\"30000.00\",\"collected_amount\":\"0.00\",\"payment_status\":\"unpaid\",\"updated_at\":\"2026-03-19T10:58:02.000000Z\",\"created_at\":\"2026-03-19T10:58:02.000000Z\",\"id\":972}','Sale created through POS',7,'Ayoub Oumar','2026-03-19 07:58:02','2026-03-19 07:58:02'),
(1111,973,'created',NULL,NULL,'{\"sale_number\":\"HIL-0968\",\"sale_type\":\"market\",\"customer_name\":null,\"customer_phone\":null,\"customer_email\":null,\"subtotal\":\"60000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"60000.00\",\"paid_amount\":\"60000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-03-19T11:17:06.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"60000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-03-19T11:17:06.000000Z\",\"created_at\":\"2026-03-19T11:17:06.000000Z\",\"id\":973}','Sale created through POS',7,'Ayoub Oumar','2026-03-19 08:17:06','2026-03-19 08:17:06'),
(1112,974,'created',NULL,NULL,'{\"sale_number\":\"HIL-0969\",\"sale_type\":\"market\",\"customer_name\":null,\"customer_phone\":null,\"customer_email\":null,\"subtotal\":\"30000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"30000.00\",\"paid_amount\":\"30000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-03-19T11:17:55.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"30000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-03-19T11:17:55.000000Z\",\"created_at\":\"2026-03-19T11:17:55.000000Z\",\"id\":974}','Sale created through POS',7,'Ayoub Oumar','2026-03-19 08:17:55','2026-03-19 08:17:55'),
(1113,975,'created',NULL,NULL,'{\"sale_number\":\"HIL-0970\",\"sale_type\":\"market\",\"customer_name\":null,\"customer_phone\":null,\"customer_email\":null,\"subtotal\":\"20000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"20000.00\",\"paid_amount\":\"20000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-03-19T11:24:59.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"20000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-03-19T11:24:59.000000Z\",\"created_at\":\"2026-03-19T11:24:59.000000Z\",\"id\":975}','Sale created through POS',7,'Ayoub Oumar','2026-03-19 08:24:59','2026-03-19 08:24:59'),
(1114,976,'created',NULL,NULL,'{\"sale_number\":\"HIL-0971\",\"sale_type\":\"market\",\"customer_name\":\"Turkey\",\"customer_phone\":\"---\",\"customer_email\":null,\"subtotal\":\"10000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"10000.00\",\"paid_amount\":\"10000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-03-19T12:03:13.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"10000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-03-19T12:03:13.000000Z\",\"created_at\":\"2026-03-19T12:03:13.000000Z\",\"id\":976}','Sale created through POS',7,'Ayoub Oumar','2026-03-19 09:03:13','2026-03-19 09:03:13'),
(1115,977,'created',NULL,NULL,'{\"sale_number\":\"HIL-0972\",\"sale_type\":\"market\",\"customer_name\":null,\"customer_phone\":null,\"customer_email\":null,\"subtotal\":\"12000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"12000.00\",\"paid_amount\":\"12000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-03-19T12:04:51.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"12000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-03-19T12:04:51.000000Z\",\"created_at\":\"2026-03-19T12:04:51.000000Z\",\"id\":977}','Sale created through POS',7,'Ayoub Oumar','2026-03-19 09:04:51','2026-03-19 09:04:51'),
(1116,978,'created',NULL,NULL,'{\"sale_number\":\"HIL-0973\",\"sale_type\":\"market\",\"customer_name\":null,\"customer_phone\":null,\"customer_email\":null,\"subtotal\":\"40000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"40000.00\",\"paid_amount\":\"40000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-03-19T12:13:35.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"40000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-03-19T12:13:35.000000Z\",\"created_at\":\"2026-03-19T12:13:35.000000Z\",\"id\":978}','Sale created through POS',7,'Ayoub Oumar','2026-03-19 09:13:35','2026-03-19 09:13:35'),
(1117,979,'created',NULL,NULL,'{\"sale_number\":\"HIL-0974\",\"sale_type\":\"market\",\"customer_name\":\"Gachi\",\"customer_phone\":\"---\",\"customer_email\":null,\"subtotal\":\"30000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"30000.00\",\"paid_amount\":\"30000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-03-19T12:14:07.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"30000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-03-19T12:14:07.000000Z\",\"created_at\":\"2026-03-19T12:14:07.000000Z\",\"id\":979}','Sale created through POS',7,'Ayoub Oumar','2026-03-19 09:14:07','2026-03-19 09:14:07'),
(1118,980,'created',NULL,NULL,'{\"sale_number\":\"HIL-0975\",\"sale_type\":\"market\",\"customer_name\":\"Nadjat\",\"customer_phone\":\"---\",\"customer_email\":null,\"subtotal\":\"10000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"10000.00\",\"paid_amount\":\"10000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-03-19T12:14:20.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"10000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-03-19T12:14:20.000000Z\",\"created_at\":\"2026-03-19T12:14:20.000000Z\",\"id\":980}','Sale created through POS',7,'Ayoub Oumar','2026-03-19 09:14:20','2026-03-19 09:14:20'),
(1119,981,'created',NULL,NULL,'{\"sale_number\":\"HIL-0976\",\"sale_type\":\"market\",\"customer_name\":null,\"customer_phone\":null,\"customer_email\":null,\"subtotal\":\"20000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"20000.00\",\"paid_amount\":\"20000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-03-19T12:19:27.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"20000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-03-19T12:19:27.000000Z\",\"created_at\":\"2026-03-19T12:19:27.000000Z\",\"id\":981}','Sale created through POS',7,'Ayoub Oumar','2026-03-19 09:19:28','2026-03-19 09:19:28'),
(1120,982,'created',NULL,NULL,'{\"sale_number\":\"HIL-0977\",\"sale_type\":\"market\",\"customer_name\":\"Sold\",\"customer_phone\":\"---\",\"customer_email\":null,\"subtotal\":\"40000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"40000.00\",\"paid_amount\":\"40000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-03-19T12:29:17.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"40000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-03-19T12:29:17.000000Z\",\"created_at\":\"2026-03-19T12:29:17.000000Z\",\"id\":982}','Sale created through POS',7,'Ayoub Oumar','2026-03-19 09:29:17','2026-03-19 09:29:17'),
(1121,983,'created',NULL,NULL,'{\"sale_number\":\"HIL-0978\",\"sale_type\":\"market\",\"customer_name\":null,\"customer_phone\":null,\"customer_email\":null,\"subtotal\":\"20000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"20000.00\",\"paid_amount\":\"20000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-03-19T12:55:01.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"20000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-03-19T12:55:01.000000Z\",\"created_at\":\"2026-03-19T12:55:01.000000Z\",\"id\":983}','Sale created through POS',7,'Ayoub Oumar','2026-03-19 09:55:01','2026-03-19 09:55:01'),
(1122,984,'created',NULL,NULL,'{\"sale_number\":\"HIL-0979\",\"sale_type\":\"market\",\"customer_name\":null,\"customer_phone\":null,\"customer_email\":null,\"subtotal\":\"60000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"60000.00\",\"paid_amount\":\"60000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-03-19T12:58:07.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"60000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-03-19T12:58:07.000000Z\",\"created_at\":\"2026-03-19T12:58:07.000000Z\",\"id\":984}','Sale created through POS',7,'Ayoub Oumar','2026-03-19 09:58:07','2026-03-19 09:58:07'),
(1123,796,'payment_received','{\"payment_status\":{\"old\":\"unpaid\",\"new\":\"partial\"},\"loan_amount\":{\"old\":\"210000.00\",\"new\":\"110000.00\"},\"collected_amount\":{\"old\":\"0.00\",\"new\":\"100000.00\"}}',NULL,'{\"payment_amount\":100000,\"payment_method\":\"cash\",\"payment_notes\":null,\"balance_after\":110000}','Payment received: 100,000 CFA via Cash',7,'Ayoub Oumar','2026-03-19 10:18:03','2026-03-19 10:18:03'),
(1124,985,'created',NULL,NULL,'{\"sale_number\":\"HIL-0980\",\"sale_type\":\"market\",\"customer_name\":\"Hamida\",\"customer_phone\":\"---\",\"customer_email\":null,\"subtotal\":\"37000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"37000.00\",\"paid_amount\":\"37000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-03-19T13:28:01.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"37000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-03-19T13:28:01.000000Z\",\"created_at\":\"2026-03-19T13:28:01.000000Z\",\"id\":985}','Sale created through POS',7,'Ayoub Oumar','2026-03-19 10:28:01','2026-03-19 10:28:01'),
(1125,986,'created',NULL,NULL,'{\"sale_number\":\"HIL-0981\",\"sale_type\":\"market\",\"customer_name\":\"Hamida\",\"customer_phone\":\"---\",\"customer_email\":null,\"subtotal\":\"130000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"130000.00\",\"paid_amount\":\"0.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-03-19T13:29:59.000000Z\",\"cashier_id\":7,\"is_loan\":true,\"loan_amount\":\"130000.00\",\"collected_amount\":\"0.00\",\"payment_status\":\"unpaid\",\"updated_at\":\"2026-03-19T13:29:59.000000Z\",\"created_at\":\"2026-03-19T13:29:59.000000Z\",\"id\":986}','Sale created through POS',7,'Ayoub Oumar','2026-03-19 10:29:59','2026-03-19 10:29:59'),
(1126,987,'created',NULL,NULL,'{\"sale_number\":\"HIL-0982\",\"sale_type\":\"market\",\"customer_name\":null,\"customer_phone\":null,\"customer_email\":null,\"subtotal\":\"7000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"7000.00\",\"paid_amount\":\"7000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-03-19T13:39:00.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"7000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-03-19T13:39:00.000000Z\",\"created_at\":\"2026-03-19T13:39:00.000000Z\",\"id\":987}','Sale created through POS',7,'Ayoub Oumar','2026-03-19 10:39:00','2026-03-19 10:39:00'),
(1127,988,'created',NULL,NULL,'{\"sale_number\":\"HIL-0983\",\"sale_type\":\"market\",\"customer_name\":null,\"customer_phone\":null,\"customer_email\":null,\"subtotal\":\"20000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"20000.00\",\"paid_amount\":\"20000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-03-19T13:53:46.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"20000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-03-19T13:53:46.000000Z\",\"created_at\":\"2026-03-19T13:53:46.000000Z\",\"id\":988}','Sale created through POS',7,'Ayoub Oumar','2026-03-19 10:53:46','2026-03-19 10:53:46'),
(1128,989,'created',NULL,NULL,'{\"sale_number\":\"HIL-0984\",\"sale_type\":\"market\",\"customer_name\":null,\"customer_phone\":null,\"customer_email\":null,\"subtotal\":\"7000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"7000.00\",\"paid_amount\":\"7000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-03-19T13:53:59.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"7000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-03-19T13:53:59.000000Z\",\"created_at\":\"2026-03-19T13:53:59.000000Z\",\"id\":989}','Sale created through POS',7,'Ayoub Oumar','2026-03-19 10:53:59','2026-03-19 10:53:59'),
(1129,990,'created',NULL,NULL,'{\"sale_number\":\"HIL-0985\",\"sale_type\":\"market\",\"customer_name\":\"IBO\",\"customer_phone\":\"---\",\"customer_email\":null,\"subtotal\":\"60000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"60000.00\",\"paid_amount\":\"60000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-03-19T14:02:55.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"60000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-03-19T14:02:55.000000Z\",\"created_at\":\"2026-03-19T14:02:55.000000Z\",\"id\":990}','Sale created through POS',7,'Ayoub Oumar','2026-03-19 11:02:55','2026-03-19 11:02:55'),
(1130,991,'created',NULL,NULL,'{\"sale_number\":\"HIL-0986\",\"sale_type\":\"market\",\"customer_name\":\"Alhadj Madiri\",\"customer_phone\":\"---\",\"customer_email\":null,\"subtotal\":\"10000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"10000.00\",\"paid_amount\":\"10000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-03-19T14:14:25.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"10000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-03-19T14:14:25.000000Z\",\"created_at\":\"2026-03-19T14:14:25.000000Z\",\"id\":991}','Sale created through POS',7,'Ayoub Oumar','2026-03-19 11:14:25','2026-03-19 11:14:25'),
(1131,992,'created',NULL,NULL,'{\"sale_number\":\"HIL-0987\",\"sale_type\":\"market\",\"customer_name\":null,\"customer_phone\":null,\"customer_email\":null,\"subtotal\":\"14000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"14000.00\",\"paid_amount\":\"14000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-03-19T14:29:47.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"14000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-03-19T14:29:47.000000Z\",\"created_at\":\"2026-03-19T14:29:47.000000Z\",\"id\":992}','Sale created through POS',7,'Ayoub Oumar','2026-03-19 11:29:47','2026-03-19 11:29:47'),
(1132,993,'created',NULL,NULL,'{\"sale_number\":\"HIL-0988\",\"sale_type\":\"market\",\"customer_name\":null,\"customer_phone\":null,\"customer_email\":null,\"subtotal\":\"600000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"600000.00\",\"paid_amount\":\"600000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-03-19T15:50:05.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"600000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-03-19T15:50:05.000000Z\",\"created_at\":\"2026-03-19T15:50:05.000000Z\",\"id\":993}','Sale created through POS',7,'Ayoub Oumar','2026-03-19 12:50:05','2026-03-19 12:50:05'),
(1133,994,'created',NULL,NULL,'{\"sale_number\":\"HIL-0989\",\"sale_type\":\"market\",\"customer_name\":null,\"customer_phone\":null,\"customer_email\":null,\"subtotal\":\"150000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"150000.00\",\"paid_amount\":\"150000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-03-19T16:01:15.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"150000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-03-19T16:01:15.000000Z\",\"created_at\":\"2026-03-19T16:01:15.000000Z\",\"id\":994}','Sale created through POS',7,'Ayoub Oumar','2026-03-19 13:01:15','2026-03-19 13:01:15'),
(1134,995,'created',NULL,NULL,'{\"sale_number\":\"HIL-0990\",\"sale_type\":\"market\",\"customer_name\":\"Assafi\",\"customer_phone\":\"66 75 60 76\",\"customer_email\":null,\"subtotal\":\"262000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"262000.00\",\"paid_amount\":\"262000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-03-19T16:06:12.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"262000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-03-19T16:06:12.000000Z\",\"created_at\":\"2026-03-19T16:06:12.000000Z\",\"id\":995}','Sale created through POS',7,'Ayoub Oumar','2026-03-19 13:06:12','2026-03-19 13:06:12'),
(1135,996,'created',NULL,NULL,'{\"sale_number\":\"HIL-0991\",\"sale_type\":\"market\",\"customer_name\":null,\"customer_phone\":null,\"customer_email\":null,\"subtotal\":\"30000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"30000.00\",\"paid_amount\":\"30000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-03-19T16:13:56.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"30000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-03-19T16:13:56.000000Z\",\"created_at\":\"2026-03-19T16:13:56.000000Z\",\"id\":996}','Sale created through POS',7,'Ayoub Oumar','2026-03-19 13:13:56','2026-03-19 13:13:56'),
(1136,997,'created',NULL,NULL,'{\"sale_number\":\"HIL-0992\",\"sale_type\":\"market\",\"customer_name\":null,\"customer_phone\":null,\"customer_email\":null,\"subtotal\":\"20000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"20000.00\",\"paid_amount\":\"20000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-03-19T16:18:19.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"20000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-03-19T16:18:19.000000Z\",\"created_at\":\"2026-03-19T16:18:19.000000Z\",\"id\":997}','Sale created through POS',7,'Ayoub Oumar','2026-03-19 13:18:19','2026-03-19 13:18:19'),
(1137,998,'created',NULL,NULL,'{\"sale_number\":\"HIL-0993\",\"sale_type\":\"market\",\"customer_name\":\"Pato\",\"customer_phone\":\"---\",\"customer_email\":null,\"subtotal\":\"10000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"10000.00\",\"paid_amount\":\"10000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-03-19T16:30:55.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"10000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-03-19T16:30:55.000000Z\",\"created_at\":\"2026-03-19T16:30:55.000000Z\",\"id\":998}','Sale created through POS',7,'Ayoub Oumar','2026-03-19 13:30:55','2026-03-19 13:30:55'),
(1138,999,'created',NULL,NULL,'{\"sale_number\":\"HIL-0994\",\"sale_type\":\"market\",\"customer_name\":null,\"customer_phone\":null,\"customer_email\":null,\"subtotal\":\"40000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"40000.00\",\"paid_amount\":\"40000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-03-19T19:22:06.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"40000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-03-19T19:22:06.000000Z\",\"created_at\":\"2026-03-19T19:22:06.000000Z\",\"id\":999}','Sale created through POS',7,'Ayoub Oumar','2026-03-19 16:22:06','2026-03-19 16:22:06'),
(1139,1000,'created',NULL,NULL,'{\"sale_number\":\"HIL-0995\",\"sale_type\":\"market\",\"customer_name\":\"Amandine\",\"customer_phone\":\"---\",\"customer_email\":null,\"subtotal\":\"30000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"30000.00\",\"paid_amount\":\"30000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-03-19T19:25:35.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"30000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-03-19T19:25:35.000000Z\",\"created_at\":\"2026-03-19T19:25:35.000000Z\",\"id\":1000}','Sale created through POS',7,'Ayoub Oumar','2026-03-19 16:25:35','2026-03-19 16:25:35'),
(1140,1001,'created',NULL,NULL,'{\"sale_number\":\"HIL-0996\",\"sale_type\":\"market\",\"customer_name\":null,\"customer_phone\":null,\"customer_email\":null,\"subtotal\":\"10000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"10000.00\",\"paid_amount\":\"10000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-03-19T19:32:59.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"10000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-03-19T19:32:59.000000Z\",\"created_at\":\"2026-03-19T19:32:59.000000Z\",\"id\":1001}','Sale created through POS',7,'Ayoub Oumar','2026-03-19 16:32:59','2026-03-19 16:32:59'),
(1141,1002,'created',NULL,NULL,'{\"sale_number\":\"HIL-0997\",\"sale_type\":\"market\",\"customer_name\":null,\"customer_phone\":null,\"customer_email\":null,\"subtotal\":\"7000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"7000.00\",\"paid_amount\":\"7000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-03-19T19:33:59.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"7000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-03-19T19:33:59.000000Z\",\"created_at\":\"2026-03-19T19:33:59.000000Z\",\"id\":1002}','Sale created through POS',7,'Ayoub Oumar','2026-03-19 16:33:59','2026-03-19 16:33:59'),
(1142,1003,'created',NULL,NULL,'{\"sale_number\":\"HIL-0998\",\"sale_type\":\"market\",\"customer_name\":null,\"customer_phone\":null,\"customer_email\":null,\"subtotal\":\"30000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"30000.00\",\"paid_amount\":\"30000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-03-19T19:59:32.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"30000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-03-19T19:59:32.000000Z\",\"created_at\":\"2026-03-19T19:59:32.000000Z\",\"id\":1003}','Sale created through POS',7,'Ayoub Oumar','2026-03-19 16:59:32','2026-03-19 16:59:32'),
(1143,1004,'created',NULL,NULL,'{\"sale_number\":\"HIL-0999\",\"sale_type\":\"market\",\"customer_name\":null,\"customer_phone\":null,\"customer_email\":null,\"subtotal\":\"20000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"20000.00\",\"paid_amount\":\"20000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-03-19T19:59:48.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"20000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-03-19T19:59:48.000000Z\",\"created_at\":\"2026-03-19T19:59:48.000000Z\",\"id\":1004}','Sale created through POS',7,'Ayoub Oumar','2026-03-19 16:59:48','2026-03-19 16:59:48'),
(1144,1005,'created',NULL,NULL,'{\"sale_number\":\"HIL-1000\",\"sale_type\":\"market\",\"customer_name\":\"Issakha\",\"customer_phone\":\"---\",\"customer_email\":null,\"subtotal\":\"140000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"140000.00\",\"paid_amount\":\"140000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-03-24T14:59:43.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"140000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-03-24T14:59:43.000000Z\",\"created_at\":\"2026-03-24T14:59:43.000000Z\",\"id\":1005}','Sale created through POS',7,'Ayoub Oumar','2026-03-24 11:59:43','2026-03-24 11:59:43'),
(1145,1006,'created',NULL,NULL,'{\"sale_number\":\"HIL-1001\",\"sale_type\":\"market\",\"customer_name\":null,\"customer_phone\":null,\"customer_email\":null,\"subtotal\":\"11000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"11000.00\",\"paid_amount\":\"11000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-03-25T14:14:04.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"11000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-03-25T14:14:04.000000Z\",\"created_at\":\"2026-03-25T14:14:04.000000Z\",\"id\":1006}','Sale created through POS',7,'Ayoub Oumar','2026-03-25 11:14:04','2026-03-25 11:14:04'),
(1146,1007,'created',NULL,NULL,'{\"sale_number\":\"HIL-1002\",\"sale_type\":\"market\",\"customer_name\":null,\"customer_phone\":null,\"customer_email\":null,\"subtotal\":\"27500.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"27500.00\",\"paid_amount\":\"27500.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-03-26T10:19:45.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"27500.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-03-26T10:19:45.000000Z\",\"created_at\":\"2026-03-26T10:19:45.000000Z\",\"id\":1007}','Sale created through POS',7,'Ayoub Oumar','2026-03-26 07:19:45','2026-03-26 07:19:45'),
(1147,1008,'created',NULL,NULL,'{\"sale_number\":\"HIL-1003\",\"sale_type\":\"market\",\"customer_name\":null,\"customer_phone\":null,\"customer_email\":null,\"subtotal\":\"12500.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"12500.00\",\"paid_amount\":\"12500.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-03-27T09:09:00.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"12500.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-03-27T09:09:00.000000Z\",\"created_at\":\"2026-03-27T09:09:00.000000Z\",\"id\":1008}','Sale created through POS',7,'Ayoub Oumar','2026-03-27 06:09:00','2026-03-27 06:09:00'),
(1148,1009,'created',NULL,NULL,'{\"sale_number\":\"HIL-1004\",\"sale_type\":\"market\",\"customer_name\":\"Sold\",\"customer_phone\":\"---\",\"customer_email\":null,\"subtotal\":\"30000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"30000.00\",\"paid_amount\":\"30000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-03-27T09:50:45.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"30000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-03-27T09:50:45.000000Z\",\"created_at\":\"2026-03-27T09:50:45.000000Z\",\"id\":1009}','Sale created through POS',7,'Ayoub Oumar','2026-03-27 06:50:45','2026-03-27 06:50:45'),
(1149,1010,'created',NULL,NULL,'{\"sale_number\":\"HIL-1005\",\"sale_type\":\"market\",\"customer_name\":\"Sold\",\"customer_phone\":\"---\",\"customer_email\":null,\"subtotal\":\"120000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"120000.00\",\"paid_amount\":\"120000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-03-27T09:54:13.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"120000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-03-27T09:54:13.000000Z\",\"created_at\":\"2026-03-27T09:54:13.000000Z\",\"id\":1010}','Sale created through POS',7,'Ayoub Oumar','2026-03-27 06:54:13','2026-03-27 06:54:13'),
(1150,1011,'created',NULL,NULL,'{\"sale_number\":\"HIL-1006\",\"sale_type\":\"market\",\"customer_name\":\"Sold\",\"customer_phone\":\"---\",\"customer_email\":null,\"subtotal\":\"150000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"150000.00\",\"paid_amount\":\"150000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-03-27T09:54:36.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"150000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-03-27T09:54:36.000000Z\",\"created_at\":\"2026-03-27T09:54:36.000000Z\",\"id\":1011}','Sale created through POS',7,'Ayoub Oumar','2026-03-27 06:54:36','2026-03-27 06:54:36'),
(1151,1012,'created',NULL,NULL,'{\"sale_number\":\"HIL-1007\",\"sale_type\":\"market\",\"customer_name\":null,\"customer_phone\":null,\"customer_email\":null,\"subtotal\":\"30000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"30000.00\",\"paid_amount\":\"30000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-03-27T09:54:47.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"30000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-03-27T09:54:47.000000Z\",\"created_at\":\"2026-03-27T09:54:47.000000Z\",\"id\":1012}','Sale created through POS',7,'Ayoub Oumar','2026-03-27 06:54:47','2026-03-27 06:54:47'),
(1152,1013,'created',NULL,NULL,'{\"sale_number\":\"HIL-1008\",\"sale_type\":\"market\",\"customer_name\":\"Sold\",\"customer_phone\":\"---\",\"customer_email\":null,\"subtotal\":\"30000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"30000.00\",\"paid_amount\":\"30000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-03-27T09:55:54.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"30000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-03-27T09:55:54.000000Z\",\"created_at\":\"2026-03-27T09:55:54.000000Z\",\"id\":1013}','Sale created through POS',7,'Ayoub Oumar','2026-03-27 06:55:55','2026-03-27 06:55:55'),
(1153,1014,'created',NULL,NULL,'{\"sale_number\":\"HIL-1009\",\"sale_type\":\"market\",\"customer_name\":\"Sold\",\"customer_phone\":\"---\",\"customer_email\":null,\"subtotal\":\"210000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"210000.00\",\"paid_amount\":\"210000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-03-27T09:57:57.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"210000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-03-27T09:57:57.000000Z\",\"created_at\":\"2026-03-27T09:57:57.000000Z\",\"id\":1014}','Sale created through POS',7,'Ayoub Oumar','2026-03-27 06:57:57','2026-03-27 06:57:57'),
(1154,1015,'created',NULL,NULL,'{\"sale_number\":\"HIL-1010\",\"sale_type\":\"market\",\"customer_name\":\"Sold\",\"customer_phone\":\"---\",\"customer_email\":null,\"subtotal\":\"90000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"90000.00\",\"paid_amount\":\"90000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-03-27T09:58:30.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"90000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-03-27T09:58:30.000000Z\",\"created_at\":\"2026-03-27T09:58:30.000000Z\",\"id\":1015}','Sale created through POS',7,'Ayoub Oumar','2026-03-27 06:58:30','2026-03-27 06:58:30'),
(1155,1016,'created',NULL,NULL,'{\"sale_number\":\"HIL-1011\",\"sale_type\":\"market\",\"customer_name\":\"Sold\",\"customer_phone\":\"---\",\"customer_email\":null,\"subtotal\":\"60000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"60000.00\",\"paid_amount\":\"60000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-03-27T09:59:15.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"60000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-03-27T09:59:15.000000Z\",\"created_at\":\"2026-03-27T09:59:15.000000Z\",\"id\":1016}','Sale created through POS',7,'Ayoub Oumar','2026-03-27 06:59:15','2026-03-27 06:59:15'),
(1156,1017,'created',NULL,NULL,'{\"sale_number\":\"HIL-1012\",\"sale_type\":\"market\",\"customer_name\":\"Sold\",\"customer_phone\":\"---\",\"customer_email\":null,\"subtotal\":\"270000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"270000.00\",\"paid_amount\":\"270000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-03-27T10:04:10.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"270000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-03-27T10:04:10.000000Z\",\"created_at\":\"2026-03-27T10:04:10.000000Z\",\"id\":1017}','Sale created through POS',7,'Ayoub Oumar','2026-03-27 07:04:10','2026-03-27 07:04:10'),
(1157,1018,'created',NULL,NULL,'{\"sale_number\":\"HIL-1013\",\"sale_type\":\"market\",\"customer_name\":\"Sold\",\"customer_phone\":\"---\",\"customer_email\":null,\"subtotal\":\"90000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"90000.00\",\"paid_amount\":\"90000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-03-27T10:04:58.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"90000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-03-27T10:04:58.000000Z\",\"created_at\":\"2026-03-27T10:04:58.000000Z\",\"id\":1018}','Sale created through POS',7,'Ayoub Oumar','2026-03-27 07:04:58','2026-03-27 07:04:58'),
(1158,1019,'created',NULL,NULL,'{\"sale_number\":\"HIL-1014\",\"sale_type\":\"market\",\"customer_name\":null,\"customer_phone\":null,\"customer_email\":null,\"subtotal\":\"60000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"60000.00\",\"paid_amount\":\"60000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-03-27T10:05:35.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"60000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-03-27T10:05:35.000000Z\",\"created_at\":\"2026-03-27T10:05:35.000000Z\",\"id\":1019}','Sale created through POS',7,'Ayoub Oumar','2026-03-27 07:05:35','2026-03-27 07:05:35'),
(1159,1020,'created',NULL,NULL,'{\"sale_number\":\"HIL-1015\",\"sale_type\":\"market\",\"customer_name\":\"Sold\",\"customer_phone\":\"---\",\"customer_email\":null,\"subtotal\":\"120000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"120000.00\",\"paid_amount\":\"120000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-03-27T10:06:04.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"120000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-03-27T10:06:04.000000Z\",\"created_at\":\"2026-03-27T10:06:04.000000Z\",\"id\":1020}','Sale created through POS',7,'Ayoub Oumar','2026-03-27 07:06:04','2026-03-27 07:06:04'),
(1160,1021,'created',NULL,NULL,'{\"sale_number\":\"HIL-1016\",\"sale_type\":\"market\",\"customer_name\":\"Sold\",\"customer_phone\":\"---\",\"customer_email\":null,\"subtotal\":\"150000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"150000.00\",\"paid_amount\":\"150000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-03-27T10:06:48.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"150000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-03-27T10:06:48.000000Z\",\"created_at\":\"2026-03-27T10:06:48.000000Z\",\"id\":1021}','Sale created through POS',7,'Ayoub Oumar','2026-03-27 07:06:48','2026-03-27 07:06:48'),
(1161,1022,'created',NULL,NULL,'{\"sale_number\":\"HIL-1017\",\"sale_type\":\"market\",\"customer_name\":\"Sold\",\"customer_phone\":\"---\",\"customer_email\":null,\"subtotal\":\"230000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"230000.00\",\"paid_amount\":\"230000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-03-27T10:11:44.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"230000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-03-27T10:11:44.000000Z\",\"created_at\":\"2026-03-27T10:11:44.000000Z\",\"id\":1022}','Sale created through POS',7,'Ayoub Oumar','2026-03-27 07:11:44','2026-03-27 07:11:44'),
(1162,1023,'created',NULL,NULL,'{\"sale_number\":\"HIL-1018\",\"sale_type\":\"market\",\"customer_name\":\"Sold\",\"customer_phone\":\"---\",\"customer_email\":null,\"subtotal\":\"120000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"120000.00\",\"paid_amount\":\"120000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-03-27T10:12:03.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"120000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-03-27T10:12:03.000000Z\",\"created_at\":\"2026-03-27T10:12:03.000000Z\",\"id\":1023}','Sale created through POS',7,'Ayoub Oumar','2026-03-27 07:12:04','2026-03-27 07:12:04'),
(1163,1024,'created',NULL,NULL,'{\"sale_number\":\"HIL-1019\",\"sale_type\":\"market\",\"customer_name\":\"Sold\",\"customer_phone\":\"---\",\"customer_email\":null,\"subtotal\":\"60000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"60000.00\",\"paid_amount\":\"60000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-03-27T10:15:28.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"60000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-03-27T10:15:28.000000Z\",\"created_at\":\"2026-03-27T10:15:28.000000Z\",\"id\":1024}','Sale created through POS',7,'Ayoub Oumar','2026-03-27 07:15:28','2026-03-27 07:15:28'),
(1164,1025,'created',NULL,NULL,'{\"sale_number\":\"HIL-1020\",\"sale_type\":\"market\",\"customer_name\":\"Mht Moussa\",\"customer_phone\":\"---\",\"customer_email\":null,\"subtotal\":\"60000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"60000.00\",\"paid_amount\":\"60000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-03-27T10:22:34.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"60000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-03-27T10:22:34.000000Z\",\"created_at\":\"2026-03-27T10:22:34.000000Z\",\"id\":1025}','Sale created through POS',7,'Ayoub Oumar','2026-03-27 07:22:34','2026-03-27 07:22:34'),
(1165,1026,'created',NULL,NULL,'{\"sale_number\":\"HIL-1021\",\"sale_type\":\"market\",\"customer_name\":\"Sold - Amaday\",\"customer_phone\":\"---\",\"customer_email\":null,\"subtotal\":\"55000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"55000.00\",\"paid_amount\":\"55000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-03-27T10:41:01.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"55000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-03-27T10:41:01.000000Z\",\"created_at\":\"2026-03-27T10:41:01.000000Z\",\"id\":1026}','Sale created through POS',7,'Ayoub Oumar','2026-03-27 07:41:01','2026-03-27 07:41:01'),
(1166,1027,'created',NULL,NULL,'{\"sale_number\":\"HIL-1022\",\"sale_type\":\"market\",\"customer_name\":\"Issakha\",\"customer_phone\":\"---\",\"customer_email\":null,\"subtotal\":\"40000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"40000.00\",\"paid_amount\":\"0.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-03-28T10:59:54.000000Z\",\"cashier_id\":7,\"is_loan\":true,\"loan_amount\":\"40000.00\",\"collected_amount\":\"0.00\",\"payment_status\":\"unpaid\",\"updated_at\":\"2026-03-28T10:59:54.000000Z\",\"created_at\":\"2026-03-28T10:59:54.000000Z\",\"id\":1027}','Sale created through POS',7,'Ayoub Oumar','2026-03-28 07:59:54','2026-03-28 07:59:54'),
(1167,972,'payment_received','{\"payment_status\":{\"old\":\"unpaid\",\"new\":\"paid\"},\"loan_amount\":{\"old\":\"30000.00\",\"new\":\"0.00\"},\"collected_amount\":{\"old\":\"0.00\",\"new\":\"30000.00\"},\"is_loan\":{\"old\":true,\"new\":false}}',NULL,'{\"payment_amount\":30000,\"payment_method\":\"cash\",\"payment_notes\":null,\"balance_after\":0}','Payment received: 30,000 CFA via Cash',7,'Ayoub Oumar','2026-03-30 12:16:36','2026-03-30 12:16:36'),
(1168,719,'payment_received','{\"payment_status\":{\"old\":\"unpaid\",\"new\":\"paid\"},\"loan_amount\":{\"old\":\"20000.00\",\"new\":\"0.00\"},\"collected_amount\":{\"old\":\"0.00\",\"new\":\"20000.00\"},\"is_loan\":{\"old\":true,\"new\":false}}',NULL,'{\"payment_amount\":20000,\"payment_method\":\"cash\",\"payment_notes\":null,\"balance_after\":0}','Payment received: 20,000 CFA via Cash',7,'Ayoub Oumar','2026-03-30 12:16:48','2026-03-30 12:16:48'),
(1169,1028,'created',NULL,NULL,'{\"sale_number\":\"HIL-1023\",\"sale_type\":\"market\",\"customer_name\":null,\"customer_phone\":null,\"customer_email\":null,\"subtotal\":\"5500.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"5500.00\",\"paid_amount\":\"5500.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-03-30T18:54:22.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"5500.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-03-30T18:54:22.000000Z\",\"created_at\":\"2026-03-30T18:54:22.000000Z\",\"id\":1028}','Sale created through POS',7,'Ayoub Oumar','2026-03-30 15:54:23','2026-03-30 15:54:23'),
(1170,1029,'created',NULL,NULL,'{\"sale_number\":\"HIL-1024\",\"sale_type\":\"market\",\"customer_name\":null,\"customer_phone\":null,\"customer_email\":null,\"subtotal\":\"27500.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"27500.00\",\"paid_amount\":\"27500.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-03-31T16:06:33.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"27500.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-03-31T16:06:33.000000Z\",\"created_at\":\"2026-03-31T16:06:33.000000Z\",\"id\":1029}','Sale created through POS',7,'Ayoub Oumar','2026-03-31 13:06:33','2026-03-31 13:06:33'),
(1171,1030,'created',NULL,NULL,'{\"sale_number\":\"HIL-1025\",\"sale_type\":\"market\",\"customer_name\":null,\"customer_phone\":null,\"customer_email\":null,\"subtotal\":\"30000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"30000.00\",\"paid_amount\":\"30000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-04-01T10:43:24.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"30000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-04-01T10:43:24.000000Z\",\"created_at\":\"2026-04-01T10:43:24.000000Z\",\"id\":1030}','Sale created through POS',7,'Ayoub Oumar','2026-04-01 07:43:24','2026-04-01 07:43:24'),
(1172,1027,'payment_received','{\"payment_status\":{\"old\":\"unpaid\",\"new\":\"paid\"},\"loan_amount\":{\"old\":\"40000.00\",\"new\":\"0.00\"},\"collected_amount\":{\"old\":\"0.00\",\"new\":\"40000.00\"},\"is_loan\":{\"old\":true,\"new\":false}}',NULL,'{\"payment_amount\":40000,\"payment_method\":\"cash\",\"payment_notes\":null,\"balance_after\":0}','Payment received: 40,000 CFA via Cash',7,'Ayoub Oumar','2026-04-01 07:43:44','2026-04-01 07:43:44'),
(1173,1031,'created',NULL,NULL,'{\"sale_number\":\"HIL-1026\",\"sale_type\":\"market\",\"customer_name\":\"Issakha\",\"customer_phone\":\"---\",\"customer_email\":null,\"subtotal\":\"20000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"20000.00\",\"paid_amount\":\"20000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-04-01T11:05:15.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"20000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-04-01T11:05:15.000000Z\",\"created_at\":\"2026-04-01T11:05:15.000000Z\",\"id\":1031}','Sale created through POS',7,'Ayoub Oumar','2026-04-01 08:05:15','2026-04-01 08:05:15'),
(1174,1032,'created',NULL,NULL,'{\"sale_number\":\"HIL-1027\",\"sale_type\":\"market\",\"customer_name\":null,\"customer_phone\":null,\"customer_email\":null,\"subtotal\":\"13000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"13000.00\",\"paid_amount\":\"13000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-04-02T08:49:49.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"13000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-04-02T08:49:49.000000Z\",\"created_at\":\"2026-04-02T08:49:49.000000Z\",\"id\":1032}','Sale created through POS',7,'Ayoub Oumar','2026-04-02 05:49:49','2026-04-02 05:49:49'),
(1175,1033,'created',NULL,NULL,'{\"sale_number\":\"HIL-1028\",\"sale_type\":\"market\",\"customer_name\":\"Mht Moussa\",\"customer_phone\":\"---\",\"customer_email\":null,\"subtotal\":\"30000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"30000.00\",\"paid_amount\":\"30000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-04-02T09:21:27.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"30000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-04-02T09:21:27.000000Z\",\"created_at\":\"2026-04-02T09:21:27.000000Z\",\"id\":1033}','Sale created through POS',7,'Ayoub Oumar','2026-04-02 06:21:27','2026-04-02 06:21:27'),
(1176,1034,'created',NULL,NULL,'{\"sale_number\":\"HIL-1029\",\"sale_type\":\"market\",\"customer_name\":\"Abdoullay\",\"customer_phone\":\"---\",\"customer_email\":null,\"subtotal\":\"12500.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"12500.00\",\"paid_amount\":\"12500.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-04-02T09:22:15.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"12500.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-04-02T09:22:15.000000Z\",\"created_at\":\"2026-04-02T09:22:15.000000Z\",\"id\":1034}','Sale created through POS',7,'Ayoub Oumar','2026-04-02 06:22:15','2026-04-02 06:22:15'),
(1177,1035,'created',NULL,NULL,'{\"sale_number\":\"HIL-1030\",\"sale_type\":\"market\",\"customer_name\":null,\"customer_phone\":null,\"customer_email\":null,\"subtotal\":\"27500.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"27500.00\",\"paid_amount\":\"27500.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-04-02T10:27:24.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"27500.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-04-02T10:27:24.000000Z\",\"created_at\":\"2026-04-02T10:27:24.000000Z\",\"id\":1035}','Sale created through POS',7,'Ayoub Oumar','2026-04-02 07:27:24','2026-04-02 07:27:24'),
(1178,1036,'created',NULL,NULL,'{\"sale_number\":\"HIL-1031\",\"sale_type\":\"market\",\"customer_name\":null,\"customer_phone\":null,\"customer_email\":null,\"subtotal\":\"27500.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"27500.00\",\"paid_amount\":\"27500.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-04-02T12:36:05.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"27500.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-04-02T12:36:05.000000Z\",\"created_at\":\"2026-04-02T12:36:05.000000Z\",\"id\":1036}','Sale created through POS',7,'Ayoub Oumar','2026-04-02 09:36:05','2026-04-02 09:36:05'),
(1179,1037,'created',NULL,NULL,'{\"sale_number\":\"HIL-1032\",\"sale_type\":\"market\",\"customer_name\":null,\"customer_phone\":null,\"customer_email\":null,\"subtotal\":\"27500.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"27500.00\",\"paid_amount\":\"27500.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-04-02T13:47:17.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"27500.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-04-02T13:47:17.000000Z\",\"created_at\":\"2026-04-02T13:47:17.000000Z\",\"id\":1037}','Sale created through POS',7,'Ayoub Oumar','2026-04-02 10:47:17','2026-04-02 10:47:17'),
(1180,1038,'created',NULL,NULL,'{\"sale_number\":\"HIL-1033\",\"sale_type\":\"market\",\"customer_name\":null,\"customer_phone\":null,\"customer_email\":null,\"subtotal\":\"68500.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"68500.00\",\"paid_amount\":\"68500.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-04-02T18:15:47.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"68500.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-04-02T18:15:47.000000Z\",\"created_at\":\"2026-04-02T18:15:47.000000Z\",\"id\":1038}','Sale created through POS',7,'Ayoub Oumar','2026-04-02 15:15:48','2026-04-02 15:15:48'),
(1181,1039,'created',NULL,NULL,'{\"sale_number\":\"HIL-1034\",\"sale_type\":\"market\",\"customer_name\":null,\"customer_phone\":null,\"customer_email\":null,\"subtotal\":\"27500.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"27500.00\",\"paid_amount\":\"27500.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-04-04T10:58:18.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"27500.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-04-04T10:58:18.000000Z\",\"created_at\":\"2026-04-04T10:58:18.000000Z\",\"id\":1039}','Sale created through POS',7,'Ayoub Oumar','2026-04-04 07:58:18','2026-04-04 07:58:18'),
(1182,1040,'created',NULL,NULL,'{\"sale_number\":\"HIL-1035\",\"sale_type\":\"market\",\"customer_name\":null,\"customer_phone\":null,\"customer_email\":null,\"subtotal\":\"20000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"20000.00\",\"paid_amount\":\"20000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-04-04T13:15:09.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"20000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-04-04T13:15:09.000000Z\",\"created_at\":\"2026-04-04T13:15:09.000000Z\",\"id\":1040}','Sale created through POS',7,'Ayoub Oumar','2026-04-04 10:15:10','2026-04-04 10:15:10'),
(1183,796,'payment_received','{\"loan_amount\":{\"old\":\"110000.00\",\"new\":\"109890.00\"},\"collected_amount\":{\"old\":\"100000.00\",\"new\":\"100110.00\"}}',NULL,'{\"payment_amount\":110,\"payment_method\":\"cash\",\"payment_notes\":null,\"balance_after\":109890}','Payment received: 110 CFA via Cash',7,'Ayoub Oumar','2026-04-07 05:53:40','2026-04-07 05:53:40'),
(1184,796,'payment_received','{\"payment_status\":{\"old\":\"partial\",\"new\":\"paid\"},\"loan_amount\":{\"old\":\"109890.00\",\"new\":\"0.00\"},\"collected_amount\":{\"old\":\"100110.00\",\"new\":\"210000.00\"},\"is_loan\":{\"old\":true,\"new\":false}}',NULL,'{\"payment_amount\":109890,\"payment_method\":\"cash\",\"payment_notes\":null,\"balance_after\":0}','Payment received: 109,890 CFA via Cash',7,'Ayoub Oumar','2026-04-07 05:54:06','2026-04-07 05:54:06'),
(1185,117,'payment_received','{\"payment_status\":{\"old\":\"partial\",\"new\":\"paid\"},\"loan_amount\":{\"old\":\"1500.00\",\"new\":\"0.00\"},\"collected_amount\":{\"old\":\"18500.00\",\"new\":\"20000.00\"},\"is_loan\":{\"old\":true,\"new\":false}}',NULL,'{\"payment_amount\":1500,\"payment_method\":\"cash\",\"payment_notes\":null,\"balance_after\":0}','Payment received: 1,500 CFA via Cash',7,'Ayoub Oumar','2026-04-07 05:55:06','2026-04-07 05:55:06'),
(1186,677,'payment_received','{\"payment_status\":{\"old\":\"partial\",\"new\":\"paid\"},\"loan_amount\":{\"old\":\"10000.00\",\"new\":\"0.00\"},\"collected_amount\":{\"old\":\"30000.00\",\"new\":\"40000.00\"},\"is_loan\":{\"old\":true,\"new\":false}}',NULL,'{\"payment_amount\":10000,\"payment_method\":\"cash\",\"payment_notes\":null,\"balance_after\":0}','Payment received: 10,000 CFA via Cash',7,'Ayoub Oumar','2026-04-07 08:07:02','2026-04-07 08:07:02'),
(1187,1041,'created',NULL,NULL,'{\"sale_number\":\"HIL-1036\",\"sale_type\":\"market\",\"customer_name\":null,\"customer_phone\":null,\"customer_email\":null,\"subtotal\":\"27500.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"27500.00\",\"paid_amount\":\"27500.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-04-07T15:45:01.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"27500.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-04-07T15:45:01.000000Z\",\"created_at\":\"2026-04-07T15:45:01.000000Z\",\"id\":1041}','Sale created through POS',7,'Ayoub Oumar','2026-04-07 12:45:01','2026-04-07 12:45:01'),
(1188,1042,'created',NULL,NULL,'{\"sale_number\":\"HIL-1037\",\"sale_type\":\"market\",\"customer_name\":null,\"customer_phone\":null,\"customer_email\":null,\"subtotal\":\"27500.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"27500.00\",\"paid_amount\":\"27500.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-04-08T11:16:40.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"27500.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-04-08T11:16:40.000000Z\",\"created_at\":\"2026-04-08T11:16:40.000000Z\",\"id\":1042}','Sale created through POS',7,'Ayoub Oumar','2026-04-08 08:16:40','2026-04-08 08:16:40'),
(1189,1043,'created',NULL,NULL,'{\"sale_number\":\"HIL-1038\",\"sale_type\":\"market\",\"customer_name\":\"Halime\",\"customer_phone\":\"---\",\"customer_email\":null,\"subtotal\":\"984000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"984000.00\",\"paid_amount\":\"0.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-04-09T13:20:11.000000Z\",\"cashier_id\":7,\"is_loan\":true,\"loan_amount\":\"984000.00\",\"collected_amount\":\"0.00\",\"payment_status\":\"unpaid\",\"updated_at\":\"2026-04-09T13:20:11.000000Z\",\"created_at\":\"2026-04-09T13:20:11.000000Z\",\"id\":1043}','Sale created through POS',7,'Ayoub Oumar','2026-04-09 10:20:11','2026-04-09 10:20:11'),
(1190,1043,'payment_received','{\"payment_status\":{\"old\":\"unpaid\",\"new\":\"partial\"},\"loan_amount\":{\"old\":\"984000.00\",\"new\":\"504000.00\"},\"collected_amount\":{\"old\":\"0.00\",\"new\":\"480000.00\"}}',NULL,'{\"payment_amount\":480000,\"payment_method\":\"cash\",\"payment_notes\":null,\"balance_after\":504000}','Payment received: 480,000 CFA via Cash',7,'Ayoub Oumar','2026-04-09 13:34:27','2026-04-09 13:34:27'),
(1191,1044,'created',NULL,NULL,'{\"sale_number\":\"HIL-1039\",\"sale_type\":\"market\",\"customer_name\":null,\"customer_phone\":null,\"customer_email\":null,\"subtotal\":\"27500.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"27500.00\",\"paid_amount\":\"27500.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-04-11T15:54:47.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"27500.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-04-11T15:54:47.000000Z\",\"created_at\":\"2026-04-11T15:54:47.000000Z\",\"id\":1044}','Sale created through POS',7,'Ayoub Oumar','2026-04-11 12:54:47','2026-04-11 12:54:47'),
(1192,1045,'created',NULL,NULL,'{\"sale_number\":\"HIL-1040\",\"sale_type\":\"market\",\"customer_name\":null,\"customer_phone\":null,\"customer_email\":null,\"subtotal\":\"6500.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"6500.00\",\"paid_amount\":\"6500.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-04-12T12:36:16.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"6500.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-04-12T12:36:16.000000Z\",\"created_at\":\"2026-04-12T12:36:16.000000Z\",\"id\":1045}','Sale created through POS',7,'Ayoub Oumar','2026-04-12 09:36:16','2026-04-12 09:36:16'),
(1193,1045,'cancelled','{\"sale_status\":{\"old\":\"completed\",\"new\":\"cancelled\"},\"payment_status\":{\"old\":\"paid\",\"new\":\"refunded\"}}',NULL,'{\"id\":1045,\"sale_number\":\"HIL-1040\",\"sale_type\":\"market\",\"customer_name\":null,\"customer_phone\":null,\"customer_email\":null,\"subtotal\":\"6500.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"6500.00\",\"loan_amount\":\"0.00\",\"collected_amount\":\"6500.00\",\"is_loan\":false,\"paid_amount\":\"6500.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"payment_status\":\"refunded\",\"sale_status\":\"cancelled\",\"notes\":\"\\n\\nCancelled: Test\",\"cashier_id\":\"7\",\"sale_date\":\"2026-04-12T12:36:16.000000Z\",\"created_at\":\"2026-04-12T12:36:16.000000Z\",\"updated_at\":\"2026-04-12T12:36:45.000000Z\",\"items\":[{\"id\":2150,\"sale_id\":\"1045\",\"product_id\":\"43\",\"product_name\":\"Duray Gome\",\"product_barcode\":null,\"quantity\":1,\"unit_price\":\"6500.00\",\"tax_rate\":\"0.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"6500.00\",\"created_at\":\"2026-04-12T12:36:16.000000Z\",\"updated_at\":\"2026-04-12T12:36:16.000000Z\",\"product\":{\"id\":43,\"name\":\"Duray Gome\",\"description\":null,\"barcode\":\"PRD452039\",\"category_id\":\"5\",\"product_type\":\"market\",\"unit\":\"pcs\",\"alert_quantity\":20,\"cost_price\":\"5000.00\",\"selling_price\":\"6500.00\",\"discount_price\":null,\"image\":\"products\\/1767255765_lt7RMoSSvv.jpg\",\"expiry_date\":null,\"is_active\":true,\"weight\":null,\"length\":null,\"width\":null,\"height\":null,\"created_at\":\"2026-01-01T08:22:45.000000Z\",\"updated_at\":\"2026-03-08T23:14:04.000000Z\",\"deleted_at\":null,\"inventory\":{\"id\":43,\"product_id\":\"43\",\"current_stock\":812,\"reserved_stock\":0,\"available_stock\":812,\"last_stock_update\":\"2026-04-12T12:36:45.000000Z\",\"last_updated_by\":7,\"created_at\":\"2026-01-01T08:22:45.000000Z\",\"updated_at\":\"2026-04-12T12:36:45.000000Z\"}}}],\"cashier\":{\"id\":7,\"name\":\"Ayoub Oumar\",\"email\":\"ayoub.oumar919@gmail.com\",\"user_type\":\"admin\",\"is_active\":true,\"preferred_language\":\"en\",\"email_verified_at\":\"2025-12-18T06:27:21.000000Z\",\"two_factor_confirmed_at\":null,\"current_team_id\":null,\"profile_photo_path\":null,\"created_at\":\"2025-12-18T06:27:21.000000Z\",\"updated_at\":\"2026-03-30T13:08:00.000000Z\",\"profile_photo_url\":\"https:\\/\\/ui-avatars.com\\/api\\/?name=A+O&color=7F9CF5&background=EBF4FF\"}}','Test',7,'Ayoub Oumar','2026-04-12 09:36:45','2026-04-12 09:36:45'),
(1194,1046,'created',NULL,NULL,'{\"sale_number\":\"HIL-1041\",\"sale_type\":\"market\",\"customer_name\":null,\"customer_phone\":null,\"customer_email\":null,\"subtotal\":\"30000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"30000.00\",\"paid_amount\":\"30000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-04-15T17:05:20.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"30000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-04-15T17:05:20.000000Z\",\"created_at\":\"2026-04-15T17:05:20.000000Z\",\"id\":1046}','Sale created through POS',7,'Ayoub Oumar','2026-04-15 14:05:20','2026-04-15 14:05:20'),
(1195,1047,'created',NULL,NULL,'{\"sale_number\":\"HIL-1042\",\"sale_type\":\"market\",\"customer_name\":\"Abeche\",\"customer_phone\":\"---\",\"customer_email\":null,\"subtotal\":\"60000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"60000.00\",\"paid_amount\":\"60000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-04-15T17:06:02.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"60000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-04-15T17:06:02.000000Z\",\"created_at\":\"2026-04-15T17:06:02.000000Z\",\"id\":1047}','Sale created through POS',7,'Ayoub Oumar','2026-04-15 14:06:02','2026-04-15 14:06:02'),
(1196,1048,'created',NULL,NULL,'{\"sale_number\":\"HIL-1043\",\"sale_type\":\"market\",\"customer_name\":null,\"customer_phone\":null,\"customer_email\":null,\"subtotal\":\"27500.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"27500.00\",\"paid_amount\":\"27500.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-04-17T14:22:19.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"27500.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-04-17T14:22:19.000000Z\",\"created_at\":\"2026-04-17T14:22:19.000000Z\",\"id\":1048}','Sale created through POS',7,'Ayoub Oumar','2026-04-17 11:22:19','2026-04-17 11:22:19'),
(1197,1049,'created',NULL,NULL,'{\"sale_number\":\"HIL-1044\",\"sale_type\":\"market\",\"customer_name\":null,\"customer_phone\":null,\"customer_email\":null,\"subtotal\":\"27500.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"27500.00\",\"paid_amount\":\"27500.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-04-17T14:22:53.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"27500.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-04-17T14:22:53.000000Z\",\"created_at\":\"2026-04-17T14:22:53.000000Z\",\"id\":1049}','Sale created through POS',7,'Ayoub Oumar','2026-04-17 11:22:53','2026-04-17 11:22:53'),
(1198,1048,'cancelled','{\"sale_status\":{\"old\":\"completed\",\"new\":\"cancelled\"},\"payment_status\":{\"old\":\"paid\",\"new\":\"refunded\"}}',NULL,'{\"id\":1048,\"sale_number\":\"HIL-1043\",\"sale_type\":\"market\",\"customer_name\":null,\"customer_phone\":null,\"customer_email\":null,\"subtotal\":\"27500.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"27500.00\",\"loan_amount\":\"0.00\",\"collected_amount\":\"27500.00\",\"is_loan\":false,\"paid_amount\":\"27500.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"payment_status\":\"refunded\",\"sale_status\":\"cancelled\",\"notes\":\"\\n\\nCancelled: Sale return\",\"cashier_id\":7,\"sale_date\":\"2026-04-17T14:22:19.000000Z\",\"created_at\":\"2026-04-17T14:22:19.000000Z\",\"updated_at\":\"2026-04-17T14:23:29.000000Z\",\"items\":[{\"id\":2154,\"sale_id\":1048,\"product_id\":514,\"product_name\":\"Pro Max 10 \\u00c7\",\"product_barcode\":null,\"quantity\":1,\"unit_price\":\"27500.00\",\"tax_rate\":\"0.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"27500.00\",\"created_at\":\"2026-04-17T14:22:19.000000Z\",\"updated_at\":\"2026-04-17T14:22:19.000000Z\",\"product\":{\"id\":514,\"name\":\"Pro Max 10 \\u00c7\",\"description\":null,\"barcode\":\"PRD120937-M1\",\"category_id\":7,\"product_type\":\"market\",\"unit\":\"pcs\",\"alert_quantity\":1,\"cost_price\":\"18500.00\",\"selling_price\":\"27500.00\",\"discount_price\":null,\"image\":\"products\\/1775729867_hMnxB24US4.jpg\",\"expiry_date\":null,\"is_active\":true,\"weight\":null,\"length\":null,\"width\":null,\"height\":null,\"created_at\":\"2026-04-09T10:19:11.000000Z\",\"updated_at\":\"2026-04-09T10:19:11.000000Z\",\"deleted_at\":null,\"inventory\":{\"id\":512,\"product_id\":514,\"current_stock\":10,\"reserved_stock\":0,\"available_stock\":10,\"last_stock_update\":\"2026-04-17T14:23:29.000000Z\",\"last_updated_by\":7,\"created_at\":\"2026-04-09T10:19:11.000000Z\",\"updated_at\":\"2026-04-17T14:23:29.000000Z\"}}}],\"cashier\":{\"id\":7,\"name\":\"Ayoub Oumar\",\"email\":\"ayoub.oumar919@gmail.com\",\"user_type\":\"admin\",\"is_active\":true,\"preferred_language\":\"en\",\"email_verified_at\":\"2025-12-18T06:27:21.000000Z\",\"two_factor_confirmed_at\":null,\"current_team_id\":null,\"profile_photo_path\":null,\"created_at\":\"2025-12-18T06:27:21.000000Z\",\"updated_at\":\"2026-03-30T13:08:00.000000Z\",\"profile_photo_url\":\"https:\\/\\/ui-avatars.com\\/api\\/?name=A+O&color=7F9CF5&background=EBF4FF\"}}','Sale return',7,'Ayoub Oumar','2026-04-17 11:23:29','2026-04-17 11:23:29'),
(1199,750,'payment_received','{\"payment_status\":{\"old\":\"unpaid\",\"new\":\"paid\"},\"loan_amount\":{\"old\":\"240000.00\",\"new\":\"0.00\"},\"collected_amount\":{\"old\":\"0.00\",\"new\":\"240000.00\"},\"is_loan\":{\"old\":true,\"new\":false}}',NULL,'{\"payment_amount\":240000,\"payment_method\":\"cash\",\"payment_notes\":null,\"balance_after\":0}','Payment received: 240,000 CFA via Cash',7,'Ayoub Oumar','2026-04-18 10:16:39','2026-04-18 10:16:39'),
(1200,430,'payment_received','{\"payment_status\":{\"old\":\"partial\",\"new\":\"paid\"},\"loan_amount\":{\"old\":\"90000.00\",\"new\":\"0.00\"},\"collected_amount\":{\"old\":\"540000.00\",\"new\":\"630000.00\"},\"is_loan\":{\"old\":true,\"new\":false}}',NULL,'{\"payment_amount\":90000,\"payment_method\":\"cash\",\"payment_notes\":null,\"balance_after\":0}','Payment received: 90,000 CFA via Cash',7,'Ayoub Oumar','2026-04-18 10:17:51','2026-04-18 10:17:51'),
(1201,1050,'created',NULL,NULL,'{\"sale_number\":\"HIL-1045\",\"sale_type\":\"market\",\"customer_name\":null,\"customer_phone\":null,\"customer_email\":null,\"subtotal\":\"12500.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"12500.00\",\"paid_amount\":\"12500.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"sale_date\":\"2026-04-18T13:26:43.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"12500.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-04-18T13:26:43.000000Z\",\"created_at\":\"2026-04-18T13:26:43.000000Z\",\"id\":1050}','Sale created through POS',7,'Ayoub Oumar','2026-04-18 10:26:43','2026-04-18 10:26:43'),
(1202,1051,'created',NULL,NULL,'{\"sale_number\":\"HIL-1046\",\"sale_type\":\"market\",\"customer_name\":null,\"customer_phone\":null,\"customer_email\":null,\"subtotal\":\"22500.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"22500.00\",\"paid_amount\":\"22500.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"client_id\":null,\"sale_date\":\"2026-04-20T11:58:25.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"22500.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-04-20T11:58:25.000000Z\",\"created_at\":\"2026-04-20T11:58:25.000000Z\",\"id\":1051}','Sale created through POS',7,'Ayoub Oumar','2026-04-20 08:58:25','2026-04-20 08:58:25'),
(1203,465,'payment_received','{\"payment_status\":{\"old\":\"partial\",\"new\":\"paid\"},\"loan_amount\":{\"old\":\"265000.00\",\"new\":\"0.00\"},\"collected_amount\":{\"old\":\"4127000.00\",\"new\":\"4392000.00\"},\"is_loan\":{\"old\":true,\"new\":false}}',NULL,'{\"payment_amount\":265000,\"payment_method\":\"cash\",\"payment_notes\":null,\"balance_after\":0}','Payment received: 265,000 CFA via Cash',4,'admin','2026-04-20 12:00:11','2026-04-20 12:00:11'),
(1204,510,'payment_received','{\"payment_status\":{\"old\":\"unpaid\",\"new\":\"paid\"},\"loan_amount\":{\"old\":\"185000.00\",\"new\":\"0.00\"},\"collected_amount\":{\"old\":\"0.00\",\"new\":\"185000.00\"},\"is_loan\":{\"old\":true,\"new\":false}}',NULL,'{\"payment_amount\":185000,\"payment_method\":\"cash\",\"payment_notes\":\"REMBOURSEMENT DES MARCHANDISES\",\"balance_after\":0}','Payment received: 185,000 CFA via Cash',4,'admin','2026-04-20 12:01:25','2026-04-20 12:01:25'),
(1205,1052,'created',NULL,NULL,'{\"sale_number\":\"HIL-1047\",\"sale_type\":\"market\",\"customer_name\":null,\"customer_phone\":null,\"customer_email\":null,\"subtotal\":\"290000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"290000.00\",\"paid_amount\":\"290000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"client_id\":null,\"sale_date\":\"2026-04-21T13:13:32.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"290000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-04-21T13:13:32.000000Z\",\"created_at\":\"2026-04-21T13:13:32.000000Z\",\"id\":1052}','Sale created through POS',7,'Ayoub Oumar','2026-04-21 10:13:32','2026-04-21 10:13:32'),
(1206,1053,'created',NULL,NULL,'{\"sale_number\":\"HIL-1048\",\"sale_type\":\"market\",\"customer_name\":null,\"customer_phone\":null,\"customer_email\":null,\"subtotal\":\"45000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"45000.00\",\"paid_amount\":\"45000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"client_id\":null,\"sale_date\":\"2026-04-22T13:43:06.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"45000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-04-22T13:43:06.000000Z\",\"created_at\":\"2026-04-22T13:43:06.000000Z\",\"id\":1053}','Sale created through POS',7,'Ayoub Oumar','2026-04-22 10:43:06','2026-04-22 10:43:06'),
(1207,1054,'created',NULL,NULL,'{\"sale_number\":\"HIL-1049\",\"sale_type\":\"market\",\"customer_name\":\"Mahmut Hissen\",\"customer_phone\":\"66 35 96 89\",\"customer_email\":null,\"subtotal\":\"382000.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"382000.00\",\"paid_amount\":\"382000.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"client_id\":44,\"sale_date\":\"2026-04-22T13:54:31.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"382000.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-04-22T13:54:31.000000Z\",\"created_at\":\"2026-04-22T13:54:31.000000Z\",\"id\":1054}','Sale created through POS',7,'Ayoub Oumar','2026-04-22 10:54:31','2026-04-22 10:54:31'),
(1208,1055,'created',NULL,NULL,'{\"sale_number\":\"HIL-1050\",\"sale_type\":\"market\",\"customer_name\":null,\"customer_phone\":null,\"customer_email\":null,\"subtotal\":\"22500.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"22500.00\",\"paid_amount\":\"22500.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"client_id\":null,\"sale_date\":\"2026-04-22T15:56:43.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"22500.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-04-22T15:56:43.000000Z\",\"created_at\":\"2026-04-22T15:56:43.000000Z\",\"id\":1055}','Sale created through POS',7,'Ayoub Oumar','2026-04-22 12:56:43','2026-04-22 12:56:43'),
(1209,1056,'created',NULL,NULL,'{\"sale_number\":\"HIL-1051\",\"sale_type\":\"market\",\"customer_name\":null,\"customer_phone\":null,\"customer_email\":null,\"subtotal\":\"22500.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"22500.00\",\"paid_amount\":\"22500.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"client_id\":null,\"sale_date\":\"2026-04-22T15:56:57.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"22500.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-04-22T15:56:57.000000Z\",\"created_at\":\"2026-04-22T15:56:57.000000Z\",\"id\":1056}','Sale created through POS',7,'Ayoub Oumar','2026-04-22 12:56:57','2026-04-22 12:56:57'),
(1210,1057,'created',NULL,NULL,'{\"sale_number\":\"HIL-1052\",\"sale_type\":\"market\",\"customer_name\":null,\"customer_phone\":null,\"customer_email\":null,\"subtotal\":\"22500.00\",\"tax_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"total_amount\":\"22500.00\",\"paid_amount\":\"22500.00\",\"change_amount\":\"0.00\",\"payment_method\":\"cash\",\"sale_status\":\"completed\",\"notes\":null,\"client_id\":null,\"sale_date\":\"2026-04-22T16:23:28.000000Z\",\"cashier_id\":7,\"is_loan\":false,\"loan_amount\":\"0.00\",\"collected_amount\":\"22500.00\",\"payment_status\":\"paid\",\"updated_at\":\"2026-04-22T16:23:28.000000Z\",\"created_at\":\"2026-04-22T16:23:28.000000Z\",\"id\":1057}','Sale created through POS',7,'Ayoub Oumar','2026-04-22 13:23:28','2026-04-22 13:23:28');
/*!40000 ALTER TABLE `sale_histories` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `sale_items`
--

DROP TABLE IF EXISTS `sale_items`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `sale_items` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `sale_id` bigint(20) unsigned NOT NULL,
  `product_id` bigint(20) unsigned NOT NULL,
  `product_name` varchar(255) NOT NULL,
  `product_barcode` varchar(255) DEFAULT NULL,
  `quantity` int(11) NOT NULL,
  `unit_price` decimal(10,2) NOT NULL,
  `tax_rate` decimal(5,2) NOT NULL DEFAULT 0.00,
  `tax_amount` decimal(10,2) NOT NULL DEFAULT 0.00,
  `discount_amount` decimal(10,2) NOT NULL DEFAULT 0.00,
  `total_amount` decimal(10,2) NOT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `sale_items_sale_id_index` (`sale_id`),
  KEY `sale_items_product_id_index` (`product_id`),
  CONSTRAINT `sale_items_product_id_foreign` FOREIGN KEY (`product_id`) REFERENCES `products` (`id`),
  CONSTRAINT `sale_items_sale_id_foreign` FOREIGN KEY (`sale_id`) REFERENCES `sales` (`id`) ON DELETE CASCADE
) ENGINE=InnoDB AUTO_INCREMENT=2181 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `sale_items`
--

LOCK TABLES `sale_items` WRITE;
/*!40000 ALTER TABLE `sale_items` DISABLE KEYS */;
INSERT INTO `sale_items` VALUES
(1,1,8,'huile d\'olive',NULL,2,6000.00,0.00,0.00,0.00,12000.00,'2025-12-17 06:35:11','2025-12-17 06:35:11'),
(2,2,8,'huile d\'olive',NULL,1,6000.00,0.00,0.00,0.00,6000.00,'2025-12-17 06:35:19','2025-12-17 06:35:19'),
(3,3,8,'huile d\'olive',NULL,4,6000.00,0.00,0.00,0.00,24000.00,'2025-12-17 06:35:29','2025-12-17 06:35:29'),
(4,4,9,'Hilali-4',NULL,1,17500.00,0.00,0.00,0.00,17500.00,'2025-12-17 08:56:18','2025-12-17 08:56:18'),
(5,5,10,'Hilali-5',NULL,1,20000.00,0.00,0.00,0.00,20000.00,'2025-12-17 10:10:24','2025-12-17 10:10:24'),
(6,6,9,'Hilali-4',NULL,1,18000.00,0.00,0.00,0.00,18000.00,'2025-12-17 12:17:25','2025-12-17 12:17:25'),
(7,7,9,'Hilali-4',NULL,1,17500.00,0.00,0.00,0.00,17500.00,'2025-12-17 13:11:31','2025-12-17 13:11:31'),
(8,8,1,'Hilali-1',NULL,5,17500.00,0.00,0.00,0.00,87500.00,'2025-12-18 06:45:39','2025-12-18 06:45:39'),
(9,8,14,'Hilali-9',NULL,5,17500.00,0.00,0.00,0.00,87500.00,'2025-12-18 06:45:39','2025-12-18 06:45:39'),
(10,8,15,'HIL T-1',NULL,12,10000.00,0.00,0.00,0.00,120000.00,'2025-12-18 06:45:39','2025-12-18 06:45:39'),
(11,8,16,'HIL T-2',NULL,8,10000.00,0.00,0.00,0.00,80000.00,'2025-12-18 06:45:39','2025-12-18 06:45:39'),
(12,9,15,'HIL T-1',NULL,1,10000.00,0.00,0.00,0.00,10000.00,'2025-12-18 09:25:13','2025-12-18 09:25:13'),
(13,9,16,'HIL T-2',NULL,1,10000.00,0.00,0.00,0.00,10000.00,'2025-12-18 09:25:13','2025-12-18 09:25:13'),
(14,10,13,'Hilali-8',NULL,1,17500.00,0.00,0.00,0.00,17500.00,'2025-12-18 10:02:21','2025-12-18 10:02:21'),
(15,10,10,'Hilali-5',NULL,1,17500.00,0.00,0.00,0.00,17500.00,'2025-12-18 10:02:21','2025-12-18 10:02:21'),
(16,10,9,'Hilali-4',NULL,1,17500.00,0.00,0.00,0.00,17500.00,'2025-12-18 10:02:21','2025-12-18 10:02:21'),
(17,11,2,'Hilali-2',NULL,10,17500.00,0.00,0.00,0.00,175000.00,'2025-12-18 11:15:14','2025-12-18 11:15:14'),
(18,11,9,'Hilali-4',NULL,11,17500.00,0.00,0.00,0.00,192500.00,'2025-12-18 11:15:14','2025-12-18 11:15:14'),
(19,11,10,'Hilali-5',NULL,6,17500.00,0.00,0.00,0.00,105000.00,'2025-12-18 11:15:14','2025-12-18 11:15:14'),
(20,11,14,'Hilali-9',NULL,5,17500.00,0.00,0.00,0.00,87500.00,'2025-12-18 11:15:14','2025-12-18 11:15:14'),
(21,11,17,'Hilali-Example',NULL,68,17500.00,0.00,0.00,0.00,1190000.00,'2025-12-18 11:15:14','2025-12-18 11:15:14'),
(22,12,2,'Hilali-2',NULL,1,20000.00,0.00,0.00,0.00,20000.00,'2025-12-18 12:07:16','2025-12-18 12:07:16'),
(23,13,13,'Hilali-8',NULL,1,17500.00,0.00,0.00,0.00,17500.00,'2025-12-19 07:59:28','2025-12-19 07:59:28'),
(24,14,19,'BA HIL-1',NULL,1,17500.00,0.00,0.00,0.00,17500.00,'2025-12-19 10:34:33','2025-12-19 10:34:33'),
(25,15,15,'HIL T-1',NULL,9,10000.00,0.00,0.00,0.00,90000.00,'2025-12-19 10:36:01','2025-12-19 10:36:01'),
(26,15,18,'HIL T-3',NULL,21,10000.00,0.00,0.00,0.00,210000.00,'2025-12-19 10:36:01','2025-12-19 10:36:01'),
(27,16,17,'Hilali-Mix',NULL,1,20000.00,0.00,0.00,0.00,20000.00,'2025-12-20 08:25:08','2025-12-20 08:25:08'),
(28,17,1,'Hilali-1',NULL,1,20000.00,0.00,0.00,0.00,20000.00,'2025-12-20 09:36:00','2025-12-20 09:36:00'),
(29,18,8,'huile d\'olive',NULL,1,5500.00,0.00,0.00,0.00,5500.00,'2025-12-20 09:41:55','2025-12-20 09:41:55'),
(30,19,15,'HIL T-1',NULL,1,10000.00,0.00,0.00,0.00,10000.00,'2025-12-20 09:45:10','2025-12-20 09:45:10'),
(31,19,16,'HIL T-2',NULL,1,10000.00,0.00,0.00,0.00,10000.00,'2025-12-20 09:45:10','2025-12-20 09:45:10'),
(32,20,9,'Hilali-4',NULL,1,20000.00,0.00,0.00,0.00,20000.00,'2025-12-20 11:58:41','2025-12-20 11:58:41'),
(33,21,8,'huile d\'olive',NULL,1,5500.00,0.00,0.00,0.00,5500.00,'2025-12-20 13:50:44','2025-12-20 13:50:44'),
(34,22,17,'Hilali-Mix',NULL,1,17500.00,0.00,0.00,0.00,17500.00,'2025-12-22 06:41:33','2025-12-22 06:41:33'),
(35,23,8,'huile d\'olive',NULL,1,5500.00,0.00,0.00,0.00,5500.00,'2025-12-22 06:41:44','2025-12-22 06:41:44'),
(36,24,13,'Hilali-8',NULL,4,17500.00,0.00,0.00,0.00,70000.00,'2025-12-22 07:49:08','2025-12-22 07:49:08'),
(37,25,1,'Hilali-1',NULL,1,17500.00,0.00,0.00,0.00,17500.00,'2025-12-22 07:52:55','2025-12-22 07:52:55'),
(38,26,2,'Hilali-2',NULL,1,17500.00,0.00,0.00,0.00,17500.00,'2025-12-22 07:57:22','2025-12-22 07:57:22'),
(39,27,12,'Hilali-7',NULL,2,17500.00,0.00,0.00,0.00,35000.00,'2025-12-22 08:04:18','2025-12-22 08:04:18'),
(40,28,11,'Hilali-6',NULL,4,17500.00,0.00,0.00,0.00,70000.00,'2025-12-22 08:16:47','2025-12-22 08:16:47'),
(41,29,15,'HIL T-1',NULL,3,10000.00,0.00,0.00,0.00,30000.00,'2025-12-22 08:20:59','2025-12-22 08:20:59'),
(42,30,13,'Hilali-8',NULL,1,17500.00,0.00,0.00,0.00,17500.00,'2025-12-22 08:35:32','2025-12-22 08:35:32'),
(43,31,11,'Hilali-6',NULL,1,20000.00,0.00,0.00,0.00,20000.00,'2025-12-22 08:45:16','2025-12-22 08:45:16'),
(44,32,12,'Hilali-7',NULL,1,17500.00,0.00,0.00,0.00,17500.00,'2025-12-22 09:55:21','2025-12-22 09:55:21'),
(45,33,15,'HIL T-1',NULL,2,10000.00,0.00,0.00,0.00,20000.00,'2025-12-22 10:57:33','2025-12-22 10:57:33'),
(46,34,8,'huile d\'olive',NULL,2,5500.00,0.00,0.00,0.00,11000.00,'2025-12-22 11:53:27','2025-12-22 11:53:27'),
(47,35,8,'huile d\'olive',NULL,1,5500.00,0.00,0.00,0.00,5500.00,'2025-12-22 13:35:53','2025-12-22 13:35:53'),
(48,36,8,'huile d\'olive',NULL,1,5500.00,0.00,0.00,0.00,5500.00,'2025-12-23 06:41:12','2025-12-23 06:41:12'),
(49,36,10,'Hilali-5',NULL,1,17500.00,0.00,0.00,0.00,17500.00,'2025-12-23 06:41:12','2025-12-23 06:41:12'),
(50,37,11,'Hilali-6',NULL,1,19000.00,0.00,0.00,0.00,19000.00,'2025-12-23 08:42:15','2025-12-23 08:42:15'),
(51,38,17,'Hilali-Mix',NULL,1,17500.00,0.00,0.00,0.00,17500.00,'2025-12-23 10:09:42','2025-12-23 10:09:42'),
(52,39,8,'huile d\'olive',NULL,2,5500.00,0.00,0.00,0.00,11000.00,'2025-12-23 12:09:30','2025-12-23 12:09:30'),
(53,40,13,'Hilali-8',NULL,1,17500.00,0.00,0.00,0.00,17500.00,'2025-12-23 12:38:49','2025-12-23 12:38:49'),
(54,41,8,'huile d\'olive',NULL,1,5500.00,0.00,0.00,0.00,5500.00,'2025-12-23 12:39:00','2025-12-23 12:39:00'),
(55,42,2,'Hilali-2',NULL,1,17500.00,0.00,0.00,0.00,17500.00,'2025-12-23 12:44:42','2025-12-23 12:44:42'),
(56,42,9,'Hilali-4',NULL,1,17500.00,0.00,0.00,0.00,17500.00,'2025-12-23 12:44:42','2025-12-23 12:44:42'),
(57,42,17,'Hilali-Mix',NULL,1,17500.00,0.00,0.00,0.00,17500.00,'2025-12-23 12:44:42','2025-12-23 12:44:42'),
(58,43,9,'Hilali-4',NULL,1,20000.00,0.00,0.00,0.00,20000.00,'2025-12-24 07:22:24','2025-12-24 07:22:24'),
(59,44,2,'Hilali-2',NULL,1,17500.00,0.00,0.00,0.00,17500.00,'2025-12-24 07:22:46','2025-12-24 07:22:46'),
(60,44,9,'Hilali-4',NULL,1,17500.00,0.00,0.00,0.00,17500.00,'2025-12-24 07:22:46','2025-12-24 07:22:46'),
(61,45,19,'BA HIL-1',NULL,1,20000.00,0.00,0.00,0.00,20000.00,'2025-12-24 07:23:04','2025-12-24 07:23:04'),
(62,46,9,'Hilali-4',NULL,1,17500.00,0.00,0.00,0.00,17500.00,'2025-12-24 08:08:47','2025-12-24 08:08:47'),
(63,47,11,'Hilali-6',NULL,1,20000.00,0.00,0.00,0.00,20000.00,'2025-12-24 08:18:39','2025-12-24 08:18:39'),
(64,47,17,'Hilali-Mix',NULL,1,20000.00,0.00,0.00,0.00,20000.00,'2025-12-24 08:18:39','2025-12-24 08:18:39'),
(65,48,12,'Hilali-7',NULL,1,17500.00,0.00,0.00,0.00,17500.00,'2025-12-24 08:40:42','2025-12-24 08:40:42'),
(66,49,8,'huile d\'olive',NULL,1,5500.00,0.00,0.00,0.00,5500.00,'2025-12-24 08:57:17','2025-12-24 08:57:17'),
(67,50,1,'Hilali-1',NULL,1,17500.00,0.00,0.00,0.00,17500.00,'2025-12-24 09:04:29','2025-12-24 09:04:29'),
(68,51,10,'Hilali-5',NULL,1,17500.00,0.00,0.00,0.00,17500.00,'2025-12-24 09:37:51','2025-12-24 09:37:51'),
(69,52,9,'Hilali-4',NULL,1,17500.00,0.00,0.00,0.00,17500.00,'2025-12-24 09:43:37','2025-12-24 09:43:37'),
(70,52,12,'Hilali-7',NULL,1,17500.00,0.00,0.00,0.00,17500.00,'2025-12-24 09:43:37','2025-12-24 09:43:37'),
(71,53,17,'Hilali-Mix',NULL,1,17500.00,0.00,0.00,0.00,17500.00,'2025-12-24 10:39:41','2025-12-24 10:39:41'),
(72,54,9,'Hilali-4',NULL,1,17500.00,0.00,0.00,0.00,17500.00,'2025-12-24 11:08:17','2025-12-24 11:08:17'),
(73,54,13,'Hilali-8',NULL,1,17500.00,0.00,0.00,0.00,17500.00,'2025-12-24 11:08:17','2025-12-24 11:08:17'),
(74,55,9,'Hilali-4',NULL,4,17500.00,0.00,0.00,0.00,70000.00,'2025-12-24 12:05:09','2025-12-24 12:05:09'),
(75,56,11,'Hilali-6',NULL,1,17500.00,0.00,0.00,0.00,17500.00,'2025-12-24 12:14:18','2025-12-24 12:14:18'),
(76,57,10,'Hilali-5',NULL,2,17500.00,0.00,0.00,0.00,35000.00,'2025-12-24 12:24:34','2025-12-24 12:24:34'),
(77,58,11,'Hilali-6',NULL,1,17500.00,0.00,0.00,0.00,17500.00,'2025-12-24 12:34:06','2025-12-24 12:34:06'),
(78,58,13,'Hilali-8',NULL,3,17500.00,0.00,0.00,0.00,52500.00,'2025-12-24 12:34:06','2025-12-24 12:34:06'),
(79,59,10,'Hilali-5',NULL,1,17500.00,0.00,0.00,0.00,17500.00,'2025-12-24 13:01:00','2025-12-24 13:01:00'),
(80,59,17,'Hilali-Mix',NULL,1,17500.00,0.00,0.00,0.00,17500.00,'2025-12-24 13:01:00','2025-12-24 13:01:00'),
(81,60,19,'BA HIL-1',NULL,1,17500.00,0.00,0.00,0.00,17500.00,'2025-12-25 06:32:45','2025-12-25 06:32:45'),
(82,61,8,'huile d\'olive',NULL,1,5500.00,0.00,0.00,0.00,5500.00,'2025-12-25 07:10:28','2025-12-25 07:10:28'),
(83,62,1,'Hilali-1',NULL,1,17500.00,0.00,0.00,0.00,17500.00,'2025-12-25 07:37:25','2025-12-25 07:37:25'),
(84,63,10,'Hilali-5',NULL,1,19000.00,0.00,0.00,0.00,19000.00,'2025-12-25 08:12:18','2025-12-25 08:12:18'),
(85,64,1,'Hilali-1',NULL,1,17500.00,0.00,0.00,0.00,17500.00,'2025-12-25 11:41:21','2025-12-25 11:41:21'),
(86,65,16,'HIL T-2',NULL,1,10000.00,0.00,0.00,0.00,10000.00,'2025-12-25 12:57:59','2025-12-25 12:57:59'),
(87,66,2,'Hilali-2',NULL,1,17500.00,0.00,0.00,0.00,17500.00,'2025-12-25 12:58:58','2025-12-25 12:58:58'),
(88,66,10,'Hilali-5',NULL,1,17500.00,0.00,0.00,0.00,17500.00,'2025-12-25 12:58:58','2025-12-25 12:58:58'),
(89,67,25,'BA HIL-MIX',NULL,1,17500.00,0.00,0.00,0.00,17500.00,'2025-12-25 13:23:04','2025-12-25 13:23:04'),
(90,68,8,'huile d\'olive',NULL,1,5500.00,0.00,0.00,0.00,5500.00,'2025-12-25 17:12:14','2025-12-25 17:12:14'),
(91,69,11,'Hilali-6',NULL,1,17500.00,0.00,0.00,0.00,17500.00,'2025-12-26 07:08:53','2025-12-26 07:08:53'),
(92,69,12,'Hilali-7',NULL,1,17500.00,0.00,0.00,0.00,17500.00,'2025-12-26 07:08:54','2025-12-26 07:08:54'),
(93,69,19,'BA HIL-1',NULL,1,17500.00,0.00,0.00,0.00,17500.00,'2025-12-26 07:08:54','2025-12-26 07:08:54'),
(94,70,22,'BA HIL-4',NULL,2,17500.00,0.00,0.00,0.00,35000.00,'2025-12-26 07:14:07','2025-12-26 07:14:07'),
(95,71,9,'Hilali-4',NULL,1,17500.00,0.00,0.00,0.00,17500.00,'2025-12-26 07:54:26','2025-12-26 07:54:26'),
(96,72,12,'Hilali-7',NULL,1,17500.00,0.00,0.00,0.00,17500.00,'2025-12-26 08:17:09','2025-12-26 08:17:09'),
(97,72,17,'Hilali-Mix',NULL,1,17500.00,0.00,0.00,0.00,17500.00,'2025-12-26 08:17:09','2025-12-26 08:17:09'),
(98,73,15,'HIL T-1',NULL,2,10000.00,0.00,0.00,0.00,20000.00,'2025-12-26 08:23:09','2025-12-26 08:23:09'),
(99,73,17,'Hilali-Mix',NULL,2,17500.00,0.00,0.00,0.00,35000.00,'2025-12-26 08:23:09','2025-12-26 08:23:09'),
(100,74,8,'huile d\'olive',NULL,1,5500.00,0.00,0.00,0.00,5500.00,'2025-12-26 09:08:41','2025-12-26 09:08:41'),
(101,75,8,'huile d\'olive',NULL,1,5500.00,0.00,0.00,0.00,5500.00,'2025-12-26 10:18:59','2025-12-26 10:18:59'),
(102,76,3,'Hilali-3',NULL,1,17500.00,0.00,0.00,0.00,17500.00,'2025-12-26 11:15:39','2025-12-26 11:15:39'),
(103,76,13,'Hilali-8',NULL,1,17500.00,0.00,0.00,0.00,17500.00,'2025-12-26 11:15:39','2025-12-26 11:15:39'),
(104,77,8,'huile d\'olive',NULL,2,5500.00,0.00,0.00,0.00,11000.00,'2025-12-26 12:18:19','2025-12-26 12:18:19'),
(105,78,25,'BA HIL-MIX',NULL,1,20000.00,0.00,0.00,0.00,20000.00,'2025-12-26 12:56:35','2025-12-26 12:56:35'),
(106,79,3,'Hilali-3',NULL,1,17500.00,0.00,0.00,0.00,17500.00,'2025-12-26 13:48:56','2025-12-26 13:48:56'),
(107,79,10,'Hilali-5',NULL,1,17500.00,0.00,0.00,0.00,17500.00,'2025-12-26 13:48:56','2025-12-26 13:48:56'),
(108,80,9,'Hilali-4',NULL,2,17500.00,0.00,0.00,0.00,35000.00,'2025-12-26 14:08:47','2025-12-26 14:08:47'),
(109,81,4,'DUR B-1',NULL,1,11000.00,0.00,0.00,0.00,11000.00,'2025-12-26 15:03:42','2025-12-26 15:03:42'),
(110,82,3,'Hilali-3',NULL,1,17500.00,0.00,0.00,0.00,17500.00,'2025-12-27 07:08:28','2025-12-27 07:08:28'),
(111,83,17,'Hilali-Mix',NULL,2,17500.00,0.00,0.00,0.00,35000.00,'2025-12-27 08:00:02','2025-12-27 08:00:02'),
(112,84,17,'Hilali-Mix',NULL,3,20000.00,0.00,0.00,0.00,60000.00,'2025-12-27 08:12:06','2025-12-27 08:12:06'),
(113,85,3,'Hilali-3',NULL,2,17500.00,0.00,0.00,0.00,35000.00,'2025-12-27 08:50:11','2025-12-27 08:50:11'),
(114,86,10,'Hilali-5',NULL,1,17500.00,0.00,0.00,0.00,17500.00,'2025-12-27 08:50:33','2025-12-27 08:50:33'),
(115,87,2,'Hilali-2',NULL,1,17500.00,0.00,0.00,0.00,17500.00,'2025-12-27 09:22:32','2025-12-27 09:22:32'),
(116,87,17,'Hilali-Mix',NULL,1,17500.00,0.00,0.00,0.00,17500.00,'2025-12-27 09:22:32','2025-12-27 09:22:32'),
(117,88,19,'BA HIL-1',NULL,1,17500.00,0.00,0.00,0.00,17500.00,'2025-12-27 10:05:07','2025-12-27 10:05:07'),
(118,89,9,'Hilali-4',NULL,1,17500.00,0.00,0.00,0.00,17500.00,'2025-12-27 10:05:41','2025-12-27 10:05:41'),
(119,90,2,'Hilali-2',NULL,2,17500.00,0.00,0.00,0.00,35000.00,'2025-12-27 10:20:56','2025-12-27 10:20:56'),
(120,90,3,'Hilali-3',NULL,2,17500.00,0.00,0.00,0.00,35000.00,'2025-12-27 10:20:56','2025-12-27 10:20:56'),
(121,90,9,'Hilali-4',NULL,1,17500.00,0.00,0.00,0.00,17500.00,'2025-12-27 10:20:56','2025-12-27 10:20:56'),
(122,90,10,'Hilali-5',NULL,1,17500.00,0.00,0.00,0.00,17500.00,'2025-12-27 10:20:56','2025-12-27 10:20:56'),
(123,90,15,'HIL T-1',NULL,3,10000.00,0.00,0.00,0.00,30000.00,'2025-12-27 10:20:56','2025-12-27 10:20:56'),
(124,90,16,'HIL T-2',NULL,1,10000.00,0.00,0.00,0.00,10000.00,'2025-12-27 10:20:56','2025-12-27 10:20:56'),
(125,90,17,'Hilali-Mix',NULL,1,17500.00,0.00,0.00,0.00,17500.00,'2025-12-27 10:20:56','2025-12-27 10:20:56'),
(126,91,3,'Hilali-3',NULL,1,20000.00,0.00,0.00,0.00,20000.00,'2025-12-27 12:08:31','2025-12-27 12:08:31'),
(127,91,9,'Hilali-4',NULL,1,20000.00,0.00,0.00,0.00,20000.00,'2025-12-27 12:08:31','2025-12-27 12:08:31'),
(128,92,9,'Hilali-4',NULL,1,17500.00,0.00,0.00,0.00,17500.00,'2025-12-29 05:42:33','2025-12-29 05:42:33'),
(129,92,26,'Hilali-10',NULL,1,17500.00,0.00,0.00,0.00,17500.00,'2025-12-29 05:42:33','2025-12-29 05:42:33'),
(130,93,3,'Hilali-3',NULL,1,17500.00,0.00,0.00,0.00,17500.00,'2025-12-29 06:07:25','2025-12-29 06:07:25'),
(131,94,15,'HIL T-1',NULL,7,10000.00,0.00,0.00,0.00,70000.00,'2025-12-29 06:36:41','2025-12-29 06:36:41'),
(132,94,16,'HIL T-2',NULL,13,10000.00,0.00,0.00,0.00,130000.00,'2025-12-29 06:36:41','2025-12-29 06:36:41'),
(133,95,1,'Hilali-1',NULL,1,17500.00,0.00,0.00,0.00,17500.00,'2025-12-29 07:39:06','2025-12-29 07:39:06'),
(134,95,12,'Hilali-7',NULL,1,17500.00,0.00,0.00,0.00,17500.00,'2025-12-29 07:39:06','2025-12-29 07:39:06'),
(135,96,9,'Hilali-4',NULL,1,17500.00,0.00,0.00,0.00,17500.00,'2025-12-29 08:52:26','2025-12-29 08:52:26'),
(136,97,2,'Hilali-2',NULL,1,17500.00,0.00,0.00,0.00,17500.00,'2025-12-29 09:25:38','2025-12-29 09:25:38'),
(137,97,3,'Hilali-3',NULL,1,17500.00,0.00,0.00,0.00,17500.00,'2025-12-29 09:25:38','2025-12-29 09:25:38'),
(138,98,8,'huile d\'olive',NULL,2,5500.00,0.00,0.00,0.00,11000.00,'2025-12-29 10:23:55','2025-12-29 10:23:55'),
(139,99,26,'Hilali-10',NULL,1,17500.00,0.00,0.00,0.00,17500.00,'2025-12-29 10:24:06','2025-12-29 10:24:06'),
(140,100,9,'Hilali-4',NULL,1,17500.00,0.00,0.00,0.00,17500.00,'2025-12-29 12:23:00','2025-12-29 12:23:00'),
(141,101,8,'huile d\'olive',NULL,1,5500.00,0.00,0.00,0.00,5500.00,'2025-12-29 14:10:19','2025-12-29 14:10:19'),
(142,102,15,'HIL T-1',NULL,1,10000.00,0.00,0.00,0.00,10000.00,'2025-12-30 05:40:03','2025-12-30 05:40:03'),
(143,102,16,'HIL T-2',NULL,10,10000.00,0.00,0.00,0.00,100000.00,'2025-12-30 05:40:03','2025-12-30 05:40:03'),
(144,103,8,'huile d\'olive',NULL,10,5500.00,0.00,0.00,0.00,55000.00,'2025-12-30 06:41:53','2025-12-30 06:41:53'),
(145,104,1,'Hilali-1',NULL,1,17500.00,0.00,0.00,0.00,17500.00,'2025-12-30 08:12:26','2025-12-30 08:12:26'),
(146,104,3,'Hilali-3',NULL,1,17500.00,0.00,0.00,0.00,17500.00,'2025-12-30 08:12:26','2025-12-30 08:12:26'),
(147,104,10,'Hilali-5',NULL,2,17500.00,0.00,0.00,0.00,35000.00,'2025-12-30 08:12:26','2025-12-30 08:12:26'),
(148,104,17,'Hilali-Mix',NULL,2,17500.00,0.00,0.00,0.00,35000.00,'2025-12-30 08:12:26','2025-12-30 08:12:26'),
(149,104,26,'Hilali-10',NULL,1,17500.00,0.00,0.00,0.00,17500.00,'2025-12-30 08:12:26','2025-12-30 08:12:26'),
(150,104,28,'Hilali-12',NULL,3,17500.00,0.00,0.00,0.00,52500.00,'2025-12-30 08:12:26','2025-12-30 08:12:26'),
(151,104,30,'Hilali-13',NULL,1,17500.00,0.00,0.00,0.00,17500.00,'2025-12-30 08:12:26','2025-12-30 08:12:26'),
(152,105,17,'Hilali-Mix',NULL,1,17500.00,0.00,0.00,0.00,17500.00,'2025-12-30 11:31:49','2025-12-30 11:31:49'),
(153,106,8,'huile d\'olive',NULL,2,5500.00,0.00,0.00,0.00,11000.00,'2025-12-30 12:42:52','2025-12-30 12:42:52'),
(154,107,26,'Hilali-10',NULL,2,17500.00,0.00,0.00,0.00,35000.00,'2025-12-30 12:50:01','2025-12-30 12:50:01'),
(155,107,21,'BA HIL-3',NULL,1,17500.00,0.00,0.00,0.00,17500.00,'2025-12-30 12:50:01','2025-12-30 12:50:01'),
(156,107,19,'BA HIL-1',NULL,1,17500.00,0.00,0.00,0.00,17500.00,'2025-12-30 12:50:01','2025-12-30 12:50:01'),
(157,107,3,'Hilali-3',NULL,2,17500.00,0.00,0.00,0.00,35000.00,'2025-12-30 12:50:01','2025-12-30 12:50:01'),
(158,107,27,'Hilali-11',NULL,1,17500.00,0.00,0.00,0.00,17500.00,'2025-12-30 12:50:01','2025-12-30 12:50:01'),
(159,107,9,'Hilali-4',NULL,1,17500.00,0.00,0.00,0.00,17500.00,'2025-12-30 12:50:01','2025-12-30 12:50:01'),
(160,108,2,'Hilali-2',NULL,1,17500.00,0.00,0.00,0.00,17500.00,'2025-12-30 13:13:58','2025-12-30 13:13:58'),
(161,108,11,'Hilali-6',NULL,1,17500.00,0.00,0.00,0.00,17500.00,'2025-12-30 13:13:58','2025-12-30 13:13:58'),
(162,109,29,'Hilali-13',NULL,1,17500.00,0.00,0.00,0.00,17500.00,'2025-12-31 08:25:57','2025-12-31 08:25:57'),
(163,110,10,'Hilali-5',NULL,1,17500.00,0.00,0.00,0.00,17500.00,'2025-12-31 08:26:19','2025-12-31 08:26:19'),
(164,110,34,'Hilali-17',NULL,1,17500.00,0.00,0.00,0.00,17500.00,'2025-12-31 08:26:19','2025-12-31 08:26:19'),
(165,111,17,'Hilali-Mix',NULL,1,17500.00,0.00,0.00,0.00,17500.00,'2025-12-31 08:36:09','2025-12-31 08:36:09'),
(166,112,11,'Hilali-6',NULL,1,17500.00,0.00,0.00,0.00,17500.00,'2025-12-31 08:39:21','2025-12-31 08:39:21'),
(167,112,32,'Hilali-15',NULL,1,17500.00,0.00,0.00,0.00,17500.00,'2025-12-31 08:39:21','2025-12-31 08:39:21'),
(168,113,11,'Hilali-6',NULL,1,17500.00,0.00,0.00,0.00,17500.00,'2025-12-31 08:40:45','2025-12-31 08:40:45'),
(169,113,32,'Hilali-15',NULL,1,17500.00,0.00,0.00,0.00,17500.00,'2025-12-31 08:40:45','2025-12-31 08:40:45'),
(170,114,3,'Hilali-3',NULL,1,17500.00,0.00,0.00,0.00,17500.00,'2025-12-31 10:38:01','2025-12-31 10:38:01'),
(171,115,25,'BA HIL-MIX',NULL,1,17500.00,0.00,0.00,0.00,17500.00,'2025-12-31 11:33:57','2025-12-31 11:33:57'),
(172,116,32,'Hilali-15',NULL,1,20000.00,0.00,0.00,0.00,20000.00,'2025-12-31 12:56:49','2025-12-31 12:56:49'),
(173,117,42,'Hilali-22',NULL,1,20000.00,0.00,0.00,0.00,20000.00,'2025-12-31 13:03:52','2025-12-31 13:03:52'),
(174,118,10,'Hilali-5',NULL,1,17500.00,0.00,0.00,0.00,17500.00,'2025-12-31 13:26:15','2025-12-31 13:26:15'),
(175,118,34,'Hilali-17',NULL,1,17500.00,0.00,0.00,0.00,17500.00,'2025-12-31 13:26:15','2025-12-31 13:26:15'),
(176,119,8,'huile d\'olive',NULL,1,5500.00,0.00,0.00,0.00,5500.00,'2026-01-01 05:54:41','2026-01-01 05:54:41'),
(177,120,11,'Hilali-6',NULL,1,17500.00,0.00,0.00,0.00,17500.00,'2026-01-01 06:29:54','2026-01-01 06:29:54'),
(178,121,2,'Hilali-2',NULL,1,17500.00,0.00,0.00,0.00,17500.00,'2026-01-01 07:51:52','2026-01-01 07:51:52'),
(179,121,9,'Hilali-4',NULL,1,17500.00,0.00,0.00,0.00,17500.00,'2026-01-01 07:51:52','2026-01-01 07:51:52'),
(180,121,17,'Hilali-Mix',NULL,9,17500.00,0.00,0.00,0.00,157500.00,'2026-01-01 07:51:52','2026-01-01 07:51:52'),
(181,121,26,'Hilali-10',NULL,1,17500.00,0.00,0.00,0.00,17500.00,'2026-01-01 07:51:52','2026-01-01 07:51:52'),
(182,121,28,'Hilali-12',NULL,3,17500.00,0.00,0.00,0.00,52500.00,'2026-01-01 07:51:52','2026-01-01 07:51:52'),
(183,121,29,'Hilali-13',NULL,1,17500.00,0.00,0.00,0.00,17500.00,'2026-01-01 07:51:52','2026-01-01 07:51:52'),
(184,121,32,'Hilali-15',NULL,1,17500.00,0.00,0.00,0.00,17500.00,'2026-01-01 07:51:52','2026-01-01 07:51:52'),
(185,121,34,'Hilali-17',NULL,1,17500.00,0.00,0.00,0.00,17500.00,'2026-01-01 07:51:52','2026-01-01 07:51:52'),
(186,121,35,'Hilali-18',NULL,1,17500.00,0.00,0.00,0.00,17500.00,'2026-01-01 07:51:52','2026-01-01 07:51:52'),
(187,121,36,'Butteri-1',NULL,7,17500.00,0.00,0.00,0.00,122500.00,'2026-01-01 07:51:52','2026-01-01 07:51:52'),
(188,121,43,'Dur Sandale',NULL,10,6000.00,0.00,0.00,0.00,60000.00,'2026-01-01 07:51:52','2026-01-01 07:51:52'),
(189,122,3,'Hilali-3',NULL,1,17500.00,0.00,0.00,0.00,17500.00,'2026-01-01 07:55:48','2026-01-01 07:55:48'),
(190,123,28,'Hilali-12',NULL,1,17500.00,0.00,0.00,0.00,17500.00,'2026-01-01 08:08:53','2026-01-01 08:08:53'),
(191,124,33,'Hilali-16',NULL,1,17500.00,0.00,0.00,0.00,17500.00,'2026-01-01 08:50:46','2026-01-01 08:50:46'),
(192,125,32,'Hilali-15',NULL,1,20000.00,0.00,0.00,0.00,20000.00,'2026-01-01 09:25:48','2026-01-01 09:25:48'),
(193,126,20,'BA HIL-2',NULL,1,20000.00,0.00,0.00,0.00,20000.00,'2026-01-01 10:16:08','2026-01-01 10:16:08'),
(194,127,11,'Hilali-6',NULL,1,20000.00,0.00,0.00,0.00,20000.00,'2026-01-01 13:27:02','2026-01-01 13:27:02'),
(195,128,32,'Hilali-15',NULL,1,20000.00,0.00,0.00,0.00,20000.00,'2026-01-01 13:27:20','2026-01-01 13:27:20'),
(196,129,2,'Hilali-2',NULL,1,20000.00,0.00,0.00,0.00,20000.00,'2026-01-01 13:27:49','2026-01-01 13:27:49'),
(197,129,10,'Hilali-5',NULL,1,20000.00,0.00,0.00,0.00,20000.00,'2026-01-01 13:27:49','2026-01-01 13:27:49'),
(198,130,19,'BA HIL-1',NULL,4,17500.00,0.00,0.00,0.00,70000.00,'2026-01-02 06:28:11','2026-01-02 06:28:11'),
(199,130,21,'BA HIL-3',NULL,4,17500.00,0.00,0.00,0.00,70000.00,'2026-01-02 06:28:11','2026-01-02 06:28:11'),
(200,130,22,'BA HIL-4',NULL,1,17500.00,0.00,0.00,0.00,17500.00,'2026-01-02 06:28:11','2026-01-02 06:28:11'),
(201,130,25,'BA HIL-MIX',NULL,2,17500.00,0.00,0.00,0.00,35000.00,'2026-01-02 06:28:11','2026-01-02 06:28:11'),
(202,131,43,'Dur Sandale',NULL,1,6500.00,0.00,0.00,0.00,6500.00,'2026-01-02 06:51:39','2026-01-02 06:51:39'),
(203,132,4,'DUR B-1',NULL,1,11000.00,0.00,0.00,0.00,11000.00,'2026-01-02 07:26:01','2026-01-02 07:26:01'),
(204,133,8,'huile d\'olive',NULL,2,5500.00,0.00,0.00,0.00,11000.00,'2026-01-02 08:59:55','2026-01-02 08:59:55'),
(205,134,67,'Hilali-Mix',NULL,1,17500.00,0.00,0.00,0.00,17500.00,'2026-01-02 10:09:40','2026-01-02 10:09:40'),
(206,135,67,'Hilali-Mix',NULL,1,20000.00,0.00,0.00,0.00,20000.00,'2026-01-02 10:10:56','2026-01-02 10:10:56'),
(207,136,91,'Hilali-15',NULL,1,17500.00,0.00,0.00,0.00,17500.00,'2026-01-02 10:28:14','2026-01-13 07:25:35'),
(208,137,87,'Hilali-13',NULL,1,20000.00,0.00,0.00,0.00,20000.00,'2026-01-02 10:44:24','2026-01-02 10:44:24'),
(209,138,47,'Hilali-2',NULL,1,17500.00,0.00,0.00,0.00,17500.00,'2026-01-02 10:48:42','2026-01-02 10:48:42'),
(210,138,51,'Hilali-4',NULL,1,17500.00,0.00,0.00,0.00,17500.00,'2026-01-02 10:48:42','2026-01-02 10:48:42'),
(211,139,81,'Hilali-10',NULL,1,17500.00,0.00,0.00,0.00,17500.00,'2026-01-02 12:40:04','2026-01-02 12:40:04'),
(212,140,107,'Hilali-23',NULL,1,20000.00,0.00,0.00,0.00,20000.00,'2026-01-02 12:51:08','2026-01-02 12:51:08'),
(213,141,103,'Hilali-21',NULL,1,20000.00,0.00,0.00,0.00,20000.00,'2026-01-03 08:52:09','2026-01-03 08:52:09'),
(214,142,49,'Hilali-3',NULL,1,17500.00,0.00,0.00,0.00,17500.00,'2026-01-03 09:19:45','2026-01-03 09:19:45'),
(215,143,93,'Hilali-16',NULL,1,17500.00,0.00,0.00,0.00,17500.00,'2026-01-03 10:16:58','2026-01-03 10:16:58'),
(216,143,83,'Hilali-11',NULL,1,17500.00,0.00,0.00,0.00,17500.00,'2026-01-03 10:16:58','2026-01-03 10:16:58'),
(217,144,65,'HIL T-2',NULL,6,10000.00,0.00,0.00,0.00,60000.00,'2026-01-03 10:51:57','2026-01-03 10:51:57'),
(218,144,69,'BA HIL-1',NULL,4,17500.00,0.00,0.00,0.00,70000.00,'2026-01-03 10:51:57','2026-01-03 10:51:57'),
(219,144,73,'BA HIL-3',NULL,2,17500.00,0.00,0.00,0.00,35000.00,'2026-01-03 10:51:57','2026-01-03 10:51:57'),
(220,144,89,'Hilali-14',NULL,6,17500.00,0.00,0.00,0.00,105000.00,'2026-01-03 10:51:57','2026-01-03 10:51:57'),
(221,144,91,'Hilali-15',NULL,6,17500.00,0.00,0.00,0.00,105000.00,'2026-01-03 10:51:57','2026-01-03 10:51:57'),
(222,145,95,'Hilali-17',NULL,1,17500.00,0.00,0.00,0.00,17500.00,'2026-01-03 12:10:21','2026-01-03 12:10:21'),
(223,146,55,'Hilali-6',NULL,1,20000.00,0.00,0.00,0.00,20000.00,'2026-01-03 12:22:03','2026-01-03 12:22:03'),
(224,147,8,'huile d\'olive',NULL,5,5500.00,0.00,0.00,0.00,27500.00,'2026-01-03 14:36:46','2026-01-03 14:36:46'),
(225,148,81,'Hilali-10',NULL,1,25000.00,0.00,0.00,0.00,25000.00,'2026-01-05 07:44:36','2026-01-05 07:44:36'),
(226,149,43,'Dur Sandale',NULL,1,5000.00,0.00,0.00,0.00,5000.00,'2026-01-05 08:02:57','2026-01-05 08:02:57'),
(227,150,43,'Dur Sandale',NULL,1,5000.00,0.00,0.00,0.00,5000.00,'2026-01-05 08:03:22','2026-01-05 08:03:22'),
(228,151,67,'Hilali-Mix',NULL,1,20000.00,0.00,0.00,0.00,20000.00,'2026-01-05 08:10:39','2026-01-05 08:10:39'),
(229,152,8,'huile d\'olive',NULL,1,5500.00,0.00,0.00,0.00,5500.00,'2026-01-05 11:07:31','2026-01-05 11:07:31'),
(230,153,47,'Hilali-2',NULL,1,20000.00,0.00,0.00,0.00,20000.00,'2026-01-05 13:05:44','2026-01-05 13:05:44'),
(231,154,43,'Dur Sandale',NULL,1,6500.00,0.00,0.00,0.00,6500.00,'2026-01-06 06:13:35','2026-01-06 06:13:35'),
(232,155,81,'Hilali-10',NULL,1,20000.00,0.00,0.00,0.00,20000.00,'2026-01-06 09:48:38','2026-01-06 09:48:38'),
(233,156,81,'Hilali-10',NULL,1,20000.00,0.00,0.00,0.00,20000.00,'2026-01-06 09:53:16','2026-01-06 09:53:16'),
(234,157,47,'Hilali-2',NULL,1,20000.00,0.00,0.00,0.00,20000.00,'2026-01-06 10:51:13','2026-01-06 10:51:13'),
(235,158,47,'Hilali-2',NULL,1,17500.00,0.00,0.00,0.00,17500.00,'2026-01-06 10:52:07','2026-01-06 10:52:07'),
(236,159,43,'Dur Sandale',NULL,6,6500.00,0.00,0.00,0.00,39000.00,'2026-01-06 10:52:24','2026-01-06 10:52:24'),
(237,160,51,'Hilali-4',NULL,2,17500.00,0.00,0.00,0.00,35000.00,'2026-01-06 11:54:32','2026-01-06 11:54:32'),
(238,160,57,'Hilali-7',NULL,3,17500.00,0.00,0.00,0.00,52500.00,'2026-01-06 11:54:32','2026-01-06 11:54:32'),
(239,160,67,'Hilali-Mix',NULL,14,17500.00,0.00,0.00,0.00,245000.00,'2026-01-06 11:54:32','2026-01-06 11:54:32'),
(240,160,85,'Hilali-12',NULL,1,17500.00,0.00,0.00,0.00,17500.00,'2026-01-06 11:54:32','2026-01-06 11:54:32'),
(241,161,47,'Hilali-2',NULL,1,20000.00,0.00,0.00,0.00,20000.00,'2026-01-06 12:13:55','2026-01-06 12:13:55'),
(242,162,138,'H-2016 S',NULL,1,17500.00,0.00,0.00,0.00,17500.00,'2026-01-07 08:21:08','2026-01-07 08:21:08'),
(243,163,57,'Hilali-7',NULL,1,17500.00,0.00,0.00,0.00,17500.00,'2026-01-07 08:23:22','2026-01-07 08:23:22'),
(244,164,107,'Hilali-23',NULL,1,20000.00,0.00,0.00,0.00,20000.00,'2026-01-07 08:43:25','2026-01-07 08:43:25'),
(245,165,8,'huile d\'olive',NULL,1,5500.00,0.00,0.00,0.00,5500.00,'2026-01-07 10:55:28','2026-01-07 10:55:28'),
(246,166,67,'Hilali-Mix',NULL,1,17500.00,0.00,0.00,0.00,17500.00,'2026-01-07 10:57:00','2026-01-07 10:57:00'),
(247,167,53,'H-2026',NULL,1,17500.00,0.00,0.00,0.00,17500.00,'2026-01-07 11:59:21','2026-01-07 11:59:21'),
(248,168,8,'huile d\'olive',NULL,1,6000.00,0.00,0.00,0.00,6000.00,'2026-01-07 12:30:54','2026-01-07 12:30:54'),
(249,169,89,'Hilali-14',NULL,1,17500.00,0.00,0.00,0.00,17500.00,'2026-01-07 13:31:46','2026-01-07 13:31:46'),
(250,170,53,'H-2026',NULL,1,17500.00,0.00,0.00,0.00,17500.00,'2026-01-07 13:36:51','2026-01-07 13:36:51'),
(251,171,141,'H-2017 T',NULL,1,20000.00,0.00,0.00,0.00,20000.00,'2026-01-08 06:15:41','2026-01-08 06:15:41'),
(252,171,148,'H-2019 S',NULL,1,20000.00,0.00,0.00,0.00,20000.00,'2026-01-08 06:15:41','2026-01-08 06:15:41'),
(253,172,132,'H-2022 S',NULL,1,17500.00,0.00,0.00,0.00,17500.00,'2026-01-08 06:43:27','2026-01-08 06:43:27'),
(254,173,134,'H-2015 B',NULL,1,17500.00,0.00,0.00,0.00,17500.00,'2026-01-08 07:19:15','2026-01-08 07:19:15'),
(255,173,144,'H-2016 M',NULL,1,17500.00,0.00,0.00,0.00,17500.00,'2026-01-08 07:19:15','2026-01-08 07:19:15'),
(256,173,146,'H-2018',NULL,1,17500.00,0.00,0.00,0.00,17500.00,'2026-01-08 07:19:15','2026-01-08 07:19:15'),
(257,173,154,'H-2021',NULL,1,17500.00,0.00,0.00,0.00,17500.00,'2026-01-08 07:19:15','2026-01-08 07:19:15'),
(258,174,132,'H-2022 S',NULL,2,17500.00,0.00,0.00,0.00,35000.00,'2026-01-08 10:13:25','2026-01-08 10:13:25'),
(259,175,51,'Hilali-4',NULL,1,17500.00,0.00,0.00,0.00,17500.00,'2026-01-08 12:08:57','2026-01-08 12:08:57'),
(260,175,132,'H-2022 S',NULL,1,17500.00,0.00,0.00,0.00,17500.00,'2026-01-08 12:08:57','2026-01-08 12:08:57'),
(261,175,67,'Hilali-Mix',NULL,1,17500.00,0.00,0.00,0.00,17500.00,'2026-01-08 12:08:57','2026-01-08 12:08:57'),
(262,176,173,'Duray S',NULL,33,6500.00,0.00,0.00,0.00,214500.00,'2026-01-09 05:56:14','2026-01-09 05:56:14'),
(263,177,173,'Duray S',NULL,33,6500.00,0.00,0.00,0.00,214500.00,'2026-01-09 05:57:31','2026-01-09 05:57:31'),
(264,178,53,'H-2026',NULL,10,17500.00,0.00,0.00,0.00,175000.00,'2026-01-09 08:08:23','2026-01-09 08:08:23'),
(265,178,91,'H-2025',NULL,10,17500.00,0.00,0.00,0.00,175000.00,'2026-01-09 08:08:23','2026-01-09 08:08:23'),
(266,178,141,'H-2017 T',NULL,10,17500.00,0.00,0.00,0.00,175000.00,'2026-01-09 08:08:23','2026-01-09 08:08:23'),
(267,178,148,'H-2019 S',NULL,10,17500.00,0.00,0.00,0.00,175000.00,'2026-01-09 08:08:23','2026-01-09 08:08:23'),
(268,178,156,'H-2022',NULL,10,17500.00,0.00,0.00,0.00,175000.00,'2026-01-09 08:08:23','2026-01-09 08:08:23'),
(269,178,170,'H-2025 CH',NULL,10,17500.00,0.00,0.00,0.00,175000.00,'2026-01-09 08:08:23','2026-01-09 08:08:23'),
(270,179,148,'H-2019 S',NULL,1,17500.00,0.00,0.00,0.00,17500.00,'2026-01-09 09:13:03','2026-01-09 09:13:03'),
(271,179,156,'H-2022',NULL,1,17500.00,0.00,0.00,0.00,17500.00,'2026-01-09 09:13:03','2026-01-09 09:13:03'),
(272,180,8,'huile d\'olive',NULL,2,5500.00,0.00,0.00,0.00,11000.00,'2026-01-09 09:20:01','2026-01-09 09:20:01'),
(273,181,167,'H-2025 S',NULL,1,17500.00,0.00,0.00,0.00,17500.00,'2026-01-09 11:16:41','2026-01-09 11:16:41'),
(274,182,107,'Hilali-23',NULL,1,17500.00,0.00,0.00,0.00,17500.00,'2026-01-09 12:25:08','2026-01-09 12:25:08'),
(275,183,156,'H-2022',NULL,1,17500.00,0.00,0.00,0.00,17500.00,'2026-01-09 12:34:59','2026-01-09 12:34:59'),
(276,184,81,'Hilali-10',NULL,1,17500.00,0.00,0.00,0.00,17500.00,'2026-01-09 12:53:53','2026-01-09 12:53:53'),
(277,184,83,'Hilali-11',NULL,1,17500.00,0.00,0.00,0.00,17500.00,'2026-01-09 12:53:53','2026-01-09 12:53:53'),
(278,184,136,'H-2017',NULL,1,17500.00,0.00,0.00,0.00,17500.00,'2026-01-09 12:53:53','2026-01-09 12:53:53'),
(279,185,59,'Hilali-8',NULL,1,17500.00,0.00,0.00,0.00,17500.00,'2026-01-09 12:55:07','2026-01-09 12:55:07'),
(280,186,7,'DUR B-4',NULL,1,11500.00,0.00,0.00,0.00,11500.00,'2026-01-10 07:05:27','2026-01-10 07:05:27'),
(281,187,136,'H-2017',NULL,1,17500.00,0.00,0.00,0.00,17500.00,'2026-01-10 07:25:55','2026-01-10 07:25:55'),
(282,188,51,'Hilali-4',NULL,2,25000.00,0.00,0.00,0.00,50000.00,'2026-01-10 08:42:53','2026-01-10 08:42:53'),
(283,189,136,'H-2017',NULL,1,19000.00,0.00,0.00,0.00,19000.00,'2026-01-10 10:10:49','2026-01-10 10:10:49'),
(284,190,59,'Hilali-8',NULL,1,17500.00,0.00,0.00,0.00,17500.00,'2026-01-10 10:23:26','2026-01-10 10:23:26'),
(285,191,8,'huile d\'olive',NULL,1,5500.00,0.00,0.00,0.00,5500.00,'2026-01-10 10:23:45','2026-01-10 10:23:45'),
(286,192,53,'H-2026',NULL,2,17500.00,0.00,0.00,0.00,35000.00,'2026-01-10 10:28:03','2026-01-10 10:28:03'),
(287,192,89,'Hilali-14',NULL,1,17500.00,0.00,0.00,0.00,17500.00,'2026-01-10 10:28:03','2026-01-10 10:28:03'),
(288,192,124,'H-2023',NULL,1,17500.00,0.00,0.00,0.00,17500.00,'2026-01-10 10:28:03','2026-01-10 10:28:03'),
(289,192,152,'H-2020',NULL,1,17500.00,0.00,0.00,0.00,17500.00,'2026-01-10 10:28:04','2026-01-10 10:28:04'),
(290,192,167,'H-2025 S',NULL,1,17500.00,0.00,0.00,0.00,17500.00,'2026-01-10 10:28:04','2026-01-10 10:28:04'),
(291,193,53,'H-2026',NULL,2,17500.00,0.00,0.00,0.00,35000.00,'2026-01-10 10:29:40','2026-01-10 10:29:40'),
(292,193,89,'Hilali-14',NULL,1,17500.00,0.00,0.00,0.00,17500.00,'2026-01-10 10:29:40','2026-01-10 10:29:40'),
(293,193,124,'H-2023',NULL,1,17500.00,0.00,0.00,0.00,17500.00,'2026-01-10 10:29:40','2026-01-10 10:29:40'),
(294,193,152,'H-2020',NULL,1,17500.00,0.00,0.00,0.00,17500.00,'2026-01-10 10:29:40','2026-01-10 10:29:40'),
(295,193,167,'H-2025 S',NULL,1,17500.00,0.00,0.00,0.00,17500.00,'2026-01-10 10:29:40','2026-01-10 10:29:40'),
(296,194,97,'Hilali-18',NULL,1,20000.00,0.00,0.00,0.00,20000.00,'2026-01-10 10:47:25','2026-01-10 10:47:25'),
(297,195,79,'BA HIL-MIX',NULL,1,17500.00,0.00,0.00,0.00,17500.00,'2026-01-10 10:57:20','2026-01-10 10:57:20'),
(298,196,8,'huile d\'olive',NULL,2,5500.00,0.00,0.00,0.00,11000.00,'2026-01-10 12:37:21','2026-01-10 12:37:21'),
(299,197,77,'BA HIL-5',NULL,1,20000.00,0.00,0.00,0.00,20000.00,'2026-01-10 12:37:51','2026-01-10 12:37:51'),
(300,197,79,'BA HIL-MIX',NULL,1,20000.00,0.00,0.00,0.00,20000.00,'2026-01-10 12:37:51','2026-01-10 12:37:51'),
(301,198,49,'Hilali-3',NULL,1,20000.00,0.00,0.00,0.00,20000.00,'2026-01-10 12:43:55','2026-01-10 12:43:55'),
(302,199,173,'Duray S',NULL,10,6500.00,0.00,0.00,0.00,65000.00,'2026-01-10 13:19:44','2026-01-10 13:19:44'),
(303,200,51,'Hilali-4',NULL,1,20000.00,0.00,0.00,0.00,20000.00,'2026-01-10 13:40:27','2026-01-10 13:40:27'),
(304,201,134,'H-2015 B',NULL,1,17500.00,0.00,0.00,0.00,17500.00,'2026-01-12 06:35:23','2026-01-12 06:35:23'),
(305,201,136,'H-2017',NULL,1,17500.00,0.00,0.00,0.00,17500.00,'2026-01-12 06:35:23','2026-01-12 06:35:23'),
(306,202,51,'Hilali-4',NULL,1,17500.00,0.00,0.00,0.00,17500.00,'2026-01-12 07:29:32','2026-01-12 07:29:32'),
(307,202,95,'Hilali-17',NULL,1,17500.00,0.00,0.00,0.00,17500.00,'2026-01-12 07:29:32','2026-01-12 07:29:32'),
(308,202,107,'Hilali-23',NULL,1,17500.00,0.00,0.00,0.00,17500.00,'2026-01-12 07:29:32','2026-01-12 07:29:32'),
(309,203,158,'HB-2026',NULL,2,17500.00,0.00,0.00,0.00,35000.00,'2026-01-12 09:47:45','2026-01-12 09:47:45'),
(310,204,152,'H-2020',NULL,1,17500.00,0.00,0.00,0.00,17500.00,'2026-01-12 10:40:33','2026-01-12 10:40:33'),
(311,205,192,'HS-2010',NULL,1,17500.00,0.00,0.00,0.00,17500.00,'2026-01-12 10:41:24','2026-01-12 10:41:24'),
(312,206,128,'H-2026 R',NULL,1,20000.00,0.00,0.00,0.00,20000.00,'2026-01-12 11:24:57','2026-01-12 11:24:57'),
(313,207,173,'Duray S',NULL,12,6500.00,0.00,0.00,0.00,78000.00,'2026-01-12 11:25:43','2026-01-12 11:25:43'),
(314,208,8,'huile d\'olive',NULL,1,5500.00,0.00,0.00,0.00,5500.00,'2026-01-12 12:15:19','2026-01-12 12:15:19'),
(315,209,182,'HS-2010SB',NULL,2,17500.00,0.00,0.00,0.00,35000.00,'2026-01-12 12:16:44','2026-01-12 12:16:44'),
(316,209,184,'HS-2011S',NULL,1,17500.00,0.00,0.00,0.00,17500.00,'2026-01-12 12:16:44','2026-01-12 12:16:44'),
(317,209,186,'HS-2011S2',NULL,1,17500.00,0.00,0.00,0.00,17500.00,'2026-01-12 12:16:44','2026-01-12 12:16:44'),
(318,210,184,'HS-2011S',NULL,1,17500.00,0.00,0.00,0.00,17500.00,'2026-01-12 12:19:11','2026-01-12 12:19:11'),
(319,211,154,'H-2021',NULL,1,17500.00,0.00,0.00,0.00,17500.00,'2026-01-12 12:51:05','2026-01-12 12:51:05'),
(320,212,136,'H-2017',NULL,1,17500.00,0.00,0.00,0.00,17500.00,'2026-01-12 12:52:26','2026-01-12 12:52:26'),
(321,213,136,'H-2017',NULL,1,20000.00,0.00,0.00,0.00,20000.00,'2026-01-12 12:53:11','2026-01-12 12:53:11'),
(322,214,130,'H-2026 C',NULL,1,17500.00,0.00,0.00,0.00,17500.00,'2026-01-12 13:35:56','2026-01-12 13:35:56'),
(323,215,167,'H-2025 S',NULL,1,20000.00,0.00,0.00,0.00,20000.00,'2026-01-13 06:15:44','2026-01-13 06:15:44'),
(324,216,180,'HS-3000S',NULL,1,17500.00,0.00,0.00,0.00,17500.00,'2026-01-13 07:17:51','2026-01-13 07:17:51'),
(325,217,180,'HS-3000S',NULL,1,20000.00,0.00,0.00,0.00,20000.00,'2026-01-13 07:18:53','2026-01-13 07:18:53'),
(326,218,180,'HS-3000S',NULL,1,17500.00,0.00,0.00,0.00,17500.00,'2026-01-13 08:21:41','2026-01-13 08:21:41'),
(327,219,134,'H-2015 B',NULL,1,17500.00,0.00,0.00,0.00,17500.00,'2026-01-13 08:55:37','2026-01-13 08:55:37'),
(328,219,146,'H-2018',NULL,1,17500.00,0.00,0.00,0.00,17500.00,'2026-01-13 08:55:37','2026-01-13 08:55:37'),
(329,220,180,'HS-3000S',NULL,1,17500.00,0.00,0.00,0.00,17500.00,'2026-01-13 11:07:07','2026-01-13 11:07:07'),
(330,221,150,'H-2019',NULL,1,17500.00,0.00,0.00,0.00,17500.00,'2026-01-13 11:07:36','2026-01-13 11:07:36'),
(331,222,180,'HS-3000S',NULL,1,20000.00,0.00,0.00,0.00,20000.00,'2026-01-13 12:05:17','2026-01-13 12:05:17'),
(332,223,156,'H-2022',NULL,1,17500.00,0.00,0.00,0.00,17500.00,'2026-01-13 12:22:47','2026-01-13 12:22:47'),
(333,223,180,'HS-3000S',NULL,2,17500.00,0.00,0.00,0.00,35000.00,'2026-01-13 12:22:47','2026-01-13 12:22:47'),
(334,224,67,'Hilali-Mix',NULL,1,17500.00,0.00,0.00,0.00,17500.00,'2026-01-13 12:35:10','2026-01-13 12:35:10'),
(335,224,134,'H-2015 B',NULL,5,17500.00,0.00,0.00,0.00,87500.00,'2026-01-13 12:35:10','2026-01-13 12:35:10'),
(336,224,150,'H-2019',NULL,1,17500.00,0.00,0.00,0.00,17500.00,'2026-01-13 12:35:10','2026-01-13 12:35:10'),
(337,224,152,'H-2020',NULL,8,17500.00,0.00,0.00,0.00,140000.00,'2026-01-13 12:35:10','2026-01-13 12:35:10'),
(338,224,182,'HS-2010SB',NULL,8,17500.00,0.00,0.00,0.00,140000.00,'2026-01-13 12:35:10','2026-01-13 12:35:10'),
(339,224,184,'HS-2011S',NULL,6,17500.00,0.00,0.00,0.00,105000.00,'2026-01-13 12:35:10','2026-01-13 12:35:10'),
(340,224,186,'HS-2011S2',NULL,6,17500.00,0.00,0.00,0.00,105000.00,'2026-01-13 12:35:10','2026-01-13 12:35:10'),
(341,225,130,'H-2026 C',NULL,1,20000.00,0.00,0.00,0.00,20000.00,'2026-01-13 12:56:33','2026-01-13 12:56:33'),
(342,226,4,'DUR B-1',NULL,8,12500.00,0.00,0.00,0.00,100000.00,'2026-01-13 13:26:55','2026-01-13 13:26:55'),
(343,226,5,'DUR B-2',NULL,1,12500.00,0.00,0.00,0.00,12500.00,'2026-01-13 13:26:55','2026-01-13 13:26:55'),
(344,226,6,'DUR B-3',NULL,3,12500.00,0.00,0.00,0.00,37500.00,'2026-01-13 13:26:55','2026-01-13 13:26:55'),
(345,226,24,'DUR B-5',NULL,3,12500.00,0.00,0.00,0.00,37500.00,'2026-01-13 13:26:55','2026-01-13 13:26:55'),
(346,227,190,'HB-2027S',NULL,1,20000.00,0.00,0.00,0.00,20000.00,'2026-01-14 05:49:53','2026-01-14 05:49:53'),
(347,228,45,'Hilali-1',NULL,1,17500.00,0.00,0.00,0.00,17500.00,'2026-01-14 05:52:34','2026-01-14 05:52:34'),
(348,228,87,'H-2023 Old',NULL,1,17500.00,0.00,0.00,0.00,17500.00,'2026-01-14 05:52:34','2026-01-14 05:52:34'),
(349,228,89,'Hilali-14',NULL,1,17500.00,0.00,0.00,0.00,17500.00,'2026-01-14 05:52:34','2026-01-14 05:52:34'),
(350,228,152,'H-2020',NULL,1,17500.00,0.00,0.00,0.00,17500.00,'2026-01-14 05:52:34','2026-01-14 05:52:34'),
(351,229,180,'HS-3000S',NULL,1,17500.00,0.00,0.00,0.00,17500.00,'2026-01-14 06:51:23','2026-01-14 06:51:23'),
(352,230,128,'H-2026 R',NULL,1,17500.00,0.00,0.00,0.00,17500.00,'2026-01-14 06:52:08','2026-01-14 06:52:08'),
(353,231,95,'Hilali-17',NULL,1,17500.00,0.00,0.00,0.00,17500.00,'2026-01-14 07:33:01','2026-01-14 07:33:01'),
(354,232,81,'Hilali-10',NULL,1,17500.00,0.00,0.00,0.00,17500.00,'2026-01-14 07:33:11','2026-01-14 07:33:11'),
(355,233,180,'HS-3000S',NULL,1,17500.00,0.00,0.00,0.00,17500.00,'2026-01-14 07:33:28','2026-01-14 07:33:28'),
(356,234,91,'H-2025',NULL,1,17500.00,0.00,0.00,0.00,17500.00,'2026-01-14 07:43:20','2026-01-14 07:43:20'),
(357,235,89,'Hilali-14',NULL,1,17500.00,0.00,0.00,0.00,17500.00,'2026-01-14 07:47:13','2026-01-14 07:47:13'),
(358,236,167,'H-2025 S',NULL,1,17500.00,0.00,0.00,0.00,17500.00,'2026-01-14 07:54:21','2026-01-14 07:54:21'),
(359,237,167,'H-2025 S',NULL,1,17500.00,0.00,0.00,0.00,17500.00,'2026-01-14 08:44:57','2026-01-14 08:44:57'),
(360,238,43,'Dur Sandale',NULL,1,10000.00,0.00,0.00,0.00,10000.00,'2026-01-14 09:24:01','2026-01-14 09:24:01'),
(361,238,51,'Hilali-4',NULL,1,20000.00,0.00,0.00,0.00,20000.00,'2026-01-14 09:24:01','2026-01-14 09:24:01'),
(362,239,49,'Hilal-3B',NULL,1,17500.00,0.00,0.00,0.00,17500.00,'2026-01-14 10:25:25','2026-01-14 10:25:25'),
(363,239,85,'Hilali-12',NULL,2,17500.00,0.00,0.00,0.00,35000.00,'2026-01-14 10:25:25','2026-01-14 10:25:25'),
(365,239,95,'Hilali-17',NULL,1,17500.00,0.00,0.00,0.00,17500.00,'2026-01-14 10:25:25','2026-01-14 10:25:25'),
(367,240,130,'H-2026 C',NULL,2,17500.00,0.00,0.00,0.00,35000.00,'2026-01-14 10:27:15','2026-01-14 10:27:15'),
(368,241,49,'Hilal-3B',NULL,1,17500.00,0.00,0.00,0.00,17500.00,'2026-01-14 12:27:28','2026-01-14 12:27:28'),
(370,242,45,'Hilali-1',NULL,5,17500.00,0.00,0.00,0.00,87500.00,'2026-01-14 13:14:40','2026-01-14 13:14:40'),
(371,242,49,'Hilal-3B',NULL,10,17500.00,0.00,0.00,0.00,175000.00,'2026-01-14 13:14:40','2026-01-14 13:14:40'),
(372,242,51,'Hilali-4',NULL,10,17500.00,0.00,0.00,0.00,175000.00,'2026-01-14 13:14:40','2026-01-14 13:14:40'),
(373,242,53,'H-2026',NULL,10,17500.00,0.00,0.00,0.00,175000.00,'2026-01-14 13:14:40','2026-01-14 13:14:40'),
(374,242,91,'H-2025',NULL,10,17500.00,0.00,0.00,0.00,175000.00,'2026-01-14 13:14:40','2026-01-14 13:14:40'),
(375,242,148,'H-2019 S',NULL,3,17500.00,0.00,0.00,0.00,52500.00,'2026-01-14 13:14:40','2026-01-14 13:14:40'),
(376,242,150,'H-2019',NULL,2,17500.00,0.00,0.00,0.00,35000.00,'2026-01-14 13:14:40','2026-01-14 13:14:40'),
(377,242,192,'HS-2010',NULL,10,17500.00,0.00,0.00,0.00,175000.00,'2026-01-14 13:14:40','2026-01-14 13:14:40'),
(378,243,132,'H-2022 S',NULL,1,20000.00,0.00,0.00,0.00,20000.00,'2026-01-14 13:19:27','2026-01-14 13:19:27'),
(379,244,182,'HS-2010SB',NULL,1,17500.00,0.00,0.00,0.00,17500.00,'2026-01-14 13:50:31','2026-01-14 13:50:31'),
(380,244,192,'HS-2010',NULL,1,17500.00,0.00,0.00,0.00,17500.00,'2026-01-14 13:50:31','2026-01-14 13:50:31'),
(381,245,180,'HS-3000S',NULL,1,17500.00,0.00,0.00,0.00,17500.00,'2026-01-15 05:52:23','2026-01-15 05:52:23'),
(382,245,186,'HS-2011S2',NULL,1,17500.00,0.00,0.00,0.00,17500.00,'2026-01-15 05:52:23','2026-01-15 05:52:23'),
(383,246,190,'HB-2027S',NULL,1,17500.00,0.00,0.00,0.00,17500.00,'2026-01-15 06:26:44','2026-01-15 06:26:44'),
(384,247,49,'Hilal-3B',NULL,1,20000.00,0.00,0.00,0.00,20000.00,'2026-01-15 06:56:08','2026-01-15 06:56:08'),
(386,248,167,'H-2025 S',NULL,1,17500.00,0.00,0.00,0.00,17500.00,'2026-01-15 08:06:42','2026-01-15 08:06:42'),
(387,249,167,'H-2025 S',NULL,1,17500.00,0.00,0.00,0.00,17500.00,'2026-01-15 09:13:14','2026-01-15 09:13:14'),
(388,250,182,'HS-2010SB',NULL,1,17500.00,0.00,0.00,0.00,17500.00,'2026-01-15 09:26:31','2026-01-15 09:26:31'),
(389,251,81,'Hilali-10',NULL,1,17500.00,0.00,0.00,0.00,17500.00,'2026-01-15 09:26:55','2026-01-15 09:26:55'),
(390,252,173,'Duray S',NULL,30,6500.00,0.00,0.00,0.00,195000.00,'2026-01-15 10:03:03','2026-01-15 10:03:03'),
(391,253,43,'Dur Sandale',NULL,10,7500.00,0.00,0.00,0.00,75000.00,'2026-01-15 10:35:15','2026-01-15 10:35:15'),
(392,254,173,'Duray S',NULL,33,6500.00,0.00,0.00,16500.00,198000.00,'2026-01-15 11:39:04','2026-01-15 11:39:04'),
(393,255,130,'H-2026 C',NULL,1,20000.00,0.00,0.00,0.00,20000.00,'2026-01-15 12:12:07','2026-01-15 12:12:07'),
(394,256,173,'Duray S',NULL,12,6500.00,0.00,0.00,6000.00,72000.00,'2026-01-15 12:13:36','2026-01-15 12:13:36'),
(395,257,173,'Duray S',NULL,18,6500.00,0.00,0.00,9000.00,108000.00,'2026-01-15 12:14:40','2026-01-15 12:14:40'),
(396,258,173,'Duray S',NULL,18,6500.00,0.00,0.00,4500.00,112500.00,'2026-01-15 12:17:41','2026-01-15 12:17:41'),
(397,259,53,'H-2026',NULL,1,20000.00,0.00,0.00,0.00,20000.00,'2026-01-15 12:35:11','2026-01-15 12:35:11'),
(398,260,186,'HS-2011S2',NULL,1,17500.00,0.00,0.00,0.00,17500.00,'2026-01-15 13:06:17','2026-01-15 13:06:17'),
(399,261,69,'BA HIL-1',NULL,10,17500.00,0.00,0.00,0.00,175000.00,'2026-01-16 05:19:07','2026-01-16 05:19:07'),
(400,261,75,'BA HIL-4',NULL,10,17500.00,0.00,0.00,0.00,175000.00,'2026-01-16 05:19:07','2026-01-16 05:19:07'),
(401,261,158,'HB-2026',NULL,10,17500.00,0.00,0.00,0.00,175000.00,'2026-01-16 05:19:07','2026-01-16 05:19:07'),
(402,261,162,'HB-2026 S',NULL,12,17500.00,0.00,0.00,0.00,210000.00,'2026-01-16 05:19:07','2026-01-16 05:19:07'),
(403,261,164,'HB-2026 T',NULL,7,17500.00,0.00,0.00,0.00,122500.00,'2026-01-16 05:19:07','2026-01-16 05:19:07'),
(404,261,190,'HB-2027S',NULL,5,17500.00,0.00,0.00,0.00,87500.00,'2026-01-16 05:19:07','2026-01-16 05:19:07'),
(405,262,91,'H-2025',NULL,2,17500.00,0.00,0.00,0.00,35000.00,'2026-01-16 07:36:59','2026-01-16 07:36:59'),
(406,263,158,'HB-2026',NULL,1,17500.00,0.00,0.00,0.00,17500.00,'2026-01-16 09:08:49','2026-01-16 09:08:49'),
(407,264,146,'H-2018',NULL,1,17500.00,0.00,0.00,0.00,17500.00,'2026-01-16 09:23:50','2026-01-16 09:23:50'),
(408,265,53,'H-2026',NULL,1,17500.00,0.00,0.00,0.00,17500.00,'2026-01-16 10:51:29','2026-01-16 10:51:29'),
(409,265,79,'BA HIL-MIX',NULL,1,17500.00,0.00,0.00,0.00,17500.00,'2026-01-16 10:51:29','2026-01-16 10:51:29'),
(410,265,130,'H-2026 C',NULL,1,17500.00,0.00,0.00,0.00,17500.00,'2026-01-16 10:51:29','2026-01-16 10:51:29'),
(411,266,124,'H-2023',NULL,1,20000.00,0.00,0.00,0.00,20000.00,'2026-01-16 11:01:19','2026-01-16 11:01:19'),
(412,267,141,'H-2017 T',NULL,1,17500.00,0.00,0.00,0.00,17500.00,'2026-01-16 11:23:49','2026-01-16 11:23:49'),
(413,268,45,'Hilali-1',NULL,1,17500.00,0.00,0.00,0.00,17500.00,'2026-01-16 12:07:10','2026-01-16 12:07:10'),
(414,269,107,'Hilali-23',NULL,1,17500.00,0.00,0.00,0.00,17500.00,'2026-01-17 06:00:44','2026-01-17 06:00:44'),
(415,269,130,'H-2026 C',NULL,1,17500.00,0.00,0.00,0.00,17500.00,'2026-01-17 06:00:44','2026-01-17 06:00:44'),
(416,269,154,'H-2021',NULL,1,17500.00,0.00,0.00,0.00,17500.00,'2026-01-17 06:00:44','2026-01-17 06:00:44'),
(417,269,184,'HS-2011S',NULL,1,17500.00,0.00,0.00,0.00,17500.00,'2026-01-17 06:00:44','2026-01-17 06:00:44'),
(418,270,170,'H-2025 CH',NULL,1,17500.00,0.00,0.00,0.00,17500.00,'2026-01-17 07:05:51','2026-01-17 07:05:51'),
(419,271,51,'Hilali-4',NULL,3,17500.00,0.00,0.00,0.00,52500.00,'2026-01-17 07:16:25','2026-01-17 07:16:25'),
(420,272,150,'H-2019',NULL,1,20000.00,0.00,0.00,0.00,20000.00,'2026-01-17 07:46:09','2026-01-17 07:46:09'),
(421,273,67,'Hilali-Mix',NULL,1,20000.00,0.00,0.00,0.00,20000.00,'2026-01-17 08:47:40','2026-01-17 08:47:40'),
(422,274,4,'DUR B-1',NULL,1,15000.00,0.00,0.00,0.00,15000.00,'2026-01-17 09:00:55','2026-01-17 09:00:55'),
(423,275,107,'Hilali-23',NULL,1,17500.00,0.00,0.00,0.00,17500.00,'2026-01-17 09:23:38','2026-01-17 09:23:38'),
(424,276,154,'H-2021',NULL,1,20000.00,0.00,0.00,0.00,20000.00,'2026-01-17 10:21:50','2026-01-17 10:21:50'),
(425,277,43,'Dur Sandale',NULL,2,6500.00,0.00,0.00,0.00,13000.00,'2026-01-17 11:24:23','2026-01-17 11:24:23'),
(426,278,83,'Hilali-11',NULL,1,17500.00,0.00,0.00,0.00,17500.00,'2026-01-19 06:01:45','2026-01-19 06:01:45'),
(427,239,132,'H-2022 S',NULL,1,17500.00,0.00,0.00,0.00,17500.00,'2026-01-19 07:18:06','2026-01-19 07:18:06'),
(428,279,53,'H-2026',NULL,1,18500.00,0.00,0.00,0.00,18500.00,'2026-01-19 07:26:00','2026-01-19 07:26:00'),
(429,279,67,'Hilali-Mix',NULL,1,18500.00,0.00,0.00,0.00,18500.00,'2026-01-19 07:26:00','2026-01-19 07:26:00'),
(430,279,97,'Hilali-18',NULL,1,18500.00,0.00,0.00,0.00,18500.00,'2026-01-19 07:26:00','2026-01-19 07:26:00'),
(431,279,128,'H-2026 R',NULL,1,18500.00,0.00,0.00,0.00,18500.00,'2026-01-19 07:26:00','2026-01-19 07:26:00'),
(432,279,158,'HB-2026',NULL,1,18500.00,0.00,0.00,0.00,18500.00,'2026-01-19 07:26:00','2026-01-19 07:26:00'),
(433,280,8,'huile d\'olive',NULL,1,5500.00,0.00,0.00,0.00,5500.00,'2026-01-19 10:04:47','2026-01-19 10:04:47'),
(434,281,49,'Hilal-3B',NULL,1,17500.00,0.00,0.00,0.00,17500.00,'2026-01-19 10:11:03','2026-01-19 10:11:03'),
(435,281,51,'Hilali-4',NULL,1,17500.00,0.00,0.00,0.00,17500.00,'2026-01-19 10:11:03','2026-01-19 10:11:03'),
(436,281,53,'H-2026',NULL,1,17500.00,0.00,0.00,0.00,17500.00,'2026-01-19 10:11:03','2026-01-19 10:11:03'),
(437,281,59,'Hilali-8',NULL,1,17500.00,0.00,0.00,0.00,17500.00,'2026-01-19 10:11:03','2026-01-19 10:11:03'),
(438,281,67,'Hilali-Mix',NULL,2,17500.00,0.00,0.00,0.00,35000.00,'2026-01-19 10:11:03','2026-01-19 10:11:03'),
(439,281,81,'Hilali-10',NULL,1,17500.00,0.00,0.00,0.00,17500.00,'2026-01-19 10:11:03','2026-01-19 10:11:03'),
(440,281,83,'Hilali-11',NULL,1,17500.00,0.00,0.00,0.00,17500.00,'2026-01-19 10:11:03','2026-01-19 10:11:03'),
(441,281,89,'Hilali-14',NULL,1,17500.00,0.00,0.00,0.00,17500.00,'2026-01-19 10:11:03','2026-01-19 10:11:03'),
(442,281,91,'H-2025',NULL,1,17500.00,0.00,0.00,0.00,17500.00,'2026-01-19 10:11:03','2026-01-19 10:11:03'),
(443,281,93,'Hilali-16',NULL,1,17500.00,0.00,0.00,0.00,17500.00,'2026-01-19 10:11:03','2026-01-19 10:11:03'),
(444,281,128,'H-2026 R',NULL,1,17500.00,0.00,0.00,0.00,17500.00,'2026-01-19 10:11:03','2026-01-19 10:11:03'),
(445,281,134,'H-2015 B',NULL,1,17500.00,0.00,0.00,0.00,17500.00,'2026-01-19 10:11:03','2026-01-19 10:11:03'),
(446,281,136,'H-2017',NULL,1,17500.00,0.00,0.00,0.00,17500.00,'2026-01-19 10:11:03','2026-01-19 10:11:03'),
(447,281,141,'H-2017 T',NULL,1,17500.00,0.00,0.00,0.00,17500.00,'2026-01-19 10:11:03','2026-01-19 10:11:03'),
(448,281,146,'H-2018',NULL,1,17500.00,0.00,0.00,0.00,17500.00,'2026-01-19 10:11:03','2026-01-19 10:11:03'),
(449,281,150,'H-2019',NULL,1,17500.00,0.00,0.00,0.00,17500.00,'2026-01-19 10:11:03','2026-01-19 10:11:03'),
(450,281,152,'H-2020',NULL,1,17500.00,0.00,0.00,0.00,17500.00,'2026-01-19 10:11:03','2026-01-19 10:11:03'),
(451,281,154,'H-2021',NULL,1,17500.00,0.00,0.00,0.00,17500.00,'2026-01-19 10:11:03','2026-01-19 10:11:03'),
(452,281,156,'H-2022',NULL,1,17500.00,0.00,0.00,0.00,17500.00,'2026-01-19 10:11:03','2026-01-19 10:11:03'),
(453,281,167,'H-2025 S',NULL,1,17500.00,0.00,0.00,0.00,17500.00,'2026-01-19 10:11:03','2026-01-19 10:11:03'),
(454,281,180,'HS-3000S',NULL,1,17500.00,0.00,0.00,0.00,17500.00,'2026-01-19 10:11:03','2026-01-19 10:11:03'),
(455,281,184,'HS-2011S',NULL,1,17500.00,0.00,0.00,0.00,17500.00,'2026-01-19 10:11:03','2026-01-19 10:11:03'),
(456,281,192,'HS-2010',NULL,1,17500.00,0.00,0.00,0.00,17500.00,'2026-01-19 10:11:03','2026-01-19 10:11:03'),
(457,282,107,'Hilali-23',NULL,1,20000.00,0.00,0.00,0.00,20000.00,'2026-01-19 10:43:33','2026-01-19 10:43:33'),
(458,283,146,'H-2018',NULL,1,21000.00,0.00,0.00,0.00,21000.00,'2026-01-19 10:55:01','2026-01-19 10:55:01'),
(459,283,154,'H-2021',NULL,1,21000.00,0.00,0.00,0.00,21000.00,'2026-01-19 10:55:01','2026-01-19 10:55:01'),
(460,283,206,'Hilal-2000C',NULL,1,21000.00,0.00,0.00,0.00,21000.00,'2026-01-19 10:55:01','2026-01-19 10:55:01'),
(461,283,208,'Hilal-2000G',NULL,1,21000.00,0.00,0.00,0.00,21000.00,'2026-01-19 10:55:01','2026-01-19 10:55:01'),
(462,284,53,'H-2026',NULL,1,20000.00,0.00,0.00,0.00,20000.00,'2026-01-19 12:35:08','2026-01-19 12:35:08'),
(463,285,79,'BA HIL-MIX',NULL,1,17500.00,0.00,0.00,0.00,17500.00,'2026-01-19 13:03:28','2026-01-19 13:03:28'),
(464,286,69,'BA HIL-1',NULL,1,18500.00,0.00,0.00,166.67,18333.33,'2026-01-19 13:29:38','2026-01-19 13:29:38'),
(465,286,81,'Hilali-10',NULL,1,18500.00,0.00,0.00,166.67,18333.33,'2026-01-19 13:29:38','2026-01-19 13:29:38'),
(466,286,89,'Hilali-14',NULL,1,18500.00,0.00,0.00,166.67,18333.33,'2026-01-19 13:29:38','2026-01-19 13:29:38'),
(467,286,158,'HB-2026',NULL,2,18500.00,0.00,0.00,333.33,36666.67,'2026-01-19 13:29:38','2026-01-19 13:29:38'),
(468,286,162,'HB-2026 S',NULL,1,18500.00,0.00,0.00,166.67,18333.33,'2026-01-19 13:29:38','2026-01-19 13:29:38'),
(469,287,69,'BA HIL-1',NULL,1,17500.00,0.00,0.00,0.00,17500.00,'2026-01-20 06:48:59','2026-01-20 06:48:59'),
(470,287,154,'H-2021',NULL,1,17500.00,0.00,0.00,0.00,17500.00,'2026-01-20 06:49:00','2026-01-20 06:49:00'),
(471,288,63,'HIL T-1',NULL,6,10000.00,0.00,0.00,0.00,60000.00,'2026-01-20 07:11:46','2026-01-20 07:11:46'),
(472,288,209,'HIL T-5',NULL,6,10000.00,0.00,0.00,0.00,60000.00,'2026-01-20 07:11:46','2026-01-20 07:11:46'),
(473,288,210,'HIL T-2',NULL,8,10000.00,0.00,0.00,0.00,80000.00,'2026-01-20 07:11:46','2026-01-20 07:11:46'),
(474,288,211,'HIL T-3',NULL,5,10000.00,0.00,0.00,0.00,50000.00,'2026-01-20 07:11:46','2026-01-20 07:11:46'),
(475,289,204,'H-2025 N',NULL,1,18500.00,0.00,0.00,0.00,18500.00,'2026-01-20 07:37:45','2026-01-20 07:37:45'),
(476,290,67,'Hilali-Mix',NULL,1,17500.00,0.00,0.00,0.00,17500.00,'2026-01-20 07:44:17','2026-01-20 07:44:17'),
(477,291,107,'Hilali-23',NULL,1,17500.00,0.00,0.00,0.00,17500.00,'2026-01-20 10:43:37','2026-01-20 10:43:37'),
(478,292,91,'H-2025',NULL,1,17500.00,0.00,0.00,0.00,17500.00,'2026-01-20 11:01:44','2026-01-20 11:01:44'),
(479,293,85,'Hilali-12',NULL,1,17500.00,0.00,0.00,0.00,17500.00,'2026-01-20 12:26:54','2026-01-20 12:26:54'),
(480,294,152,'H-2020',NULL,1,17500.00,0.00,0.00,0.00,17500.00,'2026-01-20 12:35:57','2026-01-20 12:35:57'),
(481,295,128,'H-2026 R',NULL,1,22500.00,0.00,0.00,0.00,22500.00,'2026-01-20 12:59:53','2026-01-20 12:59:53'),
(482,295,152,'H-2020',NULL,1,22500.00,0.00,0.00,0.00,22500.00,'2026-01-20 12:59:53','2026-01-20 12:59:53'),
(483,296,162,'HB-2026 S',NULL,1,17500.00,0.00,0.00,0.00,17500.00,'2026-01-20 14:55:31','2026-01-20 14:55:31'),
(484,297,132,'H-2022 S',NULL,1,20000.00,0.00,0.00,0.00,20000.00,'2026-01-21 05:47:00','2026-01-21 05:47:00'),
(485,298,53,'H-2026',NULL,1,18500.00,0.00,0.00,0.00,18500.00,'2026-01-21 06:17:52','2026-01-21 06:17:52'),
(486,298,130,'H-2026 C',NULL,1,18500.00,0.00,0.00,0.00,18500.00,'2026-01-21 06:17:52','2026-01-21 06:17:52'),
(487,298,152,'H-2020',NULL,1,18500.00,0.00,0.00,0.00,18500.00,'2026-01-21 06:17:52','2026-01-21 06:17:52'),
(488,298,162,'HB-2026 S',NULL,5,18500.00,0.00,0.00,0.00,92500.00,'2026-01-21 06:17:52','2026-01-21 06:17:52'),
(489,298,180,'HS-3000S',NULL,1,18500.00,0.00,0.00,0.00,18500.00,'2026-01-21 06:17:52','2026-01-21 06:17:52'),
(490,299,132,'H-2022 S',NULL,1,18500.00,0.00,0.00,0.00,18500.00,'2026-01-21 06:57:05','2026-01-21 06:57:05'),
(491,299,208,'Hilal-2000G',NULL,1,18500.00,0.00,0.00,0.00,18500.00,'2026-01-21 06:57:05','2026-01-21 06:57:05'),
(492,299,215,'Hilal-14B',NULL,1,18500.00,0.00,0.00,0.00,18500.00,'2026-01-21 06:57:05','2026-01-21 06:57:05'),
(493,300,49,'Hilal-3B',NULL,10,17500.00,0.00,0.00,0.00,175000.00,'2026-01-21 07:31:45','2026-01-21 07:31:45'),
(494,300,215,'Hilal-14B',NULL,10,17500.00,0.00,0.00,0.00,175000.00,'2026-01-21 07:31:45','2026-01-21 07:31:45'),
(495,301,53,'H-2026',NULL,1,17500.00,0.00,0.00,0.00,17500.00,'2026-01-21 08:20:10','2026-01-21 08:20:10'),
(496,302,167,'H-2025 S',NULL,1,25000.00,0.00,0.00,0.00,25000.00,'2026-01-21 09:26:30','2026-01-21 09:26:30'),
(497,303,134,'H-2015 B',NULL,1,17500.00,0.00,0.00,0.00,17500.00,'2026-01-21 09:27:03','2026-01-21 09:27:03'),
(498,304,152,'H-2020',NULL,1,17500.00,0.00,0.00,0.00,17500.00,'2026-01-21 09:59:06','2026-01-21 09:59:06'),
(499,305,132,'H-2022 S',NULL,1,17500.00,0.00,0.00,0.00,17500.00,'2026-01-21 10:54:02','2026-01-21 10:54:02'),
(500,306,24,'DUR B-5',NULL,1,11000.00,0.00,0.00,0.00,11000.00,'2026-01-21 11:02:12','2026-01-21 11:02:12'),
(501,307,132,'H-2022 S',NULL,1,17500.00,0.00,0.00,0.00,17500.00,'2026-01-21 12:14:55','2026-01-21 12:14:55'),
(502,307,217,'Hilal-8T',NULL,1,17500.00,0.00,0.00,0.00,17500.00,'2026-01-21 12:14:55','2026-01-21 12:14:55'),
(503,308,132,'H-2022 S',NULL,1,17500.00,0.00,0.00,0.00,17500.00,'2026-01-21 12:58:06','2026-01-21 12:58:06'),
(504,309,51,'Hilali-4',NULL,1,20000.00,0.00,0.00,0.00,20000.00,'2026-01-22 06:00:13','2026-01-22 06:00:13'),
(505,310,8,'huile d\'olive',NULL,1,5500.00,0.00,0.00,0.00,5500.00,'2026-01-22 06:40:20','2026-01-22 06:40:20'),
(506,311,91,'H-2025',NULL,1,20000.00,0.00,0.00,0.00,20000.00,'2026-01-22 08:42:23','2026-01-22 08:42:23'),
(507,312,51,'Hilali-4',NULL,1,17500.00,0.00,0.00,0.00,17500.00,'2026-01-22 09:05:16','2026-01-22 09:05:16'),
(508,312,55,'Hilali-6',NULL,1,17500.00,0.00,0.00,0.00,17500.00,'2026-01-22 09:05:16','2026-01-22 09:05:16'),
(509,312,69,'BA HIL-1',NULL,1,17500.00,0.00,0.00,0.00,17500.00,'2026-01-22 09:05:16','2026-01-22 09:05:16'),
(510,312,132,'H-2022 S',NULL,1,17500.00,0.00,0.00,0.00,17500.00,'2026-01-22 09:05:16','2026-01-22 09:05:16'),
(511,312,208,'Hilal-2000G',NULL,1,17500.00,0.00,0.00,0.00,17500.00,'2026-01-22 09:05:16','2026-01-22 09:05:16'),
(512,312,217,'Hilal-8T',NULL,1,17500.00,0.00,0.00,0.00,17500.00,'2026-01-22 09:05:16','2026-01-22 09:05:16'),
(513,313,81,'Hilali-10',NULL,1,22500.00,0.00,0.00,0.00,22500.00,'2026-01-22 10:20:44','2026-01-22 10:20:44'),
(514,314,67,'Hilali-Mix',NULL,1,18500.00,0.00,0.00,0.00,18500.00,'2026-01-22 12:26:51','2026-01-22 12:26:51'),
(515,314,73,'BA HIL-3',NULL,1,18500.00,0.00,0.00,0.00,18500.00,'2026-01-22 12:26:51','2026-01-22 12:26:51'),
(516,314,208,'Hilal-2000G',NULL,1,18500.00,0.00,0.00,0.00,18500.00,'2026-01-22 12:26:51','2026-01-22 12:26:51'),
(517,315,184,'HS-2011S',NULL,1,22500.00,0.00,0.00,0.00,22500.00,'2026-01-22 12:51:30','2026-01-22 12:51:30'),
(518,315,217,'Hilal-8T',NULL,1,22500.00,0.00,0.00,0.00,22500.00,'2026-01-22 12:51:30','2026-01-22 12:51:30'),
(519,316,154,'H-2021',NULL,1,17500.00,0.00,0.00,0.00,17500.00,'2026-01-23 05:12:22','2026-01-23 05:12:22'),
(520,316,206,'Hilal-2000C',NULL,1,17500.00,0.00,0.00,0.00,17500.00,'2026-01-23 05:12:22','2026-01-23 05:12:22'),
(521,316,213,'Hilal 2000S',NULL,1,17500.00,0.00,0.00,0.00,17500.00,'2026-01-23 05:12:22','2026-01-23 05:12:22'),
(522,317,208,'Hilal-2000G',NULL,1,17500.00,0.00,0.00,0.00,17500.00,'2026-01-23 05:12:38','2026-01-23 05:12:38'),
(523,318,213,'Hilal 2000S',NULL,1,21500.00,0.00,0.00,0.00,21500.00,'2026-01-23 06:01:39','2026-01-23 06:01:39'),
(524,319,53,'H-2026',NULL,1,17500.00,0.00,0.00,0.00,17500.00,'2026-01-23 07:12:31','2026-01-23 07:12:31'),
(525,320,130,'H-2026 C',NULL,1,18000.00,0.00,0.00,0.00,18000.00,'2026-01-23 07:18:38','2026-01-23 07:18:38'),
(526,320,180,'HS-3000S',NULL,1,18000.00,0.00,0.00,0.00,18000.00,'2026-01-23 07:18:38','2026-01-23 07:18:38'),
(527,321,206,'Hilal-2000C',NULL,1,20000.00,0.00,0.00,0.00,20000.00,'2026-01-23 11:04:08','2026-01-23 11:04:08'),
(528,322,124,'H-2023',NULL,1,25000.00,0.00,0.00,0.00,25000.00,'2026-01-23 11:29:24','2026-01-23 11:29:24'),
(529,322,213,'Hilal 2000S',NULL,1,25000.00,0.00,0.00,0.00,25000.00,'2026-01-23 11:29:24','2026-01-23 11:29:24'),
(530,323,69,'BA HIL-1',NULL,2,18500.00,0.00,0.00,0.00,37000.00,'2026-01-23 12:34:04','2026-01-23 12:34:04'),
(531,323,71,'BA HIL-2',NULL,1,18500.00,0.00,0.00,0.00,18500.00,'2026-01-23 12:34:04','2026-01-23 12:34:04'),
(532,323,73,'BA HIL-3',NULL,1,18500.00,0.00,0.00,0.00,18500.00,'2026-01-23 12:34:04','2026-01-23 12:34:04'),
(533,323,75,'BA HIL-4',NULL,1,18500.00,0.00,0.00,0.00,18500.00,'2026-01-23 12:34:04','2026-01-23 12:34:04'),
(534,323,79,'BA HIL-MIX',NULL,5,18500.00,0.00,0.00,0.00,92500.00,'2026-01-23 12:34:04','2026-01-23 12:34:04'),
(535,324,215,'Hilal-14B',NULL,1,20000.00,0.00,0.00,0.00,20000.00,'2026-01-23 12:53:35','2026-01-23 12:53:35'),
(536,325,49,'Hilal-3B',NULL,1,17500.00,0.00,0.00,0.00,17500.00,'2026-01-23 14:13:35','2026-01-23 14:13:35'),
(537,325,132,'H-2022 S',NULL,1,17500.00,0.00,0.00,0.00,17500.00,'2026-01-23 14:13:35','2026-01-23 14:13:35'),
(538,325,154,'H-2021',NULL,1,17500.00,0.00,0.00,0.00,17500.00,'2026-01-23 14:13:35','2026-01-23 14:13:35'),
(539,326,180,'HS-3000S',NULL,1,17500.00,0.00,0.00,0.00,17500.00,'2026-01-23 14:55:29','2026-01-23 14:55:29'),
(540,327,213,'Hilal 2000S',NULL,17,18500.00,0.00,0.00,0.00,314500.00,'2026-01-24 07:21:05','2026-01-24 07:21:05'),
(541,327,217,'Hilal-8T',NULL,2,18500.00,0.00,0.00,0.00,37000.00,'2026-01-24 07:21:05','2026-01-24 07:21:05'),
(542,327,144,'H-2016 M',NULL,3,18500.00,0.00,0.00,0.00,55500.00,'2026-01-24 07:21:05','2026-01-24 07:21:05'),
(543,327,152,'H-2020',NULL,2,18500.00,0.00,0.00,0.00,37000.00,'2026-01-24 07:21:05','2026-01-24 07:21:05'),
(544,328,167,'H-2025 S',NULL,1,20000.00,0.00,0.00,0.00,20000.00,'2026-01-24 07:33:37','2026-01-24 07:33:37'),
(545,329,4,'DUR B-1',NULL,3,12500.00,0.00,0.00,0.00,37500.00,'2026-01-24 07:59:10','2026-01-24 07:59:10'),
(546,329,5,'DUR B-2',NULL,2,12500.00,0.00,0.00,0.00,25000.00,'2026-01-24 07:59:10','2026-01-24 07:59:10'),
(547,329,6,'DUR B-3',NULL,1,12500.00,0.00,0.00,0.00,12500.00,'2026-01-24 07:59:10','2026-01-24 07:59:10'),
(548,329,7,'DUR B-4',NULL,1,12500.00,0.00,0.00,0.00,12500.00,'2026-01-24 07:59:10','2026-01-24 07:59:10'),
(549,329,24,'DUR B-5',NULL,1,12500.00,0.00,0.00,0.00,12500.00,'2026-01-24 07:59:10','2026-01-24 07:59:10'),
(550,329,79,'BA HIL-MIX',NULL,1,18500.00,0.00,0.00,0.00,18500.00,'2026-01-24 07:59:10','2026-01-24 07:59:10'),
(551,329,162,'HB-2026 S',NULL,2,18500.00,0.00,0.00,0.00,37000.00,'2026-01-24 07:59:10','2026-01-24 07:59:10'),
(552,330,180,'HS-3000S',NULL,1,20000.00,0.00,0.00,0.00,20000.00,'2026-01-24 09:05:00','2026-01-24 09:05:00'),
(553,331,152,'H-2020',NULL,1,17500.00,0.00,0.00,0.00,17500.00,'2026-01-24 09:40:48','2026-01-24 09:40:48'),
(554,332,47,'Hilali-2',NULL,1,18000.00,0.00,0.00,0.00,18000.00,'2026-01-24 11:21:36','2026-01-24 11:21:36'),
(555,332,53,'H-2026',NULL,2,18000.00,0.00,0.00,0.00,36000.00,'2026-01-24 11:21:36','2026-01-24 11:21:36'),
(556,332,91,'H-2025',NULL,1,18500.00,0.00,0.00,0.00,18500.00,'2026-01-24 11:21:36','2026-01-24 11:36:17'),
(557,332,107,'Hilali-23',NULL,2,18000.00,0.00,0.00,0.00,36000.00,'2026-01-24 11:21:36','2026-01-24 11:21:36'),
(558,332,130,'H-2026 C',NULL,1,18000.00,0.00,0.00,0.00,18000.00,'2026-01-24 11:21:36','2026-01-24 11:21:36'),
(559,332,132,'H-2022 S',NULL,1,18000.00,0.00,0.00,0.00,18000.00,'2026-01-24 11:21:36','2026-01-24 11:21:36'),
(560,332,156,'H-2022',NULL,1,18000.00,0.00,0.00,0.00,18000.00,'2026-01-24 11:21:36','2026-01-24 11:21:36'),
(561,332,206,'Hilal-2000C',NULL,1,18000.00,0.00,0.00,0.00,18000.00,'2026-01-24 11:21:36','2026-01-24 11:21:36'),
(562,332,213,'Hilal 2000S',NULL,1,18000.00,0.00,0.00,0.00,18000.00,'2026-01-24 11:21:36','2026-01-24 11:21:36'),
(563,332,219,'HS-3024',NULL,1,18000.00,0.00,0.00,0.00,18000.00,'2026-01-24 11:21:36','2026-01-24 11:21:36'),
(564,333,55,'Hilali-6',NULL,1,18500.00,0.00,0.00,0.00,18500.00,'2026-01-24 11:32:39','2026-01-24 11:32:39'),
(565,334,208,'Hilal-2000G',NULL,1,17500.00,0.00,0.00,0.00,17500.00,'2026-01-26 05:19:28','2026-01-26 05:19:28'),
(566,335,73,'BA HIL-3',NULL,1,17500.00,0.00,0.00,0.00,17500.00,'2026-01-26 05:25:41','2026-01-26 05:25:41'),
(567,335,79,'BA HIL-MIX',NULL,3,17500.00,0.00,0.00,0.00,52500.00,'2026-01-26 05:25:41','2026-01-26 05:25:41'),
(568,335,162,'HB-2026 S',NULL,1,17500.00,0.00,0.00,0.00,17500.00,'2026-01-26 05:25:41','2026-01-26 05:25:41'),
(569,336,43,'Dur Sandale',NULL,1,6500.00,0.00,0.00,0.00,6500.00,'2026-01-26 05:45:24','2026-01-26 05:45:24'),
(570,336,156,'H-2022',NULL,1,17500.00,0.00,0.00,0.00,17500.00,'2026-01-26 05:45:24','2026-01-26 05:45:24'),
(571,336,190,'HB-2027S',NULL,1,17500.00,0.00,0.00,0.00,17500.00,'2026-01-26 05:45:24','2026-01-26 05:45:24'),
(572,337,132,'H-2022 S',NULL,1,20000.00,0.00,0.00,0.00,20000.00,'2026-01-26 06:10:17','2026-01-26 06:10:17'),
(573,337,167,'H-2025 S',NULL,1,20000.00,0.00,0.00,0.00,20000.00,'2026-01-26 06:10:17','2026-01-26 06:10:17'),
(574,337,180,'HS-3000S',NULL,1,20000.00,0.00,0.00,0.00,20000.00,'2026-01-26 06:10:17','2026-01-26 06:10:17'),
(575,338,219,'HS-3024',NULL,1,17500.00,0.00,0.00,0.00,17500.00,'2026-01-26 06:59:08','2026-01-26 06:59:08'),
(576,339,219,'HS-3024',NULL,1,17500.00,0.00,0.00,0.00,17500.00,'2026-01-26 07:23:02','2026-01-26 07:23:02'),
(577,340,180,'HS-3000S',NULL,1,20000.00,0.00,0.00,0.00,20000.00,'2026-01-26 09:00:36','2026-01-26 09:00:36'),
(578,341,107,'Hilali-23',NULL,1,17500.00,0.00,0.00,0.00,17500.00,'2026-01-26 09:00:56','2026-01-26 09:00:56'),
(579,342,85,'Hilali-12',NULL,1,17500.00,0.00,0.00,0.00,17500.00,'2026-01-26 10:29:15','2026-01-26 10:29:15'),
(580,343,107,'Hilali-23',NULL,1,17500.00,0.00,0.00,0.00,17500.00,'2026-01-26 10:34:13','2026-01-26 10:34:13'),
(581,343,132,'H-2022 S',NULL,1,17500.00,0.00,0.00,0.00,17500.00,'2026-01-26 10:34:13','2026-01-26 10:34:13'),
(582,344,8,'huile d\'olive',NULL,1,5500.00,0.00,0.00,0.00,5500.00,'2026-01-26 11:05:14','2026-01-26 11:05:14'),
(583,345,67,'Hilali-Mix',NULL,1,20000.00,0.00,0.00,0.00,20000.00,'2026-01-26 11:07:52','2026-01-26 11:07:52'),
(584,346,71,'BA HIL-2',NULL,1,20000.00,0.00,0.00,0.00,20000.00,'2026-01-26 11:27:12','2026-01-26 11:27:12'),
(585,347,53,'H-2026',NULL,1,17500.00,0.00,0.00,0.00,17500.00,'2026-01-26 11:53:43','2026-01-26 11:53:43'),
(586,347,136,'H-2017',NULL,1,17500.00,0.00,0.00,0.00,17500.00,'2026-01-26 11:53:43','2026-01-26 11:53:43'),
(587,347,154,'H-2021',NULL,1,17500.00,0.00,0.00,0.00,17500.00,'2026-01-26 11:53:43','2026-01-26 11:53:43'),
(588,347,206,'Hilal-2000C',NULL,1,17500.00,0.00,0.00,0.00,17500.00,'2026-01-26 11:53:43','2026-01-26 11:53:43'),
(589,347,215,'Hilal-14B',NULL,1,17500.00,0.00,0.00,0.00,17500.00,'2026-01-26 11:53:43','2026-01-26 11:53:43'),
(590,348,124,'H-2023',NULL,1,18500.00,0.00,0.00,0.00,18500.00,'2026-01-26 12:09:31','2026-01-26 12:09:31'),
(591,349,206,'Hilal-2000C',NULL,1,22500.00,0.00,0.00,0.00,22500.00,'2026-01-26 12:51:49','2026-01-26 12:51:49'),
(592,350,213,'Hilal 2000S',NULL,1,17500.00,0.00,0.00,0.00,17500.00,'2026-01-27 07:02:04','2026-01-27 07:02:04'),
(593,351,154,'H-2021',NULL,1,17500.00,0.00,0.00,0.00,17500.00,'2026-01-27 07:23:13','2026-01-27 07:23:13'),
(594,352,243,'HS-0150G',NULL,4,17500.00,0.00,0.00,0.00,70000.00,'2026-01-27 13:25:07','2026-01-27 13:25:07'),
(595,352,247,'HS-0150S',NULL,3,17500.00,0.00,0.00,0.00,52500.00,'2026-01-27 13:25:07','2026-01-27 13:25:07'),
(596,352,249,'HS-0150B',NULL,3,17500.00,0.00,0.00,0.00,52500.00,'2026-01-27 13:25:07','2026-01-27 13:25:07'),
(597,352,257,'HB-1002',NULL,4,17500.00,0.00,0.00,0.00,70000.00,'2026-01-27 13:25:07','2026-01-27 13:25:07'),
(598,352,261,'HB-1003B',NULL,6,17500.00,0.00,0.00,0.00,105000.00,'2026-01-27 13:25:07','2026-01-27 13:25:07'),
(599,353,247,'HS-0150S',NULL,1,20000.00,0.00,0.00,0.00,20000.00,'2026-01-27 13:25:24','2026-01-27 13:25:24'),
(600,354,251,'HB-1000B',NULL,1,20000.00,0.00,0.00,0.00,20000.00,'2026-01-28 09:00:15','2026-01-28 09:00:15'),
(601,355,156,'H-2022',NULL,1,18500.00,0.00,0.00,0.00,18500.00,'2026-01-28 09:01:59','2026-01-28 09:01:59'),
(603,355,243,'HS-0150G',NULL,1,18500.00,0.00,0.00,0.00,18500.00,'2026-01-28 09:01:59','2026-01-28 09:01:59'),
(604,356,53,'H-2026',NULL,1,17500.00,0.00,0.00,0.00,17500.00,'2026-01-28 10:26:13','2026-01-28 10:26:13'),
(605,356,91,'H-2025',NULL,5,17500.00,0.00,0.00,0.00,87500.00,'2026-01-28 10:26:13','2026-01-28 10:26:13'),
(606,356,148,'H-2019 S',NULL,10,17500.00,0.00,0.00,0.00,175000.00,'2026-01-28 10:26:13','2026-01-28 10:26:13'),
(607,356,170,'H-2025 CH',NULL,10,17500.00,0.00,0.00,0.00,175000.00,'2026-01-28 10:26:13','2026-01-28 10:26:13'),
(608,356,180,'HS-3000S',NULL,6,17500.00,0.00,0.00,0.00,105000.00,'2026-01-28 10:26:13','2026-01-28 10:26:13'),
(609,356,192,'HS-2010',NULL,9,17500.00,0.00,0.00,0.00,157500.00,'2026-01-28 10:26:13','2026-01-28 10:26:13'),
(610,356,239,'HS-FB2',NULL,3,17500.00,0.00,0.00,0.00,52500.00,'2026-01-28 10:26:13','2026-01-28 10:26:13'),
(611,356,245,'HS-FB9',NULL,6,17500.00,0.00,0.00,0.00,105000.00,'2026-01-28 10:26:13','2026-01-28 10:26:13'),
(612,357,148,'H-2019 S',NULL,1,18500.00,0.00,0.00,0.00,18500.00,'2026-01-28 10:28:27','2026-01-28 10:28:27'),
(613,358,132,'H-2022 S',NULL,1,17500.00,0.00,0.00,0.00,17500.00,'2026-01-28 10:29:27','2026-01-28 10:29:27'),
(614,359,107,'Hilali-23',NULL,1,17500.00,0.00,0.00,0.00,17500.00,'2026-01-28 10:42:57','2026-01-28 10:42:57'),
(615,359,257,'HB-1002',NULL,1,17500.00,0.00,0.00,0.00,17500.00,'2026-01-28 10:42:57','2026-01-28 10:42:57'),
(616,359,261,'HB-1003B',NULL,1,17500.00,0.00,0.00,0.00,17500.00,'2026-01-28 10:42:57','2026-01-28 10:42:57'),
(617,360,154,'H-2021',NULL,1,17500.00,0.00,0.00,0.00,17500.00,'2026-01-28 10:51:24','2026-01-28 10:51:24'),
(618,361,134,'H-2015 B',NULL,1,17500.00,0.00,0.00,0.00,17500.00,'2026-01-28 10:56:14','2026-01-28 10:56:14'),
(619,361,136,'H-2017',NULL,1,17500.00,0.00,0.00,0.00,17500.00,'2026-01-28 10:56:14','2026-01-28 10:56:14'),
(620,361,154,'H-2021',NULL,1,17500.00,0.00,0.00,0.00,17500.00,'2026-01-28 10:56:14','2026-01-28 10:56:14'),
(621,361,217,'Hilal-8T',NULL,1,17500.00,0.00,0.00,0.00,17500.00,'2026-01-28 10:56:14','2026-01-28 10:56:14'),
(622,362,259,'HB-1000S',NULL,1,17500.00,0.00,0.00,0.00,17500.00,'2026-01-28 10:58:11','2026-01-28 10:58:11'),
(623,363,55,'Hilali-6',NULL,2,18000.00,0.00,0.00,0.00,36000.00,'2026-01-28 12:07:09','2026-01-28 12:07:09'),
(624,363,91,'H-2025',NULL,2,18000.00,0.00,0.00,0.00,36000.00,'2026-01-28 12:07:09','2026-01-28 12:07:09'),
(625,363,136,'H-2017',NULL,2,18000.00,0.00,0.00,0.00,36000.00,'2026-01-28 12:07:09','2026-01-28 12:07:09'),
(626,363,251,'HB-1000B',NULL,6,18000.00,0.00,0.00,0.00,108000.00,'2026-01-28 12:07:09','2026-01-28 12:07:09'),
(627,364,243,'HS-0150G',NULL,1,17500.00,0.00,0.00,0.00,17500.00,'2026-01-29 06:11:58','2026-01-29 06:11:58'),
(628,355,237,'HS-FB10',NULL,1,18500.00,0.00,0.00,0.00,18500.00,'2026-01-29 06:27:26','2026-01-29 06:27:26'),
(629,365,173,'Duray S',NULL,70,6500.00,0.00,0.00,0.00,455000.00,'2026-01-29 07:35:40','2026-01-29 07:35:40'),
(630,366,259,'HB-1000S',NULL,1,20000.00,0.00,0.00,0.00,20000.00,'2026-01-29 07:52:30','2026-01-29 07:52:30'),
(631,367,53,'H-2026',NULL,1,18000.00,0.00,0.00,0.00,18000.00,'2026-01-29 08:36:02','2026-01-29 08:36:02'),
(632,367,81,'Hilali-10',NULL,1,18000.00,0.00,0.00,0.00,18000.00,'2026-01-29 08:36:02','2026-01-29 08:36:02'),
(633,367,83,'Hilali-11',NULL,1,18000.00,0.00,0.00,0.00,18000.00,'2026-01-29 08:36:02','2026-01-29 08:36:02'),
(634,367,107,'Hilali-23',NULL,1,18000.00,0.00,0.00,0.00,18000.00,'2026-01-29 08:36:02','2026-01-29 08:36:02'),
(635,367,201,'H-2016 N',NULL,1,18000.00,0.00,0.00,0.00,18000.00,'2026-01-29 08:36:02','2026-01-29 08:36:02'),
(636,367,206,'Hilal-2000C',NULL,1,18000.00,0.00,0.00,0.00,18000.00,'2026-01-29 08:36:02','2026-01-29 08:36:02'),
(637,367,208,'Hilal-2000G',NULL,1,18000.00,0.00,0.00,0.00,18000.00,'2026-01-29 08:36:02','2026-01-29 08:36:02'),
(638,367,253,'HB-1000T',NULL,1,18000.00,0.00,0.00,0.00,18000.00,'2026-01-29 08:36:02','2026-01-29 08:36:02'),
(639,367,257,'HB-1002',NULL,1,18000.00,0.00,0.00,0.00,18000.00,'2026-01-29 08:36:02','2026-01-29 08:36:02'),
(640,367,259,'HB-1000S',NULL,1,18000.00,0.00,0.00,0.00,18000.00,'2026-01-29 08:36:02','2026-01-29 08:36:02'),
(641,368,259,'HB-1000S',NULL,1,17500.00,0.00,0.00,0.00,17500.00,'2026-01-29 12:01:30','2026-01-29 12:01:30'),
(642,369,156,'H-2022',NULL,1,20000.00,0.00,0.00,0.00,20000.00,'2026-01-29 12:36:29','2026-01-29 12:36:29'),
(643,370,156,'H-2022',NULL,1,18500.00,0.00,0.00,0.00,18500.00,'2026-01-29 12:37:29','2026-01-29 12:37:29'),
(644,371,152,'H-2020',NULL,1,20000.00,0.00,0.00,0.00,20000.00,'2026-01-31 08:40:04','2026-01-31 08:40:04'),
(645,372,156,'H-2022',NULL,1,17500.00,0.00,0.00,0.00,17500.00,'2026-01-31 13:13:32','2026-01-31 13:13:32'),
(646,373,170,'H-2025 CH',NULL,1,18500.00,0.00,0.00,0.00,18500.00,'2026-01-31 13:19:24','2026-01-31 13:19:24'),
(647,374,253,'HB-1000T',NULL,1,20000.00,0.00,0.00,0.00,20000.00,'2026-01-31 13:19:47','2026-01-31 13:19:47'),
(648,375,237,'HS-FB10',NULL,1,17500.00,0.00,0.00,0.00,17500.00,'2026-01-31 13:21:30','2026-01-31 13:21:30'),
(649,376,213,'Hilal 2000S',NULL,1,20000.00,0.00,0.00,0.00,20000.00,'2026-02-02 08:37:24','2026-02-02 08:37:24'),
(650,377,136,'H-2017',NULL,1,22500.00,0.00,0.00,0.00,22500.00,'2026-02-02 09:09:38','2026-02-02 09:09:38'),
(651,378,45,'Hilali-1',NULL,1,18500.00,0.00,0.00,500.00,18000.00,'2026-02-02 09:29:48','2026-02-02 09:29:48'),
(652,378,53,'H-2026',NULL,2,18500.00,0.00,0.00,1000.00,36000.00,'2026-02-02 09:29:48','2026-02-02 09:29:48'),
(653,378,67,'Hilali-Mix',NULL,2,18500.00,0.00,0.00,1000.00,36000.00,'2026-02-02 09:29:48','2026-02-02 09:29:48'),
(654,378,85,'Hilali-12',NULL,4,18500.00,0.00,0.00,2000.00,72000.00,'2026-02-02 09:29:48','2026-02-02 09:29:48'),
(655,378,107,'Hilali-23',NULL,5,18500.00,0.00,0.00,2500.00,90000.00,'2026-02-02 09:29:48','2026-02-02 09:29:48'),
(656,378,134,'H-2015 B',NULL,2,18500.00,0.00,0.00,1000.00,36000.00,'2026-02-02 09:29:48','2026-02-02 09:29:48'),
(657,378,148,'H-2019 S',NULL,4,18500.00,0.00,0.00,2000.00,72000.00,'2026-02-02 09:29:48','2026-02-02 09:29:48'),
(658,378,150,'H-2019',NULL,1,18500.00,0.00,0.00,500.00,18000.00,'2026-02-02 09:29:48','2026-02-02 09:29:48'),
(659,378,152,'H-2020',NULL,1,18500.00,0.00,0.00,500.00,18000.00,'2026-02-02 09:29:48','2026-02-02 09:29:48'),
(660,378,154,'H-2021',NULL,2,18500.00,0.00,0.00,1000.00,36000.00,'2026-02-02 09:29:48','2026-02-02 09:29:48'),
(661,378,182,'HS-2010SB',NULL,1,18500.00,0.00,0.00,500.00,18000.00,'2026-02-02 09:29:48','2026-02-02 09:29:48'),
(662,378,184,'HS-2011S',NULL,1,18500.00,0.00,0.00,500.00,18000.00,'2026-02-02 09:29:48','2026-02-02 09:29:48'),
(663,378,206,'Hilal-2000C',NULL,2,18500.00,0.00,0.00,1000.00,36000.00,'2026-02-02 09:29:48','2026-02-02 09:29:48'),
(664,378,208,'Hilal-2000G',NULL,1,18500.00,0.00,0.00,500.00,18000.00,'2026-02-02 09:29:48','2026-02-02 09:29:48'),
(665,378,235,'HS FB1',NULL,1,18500.00,0.00,0.00,500.00,18000.00,'2026-02-02 09:29:48','2026-02-02 09:29:48'),
(666,378,241,'HS-0033',NULL,1,18500.00,0.00,0.00,500.00,18000.00,'2026-02-02 09:29:48','2026-02-02 09:29:48'),
(667,378,253,'HB-1000T',NULL,1,18500.00,0.00,0.00,500.00,18000.00,'2026-02-02 09:29:48','2026-02-02 09:29:48'),
(668,378,257,'HB-1002',NULL,2,18500.00,0.00,0.00,1000.00,36000.00,'2026-02-02 09:29:48','2026-02-02 09:29:48'),
(669,378,261,'HB-1003B',NULL,1,18500.00,0.00,0.00,500.00,18000.00,'2026-02-02 09:29:48','2026-02-02 09:29:48'),
(670,379,259,'HB-1000S',NULL,1,18000.00,0.00,0.00,0.00,18000.00,'2026-02-02 12:34:39','2026-02-02 12:34:39'),
(671,380,83,'Hilali-11',NULL,2,18500.00,0.00,0.00,0.00,37000.00,'2026-02-02 17:46:10','2026-02-02 17:46:10'),
(672,380,170,'H-2025 CH',NULL,1,18500.00,0.00,0.00,0.00,18500.00,'2026-02-02 17:46:10','2026-02-02 17:46:10'),
(673,381,81,'Hilali-10',NULL,1,18000.00,0.00,0.00,0.00,18000.00,'2026-02-02 17:50:14','2026-02-02 17:50:14'),
(674,381,107,'HS-23',NULL,1,18000.00,0.00,0.00,0.00,18000.00,'2026-02-02 17:50:14','2026-02-02 17:50:14'),
(675,381,136,'H-2017',NULL,2,18000.00,0.00,0.00,0.00,36000.00,'2026-02-02 17:50:14','2026-02-02 17:50:14'),
(676,381,148,'H-2019 S',NULL,1,18000.00,0.00,0.00,0.00,18000.00,'2026-02-02 17:50:14','2026-02-02 17:50:14'),
(677,381,154,'H-2021',NULL,2,18000.00,0.00,0.00,0.00,36000.00,'2026-02-02 17:50:14','2026-02-02 17:50:14'),
(678,381,167,'H-2025 S',NULL,1,18000.00,0.00,0.00,0.00,18000.00,'2026-02-02 17:50:14','2026-02-02 17:50:14'),
(679,381,204,'H-2025 N',NULL,1,18000.00,0.00,0.00,0.00,18000.00,'2026-02-02 17:50:14','2026-02-02 17:50:14'),
(680,381,241,'HS-0033',NULL,1,18000.00,0.00,0.00,0.00,18000.00,'2026-02-02 17:50:14','2026-02-02 17:50:14'),
(681,382,148,'H-2019 S',NULL,1,17500.00,0.00,0.00,0.00,17500.00,'2026-02-03 06:54:34','2026-02-03 06:54:34'),
(682,383,259,'HB-1000S',NULL,1,20000.00,0.00,0.00,0.00,20000.00,'2026-02-03 08:51:07','2026-02-03 08:51:07'),
(683,384,173,'Duray S',NULL,10,6500.00,0.00,0.00,0.00,65000.00,'2026-02-03 10:38:33','2026-02-03 10:38:33'),
(684,385,243,'HS-0150G',NULL,1,22000.00,0.00,0.00,0.00,22000.00,'2026-02-03 11:52:09','2026-02-03 11:52:09'),
(685,386,217,'Hilal-8T',NULL,1,17500.00,0.00,0.00,0.00,17500.00,'2026-02-03 11:55:19','2026-02-03 11:55:19'),
(686,386,268,'Hilal-10G',NULL,1,17500.00,0.00,0.00,0.00,17500.00,'2026-02-03 11:55:19','2026-02-03 11:55:19'),
(687,387,272,'Hilal-8S',NULL,1,20000.00,0.00,0.00,0.00,20000.00,'2026-02-03 12:33:08','2026-02-03 12:33:08'),
(688,388,63,'HIL T-1',NULL,11,10000.00,0.00,0.00,0.00,110000.00,'2026-02-03 13:10:12','2026-02-03 13:10:12'),
(689,388,107,'HS-23',NULL,3,18500.00,0.00,0.00,0.00,55500.00,'2026-02-03 13:10:12','2026-02-03 13:10:12'),
(690,388,124,'H-2023',NULL,3,18500.00,0.00,0.00,0.00,55500.00,'2026-02-03 13:10:12','2026-02-03 13:10:12'),
(691,388,184,'HS-2011S',NULL,3,18500.00,0.00,0.00,0.00,55500.00,'2026-02-03 13:10:12','2026-02-03 13:10:12'),
(692,388,204,'H-2025 N',NULL,2,18500.00,0.00,0.00,0.00,37000.00,'2026-02-03 13:10:12','2026-02-03 13:10:12'),
(693,388,235,'HS FB1',NULL,1,18500.00,0.00,0.00,0.00,18500.00,'2026-02-03 13:10:12','2026-02-03 13:10:12'),
(694,388,239,'HS-FB2',NULL,1,18500.00,0.00,0.00,0.00,18500.00,'2026-02-03 13:10:12','2026-02-03 13:10:12'),
(695,388,247,'HS-0150S',NULL,1,18500.00,0.00,0.00,0.00,18500.00,'2026-02-03 13:10:12','2026-02-03 13:10:12'),
(696,388,249,'HS-0150B',NULL,1,18500.00,0.00,0.00,0.00,18500.00,'2026-02-03 13:10:12','2026-02-03 13:10:12'),
(697,388,268,'Hilal-10G',NULL,1,18500.00,0.00,0.00,0.00,18500.00,'2026-02-03 13:10:12','2026-02-03 13:10:12'),
(698,388,274,'HS-2011B',NULL,2,18500.00,0.00,0.00,0.00,37000.00,'2026-02-03 13:10:12','2026-02-03 13:10:12'),
(699,389,247,'HS-0150S',NULL,1,18500.00,0.00,0.00,0.00,18500.00,'2026-02-04 07:33:28','2026-02-04 07:33:28'),
(700,390,274,'HS-2011B',NULL,1,18500.00,0.00,0.00,0.00,18500.00,'2026-02-04 08:40:16','2026-02-04 08:40:16'),
(701,391,126,'H-2024',NULL,1,20000.00,0.00,0.00,0.00,20000.00,'2026-02-04 08:54:14','2026-02-04 08:54:14'),
(702,392,268,'Hilal-10G',NULL,1,20000.00,0.00,0.00,0.00,20000.00,'2026-02-04 08:54:35','2026-02-04 08:54:35'),
(703,393,79,'BA HIL-MIX',NULL,1,17500.00,0.00,0.00,0.00,17500.00,'2026-02-04 09:07:00','2026-02-04 09:07:00'),
(704,393,259,'HB-1000S',NULL,1,17500.00,0.00,0.00,0.00,17500.00,'2026-02-04 09:07:00','2026-02-04 09:07:00'),
(705,394,148,'H-2019 S',NULL,1,22500.00,0.00,0.00,0.00,22500.00,'2026-02-04 09:22:05','2026-02-04 09:22:05'),
(706,394,241,'HS-0033',NULL,1,22500.00,0.00,0.00,0.00,22500.00,'2026-02-04 09:22:05','2026-02-04 09:22:05'),
(707,395,257,'HB-1002',NULL,1,22500.00,0.00,0.00,0.00,22500.00,'2026-02-04 09:51:33','2026-02-04 09:51:33'),
(708,396,201,'H-2016 N',NULL,1,22000.00,0.00,0.00,0.00,22000.00,'2026-02-04 10:34:36','2026-02-04 10:34:36'),
(709,397,130,'H-2026 C',NULL,1,17500.00,0.00,0.00,0.00,17500.00,'2026-02-04 11:32:41','2026-02-04 11:32:41'),
(710,398,8,'huile d\'olive',NULL,5,5500.00,0.00,0.00,0.00,27500.00,'2026-02-04 12:08:02','2026-02-04 12:08:02'),
(711,399,237,'HS-FB10',NULL,1,17500.00,0.00,0.00,0.00,17500.00,'2026-02-04 12:08:34','2026-02-04 12:08:34'),
(712,400,184,'HS-2011S',NULL,3,18500.00,0.00,0.00,0.00,55500.00,'2026-02-04 14:39:45','2026-02-04 14:39:45'),
(713,401,251,'HB-1000B',NULL,2,18500.00,0.00,0.00,0.00,37000.00,'2026-02-05 06:31:00','2026-02-05 06:31:00'),
(714,401,253,'HB-1000T',NULL,3,18500.00,0.00,0.00,0.00,55500.00,'2026-02-05 06:31:00','2026-02-05 06:31:00'),
(715,401,259,'HB-1000S',NULL,5,18500.00,0.00,0.00,0.00,92500.00,'2026-02-05 06:31:00','2026-02-05 06:31:00'),
(716,402,134,'H-2015 B',NULL,1,22500.00,0.00,0.00,0.00,22500.00,'2026-02-05 06:39:23','2026-02-05 06:39:23'),
(717,402,274,'HS-2011B',NULL,1,22500.00,0.00,0.00,0.00,22500.00,'2026-02-05 06:39:23','2026-02-05 06:39:23'),
(718,403,268,'Hilal-10G',NULL,1,17500.00,0.00,0.00,0.00,17500.00,'2026-02-05 07:09:25','2026-02-05 07:09:25'),
(719,404,150,'H-2019',NULL,1,17500.00,0.00,0.00,0.00,17500.00,'2026-02-05 09:08:54','2026-02-05 09:08:54'),
(720,405,107,'HS-23',NULL,1,18500.00,0.00,0.00,0.00,18500.00,'2026-02-05 11:01:17','2026-02-05 11:01:17'),
(721,406,87,'H-2023 Old',NULL,1,17500.00,0.00,0.00,0.00,17500.00,'2026-02-05 11:15:55','2026-02-05 11:15:55'),
(722,407,247,'HS-0150S',NULL,1,17500.00,0.00,0.00,0.00,17500.00,'2026-02-05 13:16:01','2026-02-05 13:16:01'),
(723,408,268,'Hilal-10G',NULL,1,17500.00,0.00,0.00,0.00,17500.00,'2026-02-06 05:07:15','2026-02-06 05:07:15'),
(724,409,274,'HS-2011B',NULL,1,17500.00,0.00,0.00,0.00,17500.00,'2026-02-06 07:16:37','2026-02-06 07:16:37'),
(725,410,270,'HS-CS',NULL,1,17500.00,0.00,0.00,0.00,17500.00,'2026-02-06 07:16:56','2026-02-06 07:16:56'),
(726,411,8,'huile d\'olive',NULL,4,5500.00,0.00,0.00,0.00,22000.00,'2026-02-06 07:17:19','2026-02-06 07:17:19'),
(727,412,270,'HS-CS',NULL,1,17500.00,0.00,0.00,0.00,17500.00,'2026-02-06 07:25:57','2026-02-06 07:25:57'),
(728,413,107,'HS-23',NULL,1,20000.00,0.00,0.00,0.00,20000.00,'2026-02-06 09:07:23','2026-02-06 09:07:23'),
(729,414,215,'Hilal-14B',NULL,1,17500.00,0.00,0.00,0.00,17500.00,'2026-02-06 09:07:56','2026-02-06 09:07:56'),
(730,415,190,'HB-2027S',NULL,1,17500.00,0.00,0.00,0.00,17500.00,'2026-02-06 09:52:12','2026-02-06 09:52:12'),
(731,415,251,'HB-1000B',NULL,1,17500.00,0.00,0.00,0.00,17500.00,'2026-02-06 09:52:12','2026-02-06 09:52:12'),
(732,416,213,'Hilal 2000S',NULL,1,17500.00,0.00,0.00,0.00,17500.00,'2026-02-06 10:47:14','2026-02-06 10:47:14'),
(733,417,213,'Hilal 2000S',NULL,1,18500.00,0.00,0.00,0.00,18500.00,'2026-02-06 10:52:04','2026-02-06 10:52:04'),
(734,417,270,'HS-CS',NULL,1,18500.00,0.00,0.00,0.00,18500.00,'2026-02-06 10:52:04','2026-02-06 10:52:04'),
(735,418,184,'HS-2011S',NULL,2,17500.00,0.00,0.00,0.00,35000.00,'2026-02-06 11:30:24','2026-02-06 11:30:24'),
(736,418,235,'HS FB1',NULL,1,17500.00,0.00,0.00,0.00,17500.00,'2026-02-06 11:30:24','2026-02-06 11:30:24'),
(737,418,270,'HS-CS',NULL,1,17500.00,0.00,0.00,0.00,17500.00,'2026-02-06 11:30:24','2026-02-06 11:30:24'),
(738,419,81,'Hilali-10',NULL,1,17500.00,0.00,0.00,0.00,17500.00,'2026-02-06 12:21:38','2026-02-06 12:21:38'),
(739,420,126,'H-2024',NULL,1,20000.00,0.00,0.00,0.00,20000.00,'2026-02-06 12:22:51','2026-02-06 12:22:51'),
(740,421,150,'H-2019',NULL,1,17500.00,0.00,0.00,0.00,17500.00,'2026-02-07 06:16:12','2026-02-07 06:16:12'),
(741,422,8,'huile d\'olive',NULL,5,6000.00,0.00,0.00,0.00,30000.00,'2026-02-07 06:18:00','2026-02-07 06:18:00'),
(742,422,170,'H-2025 CH',NULL,1,25000.00,0.00,0.00,0.00,25000.00,'2026-02-07 06:18:00','2026-02-07 06:18:00'),
(743,422,173,'Duray S',NULL,3,11600.00,0.00,0.00,0.00,34800.00,'2026-02-07 06:18:00','2026-02-07 06:18:00'),
(744,422,270,'HS-CS',NULL,1,50000.00,0.00,0.00,0.00,50000.00,'2026-02-07 06:18:00','2026-02-07 06:18:00'),
(745,423,8,'huile d\'olive',NULL,1,5500.00,0.00,0.00,0.00,5500.00,'2026-02-07 06:18:31','2026-02-07 06:18:31'),
(746,424,45,'Hilali-1',NULL,4,17500.00,0.00,0.00,0.00,70000.00,'2026-02-07 10:51:44','2026-02-07 10:51:44'),
(747,424,53,'H-2026',NULL,4,17500.00,0.00,0.00,0.00,70000.00,'2026-02-07 10:51:44','2026-02-07 10:51:44'),
(748,424,67,'Hilali-Mix',NULL,7,17500.00,0.00,0.00,0.00,122500.00,'2026-02-07 10:51:44','2026-02-07 10:51:44'),
(749,424,103,'Hilali-21',NULL,4,17500.00,0.00,0.00,0.00,70000.00,'2026-02-07 10:51:44','2026-02-07 10:51:44'),
(750,424,128,'H-2026 R',NULL,1,17500.00,0.00,0.00,0.00,17500.00,'2026-02-07 10:51:44','2026-02-07 10:51:44'),
(751,424,144,'H-2016 M',NULL,2,17500.00,0.00,0.00,0.00,35000.00,'2026-02-07 10:51:44','2026-02-07 10:51:44'),
(752,424,150,'H-2019',NULL,3,17500.00,0.00,0.00,0.00,52500.00,'2026-02-07 10:51:44','2026-02-07 10:51:44'),
(753,424,152,'H-2020',NULL,1,17500.00,0.00,0.00,0.00,17500.00,'2026-02-07 10:51:44','2026-02-07 10:51:44'),
(754,424,156,'H-2022',NULL,2,17500.00,0.00,0.00,0.00,35000.00,'2026-02-07 10:51:44','2026-02-07 10:51:44'),
(755,424,167,'H-2025 S',NULL,3,17500.00,0.00,0.00,0.00,52500.00,'2026-02-07 10:51:44','2026-02-07 10:51:44'),
(756,424,182,'HS-2010SB',NULL,2,17500.00,0.00,0.00,0.00,35000.00,'2026-02-07 10:51:44','2026-02-07 10:51:44'),
(757,424,184,'HS-2011S',NULL,3,17500.00,0.00,0.00,0.00,52500.00,'2026-02-07 10:51:44','2026-02-07 10:51:44'),
(758,424,200,'H-2016 S',NULL,3,17500.00,0.00,0.00,0.00,52500.00,'2026-02-07 10:51:44','2026-02-07 10:51:44'),
(759,424,206,'Hilal-2000C',NULL,2,17500.00,0.00,0.00,0.00,35000.00,'2026-02-07 10:51:44','2026-02-07 10:51:44'),
(760,424,208,'Hilal-2000G',NULL,3,17500.00,0.00,0.00,0.00,52500.00,'2026-02-07 10:51:44','2026-02-07 10:51:44'),
(761,424,213,'Hilal 2000S',NULL,2,17500.00,0.00,0.00,0.00,35000.00,'2026-02-07 10:51:44','2026-02-07 10:51:44'),
(762,424,237,'HS-FB10',NULL,2,17500.00,0.00,0.00,0.00,35000.00,'2026-02-07 10:51:44','2026-02-07 10:51:44'),
(763,424,241,'HS-0033',NULL,3,17500.00,0.00,0.00,0.00,52500.00,'2026-02-07 10:51:44','2026-02-07 10:51:44'),
(764,424,268,'Hilal-10G',NULL,3,17500.00,0.00,0.00,0.00,52500.00,'2026-02-07 10:51:44','2026-02-07 10:51:44'),
(765,424,270,'HS-CS',NULL,4,17500.00,0.00,0.00,0.00,70000.00,'2026-02-07 10:51:44','2026-02-07 10:51:44'),
(766,424,274,'HS-2011B',NULL,2,17500.00,0.00,0.00,0.00,35000.00,'2026-02-07 10:51:44','2026-02-07 10:51:44'),
(767,425,53,'H-2026',NULL,1,17500.00,0.00,0.00,0.00,17500.00,'2026-02-07 11:38:08','2026-02-07 11:38:08'),
(768,425,107,'HS-23',NULL,1,17500.00,0.00,0.00,0.00,17500.00,'2026-02-07 11:38:08','2026-02-07 11:38:08'),
(769,425,184,'HS-2011S',NULL,1,17500.00,0.00,0.00,0.00,17500.00,'2026-02-07 11:38:08','2026-02-07 11:38:08'),
(770,426,235,'HS FB1',NULL,1,18500.00,0.00,0.00,166.67,18333.33,'2026-02-07 12:11:12','2026-02-07 12:11:12'),
(771,426,253,'HB-1000T',NULL,1,18500.00,0.00,0.00,166.67,18333.33,'2026-02-07 12:11:12','2026-02-07 12:11:12'),
(772,426,274,'HS-2011B',NULL,1,18500.00,0.00,0.00,166.67,18333.33,'2026-02-07 12:11:12','2026-02-07 12:11:12'),
(773,427,107,'HS-23',NULL,1,20000.00,0.00,0.00,0.00,20000.00,'2026-02-07 14:31:49','2026-02-07 14:31:49'),
(774,428,270,'HS-CS',NULL,1,20000.00,0.00,0.00,0.00,20000.00,'2026-02-07 14:32:20','2026-02-07 14:32:20'),
(775,429,249,'HS-0150B',NULL,1,17500.00,0.00,0.00,0.00,17500.00,'2026-02-09 05:55:29','2026-02-09 05:55:29'),
(776,430,67,'Hilali-Mix',NULL,3,18500.00,0.00,0.00,1500.00,54000.00,'2026-02-09 06:13:41','2026-02-09 06:13:41'),
(777,430,107,'HS-23',NULL,3,18500.00,0.00,0.00,1500.00,54000.00,'2026-02-09 06:13:41','2026-02-09 06:13:41'),
(778,430,146,'H-2018',NULL,2,18500.00,0.00,0.00,1000.00,36000.00,'2026-02-09 06:13:41','2026-02-09 06:13:41'),
(779,430,167,'H-2025 S',NULL,2,18500.00,0.00,0.00,1000.00,36000.00,'2026-02-09 06:13:41','2026-02-09 06:13:41'),
(780,430,213,'Hilal 2000S',NULL,1,18500.00,0.00,0.00,500.00,18000.00,'2026-02-09 06:13:41','2026-02-09 06:13:41'),
(781,430,235,'HS FB1',NULL,1,18500.00,0.00,0.00,500.00,18000.00,'2026-02-09 06:13:41','2026-02-09 06:13:41'),
(782,430,239,'HS-FB2',NULL,1,18500.00,0.00,0.00,500.00,18000.00,'2026-02-09 06:13:41','2026-02-09 06:13:41'),
(783,430,247,'HS-0150S',NULL,1,18500.00,0.00,0.00,500.00,18000.00,'2026-02-09 06:13:41','2026-02-09 06:13:41'),
(784,430,249,'HS-0150B',NULL,2,18500.00,0.00,0.00,1000.00,36000.00,'2026-02-09 06:13:41','2026-02-09 06:13:41'),
(785,430,251,'HB-1000B',NULL,3,18500.00,0.00,0.00,1500.00,54000.00,'2026-02-09 06:13:41','2026-02-09 06:13:41'),
(786,430,253,'HB-1000T',NULL,5,18500.00,0.00,0.00,2500.00,90000.00,'2026-02-09 06:13:41','2026-02-09 06:13:41'),
(787,430,261,'HB-1003B',NULL,7,18500.00,0.00,0.00,3500.00,126000.00,'2026-02-09 06:13:41','2026-02-09 06:13:41'),
(788,430,266,'Hilal-0017',NULL,1,18500.00,0.00,0.00,500.00,18000.00,'2026-02-09 06:13:41','2026-02-09 06:13:41'),
(789,430,270,'HS-CS',NULL,1,18500.00,0.00,0.00,500.00,18000.00,'2026-02-09 06:13:41','2026-02-09 06:13:41'),
(790,430,274,'HS-2011B',NULL,2,18500.00,0.00,0.00,1000.00,36000.00,'2026-02-09 06:13:41','2026-02-09 06:13:41'),
(791,431,87,'H-2023 Old',NULL,1,17500.00,0.00,0.00,0.00,17500.00,'2026-02-09 07:18:17','2026-02-09 07:18:17'),
(792,432,67,'Hilali-Mix',NULL,3,18500.00,0.00,0.00,0.00,55500.00,'2026-02-09 07:57:47','2026-02-09 07:57:47'),
(793,432,91,'H-2025',NULL,1,18500.00,0.00,0.00,0.00,18500.00,'2026-02-09 07:57:47','2026-02-09 07:57:47'),
(794,432,126,'H-2024',NULL,1,18500.00,0.00,0.00,0.00,18500.00,'2026-02-09 07:57:47','2026-02-09 07:57:47'),
(795,432,141,'H-2017 T',NULL,1,18500.00,0.00,0.00,0.00,18500.00,'2026-02-09 07:57:47','2026-02-09 07:57:47'),
(796,432,146,'H-2018',NULL,1,18500.00,0.00,0.00,0.00,18500.00,'2026-02-09 07:57:47','2026-02-09 07:57:47'),
(797,432,184,'HS-2011S',NULL,1,18500.00,0.00,0.00,0.00,18500.00,'2026-02-09 07:57:47','2026-02-09 07:57:47'),
(798,432,208,'Hilal-2000G',NULL,1,18500.00,0.00,0.00,0.00,18500.00,'2026-02-09 07:57:47','2026-02-09 07:57:47'),
(799,432,245,'HS-FB9',NULL,1,18500.00,0.00,0.00,0.00,18500.00,'2026-02-09 07:57:47','2026-02-09 07:57:47'),
(800,432,270,'HS-CS',NULL,1,18500.00,0.00,0.00,0.00,18500.00,'2026-02-09 07:57:47','2026-02-09 07:57:47'),
(801,432,272,'Hilal-8S',NULL,1,18500.00,0.00,0.00,0.00,18500.00,'2026-02-09 07:57:47','2026-02-09 07:57:47'),
(802,433,213,'Hilal 2000S',NULL,1,17500.00,0.00,0.00,0.00,17500.00,'2026-02-09 08:10:09','2026-02-09 08:10:09'),
(803,434,45,'Hilali-1',NULL,1,19000.00,0.00,0.00,0.00,19000.00,'2026-02-09 08:29:44','2026-02-09 08:29:44'),
(804,434,107,'HS-23',NULL,1,19000.00,0.00,0.00,0.00,19000.00,'2026-02-09 08:29:44','2026-02-09 08:29:44'),
(805,434,247,'HS-0150S',NULL,1,19000.00,0.00,0.00,0.00,19000.00,'2026-02-09 08:29:44','2026-02-09 08:29:44'),
(806,434,266,'Hilal-0017',NULL,2,19000.00,0.00,0.00,0.00,38000.00,'2026-02-09 08:29:44','2026-02-09 08:29:44'),
(807,434,270,'HS-CS',NULL,2,19000.00,0.00,0.00,0.00,38000.00,'2026-02-09 08:29:44','2026-02-09 08:29:44'),
(808,435,79,'BA HIL-MIX',NULL,1,17500.00,0.00,0.00,0.00,17500.00,'2026-02-09 08:32:03','2026-02-09 08:32:03'),
(809,435,259,'HB-1000S',NULL,1,17500.00,0.00,0.00,0.00,17500.00,'2026-02-09 08:32:03','2026-02-09 08:32:03'),
(810,435,261,'HB-1003B',NULL,1,17500.00,0.00,0.00,0.00,17500.00,'2026-02-09 08:32:03','2026-02-09 08:32:03'),
(811,436,148,'H-2019 S',NULL,1,18500.00,0.00,0.00,0.00,18500.00,'2026-02-09 08:54:38','2026-02-09 08:54:38'),
(812,436,154,'H-2021',NULL,1,18500.00,0.00,0.00,0.00,18500.00,'2026-02-09 08:54:38','2026-02-09 08:54:38'),
(813,436,206,'Hilal-2000C',NULL,1,18500.00,0.00,0.00,0.00,18500.00,'2026-02-09 08:54:38','2026-02-09 08:54:38'),
(814,437,192,'HS-2010',NULL,1,17500.00,0.00,0.00,0.00,17500.00,'2026-02-09 08:55:32','2026-02-09 08:55:32'),
(815,437,200,'H-2016 S',NULL,1,17500.00,0.00,0.00,0.00,17500.00,'2026-02-09 08:55:32','2026-02-09 08:55:32'),
(816,438,272,'Hilal-8S',NULL,1,17500.00,0.00,0.00,0.00,17500.00,'2026-02-09 09:48:58','2026-02-09 09:48:58'),
(817,439,235,'HS FB1',NULL,1,17500.00,0.00,0.00,0.00,17500.00,'2026-02-09 10:31:26','2026-02-09 10:31:26'),
(818,440,184,'HS-2011S',NULL,1,17500.00,0.00,0.00,0.00,17500.00,'2026-02-09 11:08:25','2026-02-09 11:08:25'),
(819,440,274,'HS-2011B',NULL,1,17500.00,0.00,0.00,0.00,17500.00,'2026-02-09 11:08:25','2026-02-09 11:08:25'),
(820,441,8,'huile d\'olive',NULL,1,5500.00,0.00,0.00,0.00,5500.00,'2026-02-09 11:48:50','2026-02-09 11:48:50'),
(821,441,270,'HS-CS',NULL,1,17500.00,0.00,0.00,0.00,17500.00,'2026-02-09 11:48:50','2026-02-09 11:48:50'),
(822,442,47,'Hilali-2',NULL,1,18500.00,0.00,0.00,0.00,18500.00,'2026-02-09 12:46:13','2026-02-09 12:46:13'),
(823,442,55,'Hilali-6',NULL,1,18500.00,0.00,0.00,0.00,18500.00,'2026-02-09 12:46:13','2026-02-09 12:46:13'),
(824,442,136,'H-2017',NULL,3,18500.00,0.00,0.00,0.00,55500.00,'2026-02-09 12:46:13','2026-02-09 12:46:13'),
(825,442,167,'H-2025 S',NULL,1,18500.00,0.00,0.00,0.00,18500.00,'2026-02-09 12:46:13','2026-02-09 12:46:13'),
(826,442,235,'HS FB1',NULL,3,18500.00,0.00,0.00,0.00,55500.00,'2026-02-09 12:46:13','2026-02-09 12:46:13'),
(827,442,239,'HS-FB2',NULL,1,18500.00,0.00,0.00,0.00,18500.00,'2026-02-09 12:46:13','2026-02-09 12:46:13'),
(828,443,79,'BA HIL-MIX',NULL,1,17500.00,0.00,0.00,0.00,17500.00,'2026-02-09 12:49:26','2026-02-09 12:49:26'),
(829,443,97,'Hilali-18',NULL,1,17500.00,0.00,0.00,0.00,17500.00,'2026-02-09 12:49:26','2026-02-09 12:49:26'),
(830,443,261,'HB-1003B',NULL,1,17500.00,0.00,0.00,0.00,17500.00,'2026-02-09 12:49:26','2026-02-09 12:49:26'),
(831,444,235,'HS FB1',NULL,1,17500.00,0.00,0.00,0.00,17500.00,'2026-02-09 12:50:02','2026-02-09 12:50:02'),
(832,445,272,'Hilal-8S',NULL,1,20000.00,0.00,0.00,0.00,20000.00,'2026-02-09 14:25:55','2026-02-09 14:25:55'),
(833,446,8,'huile d\'olive',NULL,5,5500.00,0.00,0.00,0.00,27500.00,'2026-02-10 08:20:20','2026-02-10 08:20:20'),
(834,447,126,'H-2024',NULL,1,20000.00,0.00,0.00,0.00,20000.00,'2026-02-10 12:26:33','2026-02-10 12:26:33'),
(835,448,97,'Hilali-18',NULL,1,17500.00,0.00,0.00,0.00,17500.00,'2026-02-11 06:09:50','2026-02-11 06:09:50'),
(836,449,126,'H-2024',NULL,1,17500.00,0.00,0.00,0.00,17500.00,'2026-02-11 10:13:34','2026-02-11 10:13:34'),
(837,449,237,'HS-FB10',NULL,1,17500.00,0.00,0.00,0.00,17500.00,'2026-02-11 10:13:34','2026-02-11 10:13:34'),
(838,450,297,'KS-1',NULL,1,22000.00,0.00,0.00,0.00,22000.00,'2026-02-11 11:58:12','2026-02-11 11:58:12'),
(839,451,107,'HS-23',NULL,1,22000.00,0.00,0.00,0.00,22000.00,'2026-02-11 11:58:34','2026-02-11 11:58:34'),
(840,452,126,'H-2024',NULL,1,17500.00,0.00,0.00,0.00,17500.00,'2026-02-12 07:50:39','2026-02-12 07:50:39'),
(841,452,201,'H-2016 N',NULL,1,17500.00,0.00,0.00,0.00,17500.00,'2026-02-12 07:50:39','2026-02-12 07:50:39'),
(842,453,291,'KÇ-1',NULL,2,17500.00,0.00,0.00,0.00,35000.00,'2026-02-12 08:02:01','2026-02-12 08:02:01'),
(843,454,95,'Hilali-17',NULL,1,20000.00,0.00,0.00,0.00,20000.00,'2026-02-12 10:02:30','2026-02-12 10:02:30'),
(844,455,95,'Hilali-17',NULL,1,22500.00,0.00,0.00,0.00,22500.00,'2026-02-12 11:12:37','2026-02-12 11:12:37'),
(845,455,132,'H-2022 S',NULL,1,22500.00,0.00,0.00,0.00,22500.00,'2026-02-12 11:12:37','2026-02-12 11:12:37'),
(846,456,136,'H-2017',NULL,1,17500.00,0.00,0.00,0.00,17500.00,'2026-02-12 12:32:36','2026-02-12 12:32:36'),
(847,457,270,'HS-CS',NULL,1,17500.00,0.00,0.00,0.00,17500.00,'2026-02-12 12:45:58','2026-02-12 12:45:58'),
(848,458,63,'HIL T-1',NULL,1,10000.00,0.00,0.00,0.00,10000.00,'2026-02-13 07:57:16','2026-02-13 07:57:16'),
(849,459,107,'HS-23',NULL,2,17500.00,0.00,0.00,0.00,35000.00,'2026-02-13 09:08:59','2026-02-13 09:08:59'),
(850,459,136,'H-2017',NULL,1,17500.00,0.00,0.00,0.00,17500.00,'2026-02-13 09:08:59','2026-02-13 09:08:59'),
(851,459,146,'H-2018',NULL,2,17500.00,0.00,0.00,0.00,35000.00,'2026-02-13 09:08:59','2026-02-13 09:08:59'),
(852,459,150,'H-2019',NULL,4,17500.00,0.00,0.00,0.00,70000.00,'2026-02-13 09:08:59','2026-02-13 09:08:59'),
(853,459,182,'HS-2010SB',NULL,2,17500.00,0.00,0.00,0.00,35000.00,'2026-02-13 09:08:59','2026-02-13 09:08:59'),
(854,459,184,'HS-2011S',NULL,3,17500.00,0.00,0.00,0.00,52500.00,'2026-02-13 09:08:59','2026-02-13 09:08:59'),
(855,459,241,'HS-0033',NULL,2,17500.00,0.00,0.00,0.00,35000.00,'2026-02-13 09:08:59','2026-02-13 09:08:59'),
(856,460,213,'Hilal 2000S',NULL,1,18500.00,0.00,0.00,0.00,18500.00,'2026-02-13 09:54:43','2026-02-13 09:54:43'),
(857,461,313,'RB-1',NULL,1,17500.00,0.00,0.00,0.00,17500.00,'2026-02-13 10:48:09','2026-02-13 10:48:09'),
(858,462,167,'H-2025 S',NULL,1,17500.00,0.00,0.00,0.00,17500.00,'2026-02-13 10:58:33','2026-02-13 10:58:33'),
(859,462,313,'RB-1',NULL,1,17500.00,0.00,0.00,0.00,17500.00,'2026-02-13 10:58:33','2026-02-13 10:58:33'),
(860,463,141,'H-2017 T',NULL,1,18500.00,0.00,0.00,0.00,18500.00,'2026-02-13 12:11:58','2026-02-13 12:11:58'),
(861,463,184,'HS-2011S',NULL,1,18500.00,0.00,0.00,0.00,18500.00,'2026-02-13 12:11:58','2026-02-13 12:11:58'),
(862,463,274,'HS-2011B',NULL,1,18500.00,0.00,0.00,0.00,18500.00,'2026-02-13 12:11:58','2026-02-13 12:11:58'),
(863,463,307,'HB-2026 T',NULL,1,18500.00,0.00,0.00,0.00,18500.00,'2026-02-13 12:11:58','2026-02-13 12:11:58'),
(864,464,272,'Hilal-8S',NULL,1,18500.00,0.00,0.00,0.00,18500.00,'2026-02-13 12:13:42','2026-02-13 12:13:42'),
(865,465,2,'Hilali-2',NULL,14,18500.00,0.00,0.00,7000.00,252000.00,'2026-02-13 14:04:06','2026-02-13 14:04:06'),
(866,465,12,'HS-2011S',NULL,14,18500.00,0.00,0.00,7000.00,252000.00,'2026-02-13 14:04:06','2026-02-13 14:04:06'),
(867,465,13,'Hilal-8S',NULL,14,18500.00,0.00,0.00,7000.00,252000.00,'2026-02-13 14:04:06','2026-02-13 14:04:06'),
(868,465,118,'H-2026 C',NULL,14,18500.00,0.00,0.00,7000.00,252000.00,'2026-02-13 14:04:06','2026-02-13 14:04:06'),
(869,465,326,'H-GS',NULL,13,18500.00,0.00,0.00,6500.00,234000.00,'2026-02-13 14:04:06','2026-02-13 14:04:06'),
(870,465,327,'HS-TK',NULL,14,18500.00,0.00,0.00,7000.00,252000.00,'2026-02-13 14:04:06','2026-02-13 14:04:06'),
(871,465,328,'HB-FBN',NULL,14,18500.00,0.00,0.00,7000.00,252000.00,'2026-02-13 14:04:06','2026-02-13 14:04:06'),
(872,465,329,'Hilal-8T',NULL,13,18500.00,0.00,0.00,6500.00,234000.00,'2026-02-13 14:04:06','2026-02-13 14:04:06'),
(873,465,330,'H-100B',NULL,13,18500.00,0.00,0.00,6500.00,234000.00,'2026-02-13 14:04:06','2026-02-13 14:04:06'),
(874,465,331,'HS-F1S',NULL,13,18500.00,0.00,0.00,6500.00,234000.00,'2026-02-13 14:04:06','2026-02-13 14:04:06'),
(875,465,332,'HB-FK',NULL,14,18500.00,0.00,0.00,7000.00,252000.00,'2026-02-13 14:04:06','2026-02-13 14:04:06'),
(876,465,333,'HB-ML',NULL,13,18500.00,0.00,0.00,6500.00,234000.00,'2026-02-13 14:04:06','2026-02-13 14:04:06'),
(877,465,334,'HS-ML',NULL,13,18500.00,0.00,0.00,6500.00,234000.00,'2026-02-13 14:04:06','2026-02-13 14:04:06'),
(878,465,335,'HS-2010B',NULL,14,18500.00,0.00,0.00,7000.00,252000.00,'2026-02-13 14:04:06','2026-02-13 14:04:06'),
(879,465,336,'HB-NFS',NULL,14,18500.00,0.00,0.00,7000.00,252000.00,'2026-02-13 14:04:06','2026-02-13 14:04:06'),
(880,465,337,'HB-NKB',NULL,14,18500.00,0.00,0.00,7000.00,252000.00,'2026-02-13 14:04:06','2026-02-13 14:04:06'),
(881,465,338,'HB-TÇ',NULL,13,18500.00,0.00,0.00,6500.00,234000.00,'2026-02-13 14:04:06','2026-02-13 14:04:06'),
(882,465,339,'HB-NBS',NULL,13,18500.00,0.00,0.00,6500.00,234000.00,'2026-02-13 14:04:06','2026-02-13 14:04:06'),
(883,466,293,'HW',NULL,11,10000.00,0.00,0.00,0.00,110000.00,'2026-02-14 07:00:55','2026-02-14 07:00:55'),
(884,467,63,'HIL T-1',NULL,1,10000.00,0.00,0.00,0.00,10000.00,'2026-02-14 07:33:03','2026-02-14 07:33:03'),
(885,467,141,'H-2017 T',NULL,1,18500.00,0.00,0.00,0.00,18500.00,'2026-02-14 07:33:03','2026-02-14 07:33:03'),
(886,467,180,'HS-3000S',NULL,1,18500.00,0.00,0.00,0.00,18500.00,'2026-02-14 07:33:03','2026-02-14 07:33:03'),
(887,467,305,'HB-2027Ç',NULL,1,18500.00,0.00,0.00,0.00,18500.00,'2026-02-14 07:33:03','2026-02-14 07:33:03'),
(888,467,317,'KB-1',NULL,1,18500.00,0.00,0.00,0.00,18500.00,'2026-02-14 07:33:03','2026-02-14 07:33:03'),
(889,467,319,'Hilal-10K',NULL,1,18500.00,0.00,0.00,0.00,18500.00,'2026-02-14 07:33:03','2026-02-14 07:33:03'),
(890,468,311,'HZ-SB',NULL,1,17500.00,0.00,0.00,0.00,17500.00,'2026-02-14 07:50:21','2026-02-14 07:50:21'),
(891,469,311,'HZ-SB',NULL,1,17500.00,0.00,0.00,0.00,17500.00,'2026-02-14 08:00:54','2026-02-14 08:00:54'),
(892,470,309,'HZ-T',NULL,1,20000.00,0.00,0.00,0.00,20000.00,'2026-02-14 08:19:54','2026-02-14 08:19:54'),
(893,471,124,'H-2023',NULL,1,22500.00,0.00,0.00,0.00,22500.00,'2026-02-14 09:19:06','2026-02-14 09:19:06'),
(894,472,180,'HS-3000S',NULL,1,19000.00,0.00,0.00,0.00,19000.00,'2026-02-14 09:24:03','2026-02-14 09:24:03'),
(895,472,249,'HS-0150B',NULL,1,19000.00,0.00,0.00,0.00,19000.00,'2026-02-14 09:24:03','2026-02-14 09:24:03'),
(896,472,251,'HB-1000B',NULL,1,19000.00,0.00,0.00,0.00,19000.00,'2026-02-14 09:24:03','2026-02-14 09:24:03'),
(897,472,257,'HB-1002',NULL,1,19000.00,0.00,0.00,0.00,19000.00,'2026-02-14 09:24:03','2026-02-14 09:24:03'),
(898,472,297,'KS-1',NULL,1,19000.00,0.00,0.00,0.00,19000.00,'2026-02-14 09:24:03','2026-02-14 09:24:03'),
(899,472,315,'HZ-Ç',NULL,1,19000.00,0.00,0.00,0.00,19000.00,'2026-02-14 09:24:03','2026-02-14 09:24:03'),
(900,473,141,'H-2017 T',NULL,1,19000.00,0.00,0.00,0.00,19000.00,'2026-02-14 09:30:09','2026-02-14 09:30:09'),
(901,474,313,'RB-1',NULL,1,17500.00,0.00,0.00,0.00,17500.00,'2026-02-14 09:52:40','2026-02-14 09:52:40'),
(902,474,325,'FS-1',NULL,1,17500.00,0.00,0.00,0.00,17500.00,'2026-02-14 09:52:40','2026-02-14 09:52:40'),
(903,475,67,'Hilali-Mix',NULL,1,18500.00,0.00,0.00,0.00,18500.00,'2026-02-14 10:55:17','2026-02-14 10:55:17'),
(904,475,73,'BA HIL-3',NULL,1,18500.00,0.00,0.00,0.00,18500.00,'2026-02-14 10:55:17','2026-02-14 10:55:17'),
(905,475,85,'Hilali-12',NULL,1,18500.00,0.00,0.00,0.00,18500.00,'2026-02-14 10:55:17','2026-02-14 10:55:17'),
(906,475,97,'Hilali-18',NULL,1,18500.00,0.00,0.00,0.00,18500.00,'2026-02-14 10:55:17','2026-02-14 10:55:17'),
(907,475,213,'Hilal 2000S',NULL,1,18500.00,0.00,0.00,0.00,18500.00,'2026-02-14 10:55:17','2026-02-14 10:55:17'),
(908,475,251,'HB-1000B',NULL,1,18500.00,0.00,0.00,0.00,18500.00,'2026-02-14 10:55:17','2026-02-14 10:55:17'),
(909,475,270,'HS-CS',NULL,1,18500.00,0.00,0.00,0.00,18500.00,'2026-02-14 10:55:17','2026-02-14 10:55:17'),
(910,475,291,'KÇ-1',NULL,1,18500.00,0.00,0.00,0.00,18500.00,'2026-02-14 10:55:17','2026-02-14 10:55:17'),
(911,475,297,'KS-1',NULL,2,18500.00,0.00,0.00,0.00,37000.00,'2026-02-14 10:55:17','2026-02-14 10:55:17'),
(912,475,317,'KB-1',NULL,1,18500.00,0.00,0.00,0.00,18500.00,'2026-02-14 10:55:17','2026-02-14 10:55:17'),
(913,475,325,'FS-1',NULL,1,18500.00,0.00,0.00,0.00,18500.00,'2026-02-14 10:55:17','2026-02-14 10:55:17'),
(914,476,67,'Hilali-Mix',NULL,6,18000.00,0.00,0.00,0.00,108000.00,'2026-02-14 11:58:19','2026-02-14 11:58:19'),
(915,476,83,'Hilali-11',NULL,1,18000.00,0.00,0.00,0.00,18000.00,'2026-02-14 11:58:19','2026-02-14 11:58:19'),
(916,476,132,'H-2022 S',NULL,10,18000.00,0.00,0.00,0.00,180000.00,'2026-02-14 11:58:19','2026-02-14 11:58:19'),
(917,476,136,'H-2017',NULL,1,18000.00,0.00,0.00,0.00,18000.00,'2026-02-14 11:58:19','2026-02-14 11:58:19'),
(918,476,156,'H-2022',NULL,3,18000.00,0.00,0.00,0.00,54000.00,'2026-02-14 11:58:19','2026-02-14 11:58:19'),
(919,476,180,'HS-3000S',NULL,5,18000.00,0.00,0.00,0.00,90000.00,'2026-02-14 11:58:19','2026-02-14 11:58:19'),
(920,476,184,'HS-2011S',NULL,5,18000.00,0.00,0.00,0.00,90000.00,'2026-02-14 11:58:19','2026-02-14 11:58:19'),
(921,476,200,'H-2016 S',NULL,1,18000.00,0.00,0.00,0.00,18000.00,'2026-02-14 11:58:19','2026-02-14 11:58:19'),
(922,476,204,'H-2025 N',NULL,1,18000.00,0.00,0.00,0.00,18000.00,'2026-02-14 11:58:19','2026-02-14 11:58:19'),
(923,476,266,'Hilal-0017',NULL,2,18000.00,0.00,0.00,0.00,36000.00,'2026-02-14 11:58:19','2026-02-14 11:58:19'),
(924,476,268,'Hilal-10G',NULL,10,18000.00,0.00,0.00,0.00,180000.00,'2026-02-14 11:58:19','2026-02-14 11:58:19'),
(925,476,274,'HS-2011B',NULL,8,18000.00,0.00,0.00,0.00,144000.00,'2026-02-14 11:58:19','2026-02-14 11:58:19'),
(926,476,309,'HZ-T',NULL,6,18000.00,0.00,0.00,0.00,108000.00,'2026-02-14 11:58:19','2026-02-14 11:58:19'),
(927,476,315,'HZ-Ç',NULL,5,18000.00,0.00,0.00,0.00,90000.00,'2026-02-14 11:58:19','2026-02-14 11:58:19'),
(928,476,321,'HS-3000Ç',NULL,6,18000.00,0.00,0.00,0.00,108000.00,'2026-02-14 11:58:19','2026-02-14 11:58:19'),
(929,476,323,'HS-2011G',NULL,10,18000.00,0.00,0.00,0.00,180000.00,'2026-02-14 11:58:19','2026-02-14 11:58:19'),
(930,477,63,'HIL T-1',NULL,1,10000.00,0.00,0.00,0.00,10000.00,'2026-02-14 12:45:15','2026-02-14 12:45:15'),
(931,477,132,'H-2022 S',NULL,1,18500.00,0.00,0.00,0.00,18500.00,'2026-02-14 12:45:15','2026-02-14 12:45:15'),
(932,477,266,'Hilal-0017',NULL,1,18500.00,0.00,0.00,0.00,18500.00,'2026-02-14 12:45:15','2026-02-14 12:45:15'),
(933,477,301,'HW-L',NULL,2,10000.00,0.00,0.00,0.00,20000.00,'2026-02-14 12:45:15','2026-02-14 12:45:15'),
(934,477,311,'HZ-SB',NULL,1,18500.00,0.00,0.00,0.00,18500.00,'2026-02-14 12:45:15','2026-02-14 12:45:15'),
(935,478,311,'HZ-SB',NULL,1,18500.00,0.00,0.00,0.00,18500.00,'2026-02-14 12:45:33','2026-02-14 12:45:33'),
(936,479,309,'HZ-T',NULL,2,18500.00,0.00,0.00,0.00,37000.00,'2026-02-14 13:03:05','2026-02-14 13:03:05'),
(937,479,311,'HZ-SB',NULL,1,18500.00,0.00,0.00,0.00,18500.00,'2026-02-14 13:03:05','2026-02-14 13:03:05'),
(938,480,79,'BA HIL-MIX',NULL,1,20000.00,0.00,0.00,0.00,20000.00,'2026-02-14 13:07:46','2026-02-14 13:07:46'),
(939,480,180,'HS-3000S',NULL,1,20000.00,0.00,0.00,0.00,20000.00,'2026-02-14 13:07:46','2026-02-14 13:07:46'),
(940,480,272,'Hilal-8S',NULL,1,20000.00,0.00,0.00,0.00,20000.00,'2026-02-14 13:07:46','2026-02-14 13:07:46'),
(941,481,215,'Hilal-14B',NULL,1,17500.00,0.00,0.00,0.00,17500.00,'2026-02-14 14:24:45','2026-02-14 14:24:45'),
(942,482,213,'Hilal 2000S',NULL,1,22500.00,0.00,0.00,0.00,22500.00,'2026-02-16 05:04:52','2026-02-16 05:04:52'),
(943,483,8,'huile d\'olive',NULL,1,5500.00,0.00,0.00,0.00,5500.00,'2026-02-16 05:05:12','2026-02-16 05:05:12'),
(944,484,299,'FB15S',NULL,1,17500.00,0.00,0.00,0.00,17500.00,'2026-02-16 05:49:25','2026-02-16 05:49:25'),
(984,487,47,'Hilali-2',NULL,2,18500.00,0.00,0.00,0.00,37000.00,'2026-02-16 06:39:21','2026-02-16 06:39:21'),
(985,487,63,'HIL T-1',NULL,5,10000.00,0.00,0.00,0.00,50000.00,'2026-02-16 06:39:21','2026-02-16 06:39:21'),
(986,487,67,'Hilali-Mix',NULL,1,18500.00,0.00,0.00,0.00,18500.00,'2026-02-16 06:39:21','2026-02-16 06:39:21'),
(987,487,73,'BA HIL-3',NULL,1,18500.00,0.00,0.00,0.00,18500.00,'2026-02-16 06:39:21','2026-02-16 06:39:21'),
(988,487,75,'BA HIL-4',NULL,2,18500.00,0.00,0.00,0.00,37000.00,'2026-02-16 06:39:21','2026-02-16 06:39:21'),
(989,487,77,'BA HIL-5',NULL,1,18500.00,0.00,0.00,0.00,18500.00,'2026-02-16 06:39:21','2026-02-16 06:39:21'),
(990,487,91,'H-2025',NULL,1,18500.00,0.00,0.00,0.00,18500.00,'2026-02-16 06:39:21','2026-02-16 06:39:21'),
(991,487,107,'HS-23',NULL,2,18500.00,0.00,0.00,0.00,37000.00,'2026-02-16 06:39:21','2026-02-16 06:39:21'),
(992,487,124,'H-2023',NULL,1,18500.00,0.00,0.00,0.00,18500.00,'2026-02-16 06:39:21','2026-02-16 06:39:21'),
(993,487,126,'H-2024',NULL,1,18500.00,0.00,0.00,0.00,18500.00,'2026-02-16 06:39:21','2026-02-16 06:39:21'),
(994,487,213,'Hilal 2000S',NULL,2,18500.00,0.00,0.00,0.00,37000.00,'2026-02-16 06:39:21','2026-02-16 06:39:21'),
(995,487,215,'Hilal-14B',NULL,2,18500.00,0.00,0.00,0.00,37000.00,'2026-02-16 06:39:21','2026-02-16 06:39:21'),
(996,487,251,'HB-1000B',NULL,3,18500.00,0.00,0.00,0.00,55500.00,'2026-02-16 06:39:21','2026-02-16 06:39:21'),
(997,487,253,'HB-1000T',NULL,2,18500.00,0.00,0.00,0.00,37000.00,'2026-02-16 06:39:21','2026-02-16 06:39:21'),
(998,487,255,'HB-1001M',NULL,2,18500.00,0.00,0.00,0.00,37000.00,'2026-02-16 06:39:21','2026-02-16 06:39:21'),
(999,487,257,'HB-1002',NULL,2,18500.00,0.00,0.00,0.00,37000.00,'2026-02-16 06:39:21','2026-02-16 06:39:21'),
(1000,487,261,'HB-1003B',NULL,2,18500.00,0.00,0.00,0.00,37000.00,'2026-02-16 06:39:21','2026-02-16 06:39:21'),
(1001,487,266,'Hilal-0017',NULL,2,18500.00,0.00,0.00,0.00,37000.00,'2026-02-16 06:39:21','2026-02-16 06:39:21'),
(1002,487,297,'KS-1',NULL,2,18500.00,0.00,0.00,0.00,37000.00,'2026-02-16 06:39:21','2026-02-16 06:39:21'),
(1003,487,301,'HW-L',NULL,5,10000.00,0.00,0.00,0.00,50000.00,'2026-02-16 06:39:21','2026-02-16 06:39:21'),
(1004,487,307,'HB-2026 T',NULL,3,18500.00,0.00,0.00,0.00,55500.00,'2026-02-16 06:39:21','2026-02-16 06:39:21'),
(1005,487,309,'HZ-T',NULL,1,18500.00,0.00,0.00,0.00,18500.00,'2026-02-16 06:39:21','2026-02-16 06:39:21'),
(1006,487,311,'HZ-SB',NULL,2,18500.00,0.00,0.00,0.00,37000.00,'2026-02-16 06:39:21','2026-02-16 06:39:21'),
(1007,487,315,'HZ-Ç',NULL,1,18500.00,0.00,0.00,0.00,18500.00,'2026-02-16 06:39:21','2026-02-16 06:39:21'),
(1008,487,317,'KB-1',NULL,2,18500.00,0.00,0.00,0.00,37000.00,'2026-02-16 06:39:21','2026-02-16 06:39:21'),
(1009,487,319,'Hilal-10K',NULL,1,18500.00,0.00,0.00,0.00,18500.00,'2026-02-16 06:39:21','2026-02-16 06:39:21'),
(1010,487,325,'FS-1',NULL,2,18500.00,0.00,0.00,0.00,37000.00,'2026-02-16 06:39:21','2026-02-16 06:39:21'),
(1011,488,297,'KS-1',NULL,1,18500.00,0.00,0.00,0.00,18500.00,'2026-02-16 07:01:50','2026-02-16 07:01:50'),
(1012,488,309,'HZ-T',NULL,1,18500.00,0.00,0.00,0.00,18500.00,'2026-02-16 07:01:50','2026-02-16 07:01:50'),
(1013,489,132,'H-2022 S',NULL,1,17500.00,0.00,0.00,0.00,17500.00,'2026-02-16 08:31:02','2026-02-16 08:31:02'),
(1014,490,141,'H-2017 T',NULL,1,18500.00,0.00,0.00,0.00,18500.00,'2026-02-16 08:57:06','2026-02-16 08:57:06'),
(1015,490,184,'HS-2011S',NULL,1,18500.00,0.00,0.00,0.00,18500.00,'2026-02-16 08:57:06','2026-02-16 08:57:06'),
(1016,490,268,'Hilal-10G',NULL,1,18500.00,0.00,0.00,0.00,18500.00,'2026-02-16 08:57:06','2026-02-16 08:57:06'),
(1017,490,309,'HZ-T',NULL,1,18500.00,0.00,0.00,0.00,18500.00,'2026-02-16 08:57:06','2026-02-16 08:57:06'),
(1018,491,141,'H-2017 T',NULL,1,18500.00,0.00,0.00,0.00,18500.00,'2026-02-16 08:59:00','2026-02-16 08:59:00'),
(1019,491,167,'H-2025 S',NULL,1,18500.00,0.00,0.00,0.00,18500.00,'2026-02-16 08:59:00','2026-02-16 08:59:00'),
(1020,492,8,'huile d\'olive',NULL,1,5500.00,0.00,0.00,0.00,5500.00,'2026-02-16 09:42:24','2026-02-16 09:42:24'),
(1021,493,213,'Hilal 2000S',NULL,1,17500.00,0.00,0.00,0.00,17500.00,'2026-02-16 10:10:51','2026-02-16 10:10:51'),
(1022,493,251,'HB-1000B',NULL,2,17500.00,0.00,0.00,0.00,35000.00,'2026-02-16 10:10:51','2026-02-16 10:10:51'),
(1023,493,259,'HB-1000S',NULL,1,17500.00,0.00,0.00,0.00,17500.00,'2026-02-16 10:10:51','2026-02-16 10:10:51'),
(1024,493,307,'HB-2026 T',NULL,1,17500.00,0.00,0.00,0.00,17500.00,'2026-02-16 10:10:51','2026-02-16 10:10:51'),
(1025,493,317,'KB-1',NULL,1,17500.00,0.00,0.00,0.00,17500.00,'2026-02-16 10:10:51','2026-02-16 10:10:51'),
(1026,493,321,'HS-3000Ç',NULL,1,17500.00,0.00,0.00,0.00,17500.00,'2026-02-16 10:10:51','2026-02-16 10:10:51'),
(1027,494,141,'H-2017 T',NULL,10,17500.00,0.00,0.00,0.00,175000.00,'2026-02-16 11:06:37','2026-02-16 11:06:37'),
(1028,494,184,'HS-2011S',NULL,7,17500.00,0.00,0.00,0.00,122500.00,'2026-02-16 11:06:37','2026-02-16 11:06:37'),
(1029,494,213,'Hilal 2000S',NULL,7,17500.00,0.00,0.00,0.00,122500.00,'2026-02-16 11:06:37','2026-02-16 11:06:37'),
(1030,494,217,'Hilal-8T',NULL,1,17500.00,0.00,0.00,0.00,17500.00,'2026-02-16 11:06:37','2026-02-16 11:06:37'),
(1031,494,245,'HS-FB9',NULL,10,17500.00,0.00,0.00,0.00,175000.00,'2026-02-16 11:06:37','2026-02-16 11:06:37'),
(1032,494,270,'HS-CS',NULL,10,17500.00,0.00,0.00,0.00,175000.00,'2026-02-16 11:06:37','2026-02-16 11:06:37'),
(1033,494,272,'Hilal-8S',NULL,9,17500.00,0.00,0.00,0.00,157500.00,'2026-02-16 11:06:37','2026-02-16 11:06:37'),
(1034,494,274,'HS-2011B',NULL,6,17500.00,0.00,0.00,0.00,105000.00,'2026-02-16 11:06:37','2026-02-16 11:06:37'),
(1035,494,303,'HS-2010Ç',NULL,10,17500.00,0.00,0.00,0.00,175000.00,'2026-02-16 11:06:37','2026-02-16 11:06:37'),
(1036,494,325,'FS-1',NULL,6,17500.00,0.00,0.00,0.00,105000.00,'2026-02-16 11:06:37','2026-02-16 11:06:37'),
(1037,495,303,'HS-2010Ç',NULL,1,18500.00,0.00,0.00,0.00,18500.00,'2026-02-17 08:54:04','2026-02-17 08:54:04'),
(1038,496,136,'H-2017',NULL,1,25000.00,0.00,0.00,0.00,25000.00,'2026-02-17 09:50:07','2026-02-17 09:50:07'),
(1039,497,213,'Hilal 2000S',NULL,1,17500.00,0.00,0.00,0.00,17500.00,'2026-02-17 09:57:47','2026-02-17 09:57:47'),
(1040,498,141,'H-2017 T',NULL,9,17500.00,0.00,0.00,0.00,157500.00,'2026-02-17 10:58:55','2026-02-17 10:58:55'),
(1041,498,184,'HS-2011S',NULL,6,17500.00,0.00,0.00,0.00,105000.00,'2026-02-17 10:58:55','2026-02-17 10:58:55'),
(1042,498,213,'Hilal 2000S',NULL,7,17500.00,0.00,0.00,0.00,122500.00,'2026-02-17 10:58:55','2026-02-17 10:58:55'),
(1043,498,245,'HS-FB9',NULL,10,17500.00,0.00,0.00,0.00,175000.00,'2026-02-17 10:58:55','2026-02-17 10:58:55'),
(1044,498,270,'HS-CS',NULL,9,17500.00,0.00,0.00,0.00,157500.00,'2026-02-17 10:58:55','2026-02-17 10:58:55'),
(1045,498,272,'Hilal-8S',NULL,8,17500.00,0.00,0.00,0.00,140000.00,'2026-02-17 10:58:55','2026-02-17 10:58:55'),
(1046,498,274,'HS-2011B',NULL,5,17500.00,0.00,0.00,0.00,87500.00,'2026-02-17 10:58:55','2026-02-17 10:58:55'),
(1047,498,303,'HS-2010Ç',NULL,10,17500.00,0.00,0.00,0.00,175000.00,'2026-02-17 10:58:55','2026-02-17 10:58:55'),
(1048,498,325,'FS-1',NULL,6,17500.00,0.00,0.00,0.00,105000.00,'2026-02-17 10:58:55','2026-02-17 10:58:55'),
(1049,499,67,'Hilali-Mix',NULL,1,18000.00,0.00,0.00,0.00,18000.00,'2026-02-17 12:25:42','2026-02-17 12:25:42'),
(1050,499,83,'Hilali-11',NULL,1,18000.00,0.00,0.00,0.00,18000.00,'2026-02-17 12:25:42','2026-02-17 12:25:42'),
(1051,499,124,'H-2023',NULL,1,18000.00,0.00,0.00,0.00,18000.00,'2026-02-17 12:25:42','2026-02-17 12:25:42'),
(1052,499,126,'H-2024',NULL,1,18000.00,0.00,0.00,0.00,18000.00,'2026-02-17 12:25:43','2026-02-17 12:25:43'),
(1053,499,180,'HS-3000S',NULL,1,18000.00,0.00,0.00,0.00,18000.00,'2026-02-17 12:25:43','2026-02-17 12:25:43'),
(1054,499,215,'Hilal-14B',NULL,1,18000.00,0.00,0.00,0.00,18000.00,'2026-02-17 12:25:43','2026-02-17 12:25:43'),
(1055,499,309,'HZ-T',NULL,1,18000.00,0.00,0.00,0.00,18000.00,'2026-02-17 12:25:43','2026-02-17 12:25:43'),
(1056,499,311,'HZ-SB',NULL,1,18000.00,0.00,0.00,0.00,18000.00,'2026-02-17 12:25:43','2026-02-17 12:25:43'),
(1057,499,319,'Hilal-10K',NULL,1,18000.00,0.00,0.00,0.00,18000.00,'2026-02-17 12:25:43','2026-02-17 12:25:43'),
(1058,499,321,'HS-3000Ç',NULL,1,18000.00,0.00,0.00,0.00,18000.00,'2026-02-17 12:25:43','2026-02-17 12:25:43'),
(1059,500,67,'Hilali-Mix',NULL,2,18500.00,0.00,0.00,0.00,37000.00,'2026-02-18 06:53:54','2026-02-18 06:53:54'),
(1060,500,69,'BA HIL-1',NULL,2,18500.00,0.00,0.00,0.00,37000.00,'2026-02-18 06:53:54','2026-02-18 06:53:54'),
(1061,500,101,'Hilali-20',NULL,1,18500.00,0.00,0.00,0.00,18500.00,'2026-02-18 06:53:54','2026-02-18 06:53:54'),
(1062,500,107,'HS-23',NULL,1,18500.00,0.00,0.00,0.00,18500.00,'2026-02-18 06:53:54','2026-02-18 06:53:54'),
(1063,500,126,'H-2024',NULL,1,18500.00,0.00,0.00,0.00,18500.00,'2026-02-18 06:53:54','2026-02-18 06:53:54'),
(1064,500,132,'H-2022 S',NULL,1,18500.00,0.00,0.00,0.00,18500.00,'2026-02-18 06:53:54','2026-02-18 06:53:54'),
(1065,500,146,'H-2018',NULL,1,18500.00,0.00,0.00,0.00,18500.00,'2026-02-18 06:53:54','2026-02-18 06:53:54'),
(1066,500,180,'HS-3000S',NULL,1,18500.00,0.00,0.00,0.00,18500.00,'2026-02-18 06:53:54','2026-02-18 06:53:54'),
(1067,500,215,'Hilal-14B',NULL,1,18500.00,0.00,0.00,0.00,18500.00,'2026-02-18 06:53:54','2026-02-18 06:53:54'),
(1068,500,217,'Hilal-8T',NULL,1,18500.00,0.00,0.00,0.00,18500.00,'2026-02-18 06:53:54','2026-02-18 06:53:54'),
(1069,500,239,'HS-FB2',NULL,1,18500.00,0.00,0.00,0.00,18500.00,'2026-02-18 06:53:54','2026-02-18 06:53:54'),
(1070,500,291,'KÇ-1',NULL,1,18500.00,0.00,0.00,0.00,18500.00,'2026-02-18 06:53:54','2026-02-18 06:53:54'),
(1071,500,297,'KS-1',NULL,1,18500.00,0.00,0.00,0.00,18500.00,'2026-02-18 06:53:54','2026-02-18 06:53:54'),
(1072,500,299,'FB15S',NULL,2,18500.00,0.00,0.00,0.00,37000.00,'2026-02-18 06:53:54','2026-02-18 06:53:54'),
(1073,500,305,'HB-2027Ç',NULL,1,18500.00,0.00,0.00,0.00,18500.00,'2026-02-18 06:53:54','2026-02-18 06:53:54'),
(1074,500,311,'HZ-SB',NULL,1,18500.00,0.00,0.00,0.00,18500.00,'2026-02-18 06:53:54','2026-02-18 06:53:54'),
(1075,500,317,'KB-1',NULL,1,18500.00,0.00,0.00,0.00,18500.00,'2026-02-18 06:53:54','2026-02-18 06:53:54'),
(1076,500,321,'HS-3000Ç',NULL,2,18500.00,0.00,0.00,0.00,37000.00,'2026-02-18 06:53:54','2026-02-18 06:53:54'),
(1077,500,323,'HS-2011G',NULL,1,18500.00,0.00,0.00,0.00,18500.00,'2026-02-18 06:53:54','2026-02-18 06:53:54'),
(1078,500,345,'HS-AB',NULL,1,18500.00,0.00,0.00,0.00,18500.00,'2026-02-18 06:53:54','2026-02-18 06:53:54'),
(1079,501,132,'H-2022 S',NULL,1,17500.00,0.00,0.00,0.00,17500.00,'2026-02-18 08:15:58','2026-02-18 08:15:58'),
(1080,502,268,'Hilal-10G',NULL,1,17500.00,0.00,0.00,0.00,17500.00,'2026-02-18 09:46:25','2026-02-18 09:46:25'),
(1081,502,270,'HS-CS',NULL,1,17500.00,0.00,0.00,0.00,17500.00,'2026-02-18 09:46:25','2026-02-18 09:46:25'),
(1082,502,307,'HB-2026 T',NULL,1,17500.00,0.00,0.00,0.00,17500.00,'2026-02-18 09:46:25','2026-02-18 09:46:25'),
(1083,503,208,'Hilal-2000G',NULL,1,17500.00,0.00,0.00,0.00,17500.00,'2026-02-18 10:03:55','2026-02-18 10:03:55'),
(1084,503,313,'RB-1',NULL,1,17500.00,0.00,0.00,0.00,17500.00,'2026-02-18 10:03:55','2026-02-18 10:03:55'),
(1085,504,295,'HW-ST',NULL,1,12500.00,0.00,0.00,0.00,12500.00,'2026-02-18 10:04:21','2026-02-18 10:04:21'),
(1086,504,301,'HW-L',NULL,1,12500.00,0.00,0.00,0.00,12500.00,'2026-02-18 10:04:21','2026-02-18 10:04:21'),
(1087,505,43,'Dur Sandale',NULL,2,6000.00,0.00,0.00,0.00,12000.00,'2026-02-18 11:02:50','2026-02-18 11:02:50'),
(1088,505,301,'HW-L',NULL,1,10000.00,0.00,0.00,0.00,10000.00,'2026-02-18 11:02:50','2026-02-18 11:02:50'),
(1089,506,43,'Dur Sandale',NULL,1,6000.00,0.00,0.00,0.00,6000.00,'2026-02-18 12:56:18','2026-02-18 12:56:18'),
(1090,506,63,'HIL T-1',NULL,1,10000.00,0.00,0.00,0.00,10000.00,'2026-02-18 12:56:18','2026-02-18 12:56:18'),
(1091,506,301,'HW-L',NULL,1,10000.00,0.00,0.00,0.00,10000.00,'2026-02-18 12:56:18','2026-02-18 12:56:18'),
(1092,507,213,'Hilal 2000S',NULL,1,20000.00,0.00,0.00,0.00,20000.00,'2026-02-19 06:08:43','2026-02-19 06:08:43'),
(1093,508,343,'FB3-S',NULL,1,20000.00,0.00,0.00,0.00,20000.00,'2026-02-19 08:19:30','2026-02-19 08:19:30'),
(1094,509,152,'H-2020',NULL,1,20000.00,0.00,0.00,0.00,20000.00,'2026-02-19 08:45:49','2026-02-19 08:45:49'),
(1095,510,208,'Hilal-2000G',NULL,1,18500.00,0.00,0.00,0.00,18500.00,'2026-02-20 15:42:10','2026-02-20 15:42:10'),
(1096,510,237,'HS-FB10',NULL,1,18500.00,0.00,0.00,0.00,18500.00,'2026-02-20 15:42:10','2026-02-20 15:42:10'),
(1097,510,297,'KS-1',NULL,1,18500.00,0.00,0.00,0.00,18500.00,'2026-02-20 15:42:10','2026-02-20 15:42:10'),
(1098,510,349,'H-100B',NULL,1,18500.00,0.00,0.00,0.00,18500.00,'2026-02-20 15:42:10','2026-02-20 15:42:10'),
(1099,510,351,'HS-TK',NULL,1,18500.00,0.00,0.00,0.00,18500.00,'2026-02-20 15:42:10','2026-02-20 15:42:10'),
(1100,510,87,'H-2023 Old',NULL,1,18500.00,0.00,0.00,0.00,18500.00,'2026-02-20 15:42:10','2026-02-20 15:42:10'),
(1101,510,49,'Hilal-3B',NULL,1,18500.00,0.00,0.00,0.00,18500.00,'2026-02-20 15:42:10','2026-02-20 15:42:10'),
(1102,510,67,'Hilali-Mix',NULL,3,18500.00,0.00,0.00,0.00,55500.00,'2026-02-20 15:42:10','2026-02-20 15:42:10'),
(1103,511,36,'Butteri-1',NULL,2,18500.00,0.00,0.00,0.00,37000.00,'2026-02-20 15:59:59','2026-02-20 15:59:59'),
(1104,511,40,'Butteri-2',NULL,2,18500.00,0.00,0.00,0.00,37000.00,'2026-02-20 15:59:59','2026-02-20 15:59:59'),
(1105,511,41,'Butteri-3',NULL,2,18500.00,0.00,0.00,0.00,37000.00,'2026-02-20 15:59:59','2026-02-20 15:59:59'),
(1106,511,49,'Hilal-3B',NULL,2,18500.00,0.00,0.00,0.00,37000.00,'2026-02-20 15:59:59','2026-02-20 15:59:59'),
(1107,511,87,'H-2023 Old',NULL,1,18500.00,0.00,0.00,0.00,18500.00,'2026-02-20 15:59:59','2026-02-20 15:59:59'),
(1108,511,126,'H-2024',NULL,1,18500.00,0.00,0.00,0.00,18500.00,'2026-02-20 15:59:59','2026-02-20 15:59:59'),
(1109,511,130,'H-2026 C',NULL,1,18500.00,0.00,0.00,0.00,18500.00,'2026-02-20 15:59:59','2026-02-20 15:59:59'),
(1110,511,208,'Hilal-2000G',NULL,1,18500.00,0.00,0.00,0.00,18500.00,'2026-02-20 15:59:59','2026-02-20 15:59:59'),
(1111,511,215,'Hilal-14B',NULL,1,18500.00,0.00,0.00,0.00,18500.00,'2026-02-20 15:59:59','2026-02-20 15:59:59'),
(1112,511,237,'HS-FB10',NULL,1,18500.00,0.00,0.00,0.00,18500.00,'2026-02-20 15:59:59','2026-02-20 15:59:59'),
(1113,511,245,'HS-FB9',NULL,1,18500.00,0.00,0.00,0.00,18500.00,'2026-02-20 15:59:59','2026-02-20 15:59:59'),
(1114,511,266,'Hilal-0017',NULL,2,18500.00,0.00,0.00,0.00,37000.00,'2026-02-20 15:59:59','2026-02-20 15:59:59'),
(1115,511,270,'HS-CS',NULL,2,18500.00,0.00,0.00,0.00,37000.00,'2026-02-20 15:59:59','2026-02-20 15:59:59'),
(1116,511,311,'HZ-SB',NULL,2,18500.00,0.00,0.00,0.00,37000.00,'2026-02-20 15:59:59','2026-02-20 15:59:59'),
(1117,511,319,'Hilal-10K',NULL,1,18500.00,0.00,0.00,0.00,18500.00,'2026-02-20 15:59:59','2026-02-20 15:59:59'),
(1118,511,345,'HS-AB',NULL,1,18500.00,0.00,0.00,0.00,18500.00,'2026-02-20 15:59:59','2026-02-20 15:59:59'),
(1119,511,349,'H-100B',NULL,2,18500.00,0.00,0.00,0.00,37000.00,'2026-02-20 15:59:59','2026-02-20 15:59:59'),
(1120,511,105,'Hilali-22',NULL,1,18500.00,0.00,0.00,0.00,18500.00,'2026-02-20 15:59:59','2026-02-20 15:59:59'),
(1121,512,130,'H-2026 C',NULL,1,18500.00,0.00,0.00,0.00,18500.00,'2026-02-21 07:35:31','2026-02-21 07:35:31'),
(1122,513,43,'Dur Sandale',NULL,6,7500.00,0.00,0.00,0.00,45000.00,'2026-02-21 09:48:49','2026-02-21 09:48:49'),
(1123,513,49,'Hilal-3B',NULL,1,18500.00,0.00,0.00,0.00,18500.00,'2026-02-21 09:48:49','2026-02-21 09:48:49'),
(1124,513,63,'HIL T-1',NULL,4,10000.00,0.00,0.00,0.00,40000.00,'2026-02-21 09:48:49','2026-02-21 09:48:49'),
(1125,513,73,'BA HIL-3',NULL,1,18500.00,0.00,0.00,0.00,18500.00,'2026-02-21 09:48:49','2026-02-21 09:48:49'),
(1126,513,124,'H-2023',NULL,1,18500.00,0.00,0.00,0.00,18500.00,'2026-02-21 09:48:49','2026-02-21 09:48:49'),
(1127,513,184,'HS-2011S',NULL,1,18500.00,0.00,0.00,0.00,18500.00,'2026-02-21 09:48:49','2026-02-21 09:48:49'),
(1128,513,251,'HB-1000B',NULL,1,18500.00,0.00,0.00,0.00,18500.00,'2026-02-21 09:48:49','2026-02-21 09:48:49'),
(1129,513,266,'Hilal-0017',NULL,1,18500.00,0.00,0.00,0.00,18500.00,'2026-02-21 09:48:49','2026-02-21 09:48:49'),
(1130,513,301,'HW-L',NULL,4,10000.00,0.00,0.00,0.00,40000.00,'2026-02-21 09:48:49','2026-02-21 09:48:49'),
(1131,513,303,'HS-2010Ç',NULL,2,18500.00,0.00,0.00,0.00,37000.00,'2026-02-21 09:48:49','2026-02-21 09:48:49'),
(1132,513,343,'FB3-S',NULL,1,18500.00,0.00,0.00,0.00,18500.00,'2026-02-21 09:48:49','2026-02-21 09:48:49'),
(1133,513,345,'HS-AB',NULL,1,18500.00,0.00,0.00,0.00,18500.00,'2026-02-21 09:48:49','2026-02-21 09:48:49'),
(1134,514,215,'Hilal-14B',NULL,4,18500.00,0.00,0.00,0.00,74000.00,'2026-02-21 10:36:07','2026-02-21 10:36:07'),
(1135,514,270,'HS-CS',NULL,4,18500.00,0.00,0.00,0.00,74000.00,'2026-02-21 10:36:07','2026-02-21 10:36:07'),
(1136,514,317,'KB-1',NULL,4,18500.00,0.00,0.00,0.00,74000.00,'2026-02-21 10:36:07','2026-02-21 10:36:07'),
(1137,514,345,'HS-AB',NULL,3,18500.00,0.00,0.00,0.00,55500.00,'2026-02-21 10:36:07','2026-02-21 10:36:07'),
(1138,514,349,'H-100B',NULL,3,18500.00,0.00,0.00,0.00,55500.00,'2026-02-21 10:36:07','2026-02-21 10:36:07'),
(1139,515,173,'Duray S',NULL,20,7000.00,0.00,0.00,0.00,140000.00,'2026-02-23 07:39:21','2026-02-23 07:39:21'),
(1140,516,79,'BA HIL-MIX',NULL,1,20000.00,0.00,0.00,0.00,20000.00,'2026-02-23 07:54:20','2026-02-23 07:54:20'),
(1141,517,126,'H-2024',NULL,1,20000.00,0.00,0.00,0.00,20000.00,'2026-02-23 10:23:57','2026-02-23 10:23:57'),
(1142,518,8,'huile d\'olive',NULL,1,5500.00,0.00,0.00,0.00,5500.00,'2026-02-23 10:26:17','2026-02-23 10:26:17'),
(1143,519,71,'BA HIL-2',NULL,1,18500.00,0.00,0.00,0.00,18500.00,'2026-02-23 10:38:27','2026-02-23 10:38:27'),
(1144,519,184,'HS-2011S',NULL,2,18500.00,0.00,0.00,0.00,37000.00,'2026-02-23 10:38:27','2026-02-23 10:38:27'),
(1145,519,323,'HS-2011G',NULL,1,18500.00,0.00,0.00,0.00,18500.00,'2026-02-23 10:38:27','2026-02-23 10:38:27'),
(1146,519,345,'HS-AB',NULL,1,18500.00,0.00,0.00,0.00,18500.00,'2026-02-23 10:38:27','2026-02-23 10:38:27'),
(1147,520,81,'Hilali-10',NULL,1,18500.00,0.00,0.00,0.00,18500.00,'2026-02-23 11:05:02','2026-02-23 11:05:02'),
(1148,520,107,'HS-23',NULL,1,18500.00,0.00,0.00,0.00,18500.00,'2026-02-23 11:05:02','2026-02-23 11:05:02'),
(1149,520,266,'Hilal-0017',NULL,1,18500.00,0.00,0.00,0.00,18500.00,'2026-02-23 11:05:03','2026-02-23 11:05:03'),
(1150,520,313,'RB-1',NULL,1,18500.00,0.00,0.00,0.00,18500.00,'2026-02-23 11:05:03','2026-02-23 11:05:03'),
(1151,521,85,'Hilali-12',NULL,1,18500.00,0.00,0.00,0.00,18500.00,'2026-02-23 11:06:26','2026-02-23 11:06:26'),
(1152,521,126,'H-2024',NULL,1,18500.00,0.00,0.00,0.00,18500.00,'2026-02-23 11:06:26','2026-02-23 11:06:26'),
(1153,521,349,'H-100B',NULL,2,18500.00,0.00,0.00,0.00,37000.00,'2026-02-23 11:06:26','2026-02-23 11:06:26'),
(1154,522,67,'Hilali-Mix',NULL,1,18500.00,0.00,0.00,0.00,18500.00,'2026-02-23 11:08:08','2026-02-23 11:08:08'),
(1155,522,91,'H-2025',NULL,1,18500.00,0.00,0.00,0.00,18500.00,'2026-02-23 11:08:08','2026-02-23 11:08:08'),
(1156,523,134,'H-2015 B',NULL,1,20000.00,0.00,0.00,0.00,20000.00,'2026-02-23 12:17:35','2026-02-23 12:17:35'),
(1157,523,146,'H-2018',NULL,1,20000.00,0.00,0.00,0.00,20000.00,'2026-02-23 12:17:36','2026-02-23 12:17:36'),
(1158,524,130,'H-2026 C',NULL,4,18500.00,0.00,0.00,0.00,74000.00,'2026-02-23 12:41:29','2026-02-23 12:41:29'),
(1159,524,138,'H-2016 S',NULL,5,18500.00,0.00,0.00,0.00,92500.00,'2026-02-23 12:41:29','2026-02-23 12:41:29'),
(1160,524,303,'HS-2010Ç',NULL,5,18500.00,0.00,0.00,0.00,92500.00,'2026-02-23 12:41:29','2026-02-23 12:41:29'),
(1161,524,313,'RB-1',NULL,10,18500.00,0.00,0.00,0.00,185000.00,'2026-02-23 12:41:29','2026-02-23 12:41:29'),
(1162,524,349,'H-100B',NULL,2,18500.00,0.00,0.00,0.00,37000.00,'2026-02-23 12:41:29','2026-02-23 12:41:29'),
(1163,525,141,'H-2017 T',NULL,1,20000.00,0.00,0.00,0.00,20000.00,'2026-02-23 13:12:53','2026-02-23 13:12:53'),
(1164,525,345,'HS-AB',NULL,1,20000.00,0.00,0.00,0.00,20000.00,'2026-02-23 13:12:53','2026-02-23 13:12:53'),
(1165,526,351,'HS-TK',NULL,3,18500.00,0.00,0.00,0.00,55500.00,'2026-02-24 05:26:43','2026-02-24 05:26:43'),
(1166,527,347,'HS-ML',NULL,2,18500.00,0.00,0.00,0.00,37000.00,'2026-02-24 05:29:40','2026-02-24 05:29:40'),
(1167,528,299,'FB15S',NULL,3,18500.00,0.00,0.00,0.00,55500.00,'2026-02-24 05:30:58','2026-02-24 05:30:58'),
(1168,529,345,'HS-AB',NULL,2,18500.00,0.00,0.00,0.00,37000.00,'2026-02-24 05:38:12','2026-02-24 05:38:12'),
(1169,530,237,'HS-FB10',NULL,2,18500.00,0.00,0.00,0.00,37000.00,'2026-02-24 05:41:25','2026-02-24 05:41:25'),
(1170,531,291,'KÇ-1',NULL,2,18500.00,0.00,0.00,0.00,37000.00,'2026-02-24 05:43:05','2026-02-24 05:43:05'),
(1171,532,343,'FB3-S',NULL,3,18500.00,0.00,0.00,0.00,55500.00,'2026-02-24 05:48:16','2026-02-24 05:48:16'),
(1172,533,307,'HB-2026 T',NULL,2,18500.00,0.00,0.00,0.00,37000.00,'2026-02-24 05:49:27','2026-02-24 05:49:27'),
(1173,534,305,'HB-2027Ç',NULL,1,18500.00,0.00,0.00,0.00,18500.00,'2026-02-24 05:51:03','2026-02-24 05:51:03'),
(1174,535,297,'KS-1',NULL,1,18500.00,0.00,0.00,0.00,18500.00,'2026-02-24 05:52:07','2026-02-24 05:52:07'),
(1175,536,299,'FB15S',NULL,2,18500.00,0.00,0.00,0.00,37000.00,'2026-02-24 05:55:44','2026-02-24 05:55:44'),
(1176,537,255,'HB-1001M',NULL,2,18500.00,0.00,0.00,0.00,37000.00,'2026-02-24 06:00:09','2026-02-24 06:00:09'),
(1177,538,259,'HB-1000S',NULL,3,18500.00,0.00,0.00,0.00,55500.00,'2026-02-24 06:01:34','2026-02-24 06:01:34'),
(1178,538,261,'HB-1003B',NULL,1,18500.00,0.00,0.00,0.00,18500.00,'2026-02-24 06:01:34','2026-02-24 06:01:34'),
(1179,539,87,'H-2023 Old',NULL,1,18500.00,0.00,0.00,0.00,18500.00,'2026-02-24 06:06:05','2026-02-24 06:06:05'),
(1180,540,268,'Hilal-10G',NULL,2,18500.00,0.00,0.00,0.00,37000.00,'2026-02-24 06:13:32','2026-02-24 06:13:32'),
(1181,540,315,'HZ-Ç',NULL,1,18500.00,0.00,0.00,0.00,18500.00,'2026-02-24 06:13:32','2026-02-24 06:13:32'),
(1182,541,321,'HS-3000Ç',NULL,3,18500.00,0.00,0.00,0.00,55500.00,'2026-02-24 06:16:19','2026-02-24 06:16:19'),
(1183,542,274,'HS-2011B',NULL,1,18500.00,0.00,0.00,0.00,18500.00,'2026-02-24 06:19:32','2026-02-24 06:19:32'),
(1184,542,313,'RB-1',NULL,5,18500.00,0.00,0.00,0.00,92500.00,'2026-02-24 06:19:32','2026-02-24 06:19:32'),
(1185,543,215,'Hilal-14B',NULL,2,18500.00,0.00,0.00,0.00,37000.00,'2026-02-24 06:20:19','2026-02-24 06:20:19'),
(1186,544,245,'HS-FB9',NULL,3,18500.00,0.00,0.00,0.00,55500.00,'2026-02-24 06:22:04','2026-02-24 06:22:04'),
(1187,545,266,'Hilal-0017',NULL,4,18500.00,0.00,0.00,0.00,74000.00,'2026-02-24 06:23:20','2026-02-24 06:23:20'),
(1188,546,107,'HS-23',NULL,1,18500.00,0.00,0.00,0.00,18500.00,'2026-02-24 06:24:33','2026-02-24 06:24:33'),
(1189,547,182,'HS-2010SB',NULL,2,18500.00,0.00,0.00,0.00,37000.00,'2026-02-24 06:25:43','2026-02-24 06:25:43'),
(1190,548,272,'Hilal-8S',NULL,2,18500.00,0.00,0.00,0.00,37000.00,'2026-02-24 06:30:49','2026-02-24 06:30:49'),
(1191,549,49,'Hilal-3B',NULL,5,18500.00,0.00,0.00,0.00,92500.00,'2026-02-24 06:34:51','2026-02-24 06:34:51'),
(1192,550,217,'Hilal-8T',NULL,6,18500.00,0.00,0.00,0.00,111000.00,'2026-02-24 06:36:53','2026-02-24 06:36:53'),
(1193,551,126,'H-2024',NULL,1,18500.00,0.00,0.00,0.00,18500.00,'2026-02-24 06:39:11','2026-02-24 06:39:11'),
(1194,552,208,'Hilal-2000G',NULL,7,18500.00,0.00,0.00,0.00,129500.00,'2026-02-24 06:44:28','2026-02-24 06:44:28'),
(1195,553,124,'H-2023',NULL,1,18500.00,0.00,0.00,0.00,18500.00,'2026-02-24 06:45:34','2026-02-24 06:45:34'),
(1196,554,180,'HS-3000S',NULL,6,18500.00,0.00,0.00,0.00,111000.00,'2026-02-24 06:46:42','2026-02-24 06:46:42'),
(1197,555,311,'HZ-SB',NULL,1,18500.00,0.00,0.00,0.00,18500.00,'2026-02-24 06:48:01','2026-02-24 06:48:01'),
(1198,556,247,'HS-0150S',NULL,1,18500.00,0.00,0.00,0.00,18500.00,'2026-02-24 06:58:31','2026-02-24 06:58:31'),
(1199,557,243,'HS-0150G',NULL,2,18500.00,0.00,0.00,0.00,37000.00,'2026-02-24 06:59:03','2026-02-24 06:59:03'),
(1200,558,45,'Hilali-1',NULL,1,18500.00,0.00,0.00,0.00,18500.00,'2026-02-24 07:00:05','2026-02-24 07:00:05'),
(1201,559,219,'HS-3024',NULL,4,18500.00,0.00,0.00,0.00,74000.00,'2026-02-24 07:06:44','2026-02-24 07:06:44'),
(1202,560,130,'H-2026 C',NULL,5,18500.00,0.00,0.00,0.00,92500.00,'2026-02-24 07:07:37','2026-02-24 07:07:37'),
(1203,561,184,'HS-2011S',NULL,1,20000.00,0.00,0.00,0.00,20000.00,'2026-02-24 10:35:26','2026-02-24 10:35:26'),
(1204,562,259,'HB-1000S',NULL,1,20000.00,0.00,0.00,0.00,20000.00,'2026-02-24 12:12:28','2026-02-24 12:12:28'),
(1205,563,305,'HB-2027Ç',NULL,1,20000.00,0.00,0.00,0.00,20000.00,'2026-02-25 06:43:40','2026-02-25 06:43:40'),
(1206,564,257,'HB-1002',NULL,1,20000.00,0.00,0.00,0.00,20000.00,'2026-02-25 06:44:50','2026-02-25 06:44:50'),
(1207,565,219,'HS-3024',NULL,1,20000.00,0.00,0.00,0.00,20000.00,'2026-02-25 06:58:00','2026-02-25 06:58:00'),
(1208,566,268,'Hilal-10G',NULL,1,20000.00,0.00,0.00,0.00,20000.00,'2026-02-25 09:15:05','2026-02-25 09:15:05'),
(1209,567,363,'HB-FS',NULL,14,18500.00,0.00,0.00,7000.00,252000.00,'2026-02-25 09:16:07','2026-02-25 09:16:07'),
(1210,567,364,'HB-DS',NULL,14,18500.00,0.00,0.00,7000.00,252000.00,'2026-02-25 09:16:07','2026-02-25 09:16:07'),
(1211,567,365,'HB-FFB',NULL,14,18500.00,0.00,0.00,7000.00,252000.00,'2026-02-25 09:16:07','2026-02-25 09:16:07'),
(1212,567,366,'HB-FFS',NULL,14,18500.00,0.00,0.00,7000.00,252000.00,'2026-02-25 09:16:07','2026-02-25 09:16:07'),
(1213,568,255,'HB-1001M',NULL,1,20000.00,0.00,0.00,0.00,20000.00,'2026-02-25 09:30:50','2026-02-25 09:30:50'),
(1214,569,49,'Hilal-3B',NULL,1,18500.00,0.00,0.00,0.00,18500.00,'2026-02-25 10:12:20','2026-02-25 10:12:20'),
(1215,570,358,'HB-NBS',NULL,1,20000.00,0.00,0.00,0.00,20000.00,'2026-02-25 10:32:33','2026-02-25 10:32:33'),
(1216,571,141,'H-2017 T',NULL,1,20000.00,0.00,0.00,0.00,20000.00,'2026-02-25 10:38:43','2026-02-25 10:38:43'),
(1217,572,259,'HB-1000S',NULL,1,18500.00,0.00,0.00,0.00,18500.00,'2026-02-25 10:41:59','2026-02-25 10:41:59'),
(1218,572,354,'H-2025B',NULL,1,18500.00,0.00,0.00,0.00,18500.00,'2026-02-25 10:41:59','2026-02-25 10:41:59'),
(1219,573,173,'Duray S',NULL,13,6500.00,0.00,0.00,0.00,84500.00,'2026-02-25 12:16:47','2026-02-25 12:16:47'),
(1220,574,182,'HS-2010SB',NULL,1,20000.00,0.00,0.00,0.00,20000.00,'2026-02-26 07:47:14','2026-02-26 07:47:14'),
(1221,575,349,'H-100B',NULL,20,18500.00,0.00,0.00,0.00,370000.00,'2026-02-26 08:17:56','2026-02-26 08:17:56'),
(1222,575,356,'Hilal-10SB',NULL,4,18500.00,0.00,0.00,0.00,74000.00,'2026-02-26 08:17:56','2026-02-26 08:17:56'),
(1223,575,362,'SBF',NULL,6,18500.00,0.00,0.00,0.00,111000.00,'2026-02-26 08:17:56','2026-02-26 08:17:56'),
(1224,576,67,'Hilali-Mix',NULL,1,18500.00,0.00,0.00,0.00,18500.00,'2026-02-26 09:45:17','2026-02-26 09:45:17'),
(1225,576,87,'H-2023 Old',NULL,1,18500.00,0.00,0.00,0.00,18500.00,'2026-02-26 09:45:17','2026-02-26 09:45:17'),
(1226,576,132,'H-2022 S',NULL,1,18500.00,0.00,0.00,0.00,18500.00,'2026-02-26 09:45:17','2026-02-26 09:45:17'),
(1227,576,217,'Hilal-8T',NULL,1,18500.00,0.00,0.00,0.00,18500.00,'2026-02-26 09:45:17','2026-02-26 09:45:17'),
(1228,576,239,'HS-FB2',NULL,1,18500.00,0.00,0.00,0.00,18500.00,'2026-02-26 09:45:17','2026-02-26 09:45:17'),
(1229,576,272,'Hilal-8S',NULL,1,18500.00,0.00,0.00,0.00,18500.00,'2026-02-26 09:45:17','2026-02-26 09:45:17'),
(1230,576,301,'HW-L',NULL,1,10000.00,0.00,0.00,0.00,10000.00,'2026-02-26 09:45:17','2026-02-26 09:45:17'),
(1231,576,319,'Hilal-10K',NULL,1,18500.00,0.00,0.00,0.00,18500.00,'2026-02-26 09:45:17','2026-02-26 09:45:17'),
(1232,576,323,'HS-2011G',NULL,1,18500.00,0.00,0.00,0.00,18500.00,'2026-02-26 09:45:17','2026-02-26 09:45:17'),
(1233,576,347,'HS-ML',NULL,1,18500.00,0.00,0.00,0.00,18500.00,'2026-02-26 09:45:17','2026-02-26 09:45:17'),
(1234,576,351,'HS-TK',NULL,1,18500.00,0.00,0.00,0.00,18500.00,'2026-02-26 09:45:17','2026-02-26 09:45:17'),
(1235,577,107,'HS-23',NULL,1,18500.00,0.00,0.00,0.00,18500.00,'2026-02-26 10:29:09','2026-02-26 10:29:09'),
(1236,577,319,'Hilal-10K',NULL,1,18500.00,0.00,0.00,0.00,18500.00,'2026-02-26 10:29:09','2026-02-26 10:29:09'),
(1237,577,356,'Hilal-10SB',NULL,1,18500.00,0.00,0.00,0.00,18500.00,'2026-02-26 10:29:09','2026-02-26 10:29:09'),
(1238,578,356,'Hilal-10SB',NULL,1,18500.00,0.00,0.00,0.00,18500.00,'2026-02-26 11:18:14','2026-02-26 11:18:14'),
(1239,579,354,'H-2025B',NULL,2,18500.00,0.00,0.00,0.00,37000.00,'2026-02-26 11:33:01','2026-02-26 11:33:01'),
(1240,580,272,'Hilal-8S',NULL,1,18500.00,0.00,0.00,0.00,18500.00,'2026-02-26 11:45:28','2026-02-26 11:45:28'),
(1241,580,356,'Hilal-10SB',NULL,1,18500.00,0.00,0.00,0.00,18500.00,'2026-02-26 11:45:28','2026-02-26 11:45:28'),
(1242,581,180,'HS-3000S',NULL,1,18500.00,0.00,0.00,0.00,18500.00,'2026-02-26 12:22:16','2026-02-26 12:22:16'),
(1243,581,201,'H-2016 N',NULL,1,18500.00,0.00,0.00,0.00,18500.00,'2026-02-26 12:22:16','2026-02-26 12:22:16'),
(1244,581,321,'HS-3000Ç',NULL,1,18500.00,0.00,0.00,0.00,18500.00,'2026-02-26 12:22:16','2026-02-26 12:22:16'),
(1245,581,343,'FB3-S',NULL,2,18500.00,0.00,0.00,0.00,37000.00,'2026-02-26 12:22:16','2026-02-26 12:22:16'),
(1246,582,43,'Dur Sandale',NULL,4,6500.00,0.00,0.00,0.00,26000.00,'2026-02-26 12:35:11','2026-02-26 12:35:11'),
(1247,582,49,'Hilal-3B',NULL,1,18500.00,0.00,0.00,0.00,18500.00,'2026-02-26 12:35:11','2026-02-26 12:35:11'),
(1248,582,67,'Hilali-Mix',NULL,1,18500.00,0.00,0.00,0.00,18500.00,'2026-02-26 12:35:11','2026-02-26 12:35:11'),
(1249,582,87,'H-2023 Old',NULL,1,18500.00,0.00,0.00,0.00,18500.00,'2026-02-26 12:35:11','2026-02-26 12:35:11'),
(1250,582,126,'H-2024',NULL,1,18500.00,0.00,0.00,0.00,18500.00,'2026-02-26 12:35:11','2026-02-26 12:35:11'),
(1251,582,150,'H-2019',NULL,1,18500.00,0.00,0.00,0.00,18500.00,'2026-02-26 12:35:11','2026-02-26 12:35:11'),
(1252,582,173,'Duray S',NULL,18,7000.00,0.00,0.00,0.00,126000.00,'2026-02-26 12:35:11','2026-02-26 12:35:11'),
(1253,582,184,'HS-2011S',NULL,1,18500.00,0.00,0.00,0.00,18500.00,'2026-02-26 12:35:11','2026-02-26 12:35:11'),
(1254,582,217,'Hilal-8T',NULL,1,18500.00,0.00,0.00,0.00,18500.00,'2026-02-26 12:35:11','2026-02-26 12:35:11'),
(1255,582,239,'HS-FB2',NULL,2,18500.00,0.00,0.00,0.00,37000.00,'2026-02-26 12:35:11','2026-02-26 12:35:11'),
(1256,582,268,'Hilal-10G',NULL,1,18500.00,0.00,0.00,0.00,18500.00,'2026-02-26 12:35:11','2026-02-26 12:35:11'),
(1257,582,291,'KÇ-1',NULL,2,18500.00,0.00,0.00,0.00,37000.00,'2026-02-26 12:35:11','2026-02-26 12:35:11'),
(1258,582,299,'FB15S',NULL,1,18500.00,0.00,0.00,0.00,18500.00,'2026-02-26 12:35:11','2026-02-26 12:35:11'),
(1259,582,307,'HB-2026 T',NULL,1,18500.00,0.00,0.00,0.00,18500.00,'2026-02-26 12:35:11','2026-02-26 12:35:11'),
(1260,582,343,'FB3-S',NULL,1,18500.00,0.00,0.00,0.00,18500.00,'2026-02-26 12:35:11','2026-02-26 12:35:11'),
(1261,582,349,'H-100B',NULL,1,18500.00,0.00,0.00,0.00,18500.00,'2026-02-26 12:35:11','2026-02-26 12:35:11'),
(1262,582,351,'HS-TK',NULL,1,18500.00,0.00,0.00,0.00,18500.00,'2026-02-26 12:35:11','2026-02-26 12:35:11'),
(1263,583,146,'H-2018',NULL,1,18500.00,0.00,0.00,0.00,18500.00,'2026-02-26 12:38:48','2026-02-26 12:38:48'),
(1264,583,235,'HS FB1',NULL,1,18500.00,0.00,0.00,0.00,18500.00,'2026-02-26 12:38:48','2026-02-26 12:38:48'),
(1265,583,343,'FB3-S',NULL,1,18500.00,0.00,0.00,0.00,18500.00,'2026-02-26 12:38:48','2026-02-26 12:38:48'),
(1266,584,266,'Hilal-0017',NULL,1,20000.00,0.00,0.00,0.00,20000.00,'2026-02-26 13:02:48','2026-02-26 13:02:48'),
(1267,585,352,'SBF',NULL,30,18500.00,0.00,0.00,17763.30,537236.70,'2026-02-27 02:35:38','2026-02-27 02:35:38'),
(1268,585,220,'HB-1000T',NULL,3,18500.00,0.00,0.00,1776.33,53723.67,'2026-02-27 02:35:38','2026-02-27 02:35:38'),
(1269,585,367,'HB-3FFB',NULL,5,18500.00,0.00,0.00,2960.55,89539.45,'2026-02-27 02:35:38','2026-02-27 02:35:38'),
(1270,585,370,'HB-5TÇ',NULL,8,18500.00,0.00,0.00,4736.88,143263.12,'2026-02-27 02:35:38','2026-02-27 02:35:38'),
(1271,585,368,'H-2000FB',NULL,10,18500.00,0.00,0.00,5921.10,179078.90,'2026-02-27 02:35:38','2026-02-27 02:35:38'),
(1272,585,369,'HB-4FK',NULL,7,18500.00,0.00,0.00,4144.77,125355.23,'2026-02-27 02:35:38','2026-02-27 02:35:38'),
(1273,585,371,'HB-XFS',NULL,4,18500.00,0.00,0.00,2368.44,71631.56,'2026-02-27 02:35:38','2026-02-27 02:35:38'),
(1274,585,372,'HB-HFS',NULL,4,18500.00,0.00,0.00,2368.44,71631.56,'2026-02-27 02:35:38','2026-02-27 02:35:38'),
(1275,585,373,'CADILLAC-TK',NULL,1,30000.00,0.00,0.00,960.18,29039.82,'2026-02-27 02:35:38','2026-02-27 02:35:38'),
(1276,586,63,'HIL T-1',NULL,1,10000.00,0.00,0.00,0.00,10000.00,'2026-02-27 07:23:54','2026-02-27 07:23:54'),
(1277,586,173,'Duray S',NULL,11,6500.00,0.00,0.00,0.00,71500.00,'2026-02-27 07:23:54','2026-02-27 07:23:54'),
(1278,586,301,'HW-L',NULL,1,10000.00,0.00,0.00,0.00,10000.00,'2026-02-27 07:23:54','2026-02-27 07:23:54'),
(1279,586,376,'HW-SB',NULL,1,10000.00,0.00,0.00,0.00,10000.00,'2026-02-27 07:23:54','2026-02-27 07:23:54'),
(1280,587,85,'Hilali-12',NULL,1,18000.00,0.00,0.00,0.00,18000.00,'2026-02-27 07:24:16','2026-02-27 07:24:16'),
(1281,588,87,'H-2023 Old',NULL,1,20000.00,0.00,0.00,0.00,20000.00,'2026-02-27 07:24:38','2026-02-27 07:24:38'),
(1282,589,67,'Hilali-Mix',NULL,1,20000.00,0.00,0.00,0.00,20000.00,'2026-02-27 07:26:02','2026-02-27 07:26:02'),
(1283,589,270,'HS-CS',NULL,1,20000.00,0.00,0.00,0.00,20000.00,'2026-02-27 07:26:02','2026-02-27 07:26:02'),
(1284,590,124,'H-2023',NULL,1,18500.00,0.00,0.00,0.00,18500.00,'2026-02-27 07:51:48','2026-02-27 07:51:48'),
(1285,590,219,'HS-3024',NULL,1,18500.00,0.00,0.00,0.00,18500.00,'2026-02-27 07:51:48','2026-02-27 07:51:48'),
(1286,590,251,'HB-1000B',NULL,2,18500.00,0.00,0.00,0.00,37000.00,'2026-02-27 07:51:48','2026-02-27 07:51:48'),
(1287,590,255,'HB-1001M',NULL,1,18500.00,0.00,0.00,0.00,18500.00,'2026-02-27 07:51:48','2026-02-27 07:51:48'),
(1288,590,257,'HB-1002',NULL,1,18500.00,0.00,0.00,0.00,18500.00,'2026-02-27 07:51:48','2026-02-27 07:51:48'),
(1289,590,305,'HB-2027Ç',NULL,2,18500.00,0.00,0.00,0.00,37000.00,'2026-02-27 07:51:48','2026-02-27 07:51:48'),
(1290,590,351,'HS-TK',NULL,1,18500.00,0.00,0.00,0.00,18500.00,'2026-02-27 07:51:48','2026-02-27 07:51:48'),
(1291,590,358,'HB-NBS',NULL,1,18500.00,0.00,0.00,0.00,18500.00,'2026-02-27 07:51:48','2026-02-27 07:51:48'),
(1292,591,219,'HS-3024',NULL,1,20000.00,0.00,0.00,0.00,20000.00,'2026-02-27 08:03:12','2026-02-27 08:03:12'),
(1293,591,349,'H-100B',NULL,1,20000.00,0.00,0.00,0.00,20000.00,'2026-02-27 08:03:12','2026-02-27 08:03:12'),
(1294,592,43,'Dur Sandale',NULL,1,6500.00,0.00,0.00,0.00,6500.00,'2026-02-27 09:50:55','2026-02-27 09:50:55'),
(1295,592,215,'Hilal-14B',NULL,1,18500.00,0.00,0.00,0.00,18500.00,'2026-02-27 09:50:55','2026-02-27 09:50:55'),
(1296,593,85,'Hilali-12',NULL,1,20000.00,0.00,0.00,0.00,20000.00,'2026-02-27 10:12:05','2026-02-27 10:12:05'),
(1297,593,107,'HS-23',NULL,1,20000.00,0.00,0.00,0.00,20000.00,'2026-02-27 10:12:05','2026-02-27 10:12:05'),
(1298,593,173,'Duray S',NULL,1,7000.00,0.00,0.00,0.00,7000.00,'2026-02-27 10:12:05','2026-02-27 10:12:05'),
(1299,593,354,'H-2025B',NULL,1,20000.00,0.00,0.00,0.00,20000.00,'2026-02-27 10:12:05','2026-02-27 10:12:05'),
(1300,594,362,'SBF',NULL,1,20000.00,0.00,0.00,0.00,20000.00,'2026-02-27 11:03:38','2026-02-27 11:03:38'),
(1301,595,55,'Hilali-6',NULL,1,20000.00,0.00,0.00,0.00,20000.00,'2026-02-27 12:20:32','2026-02-27 12:20:32'),
(1302,595,354,'H-2025B',NULL,1,20000.00,0.00,0.00,0.00,20000.00,'2026-02-27 12:20:32','2026-02-27 12:20:32'),
(1303,596,297,'KS-1',NULL,1,20000.00,0.00,0.00,0.00,20000.00,'2026-02-27 12:32:14','2026-02-27 12:32:14'),
(1304,597,266,'Hilal-0017',NULL,1,20000.00,0.00,0.00,0.00,20000.00,'2026-02-27 12:33:11','2026-02-27 12:33:11'),
(1305,598,343,'FB3-S',NULL,1,20000.00,0.00,0.00,0.00,20000.00,'2026-02-27 12:45:18','2026-02-27 12:45:18'),
(1306,599,354,'H-2025B',NULL,1,20000.00,0.00,0.00,0.00,20000.00,'2026-02-27 12:46:09','2026-02-27 12:46:09'),
(1307,600,173,'Duray S',NULL,20,7000.00,0.00,0.00,0.00,140000.00,'2026-02-27 13:00:23','2026-02-27 13:00:23'),
(1308,601,69,'BA HIL-1',NULL,1,18500.00,0.00,0.00,0.00,18500.00,'2026-02-28 06:38:47','2026-02-28 06:38:47'),
(1309,601,73,'BA HIL-3',NULL,1,18500.00,0.00,0.00,0.00,18500.00,'2026-02-28 06:38:47','2026-02-28 06:38:47'),
(1310,601,79,'BA HIL-MIX',NULL,1,18500.00,0.00,0.00,0.00,18500.00,'2026-02-28 06:38:47','2026-02-28 06:38:47'),
(1311,601,190,'HB-2027S',NULL,1,18500.00,0.00,0.00,0.00,18500.00,'2026-02-28 06:38:47','2026-02-28 06:38:47'),
(1312,601,317,'KB-1',NULL,5,18500.00,0.00,0.00,0.00,92500.00,'2026-02-28 06:38:47','2026-02-28 06:38:47'),
(1313,601,360,'HB-NFS',NULL,1,18500.00,0.00,0.00,0.00,18500.00,'2026-02-28 06:38:47','2026-02-28 06:38:47'),
(1314,602,217,'Hilal-8T',NULL,1,20000.00,0.00,0.00,0.00,20000.00,'2026-02-28 06:53:09','2026-02-28 06:53:09'),
(1315,602,354,'H-2025B',NULL,1,20000.00,0.00,0.00,0.00,20000.00,'2026-02-28 06:53:09','2026-02-28 06:53:09'),
(1316,603,47,'Hilali-2',NULL,1,20000.00,0.00,0.00,0.00,20000.00,'2026-02-28 07:57:03','2026-02-28 07:57:03'),
(1317,604,63,'HIL T-1',NULL,3,9500.00,0.00,0.00,0.00,28500.00,'2026-02-28 08:45:38','2026-02-28 08:45:38'),
(1318,604,173,'Duray S',NULL,55,6500.00,0.00,0.00,0.00,357500.00,'2026-02-28 08:45:38','2026-02-28 08:45:38'),
(1319,604,301,'HW-L',NULL,4,9500.00,0.00,0.00,0.00,38000.00,'2026-02-28 08:45:38','2026-02-28 08:45:38'),
(1320,604,376,'HW-SB',NULL,3,9500.00,0.00,0.00,0.00,28500.00,'2026-02-28 08:45:38','2026-02-28 08:45:38'),
(1321,605,107,'HS-23',NULL,1,18500.00,0.00,0.00,0.00,18500.00,'2026-02-28 10:45:33','2026-02-28 10:45:33'),
(1322,606,107,'HS-23',NULL,1,20000.00,0.00,0.00,0.00,20000.00,'2026-02-28 10:45:46','2026-02-28 10:45:46'),
(1323,607,245,'HS-FB9',NULL,1,20000.00,0.00,0.00,0.00,20000.00,'2026-02-28 12:33:28','2026-02-28 12:33:28'),
(1324,608,67,'Hilali-Mix',NULL,1,18500.00,0.00,0.00,0.00,18500.00,'2026-02-28 13:01:58','2026-02-28 13:01:58'),
(1325,608,313,'RB-1',NULL,2,18500.00,0.00,0.00,0.00,37000.00,'2026-02-28 13:01:58','2026-02-28 13:01:58'),
(1326,608,343,'FB3-S',NULL,3,18500.00,0.00,0.00,0.00,55500.00,'2026-02-28 13:01:58','2026-02-28 13:01:58'),
(1327,608,354,'H-2025B',NULL,1,18500.00,0.00,0.00,0.00,18500.00,'2026-02-28 13:01:58','2026-02-28 13:01:58'),
(1328,609,45,'Hilali-1',NULL,2,18500.00,0.00,0.00,0.00,37000.00,'2026-02-28 16:54:35','2026-02-28 16:54:35'),
(1329,609,49,'Hilal-3B',NULL,3,18500.00,0.00,0.00,0.00,55500.00,'2026-02-28 16:54:35','2026-02-28 16:54:35'),
(1330,609,87,'H-2023 Old',NULL,2,18500.00,0.00,0.00,0.00,37000.00,'2026-02-28 16:54:35','2026-02-28 16:54:35'),
(1331,609,93,'Hilali-16',NULL,2,18500.00,0.00,0.00,0.00,37000.00,'2026-02-28 16:54:35','2026-02-28 16:54:35'),
(1332,609,107,'HS-23',NULL,2,18500.00,0.00,0.00,0.00,37000.00,'2026-02-28 16:54:35','2026-02-28 16:54:35'),
(1333,609,146,'H-2018',NULL,2,18500.00,0.00,0.00,0.00,37000.00,'2026-02-28 16:54:35','2026-02-28 16:54:35'),
(1334,609,182,'HS-2010SB',NULL,2,18500.00,0.00,0.00,0.00,37000.00,'2026-02-28 16:54:35','2026-02-28 16:54:35'),
(1335,609,272,'Hilal-8S',NULL,2,18500.00,0.00,0.00,0.00,37000.00,'2026-02-28 16:54:35','2026-02-28 16:54:35'),
(1336,609,354,'H-2025B',NULL,3,18500.00,0.00,0.00,0.00,55500.00,'2026-02-28 16:54:35','2026-02-28 16:54:35'),
(1337,609,356,'Hilal-10SB',NULL,2,18500.00,0.00,0.00,0.00,37000.00,'2026-02-28 16:54:35','2026-02-28 16:54:35'),
(1338,610,43,'Dur Sandale',NULL,1,7000.00,0.00,0.00,0.00,7000.00,'2026-02-28 16:57:56','2026-02-28 16:57:56'),
(1339,611,184,'HS-2011S',NULL,1,18500.00,0.00,0.00,0.00,18500.00,'2026-03-01 09:15:38','2026-03-01 09:15:38'),
(1340,611,217,'Hilal-8T',NULL,1,18500.00,0.00,0.00,0.00,18500.00,'2026-03-01 09:15:38','2026-03-01 09:15:38'),
(1341,611,219,'HS-3024',NULL,1,18500.00,0.00,0.00,0.00,18500.00,'2026-03-01 09:15:38','2026-03-01 09:15:38'),
(1342,611,245,'HS-FB9',NULL,1,18500.00,0.00,0.00,0.00,18500.00,'2026-03-01 09:15:38','2026-03-01 09:15:38'),
(1343,611,272,'Hilal-8S',NULL,1,18500.00,0.00,0.00,0.00,18500.00,'2026-03-01 09:15:38','2026-03-01 09:15:38'),
(1344,611,343,'FB3-S',NULL,1,18500.00,0.00,0.00,0.00,18500.00,'2026-03-01 09:15:38','2026-03-01 09:15:38'),
(1345,611,356,'Hilal-10SB',NULL,2,18500.00,0.00,0.00,0.00,37000.00,'2026-03-01 09:15:38','2026-03-01 09:15:38'),
(1346,611,381,'H-2025S',NULL,1,18500.00,0.00,0.00,0.00,18500.00,'2026-03-01 09:15:38','2026-03-01 09:15:38'),
(1347,612,343,'FB3-S',NULL,1,20000.00,0.00,0.00,0.00,20000.00,'2026-03-01 09:16:00','2026-03-01 09:16:00'),
(1348,613,321,'HS-3000Ç',NULL,1,18500.00,0.00,0.00,0.00,18500.00,'2026-03-01 09:44:50','2026-03-01 09:44:50'),
(1349,613,47,'Hilali-2',NULL,1,18500.00,0.00,0.00,0.00,18500.00,'2026-03-01 09:44:50','2026-03-01 09:44:50'),
(1350,614,215,'Hilal-14B',NULL,1,18500.00,0.00,0.00,0.00,18500.00,'2026-03-01 09:45:16','2026-03-01 09:45:16'),
(1351,615,215,'Hilal-14B',NULL,1,18500.00,0.00,0.00,0.00,18500.00,'2026-03-01 10:01:50','2026-03-01 10:01:50'),
(1352,616,317,'KB-1',NULL,1,20000.00,0.00,0.00,0.00,20000.00,'2026-03-01 10:18:49','2026-03-01 10:18:49'),
(1353,617,47,'Hilali-2',NULL,2,18500.00,0.00,0.00,0.00,37000.00,'2026-03-01 10:23:05','2026-03-01 10:23:05'),
(1354,617,49,'Hilal-3B',NULL,1,18500.00,0.00,0.00,0.00,18500.00,'2026-03-01 10:23:05','2026-03-01 10:23:05'),
(1355,617,146,'H-2018',NULL,1,18500.00,0.00,0.00,0.00,18500.00,'2026-03-01 10:23:05','2026-03-01 10:23:05'),
(1356,617,182,'HS-2010SB',NULL,3,18500.00,0.00,0.00,0.00,55500.00,'2026-03-01 10:23:05','2026-03-01 10:23:05'),
(1357,617,215,'Hilal-14B',NULL,1,18500.00,0.00,0.00,0.00,18500.00,'2026-03-01 10:23:05','2026-03-01 10:23:05'),
(1358,617,219,'HS-3024',NULL,1,18500.00,0.00,0.00,0.00,18500.00,'2026-03-01 10:23:05','2026-03-01 10:23:05'),
(1359,617,245,'HS-FB9',NULL,1,18500.00,0.00,0.00,0.00,18500.00,'2026-03-01 10:23:05','2026-03-01 10:23:05'),
(1360,617,255,'HB-1001M',NULL,1,18500.00,0.00,0.00,0.00,18500.00,'2026-03-01 10:23:05','2026-03-01 10:23:05'),
(1361,617,272,'Hilal-8S',NULL,1,18500.00,0.00,0.00,0.00,18500.00,'2026-03-01 10:23:05','2026-03-01 10:23:05'),
(1362,617,305,'HB-2027Ç',NULL,1,18500.00,0.00,0.00,0.00,18500.00,'2026-03-01 10:23:05','2026-03-01 10:23:05'),
(1363,617,317,'KB-1',NULL,1,18500.00,0.00,0.00,0.00,18500.00,'2026-03-01 10:23:05','2026-03-01 10:23:05'),
(1364,617,349,'H-100B',NULL,1,18500.00,0.00,0.00,0.00,18500.00,'2026-03-01 10:23:05','2026-03-01 10:23:05'),
(1365,617,356,'Hilal-10SB',NULL,1,18500.00,0.00,0.00,0.00,18500.00,'2026-03-01 10:23:05','2026-03-01 10:23:05'),
(1366,617,376,'HW-SB',NULL,1,10000.00,0.00,0.00,0.00,10000.00,'2026-03-01 10:23:05','2026-03-01 10:23:05'),
(1367,617,383,'H-2021-TK',NULL,1,18500.00,0.00,0.00,0.00,18500.00,'2026-03-01 10:23:05','2026-03-01 10:23:05'),
(1368,618,47,'Hilali-2',NULL,1,20000.00,0.00,0.00,0.00,20000.00,'2026-03-01 10:34:50','2026-03-01 10:34:50'),
(1369,618,87,'H-2023 Old',NULL,1,20000.00,0.00,0.00,0.00,20000.00,'2026-03-01 10:34:50','2026-03-01 10:34:50'),
(1370,618,307,'HB-2026 T',NULL,1,20000.00,0.00,0.00,0.00,20000.00,'2026-03-01 10:34:50','2026-03-01 10:34:50'),
(1371,619,55,'Hilali-6',NULL,1,18500.00,0.00,0.00,0.00,18500.00,'2026-03-01 12:16:41','2026-03-01 12:16:41'),
(1372,619,87,'H-2023 Old',NULL,1,18500.00,0.00,0.00,0.00,18500.00,'2026-03-01 12:16:41','2026-03-01 12:16:41'),
(1373,619,101,'Hilali-20',NULL,1,18500.00,0.00,0.00,0.00,18500.00,'2026-03-01 12:16:41','2026-03-01 12:16:41'),
(1374,619,182,'HS-2010SB',NULL,1,18500.00,0.00,0.00,0.00,18500.00,'2026-03-01 12:16:41','2026-03-01 12:16:41'),
(1375,619,184,'HS-2011S',NULL,1,18500.00,0.00,0.00,0.00,18500.00,'2026-03-01 12:16:41','2026-03-01 12:16:41'),
(1376,619,217,'Hilal-8T',NULL,1,18500.00,0.00,0.00,0.00,18500.00,'2026-03-01 12:16:41','2026-03-01 12:16:41'),
(1377,619,291,'KÇ-1',NULL,1,18500.00,0.00,0.00,0.00,18500.00,'2026-03-01 12:16:41','2026-03-01 12:16:41'),
(1378,619,383,'H-2021-TK',NULL,2,18500.00,0.00,0.00,0.00,37000.00,'2026-03-01 12:16:41','2026-03-01 12:16:41'),
(1379,620,87,'H-2023 Old',NULL,1,20000.00,0.00,0.00,0.00,20000.00,'2026-03-01 12:40:29','2026-03-01 12:40:29'),
(1380,620,354,'H-2025B',NULL,1,20000.00,0.00,0.00,0.00,20000.00,'2026-03-01 12:40:29','2026-03-01 12:40:29'),
(1381,621,73,'BA HIL-3',NULL,1,18500.00,0.00,0.00,0.00,18500.00,'2026-03-02 05:10:30','2026-03-02 05:10:30'),
(1382,621,215,'Hilal-14B',NULL,1,18500.00,0.00,0.00,0.00,18500.00,'2026-03-02 05:10:30','2026-03-02 05:10:30'),
(1383,621,245,'HS-FB9',NULL,1,18500.00,0.00,0.00,0.00,18500.00,'2026-03-02 05:10:30','2026-03-02 05:10:30'),
(1384,621,251,'HB-1000B',NULL,1,18500.00,0.00,0.00,0.00,18500.00,'2026-03-02 05:10:30','2026-03-02 05:10:30'),
(1385,621,354,'H-2025B',NULL,1,18500.00,0.00,0.00,0.00,18500.00,'2026-03-02 05:10:30','2026-03-02 05:10:30'),
(1386,621,356,'Hilal-10SB',NULL,1,18500.00,0.00,0.00,0.00,18500.00,'2026-03-02 05:10:30','2026-03-02 05:10:30'),
(1387,621,358,'HB-NBS',NULL,1,18500.00,0.00,0.00,0.00,18500.00,'2026-03-02 05:10:30','2026-03-02 05:10:30'),
(1388,622,301,'HW-L',NULL,2,10000.00,0.00,0.00,0.00,20000.00,'2026-03-02 05:11:20','2026-03-02 05:11:20'),
(1389,622,376,'HW-SB',NULL,1,10000.00,0.00,0.00,0.00,10000.00,'2026-03-02 05:11:20','2026-03-02 05:11:20'),
(1390,623,354,'H-2025B',NULL,1,20000.00,0.00,0.00,0.00,20000.00,'2026-03-02 07:23:05','2026-03-02 07:23:05'),
(1391,625,173,'Duray S',NULL,10,6500.00,0.00,0.00,0.00,65000.00,'2026-03-02 07:34:23','2026-03-02 07:34:23'),
(1392,626,79,'BA HIL-MIX',NULL,4,18500.00,0.00,0.00,0.00,74000.00,'2026-03-02 08:17:28','2026-03-02 08:17:28'),
(1393,626,182,'HS-2010SB',NULL,1,18500.00,0.00,0.00,0.00,18500.00,'2026-03-02 08:17:28','2026-03-02 08:17:28'),
(1394,626,311,'HZ-SB',NULL,1,18500.00,0.00,0.00,0.00,18500.00,'2026-03-02 08:17:28','2026-03-02 08:17:28'),
(1395,626,317,'KB-1',NULL,1,18500.00,0.00,0.00,0.00,18500.00,'2026-03-02 08:17:28','2026-03-02 08:17:28'),
(1396,626,360,'HB-NFS',NULL,1,18500.00,0.00,0.00,0.00,18500.00,'2026-03-02 08:17:28','2026-03-02 08:17:28'),
(1397,626,383,'H-2021-TK',NULL,3,18500.00,0.00,0.00,0.00,55500.00,'2026-03-02 08:17:28','2026-03-02 08:17:28'),
(1398,626,399,'H-FB1-GS',NULL,1,18500.00,0.00,0.00,0.00,18500.00,'2026-03-02 08:17:28','2026-03-02 08:17:28'),
(1399,626,401,'H-0150B',NULL,1,18500.00,0.00,0.00,0.00,18500.00,'2026-03-02 08:17:28','2026-03-02 08:17:28'),
(1400,627,173,'Duray S',NULL,2,7000.00,0.00,0.00,0.00,14000.00,'2026-03-02 09:03:04','2026-03-02 09:03:04'),
(1401,628,270,'HS-CS',NULL,1,20000.00,0.00,0.00,0.00,20000.00,'2026-03-02 09:46:13','2026-03-02 09:46:13'),
(1402,629,79,'BA HIL-MIX',NULL,1,18500.00,0.00,0.00,0.00,18500.00,'2026-03-02 10:39:58','2026-03-02 10:39:58'),
(1403,629,182,'HS-2010SB',NULL,1,18500.00,0.00,0.00,0.00,18500.00,'2026-03-02 10:39:58','2026-03-02 10:39:58'),
(1404,630,79,'BA HIL-MIX',NULL,1,18500.00,0.00,0.00,0.00,18500.00,'2026-03-02 10:42:02','2026-03-02 10:42:02'),
(1405,630,182,'HS-2010SB',NULL,1,18500.00,0.00,0.00,0.00,18500.00,'2026-03-02 10:42:02','2026-03-02 10:42:02'),
(1406,631,67,'Hilali-Mix',NULL,1,18500.00,0.00,0.00,0.00,18500.00,'2026-03-02 10:59:04','2026-03-02 10:59:04'),
(1407,631,272,'Hilal-8S',NULL,1,18500.00,0.00,0.00,0.00,18500.00,'2026-03-02 10:59:04','2026-03-02 10:59:04'),
(1408,632,47,'Hilali-2',NULL,1,18500.00,0.00,0.00,0.00,18500.00,'2026-03-02 11:01:06','2026-03-02 11:01:06'),
(1409,632,126,'H-2024',NULL,1,18500.00,0.00,0.00,0.00,18500.00,'2026-03-02 11:01:06','2026-03-02 11:01:06'),
(1410,632,217,'Hilal-8T',NULL,1,18500.00,0.00,0.00,0.00,18500.00,'2026-03-02 11:01:06','2026-03-02 11:01:06'),
(1411,632,219,'HS-3024',NULL,1,18500.00,0.00,0.00,0.00,18500.00,'2026-03-02 11:01:06','2026-03-02 11:01:06'),
(1412,632,356,'Hilal-10SB',NULL,1,18500.00,0.00,0.00,0.00,18500.00,'2026-03-02 11:01:06','2026-03-02 11:01:06'),
(1413,633,301,'HW-L',NULL,4,10000.00,0.00,0.00,0.00,40000.00,'2026-03-02 11:04:15','2026-03-02 11:04:15'),
(1414,633,354,'H-2025B',NULL,2,18500.00,0.00,0.00,0.00,37000.00,'2026-03-02 11:04:15','2026-03-02 11:04:15'),
(1415,633,376,'HW-SB',NULL,6,10000.00,0.00,0.00,0.00,60000.00,'2026-03-02 11:04:15','2026-03-02 11:04:15'),
(1416,633,401,'H-0150B',NULL,2,18500.00,0.00,0.00,0.00,37000.00,'2026-03-02 11:04:15','2026-03-02 11:04:15'),
(1417,634,67,'Hilali-Mix',NULL,2,18500.00,0.00,0.00,0.00,37000.00,'2026-03-02 12:30:54','2026-03-02 12:30:54'),
(1418,635,383,'H-2021-TK',NULL,1,18500.00,0.00,0.00,0.00,18500.00,'2026-03-02 12:35:07','2026-03-02 12:35:07'),
(1419,636,67,'Hilali-Mix',NULL,1,18500.00,0.00,0.00,0.00,18500.00,'2026-03-02 12:36:22','2026-03-02 12:36:22'),
(1420,637,182,'HS-2010SB',NULL,2,20000.00,0.00,0.00,0.00,40000.00,'2026-03-02 12:39:00','2026-03-02 12:39:00'),
(1421,637,309,'HZ-T',NULL,1,20000.00,0.00,0.00,0.00,20000.00,'2026-03-02 12:39:00','2026-03-02 12:39:00'),
(1422,637,376,'HW-SB',NULL,1,10000.00,0.00,0.00,0.00,10000.00,'2026-03-02 12:39:00','2026-03-02 12:39:00'),
(1423,637,383,'H-2021-TK',NULL,2,20000.00,0.00,0.00,0.00,40000.00,'2026-03-02 12:39:00','2026-03-02 12:39:00'),
(1424,638,343,'FB3-S',NULL,2,18500.00,0.00,0.00,0.00,37000.00,'2026-03-02 12:44:09','2026-03-02 12:44:09'),
(1425,638,399,'H-FB1-GS',NULL,1,18500.00,0.00,0.00,0.00,18500.00,'2026-03-02 12:44:09','2026-03-02 12:44:09'),
(1426,639,383,'H-2021-TK',NULL,1,18500.00,0.00,0.00,0.00,18500.00,'2026-03-02 12:47:05','2026-03-02 12:47:05'),
(1427,640,383,'H-2021-TK',NULL,1,18500.00,0.00,0.00,0.00,18500.00,'2026-03-02 12:49:12','2026-03-02 12:49:12'),
(1428,641,399,'H-FB1-GS',NULL,1,20000.00,0.00,0.00,0.00,20000.00,'2026-03-02 13:07:20','2026-03-02 13:07:20'),
(1429,642,173,'Duray S',NULL,6,7000.00,0.00,0.00,0.00,42000.00,'2026-03-02 13:26:55','2026-03-02 13:26:55'),
(1430,643,301,'HW-L',NULL,1,10000.00,0.00,0.00,0.00,10000.00,'2026-03-03 07:10:57','2026-03-03 07:10:57'),
(1431,643,383,'H-2021-TK',NULL,1,18500.00,0.00,0.00,0.00,18500.00,'2026-03-03 07:10:57','2026-03-03 07:10:57'),
(1432,645,219,'HS-3024',NULL,1,20000.00,0.00,0.00,0.00,20000.00,'2026-03-03 08:08:25','2026-03-03 08:08:25'),
(1433,645,397,'H-3CS',NULL,1,20000.00,0.00,0.00,0.00,20000.00,'2026-03-03 08:08:25','2026-03-03 08:08:25'),
(1434,646,173,'Duray S',NULL,50,8000.00,0.00,0.00,0.00,400000.00,'2026-03-03 08:09:56','2026-03-03 08:09:56'),
(1435,647,173,'Duray S',NULL,12,7000.00,0.00,0.00,0.00,84000.00,'2026-03-03 08:11:19','2026-03-03 08:11:19'),
(1436,648,182,'HS-2010SB',NULL,1,20000.00,0.00,0.00,0.00,20000.00,'2026-03-03 08:34:07','2026-03-03 08:34:07'),
(1437,649,397,'H-3CS',NULL,1,18500.00,0.00,0.00,0.00,18500.00,'2026-03-03 09:27:05','2026-03-03 09:27:05'),
(1438,649,401,'H-0150B',NULL,1,18500.00,0.00,0.00,0.00,18500.00,'2026-03-03 09:27:05','2026-03-03 09:27:05'),
(1439,650,132,'H-2022 S',NULL,1,18500.00,0.00,0.00,0.00,18500.00,'2026-03-03 09:55:36','2026-03-03 09:55:36'),
(1440,650,215,'Hilal-14B',NULL,1,18500.00,0.00,0.00,0.00,18500.00,'2026-03-03 09:55:36','2026-03-03 09:55:36'),
(1441,650,272,'Hilal-8S',NULL,1,18500.00,0.00,0.00,0.00,18500.00,'2026-03-03 09:55:36','2026-03-03 09:55:36'),
(1442,650,295,'HW-ST',NULL,3,10000.00,0.00,0.00,0.00,30000.00,'2026-03-03 09:55:36','2026-03-03 09:55:36'),
(1443,650,301,'HW-L',NULL,1,10000.00,0.00,0.00,0.00,10000.00,'2026-03-03 09:55:36','2026-03-03 09:55:36'),
(1444,650,305,'HB-2027Ç',NULL,1,18500.00,0.00,0.00,0.00,18500.00,'2026-03-03 09:55:36','2026-03-03 09:55:36'),
(1445,650,354,'H-2025B',NULL,1,18500.00,0.00,0.00,0.00,18500.00,'2026-03-03 09:55:36','2026-03-03 09:55:36'),
(1446,650,376,'HW-SB',NULL,2,10000.00,0.00,0.00,0.00,20000.00,'2026-03-03 09:55:36','2026-03-03 09:55:36'),
(1447,650,383,'H-2021-TK',NULL,1,18500.00,0.00,0.00,0.00,18500.00,'2026-03-03 09:55:36','2026-03-03 09:55:36'),
(1448,651,208,'Hilal-2000G',NULL,1,20000.00,0.00,0.00,0.00,20000.00,'2026-03-03 10:02:49','2026-03-03 10:02:49'),
(1449,651,215,'Hilal-14B',NULL,1,20000.00,0.00,0.00,0.00,20000.00,'2026-03-03 10:02:49','2026-03-03 10:02:49'),
(1450,651,272,'Hilal-8S',NULL,1,20000.00,0.00,0.00,0.00,20000.00,'2026-03-03 10:02:49','2026-03-03 10:02:49'),
(1451,651,354,'H-2025B',NULL,1,20000.00,0.00,0.00,0.00,20000.00,'2026-03-03 10:02:49','2026-03-03 10:02:49'),
(1452,652,124,'H-2023',NULL,1,18500.00,0.00,0.00,0.00,18500.00,'2026-03-03 10:16:33','2026-03-03 10:16:33'),
(1453,652,126,'H-2024',NULL,1,18500.00,0.00,0.00,0.00,18500.00,'2026-03-03 10:16:33','2026-03-03 10:16:33'),
(1454,652,173,'Duray S',NULL,10,7000.00,0.00,0.00,0.00,70000.00,'2026-03-03 10:16:33','2026-03-03 10:16:33'),
(1455,652,208,'Hilal-2000G',NULL,1,18500.00,0.00,0.00,0.00,18500.00,'2026-03-03 10:16:33','2026-03-03 10:16:33'),
(1456,652,257,'HB-1002',NULL,1,18500.00,0.00,0.00,0.00,18500.00,'2026-03-03 10:16:33','2026-03-03 10:16:33'),
(1457,652,295,'HW-ST',NULL,3,10000.00,0.00,0.00,0.00,30000.00,'2026-03-03 10:16:33','2026-03-03 10:16:33'),
(1458,652,299,'FB15S',NULL,1,18500.00,0.00,0.00,0.00,18500.00,'2026-03-03 10:16:33','2026-03-03 10:16:33'),
(1459,652,301,'HW-L',NULL,2,10000.00,0.00,0.00,0.00,20000.00,'2026-03-03 10:16:33','2026-03-03 10:16:33'),
(1460,652,305,'HB-2027Ç',NULL,1,18500.00,0.00,0.00,0.00,18500.00,'2026-03-03 10:16:33','2026-03-03 10:16:33'),
(1461,652,354,'H-2025B',NULL,2,18500.00,0.00,0.00,0.00,37000.00,'2026-03-03 10:16:33','2026-03-03 10:16:33'),
(1462,652,356,'Hilal-10SB',NULL,1,18500.00,0.00,0.00,0.00,18500.00,'2026-03-03 10:16:33','2026-03-03 10:16:33'),
(1463,652,376,'HW-SB',NULL,5,10000.00,0.00,0.00,0.00,50000.00,'2026-03-03 10:16:33','2026-03-03 10:16:33'),
(1464,652,387,'H-2000S',NULL,1,18500.00,0.00,0.00,0.00,18500.00,'2026-03-03 10:16:33','2026-03-03 10:16:33'),
(1465,652,395,'HB-N1FS',NULL,1,18500.00,0.00,0.00,0.00,18500.00,'2026-03-03 10:16:33','2026-03-03 10:16:33'),
(1466,653,173,'Duray S',NULL,3,7000.00,0.00,0.00,0.00,21000.00,'2026-03-03 10:38:38','2026-03-03 10:38:38'),
(1467,654,126,'H-2024',NULL,1,20000.00,0.00,0.00,0.00,20000.00,'2026-03-03 12:21:15','2026-03-03 12:21:15'),
(1468,655,173,'Duray S',NULL,15,7000.00,0.00,0.00,0.00,105000.00,'2026-03-03 12:46:12','2026-03-03 12:46:12'),
(1469,655,184,'HS-2011S',NULL,1,18500.00,0.00,0.00,0.00,18500.00,'2026-03-03 12:46:12','2026-03-03 12:46:12'),
(1470,655,356,'Hilal-10SB',NULL,1,18500.00,0.00,0.00,0.00,18500.00,'2026-03-03 12:46:12','2026-03-03 12:46:12'),
(1471,655,391,'HC-2025SBC',NULL,1,30000.00,0.00,0.00,0.00,30000.00,'2026-03-03 12:46:12','2026-03-03 12:46:12'),
(1472,656,239,'HS-FB2',NULL,1,20000.00,0.00,0.00,0.00,20000.00,'2026-03-04 07:04:51','2026-03-04 07:04:51'),
(1473,657,173,'Duray S',NULL,10,7000.00,0.00,0.00,0.00,70000.00,'2026-03-04 07:19:09','2026-03-04 07:19:09'),
(1474,657,295,'HW-ST',NULL,3,10000.00,0.00,0.00,0.00,30000.00,'2026-03-04 07:19:09','2026-03-04 07:19:09'),
(1475,657,301,'HW-L',NULL,3,10000.00,0.00,0.00,0.00,30000.00,'2026-03-04 07:19:09','2026-03-04 07:19:09'),
(1476,657,376,'HW-SB',NULL,4,10000.00,0.00,0.00,0.00,40000.00,'2026-03-04 07:19:09','2026-03-04 07:19:09'),
(1477,658,272,'Hilal-8S',NULL,1,20000.00,0.00,0.00,0.00,20000.00,'2026-03-04 09:09:02','2026-03-04 09:09:02'),
(1478,659,173,'Duray S',NULL,4,7000.00,0.00,0.00,0.00,28000.00,'2026-03-04 09:17:29','2026-03-04 09:17:29'),
(1479,660,182,'HS-2010SB',NULL,1,18500.00,0.00,0.00,0.00,18500.00,'2026-03-04 09:29:52','2026-03-04 09:29:52'),
(1480,660,241,'HS-0033',NULL,1,18500.00,0.00,0.00,0.00,18500.00,'2026-03-04 09:29:52','2026-03-04 09:29:52'),
(1481,661,376,'HW-SB',NULL,1,10000.00,0.00,0.00,0.00,10000.00,'2026-03-04 09:43:06','2026-03-04 09:43:06'),
(1482,662,67,'Hilali-Mix',NULL,1,18500.00,0.00,0.00,0.00,18500.00,'2026-03-04 09:56:14','2026-03-04 09:56:14'),
(1483,662,190,'HB-2027S',NULL,1,18500.00,0.00,0.00,0.00,18500.00,'2026-03-04 09:56:14','2026-03-04 09:56:14'),
(1484,662,251,'HB-1000B',NULL,2,18500.00,0.00,0.00,0.00,37000.00,'2026-03-04 09:56:14','2026-03-04 09:56:14'),
(1485,663,266,'Hilal-0017',NULL,1,18500.00,0.00,0.00,0.00,18500.00,'2026-03-04 10:16:42','2026-03-04 10:16:42'),
(1486,663,272,'Hilal-8S',NULL,1,18500.00,0.00,0.00,0.00,18500.00,'2026-03-04 10:16:42','2026-03-04 10:16:42'),
(1487,663,383,'H-2021-TK',NULL,1,18500.00,0.00,0.00,0.00,18500.00,'2026-03-04 10:16:42','2026-03-04 10:16:42'),
(1488,664,67,'Hilali-Mix',NULL,1,18500.00,0.00,0.00,0.00,18500.00,'2026-03-04 12:49:15','2026-03-04 12:49:15'),
(1489,664,272,'Hilal-8S',NULL,1,18500.00,0.00,0.00,0.00,18500.00,'2026-03-04 12:49:15','2026-03-04 12:49:15'),
(1490,665,67,'Hilali-Mix',NULL,2,18500.00,0.00,0.00,0.00,37000.00,'2026-03-04 13:11:01','2026-03-04 13:11:01'),
(1491,665,182,'HS-2010SB',NULL,10,18500.00,0.00,0.00,0.00,185000.00,'2026-03-04 13:11:01','2026-03-04 13:11:01'),
(1492,665,219,'HS-3024',NULL,5,18500.00,0.00,0.00,0.00,92500.00,'2026-03-04 13:11:01','2026-03-04 13:11:01'),
(1493,665,245,'HS-FB9',NULL,3,18500.00,0.00,0.00,0.00,55500.00,'2026-03-04 13:11:01','2026-03-04 13:11:01'),
(1494,665,247,'HS-0150S',NULL,6,18500.00,0.00,0.00,0.00,111000.00,'2026-03-04 13:11:01','2026-03-04 13:11:01'),
(1495,665,347,'HS-ML',NULL,10,18500.00,0.00,0.00,0.00,185000.00,'2026-03-04 13:11:01','2026-03-04 13:11:01'),
(1496,665,356,'Hilal-10SB',NULL,10,18500.00,0.00,0.00,0.00,185000.00,'2026-03-04 13:11:01','2026-03-04 13:11:01'),
(1497,665,401,'H-0150B',NULL,5,18500.00,0.00,0.00,0.00,92500.00,'2026-03-04 13:11:01','2026-03-04 13:11:01'),
(1498,666,173,'Duray S',NULL,4,7000.00,0.00,0.00,0.00,28000.00,'2026-03-04 13:17:00','2026-03-04 13:17:00'),
(1499,667,141,'H-2017 T',NULL,1,20000.00,0.00,0.00,0.00,20000.00,'2026-03-05 08:55:06','2026-03-05 08:55:06'),
(1500,668,257,'HB-1002',NULL,1,20000.00,0.00,0.00,0.00,20000.00,'2026-03-05 08:56:00','2026-03-05 08:56:00'),
(1501,669,237,'HS-FB10',NULL,1,18500.00,0.00,0.00,0.00,18500.00,'2026-03-05 10:21:11','2026-03-05 10:21:11'),
(1502,669,413,'H-2022 CH',NULL,1,18500.00,0.00,0.00,0.00,18500.00,'2026-03-05 10:21:11','2026-03-05 10:21:11'),
(1503,670,387,'H-2000S',NULL,1,20000.00,0.00,0.00,0.00,20000.00,'2026-03-05 10:29:42','2026-03-05 10:29:42'),
(1504,671,158,'HB-2026',NULL,1,18500.00,0.00,0.00,0.00,18500.00,'2026-03-05 10:44:41','2026-03-05 10:44:41'),
(1505,671,305,'HB-2027Ç',NULL,1,18500.00,0.00,0.00,0.00,18500.00,'2026-03-05 10:44:41','2026-03-05 10:44:41'),
(1506,671,307,'HB-2026 T',NULL,1,18500.00,0.00,0.00,0.00,18500.00,'2026-03-05 10:44:41','2026-03-05 10:44:41'),
(1507,671,409,'HB-NKB',NULL,1,18500.00,0.00,0.00,0.00,18500.00,'2026-03-05 10:44:41','2026-03-05 10:44:41'),
(1508,672,409,'HB-NKB',NULL,1,20000.00,0.00,0.00,0.00,20000.00,'2026-03-05 11:05:35','2026-03-05 11:05:35'),
(1509,672,417,'H-2000 B',NULL,1,20000.00,0.00,0.00,0.00,20000.00,'2026-03-05 11:05:35','2026-03-05 11:05:35'),
(1510,673,67,'Hilali-Mix',NULL,1,20000.00,0.00,0.00,0.00,20000.00,'2026-03-05 11:37:35','2026-03-05 11:37:35'),
(1511,673,383,'H-2021-TK',NULL,1,20000.00,0.00,0.00,0.00,20000.00,'2026-03-05 11:37:35','2026-03-05 11:37:35'),
(1512,674,323,'HS-2011G',NULL,1,20000.00,0.00,0.00,0.00,20000.00,'2026-03-05 11:41:36','2026-03-05 11:41:36'),
(1513,675,49,'Hilal-3B',NULL,1,18500.00,0.00,0.00,0.00,18500.00,'2026-03-05 12:17:09','2026-03-05 12:17:09'),
(1514,675,272,'Hilal-8S',NULL,1,18500.00,0.00,0.00,0.00,18500.00,'2026-03-05 12:17:09','2026-03-05 12:17:09'),
(1515,675,376,'HW-SB',NULL,1,10000.00,0.00,0.00,0.00,10000.00,'2026-03-05 12:17:09','2026-03-05 12:17:09'),
(1516,675,404,'H-0011TKÇ',NULL,2,18500.00,0.00,0.00,0.00,37000.00,'2026-03-05 12:17:09','2026-03-05 12:17:09'),
(1517,676,158,'HB-2026',NULL,4,18500.00,0.00,0.00,0.00,74000.00,'2026-03-05 12:25:39','2026-03-05 12:25:39'),
(1518,676,404,'H-0011TKÇ',NULL,5,18500.00,0.00,0.00,0.00,92500.00,'2026-03-05 12:25:39','2026-03-05 12:25:39'),
(1519,676,409,'HB-NKB',NULL,3,18500.00,0.00,0.00,0.00,55500.00,'2026-03-05 12:25:39','2026-03-05 12:25:39'),
(1520,676,413,'H-2022 CH',NULL,4,18500.00,0.00,0.00,0.00,74000.00,'2026-03-05 12:25:39','2026-03-05 12:25:39'),
(1521,676,415,'HS-3000 B',NULL,3,18500.00,0.00,0.00,0.00,55500.00,'2026-03-05 12:25:39','2026-03-05 12:25:39'),
(1522,676,417,'H-2000 B',NULL,1,18500.00,0.00,0.00,0.00,18500.00,'2026-03-05 12:25:39','2026-03-05 12:25:39'),
(1523,677,362,'SBF',NULL,1,20000.00,0.00,0.00,0.00,20000.00,'2026-03-05 12:39:19','2026-03-05 12:39:19'),
(1524,677,409,'HB-NKB',NULL,1,20000.00,0.00,0.00,0.00,20000.00,'2026-03-05 12:39:19','2026-03-05 12:39:19'),
(1525,678,49,'Hilal-3B',NULL,1,18500.00,0.00,0.00,0.00,18500.00,'2026-03-06 07:54:30','2026-03-06 07:54:30'),
(1526,678,158,'HB-2026',NULL,1,18500.00,0.00,0.00,0.00,18500.00,'2026-03-06 07:54:30','2026-03-06 07:54:30'),
(1527,678,409,'HB-NKB',NULL,1,18500.00,0.00,0.00,0.00,18500.00,'2026-03-06 07:54:30','2026-03-06 07:54:30'),
(1528,679,356,'Hilal-10SB',NULL,1,20000.00,0.00,0.00,0.00,20000.00,'2026-03-06 07:54:52','2026-03-06 07:54:52'),
(1529,680,383,'H-2021-TK',NULL,1,20000.00,0.00,0.00,0.00,20000.00,'2026-03-06 09:24:45','2026-03-06 09:24:45'),
(1530,681,4,'DUR B-1',NULL,2,11000.00,0.00,0.00,0.00,22000.00,'2026-03-06 09:54:30','2026-03-06 09:54:30'),
(1531,682,354,'H-2025B',NULL,1,18500.00,0.00,0.00,0.00,18500.00,'2026-03-06 10:37:26','2026-03-06 10:37:26'),
(1532,682,404,'H-0011TKÇ',NULL,2,18500.00,0.00,0.00,0.00,37000.00,'2026-03-06 10:37:26','2026-03-06 10:37:26'),
(1533,683,158,'HB-2026',NULL,1,18500.00,0.00,0.00,0.00,18500.00,'2026-03-06 11:10:11','2026-03-06 11:10:11'),
(1534,684,397,'H-3CS',NULL,1,20000.00,0.00,0.00,0.00,20000.00,'2026-03-06 11:36:15','2026-03-06 11:36:15'),
(1535,685,67,'Hilali-Mix',NULL,1,18500.00,0.00,0.00,0.00,18500.00,'2026-03-06 11:55:27','2026-03-06 11:55:27'),
(1536,685,356,'Hilal-10SB',NULL,1,18500.00,0.00,0.00,0.00,18500.00,'2026-03-06 11:55:27','2026-03-06 11:55:27'),
(1537,686,124,'H-2023',NULL,1,20000.00,0.00,0.00,0.00,20000.00,'2026-03-07 06:26:13','2026-03-07 06:26:13'),
(1538,687,67,'Hilali-Mix',NULL,1,20000.00,0.00,0.00,0.00,20000.00,'2026-03-07 06:27:01','2026-03-07 06:27:01'),
(1539,687,383,'H-2021-TK',NULL,2,20000.00,0.00,0.00,0.00,40000.00,'2026-03-07 06:27:01','2026-03-07 06:27:01'),
(1540,688,49,'Hilal-3B',NULL,1,18500.00,0.00,0.00,0.00,18500.00,'2026-03-07 06:29:59','2026-03-07 06:29:59'),
(1541,688,67,'Hilali-Mix',NULL,1,18500.00,0.00,0.00,0.00,18500.00,'2026-03-07 06:29:59','2026-03-07 06:29:59'),
(1542,688,107,'HS-23',NULL,2,18500.00,0.00,0.00,0.00,37000.00,'2026-03-07 06:29:59','2026-03-07 06:29:59'),
(1543,688,158,'HB-2026',NULL,1,18500.00,0.00,0.00,0.00,18500.00,'2026-03-07 06:29:59','2026-03-07 06:29:59'),
(1544,688,215,'Hilal-14B',NULL,1,18500.00,0.00,0.00,0.00,18500.00,'2026-03-07 06:29:59','2026-03-07 06:29:59'),
(1545,688,313,'RB-1',NULL,1,18500.00,0.00,0.00,0.00,18500.00,'2026-03-07 06:29:59','2026-03-07 06:29:59'),
(1546,688,362,'SBF',NULL,1,18500.00,0.00,0.00,0.00,18500.00,'2026-03-07 06:29:59','2026-03-07 06:29:59'),
(1547,688,404,'H-0011TKÇ',NULL,2,18500.00,0.00,0.00,0.00,37000.00,'2026-03-07 06:29:59','2026-03-07 06:29:59'),
(1548,688,415,'HS-3000 B',NULL,2,18500.00,0.00,0.00,0.00,37000.00,'2026-03-07 06:29:59','2026-03-07 06:29:59'),
(1549,689,418,'HW-Mix',NULL,46,10000.00,0.00,0.00,0.00,460000.00,'2026-03-07 06:58:22','2026-03-07 06:58:22'),
(1550,690,418,'HW-Mix',NULL,12,10000.00,0.00,0.00,0.00,120000.00,'2026-03-07 06:58:44','2026-03-07 06:58:44'),
(1551,691,418,'HW-Mix',NULL,24,10000.00,0.00,0.00,0.00,240000.00,'2026-03-07 06:59:59','2026-03-07 06:59:59'),
(1552,692,418,'HW-Mix',NULL,1,10000.00,0.00,0.00,0.00,10000.00,'2026-03-07 07:00:15','2026-03-07 07:00:15'),
(1553,693,418,'HW-Mix',NULL,1,10000.00,0.00,0.00,0.00,10000.00,'2026-03-07 07:06:31','2026-03-07 07:06:31'),
(1554,694,67,'Hilali-Mix',NULL,2,18500.00,0.00,0.00,0.00,37000.00,'2026-03-07 07:35:25','2026-03-07 07:35:25'),
(1555,694,251,'HB-1000B',NULL,1,18500.00,0.00,0.00,0.00,18500.00,'2026-03-07 07:35:25','2026-03-07 07:35:25'),
(1556,694,272,'Hilal-8S',NULL,1,18500.00,0.00,0.00,0.00,18500.00,'2026-03-07 07:35:25','2026-03-07 07:35:25'),
(1557,694,404,'H-0011TKÇ',NULL,1,18500.00,0.00,0.00,0.00,18500.00,'2026-03-07 07:35:26','2026-03-07 07:35:26'),
(1558,695,173,'Duray S',NULL,1,7000.00,0.00,0.00,0.00,7000.00,'2026-03-07 07:50:53','2026-03-07 07:50:53'),
(1559,696,272,'Hilal-8S',NULL,1,20000.00,0.00,0.00,0.00,20000.00,'2026-03-07 08:45:37','2026-03-07 08:45:37'),
(1560,697,418,'HW-Mix',NULL,2,10000.00,0.00,0.00,0.00,20000.00,'2026-03-07 09:02:47','2026-03-07 09:02:47'),
(1561,698,87,'H-2023 Old',NULL,1,18500.00,0.00,0.00,0.00,18500.00,'2026-03-07 09:16:14','2026-03-07 09:16:14'),
(1562,699,251,'HB-1000B',NULL,1,18500.00,0.00,0.00,0.00,18500.00,'2026-03-07 10:03:19','2026-03-07 10:03:19'),
(1563,699,418,'HW-Mix',NULL,3,10000.00,0.00,0.00,0.00,30000.00,'2026-03-07 10:03:19','2026-03-07 10:03:19'),
(1564,700,391,'HC-2025SBC',NULL,1,30000.00,0.00,0.00,0.00,30000.00,'2026-03-07 11:09:40','2026-03-07 11:09:40'),
(1565,701,126,'H-2024',NULL,1,20000.00,0.00,0.00,0.00,20000.00,'2026-03-07 11:34:10','2026-03-07 11:34:10'),
(1566,702,217,'Hilal-8T',NULL,1,20000.00,0.00,0.00,0.00,20000.00,'2026-03-07 12:46:15','2026-03-07 12:46:15'),
(1567,703,173,'Duray S',NULL,2,7000.00,0.00,0.00,0.00,14000.00,'2026-03-07 13:18:50','2026-03-07 13:18:50'),
(1568,704,49,'Hilal-3B',NULL,1,18500.00,0.00,0.00,0.00,18500.00,'2026-03-08 16:04:44','2026-03-08 16:04:44'),
(1569,704,67,'Hilali-Mix',NULL,2,18500.00,0.00,0.00,0.00,37000.00,'2026-03-08 16:04:44','2026-03-08 16:04:44'),
(1570,704,81,'Hilali-10',NULL,1,18500.00,0.00,0.00,0.00,18500.00,'2026-03-08 16:04:44','2026-03-08 16:04:44'),
(1571,704,83,'Hilali-11',NULL,1,18500.00,0.00,0.00,0.00,18500.00,'2026-03-08 16:04:44','2026-03-08 16:04:44'),
(1572,704,87,'H-2023 Old',NULL,2,18500.00,0.00,0.00,0.00,37000.00,'2026-03-08 16:04:44','2026-03-08 16:04:44'),
(1573,704,136,'H-2017',NULL,1,18500.00,0.00,0.00,0.00,18500.00,'2026-03-08 16:04:44','2026-03-08 16:04:44'),
(1574,704,138,'H-2016 S',NULL,1,18500.00,0.00,0.00,0.00,18500.00,'2026-03-08 16:04:44','2026-03-08 16:04:44'),
(1575,704,201,'H-2016 N',NULL,1,18500.00,0.00,0.00,0.00,18500.00,'2026-03-08 16:04:44','2026-03-08 16:04:44'),
(1576,704,343,'FB3-S',NULL,1,18500.00,0.00,0.00,0.00,18500.00,'2026-03-08 16:04:44','2026-03-08 16:04:44'),
(1577,704,383,'H-2021-TK',NULL,3,18500.00,0.00,0.00,0.00,55500.00,'2026-03-08 16:04:44','2026-03-08 16:04:44'),
(1578,704,397,'H-3CS',NULL,1,18500.00,0.00,0.00,0.00,18500.00,'2026-03-08 16:04:44','2026-03-08 16:04:44'),
(1579,704,415,'HS-3000 B',NULL,3,18500.00,0.00,0.00,0.00,55500.00,'2026-03-08 16:04:44','2026-03-08 16:04:44'),
(1580,704,417,'H-2000 B',NULL,1,18500.00,0.00,0.00,0.00,18500.00,'2026-03-08 16:04:44','2026-03-08 16:04:44'),
(1581,704,435,'HS-2010B',NULL,4,18500.00,0.00,0.00,0.00,74000.00,'2026-03-08 16:04:44','2026-03-08 16:04:44'),
(1582,705,47,'Hilali-2',NULL,1,18500.00,0.00,0.00,0.00,18500.00,'2026-03-08 18:25:04','2026-03-08 18:25:04'),
(1583,705,67,'Hilali-Mix',NULL,5,18500.00,0.00,0.00,0.00,92500.00,'2026-03-08 18:25:04','2026-03-08 18:25:04'),
(1584,705,93,'Hilali-16',NULL,1,18500.00,0.00,0.00,0.00,18500.00,'2026-03-08 18:25:04','2026-03-08 18:25:04'),
(1585,705,107,'HS-23',NULL,1,18500.00,0.00,0.00,0.00,18500.00,'2026-03-08 18:25:04','2026-03-08 18:25:04'),
(1586,705,182,'HS-2010SB',NULL,2,18500.00,0.00,0.00,0.00,37000.00,'2026-03-08 18:25:04','2026-03-08 18:25:04'),
(1587,705,219,'HS-3024',NULL,1,18500.00,0.00,0.00,0.00,18500.00,'2026-03-08 18:25:04','2026-03-08 18:25:04'),
(1588,705,311,'HZ-SB',NULL,1,18500.00,0.00,0.00,0.00,18500.00,'2026-03-08 18:25:04','2026-03-08 18:25:04'),
(1589,705,354,'H-2025B',NULL,1,18500.00,0.00,0.00,0.00,18500.00,'2026-03-08 18:25:04','2026-03-08 18:25:04'),
(1590,705,397,'H-3CS',NULL,1,18500.00,0.00,0.00,0.00,18500.00,'2026-03-08 18:25:04','2026-03-08 18:25:04'),
(1591,706,437,'HB-FBN',NULL,10,18500.00,0.00,0.00,0.00,185000.00,'2026-03-09 05:36:44','2026-03-09 05:36:44'),
(1592,707,389,'CADILLAC-TK',NULL,4,30000.00,0.00,0.00,0.00,120000.00,'2026-03-09 05:38:19','2026-03-09 05:38:19'),
(1593,707,391,'HC-2025SBC',NULL,2,30000.00,0.00,0.00,0.00,60000.00,'2026-03-09 05:38:19','2026-03-09 05:38:19'),
(1594,707,424,'CA HS-2010 SB',NULL,2,30000.00,0.00,0.00,0.00,60000.00,'2026-03-09 05:38:19','2026-03-09 05:38:19'),
(1595,707,428,'CA HZ-SB',NULL,1,30000.00,0.00,0.00,0.00,30000.00,'2026-03-09 05:38:19','2026-03-09 05:38:19'),
(1596,707,430,'CA H-0011TKÇ',NULL,2,30000.00,0.00,0.00,0.00,60000.00,'2026-03-09 05:38:19','2026-03-09 05:38:19'),
(1597,708,404,'H-0011TKÇ',NULL,5,18500.00,0.00,0.00,0.00,92500.00,'2026-03-09 05:39:53','2026-03-09 05:39:53'),
(1598,708,413,'H-2022 CH',NULL,3,18500.00,0.00,0.00,0.00,55500.00,'2026-03-09 05:39:53','2026-03-09 05:39:53'),
(1599,708,417,'H-2000 B',NULL,1,18500.00,0.00,0.00,0.00,18500.00,'2026-03-09 05:39:53','2026-03-09 05:39:53'),
(1600,709,45,'Hilali-1',NULL,2,18500.00,0.00,0.00,0.00,37000.00,'2026-03-09 05:54:06','2026-03-09 05:54:06'),
(1601,709,51,'Hilali-4',NULL,1,18500.00,0.00,0.00,0.00,18500.00,'2026-03-09 05:54:06','2026-03-09 05:54:06'),
(1602,709,87,'H-2023 Old',NULL,2,18500.00,0.00,0.00,0.00,37000.00,'2026-03-09 05:54:06','2026-03-09 05:54:06'),
(1603,709,99,'Hilali-19',NULL,2,18500.00,0.00,0.00,0.00,37000.00,'2026-03-09 05:54:06','2026-03-09 05:54:06'),
(1604,709,107,'HS-23',NULL,1,18500.00,0.00,0.00,0.00,18500.00,'2026-03-09 05:54:06','2026-03-09 05:54:06'),
(1605,709,124,'H-2023',NULL,1,18500.00,0.00,0.00,0.00,18500.00,'2026-03-09 05:54:06','2026-03-09 05:54:06'),
(1606,709,152,'H-2020',NULL,1,18500.00,0.00,0.00,0.00,18500.00,'2026-03-09 05:54:06','2026-03-09 05:54:06'),
(1607,709,180,'HS-3000S',NULL,1,18500.00,0.00,0.00,0.00,18500.00,'2026-03-09 05:54:06','2026-03-09 05:54:06'),
(1608,709,190,'HB-2027S',NULL,1,18500.00,0.00,0.00,0.00,18500.00,'2026-03-09 05:54:06','2026-03-09 05:54:06'),
(1609,709,215,'Hilal-14B',NULL,1,18500.00,0.00,0.00,0.00,18500.00,'2026-03-09 05:54:06','2026-03-09 05:54:06'),
(1610,709,217,'Hilal-8T',NULL,1,18500.00,0.00,0.00,0.00,18500.00,'2026-03-09 05:54:06','2026-03-09 05:54:06'),
(1611,709,219,'HS-3024',NULL,3,18500.00,0.00,0.00,0.00,55500.00,'2026-03-09 05:54:06','2026-03-09 05:54:06'),
(1612,709,235,'HS FB1',NULL,2,18500.00,0.00,0.00,0.00,37000.00,'2026-03-09 05:54:06','2026-03-09 05:54:06'),
(1613,709,241,'HS-0033',NULL,2,18500.00,0.00,0.00,0.00,37000.00,'2026-03-09 05:54:06','2026-03-09 05:54:06'),
(1614,709,251,'HB-1000B',NULL,4,18500.00,0.00,0.00,0.00,74000.00,'2026-03-09 05:54:06','2026-03-09 05:54:06'),
(1615,709,255,'HB-1001M',NULL,3,18500.00,0.00,0.00,0.00,55500.00,'2026-03-09 05:54:06','2026-03-09 05:54:06'),
(1616,709,259,'HB-1000S',NULL,3,18500.00,0.00,0.00,0.00,55500.00,'2026-03-09 05:54:06','2026-03-09 05:54:06'),
(1617,709,266,'Hilal-0017',NULL,1,18500.00,0.00,0.00,0.00,18500.00,'2026-03-09 05:54:06','2026-03-09 05:54:06'),
(1618,709,272,'Hilal-8S',NULL,6,18500.00,0.00,0.00,0.00,111000.00,'2026-03-09 05:54:06','2026-03-09 05:54:06'),
(1619,709,297,'KS-1',NULL,1,18500.00,0.00,0.00,0.00,18500.00,'2026-03-09 05:54:06','2026-03-09 05:54:06'),
(1620,709,307,'HB-2026 T',NULL,4,18500.00,0.00,0.00,0.00,74000.00,'2026-03-09 05:54:06','2026-03-09 05:54:06'),
(1621,709,317,'KB-1',NULL,2,18500.00,0.00,0.00,0.00,37000.00,'2026-03-09 05:54:06','2026-03-09 05:54:06'),
(1622,709,319,'Hilal-10K',NULL,1,18500.00,0.00,0.00,0.00,18500.00,'2026-03-09 05:54:06','2026-03-09 05:54:06'),
(1623,709,343,'FB3-S',NULL,1,18500.00,0.00,0.00,0.00,18500.00,'2026-03-09 05:54:06','2026-03-09 05:54:06'),
(1624,709,345,'HS-AB',NULL,1,18500.00,0.00,0.00,0.00,18500.00,'2026-03-09 05:54:06','2026-03-09 05:54:06'),
(1625,709,354,'H-2025B',NULL,3,18500.00,0.00,0.00,0.00,55500.00,'2026-03-09 05:54:06','2026-03-09 05:54:06'),
(1626,709,356,'Hilal-10SB',NULL,1,18500.00,0.00,0.00,0.00,18500.00,'2026-03-09 05:54:06','2026-03-09 05:54:06'),
(1627,709,358,'HB-NBS',NULL,1,18500.00,0.00,0.00,0.00,18500.00,'2026-03-09 05:54:06','2026-03-09 05:54:06'),
(1628,709,360,'HB-NFS',NULL,1,18500.00,0.00,0.00,0.00,18500.00,'2026-03-09 05:54:06','2026-03-09 05:54:06'),
(1629,709,362,'SBF',NULL,4,18500.00,0.00,0.00,0.00,74000.00,'2026-03-09 05:54:06','2026-03-09 05:54:06'),
(1630,709,383,'H-2021-TK',NULL,3,18500.00,0.00,0.00,0.00,55500.00,'2026-03-09 05:54:06','2026-03-09 05:54:06'),
(1631,709,385,'H-2025ÇT',NULL,3,18500.00,0.00,0.00,0.00,55500.00,'2026-03-09 05:54:06','2026-03-09 05:54:06'),
(1632,709,387,'H-2000S',NULL,2,18500.00,0.00,0.00,0.00,37000.00,'2026-03-09 05:54:06','2026-03-09 05:54:06'),
(1633,709,393,'HB-ML',NULL,3,18500.00,0.00,0.00,0.00,55500.00,'2026-03-09 05:54:07','2026-03-09 05:54:07'),
(1634,709,395,'HB-N1FS',NULL,3,18500.00,0.00,0.00,0.00,55500.00,'2026-03-09 05:54:07','2026-03-09 05:54:07'),
(1635,709,399,'H-FB1-GS',NULL,1,18500.00,0.00,0.00,0.00,18500.00,'2026-03-09 05:54:07','2026-03-09 05:54:07'),
(1636,710,368,'H-2000FB',NULL,36,18500.00,0.00,0.00,0.00,666000.00,'2026-03-09 05:54:40','2026-03-09 05:54:40'),
(1637,711,291,'KÇ-1',NULL,3,18500.00,0.00,0.00,0.00,55500.00,'2026-03-09 05:57:23','2026-03-09 05:57:23'),
(1638,712,190,'HB-2027S',NULL,1,20000.00,0.00,0.00,0.00,20000.00,'2026-03-09 07:29:16','2026-03-09 07:29:16'),
(1639,712,305,'HB-2027Ç',NULL,1,20000.00,0.00,0.00,0.00,20000.00,'2026-03-09 07:29:16','2026-03-09 07:29:16'),
(1640,713,305,'HB-2027Ç',NULL,1,20000.00,0.00,0.00,0.00,20000.00,'2026-03-09 07:29:31','2026-03-09 07:29:31'),
(1641,714,418,'HW-Mix',NULL,1,10000.00,0.00,0.00,0.00,10000.00,'2026-03-09 07:30:05','2026-03-09 07:30:05'),
(1642,715,43,'Duray Gome',NULL,2,6500.00,0.00,0.00,0.00,13000.00,'2026-03-09 07:34:02','2026-03-09 07:34:02'),
(1643,715,79,'BA HIL-MIX',NULL,1,20000.00,0.00,0.00,0.00,20000.00,'2026-03-09 07:34:02','2026-03-09 07:34:02'),
(1644,715,291,'KÇ-1',NULL,1,20000.00,0.00,0.00,0.00,20000.00,'2026-03-09 07:34:02','2026-03-09 07:34:02'),
(1645,716,413,'H-2022 CH',NULL,1,20000.00,0.00,0.00,0.00,20000.00,'2026-03-09 07:36:54','2026-03-09 07:36:54'),
(1646,717,409,'HB-NKB',NULL,1,20000.00,0.00,0.00,0.00,20000.00,'2026-03-09 07:39:25','2026-03-09 07:39:25'),
(1647,718,79,'BA HIL-MIX',NULL,1,20000.00,0.00,0.00,0.00,20000.00,'2026-03-09 07:46:47','2026-03-09 07:46:47'),
(1648,719,418,'HW-Mix',NULL,2,10000.00,0.00,0.00,0.00,20000.00,'2026-03-09 08:09:08','2026-03-09 08:09:08'),
(1649,720,126,'H-2024',NULL,1,20000.00,0.00,0.00,0.00,20000.00,'2026-03-09 08:30:03','2026-03-09 08:30:03'),
(1650,721,418,'HW-Mix',NULL,1,10000.00,0.00,0.00,0.00,10000.00,'2026-03-09 08:54:09','2026-03-09 08:54:09'),
(1651,722,418,'HW-Mix',NULL,5,10000.00,0.00,0.00,0.00,50000.00,'2026-03-09 09:14:16','2026-03-09 09:14:16'),
(1652,722,435,'HS-2010B',NULL,1,20000.00,0.00,0.00,0.00,20000.00,'2026-03-09 09:14:16','2026-03-09 09:14:16'),
(1653,723,433,'H-LFB',NULL,1,20000.00,0.00,0.00,0.00,20000.00,'2026-03-09 09:32:54','2026-03-09 09:32:54'),
(1654,724,418,'HW-Mix',NULL,4,10000.00,0.00,0.00,0.00,40000.00,'2026-03-09 09:45:17','2026-03-09 09:45:17'),
(1655,725,49,'Hilal-3B',NULL,1,20000.00,0.00,0.00,0.00,20000.00,'2026-03-09 10:03:07','2026-03-09 10:03:07'),
(1656,726,418,'HW-Mix',NULL,1,10000.00,0.00,0.00,0.00,10000.00,'2026-03-09 10:24:57','2026-03-09 10:24:57'),
(1657,727,418,'HW-Mix',NULL,1,10000.00,0.00,0.00,0.00,10000.00,'2026-03-09 10:25:52','2026-03-09 10:25:52'),
(1658,728,99,'Hilali-19',NULL,2,18500.00,0.00,0.00,0.00,37000.00,'2026-03-09 10:48:42','2026-03-09 10:48:42'),
(1659,728,126,'H-2024',NULL,1,18500.00,0.00,0.00,0.00,18500.00,'2026-03-09 10:48:42','2026-03-09 10:48:42'),
(1660,728,272,'Hilal-8S',NULL,1,18500.00,0.00,0.00,0.00,18500.00,'2026-03-09 10:48:42','2026-03-09 10:48:42'),
(1661,728,383,'H-2021-TK',NULL,7,18500.00,0.00,0.00,0.00,129500.00,'2026-03-09 10:48:42','2026-03-09 10:48:42'),
(1662,728,418,'HW-Mix',NULL,6,12500.00,0.00,0.00,0.00,75000.00,'2026-03-09 10:48:42','2026-03-09 10:48:42'),
(1663,729,387,'H-2000S',NULL,1,20000.00,0.00,0.00,0.00,20000.00,'2026-03-09 12:26:27','2026-03-09 12:26:27'),
(1664,730,418,'HW-Mix',NULL,2,10000.00,0.00,0.00,0.00,20000.00,'2026-03-09 12:26:57','2026-03-09 12:26:57'),
(1665,731,430,'CA H-0011TKÇ',NULL,1,30000.00,0.00,0.00,0.00,30000.00,'2026-03-09 12:35:25','2026-03-09 12:35:25'),
(1666,732,415,'HS-3000 B',NULL,1,20000.00,0.00,0.00,0.00,20000.00,'2026-03-09 12:41:14','2026-03-09 12:41:14'),
(1667,733,418,'HW-Mix',NULL,2,10000.00,0.00,0.00,0.00,20000.00,'2026-03-09 12:50:20','2026-03-09 12:50:20'),
(1668,734,67,'Hilali-Mix',NULL,1,20000.00,0.00,0.00,0.00,20000.00,'2026-03-09 13:18:38','2026-03-09 13:18:38'),
(1669,735,47,'Hilali-2',NULL,1,18500.00,0.00,0.00,0.00,18500.00,'2026-03-09 13:26:21','2026-03-09 13:26:21'),
(1670,735,49,'Hilal-3B',NULL,1,18500.00,0.00,0.00,0.00,18500.00,'2026-03-09 13:26:21','2026-03-09 13:26:21'),
(1671,735,67,'Hilali-Mix',NULL,1,18500.00,0.00,0.00,0.00,18500.00,'2026-03-09 13:26:21','2026-03-09 13:26:21'),
(1672,735,319,'Hilal-10K',NULL,1,18500.00,0.00,0.00,0.00,18500.00,'2026-03-09 13:26:21','2026-03-09 13:26:21'),
(1673,735,404,'H-0011TKÇ',NULL,1,18500.00,0.00,0.00,0.00,18500.00,'2026-03-09 13:26:21','2026-03-09 13:26:21'),
(1674,735,413,'H-2022 CH',NULL,2,18500.00,0.00,0.00,0.00,37000.00,'2026-03-09 13:26:21','2026-03-09 13:26:21'),
(1675,736,426,'CA HS-2010Ç',NULL,1,30000.00,0.00,0.00,0.00,30000.00,'2026-03-09 13:31:20','2026-03-09 13:31:20'),
(1676,737,67,'Hilali-Mix',NULL,1,20000.00,0.00,0.00,0.00,20000.00,'2026-03-09 13:45:33','2026-03-09 13:45:33'),
(1677,737,124,'H-2023',NULL,1,20000.00,0.00,0.00,0.00,20000.00,'2026-03-09 13:45:33','2026-03-09 13:45:33'),
(1678,737,217,'Hilal-8T',NULL,1,20000.00,0.00,0.00,0.00,20000.00,'2026-03-09 13:45:33','2026-03-09 13:45:33'),
(1679,737,237,'HS-FB10',NULL,1,20000.00,0.00,0.00,0.00,20000.00,'2026-03-09 13:45:33','2026-03-09 13:45:33'),
(1680,737,413,'H-2022 CH',NULL,1,20000.00,0.00,0.00,0.00,20000.00,'2026-03-09 13:45:33','2026-03-09 13:45:33'),
(1681,738,418,'HW-Mix',NULL,2,10000.00,0.00,0.00,0.00,20000.00,'2026-03-10 06:09:30','2026-03-10 06:09:30'),
(1682,739,383,'H-2021-TK',NULL,1,20000.00,0.00,0.00,0.00,20000.00,'2026-03-10 06:09:55','2026-03-10 06:09:55'),
(1683,740,430,'CA H-0011TKÇ',NULL,1,30000.00,0.00,0.00,0.00,30000.00,'2026-03-10 06:27:36','2026-03-10 06:27:36'),
(1684,741,430,'CA H-0011TKÇ',NULL,1,30000.00,0.00,0.00,0.00,30000.00,'2026-03-10 06:30:34','2026-03-10 06:30:34'),
(1685,742,418,'HW-Mix',NULL,6,10000.00,0.00,0.00,0.00,60000.00,'2026-03-10 06:42:55','2026-03-10 06:42:55'),
(1686,743,433,'H-LFB',NULL,1,20000.00,0.00,0.00,0.00,20000.00,'2026-03-10 06:44:16','2026-03-10 06:44:16'),
(1687,744,418,'HW-Mix',NULL,1,10000.00,0.00,0.00,0.00,10000.00,'2026-03-10 07:04:53','2026-03-10 07:04:53'),
(1688,745,418,'HW-Mix',NULL,1,10000.00,0.00,0.00,0.00,10000.00,'2026-03-10 08:26:58','2026-03-10 08:26:58'),
(1689,746,383,'H-2021-TK',NULL,1,20000.00,0.00,0.00,0.00,20000.00,'2026-03-10 08:27:38','2026-03-10 08:27:38'),
(1690,747,43,'Duray Gome',NULL,30,6000.00,0.00,0.00,0.00,180000.00,'2026-03-10 08:36:04','2026-03-10 08:36:04'),
(1691,748,418,'HW-Mix',NULL,2,10000.00,0.00,0.00,0.00,20000.00,'2026-03-10 09:17:53','2026-03-10 09:17:53'),
(1692,749,418,'HW-Mix',NULL,3,10000.00,0.00,0.00,0.00,30000.00,'2026-03-10 09:18:17','2026-03-10 09:18:17'),
(1693,750,418,'HW-Mix',NULL,24,10000.00,0.00,0.00,0.00,240000.00,'2026-03-10 09:18:39','2026-03-10 09:18:39'),
(1694,751,428,'CA HZ-SB',NULL,1,30000.00,0.00,0.00,0.00,30000.00,'2026-03-10 09:26:35','2026-03-10 09:26:35'),
(1695,752,389,'CADILLAC-TK',NULL,1,30000.00,0.00,0.00,0.00,30000.00,'2026-03-10 09:45:38','2026-03-10 09:45:38'),
(1696,753,184,'HS-2011S',NULL,1,20000.00,0.00,0.00,0.00,20000.00,'2026-03-10 10:25:36','2026-03-10 10:25:36'),
(1697,753,413,'H-2022 CH',NULL,1,20000.00,0.00,0.00,0.00,20000.00,'2026-03-10 10:25:36','2026-03-10 10:25:36'),
(1698,754,413,'H-2022 CH',NULL,1,20000.00,0.00,0.00,0.00,20000.00,'2026-03-10 10:38:12','2026-03-10 10:38:12'),
(1699,755,184,'HS-2011S',NULL,1,20000.00,0.00,0.00,0.00,20000.00,'2026-03-10 11:03:24','2026-03-10 11:03:24'),
(1700,756,389,'CADILLAC-TK',NULL,1,24000.00,0.00,0.00,0.00,24000.00,'2026-03-10 11:15:09','2026-03-10 11:15:09'),
(1701,756,391,'HC-2025SBC',NULL,2,24000.00,0.00,0.00,0.00,48000.00,'2026-03-10 11:15:09','2026-03-10 11:15:09'),
(1702,756,397,'CA H-3CS',NULL,5,24000.00,0.00,0.00,0.00,120000.00,'2026-03-10 11:15:09','2026-03-10 11:15:09'),
(1703,756,424,'CA HS-2010 SB',NULL,6,24000.00,0.00,0.00,0.00,144000.00,'2026-03-10 11:15:09','2026-03-10 11:15:09'),
(1704,756,426,'CA HS-2010Ç',NULL,6,24000.00,0.00,0.00,0.00,144000.00,'2026-03-10 11:15:09','2026-03-10 11:15:09'),
(1705,756,428,'CA HZ-SB',NULL,6,24000.00,0.00,0.00,0.00,144000.00,'2026-03-10 11:15:09','2026-03-10 11:15:09'),
(1706,756,430,'CA H-0011TKÇ',NULL,4,24000.00,0.00,0.00,0.00,96000.00,'2026-03-10 11:15:09','2026-03-10 11:15:09'),
(1707,757,79,'BA HIL-MIX',NULL,1,20000.00,0.00,0.00,0.00,20000.00,'2026-03-10 11:28:30','2026-03-10 11:28:30'),
(1708,757,158,'HB-2026',NULL,1,20000.00,0.00,0.00,0.00,20000.00,'2026-03-10 11:28:31','2026-03-10 11:28:31'),
(1709,758,237,'HS-FB10',NULL,1,20000.00,0.00,0.00,0.00,20000.00,'2026-03-10 11:54:39','2026-03-10 11:54:39'),
(1710,759,418,'HW-Mix',NULL,1,10000.00,0.00,0.00,0.00,10000.00,'2026-03-10 12:35:23','2026-03-10 12:35:23'),
(1711,760,67,'Hilali-Mix',NULL,1,18500.00,0.00,0.00,0.00,18500.00,'2026-03-10 12:47:36','2026-03-10 12:47:36'),
(1712,760,87,'H-2023 Old',NULL,1,18500.00,0.00,0.00,0.00,18500.00,'2026-03-10 12:47:36','2026-03-10 12:47:36'),
(1713,760,93,'Hilali-16',NULL,1,18500.00,0.00,0.00,0.00,18500.00,'2026-03-10 12:47:36','2026-03-10 12:47:36'),
(1714,760,184,'HS-2011S',NULL,1,18500.00,0.00,0.00,0.00,18500.00,'2026-03-10 12:47:36','2026-03-10 12:47:36'),
(1715,760,323,'HS-2011G',NULL,1,18500.00,0.00,0.00,0.00,18500.00,'2026-03-10 12:47:36','2026-03-10 12:47:36'),
(1716,760,433,'H-LFB',NULL,1,18500.00,0.00,0.00,0.00,18500.00,'2026-03-10 12:47:36','2026-03-10 12:47:36'),
(1717,760,435,'HS-2010B',NULL,3,18500.00,0.00,0.00,0.00,55500.00,'2026-03-10 12:47:36','2026-03-10 12:47:36'),
(1718,761,418,'HW-Mix',NULL,21,10000.00,0.00,0.00,0.00,210000.00,'2026-03-10 13:21:46','2026-03-10 13:21:46'),
(1719,762,426,'CA HS-2010Ç',NULL,1,30000.00,0.00,0.00,0.00,30000.00,'2026-03-10 13:30:08','2026-03-10 13:30:08'),
(1720,762,428,'CA HZ-SB',NULL,1,30000.00,0.00,0.00,0.00,30000.00,'2026-03-10 13:30:08','2026-03-10 13:30:08'),
(1721,763,435,'HS-2010B',NULL,1,20000.00,0.00,0.00,0.00,20000.00,'2026-03-11 06:16:19','2026-03-11 06:16:19'),
(1722,764,418,'HW-Mix',NULL,5,10000.00,0.00,0.00,0.00,50000.00,'2026-03-11 07:45:12','2026-03-11 07:45:12'),
(1723,765,428,'CA HZ-SB',NULL,1,30000.00,0.00,0.00,0.00,30000.00,'2026-03-11 07:46:43','2026-03-11 07:46:43'),
(1724,765,433,'H-LFB',NULL,1,20000.00,0.00,0.00,0.00,20000.00,'2026-03-11 07:46:43','2026-03-11 07:46:43'),
(1725,766,418,'HW-Mix',NULL,1,10000.00,0.00,0.00,0.00,10000.00,'2026-03-11 07:58:02','2026-03-11 07:58:02'),
(1726,767,418,'HW-Mix',NULL,15,10000.00,0.00,0.00,0.00,150000.00,'2026-03-11 08:23:27','2026-03-11 08:23:27'),
(1727,768,173,'Duray S',NULL,1,7000.00,0.00,0.00,0.00,7000.00,'2026-03-11 08:36:02','2026-03-11 08:36:02'),
(1728,769,43,'Duray Gome',NULL,10,6500.00,0.00,0.00,0.00,65000.00,'2026-03-11 09:56:01','2026-03-11 09:56:01'),
(1729,770,43,'Duray Gome',NULL,24,6500.00,0.00,0.00,0.00,156000.00,'2026-03-11 10:03:07','2026-03-11 10:03:07'),
(1730,771,43,'Duray Gome',NULL,18,6500.00,0.00,0.00,0.00,117000.00,'2026-03-11 10:17:07','2026-03-11 10:17:07'),
(1731,771,173,'Duray S',NULL,6,7000.00,0.00,0.00,0.00,42000.00,'2026-03-11 10:17:07','2026-03-11 10:17:07'),
(1732,771,418,'HW-Mix',NULL,6,10000.00,0.00,0.00,0.00,60000.00,'2026-03-11 10:17:07','2026-03-11 10:17:07'),
(1733,772,77,'BA HIL-5',NULL,5,18500.00,0.00,0.00,0.00,92500.00,'2026-03-11 10:44:20','2026-03-11 10:44:20'),
(1734,772,79,'BA HIL-MIX',NULL,5,18500.00,0.00,0.00,0.00,92500.00,'2026-03-11 10:44:20','2026-03-11 10:44:20'),
(1735,772,173,'Duray S',NULL,5,7000.00,0.00,0.00,0.00,35000.00,'2026-03-11 10:44:20','2026-03-11 10:44:20'),
(1736,772,251,'HB-1000B',NULL,2,18500.00,0.00,0.00,0.00,37000.00,'2026-03-11 10:44:20','2026-03-11 10:44:20'),
(1737,772,255,'HB-1001M',NULL,2,18500.00,0.00,0.00,0.00,37000.00,'2026-03-11 10:44:20','2026-03-11 10:44:20'),
(1738,772,307,'HB-2026 T',NULL,1,18500.00,0.00,0.00,0.00,18500.00,'2026-03-11 10:44:20','2026-03-11 10:44:20'),
(1739,772,418,'HW-Mix',NULL,5,10000.00,0.00,0.00,0.00,50000.00,'2026-03-11 10:44:20','2026-03-11 10:44:20'),
(1740,773,418,'HW-Mix',NULL,3,10000.00,0.00,0.00,0.00,30000.00,'2026-03-11 12:16:04','2026-03-11 12:16:04'),
(1741,774,67,'Hilali-Mix',NULL,1,20000.00,0.00,0.00,0.00,20000.00,'2026-03-12 05:53:20','2026-03-12 05:53:20'),
(1742,774,239,'HS-FB2',NULL,1,20000.00,0.00,0.00,0.00,20000.00,'2026-03-12 05:53:20','2026-03-12 05:53:20'),
(1743,774,418,'HW-Mix',NULL,2,10750.00,0.00,0.00,0.00,21500.00,'2026-03-12 05:53:20','2026-03-12 05:53:20'),
(1744,775,418,'HW-Mix',NULL,1,10000.00,0.00,0.00,0.00,10000.00,'2026-03-12 06:10:58','2026-03-12 06:10:58'),
(1745,776,67,'Hilali-Mix',NULL,4,18500.00,0.00,0.00,0.00,74000.00,'2026-03-12 06:23:54','2026-03-12 06:23:54'),
(1746,776,158,'HB-2026',NULL,1,18500.00,0.00,0.00,0.00,18500.00,'2026-03-12 06:23:54','2026-03-12 06:23:54'),
(1747,776,354,'H-2025B',NULL,1,18500.00,0.00,0.00,0.00,18500.00,'2026-03-12 06:23:54','2026-03-12 06:23:54'),
(1748,776,435,'HS-2010B',NULL,4,18500.00,0.00,0.00,0.00,74000.00,'2026-03-12 06:23:54','2026-03-12 06:23:54'),
(1749,777,43,'Duray Gome',NULL,1,6500.00,0.00,0.00,0.00,6500.00,'2026-03-12 08:15:50','2026-03-12 08:15:50'),
(1750,777,173,'Duray S',NULL,7,7000.00,0.00,0.00,0.00,49000.00,'2026-03-12 08:15:50','2026-03-12 08:15:50'),
(1751,777,418,'HW-Mix',NULL,2,10000.00,0.00,0.00,0.00,20000.00,'2026-03-12 08:15:50','2026-03-12 08:15:50'),
(1752,778,67,'Hilali-Mix',NULL,1,18500.00,0.00,0.00,0.00,18500.00,'2026-03-12 08:25:08','2026-03-12 08:25:08'),
(1753,778,173,'Duray S',NULL,8,7000.00,0.00,0.00,0.00,56000.00,'2026-03-12 08:25:08','2026-03-12 08:25:08'),
(1754,778,413,'H-2022 CH',NULL,1,18500.00,0.00,0.00,0.00,18500.00,'2026-03-12 08:25:08','2026-03-12 08:25:08'),
(1755,778,428,'CA HZ-SB',NULL,1,32500.00,0.00,0.00,0.00,32500.00,'2026-03-12 08:25:08','2026-03-12 08:25:08'),
(1756,778,433,'H-LFB',NULL,1,18500.00,0.00,0.00,0.00,18500.00,'2026-03-12 08:25:08','2026-03-12 08:25:08'),
(1757,778,437,'HB-FBN',NULL,1,18500.00,0.00,0.00,0.00,18500.00,'2026-03-12 08:25:08','2026-03-12 08:25:08'),
(1758,779,79,'BA HIL-MIX',NULL,1,20000.00,0.00,0.00,0.00,20000.00,'2026-03-12 08:25:52','2026-03-12 08:25:52'),
(1759,780,67,'Hilali-Mix',NULL,2,18500.00,0.00,0.00,0.00,37000.00,'2026-03-12 08:58:40','2026-03-12 08:58:40'),
(1760,780,83,'Hilali-11',NULL,1,18500.00,0.00,0.00,0.00,18500.00,'2026-03-12 08:58:40','2026-03-12 08:58:40'),
(1761,780,93,'Hilali-16',NULL,2,18500.00,0.00,0.00,0.00,37000.00,'2026-03-12 08:58:40','2026-03-12 08:58:40'),
(1762,780,356,'Hilal-10SB',NULL,1,18500.00,0.00,0.00,0.00,18500.00,'2026-03-12 08:58:40','2026-03-12 08:58:40'),
(1763,780,383,'H-2021-TK',NULL,1,18500.00,0.00,0.00,0.00,18500.00,'2026-03-12 08:58:40','2026-03-12 08:58:40'),
(1764,780,387,'H-2000S',NULL,1,18500.00,0.00,0.00,0.00,18500.00,'2026-03-12 08:58:40','2026-03-12 08:58:40'),
(1765,780,393,'HB-ML',NULL,1,18500.00,0.00,0.00,0.00,18500.00,'2026-03-12 08:58:40','2026-03-12 08:58:40'),
(1766,780,413,'H-2022 CH',NULL,1,18500.00,0.00,0.00,0.00,18500.00,'2026-03-12 08:58:40','2026-03-12 08:58:40'),
(1767,780,435,'HS-2010B',NULL,7,18500.00,0.00,0.00,0.00,129500.00,'2026-03-12 08:58:40','2026-03-12 08:58:40'),
(1768,781,307,'HB-2026 T',NULL,1,18500.00,0.00,0.00,0.00,18500.00,'2026-03-12 09:01:16','2026-03-12 09:01:16'),
(1769,782,404,'H-0011TKÇ',NULL,1,18500.00,0.00,0.00,0.00,18500.00,'2026-03-12 09:01:52','2026-03-12 09:01:52'),
(1770,783,424,'CA HS-2010 SB',NULL,5,25000.00,0.00,0.00,0.00,125000.00,'2026-03-12 09:38:07','2026-03-12 09:38:07'),
(1771,783,426,'CA HS-2010Ç',NULL,5,25000.00,0.00,0.00,0.00,125000.00,'2026-03-12 09:38:07','2026-03-12 09:38:07'),
(1772,784,418,'HW-Mix',NULL,2,10000.00,0.00,0.00,0.00,20000.00,'2026-03-12 09:38:29','2026-03-12 09:38:29'),
(1773,785,47,'Hilali-2',NULL,1,20000.00,0.00,0.00,0.00,20000.00,'2026-03-12 09:39:09','2026-03-12 09:39:09'),
(1774,786,173,'Duray S',NULL,1,7000.00,0.00,0.00,0.00,7000.00,'2026-03-12 09:48:35','2026-03-12 09:48:35'),
(1775,787,424,'CA HS-2010 SB',NULL,1,30000.00,0.00,0.00,0.00,30000.00,'2026-03-12 11:00:30','2026-03-12 11:00:30'),
(1776,788,173,'Duray S',NULL,1,7000.00,0.00,0.00,0.00,7000.00,'2026-03-12 11:08:59','2026-03-12 11:08:59'),
(1777,788,418,'HW-Mix',NULL,1,10000.00,0.00,0.00,0.00,10000.00,'2026-03-12 11:08:59','2026-03-12 11:08:59'),
(1778,789,428,'CA HZ-SB',NULL,1,30000.00,0.00,0.00,0.00,30000.00,'2026-03-12 12:33:59','2026-03-12 12:33:59'),
(1779,790,418,'HW-Mix',NULL,5,10000.00,0.00,0.00,0.00,50000.00,'2026-03-12 15:16:04','2026-03-12 15:16:04'),
(1780,791,428,'CA HZ-SB',NULL,2,30000.00,0.00,0.00,0.00,60000.00,'2026-03-12 15:17:05','2026-03-12 15:17:05'),
(1781,792,173,'Duray S',NULL,2,7000.00,0.00,0.00,0.00,14000.00,'2026-03-13 05:40:45','2026-03-13 05:40:45'),
(1782,793,347,'HS-ML',NULL,1,20000.00,0.00,0.00,0.00,20000.00,'2026-03-13 06:24:51','2026-03-13 06:24:51'),
(1783,794,47,'Hilali-2',NULL,2,18000.00,0.00,0.00,0.00,36000.00,'2026-03-13 06:50:10','2026-03-13 06:50:10'),
(1784,794,67,'Hilali-Mix',NULL,1,18000.00,0.00,0.00,0.00,18000.00,'2026-03-13 06:50:10','2026-03-13 06:50:10'),
(1785,795,415,'HS-3000 B',NULL,1,18500.00,0.00,0.00,0.00,18500.00,'2026-03-13 07:37:42','2026-03-13 07:37:42'),
(1786,796,173,'Duray S',NULL,30,7000.00,0.00,0.00,0.00,210000.00,'2026-03-13 07:41:13','2026-03-13 07:41:13'),
(1787,797,426,'CA HS-2010Ç',NULL,1,30000.00,0.00,0.00,0.00,30000.00,'2026-03-13 11:04:59','2026-03-13 11:04:59'),
(1788,798,428,'CA HZ-SB',NULL,1,30000.00,0.00,0.00,0.00,30000.00,'2026-03-13 12:17:51','2026-03-13 12:17:51'),
(1789,799,182,'HS-2010SB',NULL,1,20000.00,0.00,0.00,0.00,20000.00,'2026-03-13 12:20:15','2026-03-13 12:20:15'),
(1790,800,67,'Hilali-Mix',NULL,1,20000.00,0.00,0.00,0.00,20000.00,'2026-03-13 12:44:45','2026-03-13 12:44:45'),
(1791,801,418,'HW-Mix',NULL,5,10000.00,0.00,0.00,0.00,50000.00,'2026-03-13 12:45:10','2026-03-13 12:45:10'),
(1792,802,424,'CA HS-2010 SB',NULL,1,30000.00,0.00,0.00,0.00,30000.00,'2026-03-14 06:11:20','2026-03-14 06:11:20'),
(1793,802,435,'HS-2010B',NULL,1,30000.00,0.00,0.00,0.00,30000.00,'2026-03-14 06:11:20','2026-03-14 06:11:20'),
(1794,803,67,'Hilali-Mix',NULL,1,18500.00,0.00,0.00,0.00,18500.00,'2026-03-14 06:54:57','2026-03-14 06:54:57'),
(1795,803,148,'H-2019 S',NULL,2,18500.00,0.00,0.00,0.00,37000.00,'2026-03-14 06:54:57','2026-03-14 06:54:57'),
(1796,803,435,'HS-2010B',NULL,3,18500.00,0.00,0.00,0.00,55500.00,'2026-03-14 06:54:57','2026-03-14 06:54:57'),
(1797,804,67,'Hilali-Mix',NULL,4,18500.00,0.00,0.00,0.00,74000.00,'2026-03-14 06:56:32','2026-03-14 06:56:32'),
(1798,804,148,'H-2019 S',NULL,2,18500.00,0.00,0.00,0.00,37000.00,'2026-03-14 06:56:32','2026-03-14 06:56:32'),
(1799,804,237,'HS-FB10',NULL,2,18500.00,0.00,0.00,0.00,37000.00,'2026-03-14 06:56:32','2026-03-14 06:56:32'),
(1800,804,354,'H-2025B',NULL,1,18500.00,0.00,0.00,0.00,18500.00,'2026-03-14 06:56:32','2026-03-14 06:56:32'),
(1801,804,362,'SBF',NULL,1,18500.00,0.00,0.00,0.00,18500.00,'2026-03-14 06:56:32','2026-03-14 06:56:32'),
(1802,804,433,'H-LFB',NULL,1,18500.00,0.00,0.00,0.00,18500.00,'2026-03-14 06:56:32','2026-03-14 06:56:32'),
(1803,805,173,'Duray S',NULL,5,7000.00,0.00,0.00,0.00,35000.00,'2026-03-14 06:58:23','2026-03-14 06:58:23'),
(1804,806,389,'CADILLAC-TK',NULL,10,24000.00,0.00,0.00,0.00,240000.00,'2026-03-14 07:36:49','2026-03-14 07:36:49'),
(1805,806,424,'CA HS-2010 SB',NULL,10,24000.00,0.00,0.00,0.00,240000.00,'2026-03-14 07:36:49','2026-03-14 07:36:49'),
(1806,806,426,'CA HS-2010Ç',NULL,10,24000.00,0.00,0.00,0.00,240000.00,'2026-03-14 07:36:49','2026-03-14 07:36:49'),
(1807,806,428,'CA HZ-SB',NULL,7,24000.00,0.00,0.00,0.00,168000.00,'2026-03-14 07:36:49','2026-03-14 07:36:49'),
(1808,806,430,'CA H-0011TKÇ',NULL,8,24000.00,0.00,0.00,0.00,192000.00,'2026-03-14 07:36:49','2026-03-14 07:36:49'),
(1809,806,442,'CA-GS',NULL,10,24000.00,0.00,0.00,0.00,240000.00,'2026-03-14 07:36:49','2026-03-14 07:36:49'),
(1810,806,444,'CA-2026 C',NULL,10,24000.00,0.00,0.00,0.00,240000.00,'2026-03-14 07:36:49','2026-03-14 07:36:49'),
(1811,807,67,'Hilali-Mix',NULL,1,20000.00,0.00,0.00,0.00,20000.00,'2026-03-14 08:06:29','2026-03-14 08:06:29'),
(1812,808,148,'H-2019 S',NULL,1,20000.00,0.00,0.00,0.00,20000.00,'2026-03-14 08:14:16','2026-03-14 08:14:16'),
(1813,809,148,'H-2019 S',NULL,1,20000.00,0.00,0.00,0.00,20000.00,'2026-03-14 08:15:03','2026-03-14 08:15:03'),
(1814,810,389,'CADILLAC-TK',NULL,2,30000.00,0.00,0.00,0.00,60000.00,'2026-03-14 08:30:44','2026-03-14 08:30:44'),
(1815,811,418,'HW-Mix',NULL,1,10000.00,0.00,0.00,0.00,10000.00,'2026-03-14 08:52:08','2026-03-14 08:52:08'),
(1816,812,418,'HW-Mix',NULL,1,10000.00,0.00,0.00,0.00,10000.00,'2026-03-14 09:34:38','2026-03-14 09:34:38'),
(1817,813,47,'Hilali-2',NULL,1,20000.00,0.00,0.00,0.00,20000.00,'2026-03-14 09:46:32','2026-03-14 09:46:32'),
(1818,814,67,'Hilali-Mix',NULL,5,18500.00,0.00,0.00,0.00,92500.00,'2026-03-14 09:59:18','2026-03-14 09:59:18'),
(1819,814,99,'Hilali-19',NULL,1,18500.00,0.00,0.00,0.00,18500.00,'2026-03-14 09:59:18','2026-03-14 09:59:18'),
(1820,814,126,'H-2024',NULL,1,18500.00,0.00,0.00,0.00,18500.00,'2026-03-14 09:59:18','2026-03-14 09:59:18'),
(1821,814,148,'H-2019 S',NULL,1,18500.00,0.00,0.00,0.00,18500.00,'2026-03-14 09:59:18','2026-03-14 09:59:18'),
(1822,814,208,'Hilal-2000G',NULL,1,18500.00,0.00,0.00,0.00,18500.00,'2026-03-14 09:59:18','2026-03-14 09:59:18'),
(1823,814,381,'H-2025S',NULL,1,18500.00,0.00,0.00,0.00,18500.00,'2026-03-14 09:59:18','2026-03-14 09:59:18'),
(1824,814,383,'H-2021-TK',NULL,1,18500.00,0.00,0.00,0.00,18500.00,'2026-03-14 09:59:18','2026-03-14 09:59:18'),
(1825,814,413,'H-2022 CH',NULL,2,18500.00,0.00,0.00,0.00,37000.00,'2026-03-14 09:59:18','2026-03-14 09:59:18'),
(1826,814,418,'HW-Mix',NULL,1,10000.00,0.00,0.00,0.00,10000.00,'2026-03-14 09:59:18','2026-03-14 09:59:18'),
(1827,814,435,'HS-2010B',NULL,1,18500.00,0.00,0.00,0.00,18500.00,'2026-03-14 09:59:18','2026-03-14 09:59:18'),
(1828,815,447,'Olive',NULL,15,5500.00,0.00,0.00,0.00,82500.00,'2026-03-14 10:21:23','2026-03-14 10:21:23'),
(1829,816,424,'CA HS-2010 SB',NULL,9,24000.00,0.00,0.00,0.00,216000.00,'2026-03-14 10:24:39','2026-03-14 10:24:39'),
(1830,816,426,'CA HS-2010Ç',NULL,10,24000.00,0.00,0.00,0.00,240000.00,'2026-03-14 10:24:39','2026-03-14 10:24:39'),
(1831,816,442,'CA-GS',NULL,10,24000.00,0.00,0.00,0.00,240000.00,'2026-03-14 10:24:39','2026-03-14 10:24:39'),
(1832,816,444,'CA-2026 C',NULL,1,24000.00,0.00,0.00,0.00,24000.00,'2026-03-14 10:24:39','2026-03-14 10:24:39'),
(1833,816,446,'CA-8B',NULL,5,24000.00,0.00,0.00,0.00,120000.00,'2026-03-14 10:24:39','2026-03-14 10:24:39'),
(1834,817,389,'CADILLAC-TK',NULL,1,30000.00,0.00,0.00,0.00,30000.00,'2026-03-14 10:56:11','2026-03-14 10:56:11'),
(1835,818,389,'CADILLAC-TK',NULL,1,30000.00,0.00,0.00,0.00,30000.00,'2026-03-14 12:26:26','2026-03-14 12:26:26'),
(1836,819,237,'HS-FB10',NULL,1,18500.00,0.00,0.00,0.00,18500.00,'2026-03-14 12:31:54','2026-03-14 12:31:54'),
(1837,819,418,'HW-Mix',NULL,2,10000.00,0.00,0.00,0.00,20000.00,'2026-03-14 12:31:54','2026-03-14 12:31:54'),
(1838,820,148,'H-2019 S',NULL,1,20000.00,0.00,0.00,0.00,20000.00,'2026-03-14 12:32:37','2026-03-14 12:32:37'),
(1839,820,418,'HW-Mix',NULL,2,10000.00,0.00,0.00,0.00,20000.00,'2026-03-14 12:32:37','2026-03-14 12:32:37'),
(1840,821,426,'CA HS-2010Ç',NULL,1,30000.00,0.00,0.00,0.00,30000.00,'2026-03-14 12:56:06','2026-03-14 12:56:06'),
(1841,822,67,'Hilali-Mix',NULL,1,20000.00,0.00,0.00,0.00,20000.00,'2026-03-14 13:14:32','2026-03-14 13:14:32'),
(1842,822,383,'H-2021-TK',NULL,1,20000.00,0.00,0.00,0.00,20000.00,'2026-03-14 13:14:32','2026-03-14 13:14:32'),
(1843,823,270,'HS-CS',NULL,1,20000.00,0.00,0.00,0.00,20000.00,'2026-03-14 13:30:05','2026-03-14 13:30:05'),
(1844,824,389,'CADILLAC-TK',NULL,1,30000.00,0.00,0.00,0.00,30000.00,'2026-03-15 07:54:12','2026-03-15 07:54:12'),
(1845,824,426,'CA HS-2010Ç',NULL,1,30000.00,0.00,0.00,0.00,30000.00,'2026-03-15 07:54:12','2026-03-15 07:54:12'),
(1846,825,418,'HW-Mix',NULL,3,10000.00,0.00,0.00,0.00,30000.00,'2026-03-15 08:41:31','2026-03-15 08:41:31'),
(1847,826,148,'H-2019 S',NULL,1,20000.00,0.00,0.00,0.00,20000.00,'2026-03-15 08:42:25','2026-03-15 08:42:25'),
(1848,827,241,'HS-0033',NULL,1,20000.00,0.00,0.00,0.00,20000.00,'2026-03-15 08:55:03','2026-03-15 08:55:03'),
(1849,828,389,'CADILLAC-TK',NULL,1,30000.00,0.00,0.00,0.00,30000.00,'2026-03-15 09:24:12','2026-03-15 09:24:12'),
(1850,829,418,'HW-Mix',NULL,1,12500.00,0.00,0.00,0.00,12500.00,'2026-03-15 09:28:03','2026-03-15 09:28:03'),
(1851,829,424,'CA HS-2010 SB',NULL,1,30000.00,0.00,0.00,0.00,30000.00,'2026-03-15 09:28:03','2026-03-15 09:28:03'),
(1852,830,418,'HW-Mix',NULL,14,10000.00,0.00,0.00,0.00,140000.00,'2026-03-15 09:28:12','2026-03-15 09:28:12'),
(1853,831,45,'Hilali-1',NULL,1,20000.00,0.00,0.00,0.00,20000.00,'2026-03-15 09:42:47','2026-03-15 09:42:47'),
(1854,832,67,'Hilali-Mix',NULL,1,20000.00,0.00,0.00,0.00,20000.00,'2026-03-15 09:55:16','2026-03-15 09:55:16'),
(1855,832,418,'HW-Mix',NULL,2,10000.00,0.00,0.00,0.00,20000.00,'2026-03-15 09:55:16','2026-03-15 09:55:16'),
(1856,833,67,'Hilali-Mix',NULL,1,20000.00,0.00,0.00,0.00,20000.00,'2026-03-15 10:10:25','2026-03-15 10:10:25'),
(1857,833,418,'HW-Mix',NULL,1,10000.00,0.00,0.00,0.00,10000.00,'2026-03-15 10:10:25','2026-03-15 10:10:25'),
(1858,833,428,'CA HZ-SB',NULL,1,30000.00,0.00,0.00,0.00,30000.00,'2026-03-15 10:10:25','2026-03-15 10:10:25'),
(1859,834,389,'CADILLAC-TK',NULL,1,30000.00,0.00,0.00,0.00,30000.00,'2026-03-15 10:56:37','2026-03-15 10:56:37'),
(1860,835,67,'Hilali-Mix',NULL,1,20000.00,0.00,0.00,0.00,20000.00,'2026-03-15 12:05:56','2026-03-15 12:05:56'),
(1861,836,79,'BA HIL-MIX',NULL,1,20000.00,0.00,0.00,0.00,20000.00,'2026-03-15 12:32:01','2026-03-15 12:32:01'),
(1862,837,99,'Hilali-19',NULL,1,20000.00,0.00,0.00,0.00,20000.00,'2026-03-15 12:35:36','2026-03-15 12:35:36'),
(1863,838,272,'Hilal-8S',NULL,1,20000.00,0.00,0.00,0.00,20000.00,'2026-03-15 12:37:49','2026-03-15 12:37:49'),
(1864,839,418,'HW-Mix',NULL,1,10000.00,0.00,0.00,0.00,10000.00,'2026-03-16 06:32:51','2026-03-16 06:32:51'),
(1865,840,418,'HW-Mix',NULL,1,10000.00,0.00,0.00,0.00,10000.00,'2026-03-16 06:33:05','2026-03-16 06:33:05'),
(1866,841,418,'HW-Mix',NULL,1,10000.00,0.00,0.00,0.00,10000.00,'2026-03-16 06:33:14','2026-03-16 06:33:14'),
(1867,842,148,'H-2019 S',NULL,1,20000.00,0.00,0.00,0.00,20000.00,'2026-03-16 06:33:45','2026-03-16 06:33:45'),
(1868,843,4,'Duray B Mix',NULL,1,12000.00,0.00,0.00,0.00,12000.00,'2026-03-16 06:55:14','2026-03-16 06:55:14'),
(1869,843,418,'HW-Mix',NULL,1,10000.00,0.00,0.00,0.00,10000.00,'2026-03-16 06:55:14','2026-03-16 06:55:14'),
(1870,844,418,'HW-Mix',NULL,1,12500.00,0.00,0.00,0.00,12500.00,'2026-03-16 07:30:40','2026-03-16 07:30:40'),
(1871,845,217,'Hilal-8T',NULL,1,20000.00,0.00,0.00,0.00,20000.00,'2026-03-16 08:52:14','2026-03-16 08:52:14'),
(1872,846,148,'H-2019 S',NULL,1,20000.00,0.00,0.00,0.00,20000.00,'2026-03-16 09:16:44','2026-03-16 09:16:44'),
(1873,847,418,'HW-Mix',NULL,1,10000.00,0.00,0.00,0.00,10000.00,'2026-03-16 10:03:22','2026-03-16 10:03:22'),
(1874,848,270,'HS-CS',NULL,1,20000.00,0.00,0.00,0.00,20000.00,'2026-03-16 10:06:46','2026-03-16 10:06:46'),
(1875,849,173,'Duray S',NULL,20,7000.00,0.00,0.00,0.00,140000.00,'2026-03-16 10:15:05','2026-03-16 10:15:05'),
(1876,850,182,'HS-2010SB',NULL,1,20000.00,0.00,0.00,0.00,20000.00,'2026-03-16 11:15:10','2026-03-16 11:15:10'),
(1877,850,215,'Hilal-14B',NULL,1,20000.00,0.00,0.00,0.00,20000.00,'2026-03-16 11:15:10','2026-03-16 11:15:10'),
(1878,850,247,'HS-0150S',NULL,1,20000.00,0.00,0.00,0.00,20000.00,'2026-03-16 11:15:10','2026-03-16 11:15:10'),
(1879,851,418,'HW-Mix',NULL,1,10000.00,0.00,0.00,0.00,10000.00,'2026-03-16 11:15:39','2026-03-16 11:15:39'),
(1880,852,393,'HB-ML',NULL,1,20000.00,0.00,0.00,0.00,20000.00,'2026-03-16 11:30:16','2026-03-16 11:30:16'),
(1881,853,345,'HS-AB',NULL,1,20000.00,0.00,0.00,0.00,20000.00,'2026-03-16 11:35:54','2026-03-16 11:35:54'),
(1882,854,424,'CA HS-2010 SB',NULL,1,30000.00,0.00,0.00,0.00,30000.00,'2026-03-16 11:56:05','2026-03-16 11:56:05'),
(1883,855,173,'Duray S',NULL,2,7500.00,0.00,0.00,0.00,15000.00,'2026-03-16 12:05:20','2026-03-16 12:05:20'),
(1884,856,418,'HW-Mix',NULL,2,10000.00,0.00,0.00,0.00,20000.00,'2026-03-16 12:05:53','2026-03-16 12:05:53'),
(1885,857,418,'HW-Mix',NULL,1,10000.00,0.00,0.00,0.00,10000.00,'2026-03-16 12:37:40','2026-03-16 12:37:40'),
(1886,858,389,'CADILLAC-TK',NULL,1,30000.00,0.00,0.00,0.00,30000.00,'2026-03-16 13:23:27','2026-03-16 13:23:27'),
(1887,859,424,'CA HS-2010 SB',NULL,1,30000.00,0.00,0.00,0.00,30000.00,'2026-03-17 05:55:12','2026-03-17 05:55:12'),
(1888,860,173,'Duray S',NULL,3,7000.00,0.00,0.00,0.00,21000.00,'2026-03-17 06:30:25','2026-03-17 06:30:25'),
(1889,861,67,'Hilali-Mix',NULL,1,20000.00,0.00,0.00,0.00,20000.00,'2026-03-17 07:09:08','2026-03-17 07:09:08'),
(1890,862,126,'H-2024',NULL,1,20000.00,0.00,0.00,0.00,20000.00,'2026-03-17 07:09:45','2026-03-17 07:09:45'),
(1891,862,299,'FB15S',NULL,1,20000.00,0.00,0.00,0.00,20000.00,'2026-03-17 07:09:45','2026-03-17 07:09:45'),
(1892,863,466,'CA-X B',NULL,1,30000.00,0.00,0.00,0.00,30000.00,'2026-03-17 07:13:51','2026-03-17 07:13:51'),
(1893,864,418,'HW-Mix',NULL,1,10000.00,0.00,0.00,0.00,10000.00,'2026-03-17 07:23:17','2026-03-17 07:23:17'),
(1894,865,489,'HB-1002 KB',NULL,3,18500.00,0.00,0.00,0.00,55500.00,'2026-03-17 07:40:02','2026-03-17 07:40:02'),
(1895,866,418,'HW-Mix',NULL,1,10000.00,0.00,0.00,0.00,10000.00,'2026-03-17 07:47:42','2026-03-17 07:47:42'),
(1896,867,107,'HS-23',NULL,1,20000.00,0.00,0.00,0.00,20000.00,'2026-03-17 07:55:56','2026-03-17 07:55:56'),
(1897,867,239,'HS-FB2',NULL,1,20000.00,0.00,0.00,0.00,20000.00,'2026-03-17 07:55:56','2026-03-17 07:55:56'),
(1898,867,270,'HS-CS',NULL,1,20000.00,0.00,0.00,0.00,20000.00,'2026-03-17 07:55:56','2026-03-17 07:55:56'),
(1899,868,418,'HW-Mix',NULL,1,10000.00,0.00,0.00,0.00,10000.00,'2026-03-17 08:10:02','2026-03-17 08:10:02'),
(1900,868,470,'H-2017 SB',NULL,1,20000.00,0.00,0.00,0.00,20000.00,'2026-03-17 08:10:02','2026-03-17 08:10:02'),
(1901,869,418,'HW-Mix',NULL,1,10000.00,0.00,0.00,0.00,10000.00,'2026-03-17 08:11:02','2026-03-17 08:11:02'),
(1902,869,470,'H-2017 SB',NULL,1,20000.00,0.00,0.00,0.00,20000.00,'2026-03-17 08:11:02','2026-03-17 08:11:02'),
(1903,870,173,'Duray S',NULL,2,7500.00,0.00,0.00,0.00,15000.00,'2026-03-17 10:25:02','2026-03-17 10:25:02'),
(1904,871,418,'HW-Mix',NULL,1,10000.00,0.00,0.00,0.00,10000.00,'2026-03-17 10:44:48','2026-03-17 10:44:48'),
(1905,872,251,'HB-1000B',NULL,1,20000.00,0.00,0.00,0.00,20000.00,'2026-03-17 10:51:21','2026-03-17 10:51:21'),
(1906,873,418,'HW-Mix',NULL,1,10000.00,0.00,0.00,0.00,10000.00,'2026-03-17 11:06:41','2026-03-17 11:06:41'),
(1907,874,389,'CADILLAC-TK',NULL,1,30000.00,0.00,0.00,0.00,30000.00,'2026-03-17 11:46:20','2026-03-17 11:46:20'),
(1908,875,418,'HW-Mix',NULL,2,10000.00,0.00,0.00,0.00,20000.00,'2026-03-17 11:47:13','2026-03-17 11:47:13'),
(1909,876,418,'HW-Mix',NULL,2,10000.00,0.00,0.00,0.00,20000.00,'2026-03-17 12:13:38','2026-03-17 12:13:38'),
(1910,877,418,'HW-Mix',NULL,1,12500.00,0.00,0.00,0.00,12500.00,'2026-03-17 12:27:48','2026-03-17 12:27:48'),
(1911,878,478,'CA-V T',NULL,1,30000.00,0.00,0.00,0.00,30000.00,'2026-03-17 12:44:13','2026-03-17 12:44:13'),
(1912,879,418,'HW-Mix',NULL,1,10000.00,0.00,0.00,0.00,10000.00,'2026-03-17 12:52:32','2026-03-17 12:52:32'),
(1913,880,447,'Olive',NULL,5,5500.00,0.00,0.00,0.00,27500.00,'2026-03-17 12:59:53','2026-03-17 12:59:53'),
(1914,881,447,'Olive',NULL,5,5500.00,0.00,0.00,0.00,27500.00,'2026-03-17 13:00:05','2026-03-17 13:00:05'),
(1915,882,299,'FB15S',NULL,1,20000.00,0.00,0.00,0.00,20000.00,'2026-03-17 13:05:29','2026-03-17 13:05:29'),
(1916,883,67,'Hilali-Mix',NULL,1,20000.00,0.00,0.00,0.00,20000.00,'2026-03-17 13:31:03','2026-03-17 13:31:03'),
(1917,883,354,'H-2025B',NULL,1,20000.00,0.00,0.00,0.00,20000.00,'2026-03-17 13:31:03','2026-03-17 13:31:03'),
(1918,884,466,'CA-X B',NULL,1,30000.00,0.00,0.00,0.00,30000.00,'2026-03-17 16:58:21','2026-03-17 16:58:21'),
(1919,885,67,'Hilali-Mix',NULL,1,20000.00,0.00,0.00,0.00,20000.00,'2026-03-17 17:04:38','2026-03-17 17:04:38'),
(1920,886,476,'CA-V S',NULL,1,30000.00,0.00,0.00,0.00,30000.00,'2026-03-17 17:34:53','2026-03-17 17:34:53'),
(1921,887,255,'HB-1001M',NULL,1,20000.00,0.00,0.00,0.00,20000.00,'2026-03-17 17:38:18','2026-03-17 17:38:18'),
(1922,888,67,'Hilali-Mix',NULL,1,20000.00,0.00,0.00,0.00,20000.00,'2026-03-17 18:13:25','2026-03-17 18:13:25'),
(1923,889,354,'H-2025B',NULL,1,20000.00,0.00,0.00,0.00,20000.00,'2026-03-17 18:17:43','2026-03-17 18:17:43'),
(1924,890,464,'CA-3000 B',NULL,1,30000.00,0.00,0.00,0.00,30000.00,'2026-03-17 18:18:54','2026-03-17 18:18:54'),
(1925,890,480,'CA-10 SB',NULL,1,30000.00,0.00,0.00,0.00,30000.00,'2026-03-17 18:18:54','2026-03-17 18:18:54'),
(1926,891,444,'CA-2026 C',NULL,1,30000.00,0.00,0.00,0.00,30000.00,'2026-03-17 18:52:02','2026-03-17 18:52:02'),
(1927,892,67,'Hilali-Mix',NULL,1,20000.00,0.00,0.00,0.00,20000.00,'2026-03-17 18:53:10','2026-03-17 18:53:10'),
(1928,893,474,'CA-V SB',NULL,1,30000.00,0.00,0.00,0.00,30000.00,'2026-03-17 18:54:06','2026-03-17 18:54:06'),
(1929,893,480,'CA-10 SB',NULL,1,30000.00,0.00,0.00,0.00,30000.00,'2026-03-17 18:54:06','2026-03-17 18:54:06'),
(1930,894,444,'CA-2026 C',NULL,1,30000.00,0.00,0.00,0.00,30000.00,'2026-03-17 18:55:20','2026-03-17 18:55:20'),
(1931,894,468,'CA-X TK',NULL,1,30000.00,0.00,0.00,0.00,30000.00,'2026-03-17 18:55:20','2026-03-17 18:55:20'),
(1932,894,478,'CA-V T',NULL,1,30000.00,0.00,0.00,0.00,30000.00,'2026-03-17 18:55:20','2026-03-17 18:55:20'),
(1933,895,144,'H-2016 M',NULL,1,20000.00,0.00,0.00,0.00,20000.00,'2026-03-18 05:50:11','2026-03-18 05:50:11'),
(1934,896,397,'CA H-3CS',NULL,1,30000.00,0.00,0.00,0.00,30000.00,'2026-03-18 05:53:32','2026-03-18 05:53:32'),
(1935,897,468,'CA-X TK',NULL,1,30000.00,0.00,0.00,0.00,30000.00,'2026-03-18 06:38:45','2026-03-18 06:38:45'),
(1936,898,470,'H-2017 SB',NULL,1,20000.00,0.00,0.00,0.00,20000.00,'2026-03-18 06:54:23','2026-03-18 06:54:23'),
(1937,899,418,'HW-Mix',NULL,1,10000.00,0.00,0.00,0.00,10000.00,'2026-03-18 06:56:12','2026-03-18 06:56:12'),
(1938,900,383,'H-2021-TK',NULL,1,20000.00,0.00,0.00,0.00,20000.00,'2026-03-18 07:07:08','2026-03-18 07:07:08'),
(1939,901,4,'Duray B Mix',NULL,1,11000.00,0.00,0.00,0.00,11000.00,'2026-03-18 07:09:27','2026-03-18 07:09:27'),
(1940,902,272,'Hilal-8S',NULL,1,20000.00,0.00,0.00,0.00,20000.00,'2026-03-18 07:11:26','2026-03-18 07:11:26'),
(1941,903,67,'Hilali-Mix',NULL,1,20000.00,0.00,0.00,0.00,20000.00,'2026-03-18 07:13:56','2026-03-18 07:13:56'),
(1942,903,470,'H-2017 SB',NULL,2,20000.00,0.00,0.00,0.00,40000.00,'2026-03-18 07:13:56','2026-03-18 07:13:56'),
(1943,904,486,'CA-0150 SB',NULL,1,30000.00,0.00,0.00,0.00,30000.00,'2026-03-18 07:14:59','2026-03-18 07:14:59'),
(1944,905,67,'Hilali-Mix',NULL,1,20000.00,0.00,0.00,0.00,20000.00,'2026-03-18 07:21:20','2026-03-18 07:21:20'),
(1945,906,173,'Duray S',NULL,1,10000.00,0.00,0.00,0.00,10000.00,'2026-03-18 07:51:03','2026-03-18 07:51:03'),
(1946,907,208,'Hilal-2000G',NULL,1,20000.00,0.00,0.00,0.00,20000.00,'2026-03-18 08:06:23','2026-03-18 08:06:23'),
(1947,907,435,'HS-2010B',NULL,1,20000.00,0.00,0.00,0.00,20000.00,'2026-03-18 08:06:23','2026-03-18 08:06:23'),
(1948,908,173,'Duray S',NULL,1,7500.00,0.00,0.00,0.00,7500.00,'2026-03-18 08:07:14','2026-03-18 08:07:14'),
(1949,908,418,'HW-Mix',NULL,3,11000.00,0.00,0.00,0.00,33000.00,'2026-03-18 08:07:14','2026-03-18 08:07:14'),
(1950,909,343,'FB3-S',NULL,1,20000.00,0.00,0.00,0.00,20000.00,'2026-03-18 08:22:30','2026-03-18 08:22:30'),
(1951,910,486,'CA-0150 SB',NULL,1,30000.00,0.00,0.00,0.00,30000.00,'2026-03-18 08:53:06','2026-03-18 08:53:06'),
(1952,911,480,'CA-10 SB',NULL,1,30000.00,0.00,0.00,0.00,30000.00,'2026-03-18 08:57:53','2026-03-18 08:57:53'),
(1953,912,148,'H-2019 S',NULL,1,20000.00,0.00,0.00,0.00,20000.00,'2026-03-18 09:09:36','2026-03-18 09:09:36'),
(1954,913,208,'Hilal-2000G',NULL,1,20000.00,0.00,0.00,0.00,20000.00,'2026-03-18 09:28:58','2026-03-18 09:28:58'),
(1955,914,173,'Duray S',NULL,4,7000.00,0.00,0.00,0.00,28000.00,'2026-03-18 10:16:58','2026-03-18 10:16:58'),
(1956,915,484,'CA-X SB',NULL,1,30000.00,0.00,0.00,0.00,30000.00,'2026-03-18 10:18:58','2026-03-18 10:18:58'),
(1957,916,418,'HW-Mix',NULL,1,7500.00,0.00,0.00,0.00,7500.00,'2026-03-18 10:25:33','2026-03-18 10:25:33'),
(1958,917,418,'HW-Mix',NULL,3,10000.00,0.00,0.00,0.00,30000.00,'2026-03-18 10:25:57','2026-03-18 10:25:57'),
(1959,918,418,'HW-Mix',NULL,1,10000.00,0.00,0.00,0.00,10000.00,'2026-03-18 10:31:11','2026-03-18 10:31:11'),
(1960,919,418,'HW-Mix',NULL,1,10000.00,0.00,0.00,0.00,10000.00,'2026-03-18 10:34:12','2026-03-18 10:34:12'),
(1961,920,173,'Duray S',NULL,1,9000.00,0.00,0.00,0.00,9000.00,'2026-03-18 10:40:33','2026-03-18 10:40:33'),
(1962,921,67,'Hilali-Mix',NULL,1,20000.00,0.00,0.00,0.00,20000.00,'2026-03-18 10:52:56','2026-03-18 10:52:56'),
(1963,921,418,'HW-Mix',NULL,1,12500.00,0.00,0.00,0.00,12500.00,'2026-03-18 10:52:57','2026-03-18 10:52:57'),
(1964,922,148,'H-2019 S',NULL,1,20000.00,0.00,0.00,0.00,20000.00,'2026-03-18 12:14:09','2026-03-18 12:14:09'),
(1965,923,173,'Duray S',NULL,1,9000.00,0.00,0.00,0.00,9000.00,'2026-03-18 12:21:46','2026-03-18 12:21:46'),
(1966,924,418,'HW-Mix',NULL,1,10000.00,0.00,0.00,0.00,10000.00,'2026-03-18 12:28:19','2026-03-18 12:28:19'),
(1967,925,107,'HS-23',NULL,1,20000.00,0.00,0.00,0.00,20000.00,'2026-03-18 12:32:13','2026-03-18 12:32:13'),
(1968,926,486,'CA-0150 SB',NULL,1,30000.00,0.00,0.00,0.00,30000.00,'2026-03-18 12:43:42','2026-03-18 12:43:42'),
(1969,927,383,'H-2021-TK',NULL,1,20000.00,0.00,0.00,0.00,20000.00,'2026-03-18 12:50:26','2026-03-18 12:50:26'),
(1970,928,418,'HW-Mix',NULL,1,7500.00,0.00,0.00,0.00,7500.00,'2026-03-18 12:55:04','2026-03-18 12:55:04'),
(1971,929,418,'HW-Mix',NULL,1,10000.00,0.00,0.00,0.00,10000.00,'2026-03-18 12:57:18','2026-03-18 12:57:18'),
(1972,930,351,'HS-TK',NULL,1,20000.00,0.00,0.00,0.00,20000.00,'2026-03-18 12:59:09','2026-03-18 12:59:09'),
(1973,931,486,'CA-0150 SB',NULL,2,30000.00,0.00,0.00,0.00,60000.00,'2026-03-18 13:00:50','2026-03-18 13:00:50'),
(1974,932,424,'CA HS-2010 SB',NULL,1,30000.00,0.00,0.00,0.00,30000.00,'2026-03-18 13:01:29','2026-03-18 13:01:29'),
(1975,933,474,'CA-V SB',NULL,1,30000.00,0.00,0.00,0.00,30000.00,'2026-03-18 13:06:15','2026-03-18 13:06:15'),
(1976,933,484,'CA-X SB',NULL,1,30000.00,0.00,0.00,0.00,30000.00,'2026-03-18 13:06:15','2026-03-18 13:06:15'),
(1977,934,418,'HW-Mix',NULL,1,10000.00,0.00,0.00,0.00,10000.00,'2026-03-18 13:24:37','2026-03-18 13:24:37'),
(1978,935,444,'CA-2026 C',NULL,1,30000.00,0.00,0.00,0.00,30000.00,'2026-03-18 13:30:17','2026-03-18 13:30:17'),
(1979,936,67,'Hilali-Mix',NULL,2,20000.00,0.00,0.00,0.00,40000.00,'2026-03-18 13:30:38','2026-03-18 13:30:38'),
(1980,937,418,'HW-Mix',NULL,1,12000.00,0.00,0.00,0.00,12000.00,'2026-03-18 17:00:45','2026-03-18 17:00:45'),
(1981,938,418,'HW-Mix',NULL,1,12500.00,0.00,0.00,0.00,12500.00,'2026-03-18 17:06:55','2026-03-18 17:06:55'),
(1982,939,478,'CA-V T',NULL,1,30000.00,0.00,0.00,0.00,30000.00,'2026-03-18 17:13:39','2026-03-18 17:13:39'),
(1983,940,67,'Hilali-Mix',NULL,1,20000.00,0.00,0.00,0.00,20000.00,'2026-03-18 17:20:18','2026-03-18 17:20:18'),
(1984,941,389,'CADILLAC-TK',NULL,1,30000.00,0.00,0.00,0.00,30000.00,'2026-03-18 17:21:53','2026-03-18 17:21:53'),
(1985,941,491,'CA-PA K',NULL,1,30000.00,0.00,0.00,0.00,30000.00,'2026-03-18 17:21:53','2026-03-18 17:21:53'),
(1986,942,444,'CA-2026 C',NULL,1,30000.00,0.00,0.00,0.00,30000.00,'2026-03-18 17:42:33','2026-03-18 17:42:33'),
(1987,943,383,'H-2021-TK',NULL,2,20000.00,0.00,0.00,0.00,40000.00,'2026-03-18 17:42:58','2026-03-18 17:42:58'),
(1988,944,466,'CA-X B',NULL,1,30000.00,0.00,0.00,0.00,30000.00,'2026-03-18 17:45:37','2026-03-18 17:45:37'),
(1989,945,43,'Duray Gome',NULL,2,7000.00,0.00,0.00,0.00,14000.00,'2026-03-18 17:52:55','2026-03-18 17:52:55'),
(1990,945,173,'Duray S',NULL,1,7000.00,0.00,0.00,0.00,7000.00,'2026-03-18 17:52:55','2026-03-18 17:52:55'),
(1991,946,489,'HB-1002 KB',NULL,1,20000.00,0.00,0.00,0.00,20000.00,'2026-03-18 17:54:41','2026-03-18 17:54:41'),
(1992,947,43,'Duray Gome',NULL,1,7500.00,0.00,0.00,0.00,7500.00,'2026-03-18 18:07:21','2026-03-18 18:07:21'),
(1993,948,418,'HW-Mix',NULL,1,11000.00,0.00,0.00,0.00,11000.00,'2026-03-18 18:07:47','2026-03-18 18:07:47'),
(1994,949,476,'CA-V S',NULL,1,30000.00,0.00,0.00,0.00,30000.00,'2026-03-18 18:10:01','2026-03-18 18:10:01'),
(1995,950,67,'Hilali-Mix',NULL,1,20000.00,0.00,0.00,0.00,20000.00,'2026-03-18 18:21:11','2026-03-18 18:21:11'),
(1996,951,482,'CA-2018 TK',NULL,1,30000.00,0.00,0.00,0.00,30000.00,'2026-03-18 18:21:34','2026-03-18 18:21:34'),
(1997,952,418,'HW-Mix',NULL,1,12500.00,0.00,0.00,0.00,12500.00,'2026-03-18 18:27:08','2026-03-18 18:27:08'),
(1998,953,466,'CA-X B',NULL,1,30000.00,0.00,0.00,0.00,30000.00,'2026-03-18 19:11:32','2026-03-18 19:11:32'),
(1999,954,67,'Hilali-Mix',NULL,1,20000.00,0.00,0.00,0.00,20000.00,'2026-03-18 19:16:46','2026-03-18 19:16:46'),
(2000,954,426,'CA HS-2010Ç',NULL,1,30000.00,0.00,0.00,0.00,30000.00,'2026-03-18 19:16:46','2026-03-18 19:16:46'),
(2001,954,482,'CA-2018 TK',NULL,1,30000.00,0.00,0.00,0.00,30000.00,'2026-03-18 19:16:46','2026-03-18 19:16:46'),
(2002,955,466,'CA-X B',NULL,1,30000.00,0.00,0.00,0.00,30000.00,'2026-03-18 19:18:12','2026-03-18 19:18:12'),
(2003,956,478,'CA-V T',NULL,1,30000.00,0.00,0.00,0.00,30000.00,'2026-03-18 19:38:48','2026-03-18 19:38:48'),
(2004,957,418,'HW-Mix',NULL,1,11000.00,0.00,0.00,0.00,11000.00,'2026-03-18 19:41:42','2026-03-18 19:41:42'),
(2005,958,486,'CA-0150 SB',NULL,1,30000.00,0.00,0.00,0.00,30000.00,'2026-03-18 19:42:03','2026-03-18 19:42:03'),
(2006,958,493,'CA-0150 FS',NULL,1,30000.00,0.00,0.00,0.00,30000.00,'2026-03-18 19:42:03','2026-03-18 19:42:03'),
(2007,959,418,'HW-Mix',NULL,1,12500.00,0.00,0.00,0.00,12500.00,'2026-03-18 19:43:48','2026-03-18 19:43:48'),
(2008,960,478,'CA-V T',NULL,1,30000.00,0.00,0.00,0.00,30000.00,'2026-03-18 19:44:51','2026-03-18 19:44:51'),
(2009,961,418,'HW-Mix',NULL,1,12500.00,0.00,0.00,0.00,12500.00,'2026-03-18 19:53:01','2026-03-18 19:53:01'),
(2010,962,45,'Hilali-1',NULL,1,20000.00,0.00,0.00,0.00,20000.00,'2026-03-19 05:48:56','2026-03-19 05:48:56'),
(2011,962,124,'H-2023',NULL,1,20000.00,0.00,0.00,0.00,20000.00,'2026-03-19 05:48:56','2026-03-19 05:48:56'),
(2012,962,148,'H-2019 S',NULL,1,20000.00,0.00,0.00,0.00,20000.00,'2026-03-19 05:48:56','2026-03-19 05:48:56'),
(2013,962,215,'Hilal-14B',NULL,1,20000.00,0.00,0.00,0.00,20000.00,'2026-03-19 05:48:56','2026-03-19 05:48:56'),
(2014,962,270,'HS-CS',NULL,1,20000.00,0.00,0.00,0.00,20000.00,'2026-03-19 05:48:56','2026-03-19 05:48:56'),
(2015,962,272,'Hilal-8S',NULL,2,20000.00,0.00,0.00,0.00,40000.00,'2026-03-19 05:48:56','2026-03-19 05:48:56'),
(2016,962,299,'FB15S',NULL,1,20000.00,0.00,0.00,0.00,20000.00,'2026-03-19 05:48:56','2026-03-19 05:48:56'),
(2017,962,360,'HB-NFS',NULL,1,20000.00,0.00,0.00,0.00,20000.00,'2026-03-19 05:48:56','2026-03-19 05:48:56'),
(2018,962,409,'HB-NKB',NULL,1,20000.00,0.00,0.00,0.00,20000.00,'2026-03-19 05:48:56','2026-03-19 05:48:56'),
(2019,962,489,'HB-1002 KB',NULL,1,20000.00,0.00,0.00,0.00,20000.00,'2026-03-19 05:48:56','2026-03-19 05:48:56'),
(2020,963,235,'HS FB1',NULL,1,20000.00,0.00,0.00,0.00,20000.00,'2026-03-19 06:45:37','2026-03-19 06:45:37'),
(2021,963,470,'H-2017 SB',NULL,1,20000.00,0.00,0.00,0.00,20000.00,'2026-03-19 06:45:37','2026-03-19 06:45:37'),
(2022,964,424,'CA HS-2010 SB',NULL,1,30000.00,0.00,0.00,0.00,30000.00,'2026-03-19 06:56:35','2026-03-19 06:56:35'),
(2023,964,482,'CA-2018 TK',NULL,1,30000.00,0.00,0.00,0.00,30000.00,'2026-03-19 06:56:35','2026-03-19 06:56:35'),
(2024,965,389,'CADILLAC-TK',NULL,1,30000.00,0.00,0.00,0.00,30000.00,'2026-03-19 07:20:13','2026-03-19 07:20:13'),
(2025,966,426,'CA HS-2010Ç',NULL,1,30000.00,0.00,0.00,0.00,30000.00,'2026-03-19 07:24:18','2026-03-19 07:24:18'),
(2026,966,466,'CA-X B',NULL,1,30000.00,0.00,0.00,0.00,30000.00,'2026-03-19 07:24:18','2026-03-19 07:24:18'),
(2027,966,478,'CA-V T',NULL,1,30000.00,0.00,0.00,0.00,30000.00,'2026-03-19 07:24:18','2026-03-19 07:24:18'),
(2028,967,4,'Duray B Mix',NULL,1,11000.00,0.00,0.00,0.00,11000.00,'2026-03-19 07:26:11','2026-03-19 07:26:11'),
(2029,968,215,'Hilal-14B',NULL,1,20000.00,0.00,0.00,0.00,20000.00,'2026-03-19 07:38:54','2026-03-19 07:38:54'),
(2030,968,383,'H-2021-TK',NULL,1,20000.00,0.00,0.00,0.00,20000.00,'2026-03-19 07:38:54','2026-03-19 07:38:54'),
(2031,969,430,'CA H-0011TKÇ',NULL,1,30000.00,0.00,0.00,0.00,30000.00,'2026-03-19 07:50:55','2026-03-19 07:50:55'),
(2032,970,418,'HW-Mix',NULL,1,10000.00,0.00,0.00,0.00,10000.00,'2026-03-19 07:51:39','2026-03-19 07:51:39'),
(2033,971,418,'HW-Mix',NULL,1,10000.00,0.00,0.00,0.00,10000.00,'2026-03-19 07:52:07','2026-03-19 07:52:07'),
(2034,972,389,'CADILLAC-TK',NULL,1,30000.00,0.00,0.00,0.00,30000.00,'2026-03-19 07:58:02','2026-03-19 07:58:02'),
(2035,973,482,'CA-2018 TK',NULL,2,30000.00,0.00,0.00,0.00,60000.00,'2026-03-19 08:17:06','2026-03-19 08:17:06'),
(2036,974,444,'CA-2026 C',NULL,1,30000.00,0.00,0.00,0.00,30000.00,'2026-03-19 08:17:55','2026-03-19 08:17:55'),
(2037,975,257,'HB-1002',NULL,1,20000.00,0.00,0.00,0.00,20000.00,'2026-03-19 08:24:59','2026-03-19 08:24:59'),
(2038,976,418,'HW-Mix',NULL,1,10000.00,0.00,0.00,0.00,10000.00,'2026-03-19 09:03:13','2026-03-19 09:03:13'),
(2039,977,418,'HW-Mix',NULL,1,12000.00,0.00,0.00,0.00,12000.00,'2026-03-19 09:04:51','2026-03-19 09:04:51'),
(2040,978,383,'H-2021-TK',NULL,1,20000.00,0.00,0.00,0.00,20000.00,'2026-03-19 09:13:35','2026-03-19 09:13:35'),
(2041,978,470,'H-2017 SB',NULL,1,20000.00,0.00,0.00,0.00,20000.00,'2026-03-19 09:13:35','2026-03-19 09:13:35'),
(2042,979,79,'BA HIL-MIX',NULL,1,20000.00,0.00,0.00,0.00,20000.00,'2026-03-19 09:14:07','2026-03-19 09:14:07'),
(2043,979,418,'HW-Mix',NULL,1,10000.00,0.00,0.00,0.00,10000.00,'2026-03-19 09:14:07','2026-03-19 09:14:07'),
(2044,980,418,'HW-Mix',NULL,1,10000.00,0.00,0.00,0.00,10000.00,'2026-03-19 09:14:20','2026-03-19 09:14:20'),
(2045,981,217,'Hilal-8T',NULL,1,20000.00,0.00,0.00,0.00,20000.00,'2026-03-19 09:19:28','2026-03-19 09:19:28'),
(2046,982,148,'H-2019 S',NULL,2,20000.00,0.00,0.00,0.00,40000.00,'2026-03-19 09:29:17','2026-03-19 09:29:17'),
(2047,983,435,'HS-2010B',NULL,1,20000.00,0.00,0.00,0.00,20000.00,'2026-03-19 09:55:01','2026-03-19 09:55:01'),
(2048,984,79,'BA HIL-MIX',NULL,1,20000.00,0.00,0.00,0.00,20000.00,'2026-03-19 09:58:07','2026-03-19 09:58:07'),
(2049,984,255,'HB-1001M',NULL,1,20000.00,0.00,0.00,0.00,20000.00,'2026-03-19 09:58:07','2026-03-19 09:58:07'),
(2050,984,489,'HB-1002 KB',NULL,1,20000.00,0.00,0.00,0.00,20000.00,'2026-03-19 09:58:07','2026-03-19 09:58:07'),
(2051,985,470,'H-2017 SB',NULL,1,18500.00,0.00,0.00,0.00,18500.00,'2026-03-19 10:28:01','2026-03-19 10:28:01'),
(2052,985,489,'HB-1002 KB',NULL,1,18500.00,0.00,0.00,0.00,18500.00,'2026-03-19 10:28:01','2026-03-19 10:28:01'),
(2053,986,173,'Duray S',NULL,10,7000.00,0.00,0.00,0.00,70000.00,'2026-03-19 10:29:59','2026-03-19 10:29:59'),
(2054,986,418,'HW-Mix',NULL,6,10000.00,0.00,0.00,0.00,60000.00,'2026-03-19 10:29:59','2026-03-19 10:29:59'),
(2055,987,173,'Duray S',NULL,1,7000.00,0.00,0.00,0.00,7000.00,'2026-03-19 10:39:00','2026-03-19 10:39:00'),
(2056,988,418,'HW-Mix',NULL,2,10000.00,0.00,0.00,0.00,20000.00,'2026-03-19 10:53:46','2026-03-19 10:53:46'),
(2057,989,173,'Duray S',NULL,1,7000.00,0.00,0.00,0.00,7000.00,'2026-03-19 10:53:59','2026-03-19 10:53:59'),
(2058,990,482,'CA-2018 TK',NULL,1,30000.00,0.00,0.00,0.00,30000.00,'2026-03-19 11:02:55','2026-03-19 11:02:55'),
(2059,990,498,'CA-V B',NULL,1,30000.00,0.00,0.00,0.00,30000.00,'2026-03-19 11:02:55','2026-03-19 11:02:55'),
(2060,991,418,'HW-Mix',NULL,1,10000.00,0.00,0.00,0.00,10000.00,'2026-03-19 11:14:25','2026-03-19 11:14:25'),
(2061,992,173,'Duray S',NULL,2,7000.00,0.00,0.00,0.00,14000.00,'2026-03-19 11:29:47','2026-03-19 11:29:47'),
(2062,993,474,'CA-V SB',NULL,7,25000.00,0.00,0.00,0.00,175000.00,'2026-03-19 12:50:05','2026-03-19 12:50:05'),
(2063,993,476,'CA-V S',NULL,4,25000.00,0.00,0.00,0.00,100000.00,'2026-03-19 12:50:05','2026-03-19 12:50:05'),
(2064,993,484,'CA-X SB',NULL,8,25000.00,0.00,0.00,0.00,200000.00,'2026-03-19 12:50:05','2026-03-19 12:50:05'),
(2065,993,498,'CA-V B',NULL,5,25000.00,0.00,0.00,0.00,125000.00,'2026-03-19 12:50:05','2026-03-19 12:50:05'),
(2066,994,446,'CA-8B',NULL,2,25000.00,0.00,0.00,0.00,50000.00,'2026-03-19 13:01:15','2026-03-19 13:01:15'),
(2067,994,466,'CA-X B',NULL,2,25000.00,0.00,0.00,0.00,50000.00,'2026-03-19 13:01:15','2026-03-19 13:01:15'),
(2068,994,482,'CA-2018 TK',NULL,2,25000.00,0.00,0.00,0.00,50000.00,'2026-03-19 13:01:15','2026-03-19 13:01:15'),
(2069,995,272,'Hilal-8S',NULL,1,18500.00,0.00,0.00,0.00,18500.00,'2026-03-19 13:06:12','2026-03-19 13:06:12'),
(2070,995,426,'CA HS-2010Ç',NULL,3,25000.00,0.00,0.00,0.00,75000.00,'2026-03-19 13:06:12','2026-03-19 13:06:12'),
(2071,995,435,'HS-2010B',NULL,1,18500.00,0.00,0.00,0.00,18500.00,'2026-03-19 13:06:12','2026-03-19 13:06:12'),
(2072,995,476,'CA-V S',NULL,1,25000.00,0.00,0.00,0.00,25000.00,'2026-03-19 13:06:12','2026-03-19 13:06:12'),
(2073,995,478,'CA-V T',NULL,1,25000.00,0.00,0.00,0.00,25000.00,'2026-03-19 13:06:12','2026-03-19 13:06:12'),
(2074,995,482,'CA-2018 TK',NULL,4,25000.00,0.00,0.00,0.00,100000.00,'2026-03-19 13:06:12','2026-03-19 13:06:12'),
(2075,996,478,'CA-V T',NULL,1,30000.00,0.00,0.00,0.00,30000.00,'2026-03-19 13:13:56','2026-03-19 13:13:56'),
(2076,997,362,'SBF',NULL,1,20000.00,0.00,0.00,0.00,20000.00,'2026-03-19 13:18:19','2026-03-19 13:18:19'),
(2077,998,418,'HW-Mix',NULL,1,10000.00,0.00,0.00,0.00,10000.00,'2026-03-19 13:30:55','2026-03-19 13:30:55'),
(2078,999,215,'Hilal-14B',NULL,1,20000.00,0.00,0.00,0.00,20000.00,'2026-03-19 16:22:06','2026-03-19 16:22:06'),
(2079,999,433,'H-LFB',NULL,1,20000.00,0.00,0.00,0.00,20000.00,'2026-03-19 16:22:06','2026-03-19 16:22:06'),
(2080,1000,478,'CA-V T',NULL,1,30000.00,0.00,0.00,0.00,30000.00,'2026-03-19 16:25:35','2026-03-19 16:25:35'),
(2081,1001,418,'HW-Mix',NULL,1,10000.00,0.00,0.00,0.00,10000.00,'2026-03-19 16:32:59','2026-03-19 16:32:59'),
(2082,1002,173,'Duray S',NULL,1,7000.00,0.00,0.00,0.00,7000.00,'2026-03-19 16:33:59','2026-03-19 16:33:59'),
(2083,1003,486,'CA-0150 SB',NULL,1,30000.00,0.00,0.00,0.00,30000.00,'2026-03-19 16:59:32','2026-03-19 16:59:32'),
(2084,1004,470,'H-2017 SB',NULL,1,20000.00,0.00,0.00,0.00,20000.00,'2026-03-19 16:59:48','2026-03-19 16:59:48'),
(2085,1005,173,'Duray S',NULL,20,7000.00,0.00,0.00,0.00,140000.00,'2026-03-24 11:59:43','2026-03-24 11:59:43'),
(2086,1006,4,'Duray B Mix',NULL,1,11000.00,0.00,0.00,0.00,11000.00,'2026-03-25 11:14:04','2026-03-25 11:14:04'),
(2087,1007,480,'CA-10 SB',NULL,1,27500.00,0.00,0.00,0.00,27500.00,'2026-03-26 07:19:45','2026-03-26 07:19:45'),
(2088,1008,418,'HW-Mix',NULL,1,12500.00,0.00,0.00,0.00,12500.00,'2026-03-27 06:09:00','2026-03-27 06:09:00'),
(2089,1009,446,'CA-8B',NULL,1,30000.00,0.00,0.00,0.00,30000.00,'2026-03-27 06:50:45','2026-03-27 06:50:45'),
(2090,1010,480,'CA-10 SB',NULL,4,30000.00,0.00,0.00,0.00,120000.00,'2026-03-27 06:54:13','2026-03-27 06:54:13'),
(2091,1011,495,'CA-PA2025 B',NULL,5,30000.00,0.00,0.00,0.00,150000.00,'2026-03-27 06:54:36','2026-03-27 06:54:36'),
(2092,1012,493,'CA-0150 FS',NULL,1,30000.00,0.00,0.00,0.00,30000.00,'2026-03-27 06:54:47','2026-03-27 06:54:47'),
(2093,1013,442,'CA-GS',NULL,1,30000.00,0.00,0.00,0.00,30000.00,'2026-03-27 06:55:55','2026-03-27 06:55:55'),
(2094,1014,491,'CA-PA K',NULL,7,30000.00,0.00,0.00,0.00,210000.00,'2026-03-27 06:57:57','2026-03-27 06:57:57'),
(2095,1015,486,'CA-0150 SB',NULL,3,30000.00,0.00,0.00,0.00,90000.00,'2026-03-27 06:58:30','2026-03-27 06:58:30'),
(2096,1016,484,'CA-X SB',NULL,2,30000.00,0.00,0.00,0.00,60000.00,'2026-03-27 06:59:15','2026-03-27 06:59:15'),
(2097,1017,476,'CA-V S',NULL,9,30000.00,0.00,0.00,0.00,270000.00,'2026-03-27 07:04:10','2026-03-27 07:04:10'),
(2098,1018,474,'CA-V SB',NULL,3,30000.00,0.00,0.00,0.00,90000.00,'2026-03-27 07:04:58','2026-03-27 07:04:58'),
(2099,1019,470,'H-2017 SB',NULL,3,20000.00,0.00,0.00,0.00,60000.00,'2026-03-27 07:05:35','2026-03-27 07:05:35'),
(2100,1020,466,'CA-X B',NULL,4,30000.00,0.00,0.00,0.00,120000.00,'2026-03-27 07:06:04','2026-03-27 07:06:04'),
(2101,1021,444,'CA-2026 C',NULL,5,30000.00,0.00,0.00,0.00,150000.00,'2026-03-27 07:06:48','2026-03-27 07:06:48'),
(2102,1022,124,'H-2023',NULL,1,20000.00,0.00,0.00,0.00,20000.00,'2026-03-27 07:11:44','2026-03-27 07:11:44'),
(2103,1022,182,'HS-2010SB',NULL,3,20000.00,0.00,0.00,0.00,60000.00,'2026-03-27 07:11:44','2026-03-27 07:11:44'),
(2104,1022,184,'HS-2011S',NULL,1,20000.00,0.00,0.00,0.00,20000.00,'2026-03-27 07:11:44','2026-03-27 07:11:44'),
(2105,1022,266,'Hilal-0017',NULL,1,20000.00,0.00,0.00,0.00,20000.00,'2026-03-27 07:11:44','2026-03-27 07:11:44'),
(2106,1022,274,'HS-2011B',NULL,1,20000.00,0.00,0.00,0.00,20000.00,'2026-03-27 07:11:44','2026-03-27 07:11:44'),
(2107,1022,323,'HS-2011G',NULL,1,20000.00,0.00,0.00,0.00,20000.00,'2026-03-27 07:11:44','2026-03-27 07:11:44'),
(2108,1022,383,'H-2021-TK',NULL,1,20000.00,0.00,0.00,0.00,20000.00,'2026-03-27 07:11:44','2026-03-27 07:11:44'),
(2109,1022,389,'CADILLAC-TK',NULL,1,30000.00,0.00,0.00,0.00,30000.00,'2026-03-27 07:11:44','2026-03-27 07:11:44'),
(2110,1022,433,'H-LFB',NULL,1,20000.00,0.00,0.00,0.00,20000.00,'2026-03-27 07:11:44','2026-03-27 07:11:44'),
(2111,1023,482,'CA-2018 TK',NULL,4,30000.00,0.00,0.00,0.00,120000.00,'2026-03-27 07:12:04','2026-03-27 07:12:04'),
(2112,1024,472,'CA-HH ML',NULL,2,30000.00,0.00,0.00,0.00,60000.00,'2026-03-27 07:15:28','2026-03-27 07:15:28'),
(2113,1025,426,'CA HS-2010Ç',NULL,1,30000.00,0.00,0.00,0.00,30000.00,'2026-03-27 07:22:34','2026-03-27 07:22:34'),
(2114,1025,480,'CA-10 SB',NULL,1,30000.00,0.00,0.00,0.00,30000.00,'2026-03-27 07:22:34','2026-03-27 07:22:34'),
(2115,1026,447,'Olive',NULL,10,5500.00,0.00,0.00,0.00,55000.00,'2026-03-27 07:41:01','2026-03-27 07:41:01'),
(2116,1027,99,'Hilali-19',NULL,1,20000.00,0.00,0.00,0.00,20000.00,'2026-03-28 07:59:54','2026-03-28 07:59:54'),
(2117,1027,144,'H-2016 M',NULL,1,20000.00,0.00,0.00,0.00,20000.00,'2026-03-28 07:59:54','2026-03-28 07:59:54'),
(2118,1028,447,'Olive',NULL,1,5500.00,0.00,0.00,0.00,5500.00,'2026-03-30 15:54:23','2026-03-30 15:54:23'),
(2119,1029,482,'CA-2018 TK',NULL,1,27500.00,0.00,0.00,0.00,27500.00,'2026-03-31 13:06:33','2026-03-31 13:06:33'),
(2120,1030,478,'CA-V T',NULL,1,30000.00,0.00,0.00,0.00,30000.00,'2026-04-01 07:43:24','2026-04-01 07:43:24'),
(2121,1031,418,'HW-Mix',NULL,2,10000.00,0.00,0.00,0.00,20000.00,'2026-04-01 08:05:15','2026-04-01 08:05:15'),
(2122,1032,418,'HW-Mix',NULL,1,13000.00,0.00,0.00,0.00,13000.00,'2026-04-02 05:49:49','2026-04-02 05:49:49'),
(2123,1033,472,'CA-HH ML',NULL,1,30000.00,0.00,0.00,0.00,30000.00,'2026-04-02 06:21:27','2026-04-02 06:21:27'),
(2124,1034,418,'HW-Mix',NULL,1,12500.00,0.00,0.00,0.00,12500.00,'2026-04-02 06:22:15','2026-04-02 06:22:15'),
(2125,1035,466,'CA-X B',NULL,1,27500.00,0.00,0.00,0.00,27500.00,'2026-04-02 07:27:24','2026-04-02 07:27:24'),
(2126,1036,446,'CA-8B',NULL,1,27500.00,0.00,0.00,0.00,27500.00,'2026-04-02 09:36:05','2026-04-02 09:36:05'),
(2127,1037,480,'CA-10 SB',NULL,1,27500.00,0.00,0.00,0.00,27500.00,'2026-04-02 10:47:17','2026-04-02 10:47:17'),
(2128,1038,43,'Duray Gome',NULL,3,6500.00,0.00,0.00,0.00,19500.00,'2026-04-02 15:15:48','2026-04-02 15:15:48'),
(2129,1038,173,'Duray S',NULL,7,7000.00,0.00,0.00,0.00,49000.00,'2026-04-02 15:15:48','2026-04-02 15:15:48'),
(2130,1039,491,'CA-PA K',NULL,1,27500.00,0.00,0.00,0.00,27500.00,'2026-04-04 07:58:18','2026-04-04 07:58:18'),
(2131,1040,67,'Hilali-Mix',NULL,1,20000.00,0.00,0.00,0.00,20000.00,'2026-04-04 10:15:10','2026-04-04 10:15:10'),
(2132,1041,468,'CA-X TK',NULL,1,27500.00,0.00,0.00,0.00,27500.00,'2026-04-07 12:45:01','2026-04-07 12:45:01'),
(2133,1042,493,'CA-0150 FS',NULL,1,27500.00,0.00,0.00,0.00,27500.00,'2026-04-08 08:16:40','2026-04-08 08:16:40'),
(2134,1043,426,'CA HS-2010Ç',NULL,3,24000.00,0.00,0.00,0.00,72000.00,'2026-04-09 10:20:11','2026-04-09 10:20:11'),
(2135,1043,468,'CA-X TK',NULL,2,24000.00,0.00,0.00,0.00,48000.00,'2026-04-09 10:20:11','2026-04-09 10:20:11'),
(2136,1043,472,'CA-HH ML',NULL,3,24000.00,0.00,0.00,0.00,72000.00,'2026-04-09 10:20:11','2026-04-09 10:20:11'),
(2137,1043,476,'CA-V S',NULL,2,24000.00,0.00,0.00,0.00,48000.00,'2026-04-09 10:20:11','2026-04-09 10:20:11'),
(2138,1043,480,'CA-10 SB',NULL,1,24000.00,0.00,0.00,0.00,24000.00,'2026-04-09 10:20:11','2026-04-09 10:20:11'),
(2139,1043,482,'CA-2018 TK',NULL,3,24000.00,0.00,0.00,0.00,72000.00,'2026-04-09 10:20:11','2026-04-09 10:20:11'),
(2140,1043,502,'Pro Max 1',NULL,3,24000.00,0.00,0.00,0.00,72000.00,'2026-04-09 10:20:11','2026-04-09 10:20:11'),
(2141,1043,504,'Pro Max 7 T',NULL,3,24000.00,0.00,0.00,0.00,72000.00,'2026-04-09 10:20:11','2026-04-09 10:20:11'),
(2142,1043,506,'Pro max 6',NULL,5,24000.00,0.00,0.00,0.00,120000.00,'2026-04-09 10:20:11','2026-04-09 10:20:11'),
(2143,1043,508,'Pro max 2',NULL,3,24000.00,0.00,0.00,0.00,72000.00,'2026-04-09 10:20:11','2026-04-09 10:20:11'),
(2144,1043,511,'Pro Max 8 S',NULL,2,24000.00,0.00,0.00,0.00,48000.00,'2026-04-09 10:20:11','2026-04-09 10:20:11'),
(2145,1043,514,'Pro Max 10 Ç',NULL,2,24000.00,0.00,0.00,0.00,48000.00,'2026-04-09 10:20:11','2026-04-09 10:20:11'),
(2146,1043,517,'Pro Max 9',NULL,2,24000.00,0.00,0.00,0.00,48000.00,'2026-04-09 10:20:11','2026-04-09 10:20:11'),
(2147,1043,520,'Pro Max 11 SB',NULL,2,24000.00,0.00,0.00,0.00,48000.00,'2026-04-09 10:20:11','2026-04-09 10:20:11'),
(2148,1043,522,'Pro max 7 Ç',NULL,5,24000.00,0.00,0.00,0.00,120000.00,'2026-04-09 10:20:11','2026-04-09 10:20:11'),
(2149,1044,522,'Pro max 7 Ç',NULL,1,27500.00,0.00,0.00,0.00,27500.00,'2026-04-11 12:54:47','2026-04-11 12:54:47'),
(2150,1045,43,'Duray Gome',NULL,1,6500.00,0.00,0.00,0.00,6500.00,'2026-04-12 09:36:16','2026-04-12 09:36:16'),
(2151,1046,500,'Pro max 4',NULL,1,30000.00,0.00,0.00,0.00,30000.00,'2026-04-15 14:05:20','2026-04-15 14:05:20'),
(2152,1047,502,'Pro Max 1',NULL,1,30000.00,0.00,0.00,0.00,30000.00,'2026-04-15 14:06:02','2026-04-15 14:06:02'),
(2153,1047,508,'Pro max 2',NULL,1,30000.00,0.00,0.00,0.00,30000.00,'2026-04-15 14:06:02','2026-04-15 14:06:02'),
(2154,1048,514,'Pro Max 10 Ç',NULL,1,27500.00,0.00,0.00,0.00,27500.00,'2026-04-17 11:22:19','2026-04-17 11:22:19'),
(2155,1049,522,'Pro max 7 Ç',NULL,1,27500.00,0.00,0.00,0.00,27500.00,'2026-04-17 11:22:53','2026-04-17 11:22:53'),
(2156,1050,418,'HW-Mix',NULL,1,12500.00,0.00,0.00,0.00,12500.00,'2026-04-18 10:26:43','2026-04-18 10:26:43'),
(2157,1051,508,'Pro max 2',NULL,1,22500.00,0.00,0.00,0.00,22500.00,'2026-04-20 08:58:25','2026-04-20 08:58:25'),
(2158,1052,500,'Pro max 4',NULL,1,30000.00,0.00,0.00,0.00,30000.00,'2026-04-21 10:13:32','2026-04-21 10:13:32'),
(2159,1052,502,'Pro Max 1',NULL,2,30000.00,0.00,0.00,0.00,60000.00,'2026-04-21 10:13:32','2026-04-21 10:13:32'),
(2160,1052,504,'Pro Max 7 T',NULL,1,30000.00,0.00,0.00,0.00,30000.00,'2026-04-21 10:13:32','2026-04-21 10:13:32'),
(2161,1052,506,'Pro max 6',NULL,1,30000.00,0.00,0.00,0.00,30000.00,'2026-04-21 10:13:32','2026-04-21 10:13:32'),
(2162,1052,508,'Pro max 2',NULL,1,30000.00,0.00,0.00,0.00,30000.00,'2026-04-21 10:13:32','2026-04-21 10:13:32'),
(2163,1052,514,'Pro Max 10 Ç',NULL,1,27500.00,0.00,0.00,0.00,27500.00,'2026-04-21 10:13:32','2026-04-21 10:13:32'),
(2164,1052,517,'Pro Max 9',NULL,2,27500.00,0.00,0.00,0.00,55000.00,'2026-04-21 10:13:32','2026-04-21 10:13:32'),
(2165,1052,520,'Pro Max 11 SB',NULL,1,27500.00,0.00,0.00,0.00,27500.00,'2026-04-21 10:13:32','2026-04-21 10:13:32'),
(2166,1053,502,'Pro Max 1',NULL,1,22500.00,0.00,0.00,0.00,22500.00,'2026-04-22 10:43:06','2026-04-22 10:43:06'),
(2167,1053,514,'Pro Max 10 Ç',NULL,1,22500.00,0.00,0.00,0.00,22500.00,'2026-04-22 10:43:06','2026-04-22 10:43:06'),
(2168,1054,442,'CA-GS',NULL,1,20000.00,0.00,0.00,0.00,20000.00,'2026-04-22 10:54:31','2026-04-22 10:54:31'),
(2169,1054,486,'CA-0150 SB',NULL,1,20000.00,0.00,0.00,0.00,20000.00,'2026-04-22 10:54:31','2026-04-22 10:54:31'),
(2170,1054,500,'Pro max 4',NULL,1,20000.00,0.00,0.00,0.00,20000.00,'2026-04-22 10:54:31','2026-04-22 10:54:31'),
(2171,1054,502,'Pro Max 1',NULL,1,20000.00,0.00,0.00,0.00,20000.00,'2026-04-22 10:54:31','2026-04-22 10:54:31'),
(2172,1054,508,'Pro max 2',NULL,1,20000.00,0.00,0.00,0.00,20000.00,'2026-04-22 10:54:31','2026-04-22 10:54:31'),
(2173,1054,511,'Pro Max 8 S',NULL,1,20000.00,0.00,0.00,0.00,20000.00,'2026-04-22 10:54:31','2026-04-22 10:54:31'),
(2174,1054,526,'H - Pro Max-1',NULL,1,20000.00,0.00,0.00,0.00,20000.00,'2026-04-22 10:54:31','2026-04-22 10:54:31'),
(2175,1054,529,'H - Pro Max-3',NULL,1,20000.00,0.00,0.00,0.00,20000.00,'2026-04-22 10:54:31','2026-04-22 10:54:31'),
(2176,1054,533,'H - BA-1',NULL,6,18500.00,0.00,0.00,0.00,111000.00,'2026-04-22 10:54:31','2026-04-22 10:54:31'),
(2177,1054,535,'H - BA-2',NULL,6,18500.00,0.00,0.00,0.00,111000.00,'2026-04-22 10:54:31','2026-04-22 10:54:31'),
(2178,1055,495,'CA-PA2025 B',NULL,1,22500.00,0.00,0.00,0.00,22500.00,'2026-04-22 12:56:43','2026-04-22 12:56:43'),
(2179,1056,495,'CA-PA2025 B',NULL,1,22500.00,0.00,0.00,0.00,22500.00,'2026-04-22 12:56:57','2026-04-22 12:56:57'),
(2180,1057,426,'CA HS-2010Ç',NULL,1,22500.00,0.00,0.00,0.00,22500.00,'2026-04-22 13:23:28','2026-04-22 13:23:28');
/*!40000 ALTER TABLE `sale_items` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `sales`
--

DROP TABLE IF EXISTS `sales`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `sales` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `sale_number` varchar(255) NOT NULL,
  `sale_type` enum('market','store') NOT NULL,
  `customer_name` varchar(255) DEFAULT NULL,
  `customer_phone` varchar(20) DEFAULT NULL,
  `customer_email` varchar(255) DEFAULT NULL,
  `subtotal` decimal(10,2) NOT NULL DEFAULT 0.00,
  `tax_amount` decimal(10,2) NOT NULL DEFAULT 0.00,
  `discount_amount` decimal(10,2) NOT NULL DEFAULT 0.00,
  `total_amount` decimal(10,2) NOT NULL,
  `loan_amount` decimal(15,2) DEFAULT NULL,
  `collected_amount` decimal(15,2) NOT NULL DEFAULT 0.00,
  `is_loan` tinyint(1) NOT NULL DEFAULT 0,
  `paid_amount` decimal(10,2) NOT NULL,
  `change_amount` decimal(10,2) NOT NULL DEFAULT 0.00,
  `payment_method` enum('cash','card','mobile_payment') NOT NULL,
  `payment_status` enum('paid','partial','unpaid','refunded') NOT NULL DEFAULT 'paid',
  `sale_status` enum('completed','pending','cancelled','refunded') NOT NULL DEFAULT 'completed',
  `notes` text DEFAULT NULL,
  `cashier_id` bigint(20) unsigned NOT NULL,
  `client_id` bigint(20) unsigned DEFAULT NULL,
  `sale_date` timestamp NOT NULL DEFAULT current_timestamp() ON UPDATE current_timestamp(),
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  PRIMARY KEY (`id`),
  UNIQUE KEY `sales_sale_number_unique` (`sale_number`),
  KEY `sales_sale_type_sale_status_index` (`sale_type`,`sale_status`),
  KEY `sales_sale_date_index` (`sale_date`),
  KEY `sales_payment_status_index` (`payment_status`),
  KEY `sales_cashier_id_index` (`cashier_id`),
  KEY `sales_client_id_foreign` (`client_id`),
  CONSTRAINT `sales_cashier_id_foreign` FOREIGN KEY (`cashier_id`) REFERENCES `users` (`id`),
  CONSTRAINT `sales_client_id_foreign` FOREIGN KEY (`client_id`) REFERENCES `clients` (`id`) ON DELETE SET NULL
) ENGINE=InnoDB AUTO_INCREMENT=1058 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `sales`
--

LOCK TABLES `sales` WRITE;
/*!40000 ALTER TABLE `sales` DISABLE KEYS */;
INSERT INTO `sales` VALUES
(1,'HIL-0001','market',NULL,NULL,NULL,12000.00,0.00,0.00,12000.00,0.00,12000.00,0,12000.00,0.00,'cash','paid','completed',NULL,4,NULL,'2025-12-17 06:35:11','2025-12-17 06:35:11','2025-12-17 06:35:11'),
(2,'HIL-0002','market',NULL,NULL,NULL,6000.00,0.00,0.00,6000.00,0.00,6000.00,0,6000.00,0.00,'cash','paid','completed',NULL,4,NULL,'2025-12-17 06:35:19','2025-12-17 06:35:19','2025-12-17 06:35:19'),
(3,'HIL-0003','market',NULL,NULL,NULL,24000.00,0.00,0.00,24000.00,0.00,24000.00,0,24000.00,0.00,'cash','paid','completed',NULL,4,NULL,'2025-12-17 06:35:29','2025-12-17 06:35:29','2025-12-17 06:35:29'),
(4,'HIL-0004','market',NULL,NULL,NULL,17500.00,0.00,0.00,17500.00,0.00,17500.00,0,17500.00,0.00,'cash','paid','completed',NULL,4,NULL,'2025-12-17 08:56:18','2025-12-17 08:56:18','2025-12-17 08:56:18'),
(5,'HIL-0005','market',NULL,NULL,NULL,20000.00,0.00,0.00,20000.00,0.00,20000.00,0,20000.00,0.00,'cash','paid','completed',NULL,4,NULL,'2025-12-17 10:10:24','2025-12-17 10:10:24','2025-12-17 10:10:24'),
(6,'HIL-0006','market',NULL,NULL,NULL,18000.00,0.00,0.00,18000.00,0.00,18000.00,0,18000.00,0.00,'cash','paid','completed',NULL,4,NULL,'2025-12-17 12:17:25','2025-12-17 12:17:25','2025-12-17 12:17:25'),
(7,'HIL-0007','market',NULL,NULL,NULL,17500.00,0.00,0.00,17500.00,0.00,17500.00,0,17500.00,0.00,'cash','paid','completed',NULL,4,NULL,'2025-12-17 13:11:31','2025-12-17 13:11:31','2025-12-17 13:11:31'),
(8,'HIL-0008','market','Serou Mi','60 20 11 32',NULL,375000.00,0.00,0.00,375000.00,0.00,375000.00,0,375000.00,0.00,'cash','paid','completed',NULL,7,12,'2026-04-18 20:19:03','2025-12-18 06:45:39','2025-12-18 06:45:39'),
(9,'HIL-0009','market',NULL,NULL,NULL,20000.00,0.00,0.00,20000.00,0.00,20000.00,0,20000.00,0.00,'cash','paid','completed',NULL,7,NULL,'2025-12-18 09:25:13','2025-12-18 09:25:13','2025-12-18 09:25:13'),
(10,'HIL-0010','market',NULL,NULL,NULL,52500.00,0.00,0.00,52500.00,0.00,52500.00,0,52500.00,0.00,'cash','paid','completed',NULL,7,NULL,'2025-12-18 10:02:21','2025-12-18 10:02:21','2025-12-18 10:02:21'),
(11,'HIL-0011','market','Cappi','60 12 44 42',NULL,542500.00,0.00,0.00,542500.00,87500.00,450000.00,1,0.00,0.00,'cash','partial','completed',NULL,7,11,'2026-04-18 20:19:03','2025-12-18 11:15:14','2025-12-31 09:51:12'),
(12,'HIL-0012','market',NULL,NULL,NULL,20000.00,0.00,0.00,20000.00,0.00,20000.00,0,20000.00,0.00,'cash','paid','completed',NULL,7,NULL,'2025-12-18 12:07:16','2025-12-18 12:07:16','2025-12-18 12:07:16'),
(13,'HIL-0013','market',NULL,NULL,NULL,17500.00,0.00,0.00,17500.00,0.00,17500.00,0,17500.00,0.00,'cash','paid','completed',NULL,7,NULL,'2025-12-19 07:59:28','2025-12-19 07:59:28','2025-12-19 07:59:28'),
(14,'HIL-0014','market','----','----',NULL,17500.00,0.00,0.00,17500.00,0.00,17500.00,0,0.00,0.00,'cash','paid','completed',NULL,7,4,'2026-04-18 20:19:03','2025-12-19 10:34:33','2025-12-31 10:43:41'),
(15,'HIL-0015','market','Abdelkerim','99 66 60 88',NULL,300000.00,0.00,0.00,300000.00,0.00,300000.00,0,0.00,0.00,'cash','paid','completed',NULL,7,43,'2026-04-18 20:19:03','2025-12-19 10:36:01','2025-12-23 05:23:53'),
(16,'HIL-0016','market',NULL,NULL,NULL,20000.00,0.00,0.00,20000.00,0.00,20000.00,0,20000.00,0.00,'cash','paid','completed',NULL,7,NULL,'2025-12-20 08:25:08','2025-12-20 08:25:08','2025-12-20 08:25:08'),
(17,'HIL-0017','market',NULL,NULL,NULL,20000.00,0.00,0.00,20000.00,0.00,20000.00,0,20000.00,0.00,'cash','paid','completed',NULL,7,NULL,'2025-12-20 09:36:00','2025-12-20 09:36:00','2025-12-20 09:36:00'),
(18,'HIL-0018','market',NULL,NULL,NULL,5500.00,0.00,0.00,5500.00,0.00,5500.00,0,5500.00,0.00,'cash','paid','completed',NULL,7,NULL,'2025-12-20 09:41:55','2025-12-20 09:41:55','2025-12-20 09:41:55'),
(19,'HIL-0019','market',NULL,NULL,NULL,20000.00,0.00,0.00,20000.00,0.00,20000.00,0,20000.00,0.00,'cash','paid','completed',NULL,7,NULL,'2025-12-20 09:45:10','2025-12-20 09:45:10','2025-12-20 09:45:10'),
(20,'HIL-0020','market',NULL,NULL,NULL,20000.00,0.00,0.00,20000.00,0.00,20000.00,0,20000.00,0.00,'cash','paid','completed',NULL,7,NULL,'2025-12-20 11:58:41','2025-12-20 11:58:41','2025-12-20 11:58:41'),
(21,'HIL-0021','market',NULL,NULL,NULL,5500.00,0.00,0.00,5500.00,0.00,5500.00,0,5500.00,0.00,'cash','paid','completed',NULL,7,NULL,'2025-12-20 13:50:44','2025-12-20 13:50:44','2025-12-20 13:50:44'),
(22,'HIL-0022','market',NULL,NULL,NULL,17500.00,0.00,0.00,17500.00,0.00,17500.00,0,17500.00,0.00,'cash','paid','completed',NULL,7,NULL,'2025-12-22 06:41:33','2025-12-22 06:41:33','2025-12-22 06:41:33'),
(23,'HIL-0023','market',NULL,NULL,NULL,5500.00,0.00,0.00,5500.00,0.00,5500.00,0,5500.00,0.00,'cash','paid','completed',NULL,7,NULL,'2025-12-22 06:41:44','2025-12-22 06:41:44','2025-12-22 06:41:44'),
(24,'HIL-0024','market',NULL,NULL,NULL,70000.00,0.00,0.00,70000.00,0.00,70000.00,0,70000.00,0.00,'cash','paid','completed',NULL,7,NULL,'2025-12-22 07:49:08','2025-12-22 07:49:08','2025-12-22 07:49:08'),
(25,'HIL-0025','market',NULL,NULL,NULL,17500.00,0.00,0.00,17500.00,0.00,17500.00,0,17500.00,0.00,'cash','paid','completed',NULL,7,NULL,'2025-12-22 07:52:55','2025-12-22 07:52:55','2025-12-22 07:52:55'),
(26,'HIL-0026','market',NULL,NULL,NULL,17500.00,0.00,0.00,17500.00,0.00,17500.00,0,17500.00,0.00,'cash','paid','completed',NULL,7,NULL,'2025-12-22 07:57:22','2025-12-22 07:57:22','2025-12-22 07:57:22'),
(27,'HIL-0027','market',NULL,NULL,NULL,35000.00,0.00,0.00,35000.00,0.00,35000.00,0,35000.00,0.00,'cash','paid','completed',NULL,7,NULL,'2025-12-22 08:04:18','2025-12-22 08:04:18','2025-12-22 08:04:18'),
(28,'HIL-0028','market',NULL,NULL,NULL,70000.00,0.00,0.00,70000.00,0.00,70000.00,0,70000.00,0.00,'cash','paid','completed',NULL,7,NULL,'2025-12-22 08:16:47','2025-12-22 08:16:47','2025-12-22 08:16:47'),
(29,'HIL-0029','market',NULL,NULL,NULL,30000.00,0.00,0.00,30000.00,0.00,30000.00,0,30000.00,0.00,'cash','paid','completed',NULL,7,NULL,'2025-12-22 08:20:59','2025-12-22 08:20:59','2025-12-22 08:20:59'),
(30,'HIL-0030','market',NULL,NULL,NULL,17500.00,0.00,0.00,17500.00,0.00,17500.00,0,17500.00,0.00,'cash','paid','completed',NULL,7,NULL,'2025-12-22 08:35:32','2025-12-22 08:35:32','2025-12-22 08:35:32'),
(31,'HIL-0031','market',NULL,NULL,NULL,20000.00,0.00,0.00,20000.00,0.00,20000.00,0,20000.00,0.00,'cash','paid','completed',NULL,7,NULL,'2025-12-22 08:45:16','2025-12-22 08:45:16','2025-12-22 08:45:16'),
(32,'HIL-0032','market',NULL,NULL,NULL,17500.00,0.00,0.00,17500.00,0.00,17500.00,0,17500.00,0.00,'cash','paid','completed',NULL,7,NULL,'2025-12-22 09:55:21','2025-12-22 09:55:21','2025-12-22 09:55:21'),
(33,'HIL-0033','market',NULL,NULL,NULL,20000.00,0.00,0.00,20000.00,0.00,20000.00,0,20000.00,0.00,'cash','paid','completed',NULL,7,NULL,'2025-12-22 10:57:33','2025-12-22 10:57:33','2025-12-22 10:57:33'),
(34,'HIL-0034','market',NULL,NULL,NULL,11000.00,0.00,0.00,11000.00,0.00,11000.00,0,11000.00,0.00,'cash','paid','completed',NULL,7,NULL,'2025-12-22 11:53:27','2025-12-22 11:53:27','2025-12-22 11:53:27'),
(35,'HIL-0035','market',NULL,NULL,NULL,5500.00,0.00,0.00,5500.00,0.00,5500.00,0,5500.00,0.00,'cash','paid','completed',NULL,7,NULL,'2025-12-22 13:35:53','2025-12-22 13:35:53','2025-12-22 13:35:53'),
(36,'HIL-0036','market',NULL,NULL,NULL,23000.00,0.00,0.00,23000.00,0.00,23000.00,0,23000.00,0.00,'cash','paid','completed',NULL,7,NULL,'2025-12-23 06:41:12','2025-12-23 06:41:12','2025-12-23 06:41:12'),
(37,'HIL-0037','market',NULL,NULL,NULL,19000.00,0.00,0.00,19000.00,0.00,19000.00,0,19000.00,0.00,'cash','paid','completed',NULL,7,NULL,'2025-12-23 08:42:15','2025-12-23 08:42:15','2025-12-23 08:42:15'),
(38,'HIL-0038','market',NULL,NULL,NULL,17500.00,0.00,0.00,17500.00,0.00,17500.00,0,17500.00,0.00,'cash','paid','completed',NULL,7,NULL,'2025-12-23 10:09:42','2025-12-23 10:09:42','2025-12-23 10:09:42'),
(39,'HIL-0039','market',NULL,NULL,NULL,11000.00,0.00,0.00,11000.00,0.00,11000.00,0,11000.00,0.00,'cash','paid','completed',NULL,7,NULL,'2025-12-23 12:09:30','2025-12-23 12:09:30','2025-12-23 12:09:30'),
(40,'HIL-0040','market',NULL,NULL,NULL,17500.00,0.00,0.00,17500.00,0.00,17500.00,0,17500.00,0.00,'cash','paid','completed',NULL,7,NULL,'2025-12-23 12:38:49','2025-12-23 12:38:49','2025-12-23 12:38:49'),
(41,'HIL-0041','market',NULL,NULL,NULL,5500.00,0.00,0.00,5500.00,0.00,5500.00,0,5500.00,0.00,'cash','paid','completed',NULL,7,NULL,'2025-12-23 12:39:00','2025-12-23 12:39:00','2025-12-23 12:39:00'),
(42,'HIL-0042','market',NULL,NULL,NULL,52500.00,0.00,0.00,52500.00,0.00,52500.00,0,52500.00,0.00,'cash','paid','completed',NULL,7,NULL,'2025-12-23 12:44:42','2025-12-23 12:44:42','2025-12-23 12:44:42'),
(43,'HIL-0043','market',NULL,NULL,NULL,20000.00,0.00,0.00,20000.00,0.00,20000.00,0,20000.00,0.00,'cash','paid','completed',NULL,7,NULL,'2025-12-24 07:22:24','2025-12-24 07:22:24','2025-12-24 07:22:24'),
(44,'HIL-0044','market',NULL,NULL,NULL,35000.00,0.00,0.00,35000.00,0.00,35000.00,0,35000.00,0.00,'cash','paid','completed',NULL,7,NULL,'2025-12-24 07:22:46','2025-12-24 07:22:46','2025-12-24 07:22:46'),
(45,'HIL-0045','market',NULL,NULL,NULL,20000.00,0.00,0.00,20000.00,0.00,20000.00,0,20000.00,0.00,'cash','paid','completed',NULL,7,NULL,'2025-12-24 07:23:04','2025-12-24 07:23:04','2025-12-24 07:23:04'),
(46,'HIL-0046','market',NULL,NULL,NULL,17500.00,0.00,0.00,17500.00,0.00,17500.00,0,17500.00,0.00,'cash','paid','completed',NULL,7,NULL,'2025-12-24 08:08:47','2025-12-24 08:08:47','2025-12-24 08:08:47'),
(47,'HIL-0047','market',NULL,NULL,NULL,40000.00,0.00,0.00,40000.00,0.00,40000.00,0,40000.00,0.00,'cash','paid','completed',NULL,7,NULL,'2025-12-24 08:18:39','2025-12-24 08:18:39','2025-12-24 08:18:39'),
(48,'HIL-0048','market',NULL,NULL,NULL,17500.00,0.00,0.00,17500.00,0.00,17500.00,0,17500.00,0.00,'cash','paid','completed',NULL,7,NULL,'2025-12-24 08:40:42','2025-12-24 08:40:42','2025-12-24 08:40:42'),
(49,'HIL-0049','market',NULL,NULL,NULL,5500.00,0.00,0.00,5500.00,0.00,5500.00,0,5500.00,0.00,'cash','paid','completed',NULL,7,NULL,'2025-12-24 08:57:17','2025-12-24 08:57:17','2025-12-24 08:57:17'),
(50,'HIL-0050','market',NULL,NULL,NULL,17500.00,0.00,0.00,17500.00,0.00,17500.00,0,17500.00,0.00,'cash','paid','completed',NULL,7,NULL,'2025-12-24 09:04:29','2025-12-24 09:04:29','2025-12-24 09:04:29'),
(51,'HIL-0051','market',NULL,NULL,NULL,17500.00,0.00,0.00,17500.00,0.00,17500.00,0,17500.00,0.00,'cash','paid','completed',NULL,7,NULL,'2025-12-24 09:37:51','2025-12-24 09:37:51','2025-12-24 09:37:51'),
(52,'HIL-0052','market',NULL,NULL,NULL,35000.00,0.00,0.00,35000.00,0.00,35000.00,0,35000.00,0.00,'cash','paid','completed',NULL,7,NULL,'2025-12-24 09:43:37','2025-12-24 09:43:37','2025-12-24 09:43:37'),
(53,'HIL-0053','market',NULL,NULL,NULL,17500.00,0.00,0.00,17500.00,0.00,17500.00,0,17500.00,0.00,'cash','paid','completed',NULL,7,NULL,'2025-12-24 10:39:41','2025-12-24 10:39:41','2025-12-24 10:39:41'),
(54,'HIL-0054','market',NULL,NULL,NULL,35000.00,0.00,0.00,35000.00,0.00,35000.00,0,35000.00,0.00,'cash','paid','completed',NULL,7,NULL,'2025-12-24 11:08:17','2025-12-24 11:08:17','2025-12-24 11:08:17'),
(55,'HIL-0055','market',NULL,NULL,NULL,70000.00,0.00,0.00,70000.00,0.00,70000.00,0,70000.00,0.00,'cash','paid','completed',NULL,7,NULL,'2025-12-24 12:05:09','2025-12-24 12:05:09','2025-12-24 12:05:09'),
(56,'HIL-0056','market',NULL,NULL,NULL,17500.00,0.00,0.00,17500.00,0.00,17500.00,0,17500.00,0.00,'cash','paid','completed',NULL,7,NULL,'2025-12-24 12:14:18','2025-12-24 12:14:18','2025-12-24 12:14:18'),
(57,'HIL-0057','market',NULL,NULL,NULL,35000.00,0.00,0.00,35000.00,0.00,35000.00,0,35000.00,0.00,'cash','paid','completed',NULL,7,NULL,'2025-12-24 12:24:34','2025-12-24 12:24:34','2025-12-24 12:24:34'),
(58,'HIL-0058','market','Guisma','60 20 30 27',NULL,70000.00,0.00,0.00,70000.00,0.00,70000.00,0,0.00,0.00,'cash','paid','completed',NULL,7,13,'2026-04-18 20:19:03','2025-12-24 12:34:05','2025-12-29 10:58:52'),
(59,'HIL-0059','market',NULL,NULL,NULL,35000.00,0.00,0.00,35000.00,0.00,35000.00,0,35000.00,0.00,'cash','paid','completed',NULL,7,NULL,'2025-12-24 13:01:00','2025-12-24 13:01:00','2025-12-24 13:01:00'),
(60,'HIL-0060','market',NULL,NULL,NULL,17500.00,0.00,0.00,17500.00,0.00,17500.00,0,17500.00,0.00,'cash','paid','completed',NULL,7,NULL,'2025-12-25 06:32:45','2025-12-25 06:32:45','2025-12-25 06:32:45'),
(61,'HIL-0061','market',NULL,NULL,NULL,5500.00,0.00,0.00,5500.00,0.00,5500.00,0,5500.00,0.00,'cash','paid','completed',NULL,7,NULL,'2025-12-25 07:10:28','2025-12-25 07:10:28','2025-12-25 07:10:28'),
(62,'HIL-0062','market',NULL,NULL,NULL,17500.00,0.00,0.00,17500.00,0.00,17500.00,0,17500.00,0.00,'cash','paid','completed',NULL,7,NULL,'2025-12-25 07:37:25','2025-12-25 07:37:25','2025-12-25 07:37:25'),
(63,'HIL-0063','market',NULL,NULL,NULL,19000.00,0.00,0.00,19000.00,0.00,19000.00,0,19000.00,0.00,'cash','paid','completed',NULL,7,NULL,'2025-12-25 08:12:18','2025-12-25 08:12:18','2025-12-25 08:12:18'),
(64,'HIL-0064','market',NULL,NULL,NULL,17500.00,0.00,0.00,17500.00,0.00,17500.00,0,17500.00,0.00,'cash','paid','completed',NULL,7,NULL,'2025-12-25 11:41:21','2025-12-25 11:41:21','2025-12-25 11:41:21'),
(65,'HIL-0065','market',NULL,NULL,NULL,10000.00,0.00,0.00,10000.00,0.00,10000.00,0,10000.00,0.00,'cash','paid','completed',NULL,7,NULL,'2025-12-25 12:57:59','2025-12-25 12:57:59','2025-12-25 12:57:59'),
(66,'HIL-0066','market',NULL,NULL,NULL,35000.00,0.00,0.00,35000.00,0.00,35000.00,0,35000.00,0.00,'cash','paid','completed',NULL,7,NULL,'2025-12-25 12:58:57','2025-12-25 12:58:57','2025-12-25 12:58:57'),
(67,'HIL-0067','market',NULL,NULL,NULL,17500.00,0.00,0.00,17500.00,0.00,17500.00,0,17500.00,0.00,'cash','paid','completed',NULL,7,NULL,'2025-12-25 13:23:04','2025-12-25 13:23:04','2025-12-25 13:23:04'),
(68,'HIL-0068','market',NULL,NULL,NULL,5500.00,0.00,0.00,5500.00,0.00,5500.00,0,5500.00,0.00,'cash','paid','completed',NULL,7,NULL,'2025-12-25 17:12:14','2025-12-25 17:12:14','2025-12-25 17:12:14'),
(69,'HIL-0069','market','Fatime Abdelrehim','66 06 30 78',NULL,52500.00,0.00,0.00,52500.00,0.00,52500.00,0,0.00,0.00,'cash','paid','completed',NULL,7,19,'2026-04-18 20:19:03','2025-12-26 07:08:53','2025-12-31 09:11:54'),
(70,'HIL-0070','market',NULL,NULL,NULL,35000.00,0.00,0.00,35000.00,0.00,35000.00,0,35000.00,0.00,'cash','refunded','cancelled','\n\nCancelled: Error',7,NULL,'2025-12-26 10:15:07','2025-12-26 07:14:07','2025-12-26 07:15:07'),
(71,'HIL-0071','market',NULL,NULL,NULL,17500.00,0.00,0.00,17500.00,0.00,17500.00,0,17500.00,0.00,'cash','paid','completed',NULL,7,NULL,'2025-12-26 07:54:26','2025-12-26 07:54:26','2025-12-26 07:54:26'),
(72,'HIL-0072','market','HISSEN ISHAKH','66 19 06 20',NULL,35000.00,0.00,0.00,35000.00,0.00,35000.00,0,35000.00,0.00,'cash','paid','completed',NULL,7,23,'2026-04-18 20:19:03','2025-12-26 08:17:08','2025-12-26 08:17:08'),
(73,'HIL-0073','market',NULL,NULL,NULL,55000.00,0.00,0.00,55000.00,0.00,55000.00,0,55000.00,0.00,'cash','paid','completed',NULL,7,NULL,'2025-12-26 08:23:09','2025-12-26 08:23:09','2025-12-26 08:23:09'),
(74,'HIL-0074','market',NULL,NULL,NULL,5500.00,0.00,0.00,5500.00,0.00,5500.00,0,5500.00,0.00,'cash','paid','completed',NULL,7,NULL,'2025-12-26 09:08:41','2025-12-26 09:08:41','2025-12-26 09:08:41'),
(75,'HIL-0075','market',NULL,NULL,NULL,5500.00,0.00,0.00,5500.00,0.00,5500.00,0,5500.00,0.00,'cash','paid','completed',NULL,7,NULL,'2025-12-26 10:18:59','2025-12-26 10:18:59','2025-12-26 10:18:59'),
(76,'HIL-0076','market',NULL,NULL,NULL,35000.00,0.00,0.00,35000.00,0.00,35000.00,0,35000.00,0.00,'cash','paid','completed',NULL,7,NULL,'2025-12-26 11:15:39','2025-12-26 11:15:39','2025-12-26 11:15:39'),
(77,'HIL-0077','market',NULL,NULL,NULL,11000.00,0.00,0.00,11000.00,0.00,11000.00,0,11000.00,0.00,'cash','paid','completed',NULL,7,NULL,'2025-12-26 12:18:19','2025-12-26 12:18:19','2025-12-26 12:18:19'),
(78,'HIL-0078','market',NULL,NULL,NULL,20000.00,0.00,0.00,20000.00,0.00,20000.00,0,20000.00,0.00,'cash','paid','completed',NULL,7,NULL,'2025-12-26 12:56:35','2025-12-26 12:56:35','2025-12-26 12:56:35'),
(79,'HIL-0079','market',NULL,NULL,NULL,35000.00,0.00,0.00,35000.00,0.00,35000.00,0,35000.00,0.00,'cash','paid','completed',NULL,7,NULL,'2025-12-26 13:48:56','2025-12-26 13:48:56','2025-12-26 13:48:56'),
(80,'HIL-0080','market','Guissma','60 20 30 27',NULL,35000.00,0.00,0.00,35000.00,0.00,35000.00,0,0.00,0.00,'cash','paid','completed',NULL,7,13,'2026-04-18 20:19:03','2025-12-26 14:08:47','2025-12-29 10:57:30'),
(81,'HIL-0081','market',NULL,NULL,NULL,11000.00,0.00,0.00,11000.00,0.00,11000.00,0,11000.00,0.00,'cash','paid','completed',NULL,7,NULL,'2025-12-26 15:03:41','2025-12-26 15:03:41','2025-12-26 15:03:41'),
(82,'HIL-0082','market',NULL,NULL,NULL,17500.00,0.00,0.00,17500.00,0.00,17500.00,0,17500.00,0.00,'cash','paid','completed',NULL,7,NULL,'2025-12-27 07:08:28','2025-12-27 07:08:28','2025-12-27 07:08:28'),
(83,'HIL-0083','market',NULL,NULL,NULL,35000.00,0.00,0.00,35000.00,0.00,35000.00,0,35000.00,0.00,'cash','paid','completed',NULL,7,NULL,'2025-12-27 08:00:02','2025-12-27 08:00:02','2025-12-27 08:00:02'),
(84,'HIL-0084','market',NULL,NULL,NULL,60000.00,0.00,0.00,60000.00,0.00,60000.00,0,60000.00,0.00,'cash','paid','completed',NULL,7,NULL,'2025-12-27 08:12:06','2025-12-27 08:12:06','2025-12-27 08:12:06'),
(85,'HIL-0085','market',NULL,NULL,NULL,35000.00,0.00,0.00,35000.00,0.00,35000.00,0,35000.00,0.00,'cash','paid','completed',NULL,7,NULL,'2025-12-27 08:50:11','2025-12-27 08:50:11','2025-12-27 08:50:11'),
(86,'HIL-0086','market',NULL,NULL,NULL,17500.00,0.00,0.00,17500.00,0.00,17500.00,0,17500.00,0.00,'cash','paid','completed',NULL,7,NULL,'2025-12-27 08:50:33','2025-12-27 08:50:33','2025-12-27 08:50:33'),
(87,'HIL-0087','market',NULL,NULL,NULL,35000.00,0.00,0.00,35000.00,0.00,35000.00,0,35000.00,0.00,'cash','paid','completed',NULL,7,NULL,'2025-12-27 09:22:32','2025-12-27 09:22:32','2025-12-27 09:22:32'),
(88,'HIL-0088','market',NULL,NULL,NULL,17500.00,0.00,0.00,17500.00,0.00,17500.00,0,17500.00,0.00,'cash','paid','completed',NULL,7,NULL,'2025-12-27 10:05:07','2025-12-27 10:05:07','2025-12-27 10:05:07'),
(89,'HIL-0089','market',NULL,NULL,NULL,17500.00,0.00,0.00,17500.00,0.00,17500.00,0,17500.00,0.00,'cash','paid','completed',NULL,7,NULL,'2025-12-27 10:05:41','2025-12-27 10:05:41','2025-12-27 10:05:41'),
(90,'HIL-0090','market','Hadjè debutè','66 10 19 59',NULL,162500.00,0.00,0.00,162500.00,162500.00,0.00,1,0.00,0.00,'cash','refunded','cancelled','\n\nCancelled: Sale Cancelaion',7,21,'2026-04-18 20:19:03','2025-12-27 10:20:56','2026-01-01 10:26:09'),
(91,'HIL-0091','market',NULL,NULL,NULL,40000.00,0.00,0.00,40000.00,0.00,40000.00,0,40000.00,0.00,'cash','paid','completed',NULL,7,NULL,'2025-12-27 12:08:31','2025-12-27 12:08:31','2025-12-27 12:08:31'),
(92,'HIL-0092','market',NULL,NULL,NULL,35000.00,0.00,0.00,35000.00,0.00,35000.00,0,35000.00,0.00,'cash','paid','completed',NULL,7,NULL,'2025-12-29 05:42:33','2025-12-29 05:42:33','2025-12-29 05:42:33'),
(93,'HIL-0093','market',NULL,NULL,NULL,17500.00,0.00,0.00,17500.00,0.00,17500.00,0,17500.00,0.00,'cash','paid','completed',NULL,7,NULL,'2025-12-29 06:07:25','2025-12-29 06:07:25','2025-12-29 06:07:25'),
(94,'HIL-0094','market',NULL,NULL,NULL,200000.00,0.00,0.00,200000.00,0.00,200000.00,0,200000.00,0.00,'cash','paid','completed',NULL,7,NULL,'2025-12-29 06:36:41','2025-12-29 06:36:41','2025-12-29 06:36:41'),
(95,'HIL-0095','market',NULL,NULL,NULL,35000.00,0.00,0.00,35000.00,0.00,35000.00,0,35000.00,0.00,'cash','paid','completed',NULL,7,NULL,'2025-12-29 07:39:06','2025-12-29 07:39:06','2025-12-29 07:39:06'),
(96,'HIL-0096','market',NULL,NULL,NULL,17500.00,0.00,0.00,17500.00,0.00,17500.00,0,17500.00,0.00,'cash','paid','completed',NULL,7,NULL,'2025-12-29 08:52:26','2025-12-29 08:52:26','2025-12-29 08:52:26'),
(97,'HIL-0097','market',NULL,NULL,NULL,35000.00,0.00,0.00,35000.00,0.00,35000.00,0,35000.00,0.00,'cash','paid','completed',NULL,7,NULL,'2025-12-29 09:25:37','2025-12-29 09:25:37','2025-12-29 09:25:37'),
(98,'HIL-0098','market',NULL,NULL,NULL,11000.00,0.00,0.00,11000.00,0.00,11000.00,0,11000.00,0.00,'cash','paid','completed',NULL,7,NULL,'2025-12-29 10:23:55','2025-12-29 10:23:55','2025-12-29 10:23:55'),
(99,'HIL-0099','market',NULL,NULL,NULL,17500.00,0.00,0.00,17500.00,0.00,17500.00,0,17500.00,0.00,'cash','paid','completed',NULL,7,NULL,'2025-12-29 10:24:06','2025-12-29 10:24:06','2025-12-29 10:24:06'),
(100,'HIL-0100','market',NULL,NULL,NULL,17500.00,0.00,0.00,17500.00,0.00,17500.00,0,17500.00,0.00,'cash','paid','completed',NULL,7,NULL,'2025-12-29 12:23:00','2025-12-29 12:23:00','2025-12-29 12:23:00'),
(101,'HIL-0101','market',NULL,NULL,NULL,5500.00,0.00,0.00,5500.00,0.00,5500.00,0,5500.00,0.00,'cash','paid','completed',NULL,7,NULL,'2025-12-29 14:10:19','2025-12-29 14:10:19','2025-12-29 14:10:19'),
(102,'HIL-0102','market',NULL,NULL,NULL,110000.00,0.00,0.00,110000.00,0.00,110000.00,0,110000.00,0.00,'cash','paid','completed',NULL,7,NULL,'2025-12-30 05:40:03','2025-12-30 05:40:03','2025-12-30 05:40:03'),
(103,'HIL-0103','market',NULL,NULL,NULL,55000.00,0.00,0.00,55000.00,0.00,55000.00,0,55000.00,0.00,'cash','paid','completed',NULL,7,NULL,'2025-12-30 06:41:53','2025-12-30 06:41:53','2025-12-30 06:41:53'),
(104,'HIL-0104','market','Mht Tidjani','68 17 72 72',NULL,192500.00,0.00,0.00,192500.00,0.00,192500.00,0,192500.00,0.00,'cash','paid','completed',NULL,7,37,'2026-04-18 20:19:03','2025-12-30 08:12:26','2025-12-30 08:12:26'),
(105,'HIL-0105','market',NULL,NULL,NULL,17500.00,0.00,0.00,17500.00,0.00,17500.00,0,17500.00,0.00,'cash','paid','completed',NULL,7,NULL,'2025-12-30 11:31:49','2025-12-30 11:31:49','2025-12-30 11:31:49'),
(106,'HIL-0106','market',NULL,NULL,NULL,11000.00,0.00,0.00,11000.00,0.00,11000.00,0,11000.00,0.00,'cash','paid','completed',NULL,7,NULL,'2025-12-30 12:42:52','2025-12-30 12:42:52','2025-12-30 12:42:52'),
(107,'HIL-0107','market','Fatime Abdelrahim','66 06 30 78',NULL,140000.00,0.00,0.00,140000.00,0.00,140000.00,0,0.00,0.00,'cash','paid','completed',NULL,7,19,'2026-04-18 20:19:03','2025-12-30 12:50:01','2026-01-23 07:55:06'),
(108,'HIL-0108','market',NULL,NULL,NULL,35000.00,0.00,0.00,35000.00,0.00,35000.00,0,35000.00,0.00,'cash','paid','completed',NULL,7,NULL,'2025-12-30 13:13:58','2025-12-30 13:13:58','2025-12-30 13:13:58'),
(109,'HIL-0109','market',NULL,NULL,NULL,17500.00,0.00,0.00,17500.00,0.00,17500.00,0,17500.00,0.00,'cash','paid','completed',NULL,7,NULL,'2025-12-31 08:25:57','2025-12-31 08:25:57','2025-12-31 08:25:57'),
(110,'HIL-0110','market',NULL,NULL,NULL,35000.00,0.00,0.00,35000.00,0.00,35000.00,0,35000.00,0.00,'cash','paid','completed',NULL,7,NULL,'2025-12-31 08:26:19','2025-12-31 08:26:19','2025-12-31 08:26:19'),
(111,'HIL-0111','market',NULL,NULL,NULL,17500.00,0.00,0.00,17500.00,0.00,17500.00,0,17500.00,0.00,'cash','paid','completed',NULL,7,NULL,'2025-12-31 08:36:09','2025-12-31 08:36:09','2025-12-31 08:36:09'),
(112,'HIL-0112','market','Adam','66 46 82 68',NULL,35000.00,0.00,0.00,35000.00,0.00,35000.00,0,35000.00,0.00,'cash','refunded','cancelled','\n\nCancelled: Error',7,31,'2026-04-18 20:19:03','2025-12-31 08:39:21','2025-12-31 08:39:41'),
(113,'HIL-0113','market','Adam','66 46 82 68',NULL,35000.00,0.00,0.00,35000.00,0.00,35000.00,0,0.00,0.00,'cash','paid','completed',NULL,7,31,'2026-04-18 20:19:03','2025-12-31 08:40:45','2026-01-02 10:31:34'),
(114,'HIL-0114','market',NULL,NULL,NULL,17500.00,0.00,0.00,17500.00,0.00,17500.00,0,17500.00,0.00,'cash','paid','completed',NULL,7,NULL,'2025-12-31 10:38:01','2025-12-31 10:38:01','2025-12-31 10:38:01'),
(115,'HIL-0115','market',NULL,NULL,NULL,17500.00,0.00,0.00,17500.00,0.00,17500.00,0,17500.00,0.00,'cash','paid','completed',NULL,7,NULL,'2025-12-31 11:33:57','2025-12-31 11:33:57','2025-12-31 11:33:57'),
(116,'HIL-0116','market',NULL,NULL,NULL,20000.00,0.00,0.00,20000.00,0.00,20000.00,0,20000.00,0.00,'cash','paid','completed',NULL,7,NULL,'2025-12-31 12:56:49','2025-12-31 12:56:49','2025-12-31 12:56:49'),
(117,'HIL-0117','market','----','----',NULL,20000.00,0.00,0.00,20000.00,0.00,20000.00,0,18500.00,0.00,'cash','paid','completed',NULL,7,4,'2026-04-18 20:19:03','2025-12-31 13:03:52','2026-04-07 05:55:06'),
(118,'HIL-0118','market',NULL,NULL,NULL,35000.00,0.00,0.00,35000.00,0.00,35000.00,0,35000.00,0.00,'cash','paid','completed',NULL,7,NULL,'2025-12-31 13:26:15','2025-12-31 13:26:15','2025-12-31 13:26:15'),
(119,'HIL-0119','market',NULL,NULL,NULL,5500.00,0.00,0.00,5500.00,0.00,5500.00,0,5500.00,0.00,'cash','paid','completed',NULL,7,NULL,'2026-01-01 05:54:41','2026-01-01 05:54:41','2026-01-01 05:54:41'),
(120,'HIL-0120','market','Guisma','60 20 30 27',NULL,17500.00,0.00,0.00,17500.00,0.00,17500.00,0,0.00,0.00,'cash','paid','completed',NULL,7,13,'2026-04-18 20:19:03','2026-01-01 06:29:54','2026-01-05 11:08:25'),
(121,'HIL-0121','market','Adam Youssouf','66 68 06 52',NULL,515000.00,0.00,0.00,515000.00,0.00,515000.00,0,515000.00,0.00,'cash','paid','completed',NULL,7,32,'2026-04-18 20:19:03','2026-01-01 07:51:52','2026-01-01 07:51:52'),
(122,'HIL-0122','market',NULL,NULL,NULL,17500.00,0.00,0.00,17500.00,0.00,17500.00,0,17500.00,0.00,'cash','paid','completed',NULL,7,NULL,'2026-01-01 07:55:47','2026-01-01 07:55:47','2026-01-01 07:55:47'),
(123,'HIL-0123','market',NULL,NULL,NULL,17500.00,0.00,0.00,17500.00,0.00,17500.00,0,17500.00,0.00,'cash','paid','completed',NULL,7,NULL,'2026-01-01 08:08:53','2026-01-01 08:08:53','2026-01-01 08:08:53'),
(124,'HIL-0124','market',NULL,NULL,NULL,17500.00,0.00,0.00,17500.00,0.00,17500.00,0,17500.00,0.00,'cash','paid','completed',NULL,7,NULL,'2026-01-01 08:50:46','2026-01-01 08:50:46','2026-01-01 08:50:46'),
(125,'HIL-0125','market',NULL,NULL,NULL,20000.00,0.00,0.00,20000.00,0.00,20000.00,0,20000.00,0.00,'cash','paid','completed',NULL,7,NULL,'2026-01-01 09:25:48','2026-01-01 09:25:48','2026-01-01 09:25:48'),
(126,'HIL-0126','market',NULL,NULL,NULL,20000.00,0.00,0.00,20000.00,0.00,20000.00,0,20000.00,0.00,'cash','paid','completed',NULL,7,NULL,'2026-01-01 10:16:08','2026-01-01 10:16:08','2026-01-01 10:16:08'),
(127,'HIL-0127','market',NULL,NULL,NULL,20000.00,0.00,0.00,20000.00,0.00,20000.00,0,20000.00,0.00,'cash','paid','completed',NULL,7,NULL,'2026-01-01 13:27:02','2026-01-01 13:27:02','2026-01-01 13:27:02'),
(128,'HIL-0128','market',NULL,NULL,NULL,20000.00,0.00,0.00,20000.00,0.00,20000.00,0,20000.00,0.00,'cash','paid','completed',NULL,7,NULL,'2026-01-01 13:27:20','2026-01-01 13:27:20','2026-01-01 13:27:20'),
(129,'HIL-0129','market',NULL,NULL,NULL,40000.00,0.00,0.00,40000.00,0.00,40000.00,0,40000.00,0.00,'cash','paid','completed',NULL,7,NULL,'2026-01-01 13:27:49','2026-01-01 13:27:49','2026-01-01 13:27:49'),
(130,'HIL-0130','market','Moubarak Abdoullay','66 04 36 07',NULL,192500.00,0.00,0.00,192500.00,0.00,192500.00,0,192500.00,0.00,'cash','paid','completed',NULL,7,18,'2026-04-18 20:19:03','2026-01-02 06:28:11','2026-01-02 06:28:11'),
(131,'HIL-0131','market',NULL,NULL,NULL,6500.00,0.00,0.00,6500.00,0.00,6500.00,0,6500.00,0.00,'cash','paid','completed',NULL,7,NULL,'2026-01-02 06:51:39','2026-01-02 06:51:39','2026-01-02 06:51:39'),
(132,'HIL-0132','market',NULL,NULL,NULL,11000.00,0.00,0.00,11000.00,0.00,11000.00,0,11000.00,0.00,'cash','paid','completed',NULL,7,NULL,'2026-01-02 07:26:01','2026-01-02 07:26:01','2026-01-02 07:26:01'),
(133,'HIL-0133','market',NULL,NULL,NULL,11000.00,0.00,0.00,11000.00,0.00,11000.00,0,11000.00,0.00,'cash','paid','completed',NULL,7,NULL,'2026-01-02 08:59:55','2026-01-02 08:59:55','2026-01-02 08:59:55'),
(134,'HIL-0134','market',NULL,NULL,NULL,17500.00,0.00,0.00,17500.00,0.00,17500.00,0,17500.00,0.00,'cash','refunded','cancelled','\n\nCancelled: Error Correction',7,NULL,'2026-01-02 13:10:15','2026-01-02 10:09:40','2026-01-02 10:10:15'),
(135,'HIL-0135','market',NULL,NULL,NULL,20000.00,0.00,0.00,20000.00,0.00,20000.00,0,20000.00,0.00,'cash','paid','completed',NULL,7,NULL,'2026-01-02 10:10:56','2026-01-02 10:10:56','2026-01-02 10:10:56'),
(136,'HIL-0136','market','Adam Confiance','---',NULL,17500.00,0.00,0.00,17500.00,17500.00,17500.00,0,0.00,0.00,'cash','partial','completed',NULL,7,3,'2026-04-18 20:19:03','2026-01-02 10:28:14','2026-01-13 07:26:55'),
(137,'HIL-0137','market',NULL,NULL,NULL,20000.00,0.00,0.00,20000.00,0.00,20000.00,0,20000.00,0.00,'cash','paid','completed',NULL,7,NULL,'2026-01-02 10:44:24','2026-01-02 10:44:24','2026-01-02 10:44:24'),
(138,'HIL-0138','market','Guisma','60 20 30 27',NULL,35000.00,0.00,0.00,35000.00,0.00,35000.00,0,35000.00,0.00,'cash','paid','completed',NULL,7,13,'2026-04-18 20:19:03','2026-01-02 10:48:42','2026-01-02 10:48:42'),
(139,'HIL-0139','market',NULL,NULL,NULL,17500.00,0.00,0.00,17500.00,0.00,17500.00,0,17500.00,0.00,'cash','refunded','cancelled','\n\nCancelled: Error Correction',7,NULL,'2026-01-02 15:40:27','2026-01-02 12:40:04','2026-01-02 12:40:27'),
(140,'HIL-0140','market',NULL,NULL,NULL,20000.00,0.00,0.00,20000.00,0.00,20000.00,0,20000.00,0.00,'cash','paid','completed',NULL,7,NULL,'2026-01-02 12:51:08','2026-01-02 12:51:08','2026-01-02 12:51:08'),
(141,'HIL-0141','market',NULL,NULL,NULL,20000.00,0.00,0.00,20000.00,0.00,20000.00,0,20000.00,0.00,'cash','paid','completed',NULL,7,NULL,'2026-01-03 08:52:09','2026-01-03 08:52:09','2026-01-03 08:52:09'),
(142,'HIL-0142','market',NULL,NULL,NULL,17500.00,0.00,0.00,17500.00,0.00,17500.00,0,17500.00,0.00,'cash','paid','completed',NULL,7,NULL,'2026-01-03 09:19:45','2026-01-03 09:19:45','2026-01-03 09:19:45'),
(143,'HIL-0143','market',NULL,NULL,NULL,35000.00,0.00,0.00,35000.00,0.00,35000.00,0,35000.00,0.00,'cash','paid','completed',NULL,7,NULL,'2026-01-03 10:16:58','2026-01-03 10:16:58','2026-01-03 10:16:58'),
(144,'HIL-0144','market','Ousman Nassir','66 14 88 86',NULL,375000.00,0.00,0.00,375000.00,0.00,375000.00,0,125000.00,0.00,'cash','paid','completed',NULL,7,22,'2026-04-18 20:19:03','2026-01-03 10:51:56','2026-03-13 06:37:40'),
(145,'HIL-0145','market',NULL,NULL,NULL,17500.00,0.00,0.00,17500.00,0.00,17500.00,0,17500.00,0.00,'cash','paid','completed',NULL,7,NULL,'2026-01-03 12:10:21','2026-01-03 12:10:21','2026-01-03 12:10:21'),
(146,'HIL-0146','market',NULL,NULL,NULL,20000.00,0.00,0.00,20000.00,0.00,20000.00,0,20000.00,0.00,'cash','paid','completed',NULL,7,NULL,'2026-01-03 12:22:03','2026-01-03 12:22:03','2026-01-03 12:22:03'),
(147,'HIL-0147','market',NULL,NULL,NULL,27500.00,0.00,0.00,27500.00,0.00,27500.00,0,27500.00,0.00,'cash','paid','completed',NULL,7,NULL,'2026-01-03 14:36:46','2026-01-03 14:36:46','2026-01-03 14:36:46'),
(148,'HIL-0148','market',NULL,NULL,NULL,25000.00,0.00,0.00,25000.00,0.00,25000.00,0,25000.00,0.00,'cash','paid','completed',NULL,7,NULL,'2026-01-05 07:44:36','2026-01-05 07:44:36','2026-01-05 07:44:36'),
(149,'HIL-0149','market',NULL,NULL,NULL,5000.00,0.00,0.00,5000.00,0.00,5000.00,0,5000.00,0.00,'cash','paid','completed',NULL,7,NULL,'2026-01-05 08:02:57','2026-01-05 08:02:57','2026-01-05 08:02:57'),
(150,'HIL-0150','market',NULL,NULL,NULL,5000.00,0.00,0.00,5000.00,0.00,5000.00,0,5000.00,0.00,'cash','paid','completed',NULL,7,NULL,'2026-01-05 08:03:22','2026-01-05 08:03:22','2026-01-05 08:03:22'),
(151,'HIL-0151','market',NULL,NULL,NULL,20000.00,0.00,0.00,20000.00,0.00,20000.00,0,20000.00,0.00,'cash','paid','completed',NULL,7,NULL,'2026-01-05 08:10:39','2026-01-05 08:10:39','2026-01-05 08:10:39'),
(152,'HIL-0152','market',NULL,NULL,NULL,5500.00,0.00,0.00,5500.00,0.00,5500.00,0,5500.00,0.00,'cash','paid','completed',NULL,7,NULL,'2026-01-05 11:07:31','2026-01-05 11:07:31','2026-01-05 11:07:31'),
(153,'HIL-0153','market',NULL,NULL,NULL,20000.00,0.00,0.00,20000.00,0.00,20000.00,0,20000.00,0.00,'cash','paid','completed',NULL,7,NULL,'2026-01-05 13:05:44','2026-01-05 13:05:44','2026-01-05 13:05:44'),
(154,'HIL-0154','market',NULL,NULL,NULL,6500.00,0.00,0.00,6500.00,0.00,6500.00,0,6500.00,0.00,'cash','paid','completed',NULL,7,NULL,'2026-01-06 06:13:35','2026-01-06 06:13:35','2026-01-06 06:13:35'),
(155,'HIL-0155','market',NULL,NULL,NULL,20000.00,0.00,0.00,20000.00,0.00,20000.00,0,20000.00,0.00,'cash','paid','completed',NULL,7,NULL,'2026-01-06 09:48:38','2026-01-06 09:48:38','2026-01-06 09:48:38'),
(156,'HIL-0156','market',NULL,NULL,NULL,20000.00,0.00,0.00,20000.00,0.00,20000.00,0,20000.00,0.00,'cash','paid','completed',NULL,7,NULL,'2026-01-06 09:53:16','2026-01-06 09:53:16','2026-01-06 09:53:16'),
(157,'HIL-0157','market',NULL,NULL,NULL,20000.00,0.00,0.00,20000.00,0.00,20000.00,0,20000.00,0.00,'cash','refunded','cancelled','\n\nCancelled: Error',7,NULL,'2026-01-06 13:51:45','2026-01-06 10:51:13','2026-01-06 10:51:45'),
(158,'HIL-0158','market',NULL,NULL,NULL,17500.00,0.00,0.00,17500.00,0.00,17500.00,0,17500.00,0.00,'cash','paid','completed',NULL,7,NULL,'2026-01-06 10:52:07','2026-01-06 10:52:07','2026-01-06 10:52:07'),
(159,'HIL-0159','market',NULL,NULL,NULL,39000.00,0.00,0.00,39000.00,0.00,39000.00,0,39000.00,0.00,'cash','paid','completed',NULL,7,NULL,'2026-01-06 10:52:24','2026-01-06 10:52:24','2026-01-06 10:52:24'),
(160,'HIL-0160','market','Moustapha Hamit','69 24 24 36',NULL,350000.00,0.00,0.00,350000.00,0.00,350000.00,0,350000.00,0.00,'cash','paid','completed',NULL,7,38,'2026-04-18 20:19:03','2026-01-06 11:54:32','2026-01-06 11:54:32'),
(161,'HIL-0161','market',NULL,NULL,NULL,20000.00,0.00,0.00,20000.00,0.00,20000.00,0,20000.00,0.00,'cash','paid','completed',NULL,7,NULL,'2026-01-06 12:13:55','2026-01-06 12:13:55','2026-01-06 12:13:55'),
(162,'HIL-0162','market',NULL,NULL,NULL,17500.00,0.00,0.00,17500.00,0.00,17500.00,0,17500.00,0.00,'cash','paid','completed',NULL,7,NULL,'2026-01-07 08:21:08','2026-01-07 08:21:08','2026-01-07 08:21:08'),
(163,'HIL-0163','market',NULL,NULL,NULL,17500.00,0.00,0.00,17500.00,0.00,17500.00,0,17500.00,0.00,'cash','paid','completed',NULL,7,NULL,'2026-01-07 08:23:22','2026-01-07 08:23:22','2026-01-07 08:23:22'),
(164,'HIL-0164','market',NULL,NULL,NULL,20000.00,0.00,0.00,20000.00,0.00,20000.00,0,20000.00,0.00,'cash','paid','completed',NULL,7,NULL,'2026-01-07 08:43:25','2026-01-07 08:43:25','2026-01-07 08:43:25'),
(165,'HIL-0165','market',NULL,NULL,NULL,5500.00,0.00,0.00,5500.00,0.00,5500.00,0,5500.00,0.00,'cash','paid','completed',NULL,7,NULL,'2026-01-07 10:55:28','2026-01-07 10:55:28','2026-01-07 10:55:28'),
(166,'HIL-0166','market',NULL,NULL,NULL,17500.00,0.00,0.00,17500.00,0.00,17500.00,0,17500.00,0.00,'cash','paid','completed',NULL,7,NULL,'2026-01-07 10:57:00','2026-01-07 10:57:00','2026-01-07 10:57:00'),
(167,'HIL-0167','market',NULL,NULL,NULL,17500.00,0.00,0.00,17500.00,0.00,17500.00,0,17500.00,0.00,'cash','paid','completed',NULL,7,NULL,'2026-01-07 11:59:21','2026-01-07 11:59:21','2026-01-07 11:59:21'),
(168,'HIL-0168','market',NULL,NULL,NULL,6000.00,0.00,0.00,6000.00,0.00,6000.00,0,6000.00,0.00,'cash','paid','completed',NULL,7,NULL,'2026-01-07 12:30:54','2026-01-07 12:30:54','2026-01-07 12:30:54'),
(169,'HIL-0169','market',NULL,NULL,NULL,17500.00,0.00,0.00,17500.00,0.00,17500.00,0,17500.00,0.00,'cash','paid','completed',NULL,7,NULL,'2026-01-07 13:31:45','2026-01-07 13:31:45','2026-01-07 13:31:45'),
(170,'HIL-0170','market',NULL,NULL,NULL,17500.00,0.00,0.00,17500.00,0.00,17500.00,0,17500.00,0.00,'cash','paid','completed',NULL,7,NULL,'2026-01-07 13:36:51','2026-01-07 13:36:51','2026-01-07 13:36:51'),
(171,'HIL-0171','market',NULL,NULL,NULL,40000.00,0.00,0.00,40000.00,0.00,40000.00,0,40000.00,0.00,'cash','paid','completed',NULL,7,NULL,'2026-01-08 06:15:41','2026-01-08 06:15:41','2026-01-08 06:15:41'),
(172,'HIL-0172','market',NULL,NULL,NULL,17500.00,0.00,0.00,17500.00,0.00,17500.00,0,17500.00,0.00,'cash','paid','completed',NULL,7,NULL,'2026-01-08 06:43:27','2026-01-08 06:43:27','2026-01-08 06:43:27'),
(173,'HIL-0173','market','Mht Tidjani','68 17 72 72',NULL,70000.00,0.00,0.00,70000.00,0.00,70000.00,0,70000.00,0.00,'cash','paid','completed',NULL,7,37,'2026-04-18 20:19:03','2026-01-08 07:19:15','2026-01-08 07:19:15'),
(174,'HIL-0174','market',NULL,NULL,NULL,35000.00,0.00,0.00,35000.00,0.00,35000.00,0,35000.00,0.00,'cash','paid','completed',NULL,7,NULL,'2026-01-08 10:13:25','2026-01-08 10:13:25','2026-01-08 10:13:25'),
(175,'HIL-0175','market',NULL,NULL,NULL,52500.00,0.00,0.00,52500.00,0.00,52500.00,0,52500.00,0.00,'cash','paid','completed',NULL,7,NULL,'2026-01-08 12:08:57','2026-01-08 12:08:57','2026-01-08 12:08:57'),
(176,'HIL-0176','market','Abdelkerim','99 66 60 88',NULL,214500.00,0.00,0.00,214500.00,0.00,214500.00,0,214500.00,0.00,'cash','refunded','cancelled','\n\nCancelled: Error',7,43,'2026-04-18 20:19:03','2026-01-09 05:56:14','2026-01-09 05:56:46'),
(177,'HIL-0177','market','Abdelkerim','99 66 60 88',NULL,214500.00,0.00,16500.00,214500.00,214500.00,0.00,1,0.00,0.00,'cash','refunded','cancelled','\n\nCancelled: Error',7,43,'2026-04-18 20:19:03','2026-01-09 05:57:31','2026-01-15 11:36:53'),
(178,'HIL-0178','market','Abdallah Hamit','66 91 12 29',NULL,1050000.00,0.00,0.00,1050000.00,0.00,1050000.00,0,1050000.00,0.00,'cash','paid','completed',NULL,7,35,'2026-04-18 20:19:03','2026-01-09 08:08:23','2026-01-09 08:08:23'),
(179,'HIL-0179','market',NULL,NULL,NULL,35000.00,0.00,0.00,35000.00,0.00,35000.00,0,35000.00,0.00,'cash','paid','completed',NULL,7,NULL,'2026-01-09 09:13:03','2026-01-09 09:13:03','2026-01-09 09:13:03'),
(180,'HIL-0180','market',NULL,NULL,NULL,11000.00,0.00,0.00,11000.00,0.00,11000.00,0,11000.00,0.00,'cash','paid','completed',NULL,7,NULL,'2026-01-09 09:20:01','2026-01-09 09:20:01','2026-01-09 09:20:01'),
(181,'HIL-0181','market',NULL,NULL,NULL,17500.00,0.00,0.00,17500.00,0.00,17500.00,0,17500.00,0.00,'cash','paid','completed',NULL,7,NULL,'2026-01-09 11:16:41','2026-01-09 11:16:41','2026-01-09 11:16:41'),
(182,'HIL-0182','market',NULL,NULL,NULL,17500.00,0.00,0.00,17500.00,0.00,17500.00,0,17500.00,0.00,'cash','paid','completed',NULL,7,NULL,'2026-01-09 12:25:08','2026-01-09 12:25:08','2026-01-09 12:25:08'),
(183,'HIL-0183','market',NULL,NULL,NULL,17500.00,0.00,0.00,17500.00,0.00,17500.00,0,17500.00,0.00,'cash','paid','completed',NULL,7,NULL,'2026-01-09 12:34:59','2026-01-09 12:34:59','2026-01-09 12:34:59'),
(184,'HIL-0184','market',NULL,NULL,NULL,52500.00,0.00,0.00,52500.00,0.00,52500.00,0,52500.00,0.00,'cash','paid','completed',NULL,7,NULL,'2026-01-09 12:53:53','2026-01-09 12:53:53','2026-01-09 12:53:53'),
(185,'HIL-0185','market',NULL,NULL,NULL,17500.00,0.00,0.00,17500.00,0.00,17500.00,0,17500.00,0.00,'cash','paid','completed',NULL,7,NULL,'2026-01-09 12:55:07','2026-01-09 12:55:07','2026-01-09 12:55:07'),
(186,'HIL-0186','market',NULL,NULL,NULL,11500.00,0.00,0.00,11500.00,0.00,11500.00,0,11500.00,0.00,'cash','paid','completed',NULL,7,NULL,'2026-01-10 07:05:27','2026-01-10 07:05:27','2026-01-10 07:05:27'),
(187,'HIL-0187','market',NULL,NULL,NULL,17500.00,0.00,0.00,17500.00,0.00,17500.00,0,17500.00,0.00,'cash','paid','completed',NULL,7,NULL,'2026-01-10 07:25:55','2026-01-10 07:25:55','2026-01-10 07:25:55'),
(188,'HIL-0188','market',NULL,NULL,NULL,50000.00,0.00,0.00,50000.00,0.00,50000.00,0,50000.00,0.00,'cash','paid','completed',NULL,7,NULL,'2026-01-10 08:42:53','2026-01-10 08:42:53','2026-01-10 08:42:53'),
(189,'HIL-0189','market',NULL,NULL,NULL,19000.00,0.00,0.00,19000.00,0.00,19000.00,0,19000.00,0.00,'cash','paid','completed',NULL,7,NULL,'2026-01-10 10:10:49','2026-01-10 10:10:49','2026-01-10 10:10:49'),
(190,'HIL-0190','market',NULL,NULL,NULL,17500.00,0.00,0.00,17500.00,0.00,17500.00,0,17500.00,0.00,'cash','paid','completed',NULL,7,NULL,'2026-01-10 10:23:26','2026-01-10 10:23:26','2026-01-10 10:23:26'),
(191,'HIL-0191','market',NULL,NULL,NULL,5500.00,0.00,0.00,5500.00,0.00,5500.00,0,5500.00,0.00,'cash','paid','completed',NULL,7,NULL,'2026-01-10 10:23:45','2026-01-10 10:23:45','2026-01-10 10:23:45'),
(192,'HIL-0192','market','Fatime Abdelrahim','---',NULL,105000.00,0.00,0.00,105000.00,0.00,105000.00,0,105000.00,0.00,'cash','refunded','cancelled','\n\nCancelled: Error',7,3,'2026-04-18 20:19:03','2026-01-10 10:28:03','2026-01-10 10:28:22'),
(193,'HIL-0193','market','Fatime Abdelrahim','---',NULL,105000.00,0.00,0.00,105000.00,0.00,105000.00,0,0.00,0.00,'cash','paid','completed',NULL,7,3,'2026-04-18 20:19:03','2026-01-10 10:29:40','2026-01-26 11:39:27'),
(194,'HIL-0194','market',NULL,NULL,NULL,20000.00,0.00,0.00,20000.00,0.00,20000.00,0,20000.00,0.00,'cash','paid','completed',NULL,7,NULL,'2026-01-10 10:47:25','2026-01-10 10:47:25','2026-01-10 10:47:25'),
(195,'HIL-0195','market',NULL,NULL,NULL,17500.00,0.00,0.00,17500.00,0.00,17500.00,0,17500.00,0.00,'cash','paid','completed',NULL,7,NULL,'2026-01-10 10:57:20','2026-01-10 10:57:20','2026-01-10 10:57:20'),
(196,'HIL-0196','market',NULL,NULL,NULL,11000.00,0.00,0.00,11000.00,0.00,11000.00,0,11000.00,0.00,'cash','paid','completed',NULL,7,NULL,'2026-01-10 12:37:21','2026-01-10 12:37:21','2026-01-10 12:37:21'),
(197,'HIL-0197','market',NULL,NULL,NULL,40000.00,0.00,0.00,40000.00,0.00,40000.00,0,40000.00,0.00,'cash','paid','completed',NULL,7,NULL,'2026-01-10 12:37:51','2026-01-10 12:37:51','2026-01-10 12:37:51'),
(198,'HIL-0198','market',NULL,NULL,NULL,20000.00,0.00,0.00,20000.00,0.00,20000.00,0,20000.00,0.00,'cash','paid','completed',NULL,7,NULL,'2026-01-10 12:43:55','2026-01-10 12:43:55','2026-01-10 12:43:55'),
(199,'HIL-0199','market','Moukhtar','66 79 49 00',NULL,65000.00,0.00,0.00,65000.00,0.00,65000.00,0,65000.00,0.00,'cash','paid','completed',NULL,7,34,'2026-04-18 20:19:03','2026-01-10 13:19:44','2026-01-10 13:19:44'),
(200,'HIL-0200','market',NULL,NULL,NULL,20000.00,0.00,0.00,20000.00,0.00,20000.00,0,20000.00,0.00,'cash','paid','completed',NULL,7,NULL,'2026-01-10 13:40:27','2026-01-10 13:40:27','2026-01-10 13:40:27'),
(201,'HIL-0201','market',NULL,NULL,NULL,35000.00,0.00,0.00,35000.00,0.00,35000.00,0,35000.00,0.00,'cash','paid','completed',NULL,7,NULL,'2026-01-12 06:35:23','2026-01-12 06:35:23','2026-01-12 06:35:23'),
(202,'HIL-0202','market','Algoni','---',NULL,52500.00,0.00,0.00,52500.00,0.00,52500.00,0,35000.00,0.00,'cash','paid','completed',NULL,7,3,'2026-04-18 20:19:03','2026-01-12 07:29:32','2026-01-12 11:10:06'),
(203,'HIL-0203','market',NULL,NULL,NULL,35000.00,0.00,0.00,35000.00,0.00,35000.00,0,35000.00,0.00,'cash','paid','completed',NULL,7,NULL,'2026-01-12 09:47:45','2026-01-12 09:47:45','2026-01-12 09:47:45'),
(204,'HIL-0204','market',NULL,NULL,NULL,17500.00,0.00,0.00,17500.00,0.00,17500.00,0,17500.00,0.00,'cash','paid','completed',NULL,7,NULL,'2026-01-12 10:40:33','2026-01-12 10:40:33','2026-01-12 10:40:33'),
(205,'HIL-0205','market',NULL,NULL,NULL,17500.00,0.00,0.00,17500.00,0.00,17500.00,0,17500.00,0.00,'cash','paid','completed',NULL,7,NULL,'2026-01-12 10:41:24','2026-01-12 10:41:24','2026-01-12 10:41:24'),
(206,'HIL-0206','market',NULL,NULL,NULL,20000.00,0.00,0.00,20000.00,0.00,20000.00,0,20000.00,0.00,'cash','paid','completed',NULL,7,NULL,'2026-01-12 11:24:57','2026-01-12 11:24:57','2026-01-12 11:24:57'),
(207,'HIL-0207','market','Mht Amine','69 58 28 90',NULL,78000.00,0.00,0.00,78000.00,0.00,78000.00,0,78000.00,0.00,'cash','paid','completed',NULL,7,39,'2026-04-18 20:19:03','2026-01-12 11:25:43','2026-01-12 11:25:43'),
(208,'HIL-0208','market',NULL,NULL,NULL,5500.00,0.00,0.00,5500.00,0.00,5500.00,0,5500.00,0.00,'cash','paid','completed',NULL,7,NULL,'2026-01-12 12:15:19','2026-01-12 12:15:19','2026-01-12 12:15:19'),
(209,'HIL-0209','market','Fatime Abdelrahim','---',NULL,70000.00,0.00,0.00,70000.00,0.00,70000.00,0,0.00,0.00,'cash','paid','completed',NULL,7,3,'2026-04-18 20:19:03','2026-01-12 12:16:44','2026-02-03 12:16:17'),
(210,'HIL-0210','market',NULL,NULL,NULL,17500.00,0.00,0.00,17500.00,0.00,17500.00,0,17500.00,0.00,'cash','paid','completed',NULL,7,NULL,'2026-01-12 12:19:11','2026-01-12 12:19:11','2026-01-12 12:19:11'),
(211,'HIL-0211','market',NULL,NULL,NULL,17500.00,0.00,0.00,17500.00,0.00,17500.00,0,17500.00,0.00,'cash','paid','completed',NULL,7,NULL,'2026-01-12 12:51:05','2026-01-12 12:51:05','2026-01-12 12:51:05'),
(212,'HIL-0212','market',NULL,NULL,NULL,17500.00,0.00,0.00,17500.00,0.00,17500.00,0,17500.00,0.00,'cash','refunded','cancelled','\n\nCancelled: Error',7,NULL,'2026-01-12 15:52:50','2026-01-12 12:52:26','2026-01-12 12:52:50'),
(213,'HIL-0213','market',NULL,NULL,NULL,20000.00,0.00,0.00,20000.00,0.00,20000.00,0,20000.00,0.00,'cash','paid','completed',NULL,7,NULL,'2026-01-12 12:53:11','2026-01-12 12:53:11','2026-01-12 12:53:11'),
(214,'HIL-0214','market','Algoni','---',NULL,17500.00,0.00,0.00,17500.00,0.00,17500.00,0,0.00,0.00,'cash','paid','completed',NULL,7,3,'2026-04-18 20:19:03','2026-01-12 13:35:56','2026-01-14 07:41:32'),
(215,'HIL-0215','market',NULL,NULL,NULL,20000.00,0.00,0.00,20000.00,0.00,20000.00,0,20000.00,0.00,'cash','paid','completed',NULL,7,NULL,'2026-01-13 06:15:44','2026-01-13 06:15:44','2026-01-13 06:15:44'),
(216,'HIL-0216','market',NULL,NULL,NULL,17500.00,0.00,0.00,17500.00,0.00,17500.00,0,17500.00,0.00,'cash','paid','completed',NULL,7,NULL,'2026-01-13 07:17:51','2026-01-13 07:17:51','2026-01-13 07:17:51'),
(217,'HIL-0217','market',NULL,NULL,NULL,20000.00,0.00,0.00,20000.00,0.00,20000.00,0,20000.00,0.00,'cash','paid','completed',NULL,7,NULL,'2026-01-13 07:18:53','2026-01-13 07:18:53','2026-01-13 07:18:53'),
(218,'HIL-0218','market',NULL,NULL,NULL,17500.00,0.00,0.00,17500.00,0.00,17500.00,0,17500.00,0.00,'cash','paid','completed',NULL,7,NULL,'2026-01-13 08:21:40','2026-01-13 08:21:40','2026-01-13 08:21:40'),
(219,'HIL-0219','market',NULL,NULL,NULL,35000.00,0.00,0.00,35000.00,0.00,35000.00,0,35000.00,0.00,'cash','paid','completed',NULL,7,NULL,'2026-01-13 08:55:37','2026-01-13 08:55:37','2026-01-13 08:55:37'),
(220,'HIL-0220','market',NULL,NULL,NULL,17500.00,0.00,0.00,17500.00,0.00,17500.00,0,17500.00,0.00,'cash','paid','completed',NULL,7,NULL,'2026-01-13 11:07:07','2026-01-13 11:07:07','2026-01-13 11:07:07'),
(221,'HIL-0221','market',NULL,NULL,NULL,17500.00,0.00,0.00,17500.00,0.00,17500.00,0,17500.00,0.00,'cash','paid','completed',NULL,7,NULL,'2026-01-13 11:07:36','2026-01-13 11:07:36','2026-01-13 11:07:36'),
(222,'HIL-0222','market',NULL,NULL,NULL,20000.00,0.00,0.00,20000.00,0.00,20000.00,0,20000.00,0.00,'cash','paid','completed',NULL,7,NULL,'2026-01-13 12:05:17','2026-01-13 12:05:17','2026-01-13 12:05:17'),
(223,'HIL-0223','market',NULL,NULL,NULL,52500.00,0.00,0.00,52500.00,0.00,52500.00,0,52500.00,0.00,'cash','paid','completed',NULL,7,NULL,'2026-01-13 12:22:47','2026-01-13 12:22:47','2026-01-13 12:22:47'),
(224,'HIL-0224','market','Moussa Abdallah','66 24 43 07',NULL,612500.00,0.00,0.00,612500.00,112500.00,500000.00,1,500000.00,0.00,'cash','partial','completed',NULL,7,26,'2026-04-18 20:19:03','2026-01-13 12:35:10','2026-01-13 12:35:10'),
(225,'HIL-0225','market',NULL,NULL,NULL,20000.00,0.00,0.00,20000.00,0.00,20000.00,0,20000.00,0.00,'cash','paid','completed',NULL,7,NULL,'2026-01-13 12:56:33','2026-01-13 12:56:33','2026-01-13 12:56:33'),
(226,'HIL-0226','market',NULL,NULL,NULL,187500.00,0.00,0.00,187500.00,0.00,187500.00,0,187500.00,0.00,'cash','paid','completed',NULL,7,NULL,'2026-01-13 13:26:55','2026-01-13 13:26:55','2026-01-13 13:26:55'),
(227,'HIL-0227','market',NULL,NULL,NULL,20000.00,0.00,0.00,20000.00,0.00,20000.00,0,20000.00,0.00,'cash','paid','completed',NULL,7,NULL,'2026-01-14 05:49:53','2026-01-14 05:49:53','2026-01-14 05:49:53'),
(228,'HIL-0228','market','Fozia','---',NULL,70000.00,0.00,0.00,70000.00,0.00,70000.00,0,70000.00,0.00,'cash','paid','completed',NULL,7,3,'2026-04-18 20:19:03','2026-01-14 05:52:34','2026-01-14 05:52:34'),
(229,'HIL-0229','market',NULL,NULL,NULL,17500.00,0.00,0.00,17500.00,0.00,17500.00,0,17500.00,0.00,'cash','paid','completed',NULL,7,NULL,'2026-01-14 06:51:23','2026-01-14 06:51:23','2026-01-14 06:51:23'),
(230,'HIL-0230','market',NULL,NULL,NULL,17500.00,0.00,0.00,17500.00,0.00,17500.00,0,17500.00,0.00,'cash','paid','completed',NULL,7,NULL,'2026-01-14 06:52:08','2026-01-14 06:52:08','2026-01-14 06:52:08'),
(231,'HIL-0231','market',NULL,NULL,NULL,17500.00,0.00,0.00,17500.00,0.00,17500.00,0,17500.00,0.00,'cash','paid','completed',NULL,7,NULL,'2026-01-14 07:33:01','2026-01-14 07:33:01','2026-01-14 07:33:01'),
(232,'HIL-0232','market',NULL,NULL,NULL,17500.00,0.00,0.00,17500.00,0.00,17500.00,0,17500.00,0.00,'cash','paid','completed',NULL,7,NULL,'2026-01-14 07:33:11','2026-01-14 07:33:11','2026-01-14 07:33:11'),
(233,'HIL-0233','market',NULL,NULL,NULL,17500.00,0.00,0.00,17500.00,0.00,17500.00,0,17500.00,0.00,'cash','paid','completed',NULL,7,NULL,'2026-01-14 07:33:28','2026-01-14 07:33:28','2026-01-14 07:33:28'),
(234,'HIL-0234','market','Algoni','---',NULL,17500.00,0.00,0.00,17500.00,0.00,17500.00,0,17500.00,0.00,'cash','paid','completed',NULL,7,3,'2026-04-18 20:19:03','2026-01-14 07:43:20','2026-01-14 07:43:20'),
(235,'HIL-0235','market',NULL,NULL,NULL,17500.00,0.00,0.00,17500.00,0.00,17500.00,0,17500.00,0.00,'cash','paid','completed',NULL,7,NULL,'2026-01-14 07:47:13','2026-01-14 07:47:13','2026-01-14 07:47:13'),
(236,'HIL-0236','market',NULL,NULL,NULL,17500.00,0.00,0.00,17500.00,0.00,17500.00,0,17500.00,0.00,'cash','paid','completed',NULL,7,NULL,'2026-01-14 07:54:21','2026-01-14 07:54:21','2026-01-14 07:54:21'),
(237,'HIL-0237','market','Algoni','---',NULL,17500.00,0.00,0.00,17500.00,0.00,17500.00,0,17500.00,0.00,'cash','refunded','cancelled','\n\nCancelled: Return',7,3,'2026-04-18 20:19:03','2026-01-14 08:44:57','2026-01-14 09:30:05'),
(238,'HIL-0238','market',NULL,NULL,NULL,30000.00,0.00,0.00,30000.00,0.00,30000.00,0,30000.00,0.00,'cash','paid','completed',NULL,7,NULL,'2026-01-14 09:24:01','2026-01-14 09:24:01','2026-01-14 09:24:01'),
(239,'HIL-0239','market','Rozi','66 23 27 69',NULL,87500.00,0.00,0.00,87500.00,0.00,87500.00,0,0.00,0.00,'cash','paid','completed',NULL,7,25,'2026-04-18 20:19:03','2026-01-14 10:25:25','2026-01-22 12:36:26'),
(240,'HIL-0240','market',NULL,NULL,NULL,35000.00,0.00,0.00,35000.00,0.00,35000.00,0,35000.00,0.00,'cash','paid','completed',NULL,7,NULL,'2026-01-14 10:27:15','2026-01-14 10:27:15','2026-01-14 10:27:15'),
(241,'HIL-0241','market',NULL,NULL,NULL,17500.00,0.00,0.00,17500.00,0.00,35000.00,0,35000.00,17500.00,'cash','paid','completed',NULL,7,NULL,'2026-01-14 16:28:49','2026-01-14 12:27:28','2026-01-14 13:28:49'),
(242,'HIL-0242','market','Abdallah Hamit','---',NULL,1050000.00,0.00,0.00,1050000.00,0.00,1050000.00,0,1050000.00,0.00,'cash','paid','completed',NULL,7,3,'2026-04-18 20:19:03','2026-01-14 13:14:40','2026-01-14 13:14:40'),
(243,'HIL-0243','market',NULL,NULL,NULL,20000.00,0.00,0.00,20000.00,0.00,20000.00,0,20000.00,0.00,'cash','paid','completed',NULL,7,NULL,'2026-01-14 13:19:27','2026-01-14 13:19:27','2026-01-14 13:19:27'),
(244,'HIL-0244','market',NULL,NULL,NULL,35000.00,0.00,0.00,35000.00,0.00,35000.00,0,35000.00,0.00,'cash','paid','completed',NULL,7,NULL,'2026-01-14 13:50:31','2026-01-14 13:50:31','2026-01-14 13:50:31'),
(245,'HIL-0245','market','F Z','---',NULL,35000.00,0.00,0.00,35000.00,0.00,35000.00,0,35000.00,0.00,'cash','paid','completed',NULL,7,3,'2026-04-18 20:19:03','2026-01-15 05:52:23','2026-01-15 05:52:23'),
(246,'HIL-0246','market','General Tiktok','---',NULL,17500.00,0.00,0.00,17500.00,0.00,17500.00,0,17500.00,0.00,'cash','paid','completed',NULL,7,3,'2026-04-18 20:19:03','2026-01-15 06:26:44','2026-01-15 06:26:44'),
(247,'HIL-0247','market',NULL,NULL,NULL,20000.00,0.00,0.00,20000.00,0.00,40000.00,0,40000.00,20000.00,'cash','paid','completed',NULL,7,NULL,'2026-01-15 10:33:47','2026-01-15 06:56:08','2026-01-15 07:33:47'),
(248,'HIL-0248','market',NULL,NULL,NULL,17500.00,0.00,0.00,17500.00,0.00,17500.00,0,17500.00,0.00,'cash','paid','completed',NULL,7,NULL,'2026-01-15 08:06:42','2026-01-15 08:06:42','2026-01-15 08:06:42'),
(249,'HIL-0249','market',NULL,NULL,NULL,17500.00,0.00,0.00,17500.00,0.00,17500.00,0,17500.00,0.00,'cash','paid','completed',NULL,7,NULL,'2026-01-15 09:13:14','2026-01-15 09:13:14','2026-01-15 09:13:14'),
(250,'HIL-0250','market',NULL,NULL,NULL,17500.00,0.00,0.00,17500.00,0.00,17500.00,0,17500.00,0.00,'cash','paid','completed',NULL,7,NULL,'2026-01-15 09:26:31','2026-01-15 09:26:31','2026-01-15 09:26:31'),
(251,'HIL-0251','market',NULL,NULL,NULL,17500.00,0.00,0.00,17500.00,0.00,17500.00,0,17500.00,0.00,'cash','paid','completed',NULL,7,NULL,'2026-01-15 09:26:55','2026-01-15 09:26:55','2026-01-15 09:26:55'),
(252,'HIL-0252','market','Abdelkerim','---',NULL,195000.00,0.00,0.00,195000.00,195000.00,0.00,1,0.00,0.00,'cash','refunded','cancelled','\n\nCancelled: Correction',7,3,'2026-04-18 20:19:03','2026-01-15 10:03:03','2026-01-15 12:02:09'),
(253,'HIL-0253','market','Ahmat','66 00 63 68',NULL,75000.00,0.00,0.00,75000.00,0.00,75000.00,0,75000.00,0.00,'cash','paid','completed',NULL,7,17,'2026-04-18 20:19:03','2026-01-15 10:35:15','2026-01-15 10:35:15'),
(254,'HIL-0254','market','Abdelkerim','---',NULL,214500.00,0.00,16500.00,198000.00,0.00,198000.00,0,198000.00,0.00,'cash','paid','completed',NULL,7,3,'2026-04-18 20:19:03','2026-01-15 11:39:04','2026-01-15 11:39:04'),
(255,'HIL-0255','market',NULL,NULL,NULL,20000.00,0.00,0.00,20000.00,0.00,20000.00,0,20000.00,0.00,'cash','paid','completed',NULL,7,NULL,'2026-01-15 12:12:07','2026-01-15 12:12:07','2026-01-15 12:12:07'),
(256,'HIL-0256','market','Abdelkerim','---',NULL,78000.00,0.00,6000.00,72000.00,0.00,72000.00,0,72000.00,0.00,'cash','paid','completed',NULL,7,3,'2026-04-18 20:19:03','2026-01-15 12:13:36','2026-01-15 12:13:36'),
(257,'HIL-0257','market','Abdelkerim','---',NULL,117000.00,0.00,9000.00,108000.00,0.00,108000.00,0,108000.00,0.00,'cash','refunded','cancelled','\n\nCancelled: Error correction',7,3,'2026-04-18 20:19:03','2026-01-15 12:14:40','2026-01-15 12:16:30'),
(258,'HIL-0258','market','Abdelkerim','---',NULL,117000.00,0.00,4500.00,112500.00,0.00,112500.00,0,112500.00,0.00,'cash','paid','completed',NULL,7,3,'2026-04-18 20:19:03','2026-01-15 12:17:41','2026-01-15 12:17:41'),
(259,'HIL-0259','market','Issa Caratach','---',NULL,20000.00,0.00,0.00,20000.00,0.00,20000.00,0,10000.00,0.00,'cash','paid','completed',NULL,7,3,'2026-04-18 20:19:03','2026-01-15 12:35:10','2026-03-11 07:40:31'),
(260,'HIL-0260','market','Mansour','---',NULL,17500.00,0.00,0.00,17500.00,0.00,17500.00,0,17500.00,0.00,'cash','paid','completed',NULL,7,3,'2026-04-18 20:19:03','2026-01-15 13:06:17','2026-01-15 13:06:17'),
(261,'HIL-0261','market','ABAKAR SIDICK','66 32 03 37',NULL,945000.00,0.00,0.00,945000.00,327500.00,617500.00,1,0.00,0.00,'cash','partial','completed',NULL,7,28,'2026-04-18 20:19:03','2026-01-16 05:19:07','2026-03-02 07:10:30'),
(262,'HIL-0262','market','Correction','---',NULL,35000.00,0.00,0.00,35000.00,0.00,35000.00,0,35000.00,0.00,'cash','paid','completed',NULL,7,3,'2026-04-18 20:19:03','2026-01-16 07:36:59','2026-01-16 07:36:59'),
(263,'HIL-0263','market','Youssouf Hilali','---',NULL,17500.00,0.00,0.00,17500.00,0.00,17500.00,0,17500.00,0.00,'cash','paid','completed',NULL,7,3,'2026-04-18 20:19:03','2026-01-16 09:08:49','2026-01-16 09:08:49'),
(264,'HIL-0264','market','Correction','---',NULL,17500.00,0.00,0.00,17500.00,0.00,17500.00,0,17500.00,0.00,'cash','refunded','cancelled','\n\nCancelled: Found the lost one',7,3,'2026-04-18 20:19:03','2026-01-16 09:23:50','2026-01-16 09:28:39'),
(265,'HIL-0265','market','Issakha','---',NULL,52500.00,0.00,0.00,52500.00,0.00,52500.00,0,52500.00,0.00,'cash','paid','completed',NULL,7,3,'2026-04-18 20:19:03','2026-01-16 10:51:29','2026-01-16 10:51:29'),
(266,'HIL-0266','market',NULL,NULL,NULL,20000.00,0.00,0.00,20000.00,0.00,20000.00,0,20000.00,0.00,'cash','paid','completed',NULL,7,NULL,'2026-01-16 11:01:19','2026-01-16 11:01:19','2026-01-16 11:01:19'),
(267,'HIL-0267','market','Correction','---',NULL,17500.00,0.00,0.00,17500.00,0.00,17500.00,0,17500.00,0.00,'cash','paid','completed',NULL,7,3,'2026-04-18 20:19:03','2026-01-16 11:23:49','2026-01-16 11:23:49'),
(268,'HIL-0268','market','Correction','---',NULL,17500.00,0.00,0.00,17500.00,0.00,17500.00,0,17500.00,0.00,'cash','paid','completed',NULL,7,3,'2026-04-18 20:19:03','2026-01-16 12:07:10','2026-01-16 12:07:10'),
(269,'HIL-0269','market','Guisma','---',NULL,70000.00,0.00,0.00,70000.00,0.00,70000.00,0,70000.00,0.00,'cash','paid','completed',NULL,7,3,'2026-04-18 20:19:03','2026-01-17 06:00:44','2026-01-17 06:00:44'),
(270,'HIL-0270','market','Correction','---',NULL,17500.00,0.00,0.00,17500.00,0.00,17500.00,0,17500.00,0.00,'cash','paid','completed',NULL,7,3,'2026-04-18 20:19:03','2026-01-17 07:05:51','2026-01-17 07:05:51'),
(271,'HIL-0271','market','Correction','---',NULL,52500.00,0.00,0.00,52500.00,0.00,52500.00,0,52500.00,0.00,'cash','paid','completed',NULL,7,3,'2026-04-18 20:19:03','2026-01-17 07:16:25','2026-01-17 07:16:25'),
(272,'HIL-0272','market',NULL,NULL,NULL,20000.00,0.00,0.00,20000.00,0.00,20000.00,0,20000.00,0.00,'cash','paid','completed',NULL,7,NULL,'2026-01-17 07:46:09','2026-01-17 07:46:09','2026-01-17 07:46:09'),
(273,'HIL-0273','market',NULL,NULL,NULL,20000.00,0.00,0.00,20000.00,0.00,20000.00,0,20000.00,0.00,'cash','paid','completed',NULL,7,NULL,'2026-01-17 08:47:40','2026-01-17 08:47:40','2026-01-17 08:47:40'),
(274,'HIL-0274','market',NULL,NULL,NULL,15000.00,0.00,0.00,15000.00,0.00,15000.00,0,15000.00,0.00,'cash','paid','completed',NULL,7,NULL,'2026-01-17 09:00:55','2026-01-17 09:00:55','2026-01-17 09:00:55'),
(275,'HIL-0275','market','Bachar','---',NULL,17500.00,0.00,0.00,17500.00,0.00,17500.00,0,17500.00,0.00,'cash','paid','completed',NULL,7,3,'2026-04-18 20:19:03','2026-01-17 09:23:38','2026-01-17 09:23:38'),
(276,'HIL-0276','market',NULL,NULL,NULL,20000.00,0.00,0.00,20000.00,0.00,20000.00,0,20000.00,0.00,'cash','paid','completed',NULL,7,NULL,'2026-01-17 10:21:50','2026-01-17 10:21:50','2026-01-17 10:21:50'),
(277,'HIL-0277','market','Issakha','---',NULL,13000.00,0.00,0.00,13000.00,0.00,13000.00,0,13000.00,0.00,'cash','paid','completed',NULL,7,3,'2026-04-18 20:19:03','2026-01-17 11:24:23','2026-01-17 11:24:23'),
(278,'HIL-0278','market','Bachar','---',NULL,17500.00,0.00,0.00,17500.00,0.00,17500.00,0,0.00,0.00,'cash','paid','completed',NULL,7,3,'2026-04-18 20:19:03','2026-01-19 06:01:45','2026-01-19 06:21:28'),
(279,'HIL-0279','market','Rozi','---',NULL,92500.00,0.00,0.00,92500.00,0.00,92500.00,0,0.00,0.00,'cash','paid','completed',NULL,7,3,'2026-04-18 20:19:03','2026-01-19 07:26:00','2026-01-22 12:36:39'),
(280,'HIL-0280','market',NULL,NULL,NULL,5500.00,0.00,0.00,5500.00,0.00,5500.00,0,5500.00,0.00,'cash','paid','completed',NULL,7,NULL,'2026-01-19 10:04:47','2026-01-19 10:04:47','2026-01-19 10:04:47'),
(281,'HIL-0281','market','Maheddin','60 45 51 97',NULL,420000.00,0.00,0.00,420000.00,0.00,420000.00,0,420000.00,0.00,'cash','paid','completed',NULL,7,14,'2026-04-18 20:19:03','2026-01-19 10:11:03','2026-01-19 10:11:03'),
(282,'HIL-0282','market','Yassin','---',NULL,20000.00,0.00,0.00,20000.00,0.00,20000.00,0,20000.00,0.00,'cash','paid','completed',NULL,7,3,'2026-04-18 20:19:03','2026-01-19 10:43:33','2026-01-19 10:43:33'),
(283,'HIL-0283','market','KADAI','0544 303 70 66',NULL,84000.00,0.00,0.00,84000.00,0.00,84000.00,0,84000.00,0.00,'cash','refunded','cancelled','\n\nCancelled: Yanlış kesildi',4,7,'2026-04-18 20:19:03','2026-01-19 10:55:00','2026-01-19 10:59:11'),
(284,'HIL-0284','market',NULL,NULL,NULL,20000.00,0.00,0.00,20000.00,0.00,20000.00,0,20000.00,0.00,'cash','paid','completed',NULL,7,NULL,'2026-01-19 12:35:08','2026-01-19 12:35:08','2026-01-19 12:35:08'),
(285,'HIL-0285','market','Bachar','---',NULL,17500.00,0.00,0.00,17500.00,0.00,17500.00,0,0.00,0.00,'cash','paid','completed',NULL,7,3,'2026-04-18 20:19:03','2026-01-19 13:03:28','2026-01-19 13:12:46'),
(286,'HIL-0286','market',NULL,NULL,NULL,111000.00,0.00,1000.00,110000.00,0.00,110000.00,0,110000.00,0.00,'cash','paid','completed',NULL,7,NULL,'2026-01-19 13:29:37','2026-01-19 13:29:37','2026-01-19 13:29:37'),
(287,'HIL-0287','market','Saoudi','---',NULL,35000.00,0.00,0.00,35000.00,0.00,35000.00,0,35000.00,0.00,'cash','refunded','cancelled','\n\nCancelled: Sale change',7,3,'2026-04-18 20:19:03','2026-01-20 06:48:59','2026-01-20 07:15:28'),
(288,'HIL-0288','market','Abdelkerim','---',NULL,250000.00,0.00,0.00,250000.00,0.00,250000.00,0,0.00,0.00,'cash','paid','completed',NULL,7,3,'2026-04-18 20:19:03','2026-01-20 07:11:46','2026-01-27 06:36:47'),
(289,'HIL-0289','market',NULL,NULL,NULL,18500.00,0.00,0.00,18500.00,0.00,18500.00,0,18500.00,0.00,'cash','paid','completed',NULL,7,NULL,'2026-01-20 07:37:45','2026-01-20 07:37:45','2026-01-20 07:37:45'),
(290,'HIL-0290','market','Bachar','---',NULL,17500.00,0.00,0.00,17500.00,0.00,17500.00,0,17500.00,0.00,'cash','paid','completed',NULL,7,3,'2026-04-18 20:19:03','2026-01-20 07:44:17','2026-01-20 07:44:17'),
(291,'HIL-0291','market','Ayoub','---',NULL,17500.00,0.00,0.00,17500.00,0.00,17500.00,0,17500.00,0.00,'cash','paid','completed',NULL,7,3,'2026-04-18 20:19:03','2026-01-20 10:43:37','2026-01-20 10:43:37'),
(292,'HIL-0292','market','Hawa Mht','---',NULL,17500.00,0.00,0.00,17500.00,0.00,17500.00,0,17500.00,0.00,'cash','paid','completed',NULL,7,3,'2026-04-18 20:19:03','2026-01-20 11:01:44','2026-01-20 11:01:44'),
(293,'HIL-0293','market','7 chaussures','99 58 17 68',NULL,17500.00,0.00,0.00,17500.00,0.00,17500.00,0,17500.00,0.00,'cash','paid','completed',NULL,7,42,'2026-04-18 20:19:03','2026-01-20 12:26:54','2026-01-20 12:26:54'),
(294,'HIL-0294','market','Saoudi','---',NULL,17500.00,0.00,0.00,17500.00,0.00,17500.00,0,17500.00,0.00,'cash','paid','completed',NULL,7,3,'2026-04-18 20:19:03','2026-01-20 12:35:56','2026-01-20 12:35:56'),
(295,'HIL-0295','market',NULL,NULL,NULL,45000.00,0.00,0.00,45000.00,0.00,45000.00,0,45000.00,0.00,'cash','paid','completed',NULL,7,NULL,'2026-01-20 12:59:53','2026-01-20 12:59:53','2026-01-20 12:59:53'),
(296,'HIL-0296','market','Issakha','---',NULL,17500.00,0.00,0.00,17500.00,0.00,17500.00,0,17500.00,0.00,'cash','paid','completed',NULL,7,3,'2026-04-18 20:19:03','2026-01-20 14:55:31','2026-01-20 14:55:31'),
(297,'HIL-0297','market','Adam','---',NULL,20000.00,0.00,0.00,20000.00,0.00,20000.00,0,20000.00,0.00,'cash','paid','completed',NULL,7,3,'2026-04-18 20:19:03','2026-01-21 05:47:00','2026-01-21 05:47:00'),
(298,'RCP-1001','market','AHMAT ISSA','66 32 99 71',NULL,166500.00,0.00,0.00,166500.00,0.00,166500.00,0,166500.00,0.00,'cash','paid','completed','\n\nConverted from Proforma: PRO-MARKET-20260121-0001',4,29,'2026-04-18 20:19:03','2026-01-21 06:17:52','2026-01-21 06:17:52'),
(299,'HIL-0298','market','Hamida','---',NULL,55500.00,0.00,0.00,55500.00,0.00,55500.00,0,0.00,0.00,'cash','paid','completed',NULL,7,3,'2026-04-18 20:19:03','2026-01-21 06:57:05','2026-03-12 08:20:56'),
(300,'HIL-0299','market','Abdallah Hamit','66 91 12 29',NULL,350000.00,0.00,0.00,350000.00,0.00,350000.00,0,350000.00,0.00,'cash','paid','completed',NULL,7,35,'2026-04-18 20:19:03','2026-01-21 07:31:45','2026-01-21 07:31:45'),
(301,'HIL-0300','market','Ayoub','---',NULL,17500.00,0.00,0.00,17500.00,0.00,17500.00,0,17500.00,0.00,'cash','paid','completed',NULL,7,3,'2026-04-18 20:19:03','2026-01-21 08:20:10','2026-01-21 08:20:10'),
(302,'HIL-0301','market',NULL,NULL,NULL,25000.00,0.00,0.00,25000.00,0.00,25000.00,0,25000.00,0.00,'cash','paid','completed',NULL,7,NULL,'2026-01-21 09:26:30','2026-01-21 09:26:30','2026-01-21 09:26:30'),
(303,'HIL-0302','market','Aht Maloum','---',NULL,17500.00,0.00,0.00,17500.00,0.00,17500.00,0,0.00,0.00,'cash','paid','completed',NULL,7,3,'2026-04-18 20:19:03','2026-01-21 09:27:03','2026-01-21 10:11:17'),
(304,'HIL-0303','market','Ayoub','---',NULL,17500.00,0.00,0.00,17500.00,0.00,17500.00,0,17500.00,0.00,'cash','paid','completed',NULL,7,3,'2026-04-18 20:19:03','2026-01-21 09:59:06','2026-01-21 09:59:06'),
(305,'HIL-0304','market','Hamida','---',NULL,17500.00,0.00,0.00,17500.00,0.00,17500.00,0,0.00,0.00,'cash','paid','completed',NULL,7,3,'2026-04-18 20:19:03','2026-01-21 10:54:02','2026-01-28 09:29:28'),
(306,'HIL-0305','market','Ayoub','---',NULL,11000.00,0.00,0.00,11000.00,0.00,11000.00,0,11000.00,0.00,'cash','paid','completed',NULL,7,3,'2026-04-18 20:19:03','2026-01-21 11:02:12','2026-01-21 11:02:12'),
(307,'HIL-0306','market','Issakha','---',NULL,35000.00,0.00,0.00,35000.00,35000.00,0.00,1,0.00,0.00,'cash','refunded','cancelled','\n\nCancelled: Sale return',7,3,'2026-04-18 20:19:03','2026-01-21 12:14:55','2026-01-21 12:57:21'),
(308,'HIL-0307','market','Issakha','---',NULL,17500.00,0.00,0.00,17500.00,0.00,17500.00,0,17500.00,0.00,'cash','paid','completed',NULL,7,3,'2026-04-18 20:19:03','2026-01-21 12:58:05','2026-01-21 12:58:05'),
(309,'HIL-0308','market','Adam','---',NULL,20000.00,0.00,0.00,20000.00,0.00,20000.00,0,20000.00,0.00,'cash','paid','completed',NULL,7,3,'2026-04-18 20:19:03','2026-01-22 06:00:13','2026-01-22 06:00:13'),
(310,'HIL-0309','market',NULL,NULL,NULL,5500.00,0.00,0.00,5500.00,0.00,5500.00,0,5500.00,0.00,'cash','paid','completed',NULL,7,NULL,'2026-01-22 06:40:20','2026-01-22 06:40:20','2026-01-22 06:40:20'),
(311,'HIL-0310','market','Client','---',NULL,20000.00,0.00,0.00,20000.00,0.00,20000.00,0,20000.00,0.00,'cash','paid','completed',NULL,7,3,'2026-04-18 20:19:03','2026-01-22 08:42:23','2026-01-22 08:42:23'),
(312,'HIL-0311','market','7 Chaussures','---',NULL,105000.00,0.00,0.00,105000.00,0.00,105000.00,0,105000.00,0.00,'cash','paid','completed',NULL,7,3,'2026-04-18 20:19:02','2026-01-22 09:05:16','2026-01-22 09:05:16'),
(313,'HIL-0312','market',NULL,NULL,NULL,22500.00,0.00,0.00,22500.00,0.00,22500.00,0,22500.00,0.00,'cash','paid','completed',NULL,7,NULL,'2026-01-22 10:20:44','2026-01-22 10:20:44','2026-01-22 10:20:44'),
(314,'HIL-0313','market','Rozi','---',NULL,55500.00,0.00,0.00,55500.00,0.00,55500.00,0,0.00,0.00,'cash','paid','completed',NULL,7,3,'2026-04-18 20:19:03','2026-01-22 12:26:51','2026-01-27 08:39:30'),
(315,'HIL-0314','market',NULL,NULL,NULL,45000.00,0.00,0.00,45000.00,0.00,45000.00,0,45000.00,0.00,'cash','paid','completed',NULL,7,NULL,'2026-01-22 12:51:30','2026-01-22 12:51:30','2026-01-22 12:51:30'),
(316,'HIL-0315','market','Saoudi','---',NULL,52500.00,0.00,0.00,52500.00,0.00,52500.00,0,52500.00,0.00,'cash','paid','completed',NULL,7,3,'2026-04-18 20:19:03','2026-01-23 05:12:22','2026-01-23 05:12:22'),
(317,'HIL-0316','market','Adam','---',NULL,17500.00,0.00,0.00,17500.00,0.00,17500.00,0,17500.00,0.00,'cash','paid','completed',NULL,7,3,'2026-04-18 20:19:03','2026-01-23 05:12:38','2026-01-23 05:12:38'),
(318,'HIL-0317','market','Client','---',NULL,21500.00,0.00,0.00,21500.00,0.00,21500.00,0,21500.00,0.00,'cash','paid','completed',NULL,7,3,'2026-04-18 20:19:03','2026-01-23 06:01:39','2026-01-23 06:01:39'),
(319,'HIL-0318','market','Ayoub','---',NULL,17500.00,0.00,0.00,17500.00,0.00,17500.00,0,17500.00,0.00,'cash','paid','completed',NULL,7,3,'2026-04-18 20:19:03','2026-01-23 07:12:31','2026-01-23 07:12:31'),
(320,'HIL-0319','market','Mahasin','---',NULL,36000.00,0.00,0.00,36000.00,0.00,36000.00,0,0.00,0.00,'cash','paid','completed',NULL,7,3,'2026-04-18 20:19:03','2026-01-23 07:18:38','2026-01-28 06:28:17'),
(321,'HIL-0320','market','Adam','---',NULL,20000.00,0.00,0.00,20000.00,0.00,20000.00,0,20000.00,0.00,'cash','paid','completed',NULL,7,3,'2026-04-18 20:19:03','2026-01-23 11:04:08','2026-01-23 11:04:08'),
(322,'HIL-0321','market','Client','---',NULL,50000.00,0.00,0.00,50000.00,0.00,50000.00,0,50000.00,0.00,'cash','paid','completed',NULL,7,3,'2026-04-18 20:19:03','2026-01-23 11:29:24','2026-01-23 11:29:24'),
(323,'HIL-0322','market','Oumarou Garwa','---',NULL,185000.00,0.00,0.00,185000.00,0.00,185000.00,0,185000.00,0.00,'cash','paid','completed',NULL,7,3,'2026-04-18 20:19:03','2026-01-23 12:34:04','2026-01-23 12:34:04'),
(324,'HIL-0323','market',NULL,NULL,NULL,20000.00,0.00,0.00,20000.00,0.00,20000.00,0,20000.00,0.00,'cash','paid','completed',NULL,7,NULL,'2026-01-23 12:53:35','2026-01-23 12:53:35','2026-01-23 12:53:35'),
(325,'HIL-0324','market','Ayoub','---',NULL,52500.00,0.00,0.00,52500.00,0.00,52500.00,0,52500.00,0.00,'cash','paid','completed',NULL,7,3,'2026-04-18 20:19:03','2026-01-23 14:13:35','2026-01-23 14:13:35'),
(326,'HIL-0325','market','Saoudi','---',NULL,17500.00,0.00,0.00,17500.00,0.00,17500.00,0,17500.00,0.00,'cash','paid','completed',NULL,7,3,'2026-04-18 20:19:03','2026-01-23 14:55:29','2026-01-23 14:55:29'),
(327,'HIL-0326','market','Djamal','0 536 219 73 51',NULL,444000.00,0.00,0.00,444000.00,0.00,444000.00,0,444000.00,0.00,'cash','paid','completed',NULL,7,6,'2026-04-18 20:19:03','2026-01-24 07:21:05','2026-01-24 07:21:05'),
(328,'HIL-0327','market',NULL,NULL,NULL,20000.00,0.00,0.00,20000.00,0.00,20000.00,0,20000.00,0.00,'cash','paid','completed',NULL,7,NULL,'2026-01-24 07:33:37','2026-01-24 07:33:37','2026-01-24 07:33:37'),
(329,'HIL-0328','market','Client','---',NULL,155500.00,0.00,0.00,155500.00,0.00,155500.00,0,155500.00,0.00,'cash','paid','completed',NULL,7,3,'2026-04-18 20:19:03','2026-01-24 07:59:10','2026-01-24 07:59:10'),
(330,'HIL-0329','market','Client','---',NULL,20000.00,0.00,0.00,20000.00,0.00,20000.00,0,20000.00,0.00,'cash','paid','completed',NULL,7,3,'2026-04-18 20:19:03','2026-01-24 09:05:00','2026-01-24 09:05:00'),
(331,'HIL-0330','market','Ayoub','---',NULL,17500.00,0.00,0.00,17500.00,0.00,17500.00,0,17500.00,0.00,'cash','paid','completed',NULL,7,3,'2026-04-18 20:19:03','2026-01-24 09:40:48','2026-01-24 09:40:48'),
(332,'HIL-0331','market','Seid Adam','66 44 77 14',NULL,216500.00,0.00,500.00,216500.00,0.00,216800.00,0,216800.00,300.00,'cash','paid','completed',NULL,7,30,'2026-04-18 20:19:03','2026-01-24 11:21:36','2026-01-24 11:36:17'),
(333,'HIL-0332','market','Aht Malloum','---',NULL,18500.00,0.00,0.00,18500.00,0.00,18500.00,0,18500.00,0.00,'cash','paid','completed',NULL,7,3,'2026-04-18 20:19:03','2026-01-24 11:32:39','2026-01-24 11:32:39'),
(334,'HIL-0333','market','Saoudi','---',NULL,17500.00,0.00,0.00,17500.00,0.00,17500.00,0,17500.00,0.00,'cash','paid','completed',NULL,7,3,'2026-04-18 20:19:03','2026-01-26 05:19:28','2026-01-26 05:19:28'),
(335,'HIL-0334','market','Tahir Daoud','----',NULL,87500.00,0.00,0.00,87500.00,0.00,87500.00,0,57500.00,0.00,'cash','paid','completed',NULL,7,4,'2026-04-18 20:19:03','2026-01-26 05:25:41','2026-01-27 08:39:59'),
(336,'HIL-0335','market','Timba','---',NULL,41500.00,0.00,0.00,41500.00,0.00,41500.00,0,41500.00,0.00,'cash','paid','completed',NULL,7,3,'2026-04-18 20:19:03','2026-01-26 05:45:24','2026-01-26 05:45:24'),
(337,'HIL-0336','market',NULL,NULL,NULL,60000.00,0.00,0.00,60000.00,0.00,60000.00,0,60000.00,0.00,'cash','paid','completed',NULL,7,NULL,'2026-01-26 06:10:17','2026-01-26 06:10:17','2026-01-26 06:10:17'),
(338,'HIL-0337','market','Issakha','---',NULL,17500.00,0.00,0.00,17500.00,0.00,17500.00,0,0.00,0.00,'cash','paid','completed',NULL,7,3,'2026-04-18 20:19:03','2026-01-26 06:59:08','2026-01-26 09:01:12'),
(339,'HIL-0338','market','Issakha','---',NULL,17500.00,0.00,0.00,17500.00,0.00,17500.00,0,17500.00,0.00,'cash','paid','completed',NULL,7,3,'2026-04-18 20:19:03','2026-01-26 07:23:02','2026-01-26 07:23:02'),
(340,'HIL-0339','market',NULL,NULL,NULL,20000.00,0.00,0.00,20000.00,0.00,20000.00,0,20000.00,0.00,'cash','paid','completed',NULL,7,NULL,'2026-01-26 09:00:36','2026-01-26 09:00:36','2026-01-26 09:00:36'),
(341,'HIL-0340','market','Issakha','---',NULL,17500.00,0.00,0.00,17500.00,0.00,17500.00,0,17500.00,0.00,'cash','paid','completed',NULL,7,3,'2026-04-18 20:19:03','2026-01-26 09:00:56','2026-01-26 09:00:56'),
(342,'HIL-0341','market','Ayoub','---',NULL,17500.00,0.00,0.00,17500.00,0.00,17500.00,0,17500.00,0.00,'cash','paid','completed',NULL,7,3,'2026-04-18 20:19:03','2026-01-26 10:29:15','2026-01-26 10:29:15'),
(343,'HIL-0342','market','Issakha','---',NULL,35000.00,0.00,0.00,35000.00,0.00,35000.00,0,17500.00,0.00,'cash','paid','completed',NULL,7,3,'2026-04-18 20:19:03','2026-01-26 10:34:13','2026-01-28 10:58:40'),
(344,'HIL-0343','market',NULL,NULL,NULL,5500.00,0.00,0.00,5500.00,0.00,5500.00,0,5500.00,0.00,'cash','paid','completed',NULL,7,NULL,'2026-01-26 11:05:14','2026-01-26 11:05:14','2026-01-26 11:05:14'),
(345,'HIL-0344','market',NULL,NULL,NULL,20000.00,0.00,0.00,20000.00,0.00,20000.00,0,20000.00,0.00,'cash','paid','completed',NULL,7,NULL,'2026-01-26 11:07:52','2026-01-26 11:07:52','2026-01-26 11:07:52'),
(346,'HIL-0345','market','Alblama','---',NULL,20000.00,0.00,0.00,20000.00,0.00,20000.00,0,0.00,0.00,'cash','paid','completed',NULL,7,3,'2026-04-18 20:19:03','2026-01-26 11:27:12','2026-02-06 10:54:35'),
(347,'HIL-0346','market','Fatime Abdelrahim','---',NULL,87500.00,0.00,0.00,87500.00,87500.00,0.00,1,0.00,0.00,'cash','refunded','cancelled','\n\nCancelled: Error',7,3,'2026-04-18 20:19:03','2026-01-26 11:53:43','2026-01-28 10:54:42'),
(348,'HIL-0347','market','Aht Malloum','---',NULL,18500.00,0.00,0.00,18500.00,0.00,18500.00,0,18500.00,0.00,'cash','paid','completed',NULL,7,3,'2026-04-18 20:19:03','2026-01-26 12:09:31','2026-01-26 12:09:31'),
(349,'HIL-0348','market',NULL,NULL,NULL,22500.00,0.00,0.00,22500.00,0.00,22500.00,0,22500.00,0.00,'cash','paid','completed',NULL,7,NULL,'2026-01-26 12:51:49','2026-01-26 12:51:49','2026-01-26 12:51:49'),
(350,'HIL-0349','market','Ayoub','---',NULL,17500.00,0.00,0.00,17500.00,0.00,17500.00,0,17500.00,0.00,'cash','paid','completed',NULL,7,3,'2026-04-18 20:19:03','2026-01-27 07:02:04','2026-01-27 07:02:04'),
(351,'HIL-0350','market','F Z','---',NULL,17500.00,0.00,0.00,17500.00,0.00,17500.00,0,17500.00,0.00,'cash','paid','completed',NULL,7,3,'2026-04-18 20:19:03','2026-01-27 07:23:13','2026-01-27 07:23:13'),
(352,'HIL-0351','market','Tahir Daoud','---',NULL,350000.00,0.00,0.00,350000.00,0.00,350000.00,0,250000.00,0.00,'cash','paid','completed',NULL,7,3,'2026-04-18 20:19:03','2026-01-27 13:25:07','2026-02-03 10:45:03'),
(353,'HIL-0352','market',NULL,NULL,NULL,20000.00,0.00,0.00,20000.00,0.00,20000.00,0,20000.00,0.00,'cash','paid','completed',NULL,7,NULL,'2026-01-27 13:25:24','2026-01-27 13:25:24','2026-01-27 13:25:24'),
(354,'HIL-0353','market',NULL,NULL,NULL,20000.00,0.00,0.00,20000.00,0.00,20000.00,0,20000.00,0.00,'cash','paid','completed',NULL,7,NULL,'2026-01-28 09:00:15','2026-01-28 09:00:15','2026-01-28 09:00:15'),
(355,'HIL-0354','market','Hamida','---',NULL,55500.00,0.00,0.00,55500.00,0.00,55500.00,0,0.00,0.00,'cash','paid','completed',NULL,7,3,'2026-04-18 20:19:03','2026-01-28 09:01:59','2026-03-12 08:21:28'),
(356,'HIL-0355','market','Abdallah Hamit','---',NULL,875000.00,0.00,0.00,875000.00,0.00,875000.00,0,875000.00,0.00,'cash','paid','completed',NULL,7,3,'2026-04-18 20:19:03','2026-01-28 10:26:12','2026-01-28 10:26:12'),
(357,'HIL-0356','market','Rozi','---',NULL,18500.00,0.00,0.00,18500.00,0.00,18500.00,0,18500.00,0.00,'cash','paid','completed',NULL,7,3,'2026-04-18 20:19:03','2026-01-28 10:28:27','2026-01-28 10:28:27'),
(358,'HIL-0357','market','Issakha','---',NULL,17500.00,0.00,0.00,17500.00,0.00,17500.00,0,17500.00,0.00,'cash','paid','completed',NULL,7,3,'2026-04-18 20:19:03','2026-01-28 10:29:27','2026-01-28 10:29:27'),
(359,'HIL-0358','market','Ayoub','---',NULL,52500.00,0.00,0.00,52500.00,0.00,52500.00,0,52500.00,0.00,'cash','refunded','cancelled','\n\nCancelled: Sale return',7,3,'2026-04-18 20:19:03','2026-01-28 10:42:57','2026-02-07 11:36:27'),
(360,'HIL-0359','market','Issakha','---',NULL,17500.00,0.00,0.00,17500.00,0.00,17500.00,0,17500.00,0.00,'cash','paid','completed',NULL,7,3,'2026-04-18 20:19:03','2026-01-28 10:51:24','2026-01-28 10:51:24'),
(361,'HIL-0360','market','Fatime Abdelrahim','---',NULL,70000.00,0.00,0.00,70000.00,0.00,70000.00,0,70000.00,0.00,'cash','paid','completed',NULL,7,3,'2026-04-18 20:19:03','2026-01-28 10:56:14','2026-01-28 10:56:14'),
(362,'HIL-0361','market','Issakha','---',NULL,17500.00,0.00,0.00,17500.00,17500.00,0.00,1,0.00,0.00,'cash','refunded','cancelled','\n\nCancelled: ---',7,3,'2026-04-18 20:19:03','2026-01-28 10:58:11','2026-01-31 06:42:23'),
(363,'HIL-0362','market','Moussa','60 77 70 00',NULL,216000.00,0.00,0.00,216000.00,0.00,216000.00,0,216000.00,0.00,'cash','paid','completed',NULL,7,15,'2026-04-18 20:19:03','2026-01-28 12:07:09','2026-01-28 12:07:09'),
(364,'HIL-0363','market','Ayoub','---',NULL,17500.00,0.00,0.00,17500.00,0.00,17500.00,0,17500.00,0.00,'cash','paid','completed',NULL,7,3,'2026-04-18 20:19:03','2026-01-29 06:11:58','2026-01-29 06:11:58'),
(365,'HIL-0364','market','Abdelkerim','---',NULL,455000.00,0.00,0.00,455000.00,0.00,455000.00,0,0.00,0.00,'cash','paid','completed',NULL,7,3,'2026-04-18 20:19:03','2026-01-29 07:35:40','2026-02-05 06:34:50'),
(366,'HIL-0365','market',NULL,NULL,NULL,20000.00,0.00,0.00,20000.00,0.00,20000.00,0,20000.00,0.00,'cash','paid','completed',NULL,7,NULL,'2026-01-29 07:52:30','2026-01-29 07:52:30','2026-01-29 07:52:30'),
(367,'HIL-0366','market','Madani İbrahim','---',NULL,180000.00,0.00,0.00,180000.00,0.00,180000.00,0,180000.00,0.00,'cash','paid','completed',NULL,7,3,'2026-04-18 20:19:03','2026-01-29 08:36:02','2026-01-29 08:36:02'),
(368,'HIL-0367','market','Issakha','---',NULL,17500.00,0.00,0.00,17500.00,17500.00,0.00,1,0.00,0.00,'cash','refunded','cancelled','\n\nCancelled: ---',7,3,'2026-04-18 20:19:03','2026-01-29 12:01:29','2026-01-31 06:42:35'),
(369,'HIL-0368','market',NULL,NULL,NULL,20000.00,0.00,0.00,20000.00,0.00,20000.00,0,20000.00,0.00,'cash','paid','completed',NULL,7,NULL,'2026-01-29 12:36:29','2026-01-29 12:36:29','2026-01-29 12:36:29'),
(370,'HIL-0369','market','Rozi','---',NULL,18500.00,0.00,0.00,18500.00,18500.00,0.00,1,0.00,0.00,'cash','unpaid','completed',NULL,7,3,'2026-04-18 20:19:03','2026-01-29 12:37:29','2026-01-29 12:37:29'),
(371,'HIL-0370','market',NULL,NULL,NULL,20000.00,0.00,0.00,20000.00,0.00,20000.00,0,20000.00,0.00,'cash','paid','completed',NULL,7,NULL,'2026-01-31 08:40:04','2026-01-31 08:40:04','2026-01-31 08:40:04'),
(372,'HIL-0371','market','Algoni','---',NULL,17500.00,0.00,0.00,17500.00,0.00,17500.00,0,0.00,0.00,'cash','paid','completed',NULL,7,3,'2026-04-18 20:19:03','2026-01-31 13:13:32','2026-02-03 10:44:43'),
(373,'HIL-0372','market',NULL,NULL,NULL,18500.00,0.00,0.00,18500.00,0.00,18500.00,0,18500.00,0.00,'cash','paid','completed',NULL,7,NULL,'2026-01-31 13:19:24','2026-01-31 13:19:24','2026-01-31 13:19:24'),
(374,'HIL-0373','market',NULL,NULL,NULL,20000.00,0.00,0.00,20000.00,0.00,20000.00,0,20000.00,0.00,'cash','paid','completed',NULL,7,NULL,'2026-01-31 13:19:47','2026-01-31 13:19:47','2026-01-31 13:19:47'),
(375,'HIL-0374','market','Issakha','---',NULL,17500.00,0.00,0.00,17500.00,0.00,17500.00,0,17500.00,0.00,'cash','paid','completed',NULL,7,3,'2026-04-18 20:19:03','2026-01-31 13:21:30','2026-01-31 13:21:30'),
(376,'HIL-0375','market',NULL,NULL,NULL,20000.00,0.00,0.00,20000.00,0.00,20000.00,0,20000.00,0.00,'cash','paid','completed',NULL,7,NULL,'2026-02-02 08:37:24','2026-02-02 08:37:24','2026-02-02 08:37:24'),
(377,'HIL-0376','market',NULL,NULL,NULL,22500.00,0.00,0.00,22500.00,0.00,22500.00,0,22500.00,0.00,'cash','paid','completed',NULL,7,NULL,'2026-02-02 09:09:38','2026-02-02 09:09:38','2026-02-02 09:09:38'),
(378,'HIL-0377','market','Imam Ahmat','66 19 66 00',NULL,647500.00,0.00,17500.00,630000.00,0.00,630000.00,0,0.00,0.00,'cash','paid','completed',NULL,7,24,'2026-04-18 20:19:03','2026-02-02 09:29:48','2026-02-24 09:24:17'),
(379,'HIL-0378','market',NULL,NULL,NULL,18000.00,0.00,0.00,18000.00,0.00,18000.00,0,18000.00,0.00,'cash','paid','completed',NULL,7,NULL,'2026-02-02 12:34:39','2026-02-02 12:34:39','2026-02-02 12:34:39'),
(380,'HIL-0379','market','Saoudi','---',NULL,55500.00,0.00,0.00,55500.00,0.00,55500.00,0,55500.00,0.00,'cash','paid','completed',NULL,7,3,'2026-04-18 20:19:03','2026-02-02 17:46:10','2026-02-02 17:46:10'),
(381,'HIL-0380','market','30 $','---',NULL,180000.00,0.00,0.00,180000.00,0.00,180000.00,0,180000.00,0.00,'cash','paid','completed',NULL,7,3,'2026-04-18 20:19:02','2026-02-02 17:50:14','2026-02-02 17:50:14'),
(382,'HIL-0381','market','Issakha','---',NULL,17500.00,0.00,0.00,17500.00,0.00,17500.00,0,17500.00,0.00,'cash','paid','completed',NULL,7,3,'2026-04-18 20:19:03','2026-02-03 06:54:33','2026-02-03 06:54:33'),
(383,'HIL-0382','market',NULL,NULL,NULL,20000.00,0.00,0.00,20000.00,0.00,20000.00,0,20000.00,0.00,'cash','paid','completed',NULL,7,NULL,'2026-02-03 08:51:07','2026-02-03 08:51:07','2026-02-03 08:51:07'),
(384,'HIL-0383','market','Ousman Nassir','---',NULL,65000.00,0.00,0.00,65000.00,0.00,65000.00,0,0.00,0.00,'cash','paid','completed',NULL,7,3,'2026-04-18 20:19:03','2026-02-03 10:38:33','2026-03-13 06:37:29'),
(385,'HIL-0384','market',NULL,NULL,NULL,22000.00,0.00,0.00,22000.00,0.00,22000.00,0,22000.00,0.00,'cash','paid','completed',NULL,7,NULL,'2026-02-03 11:52:09','2026-02-03 11:52:09','2026-02-03 11:52:09'),
(386,'HIL-0385','market','Fatime Abdelrahim','---',NULL,35000.00,0.00,0.00,35000.00,0.00,35000.00,0,0.00,0.00,'cash','paid','completed',NULL,7,3,'2026-04-18 20:19:03','2026-02-03 11:55:19','2026-02-04 09:08:31'),
(387,'HIL-0386','market',NULL,NULL,NULL,20000.00,0.00,0.00,20000.00,0.00,20000.00,0,20000.00,0.00,'cash','paid','completed',NULL,7,NULL,'2026-02-03 12:33:08','2026-02-03 12:33:08','2026-02-03 12:33:08'),
(388,'HIL-0387','market','Noussraddine Abdoullay','68 00 08 84',NULL,443000.00,0.00,0.00,443000.00,0.00,443000.00,0,443000.00,0.00,'cash','paid','completed',NULL,7,36,'2026-04-18 20:19:03','2026-02-03 13:10:12','2026-02-03 13:10:12'),
(389,'HIL-0388','market','Gachi','---',NULL,18500.00,0.00,0.00,18500.00,0.00,18500.00,0,18500.00,0.00,'cash','refunded','cancelled','\n\nCancelled: Sale return',7,3,'2026-04-18 20:19:03','2026-02-04 07:33:28','2026-02-04 08:53:21'),
(390,'HIL-0389','market','Client','---',NULL,18500.00,0.00,0.00,18500.00,0.00,18500.00,0,18500.00,0.00,'cash','paid','completed',NULL,7,3,'2026-04-18 20:19:03','2026-02-04 08:40:16','2026-02-04 08:40:16'),
(391,'HIL-0390','market','Saoudi','---',NULL,20000.00,0.00,0.00,20000.00,0.00,20000.00,0,20000.00,0.00,'cash','paid','completed',NULL,7,3,'2026-04-18 20:19:03','2026-02-04 08:54:14','2026-02-04 08:54:14'),
(392,'HIL-0391','market','Youssouf','---',NULL,20000.00,0.00,0.00,20000.00,0.00,20000.00,0,20000.00,0.00,'cash','paid','completed',NULL,7,3,'2026-04-18 20:19:03','2026-02-04 08:54:35','2026-02-04 08:54:35'),
(393,'HIL-0392','market','Fatime Abdelrahim','---',NULL,35000.00,0.00,0.00,35000.00,0.00,35000.00,0,0.00,0.00,'cash','paid','completed',NULL,7,3,'2026-04-18 20:19:03','2026-02-04 09:07:00','2026-02-21 07:55:33'),
(394,'HIL-0393','market',NULL,NULL,NULL,45000.00,0.00,0.00,45000.00,0.00,45000.00,0,45000.00,0.00,'cash','paid','completed',NULL,7,NULL,'2026-02-04 09:22:05','2026-02-04 09:22:05','2026-02-04 09:22:05'),
(395,'HIL-0394','market',NULL,NULL,NULL,22500.00,0.00,0.00,22500.00,0.00,22500.00,0,22500.00,0.00,'cash','paid','completed',NULL,7,NULL,'2026-02-04 09:51:33','2026-02-04 09:51:33','2026-02-04 09:51:33'),
(396,'HIL-0395','market',NULL,NULL,NULL,22000.00,0.00,0.00,22000.00,0.00,22000.00,0,22000.00,0.00,'cash','paid','completed',NULL,7,NULL,'2026-02-04 10:34:36','2026-02-04 10:34:36','2026-02-04 10:34:36'),
(397,'HIL-0396','market','Ayoub','---',NULL,17500.00,0.00,0.00,17500.00,0.00,17500.00,0,17500.00,0.00,'cash','paid','completed',NULL,7,3,'2026-04-18 20:19:03','2026-02-04 11:32:41','2026-02-04 11:32:41'),
(398,'HIL-0397','market','Ayoub','---',NULL,27500.00,0.00,0.00,27500.00,0.00,27500.00,0,27500.00,0.00,'cash','paid','completed',NULL,7,3,'2026-04-18 20:19:03','2026-02-04 12:08:02','2026-02-04 12:08:02'),
(399,'HIL-0398','market','Gachi','---',NULL,17500.00,0.00,0.00,17500.00,0.00,17500.00,0,17500.00,0.00,'cash','paid','completed',NULL,7,3,'2026-04-18 20:19:03','2026-02-04 12:08:34','2026-02-04 12:08:34'),
(400,'HIL-0399','market','Serou Mi','---',NULL,55500.00,0.00,0.00,55500.00,0.00,55500.00,0,55500.00,0.00,'cash','paid','completed',NULL,7,3,'2026-04-18 20:19:03','2026-02-04 14:39:45','2026-02-04 14:39:45'),
(401,'HIL-0400','market','Abdelkerm','---',NULL,185000.00,0.00,0.00,185000.00,0.00,185000.00,0,0.00,0.00,'cash','paid','completed',NULL,7,3,'2026-04-18 20:19:03','2026-02-05 06:31:00','2026-03-11 07:58:43'),
(402,'HIL-0401','market',NULL,NULL,NULL,45000.00,0.00,0.00,45000.00,0.00,45000.00,0,45000.00,0.00,'cash','paid','completed',NULL,7,NULL,'2026-02-05 06:39:23','2026-02-05 06:39:23','2026-02-05 06:39:23'),
(403,'HIL-0402','market','Ayoub','---',NULL,17500.00,0.00,0.00,17500.00,0.00,17500.00,0,17500.00,0.00,'cash','paid','completed',NULL,7,3,'2026-04-18 20:19:03','2026-02-05 07:09:25','2026-02-05 07:09:25'),
(404,'HIL-0403','market','Guisma','---',NULL,17500.00,0.00,0.00,17500.00,0.00,17500.00,0,17500.00,0.00,'cash','paid','completed',NULL,7,3,'2026-04-18 20:19:03','2026-02-05 09:08:54','2026-02-05 09:08:54'),
(405,'HIL-0404','market',NULL,NULL,NULL,18500.00,0.00,0.00,18500.00,0.00,18500.00,0,18500.00,0.00,'cash','paid','completed',NULL,7,NULL,'2026-02-05 11:01:17','2026-02-05 11:01:17','2026-02-05 11:01:17'),
(406,'HIL-0405','market','Issakha','---',NULL,17500.00,0.00,0.00,17500.00,0.00,17500.00,0,17500.00,0.00,'cash','paid','completed',NULL,7,3,'2026-04-18 20:19:03','2026-02-05 11:15:55','2026-02-05 11:15:55'),
(407,'HIL-0406','market','Saoudi','---',NULL,17500.00,0.00,0.00,17500.00,0.00,17500.00,0,17500.00,0.00,'cash','paid','completed',NULL,7,3,'2026-04-18 20:19:03','2026-02-05 13:16:01','2026-02-05 13:16:01'),
(408,'HIL-0407','market','Fatime Abdelrahim','---',NULL,17500.00,0.00,0.00,17500.00,0.00,17500.00,0,0.00,0.00,'cash','paid','completed',NULL,7,3,'2026-04-18 20:19:03','2026-02-06 05:07:15','2026-02-21 07:56:02'),
(409,'HIL-0408','market','Ayoub','---',NULL,17500.00,0.00,0.00,17500.00,0.00,17500.00,0,17500.00,0.00,'cash','paid','completed',NULL,7,3,'2026-04-18 20:19:03','2026-02-06 07:16:37','2026-02-06 07:16:37'),
(410,'HIL-0409','market','Issakha','---',NULL,17500.00,0.00,0.00,17500.00,0.00,17500.00,0,17500.00,0.00,'cash','paid','completed',NULL,7,3,'2026-04-18 20:19:03','2026-02-06 07:16:56','2026-02-06 07:16:56'),
(411,'HIL-0410','market','Ayoub','---',NULL,22000.00,0.00,0.00,22000.00,0.00,22000.00,0,22000.00,0.00,'cash','paid','completed',NULL,7,3,'2026-04-18 20:19:03','2026-02-06 07:17:19','2026-02-06 07:17:19'),
(412,'HIL-0411','market','Issakha','---',NULL,17500.00,0.00,0.00,17500.00,0.00,17500.00,0,17500.00,0.00,'cash','paid','completed',NULL,7,3,'2026-04-18 20:19:03','2026-02-06 07:25:57','2026-02-06 07:25:57'),
(413,'HIL-0412','market',NULL,NULL,NULL,20000.00,0.00,0.00,20000.00,0.00,20000.00,0,20000.00,0.00,'cash','paid','completed',NULL,7,NULL,'2026-02-06 09:07:23','2026-02-06 09:07:23','2026-02-06 09:07:23'),
(414,'HIL-0413','market','Ayoub','---',NULL,17500.00,0.00,0.00,17500.00,0.00,17500.00,0,17500.00,0.00,'cash','paid','completed',NULL,7,3,'2026-04-18 20:19:03','2026-02-06 09:07:56','2026-02-06 09:07:56'),
(415,'HIL-0414','market','Ayoub','---',NULL,35000.00,0.00,0.00,35000.00,0.00,35000.00,0,35000.00,0.00,'cash','paid','completed',NULL,7,3,'2026-04-18 20:19:03','2026-02-06 09:52:12','2026-02-06 09:52:12'),
(416,'HIL-0415','market','Youssouf','---',NULL,17500.00,0.00,0.00,17500.00,0.00,17500.00,0,17500.00,0.00,'cash','paid','completed',NULL,7,3,'2026-04-18 20:19:03','2026-02-06 10:47:14','2026-02-06 10:47:14'),
(417,'HIL-0416','market','Yassin','---',NULL,37000.00,0.00,0.00,37000.00,0.00,37000.00,0,37000.00,0.00,'cash','paid','completed',NULL,7,3,'2026-04-18 20:19:03','2026-02-06 10:52:04','2026-02-06 10:52:04'),
(418,'HIL-0417','market','Issakha','---',NULL,70000.00,0.00,0.00,70000.00,0.00,70000.00,0,70000.00,0.00,'cash','paid','completed',NULL,7,3,'2026-04-18 20:19:03','2026-02-06 11:30:24','2026-02-06 11:30:24'),
(419,'HIL-0418','market','Ayoub','---',NULL,17500.00,0.00,0.00,17500.00,0.00,17500.00,0,17500.00,0.00,'cash','paid','completed',NULL,7,3,'2026-04-18 20:19:03','2026-02-06 12:21:38','2026-02-06 12:21:38'),
(420,'HIL-0419','market',NULL,NULL,NULL,20000.00,0.00,0.00,20000.00,0.00,20000.00,0,20000.00,0.00,'cash','paid','completed',NULL,7,NULL,'2026-02-06 12:22:51','2026-02-06 12:22:51','2026-02-06 12:22:51'),
(421,'HIL-0420','market','Ayoub','---',NULL,17500.00,0.00,0.00,17500.00,0.00,17500.00,0,17500.00,0.00,'cash','paid','completed',NULL,7,3,'2026-04-18 20:19:03','2026-02-07 06:16:12','2026-02-07 06:16:12'),
(422,'HIL-0421','market','Oncle','---',NULL,139800.00,0.00,0.00,139800.00,0.00,139800.00,0,139800.00,0.00,'cash','paid','completed',NULL,7,3,'2026-04-18 20:19:03','2026-02-07 06:18:00','2026-02-07 06:18:00'),
(423,'HIL-0422','market',NULL,NULL,NULL,5500.00,0.00,0.00,5500.00,0.00,5500.00,0,5500.00,0.00,'cash','paid','completed',NULL,7,NULL,'2026-02-07 06:18:31','2026-02-07 06:18:31','2026-02-07 06:18:31'),
(424,'HIL-0423','market','Makki','---',NULL,1050000.00,0.00,0.00,1050000.00,0.00,1050000.00,0,1050000.00,0.00,'cash','paid','completed',NULL,7,3,'2026-04-18 20:19:03','2026-02-07 10:51:44','2026-02-07 10:51:44'),
(425,'HIL-0424','market','Ayoub','---',NULL,52500.00,0.00,0.00,52500.00,0.00,52500.00,0,52500.00,0.00,'cash','paid','completed',NULL,7,3,'2026-04-18 20:19:03','2026-02-07 11:38:08','2026-02-07 11:38:08'),
(426,'HIL-0425','market',NULL,NULL,NULL,55500.00,0.00,500.00,55000.00,0.00,55000.00,0,55000.00,0.00,'cash','paid','completed',NULL,7,NULL,'2026-02-07 12:11:12','2026-02-07 12:11:12','2026-02-07 12:11:12'),
(427,'HIL-0426','market',NULL,NULL,NULL,20000.00,0.00,0.00,20000.00,0.00,20000.00,0,20000.00,0.00,'cash','paid','completed',NULL,7,NULL,'2026-02-07 14:31:49','2026-02-07 14:31:49','2026-02-07 14:31:49'),
(428,'HIL-0427','market',NULL,NULL,NULL,20000.00,0.00,0.00,20000.00,0.00,20000.00,0,20000.00,0.00,'cash','paid','completed',NULL,7,NULL,'2026-02-07 14:32:20','2026-02-07 14:32:20','2026-02-07 14:32:20'),
(429,'HIL-0428','market','Saoudi','---',NULL,17500.00,0.00,0.00,17500.00,0.00,17500.00,0,17500.00,0.00,'cash','paid','completed',NULL,7,3,'2026-04-18 20:19:03','2026-02-09 05:55:29','2026-02-09 05:55:29'),
(430,'HIL-0429','market','Abdelkerim','---',NULL,647500.00,0.00,17500.00,630000.00,0.00,630000.00,0,0.00,0.00,'cash','paid','completed',NULL,7,3,'2026-04-18 20:19:03','2026-02-09 06:13:41','2026-04-18 10:17:51'),
(431,'HIL-0430','market','Issakha','---',NULL,17500.00,0.00,0.00,17500.00,0.00,17500.00,0,17500.00,0.00,'cash','paid','completed',NULL,7,3,'2026-04-18 20:19:03','2026-02-09 07:18:17','2026-02-09 07:18:17'),
(432,'HIL-0431','market','Asseida Fatime','---',NULL,222000.00,0.00,0.00,222000.00,0.00,222000.00,0,222000.00,0.00,'cash','paid','completed',NULL,7,3,'2026-04-18 20:19:03','2026-02-09 07:57:47','2026-02-09 07:57:47'),
(433,'HIL-0432','market','Youssouf','---',NULL,17500.00,0.00,0.00,17500.00,0.00,17500.00,0,17500.00,0.00,'cash','paid','completed',NULL,7,3,'2026-04-18 20:19:03','2026-02-09 08:10:09','2026-02-09 08:10:09'),
(434,'HIL-0433','market','Com Fire','---',NULL,133000.00,0.00,0.00,133000.00,0.00,133000.00,0,133000.00,0.00,'cash','paid','completed',NULL,7,3,'2026-04-18 20:19:03','2026-02-09 08:29:44','2026-02-09 08:29:44'),
(435,'HIL-0434','market','Saoudi','---',NULL,52500.00,0.00,0.00,52500.00,0.00,52500.00,0,52500.00,0.00,'cash','paid','completed',NULL,7,3,'2026-04-18 20:19:03','2026-02-09 08:32:03','2026-02-09 08:32:03'),
(436,'HIL-0435','market','Sold','---',NULL,55500.00,0.00,0.00,55500.00,0.00,55500.00,0,55500.00,0.00,'cash','paid','completed',NULL,7,3,'2026-04-18 20:19:03','2026-02-09 08:54:38','2026-02-09 08:54:38'),
(437,'HIL-0436','market','Ayoub','---',NULL,35000.00,0.00,0.00,35000.00,0.00,35000.00,0,35000.00,0.00,'cash','paid','completed',NULL,7,3,'2026-04-18 20:19:03','2026-02-09 08:55:32','2026-02-09 08:55:32'),
(438,'HIL-0437','market','Issakha','---',NULL,17500.00,0.00,0.00,17500.00,0.00,17500.00,0,17500.00,0.00,'cash','paid','completed',NULL,7,3,'2026-04-18 20:19:03','2026-02-09 09:48:58','2026-02-09 09:48:58'),
(439,'HIL-0438','market','Saoudi','---',NULL,17500.00,0.00,0.00,17500.00,0.00,17500.00,0,17500.00,0.00,'cash','paid','completed',NULL,7,3,'2026-04-18 20:19:03','2026-02-09 10:31:26','2026-02-09 10:31:26'),
(440,'HIL-0439','market','Ayoub','---',NULL,35000.00,0.00,0.00,35000.00,0.00,35000.00,0,35000.00,0.00,'cash','paid','completed',NULL,7,3,'2026-04-18 20:19:03','2026-02-09 11:08:25','2026-02-09 11:08:25'),
(441,'HIL-0440','market','Ayoub','---',NULL,23000.00,0.00,0.00,23000.00,0.00,23000.00,0,23000.00,0.00,'cash','paid','completed',NULL,7,3,'2026-04-18 20:19:03','2026-02-09 11:48:50','2026-02-09 11:48:50'),
(442,'HIL-0441','market','Nassraddine','---',NULL,185000.00,0.00,0.00,185000.00,0.00,185000.00,0,185000.00,0.00,'cash','paid','completed',NULL,7,3,'2026-04-18 20:19:03','2026-02-09 12:46:13','2026-02-09 12:46:13'),
(443,'HIL-0442','market','Saoudi','---',NULL,52500.00,0.00,0.00,52500.00,0.00,52500.00,0,52500.00,0.00,'cash','paid','completed',NULL,7,3,'2026-04-18 20:19:03','2026-02-09 12:49:26','2026-02-09 12:49:26'),
(444,'HIL-0443','market','Saoudi','---',NULL,17500.00,0.00,0.00,17500.00,0.00,17500.00,0,17500.00,0.00,'cash','paid','completed',NULL,7,3,'2026-04-18 20:19:03','2026-02-09 12:50:02','2026-02-09 12:50:02'),
(445,'HIL-0444','market','Wal boss','---',NULL,20000.00,0.00,0.00,20000.00,0.00,20000.00,0,20000.00,0.00,'cash','paid','completed',NULL,7,3,'2026-04-18 20:19:03','2026-02-09 14:25:55','2026-02-09 14:25:55'),
(446,'HIL-0445','market','Ayoub','---',NULL,27500.00,0.00,0.00,27500.00,0.00,27500.00,0,27500.00,0.00,'cash','paid','completed',NULL,7,3,'2026-04-18 20:19:03','2026-02-10 08:20:20','2026-02-10 08:20:20'),
(447,'HIL-0446','market',NULL,NULL,NULL,20000.00,0.00,0.00,20000.00,0.00,20000.00,0,20000.00,0.00,'cash','paid','completed',NULL,7,NULL,'2026-02-10 12:26:33','2026-02-10 12:26:33','2026-02-10 12:26:33'),
(448,'HIL-0447','market','Saoudi','---',NULL,17500.00,0.00,0.00,17500.00,0.00,17500.00,0,17500.00,0.00,'cash','paid','completed',NULL,7,3,'2026-04-18 20:19:03','2026-02-11 06:09:50','2026-02-11 06:09:50'),
(449,'HIL-0448','market','Issakha','---',NULL,35000.00,0.00,0.00,35000.00,0.00,35000.00,0,35000.00,0.00,'cash','paid','completed',NULL,7,3,'2026-04-18 20:19:03','2026-02-11 10:13:34','2026-02-11 10:13:34'),
(450,'HIL-0449','market',NULL,NULL,NULL,22000.00,0.00,0.00,22000.00,0.00,22000.00,0,22000.00,0.00,'cash','paid','completed',NULL,7,NULL,'2026-02-11 11:58:12','2026-02-11 11:58:12','2026-02-11 11:58:12'),
(451,'HIL-0450','market',NULL,NULL,NULL,22000.00,0.00,0.00,22000.00,0.00,22000.00,0,22000.00,0.00,'cash','paid','completed',NULL,7,NULL,'2026-02-11 11:58:34','2026-02-11 11:58:34','2026-02-11 11:58:34'),
(452,'HIL-0451','market','Saoudi','---',NULL,35000.00,0.00,0.00,35000.00,0.00,35000.00,0,35000.00,0.00,'cash','paid','completed',NULL,7,3,'2026-04-18 20:19:03','2026-02-12 07:50:39','2026-02-12 07:50:39'),
(453,'HIL-0452','market','Saoudi','---',NULL,35000.00,0.00,0.00,35000.00,0.00,35000.00,0,35000.00,0.00,'cash','paid','completed',NULL,7,3,'2026-04-18 20:19:03','2026-02-12 08:02:01','2026-02-12 08:02:01'),
(454,'HIL-0453','market',NULL,NULL,NULL,20000.00,0.00,0.00,20000.00,0.00,20000.00,0,20000.00,0.00,'cash','paid','completed',NULL,7,NULL,'2026-02-12 10:02:30','2026-02-12 10:02:30','2026-02-12 10:02:30'),
(455,'HIL-0454','market',NULL,NULL,NULL,45000.00,0.00,0.00,45000.00,0.00,45000.00,0,45000.00,0.00,'cash','paid','completed',NULL,7,NULL,'2026-02-12 11:12:37','2026-02-12 11:12:37','2026-02-12 11:12:37'),
(456,'HIL-0455','market','Youssouf','---',NULL,17500.00,0.00,0.00,17500.00,0.00,17500.00,0,17500.00,0.00,'cash','paid','completed',NULL,7,3,'2026-04-18 20:19:03','2026-02-12 12:32:36','2026-02-12 12:32:36'),
(457,'HIL-0456','market','Ayoub','---',NULL,17500.00,0.00,0.00,17500.00,0.00,17500.00,0,17500.00,0.00,'cash','paid','completed',NULL,7,3,'2026-04-18 20:19:03','2026-02-12 12:45:58','2026-02-12 12:45:58'),
(458,'HIL-0457','market',NULL,NULL,NULL,10000.00,0.00,0.00,10000.00,0.00,10000.00,0,10000.00,0.00,'cash','paid','completed',NULL,7,NULL,'2026-02-13 07:57:16','2026-02-13 07:57:16','2026-02-13 07:57:16'),
(459,'HIL-0458','market','Makki','----',NULL,280000.00,0.00,0.00,280000.00,0.00,280000.00,0,280000.00,0.00,'cash','paid','completed',NULL,7,4,'2026-04-18 20:19:03','2026-02-13 09:08:59','2026-02-13 09:08:59'),
(460,'HIL-0459','market','Sold','---',NULL,18500.00,0.00,0.00,18500.00,0.00,18500.00,0,18500.00,0.00,'cash','paid','completed',NULL,7,3,'2026-04-18 20:19:03','2026-02-13 09:54:43','2026-02-13 09:54:43'),
(461,'HIL-0460','market','Issakha','---',NULL,17500.00,0.00,0.00,17500.00,0.00,17500.00,0,17500.00,0.00,'cash','paid','completed',NULL,7,3,'2026-04-18 20:19:03','2026-02-13 10:48:09','2026-02-13 10:48:09'),
(462,'HIL-0461','market','Adam','---',NULL,35000.00,0.00,0.00,35000.00,0.00,35000.00,0,35000.00,0.00,'cash','refunded','cancelled','\n\nCancelled: Sale return',7,3,'2026-04-18 20:19:03','2026-02-13 10:58:33','2026-02-14 09:51:34'),
(463,'HIL-0462','market','Mahasin','---',NULL,74000.00,0.00,0.00,74000.00,0.00,74000.00,0,74000.00,0.00,'cash','paid','completed',NULL,7,3,'2026-04-18 20:19:03','2026-02-13 12:11:58','2026-02-13 12:11:58'),
(464,'HIL-0463','market','Mahasin','---',NULL,18500.00,0.00,0.00,18500.00,0.00,18500.00,0,18500.00,0.00,'cash','paid','completed',NULL,7,3,'2026-04-18 20:19:03','2026-02-13 12:13:42','2026-02-13 12:13:42'),
(465,'HIL-0464','market','IDRISS DJABIR','545 352 38 76',NULL,4514000.00,0.00,122000.00,4392000.00,0.00,4392000.00,0,1000000.00,0.00,'cash','paid','completed',NULL,4,10,'2026-04-20 15:00:11','2026-02-13 14:04:06','2026-04-20 12:00:11'),
(466,'HIL-0465','market','Abdelkerim','---',NULL,110000.00,0.00,0.00,110000.00,0.00,110000.00,0,0.00,0.00,'cash','paid','completed',NULL,7,3,'2026-04-18 20:19:03','2026-02-14 07:00:55','2026-03-11 07:59:22'),
(467,'HIL-0466','market',NULL,NULL,NULL,102500.00,0.00,0.00,102500.00,0.00,102500.00,0,102500.00,0.00,'cash','paid','completed',NULL,7,NULL,'2026-02-14 07:33:03','2026-02-14 07:33:03','2026-02-14 07:33:03'),
(468,'HIL-0467','market','Ayoub','---',NULL,17500.00,0.00,0.00,17500.00,0.00,17500.00,0,17500.00,0.00,'cash','paid','completed',NULL,7,3,'2026-04-18 20:19:03','2026-02-14 07:50:21','2026-02-14 07:50:21'),
(469,'HIL-0468','market','Ayoub','---',NULL,17500.00,0.00,0.00,17500.00,0.00,17500.00,0,17500.00,0.00,'cash','paid','completed',NULL,7,3,'2026-04-18 20:19:03','2026-02-14 08:00:54','2026-02-14 08:00:54'),
(470,'HIL-0469','market','Adam','---',NULL,20000.00,0.00,0.00,20000.00,0.00,20000.00,0,20000.00,0.00,'cash','paid','completed',NULL,7,3,'2026-04-18 20:19:03','2026-02-14 08:19:54','2026-02-14 08:19:54'),
(471,'HIL-0470','market',NULL,NULL,NULL,22500.00,0.00,0.00,22500.00,0.00,22500.00,0,22500.00,0.00,'cash','paid','completed',NULL,7,NULL,'2026-02-14 09:19:06','2026-02-14 09:19:06','2026-02-14 09:19:06'),
(472,'HIL-0471','market','COM FIR','---',NULL,114000.00,0.00,0.00,114000.00,0.00,114000.00,0,114000.00,0.00,'cash','paid','completed',NULL,7,3,'2026-04-18 20:19:03','2026-02-14 09:24:03','2026-02-14 09:24:03'),
(473,'HIL-0472','market','COM FIR','---',NULL,19000.00,0.00,0.00,19000.00,0.00,19000.00,0,19000.00,0.00,'cash','paid','completed',NULL,7,3,'2026-04-18 20:19:03','2026-02-14 09:30:08','2026-02-14 09:30:08'),
(474,'HIL-0473','market','Adam','---',NULL,35000.00,0.00,0.00,35000.00,0.00,35000.00,0,35000.00,0.00,'cash','paid','completed',NULL,7,3,'2026-04-18 20:19:03','2026-02-14 09:52:40','2026-02-14 09:52:40'),
(475,'HIL-0474','market','Mht Moussa','---',NULL,222000.00,0.00,0.00,222000.00,0.00,222000.00,0,222000.00,0.00,'cash','paid','completed',NULL,7,3,'2026-04-18 20:19:03','2026-02-14 10:55:17','2026-02-14 10:55:17'),
(476,'HIL-0475','market','Hissen Abdoullay','66 26 36 49',NULL,1440000.00,0.00,0.00,1440000.00,0.00,1440000.00,0,1440000.00,0.00,'cash','paid','completed',NULL,7,27,'2026-04-18 20:19:03','2026-02-14 11:58:19','2026-02-14 11:58:19'),
(477,'HIL-0476','market',NULL,NULL,NULL,85500.00,0.00,0.00,85500.00,0.00,85500.00,0,85500.00,0.00,'cash','paid','completed',NULL,7,NULL,'2026-02-14 12:45:15','2026-02-14 12:45:15','2026-02-14 12:45:15'),
(478,'HIL-0477','market',NULL,NULL,NULL,18500.00,0.00,0.00,18500.00,0.00,18500.00,0,18500.00,0.00,'cash','paid','completed',NULL,7,NULL,'2026-02-14 12:45:33','2026-02-14 12:45:33','2026-02-14 12:45:33'),
(479,'HIL-0478','market','Mekki','---',NULL,55500.00,0.00,0.00,55500.00,0.00,55500.00,0,55500.00,0.00,'cash','paid','completed',NULL,7,3,'2026-04-18 20:19:03','2026-02-14 13:03:05','2026-02-14 13:03:05'),
(480,'HIL-0479','market','Adam','---',NULL,60000.00,0.00,0.00,60000.00,0.00,60000.00,0,60000.00,0.00,'cash','paid','completed',NULL,7,3,'2026-04-18 20:19:03','2026-02-14 13:07:46','2026-02-14 13:07:46'),
(481,'HIL-0480','market','Ayoub','---',NULL,17500.00,0.00,0.00,17500.00,0.00,17500.00,0,17500.00,0.00,'cash','paid','completed',NULL,7,3,'2026-04-18 20:19:03','2026-02-14 14:24:45','2026-02-14 14:24:45'),
(482,'HIL-0481','market',NULL,NULL,NULL,22500.00,0.00,0.00,22500.00,0.00,22500.00,0,22500.00,0.00,'cash','paid','completed',NULL,7,NULL,'2026-02-16 05:04:52','2026-02-16 05:04:52','2026-02-16 05:04:52'),
(483,'HIL-0482','market',NULL,NULL,NULL,5500.00,0.00,0.00,5500.00,0.00,5500.00,0,5500.00,0.00,'cash','paid','completed',NULL,7,NULL,'2026-02-16 05:05:12','2026-02-16 05:05:12','2026-02-16 05:05:12'),
(484,'HIL-0483','market','Ayoub','---',NULL,17500.00,0.00,0.00,17500.00,0.00,17500.00,0,17500.00,0.00,'cash','paid','completed',NULL,7,3,'2026-04-18 20:19:03','2026-02-16 05:49:25','2026-02-16 05:49:25'),
(487,'HIL-0484','market','Sinin Abdelkerim','90 00 68 52',NULL,895500.00,0.00,0.00,895500.00,0.00,895500.00,0,895500.00,0.00,'cash','paid','completed',NULL,7,40,'2026-04-18 20:19:03','2026-02-16 06:39:21','2026-02-16 06:39:21'),
(488,'HIL-0485','market','Sinin Abdelkerim','---',NULL,37000.00,0.00,0.00,37000.00,0.00,37000.00,0,37000.00,0.00,'cash','paid','completed',NULL,7,3,'2026-04-18 20:19:03','2026-02-16 07:01:50','2026-02-16 07:01:50'),
(489,'HIL-0486','market','Ayoub','---',NULL,17500.00,0.00,0.00,17500.00,0.00,17500.00,0,17500.00,0.00,'cash','paid','completed',NULL,7,3,'2026-04-18 20:19:03','2026-02-16 08:31:02','2026-02-16 08:31:02'),
(490,'HIL-0487','market','Mahasin','---',NULL,74000.00,0.00,0.00,74000.00,0.00,74000.00,0,74000.00,0.00,'cash','paid','completed',NULL,7,3,'2026-04-18 20:19:03','2026-02-16 08:57:05','2026-02-16 08:57:05'),
(491,'HIL-0488','market','F Z','---',NULL,37000.00,0.00,0.00,37000.00,0.00,37000.00,0,37000.00,0.00,'cash','paid','completed',NULL,7,3,'2026-04-18 20:19:03','2026-02-16 08:59:00','2026-02-16 08:59:00'),
(492,'HIL-0489','market','Ayoub','---',NULL,5500.00,0.00,0.00,5500.00,0.00,5500.00,0,5500.00,0.00,'cash','paid','completed',NULL,7,3,'2026-04-18 20:19:03','2026-02-16 09:42:24','2026-02-16 09:42:24'),
(493,'HIL-0490','market','Saoudi','---',NULL,122500.00,0.00,0.00,122500.00,0.00,122500.00,0,122500.00,0.00,'cash','paid','completed',NULL,7,3,'2026-04-18 20:19:03','2026-02-16 10:10:51','2026-02-16 10:10:51'),
(494,'HIL-0491','market','Makki','---',NULL,1330000.00,0.00,0.00,1330000.00,0.00,1330000.00,0,1330000.00,0.00,'cash','refunded','cancelled','\n\nCancelled: Sale return',7,3,'2026-04-18 20:19:03','2026-02-16 11:06:37','2026-02-17 10:51:18'),
(495,'HIL-0492','market',NULL,NULL,NULL,18500.00,0.00,0.00,18500.00,0.00,18500.00,0,18500.00,0.00,'cash','paid','completed',NULL,7,NULL,'2026-02-17 08:54:04','2026-02-17 08:54:04','2026-02-17 08:54:04'),
(496,'HIL-0493','market',NULL,NULL,NULL,25000.00,0.00,0.00,25000.00,0.00,25000.00,0,25000.00,0.00,'cash','paid','completed',NULL,7,NULL,'2026-02-17 09:50:07','2026-02-17 09:50:07','2026-02-17 09:50:07'),
(497,'HIL-0494','market','Ayoub','---',NULL,17500.00,0.00,0.00,17500.00,0.00,17500.00,0,17500.00,0.00,'cash','paid','completed',NULL,7,3,'2026-04-18 20:19:03','2026-02-17 09:57:47','2026-02-17 09:57:47'),
(498,'HIL-0495','market','Makki','---',NULL,1225000.00,0.00,0.00,1225000.00,0.00,1225000.00,0,1225000.00,0.00,'cash','paid','completed',NULL,7,3,'2026-04-18 20:19:03','2026-02-17 10:58:55','2026-02-17 10:58:55'),
(499,'HIL-0496','market','Abakar','65 20 20 02',NULL,180000.00,0.00,0.00,180000.00,0.00,180000.00,0,180000.00,0.00,'cash','paid','completed',NULL,7,16,'2026-04-18 20:19:03','2026-02-17 12:25:42','2026-02-17 12:25:42'),
(500,'HIL-0497','market','Nadjat','---',NULL,444000.00,0.00,0.00,444000.00,0.00,444000.00,0,444000.00,0.00,'cash','paid','completed',NULL,7,3,'2026-04-18 20:19:03','2026-02-18 06:53:54','2026-02-18 06:53:54'),
(501,'HIL-0498','market','Adam','---',NULL,17500.00,0.00,0.00,17500.00,0.00,17500.00,0,17500.00,0.00,'cash','paid','completed',NULL,7,3,'2026-04-18 20:19:03','2026-02-18 08:15:58','2026-02-18 08:15:58'),
(502,'HIL-0499','market','Issakha','---',NULL,52500.00,0.00,0.00,52500.00,0.00,52500.00,0,0.00,0.00,'cash','paid','completed',NULL,7,3,'2026-04-18 20:19:03','2026-02-18 09:46:25','2026-03-07 07:38:06'),
(503,'HIL-0500','market','Ayoub','---',NULL,35000.00,0.00,0.00,35000.00,0.00,35000.00,0,35000.00,0.00,'cash','paid','completed',NULL,7,3,'2026-04-18 20:19:03','2026-02-18 10:03:55','2026-02-18 10:03:55'),
(504,'HIL-0501','market',NULL,NULL,NULL,25000.00,0.00,0.00,25000.00,0.00,25000.00,0,25000.00,0.00,'cash','paid','completed',NULL,7,NULL,'2026-02-18 10:04:21','2026-02-18 10:04:21','2026-02-18 10:04:21'),
(505,'HIL-0502','market',NULL,NULL,NULL,22000.00,0.00,0.00,22000.00,0.00,22000.00,0,22000.00,0.00,'cash','refunded','cancelled','\n\nCancelled: Sale return',7,NULL,'2026-02-18 15:55:22','2026-02-18 11:02:50','2026-02-18 12:55:22'),
(506,'HIL-0503','market',NULL,NULL,NULL,26000.00,0.00,0.00,26000.00,0.00,26000.00,0,26000.00,0.00,'cash','paid','completed',NULL,7,NULL,'2026-02-18 12:56:18','2026-02-18 12:56:18','2026-02-18 12:56:18'),
(507,'HIL-0504','market',NULL,NULL,NULL,20000.00,0.00,0.00,20000.00,0.00,20000.00,0,20000.00,0.00,'cash','paid','completed',NULL,7,NULL,'2026-02-19 06:08:43','2026-02-19 06:08:43','2026-02-19 06:08:43'),
(508,'HIL-0505','market',NULL,NULL,NULL,20000.00,0.00,0.00,20000.00,0.00,20000.00,0,20000.00,0.00,'cash','paid','completed',NULL,7,NULL,'2026-02-19 08:19:30','2026-02-19 08:19:30','2026-02-19 08:19:30'),
(509,'HIL-0506','market',NULL,NULL,NULL,20000.00,0.00,0.00,20000.00,0.00,20000.00,0,20000.00,0.00,'cash','paid','completed',NULL,7,NULL,'2026-02-19 08:45:49','2026-02-19 08:45:49','2026-02-19 08:45:49'),
(510,'HIL-0507','market','ZAKARIA','+966 54 544 0572',NULL,185000.00,0.00,0.00,185000.00,0.00,185000.00,0,0.00,0.00,'cash','paid','completed',NULL,4,5,'2026-04-20 15:01:25','2026-02-20 15:42:10','2026-04-20 12:01:25'),
(511,'HIL-0508','market',NULL,NULL,NULL,481000.00,0.00,0.00,481000.00,0.00,481000.00,0,481000.00,0.00,'cash','paid','completed',NULL,4,NULL,'2026-02-20 15:59:59','2026-02-20 15:59:59','2026-02-20 15:59:59'),
(512,'HIL-0509','market','Mahasin','---',NULL,18500.00,0.00,0.00,18500.00,0.00,18500.00,0,18500.00,0.00,'cash','paid','completed',NULL,7,3,'2026-04-18 20:19:03','2026-02-21 07:35:31','2026-02-21 07:35:31'),
(513,'HIL-0510','market','Annazir','---',NULL,310000.00,0.00,0.00,310000.00,0.00,310000.00,0,310000.00,0.00,'cash','paid','completed',NULL,7,3,'2026-04-18 20:19:03','2026-02-21 09:48:49','2026-02-21 09:48:49'),
(514,'HIL-0511','market',NULL,NULL,NULL,333000.00,0.00,0.00,333000.00,0.00,333000.00,0,333000.00,0.00,'cash','paid','completed',NULL,7,NULL,'2026-02-21 10:36:07','2026-02-21 10:36:07','2026-02-21 10:36:07'),
(515,'HIL-0512','market','Issakha','---',NULL,140000.00,0.00,0.00,140000.00,0.00,140000.00,0,140000.00,0.00,'cash','paid','completed',NULL,7,3,'2026-04-18 20:19:03','2026-02-23 07:39:21','2026-02-23 07:39:21'),
(516,'HIL-0513','market',NULL,NULL,NULL,20000.00,0.00,0.00,20000.00,0.00,20000.00,0,20000.00,0.00,'cash','paid','completed',NULL,7,NULL,'2026-02-23 07:54:20','2026-02-23 07:54:20','2026-02-23 07:54:20'),
(517,'HIL-0514','market',NULL,NULL,NULL,20000.00,0.00,0.00,20000.00,0.00,20000.00,0,20000.00,0.00,'cash','paid','completed',NULL,7,NULL,'2026-02-23 10:23:57','2026-02-23 10:23:57','2026-02-23 10:23:57'),
(518,'HIL-0515','market',NULL,NULL,NULL,5500.00,0.00,0.00,5500.00,0.00,5500.00,0,5500.00,0.00,'cash','paid','completed',NULL,7,NULL,'2026-02-23 10:26:17','2026-02-23 10:26:17','2026-02-23 10:26:17'),
(519,'HIL-0516','market',NULL,NULL,NULL,92500.00,0.00,0.00,92500.00,0.00,92500.00,0,92500.00,0.00,'cash','paid','completed',NULL,7,NULL,'2026-02-23 10:38:27','2026-02-23 10:38:27','2026-02-23 10:38:27'),
(520,'HIL-0517','market','Nadjat','---',NULL,74000.00,0.00,0.00,74000.00,0.00,74000.00,0,74000.00,0.00,'cash','paid','completed',NULL,7,3,'2026-04-18 20:19:03','2026-02-23 11:05:02','2026-02-23 11:05:02'),
(521,'HIL-0518','market','Esker','---',NULL,74000.00,0.00,0.00,74000.00,0.00,74000.00,0,74000.00,0.00,'cash','paid','completed',NULL,7,3,'2026-04-18 20:19:03','2026-02-23 11:06:26','2026-02-23 11:06:26'),
(522,'HIL-0519','market','Nadjat','---',NULL,37000.00,0.00,0.00,37000.00,0.00,37000.00,0,37000.00,0.00,'cash','paid','completed',NULL,7,3,'2026-04-18 20:19:03','2026-02-23 11:08:08','2026-02-23 11:08:08'),
(523,'HIL-0520','market',NULL,NULL,NULL,40000.00,0.00,0.00,40000.00,0.00,40000.00,0,40000.00,0.00,'cash','paid','completed',NULL,7,NULL,'2026-02-23 12:17:35','2026-02-23 12:17:35','2026-02-23 12:17:35'),
(524,'HIL-0521','market','Makki','---',NULL,481000.00,0.00,0.00,481000.00,0.00,481000.00,0,481000.00,0.00,'cash','paid','completed',NULL,7,3,'2026-04-18 20:19:03','2026-02-23 12:41:29','2026-02-23 12:41:29'),
(525,'HIL-0522','market',NULL,NULL,NULL,40000.00,0.00,0.00,40000.00,0.00,40000.00,0,40000.00,0.00,'cash','paid','completed',NULL,7,NULL,'2026-02-23 13:12:53','2026-02-23 13:12:53','2026-02-23 13:12:53'),
(526,'HIL-0523','market','Sold','---',NULL,55500.00,0.00,0.00,55500.00,0.00,55500.00,0,55500.00,0.00,'cash','paid','completed',NULL,7,3,'2026-04-18 20:19:03','2026-02-24 05:26:43','2026-02-24 05:26:43'),
(527,'HIL-0524','market','Sold','---',NULL,37000.00,0.00,0.00,37000.00,0.00,37000.00,0,37000.00,0.00,'cash','paid','completed',NULL,7,3,'2026-04-18 20:19:03','2026-02-24 05:29:40','2026-02-24 05:29:40'),
(528,'HIL-0525','market','Sold','---',NULL,55500.00,0.00,0.00,55500.00,0.00,55500.00,0,55500.00,0.00,'cash','refunded','cancelled','\n\nCancelled: Error',7,3,'2026-04-18 20:19:03','2026-02-24 05:30:58','2026-02-24 05:55:22'),
(529,'HIL-0526','market','Sold','---',NULL,37000.00,0.00,0.00,37000.00,0.00,37000.00,0,37000.00,0.00,'cash','paid','completed',NULL,7,3,'2026-04-18 20:19:03','2026-02-24 05:38:12','2026-02-24 05:38:12'),
(530,'HIL-0527','market','Sold','---',NULL,37000.00,0.00,0.00,37000.00,0.00,37000.00,0,37000.00,0.00,'cash','paid','completed',NULL,7,3,'2026-04-18 20:19:03','2026-02-24 05:41:25','2026-02-24 05:41:25'),
(531,'HIL-0528','market','Sold','---',NULL,37000.00,0.00,0.00,37000.00,0.00,37000.00,0,37000.00,0.00,'cash','paid','completed',NULL,7,3,'2026-04-18 20:19:03','2026-02-24 05:43:05','2026-02-24 05:43:05'),
(532,'HIL-0529','market','Sold','---',NULL,55500.00,0.00,0.00,55500.00,0.00,55500.00,0,55500.00,0.00,'cash','paid','completed',NULL,7,3,'2026-04-18 20:19:03','2026-02-24 05:48:16','2026-02-24 05:48:16'),
(533,'HIL-0530','market','Sold','---',NULL,37000.00,0.00,0.00,37000.00,0.00,37000.00,0,37000.00,0.00,'cash','paid','completed',NULL,7,3,'2026-04-18 20:19:03','2026-02-24 05:49:27','2026-02-24 05:49:27'),
(534,'HIL-0531','market','Sold','---',NULL,18500.00,0.00,0.00,18500.00,0.00,18500.00,0,18500.00,0.00,'cash','paid','completed',NULL,7,3,'2026-04-18 20:19:03','2026-02-24 05:51:03','2026-02-24 05:51:03'),
(535,'HIL-0532','market','Sold','---',NULL,18500.00,0.00,0.00,18500.00,0.00,18500.00,0,18500.00,0.00,'cash','paid','completed',NULL,7,3,'2026-04-18 20:19:03','2026-02-24 05:52:07','2026-02-24 05:52:07'),
(536,'HIL-0533','market','Sold','---',NULL,37000.00,0.00,0.00,37000.00,0.00,37000.00,0,37000.00,0.00,'cash','paid','completed',NULL,7,3,'2026-04-18 20:19:03','2026-02-24 05:55:44','2026-02-24 05:55:44'),
(537,'HIL-0534','market','Sold','---',NULL,37000.00,0.00,0.00,37000.00,0.00,37000.00,0,37000.00,0.00,'cash','paid','completed',NULL,7,3,'2026-04-18 20:19:03','2026-02-24 06:00:08','2026-02-24 06:00:08'),
(538,'HIL-0535','market','Sold','---',NULL,74000.00,0.00,0.00,74000.00,0.00,74000.00,0,74000.00,0.00,'cash','paid','completed',NULL,7,3,'2026-04-18 20:19:03','2026-02-24 06:01:34','2026-02-24 06:01:34'),
(539,'HIL-0536','market','Sold','---',NULL,18500.00,0.00,0.00,18500.00,0.00,18500.00,0,18500.00,0.00,'cash','paid','completed',NULL,7,3,'2026-04-18 20:19:03','2026-02-24 06:06:05','2026-02-24 06:06:05'),
(540,'HIL-0537','market','Sold','---',NULL,55500.00,0.00,0.00,55500.00,0.00,55500.00,0,55500.00,0.00,'cash','paid','completed',NULL,7,3,'2026-04-18 20:19:03','2026-02-24 06:13:32','2026-02-24 06:13:32'),
(541,'HIL-0538','market','Sold','---',NULL,55500.00,0.00,0.00,55500.00,0.00,55500.00,0,55500.00,0.00,'cash','paid','completed',NULL,7,3,'2026-04-18 20:19:03','2026-02-24 06:16:19','2026-02-24 06:16:19'),
(542,'HIL-0539','market','Sold','---',NULL,111000.00,0.00,0.00,111000.00,0.00,111000.00,0,111000.00,0.00,'cash','paid','completed',NULL,7,3,'2026-04-18 20:19:03','2026-02-24 06:19:32','2026-02-24 06:19:32'),
(543,'HIL-0540','market','Sold','---',NULL,37000.00,0.00,0.00,37000.00,0.00,37000.00,0,37000.00,0.00,'cash','paid','completed',NULL,7,3,'2026-04-18 20:19:03','2026-02-24 06:20:19','2026-02-24 06:20:19'),
(544,'HIL-0541','market','Sold','---',NULL,55500.00,0.00,0.00,55500.00,0.00,55500.00,0,55500.00,0.00,'cash','paid','completed',NULL,7,3,'2026-04-18 20:19:03','2026-02-24 06:22:04','2026-02-24 06:22:04'),
(545,'HIL-0542','market','Sold','---',NULL,74000.00,0.00,0.00,74000.00,0.00,74000.00,0,74000.00,0.00,'cash','paid','completed',NULL,7,3,'2026-04-18 20:19:03','2026-02-24 06:23:20','2026-02-24 06:23:20'),
(546,'HIL-0543','market','Sold','---',NULL,18500.00,0.00,0.00,18500.00,0.00,18500.00,0,18500.00,0.00,'cash','refunded','cancelled','\n\nCancelled: Error',7,3,'2026-04-18 20:19:03','2026-02-24 06:24:33','2026-02-24 06:25:58'),
(547,'HIL-0544','market','Sold','---',NULL,37000.00,0.00,0.00,37000.00,0.00,37000.00,0,37000.00,0.00,'cash','paid','completed',NULL,7,3,'2026-04-18 20:19:03','2026-02-24 06:25:43','2026-02-24 06:25:43'),
(548,'HIL-0545','market','Sold','---',NULL,37000.00,0.00,0.00,37000.00,0.00,37000.00,0,37000.00,0.00,'cash','paid','completed',NULL,7,3,'2026-04-18 20:19:03','2026-02-24 06:30:49','2026-02-24 06:30:49'),
(549,'HIL-0546','market','Sold','---',NULL,92500.00,0.00,0.00,92500.00,0.00,92500.00,0,92500.00,0.00,'cash','paid','completed',NULL,7,3,'2026-04-18 20:19:03','2026-02-24 06:34:51','2026-02-24 06:34:51'),
(550,'HIL-0547','market','Sold','---',NULL,111000.00,0.00,0.00,111000.00,0.00,111000.00,0,111000.00,0.00,'cash','paid','completed',NULL,7,3,'2026-04-18 20:19:03','2026-02-24 06:36:53','2026-02-24 06:36:53'),
(551,'HIL-0548','market','Sold','---',NULL,18500.00,0.00,0.00,18500.00,0.00,18500.00,0,18500.00,0.00,'cash','paid','completed',NULL,7,3,'2026-04-18 20:19:03','2026-02-24 06:39:11','2026-02-24 06:39:11'),
(552,'HIL-0549','market','Sold','---',NULL,129500.00,0.00,0.00,129500.00,0.00,129500.00,0,129500.00,0.00,'cash','paid','completed',NULL,7,3,'2026-04-18 20:19:03','2026-02-24 06:44:28','2026-02-24 06:44:28'),
(553,'HIL-0550','market','Sold','---',NULL,18500.00,0.00,0.00,18500.00,0.00,18500.00,0,18500.00,0.00,'cash','paid','completed',NULL,7,3,'2026-04-18 20:19:03','2026-02-24 06:45:34','2026-02-24 06:45:34'),
(554,'HIL-0551','market','Sold','---',NULL,111000.00,0.00,0.00,111000.00,0.00,111000.00,0,111000.00,0.00,'cash','paid','completed',NULL,7,3,'2026-04-18 20:19:03','2026-02-24 06:46:42','2026-02-24 06:46:42'),
(555,'HIL-0552','market','Sold','---',NULL,18500.00,0.00,0.00,18500.00,0.00,18500.00,0,18500.00,0.00,'cash','paid','completed',NULL,7,3,'2026-04-18 20:19:03','2026-02-24 06:48:01','2026-02-24 06:48:01'),
(556,'HIL-0553','market','Sold','---',NULL,18500.00,0.00,0.00,18500.00,0.00,18500.00,0,18500.00,0.00,'cash','paid','completed',NULL,7,3,'2026-04-18 20:19:03','2026-02-24 06:58:31','2026-02-24 06:58:31'),
(557,'HIL-0554','market','Sold','---',NULL,37000.00,0.00,0.00,37000.00,0.00,37000.00,0,37000.00,0.00,'cash','paid','completed',NULL,7,3,'2026-04-18 20:19:03','2026-02-24 06:59:03','2026-02-24 06:59:03'),
(558,'HIL-0555','market','Issakha','---',NULL,18500.00,0.00,0.00,18500.00,0.00,18500.00,0,18500.00,0.00,'cash','paid','completed',NULL,7,3,'2026-04-18 20:19:03','2026-02-24 07:00:05','2026-02-24 07:00:05'),
(559,'HIL-0556','market','Sold','---',NULL,74000.00,0.00,0.00,74000.00,0.00,74000.00,0,74000.00,0.00,'cash','paid','completed',NULL,7,3,'2026-04-18 20:19:03','2026-02-24 07:06:44','2026-02-24 07:06:44'),
(560,'HIL-0557','market','Sold','---',NULL,92500.00,0.00,0.00,92500.00,0.00,92500.00,0,92500.00,0.00,'cash','paid','completed',NULL,7,3,'2026-04-18 20:19:03','2026-02-24 07:07:37','2026-02-24 07:07:37'),
(561,'HIL-0558','market',NULL,NULL,NULL,20000.00,0.00,0.00,20000.00,0.00,20000.00,0,20000.00,0.00,'cash','paid','completed',NULL,7,NULL,'2026-02-24 10:35:26','2026-02-24 10:35:26','2026-02-24 10:35:26'),
(562,'HIL-0559','market',NULL,NULL,NULL,20000.00,0.00,0.00,20000.00,0.00,20000.00,0,20000.00,0.00,'cash','paid','completed',NULL,7,NULL,'2026-02-24 12:12:28','2026-02-24 12:12:28','2026-02-24 12:12:28'),
(563,'HIL-0560','market',NULL,NULL,NULL,20000.00,0.00,0.00,20000.00,0.00,20000.00,0,20000.00,0.00,'cash','paid','completed',NULL,7,NULL,'2026-02-25 06:43:40','2026-02-25 06:43:40','2026-02-25 06:43:40'),
(564,'HIL-0561','market',NULL,NULL,NULL,20000.00,0.00,0.00,20000.00,0.00,20000.00,0,20000.00,0.00,'cash','paid','completed',NULL,7,NULL,'2026-02-25 06:44:50','2026-02-25 06:44:50','2026-02-25 06:44:50'),
(565,'HIL-0562','market',NULL,NULL,NULL,20000.00,0.00,0.00,20000.00,0.00,20000.00,0,20000.00,0.00,'cash','paid','completed',NULL,7,NULL,'2026-02-25 06:58:00','2026-02-25 06:58:00','2026-02-25 06:58:00'),
(566,'HIL-0563','market',NULL,NULL,NULL,20000.00,0.00,0.00,20000.00,0.00,20000.00,0,20000.00,0.00,'cash','paid','completed',NULL,7,NULL,'2026-02-25 09:15:05','2026-02-25 09:15:05','2026-02-25 09:15:05'),
(567,'HIL-0564','market','IDRISS DJABIR',NULL,NULL,1036000.00,0.00,28000.00,1008000.00,0.00,1008000.00,0,1008000.00,0.00,'cash','paid','completed',NULL,4,1,'2026-04-18 20:19:02','2026-02-25 09:16:06','2026-02-25 09:16:06'),
(568,'HIL-0565','market',NULL,NULL,NULL,20000.00,0.00,0.00,20000.00,0.00,20000.00,0,20000.00,0.00,'cash','paid','completed',NULL,7,NULL,'2026-02-25 09:30:50','2026-02-25 09:30:50','2026-02-25 09:30:50'),
(569,'HIL-0566','market','Issakha','---',NULL,18500.00,0.00,0.00,18500.00,0.00,18500.00,0,18500.00,0.00,'cash','paid','completed',NULL,7,3,'2026-04-18 20:19:03','2026-02-25 10:12:20','2026-02-25 10:12:20'),
(570,'HIL-0567','market',NULL,NULL,NULL,20000.00,0.00,0.00,20000.00,0.00,20000.00,0,20000.00,0.00,'cash','paid','completed',NULL,7,NULL,'2026-02-25 10:32:33','2026-02-25 10:32:33','2026-02-25 10:32:33'),
(571,'HIL-0568','market',NULL,NULL,NULL,20000.00,0.00,0.00,20000.00,0.00,20000.00,0,20000.00,0.00,'cash','paid','completed',NULL,7,NULL,'2026-02-25 10:38:43','2026-02-25 10:38:43','2026-02-25 10:38:43'),
(572,'HIL-0569','market','Nural en','---',NULL,37000.00,0.00,0.00,37000.00,0.00,37000.00,0,37000.00,0.00,'cash','paid','completed',NULL,7,3,'2026-04-18 20:19:03','2026-02-25 10:41:59','2026-02-25 10:41:59'),
(573,'HIL-0570','market',NULL,NULL,NULL,84500.00,0.00,0.00,84500.00,0.00,84500.00,0,84500.00,0.00,'cash','paid','completed',NULL,7,NULL,'2026-02-25 12:16:47','2026-02-25 12:16:47','2026-02-25 12:16:47'),
(574,'HIL-0571','market',NULL,NULL,NULL,20000.00,0.00,0.00,20000.00,0.00,20000.00,0,20000.00,0.00,'cash','paid','completed',NULL,7,NULL,'2026-02-26 07:47:14','2026-02-26 07:47:14','2026-02-26 07:47:14'),
(575,'HIL-0572','market','Makki','---',NULL,555000.00,0.00,0.00,555000.00,0.00,555000.00,0,555000.00,0.00,'cash','paid','completed',NULL,7,3,'2026-04-18 20:19:03','2026-02-26 08:17:56','2026-02-26 08:17:56'),
(576,'HIL-0573','market',NULL,NULL,NULL,195000.00,0.00,0.00,195000.00,0.00,195000.00,0,195000.00,0.00,'cash','paid','completed',NULL,7,NULL,'2026-02-26 09:45:17','2026-02-26 09:45:17','2026-02-26 09:45:17'),
(577,'HIL-0574','market','Nural en','---',NULL,55500.00,0.00,0.00,55500.00,0.00,55500.00,0,55500.00,0.00,'cash','paid','completed',NULL,7,3,'2026-04-18 20:19:03','2026-02-26 10:29:09','2026-02-26 10:29:09'),
(578,'HIL-0575','market','Gachi','---',NULL,18500.00,0.00,0.00,18500.00,0.00,18500.00,0,18500.00,0.00,'cash','paid','completed',NULL,7,3,'2026-04-18 20:19:03','2026-02-26 11:18:14','2026-02-26 11:18:14'),
(579,'HIL-0576','market',NULL,NULL,NULL,37000.00,0.00,0.00,37000.00,0.00,37000.00,0,37000.00,0.00,'cash','paid','completed',NULL,7,NULL,'2026-02-26 11:33:01','2026-02-26 11:33:01','2026-02-26 11:33:01'),
(580,'HIL-0577','market','Fatime Abdelrahim','----',NULL,37000.00,0.00,0.00,37000.00,0.00,37000.00,0,30000.00,0.00,'cash','paid','completed',NULL,7,4,'2026-04-18 20:19:03','2026-02-26 11:45:28','2026-03-02 12:29:23'),
(581,'HIL-0578','market','Youssouf','---',NULL,92500.00,0.00,0.00,92500.00,0.00,92500.00,0,92500.00,0.00,'cash','paid','completed',NULL,7,3,'2026-04-18 20:19:03','2026-02-26 12:22:16','2026-02-26 12:22:16'),
(582,'HIL-0579','market','Mahasin','---',NULL,466500.00,0.00,0.00,466500.00,0.00,466500.00,0,0.00,0.00,'cash','paid','completed',NULL,7,3,'2026-04-18 20:19:03','2026-02-26 12:35:11','2026-03-01 12:48:35'),
(583,'HIL-0580','market','Mahasin','---',NULL,55500.00,0.00,0.00,55500.00,0.00,55500.00,0,0.00,0.00,'cash','paid','completed',NULL,7,3,'2026-04-18 20:19:03','2026-02-26 12:38:48','2026-03-01 12:48:18'),
(584,'HIL-0581','market','Bachar','---',NULL,20000.00,0.00,0.00,20000.00,0.00,20000.00,0,20000.00,0.00,'cash','paid','completed',NULL,7,3,'2026-04-18 20:19:03','2026-02-26 13:02:48','2026-02-26 13:02:48'),
(585,'HIL-0582','market','KHALID ABDALLAH','96 84 97 57',NULL,1343500.00,0.00,43000.00,1300500.00,0.00,1300500.00,0,0.00,0.00,'cash','paid','completed',NULL,4,41,'2026-04-18 20:19:03','2026-02-27 02:35:38','2026-03-09 05:01:50'),
(586,'HIL-0583','market','Gachi','---',NULL,101500.00,0.00,0.00,101500.00,0.00,101500.00,0,101500.00,0.00,'cash','paid','completed',NULL,7,3,'2026-04-18 20:19:03','2026-02-27 07:23:54','2026-02-27 07:23:54'),
(587,'HIL-0584','market','Gachi','---',NULL,18000.00,0.00,0.00,18000.00,0.00,18000.00,0,18000.00,0.00,'cash','paid','completed',NULL,7,3,'2026-04-18 20:19:03','2026-02-27 07:24:16','2026-02-27 07:24:16'),
(588,'HIL-0585','market',NULL,NULL,NULL,20000.00,0.00,0.00,20000.00,0.00,20000.00,0,20000.00,0.00,'cash','paid','completed',NULL,7,NULL,'2026-02-27 07:24:38','2026-02-27 07:24:38','2026-02-27 07:24:38'),
(589,'HIL-0586','market','Youssouf Hilali','---',NULL,40000.00,0.00,0.00,40000.00,0.00,40000.00,0,40000.00,0.00,'cash','paid','completed',NULL,7,3,'2026-04-18 20:19:03','2026-02-27 07:26:02','2026-02-27 07:26:02'),
(590,'HIL-0587','market',NULL,NULL,NULL,185000.00,0.00,0.00,185000.00,0.00,185000.00,0,185000.00,0.00,'cash','paid','completed',NULL,7,NULL,'2026-02-27 07:51:48','2026-02-27 07:51:48','2026-02-27 07:51:48'),
(591,'HIL-0588','market','Mht Tidjani','---',NULL,40000.00,0.00,0.00,40000.00,0.00,40000.00,0,40000.00,0.00,'cash','paid','completed',NULL,7,3,'2026-04-18 20:19:03','2026-02-27 08:03:12','2026-02-27 08:03:12'),
(592,'HIL-0589','market',NULL,NULL,NULL,25000.00,0.00,0.00,25000.00,0.00,25000.00,0,25000.00,0.00,'cash','paid','completed',NULL,7,NULL,'2026-02-27 09:50:55','2026-02-27 09:50:55','2026-02-27 09:50:55'),
(593,'HIL-0590','market',NULL,NULL,NULL,67000.00,0.00,0.00,67000.00,0.00,67000.00,0,67000.00,0.00,'cash','paid','completed',NULL,7,NULL,'2026-02-27 10:12:05','2026-02-27 10:12:05','2026-02-27 10:12:05'),
(594,'HIL-0591','market',NULL,NULL,NULL,20000.00,0.00,0.00,20000.00,0.00,20000.00,0,20000.00,0.00,'cash','paid','completed',NULL,7,NULL,'2026-02-27 11:03:38','2026-02-27 11:03:38','2026-02-27 11:03:38'),
(595,'HIL-0592','market',NULL,NULL,NULL,40000.00,0.00,0.00,40000.00,0.00,40000.00,0,40000.00,0.00,'cash','paid','completed',NULL,7,NULL,'2026-02-27 12:20:32','2026-02-27 12:20:32','2026-02-27 12:20:32'),
(596,'HIL-0593','market',NULL,NULL,NULL,20000.00,0.00,0.00,20000.00,0.00,20000.00,0,20000.00,0.00,'cash','refunded','cancelled','\n\nCancelled: Error',7,NULL,'2026-02-27 15:32:46','2026-02-27 12:32:14','2026-02-27 12:32:46'),
(597,'HIL-0594','market',NULL,NULL,NULL,20000.00,0.00,0.00,20000.00,0.00,20000.00,0,20000.00,0.00,'cash','paid','completed',NULL,7,NULL,'2026-02-27 12:33:11','2026-02-27 12:33:11','2026-02-27 12:33:11'),
(598,'HIL-0595','market',NULL,NULL,NULL,20000.00,0.00,0.00,20000.00,0.00,20000.00,0,20000.00,0.00,'cash','paid','completed',NULL,7,NULL,'2026-02-27 12:45:18','2026-02-27 12:45:18','2026-02-27 12:45:18'),
(599,'HIL-0596','market',NULL,NULL,NULL,20000.00,0.00,0.00,20000.00,0.00,20000.00,0,20000.00,0.00,'cash','paid','completed',NULL,7,NULL,'2026-02-27 12:46:09','2026-02-27 12:46:09','2026-02-27 12:46:09'),
(600,'HIL-0597','market','Houdey','---',NULL,140000.00,0.00,0.00,140000.00,0.00,140000.00,0,140000.00,0.00,'cash','paid','completed',NULL,7,3,'2026-04-18 20:19:03','2026-02-27 13:00:23','2026-02-27 13:00:23'),
(601,'HIL-0598','market','Bololo','---',NULL,185000.00,0.00,0.00,185000.00,0.00,185000.00,0,185000.00,0.00,'cash','paid','completed',NULL,7,3,'2026-04-18 20:19:03','2026-02-28 06:38:47','2026-02-28 06:38:47'),
(602,'HIL-0599','market',NULL,NULL,NULL,40000.00,0.00,0.00,40000.00,0.00,40000.00,0,40000.00,0.00,'cash','paid','completed',NULL,7,NULL,'2026-02-28 06:53:09','2026-02-28 06:53:09','2026-02-28 06:53:09'),
(603,'HIL-0600','market',NULL,NULL,NULL,20000.00,0.00,0.00,20000.00,0.00,20000.00,0,20000.00,0.00,'cash','paid','completed',NULL,7,NULL,'2026-02-28 07:57:02','2026-02-28 07:57:02','2026-02-28 07:57:02'),
(604,'HIL-0601','market',NULL,NULL,NULL,452500.00,0.00,0.00,452500.00,0.00,452500.00,0,452500.00,0.00,'cash','paid','completed',NULL,7,NULL,'2026-02-28 08:45:38','2026-02-28 08:45:38','2026-02-28 08:45:38'),
(605,'HIL-0602','market','Noural En','---',NULL,18500.00,0.00,0.00,18500.00,0.00,18500.00,0,18500.00,0.00,'cash','paid','completed',NULL,7,3,'2026-04-18 20:19:03','2026-02-28 10:45:33','2026-02-28 10:45:33'),
(606,'HIL-0603','market',NULL,NULL,NULL,20000.00,0.00,0.00,20000.00,0.00,20000.00,0,20000.00,0.00,'cash','paid','completed',NULL,7,NULL,'2026-02-28 10:45:46','2026-02-28 10:45:46','2026-02-28 10:45:46'),
(607,'HIL-0604','market',NULL,NULL,NULL,20000.00,0.00,0.00,20000.00,0.00,20000.00,0,20000.00,0.00,'cash','paid','completed',NULL,7,NULL,'2026-02-28 12:33:28','2026-02-28 12:33:28','2026-02-28 12:33:28'),
(608,'HIL-0605','market',NULL,NULL,NULL,129500.00,0.00,0.00,129500.00,0.00,129500.00,0,129500.00,0.00,'cash','paid','completed',NULL,7,NULL,'2026-02-28 13:01:58','2026-02-28 13:01:58','2026-02-28 13:01:58'),
(609,'HIL-0606','market','AL Issel','---',NULL,407000.00,0.00,0.00,407000.00,0.00,407000.00,0,407000.00,0.00,'cash','paid','completed',NULL,7,3,'2026-04-18 20:19:03','2026-02-28 16:54:35','2026-02-28 16:54:35'),
(610,'HIL-0607','market',NULL,NULL,NULL,7000.00,0.00,0.00,7000.00,0.00,7000.00,0,7000.00,0.00,'cash','paid','completed',NULL,7,NULL,'2026-02-28 16:57:56','2026-02-28 16:57:56','2026-02-28 16:57:56'),
(611,'HIL-0608','market','Nural En','---',NULL,166500.00,0.00,0.00,166500.00,0.00,166500.00,0,166500.00,0.00,'cash','paid','completed',NULL,7,3,'2026-04-18 20:19:03','2026-03-01 09:15:38','2026-03-01 09:15:38'),
(612,'HIL-0609','market',NULL,NULL,NULL,20000.00,0.00,0.00,20000.00,0.00,20000.00,0,20000.00,0.00,'cash','paid','completed',NULL,7,NULL,'2026-03-01 09:16:00','2026-03-01 09:16:00','2026-03-01 09:16:00'),
(613,'HIL-0610','market','Noural En','---',NULL,37000.00,0.00,0.00,37000.00,0.00,37000.00,0,37000.00,0.00,'cash','paid','completed',NULL,7,3,'2026-04-18 20:19:03','2026-03-01 09:44:50','2026-03-01 09:44:50'),
(614,'HIL-0611','market','Mahasin','---',NULL,18500.00,0.00,0.00,18500.00,0.00,18500.00,0,18500.00,0.00,'cash','paid','completed',NULL,7,3,'2026-04-18 20:19:03','2026-03-01 09:45:16','2026-03-01 09:45:16'),
(615,'HIL-0612','market','Faaaatime','---',NULL,18500.00,0.00,0.00,18500.00,0.00,18500.00,0,18500.00,0.00,'cash','paid','completed',NULL,7,3,'2026-04-18 20:19:03','2026-03-01 10:01:50','2026-03-01 10:01:50'),
(616,'HIL-0613','market',NULL,NULL,NULL,20000.00,0.00,0.00,20000.00,0.00,20000.00,0,20000.00,0.00,'cash','paid','completed',NULL,7,NULL,'2026-03-01 10:18:49','2026-03-01 10:18:49','2026-03-01 10:18:49'),
(617,'HIL-0614','market','Birké Ahmat','---',NULL,324500.00,0.00,0.00,324500.00,0.00,324500.00,0,324500.00,0.00,'cash','paid','completed',NULL,7,3,'2026-04-18 20:19:03','2026-03-01 10:23:05','2026-03-01 10:23:05'),
(618,'HIL-0615','market','Bintou Baba','---',NULL,60000.00,0.00,0.00,60000.00,0.00,60000.00,0,60000.00,0.00,'cash','paid','completed',NULL,7,3,'2026-04-18 20:19:03','2026-03-01 10:34:50','2026-03-01 10:34:50'),
(619,'HIL-0616','market','Mahasin','---',NULL,166500.00,0.00,0.00,166500.00,0.00,166500.00,0,166500.00,0.00,'cash','paid','completed',NULL,7,3,'2026-04-18 20:19:03','2026-03-01 12:16:41','2026-03-01 12:16:41'),
(620,'HIL-0617','market',NULL,NULL,NULL,40000.00,0.00,0.00,40000.00,0.00,40000.00,0,40000.00,0.00,'cash','paid','completed',NULL,7,NULL,'2026-03-01 12:40:29','2026-03-01 12:40:29','2026-03-01 12:40:29'),
(621,'HIL-0618','market',NULL,NULL,NULL,129500.00,0.00,0.00,129500.00,0.00,129500.00,0,129500.00,0.00,'cash','paid','completed',NULL,7,NULL,'2026-03-02 05:10:30','2026-03-02 05:10:30','2026-03-02 05:10:30'),
(622,'HIL-0619','market',NULL,NULL,NULL,30000.00,0.00,0.00,30000.00,0.00,30000.00,0,30000.00,0.00,'cash','paid','completed',NULL,7,NULL,'2026-03-02 05:11:20','2026-03-02 05:11:20','2026-03-02 05:11:20'),
(623,'HIL-0620','market',NULL,NULL,NULL,20000.00,0.00,0.00,20000.00,0.00,20000.00,0,20000.00,0.00,'cash','paid','completed',NULL,7,NULL,'2026-03-02 07:23:05','2026-03-02 07:23:05','2026-03-02 07:23:05'),
(625,'HIL-0621','market','Abdrahman IBO','---',NULL,65000.00,0.00,0.00,65000.00,0.00,65000.00,0,65000.00,0.00,'cash','paid','completed',NULL,7,3,'2026-04-18 20:19:03','2026-03-02 07:34:23','2026-03-02 07:34:23'),
(626,'HIL-0622','market','Sinine Abdelrahim','---',NULL,240500.00,0.00,0.00,240500.00,0.00,240500.00,0,240500.00,0.00,'cash','paid','completed',NULL,7,3,'2026-04-18 20:19:03','2026-03-02 08:17:28','2026-03-02 08:17:28'),
(627,'HIL-0623','market',NULL,NULL,NULL,14000.00,0.00,0.00,14000.00,0.00,14000.00,0,14000.00,0.00,'cash','paid','completed',NULL,7,NULL,'2026-03-02 09:03:04','2026-03-02 09:03:04','2026-03-02 09:03:04'),
(628,'HIL-0624','market',NULL,NULL,NULL,20000.00,0.00,0.00,20000.00,0.00,20000.00,0,20000.00,0.00,'cash','paid','completed',NULL,7,NULL,'2026-03-02 09:46:13','2026-03-02 09:46:13','2026-03-02 09:46:13'),
(629,'HIL-0625','market','Fatime Abdelrahim','---',NULL,37000.00,0.00,0.00,37000.00,0.00,37000.00,0,37000.00,0.00,'cash','refunded','cancelled','\n\nCancelled: Error',7,3,'2026-04-18 20:19:03','2026-03-02 10:39:58','2026-03-02 10:40:48'),
(630,'HIL-0626','market','Fatime Abdelrahim','---',NULL,37000.00,0.00,0.00,37000.00,0.00,37000.00,0,34500.00,0.00,'cash','paid','completed',NULL,7,3,'2026-04-18 20:19:03','2026-03-02 10:42:02','2026-03-02 12:29:05'),
(631,'HIL-0627','market',NULL,NULL,NULL,37000.00,0.00,0.00,37000.00,0.00,37000.00,0,37000.00,0.00,'cash','paid','completed',NULL,7,NULL,'2026-03-02 10:59:04','2026-03-02 10:59:04','2026-03-02 10:59:04'),
(632,'HIL-0628','market','Mahasin','---',NULL,92500.00,0.00,0.00,92500.00,0.00,92500.00,0,0.00,0.00,'cash','paid','completed',NULL,7,3,'2026-04-18 20:19:03','2026-03-02 11:01:06','2026-03-04 12:53:36'),
(633,'HIL-0629','market','Abdelkhani','---',NULL,174000.00,0.00,0.00,174000.00,0.00,174000.00,0,174000.00,0.00,'cash','paid','completed',NULL,7,3,'2026-04-18 20:19:03','2026-03-02 11:04:15','2026-03-02 11:04:15'),
(634,'HIL-0630','market','Fatime Abdelrahim','---',NULL,37000.00,0.00,0.00,37000.00,36500.00,500.00,1,500.00,0.00,'cash','refunded','cancelled','\n\nCancelled: Return',7,3,'2026-04-18 20:19:03','2026-03-02 12:30:54','2026-03-02 12:32:57'),
(635,'HIL-0631','market','Nural En','---',NULL,18500.00,0.00,0.00,18500.00,0.00,18500.00,0,0.00,0.00,'cash','paid','completed',NULL,7,3,'2026-04-18 20:19:03','2026-03-02 12:35:07','2026-03-05 10:21:57'),
(636,'HIL-0632','market','Fatime Abdelrahim','---',NULL,18500.00,0.00,0.00,18500.00,18000.00,500.00,1,500.00,0.00,'cash','partial','completed',NULL,7,3,'2026-04-18 20:19:03','2026-03-02 12:36:22','2026-03-02 12:36:22'),
(637,'HIL-0633','market',NULL,NULL,NULL,110000.00,0.00,0.00,110000.00,0.00,110000.00,0,110000.00,0.00,'cash','paid','completed',NULL,7,NULL,'2026-03-02 12:39:00','2026-03-02 12:39:00','2026-03-02 12:39:00'),
(638,'HIL-0634','market','AL ISSEL','---',NULL,55500.00,0.00,0.00,55500.00,0.00,55500.00,0,55500.00,0.00,'cash','paid','completed',NULL,7,3,'2026-04-18 20:19:03','2026-03-02 12:44:09','2026-03-02 12:44:09'),
(639,'HIL-0635','market','Nadjat','---',NULL,18500.00,0.00,0.00,18500.00,0.00,18500.00,0,18500.00,0.00,'cash','refunded','cancelled','\n\nCancelled: Not paid',7,3,'2026-04-18 20:19:03','2026-03-02 12:47:05','2026-03-02 12:48:44'),
(640,'HIL-0636','market','Nadjat','---',NULL,18500.00,0.00,0.00,18500.00,0.00,18500.00,0,18500.00,0.00,'cash','paid','completed',NULL,7,3,'2026-04-18 20:19:03','2026-03-02 12:49:12','2026-03-02 12:49:12'),
(641,'HIL-0637','market',NULL,NULL,NULL,20000.00,0.00,0.00,20000.00,0.00,20000.00,0,20000.00,0.00,'cash','paid','completed',NULL,7,NULL,'2026-03-02 13:07:20','2026-03-02 13:07:20','2026-03-02 13:07:20'),
(642,'HIL-0638','market',NULL,NULL,NULL,42000.00,0.00,0.00,42000.00,0.00,42000.00,0,42000.00,0.00,'cash','paid','completed',NULL,7,NULL,'2026-03-02 13:26:55','2026-03-02 13:26:55','2026-03-02 13:26:55'),
(643,'HIL-0639','market','Nural En','---',NULL,28500.00,0.00,0.00,28500.00,0.00,28500.00,0,28500.00,0.00,'cash','paid','completed',NULL,7,3,'2026-04-18 20:19:03','2026-03-03 07:10:57','2026-03-03 07:10:57'),
(645,'HIL-0640','market','Adam Confiance','---',NULL,40000.00,0.00,0.00,40000.00,0.00,40000.00,0,40000.00,0.00,'cash','paid','completed',NULL,7,3,'2026-04-18 20:19:03','2026-03-03 08:08:25','2026-03-03 08:08:25'),
(646,'HIL-0641','market',NULL,NULL,NULL,400000.00,0.00,0.00,400000.00,0.00,400000.00,0,400000.00,0.00,'cash','paid','completed',NULL,7,NULL,'2026-03-03 08:09:56','2026-03-03 08:09:56','2026-03-03 08:09:56'),
(647,'HIL-0642','market','Nadjat','---',NULL,84000.00,0.00,0.00,84000.00,0.00,84000.00,0,84000.00,0.00,'cash','paid','completed',NULL,7,3,'2026-04-18 20:19:03','2026-03-03 08:11:19','2026-03-03 08:11:19'),
(648,'HIL-0643','market',NULL,NULL,NULL,20000.00,0.00,0.00,20000.00,0.00,20000.00,0,20000.00,0.00,'cash','paid','completed',NULL,7,NULL,'2026-03-03 08:34:07','2026-03-03 08:34:07','2026-03-03 08:34:07'),
(649,'HIL-0644','market','Com Fir','---',NULL,37000.00,0.00,0.00,37000.00,0.00,37000.00,0,37000.00,0.00,'cash','paid','completed',NULL,7,3,'2026-04-18 20:19:03','2026-03-03 09:27:05','2026-03-03 09:27:05'),
(650,'HIL-0645','market','Mht Moussa','---',NULL,171000.00,0.00,0.00,171000.00,0.00,171000.00,0,171000.00,0.00,'cash','paid','completed',NULL,7,3,'2026-04-18 20:19:03','2026-03-03 09:55:36','2026-03-03 09:55:36'),
(651,'HIL-0646','market','Soudani','---',NULL,80000.00,0.00,0.00,80000.00,0.00,80000.00,0,80000.00,0.00,'cash','paid','completed',NULL,7,3,'2026-04-18 20:19:03','2026-03-03 10:02:49','2026-03-03 10:02:49'),
(652,'HIL-0647','market','Abdelaziz Abakar','---',NULL,373500.00,0.00,0.00,373500.00,0.00,373500.00,0,0.00,0.00,'cash','paid','completed',NULL,7,3,'2026-04-18 20:19:03','2026-03-03 10:16:33','2026-03-04 09:06:25'),
(653,'HIL-0648','market','Nadjat','---',NULL,21000.00,0.00,0.00,21000.00,0.00,21000.00,0,21000.00,0.00,'cash','paid','completed',NULL,7,3,'2026-04-18 20:19:03','2026-03-03 10:38:38','2026-03-03 10:38:38'),
(654,'HIL-0649','market',NULL,NULL,NULL,20000.00,0.00,0.00,20000.00,0.00,20000.00,0,20000.00,0.00,'cash','paid','completed',NULL,7,NULL,'2026-03-03 12:21:15','2026-03-03 12:21:15','2026-03-03 12:21:15'),
(655,'HIL-0650','market','Mahasin','---',NULL,172000.00,0.00,0.00,172000.00,0.00,172000.00,0,172000.00,0.00,'cash','paid','completed',NULL,7,3,'2026-04-18 20:19:03','2026-03-03 12:46:12','2026-03-03 12:46:12'),
(656,'HIL-0651','market',NULL,NULL,NULL,20000.00,0.00,0.00,20000.00,0.00,20000.00,0,20000.00,0.00,'cash','paid','completed',NULL,7,NULL,'2026-03-04 07:04:51','2026-03-04 07:04:51','2026-03-04 07:04:51'),
(657,'HIL-0652','market',NULL,NULL,NULL,170000.00,0.00,0.00,170000.00,0.00,170000.00,0,170000.00,0.00,'cash','paid','completed',NULL,7,NULL,'2026-03-04 07:19:09','2026-03-04 07:19:09','2026-03-04 07:19:09'),
(658,'HIL-0653','market',NULL,NULL,NULL,20000.00,0.00,0.00,20000.00,0.00,20000.00,0,20000.00,0.00,'cash','paid','completed',NULL,7,NULL,'2026-03-04 09:09:02','2026-03-04 09:09:02','2026-03-04 09:09:02'),
(659,'HIL-0654','market',NULL,NULL,NULL,28000.00,0.00,0.00,28000.00,0.00,28000.00,0,28000.00,0.00,'cash','paid','completed',NULL,7,NULL,'2026-03-04 09:17:29','2026-03-04 09:17:29','2026-03-04 09:17:29'),
(660,'HIL-0655','market','Mahasin','---',NULL,37000.00,0.00,0.00,37000.00,0.00,37000.00,0,37000.00,0.00,'cash','paid','completed',NULL,7,3,'2026-04-18 20:19:03','2026-03-04 09:29:52','2026-03-04 09:29:52'),
(661,'HIL-0656','market','Oum Anass','---',NULL,10000.00,0.00,0.00,10000.00,0.00,10000.00,0,10000.00,0.00,'cash','paid','completed',NULL,7,3,'2026-04-18 20:19:03','2026-03-04 09:43:06','2026-03-04 09:43:06'),
(662,'HIL-0657','market','Nadjat','---',NULL,74000.00,0.00,0.00,74000.00,0.00,74000.00,0,74000.00,0.00,'cash','paid','completed',NULL,7,3,'2026-04-18 20:19:03','2026-03-04 09:56:14','2026-03-04 09:56:14'),
(663,'HIL-0658','market','Salwa','---',NULL,55500.00,0.00,0.00,55500.00,0.00,55500.00,0,0.00,0.00,'cash','paid','completed',NULL,7,3,'2026-04-18 20:19:03','2026-03-04 10:16:42','2026-03-10 09:46:10'),
(664,'HIL-0659','market','Fozia','66 06 55 52',NULL,37000.00,0.00,0.00,37000.00,37000.00,0.00,1,0.00,0.00,'cash','unpaid','completed',NULL,7,20,'2026-04-18 20:19:03','2026-03-04 12:49:15','2026-03-04 12:49:15'),
(665,'HIL-0660','market','Makki','---',NULL,943500.00,0.00,0.00,943500.00,0.00,943500.00,0,943500.00,0.00,'cash','paid','completed',NULL,7,3,'2026-04-18 20:19:03','2026-03-04 13:11:01','2026-03-04 13:11:01'),
(666,'HIL-0661','market',NULL,NULL,NULL,28000.00,0.00,0.00,28000.00,0.00,28000.00,0,28000.00,0.00,'cash','paid','completed',NULL,7,NULL,'2026-03-04 13:17:00','2026-03-04 13:17:00','2026-03-04 13:17:00'),
(667,'HIL-0662','market','IBO','---',NULL,20000.00,0.00,0.00,20000.00,0.00,20000.00,0,20000.00,0.00,'cash','paid','completed',NULL,7,3,'2026-04-18 20:19:03','2026-03-05 08:55:06','2026-03-05 08:55:06'),
(668,'HIL-0663','market','Faiza','---',NULL,20000.00,0.00,0.00,20000.00,0.00,20000.00,0,20000.00,0.00,'cash','paid','completed',NULL,7,3,'2026-04-18 20:19:03','2026-03-05 08:56:00','2026-03-05 08:56:00'),
(669,'HIL-0664','market','Nural En','---',NULL,37000.00,0.00,0.00,37000.00,0.00,37000.00,0,0.00,0.00,'cash','paid','completed',NULL,7,3,'2026-04-18 20:19:03','2026-03-05 10:21:11','2026-03-07 09:15:19'),
(670,'HIL-0665','market',NULL,NULL,NULL,20000.00,0.00,0.00,20000.00,0.00,20000.00,0,20000.00,0.00,'cash','paid','completed',NULL,7,NULL,'2026-03-05 10:29:42','2026-03-05 10:29:42','2026-03-05 10:29:42'),
(671,'HIL-0666','market',NULL,NULL,NULL,74000.00,0.00,0.00,74000.00,0.00,74000.00,0,74000.00,0.00,'cash','paid','completed',NULL,7,NULL,'2026-03-05 10:44:41','2026-03-05 10:44:41','2026-03-05 10:44:41'),
(672,'HIL-0667','market','Daoud','---',NULL,40000.00,0.00,0.00,40000.00,0.00,40000.00,0,40000.00,0.00,'cash','paid','completed',NULL,7,3,'2026-04-18 20:19:03','2026-03-05 11:05:35','2026-03-05 11:05:35'),
(673,'HIL-0668','market',NULL,NULL,NULL,40000.00,0.00,0.00,40000.00,0.00,40000.00,0,40000.00,0.00,'cash','paid','completed',NULL,7,NULL,'2026-03-05 11:37:35','2026-03-05 11:37:35','2026-03-05 11:37:35'),
(674,'HIL-0669','market',NULL,NULL,NULL,20000.00,0.00,0.00,20000.00,0.00,20000.00,0,20000.00,0.00,'cash','paid','completed',NULL,7,NULL,'2026-03-05 11:41:36','2026-03-05 11:41:36','2026-03-05 11:41:36'),
(675,'HIL-0670','market','Mahasin','---',NULL,84000.00,0.00,0.00,84000.00,0.00,84000.00,0,84000.00,0.00,'cash','paid','completed',NULL,7,3,'2026-04-18 20:19:03','2026-03-05 12:17:09','2026-03-05 12:17:09'),
(676,'HIL-0671','market','Imam','---',NULL,370000.00,0.00,0.00,370000.00,0.00,370000.00,0,370000.00,0.00,'cash','paid','completed',NULL,7,3,'2026-04-18 20:19:03','2026-03-05 12:25:39','2026-03-05 12:25:39'),
(677,'HIL-0672','market','Fatime Abdelrahim','---',NULL,40000.00,0.00,0.00,40000.00,0.00,40000.00,0,30000.00,0.00,'cash','paid','completed',NULL,7,3,'2026-04-18 20:19:03','2026-03-05 12:39:19','2026-04-07 08:07:02'),
(678,'HIL-0673','market','Hamida','---',NULL,55500.00,0.00,0.00,55500.00,0.00,55500.00,0,0.00,0.00,'cash','paid','completed',NULL,7,3,'2026-04-18 20:19:03','2026-03-06 07:54:29','2026-03-12 08:21:09'),
(679,'HIL-0674','market',NULL,NULL,NULL,20000.00,0.00,0.00,20000.00,0.00,20000.00,0,20000.00,0.00,'cash','paid','completed',NULL,7,NULL,'2026-03-06 07:54:52','2026-03-06 07:54:52','2026-03-06 07:54:52'),
(680,'HIL-0675','market','Faiza','---',NULL,20000.00,0.00,0.00,20000.00,0.00,20000.00,0,20000.00,0.00,'cash','paid','completed',NULL,7,3,'2026-04-18 20:19:03','2026-03-06 09:24:42','2026-03-06 09:24:42'),
(681,'HIL-0676','market',NULL,NULL,NULL,22000.00,0.00,0.00,22000.00,0.00,22000.00,0,22000.00,0.00,'cash','paid','completed',NULL,7,NULL,'2026-03-06 09:53:48','2026-03-06 09:53:48','2026-03-06 09:53:48'),
(682,'HIL-0677','market','Nural En','---',NULL,55500.00,0.00,0.00,55500.00,0.00,55500.00,0,0.00,0.00,'cash','paid','completed',NULL,7,3,'2026-04-18 20:19:03','2026-03-06 10:37:26','2026-03-07 09:15:31'),
(683,'HIL-0678','market','Nural En','---',NULL,18500.00,0.00,0.00,18500.00,0.00,18500.00,0,0.00,0.00,'cash','paid','completed',NULL,7,3,'2026-04-18 20:19:03','2026-03-06 11:10:11','2026-03-07 09:15:41'),
(684,'HIL-0679','market','Algoni','---',NULL,20000.00,0.00,0.00,20000.00,0.00,20000.00,0,20000.00,0.00,'cash','paid','completed',NULL,7,3,'2026-04-18 20:19:03','2026-03-06 11:36:15','2026-03-06 11:36:15'),
(685,'HIL-0680','market','Nadjat','---',NULL,37000.00,0.00,0.00,37000.00,0.00,37000.00,0,0.00,0.00,'cash','paid','completed',NULL,7,3,'2026-04-18 20:19:03','2026-03-06 11:55:27','2026-03-06 12:10:49'),
(686,'HIL-0681','market',NULL,NULL,NULL,20000.00,0.00,0.00,20000.00,0.00,20000.00,0,20000.00,0.00,'cash','paid','completed',NULL,7,NULL,'2026-03-07 06:26:13','2026-03-07 06:26:13','2026-03-07 06:26:13'),
(687,'HIL-0682','market','Taha Hissen','---',NULL,60000.00,0.00,0.00,60000.00,0.00,60000.00,0,60000.00,0.00,'cash','paid','completed',NULL,7,3,'2026-04-18 20:19:03','2026-03-07 06:27:01','2026-03-07 06:27:01'),
(688,'HIL-0683','market','Ressila ley image🤣','---',NULL,222000.00,0.00,0.00,222000.00,0.00,222000.00,0,222000.00,0.00,'cash','paid','completed',NULL,7,3,'2026-04-18 20:19:03','2026-03-07 06:29:59','2026-03-07 06:29:59'),
(689,'HIL-0684','market','Wal General','---',NULL,460000.00,0.00,0.00,460000.00,0.00,460000.00,0,460000.00,0.00,'cash','paid','completed',NULL,7,3,'2026-04-18 20:19:03','2026-03-07 06:58:22','2026-03-07 06:58:22'),
(690,'HIL-0685','market','Ressila Ley Image','---',NULL,120000.00,0.00,0.00,120000.00,0.00,120000.00,0,120000.00,0.00,'cash','paid','completed',NULL,7,3,'2026-04-18 20:19:03','2026-03-07 06:58:44','2026-03-07 06:58:44'),
(691,'HIL-0686','market','Mahasin','---',NULL,240000.00,0.00,0.00,240000.00,0.00,240000.00,0,240000.00,0.00,'cash','refunded','cancelled','\n\nCancelled: Sale return',7,3,'2026-04-18 20:19:03','2026-03-07 06:59:59','2026-03-11 08:23:01'),
(692,'HIL-0687','market',NULL,NULL,NULL,10000.00,0.00,0.00,10000.00,0.00,10000.00,0,10000.00,0.00,'cash','paid','completed',NULL,7,NULL,'2026-03-07 07:00:15','2026-03-07 07:00:15','2026-03-07 07:00:15'),
(693,'HIL-0688','market',NULL,NULL,NULL,10000.00,0.00,0.00,10000.00,0.00,10000.00,0,10000.00,0.00,'cash','paid','completed',NULL,7,NULL,'2026-03-07 07:06:31','2026-03-07 07:06:31','2026-03-07 07:06:31'),
(694,'HIL-0689','market','Nadjat','---',NULL,92500.00,0.00,0.00,92500.00,0.00,92500.00,0,92500.00,0.00,'cash','paid','completed',NULL,7,3,'2026-04-18 20:19:03','2026-03-07 07:35:25','2026-03-07 07:35:25'),
(695,'HIL-0690','market','Issakha','---',NULL,7000.00,0.00,0.00,7000.00,0.00,7000.00,0,7000.00,0.00,'cash','paid','completed',NULL,7,3,'2026-04-18 20:19:03','2026-03-07 07:50:53','2026-03-07 07:50:53'),
(696,'HIL-0691','market',NULL,NULL,NULL,20000.00,0.00,0.00,20000.00,0.00,20000.00,0,20000.00,0.00,'cash','paid','completed',NULL,7,NULL,'2026-03-07 08:45:37','2026-03-07 08:45:37','2026-03-07 08:45:37'),
(697,'HIL-0692','market','Issakha','---',NULL,20000.00,0.00,0.00,20000.00,0.00,20000.00,0,20000.00,0.00,'cash','paid','completed',NULL,7,3,'2026-04-18 20:19:03','2026-03-07 09:02:47','2026-03-07 09:02:47'),
(698,'HIL-0693','market','Nural En','---',NULL,18500.00,0.00,0.00,18500.00,0.00,18500.00,0,18500.00,0.00,'cash','paid','completed',NULL,7,3,'2026-04-18 20:19:03','2026-03-07 09:16:14','2026-03-07 09:16:14'),
(699,'HIL-0694','market','Nadjat','---',NULL,48500.00,0.00,0.00,48500.00,0.00,48500.00,0,0.00,0.00,'cash','paid','completed',NULL,7,3,'2026-04-18 20:19:03','2026-03-07 10:03:19','2026-03-12 11:07:46'),
(700,'HIL-0695','market',NULL,NULL,NULL,30000.00,0.00,0.00,30000.00,0.00,30000.00,0,30000.00,0.00,'cash','paid','completed',NULL,7,NULL,'2026-03-07 11:09:40','2026-03-07 11:09:40','2026-03-07 11:09:40'),
(701,'HIL-0696','market',NULL,NULL,NULL,20000.00,0.00,0.00,20000.00,0.00,20000.00,0,20000.00,0.00,'cash','paid','completed',NULL,7,NULL,'2026-03-07 11:34:10','2026-03-07 11:34:10','2026-03-07 11:34:10'),
(702,'HIL-0697','market',NULL,NULL,NULL,20000.00,0.00,0.00,20000.00,0.00,20000.00,0,20000.00,0.00,'cash','paid','completed',NULL,7,NULL,'2026-03-07 12:46:15','2026-03-07 12:46:15','2026-03-07 12:46:15'),
(703,'HIL-0698','market',NULL,NULL,NULL,14000.00,0.00,0.00,14000.00,0.00,14000.00,0,14000.00,0.00,'cash','paid','completed',NULL,7,NULL,'2026-03-07 13:18:50','2026-03-07 13:18:50','2026-03-07 13:18:50'),
(704,'HIL-0699','market',NULL,NULL,NULL,425500.00,0.00,0.00,425500.00,0.00,425500.00,0,425500.00,0.00,'cash','paid','completed',NULL,7,NULL,'2026-03-08 16:04:44','2026-03-08 16:04:44','2026-03-08 16:04:44'),
(705,'HIL-0700','market',NULL,NULL,NULL,259000.00,0.00,0.00,259000.00,0.00,259000.00,0,259000.00,0.00,'cash','paid','completed',NULL,7,NULL,'2026-03-08 18:25:04','2026-03-08 18:25:04','2026-03-08 18:25:04'),
(706,'HIL-0701','market','Sold','---',NULL,185000.00,0.00,0.00,185000.00,0.00,185000.00,0,185000.00,0.00,'cash','paid','completed',NULL,7,3,'2026-04-18 20:19:03','2026-03-09 05:36:44','2026-03-09 05:36:44'),
(707,'HIL-0702','market','Sold','---',NULL,330000.00,0.00,0.00,330000.00,0.00,330000.00,0,330000.00,0.00,'cash','paid','completed',NULL,7,3,'2026-04-18 20:19:03','2026-03-09 05:38:19','2026-03-09 05:38:19'),
(708,'HIL-0703','market','Sold','---',NULL,166500.00,0.00,0.00,166500.00,0.00,166500.00,0,166500.00,0.00,'cash','paid','completed',NULL,7,3,'2026-04-18 20:19:03','2026-03-09 05:39:53','2026-03-09 05:39:53'),
(709,'HIL-0704','market','Sold','---',NULL,1350500.00,0.00,0.00,1350500.00,0.00,1350500.00,0,1350500.00,0.00,'cash','paid','completed',NULL,7,3,'2026-04-18 20:19:03','2026-03-09 05:54:06','2026-03-09 05:54:06'),
(710,'HIL-0705','market','IDRISS DJABIR','0545 352 38 76',NULL,666000.00,0.00,0.00,666000.00,666000.00,0.00,1,0.00,0.00,'cash','unpaid','completed',NULL,4,8,'2026-04-18 20:19:03','2026-03-09 05:54:40','2026-03-09 05:54:40'),
(711,'HIL-0706','market','Sold','---',NULL,55500.00,0.00,0.00,55500.00,0.00,55500.00,0,55500.00,0.00,'cash','paid','completed',NULL,7,3,'2026-04-18 20:19:03','2026-03-09 05:57:23','2026-03-09 05:57:23'),
(712,'HIL-0707','market',NULL,NULL,NULL,40000.00,0.00,0.00,40000.00,0.00,40000.00,0,40000.00,0.00,'cash','paid','completed',NULL,7,NULL,'2026-03-09 07:29:16','2026-03-09 07:29:16','2026-03-09 07:29:16'),
(713,'HIL-0708','market',NULL,NULL,NULL,20000.00,0.00,0.00,20000.00,0.00,20000.00,0,20000.00,0.00,'cash','refunded','cancelled','\n\nCancelled: Sale return',7,NULL,'2026-03-09 10:46:30','2026-03-09 07:29:31','2026-03-09 07:46:30'),
(714,'HIL-0709','market','Aht abakar aht','-',NULL,10000.00,0.00,0.00,10000.00,0.00,10000.00,0,10000.00,0.00,'cash','paid','completed',NULL,7,2,'2026-04-18 20:19:02','2026-03-09 07:30:05','2026-03-09 07:30:05'),
(715,'HIL-0710','market',NULL,NULL,NULL,53000.00,0.00,0.00,53000.00,0.00,53000.00,0,53000.00,0.00,'cash','paid','completed',NULL,7,NULL,'2026-03-09 07:34:02','2026-03-09 07:34:02','2026-03-09 07:34:02'),
(716,'HIL-0711','market','Issakha','---',NULL,20000.00,0.00,0.00,20000.00,0.00,20000.00,0,20000.00,0.00,'cash','paid','completed',NULL,7,3,'2026-04-18 20:19:03','2026-03-09 07:36:54','2026-03-09 07:36:54'),
(717,'HIL-0712','market',NULL,NULL,NULL,20000.00,0.00,0.00,20000.00,0.00,20000.00,0,20000.00,0.00,'cash','paid','completed',NULL,7,NULL,'2026-03-09 07:39:25','2026-03-09 07:39:25','2026-03-09 07:39:25'),
(718,'HIL-0713','market',NULL,NULL,NULL,20000.00,0.00,0.00,20000.00,0.00,20000.00,0,20000.00,0.00,'cash','paid','completed',NULL,7,NULL,'2026-03-09 07:46:47','2026-03-09 07:46:47','2026-03-09 07:46:47'),
(719,'HIL-0714','market','Bachar','---',NULL,20000.00,0.00,0.00,20000.00,0.00,20000.00,0,0.00,0.00,'cash','paid','completed',NULL,7,3,'2026-04-18 20:19:03','2026-03-09 08:09:08','2026-03-30 12:16:48'),
(720,'HIL-0715','market','Ibo','---',NULL,20000.00,0.00,0.00,20000.00,0.00,20000.00,0,20000.00,0.00,'cash','paid','completed',NULL,7,3,'2026-04-18 20:19:03','2026-03-09 08:30:03','2026-03-09 08:30:03'),
(721,'HIL-0716','market',NULL,NULL,NULL,10000.00,0.00,0.00,10000.00,0.00,10000.00,0,10000.00,0.00,'cash','paid','completed',NULL,7,NULL,'2026-03-09 08:54:09','2026-03-09 08:54:09','2026-03-09 08:54:09'),
(722,'HIL-0717','market','Aicha','---',NULL,70000.00,0.00,0.00,70000.00,0.00,70000.00,0,70000.00,0.00,'cash','refunded','cancelled','\n\nCancelled: Sale return',7,3,'2026-04-18 20:19:03','2026-03-09 09:14:16','2026-03-11 12:15:45'),
(723,'HIL-0718','market',NULL,NULL,NULL,20000.00,0.00,0.00,20000.00,0.00,20000.00,0,20000.00,0.00,'cash','paid','completed',NULL,7,NULL,'2026-03-09 09:32:53','2026-03-09 09:32:53','2026-03-09 09:32:53'),
(724,'HIL-0719','market','Madiri','---',NULL,40000.00,0.00,0.00,40000.00,0.00,40000.00,0,40000.00,0.00,'cash','paid','completed',NULL,7,3,'2026-04-18 20:19:03','2026-03-09 09:45:17','2026-03-09 09:45:17'),
(725,'HIL-0720','market',NULL,NULL,NULL,20000.00,0.00,0.00,20000.00,0.00,20000.00,0,20000.00,0.00,'cash','paid','completed',NULL,7,NULL,'2026-03-09 10:03:07','2026-03-09 10:03:07','2026-03-09 10:03:07'),
(726,'HIL-0721','market','Birre','---',NULL,10000.00,0.00,0.00,10000.00,0.00,10000.00,0,10000.00,0.00,'cash','paid','completed',NULL,7,3,'2026-04-18 20:19:03','2026-03-09 10:24:57','2026-03-09 10:24:57'),
(727,'HIL-0722','market',NULL,NULL,NULL,10000.00,0.00,0.00,10000.00,0.00,10000.00,0,10000.00,0.00,'cash','paid','completed',NULL,7,NULL,'2026-03-09 10:25:52','2026-03-09 10:25:52','2026-03-09 10:25:52'),
(728,'HIL-0723','market','Ali ibni Ali','---',NULL,278500.00,0.00,0.00,278500.00,0.00,278500.00,0,0.00,0.00,'cash','paid','completed',NULL,7,3,'2026-04-18 20:19:03','2026-03-09 10:48:42','2026-03-09 12:50:41'),
(729,'HIL-0724','market',NULL,NULL,NULL,20000.00,0.00,0.00,20000.00,0.00,20000.00,0,20000.00,0.00,'cash','paid','completed',NULL,7,NULL,'2026-03-09 12:26:27','2026-03-09 12:26:27','2026-03-09 12:26:27'),
(730,'HIL-0725','market','Mahasin','---',NULL,20000.00,0.00,0.00,20000.00,0.00,20000.00,0,20000.00,0.00,'cash','paid','completed',NULL,7,3,'2026-04-18 20:19:03','2026-03-09 12:26:57','2026-03-09 12:26:57'),
(731,'HIL-0726','market','Houdey','---',NULL,30000.00,0.00,0.00,30000.00,0.00,30000.00,0,30000.00,0.00,'cash','paid','completed',NULL,7,3,'2026-04-18 20:19:03','2026-03-09 12:35:25','2026-03-09 12:35:25'),
(732,'HIL-0727','market',NULL,NULL,NULL,20000.00,0.00,0.00,20000.00,0.00,20000.00,0,20000.00,0.00,'cash','paid','completed',NULL,7,NULL,'2026-03-09 12:41:14','2026-03-09 12:41:14','2026-03-09 12:41:14'),
(733,'HIL-0728','market','Issakha','---',NULL,20000.00,0.00,0.00,20000.00,0.00,20000.00,0,0.00,0.00,'cash','paid','completed',NULL,7,3,'2026-04-18 20:19:03','2026-03-09 12:50:20','2026-03-11 08:51:18'),
(734,'HIL-0729','market',NULL,NULL,NULL,20000.00,0.00,0.00,20000.00,0.00,20000.00,0,20000.00,0.00,'cash','paid','completed',NULL,7,NULL,'2026-03-09 13:18:38','2026-03-09 13:18:38','2026-03-09 13:18:38'),
(735,'HIL-0730','market',NULL,NULL,NULL,129500.00,0.00,0.00,129500.00,0.00,129500.00,0,129500.00,0.00,'cash','paid','completed',NULL,7,NULL,'2026-03-09 13:26:21','2026-03-09 13:26:21','2026-03-09 13:26:21'),
(736,'HIL-0731','market',NULL,NULL,NULL,30000.00,0.00,0.00,30000.00,0.00,30000.00,0,30000.00,0.00,'cash','paid','completed',NULL,7,NULL,'2026-03-09 13:31:20','2026-03-09 13:31:20','2026-03-09 13:31:20'),
(737,'HIL-0732','market',NULL,NULL,NULL,100000.00,0.00,0.00,100000.00,0.00,100000.00,0,100000.00,0.00,'cash','paid','completed',NULL,7,NULL,'2026-03-09 13:45:33','2026-03-09 13:45:33','2026-03-09 13:45:33'),
(738,'HIL-0733','market',NULL,NULL,NULL,20000.00,0.00,0.00,20000.00,0.00,20000.00,0,20000.00,0.00,'cash','paid','completed',NULL,7,NULL,'2026-03-10 06:09:30','2026-03-10 06:09:30','2026-03-10 06:09:30'),
(739,'HIL-0734','market',NULL,NULL,NULL,20000.00,0.00,0.00,20000.00,0.00,20000.00,0,20000.00,0.00,'cash','paid','completed',NULL,7,NULL,'2026-03-10 06:09:55','2026-03-10 06:09:55','2026-03-10 06:09:55'),
(740,'HIL-0735','market','General','---',NULL,30000.00,0.00,0.00,30000.00,0.00,30000.00,0,30000.00,0.00,'cash','paid','completed',NULL,7,3,'2026-04-18 20:19:03','2026-03-10 06:27:36','2026-03-10 06:27:36'),
(741,'HIL-0736','market','Malloum','---',NULL,30000.00,0.00,0.00,30000.00,0.00,30000.00,0,30000.00,0.00,'cash','paid','completed',NULL,7,3,'2026-04-18 20:19:03','2026-03-10 06:30:34','2026-03-10 06:30:34'),
(742,'HIL-0737','market','Mahasin','---',NULL,60000.00,0.00,0.00,60000.00,0.00,60000.00,0,60000.00,0.00,'cash','paid','completed',NULL,7,3,'2026-04-18 20:19:03','2026-03-10 06:42:55','2026-03-10 06:42:55'),
(743,'HIL-0738','market','Esker','---',NULL,20000.00,0.00,0.00,20000.00,0.00,20000.00,0,20000.00,0.00,'cash','refunded','cancelled','\n\nCancelled: Sale return',7,3,'2026-04-18 20:19:03','2026-03-10 06:44:16','2026-03-10 08:27:13'),
(744,'HIL-0739','market',NULL,NULL,NULL,10000.00,0.00,0.00,10000.00,0.00,10000.00,0,10000.00,0.00,'cash','paid','completed',NULL,7,NULL,'2026-03-10 07:04:53','2026-03-10 07:04:53','2026-03-10 07:04:53'),
(745,'HIL-0740','market',NULL,NULL,NULL,10000.00,0.00,0.00,10000.00,0.00,10000.00,0,10000.00,0.00,'cash','paid','completed',NULL,7,NULL,'2026-03-10 08:26:58','2026-03-10 08:26:58','2026-03-10 08:26:58'),
(746,'HIL-0741','market','Esker','---',NULL,20000.00,0.00,0.00,20000.00,0.00,20000.00,0,20000.00,0.00,'cash','paid','completed',NULL,7,3,'2026-04-18 20:19:03','2026-03-10 08:27:38','2026-03-10 08:27:38'),
(747,'HIL-0742','market','Mon Guera','---',NULL,180000.00,0.00,0.00,180000.00,0.00,180000.00,0,180000.00,0.00,'cash','paid','completed',NULL,7,3,'2026-04-18 20:19:03','2026-03-10 08:36:04','2026-03-10 08:36:04'),
(748,'HIL-0743','market','Client de saoudi','2',NULL,20000.00,0.00,0.00,20000.00,0.00,20000.00,0,20000.00,0.00,'cash','paid','completed',NULL,7,9,'2026-04-18 20:19:03','2026-03-10 09:17:53','2026-03-10 09:17:53'),
(749,'HIL-0744','market','Nural En','---',NULL,30000.00,0.00,0.00,30000.00,30000.00,0.00,1,0.00,0.00,'cash','refunded','cancelled','\n\nCancelled: Sale return',7,3,'2026-04-18 20:19:03','2026-03-10 09:18:17','2026-03-14 09:34:12'),
(750,'HIL-0745','market','Abdelkerim','---',NULL,240000.00,0.00,0.00,240000.00,0.00,240000.00,0,0.00,0.00,'cash','paid','completed',NULL,7,3,'2026-04-18 20:19:03','2026-03-10 09:18:39','2026-04-18 10:16:39'),
(751,'HIL-0746','market','Badaraddine','---',NULL,30000.00,0.00,0.00,30000.00,0.00,30000.00,0,30000.00,0.00,'cash','paid','completed',NULL,7,3,'2026-04-18 20:19:03','2026-03-10 09:26:35','2026-03-10 09:26:35'),
(752,'HIL-0747','market',NULL,NULL,NULL,30000.00,0.00,0.00,30000.00,0.00,30000.00,0,30000.00,0.00,'cash','paid','completed',NULL,7,NULL,'2026-03-10 09:45:38','2026-03-10 09:45:38','2026-03-10 09:45:38'),
(753,'HIL-0748','market','Fatime Abdelrahim','---',NULL,40000.00,0.00,0.00,40000.00,40000.00,0.00,1,0.00,0.00,'cash','unpaid','completed',NULL,7,3,'2026-04-18 20:19:03','2026-03-10 10:25:36','2026-03-10 10:25:36'),
(754,'HIL-0749','market',NULL,NULL,NULL,20000.00,0.00,0.00,20000.00,0.00,20000.00,0,20000.00,0.00,'cash','paid','completed',NULL,7,NULL,'2026-03-10 10:38:12','2026-03-10 10:38:12','2026-03-10 10:38:12'),
(755,'HIL-0750','market',NULL,NULL,NULL,20000.00,0.00,0.00,20000.00,0.00,20000.00,0,20000.00,0.00,'cash','paid','completed',NULL,7,NULL,'2026-03-10 11:03:24','2026-03-10 11:03:24','2026-03-10 11:03:24'),
(756,'HIL-0751','market','Makki','---',NULL,720000.00,0.00,0.00,720000.00,0.00,720000.00,0,720000.00,0.00,'cash','paid','completed',NULL,7,3,'2026-04-18 20:19:03','2026-03-10 11:15:09','2026-03-10 11:15:09'),
(757,'HIL-0752','market',NULL,NULL,NULL,40000.00,0.00,0.00,40000.00,0.00,40000.00,0,40000.00,0.00,'cash','paid','completed',NULL,7,NULL,'2026-03-10 11:28:30','2026-03-10 11:28:30','2026-03-10 11:28:30'),
(758,'HIL-0753','market',NULL,NULL,NULL,20000.00,0.00,0.00,20000.00,0.00,20000.00,0,20000.00,0.00,'cash','paid','completed',NULL,7,NULL,'2026-03-10 11:54:39','2026-03-10 11:54:39','2026-03-10 11:54:39'),
(759,'HIL-0754','market','Taha Hissen','---',NULL,10000.00,0.00,0.00,10000.00,0.00,10000.00,0,10000.00,0.00,'cash','paid','completed',NULL,7,3,'2026-04-18 20:19:03','2026-03-10 12:35:23','2026-03-10 12:35:23'),
(760,'HIL-0755','market','Aamir','---',NULL,166500.00,0.00,0.00,166500.00,0.00,166500.00,0,166500.00,0.00,'cash','paid','completed',NULL,7,3,'2026-04-18 20:19:02','2026-03-10 12:47:36','2026-03-10 12:47:36'),
(761,'HIL-0756','market',NULL,NULL,NULL,210000.00,0.00,0.00,210000.00,0.00,210000.00,0,210000.00,0.00,'cash','paid','completed',NULL,7,NULL,'2026-03-10 13:21:46','2026-03-10 13:21:46','2026-03-10 13:21:46'),
(762,'HIL-0757','market',NULL,NULL,NULL,60000.00,0.00,0.00,60000.00,0.00,60000.00,0,60000.00,0.00,'cash','paid','completed',NULL,7,NULL,'2026-03-10 13:30:08','2026-03-10 13:30:08','2026-03-10 13:30:08'),
(763,'HIL-0758','market',NULL,NULL,NULL,20000.00,0.00,0.00,20000.00,0.00,20000.00,0,20000.00,0.00,'cash','paid','completed',NULL,7,NULL,'2026-03-11 06:16:19','2026-03-11 06:16:19','2026-03-11 06:16:19'),
(764,'HIL-0759','market','Abdelkerim','---',NULL,50000.00,0.00,0.00,50000.00,0.00,50000.00,0,50000.00,0.00,'cash','paid','completed',NULL,7,3,'2026-04-18 20:19:03','2026-03-11 07:45:12','2026-03-11 07:45:12'),
(765,'HIL-0760','market',NULL,NULL,NULL,50000.00,0.00,0.00,50000.00,0.00,50000.00,0,50000.00,0.00,'cash','paid','completed',NULL,7,NULL,'2026-03-11 07:46:43','2026-03-11 07:46:43','2026-03-11 07:46:43'),
(766,'HIL-0761','market',NULL,NULL,NULL,10000.00,0.00,0.00,10000.00,0.00,10000.00,0,10000.00,0.00,'cash','paid','completed',NULL,7,NULL,'2026-03-11 07:58:02','2026-03-11 07:58:02','2026-03-11 07:58:02'),
(767,'HIL-0762','market','Mahasin','---',NULL,150000.00,0.00,0.00,150000.00,0.00,150000.00,0,150000.00,0.00,'cash','paid','completed',NULL,7,3,'2026-04-18 20:19:03','2026-03-11 08:23:27','2026-03-11 08:23:27'),
(768,'HIL-0763','market','Saloussa','---',NULL,7000.00,0.00,0.00,7000.00,0.00,7000.00,0,7000.00,0.00,'cash','paid','completed',NULL,7,3,'2026-04-18 20:19:03','2026-03-11 08:36:02','2026-03-11 08:36:02'),
(769,'HIL-0764','market',NULL,NULL,NULL,65000.00,0.00,0.00,65000.00,0.00,65000.00,0,65000.00,0.00,'cash','paid','completed',NULL,7,NULL,'2026-03-11 09:56:01','2026-03-11 09:56:01','2026-03-11 09:56:01'),
(770,'HIL-0765','market','Malloum','---',NULL,156000.00,0.00,0.00,156000.00,0.00,156000.00,0,156000.00,0.00,'cash','refunded','cancelled','\n\nCancelled: Error correction',7,3,'2026-04-18 20:19:03','2026-03-11 10:03:07','2026-03-11 10:16:08'),
(771,'HIL-0766','market','Malloum','---',NULL,219000.00,0.00,0.00,219000.00,0.00,219000.00,0,219000.00,0.00,'cash','paid','completed',NULL,7,3,'2026-04-18 20:19:03','2026-03-11 10:17:07','2026-03-11 10:17:07'),
(772,'HIL-0767','market',NULL,NULL,NULL,362500.00,0.00,0.00,362500.00,0.00,362500.00,0,362500.00,0.00,'cash','paid','completed',NULL,7,NULL,'2026-03-11 10:44:20','2026-03-11 10:44:20','2026-03-11 10:44:20'),
(773,'HIL-0768','market','Aicha','---',NULL,30000.00,0.00,0.00,30000.00,0.00,30000.00,0,30000.00,0.00,'cash','paid','completed',NULL,7,3,'2026-04-18 20:19:03','2026-03-11 12:16:04','2026-03-11 12:16:04'),
(774,'HIL-0769','market',NULL,NULL,NULL,61500.00,0.00,0.00,61500.00,0.00,61500.00,0,61500.00,0.00,'cash','paid','completed',NULL,7,NULL,'2026-03-12 05:53:20','2026-03-12 05:53:20','2026-03-12 05:53:20'),
(775,'HIL-0770','market',NULL,NULL,NULL,10000.00,0.00,0.00,10000.00,0.00,10000.00,0,10000.00,0.00,'cash','paid','completed',NULL,7,NULL,'2026-03-12 06:10:58','2026-03-12 06:10:58','2026-03-12 06:10:58'),
(776,'HIL-0771','market','Bololo','---',NULL,185000.00,0.00,0.00,185000.00,0.00,185000.00,0,185000.00,0.00,'cash','paid','completed',NULL,7,3,'2026-04-18 20:19:03','2026-03-12 06:23:54','2026-03-12 06:23:54'),
(777,'HIL-0772','market','IBO','---',NULL,75500.00,0.00,0.00,75500.00,0.00,75500.00,0,75500.00,0.00,'cash','paid','completed',NULL,7,3,'2026-04-18 20:19:03','2026-03-12 08:15:50','2026-03-12 08:15:50'),
(778,'HIL-0773','market','Hamida','---',NULL,162500.00,0.00,0.00,162500.00,62500.00,100000.00,1,0.00,0.00,'cash','partial','completed',NULL,7,3,'2026-04-18 20:19:03','2026-03-12 08:25:08','2026-03-17 10:35:20'),
(779,'HIL-0774','market','Taha','---',NULL,20000.00,0.00,0.00,20000.00,0.00,20000.00,0,20000.00,0.00,'cash','paid','completed',NULL,7,3,'2026-04-18 20:19:03','2026-03-12 08:25:52','2026-03-12 08:25:52'),
(780,'HIL-0775','market','Bra\'s Brother','---',NULL,314500.00,0.00,0.00,314500.00,0.00,314500.00,0,314500.00,0.00,'cash','paid','completed',NULL,7,3,'2026-04-18 20:19:03','2026-03-12 08:58:39','2026-03-12 08:58:39'),
(781,'HIL-0776','market','Bra\'s Brother','---',NULL,18500.00,0.00,0.00,18500.00,0.00,18500.00,0,18500.00,0.00,'cash','paid','completed',NULL,7,3,'2026-04-18 20:19:03','2026-03-12 09:01:16','2026-03-12 09:01:16'),
(782,'HIL-0777','market','Bra\'s Brother','---',NULL,18500.00,0.00,0.00,18500.00,0.00,18500.00,0,18500.00,0.00,'cash','paid','completed',NULL,7,3,'2026-04-18 20:19:03','2026-03-12 09:01:52','2026-03-12 09:01:52'),
(783,'HIL-0778','market','Bra\'s Brother','---',NULL,250000.00,0.00,0.00,250000.00,0.00,250000.00,0,250000.00,0.00,'cash','paid','completed',NULL,7,3,'2026-04-18 20:19:03','2026-03-12 09:38:07','2026-03-12 09:38:07'),
(784,'HIL-0779','market','Madiri','---',NULL,20000.00,0.00,0.00,20000.00,0.00,20000.00,0,20000.00,0.00,'cash','paid','completed',NULL,7,3,'2026-04-18 20:19:03','2026-03-12 09:38:29','2026-03-12 09:38:29'),
(785,'HIL-0780','market','Taha','---',NULL,20000.00,0.00,0.00,20000.00,0.00,20000.00,0,20000.00,0.00,'cash','paid','completed',NULL,7,3,'2026-04-18 20:19:03','2026-03-12 09:39:09','2026-03-12 09:39:09'),
(786,'HIL-0781','market','Alhadj Madiri','---',NULL,7000.00,0.00,0.00,7000.00,0.00,7000.00,0,7000.00,0.00,'cash','paid','completed',NULL,7,3,'2026-04-18 20:19:03','2026-03-12 09:48:35','2026-03-12 09:48:35'),
(787,'HIL-0782','market',NULL,NULL,NULL,30000.00,0.00,0.00,30000.00,0.00,30000.00,0,30000.00,0.00,'cash','paid','completed',NULL,7,NULL,'2026-03-12 11:00:30','2026-03-12 11:00:30','2026-03-12 11:00:30'),
(788,'HIL-0783','market','Nadjat','---',NULL,17000.00,0.00,0.00,17000.00,0.00,17000.00,0,17000.00,0.00,'cash','paid','completed',NULL,7,3,'2026-04-18 20:19:03','2026-03-12 11:08:59','2026-03-12 11:08:59'),
(789,'HIL-0784','market',NULL,NULL,NULL,30000.00,0.00,0.00,30000.00,0.00,30000.00,0,30000.00,0.00,'cash','paid','completed',NULL,7,NULL,'2026-03-12 12:33:59','2026-03-12 12:33:59','2026-03-12 12:33:59'),
(790,'HIL-0785','market','Malloum','---',NULL,50000.00,0.00,0.00,50000.00,0.00,50000.00,0,50000.00,0.00,'cash','paid','completed',NULL,7,3,'2026-04-18 20:19:03','2026-03-12 15:16:04','2026-03-12 15:16:04'),
(791,'HIL-0786','market',NULL,NULL,NULL,60000.00,0.00,0.00,60000.00,0.00,60000.00,0,60000.00,0.00,'cash','paid','completed',NULL,7,NULL,'2026-03-12 15:17:05','2026-03-12 15:17:05','2026-03-12 15:17:05'),
(792,'HIL-0787','market','Saloussa','----',NULL,14000.00,0.00,0.00,14000.00,0.00,14000.00,0,14000.00,0.00,'cash','paid','completed',NULL,7,4,'2026-04-18 20:19:03','2026-03-13 05:40:45','2026-03-13 05:40:45'),
(793,'HIL-0788','market',NULL,NULL,NULL,20000.00,0.00,0.00,20000.00,0.00,20000.00,0,20000.00,0.00,'cash','paid','completed',NULL,7,NULL,'2026-03-13 06:24:51','2026-03-13 06:24:51','2026-03-13 06:24:51'),
(794,'HIL-0789','market','Ousman Nassour','---',NULL,54000.00,0.00,0.00,54000.00,0.00,54000.00,0,54000.00,0.00,'cash','paid','completed',NULL,7,3,'2026-04-18 20:19:03','2026-03-13 06:50:10','2026-03-13 06:50:10'),
(795,'HIL-0790','market','Salwa','---',NULL,18500.00,0.00,0.00,18500.00,0.00,18500.00,0,18500.00,0.00,'cash','paid','completed',NULL,7,3,'2026-04-18 20:19:03','2026-03-13 07:37:42','2026-03-13 07:37:42'),
(796,'HIL-0791','market','Moukhtar','----',NULL,210000.00,0.00,0.00,210000.00,0.00,210000.00,0,0.00,0.00,'cash','paid','completed',NULL,7,4,'2026-04-18 20:19:03','2026-03-13 07:41:13','2026-04-07 05:54:06'),
(797,'HIL-0792','market',NULL,NULL,NULL,30000.00,0.00,0.00,30000.00,0.00,30000.00,0,30000.00,0.00,'cash','paid','completed',NULL,7,NULL,'2026-03-13 11:04:59','2026-03-13 11:04:59','2026-03-13 11:04:59'),
(798,'HIL-0793','market',NULL,NULL,NULL,30000.00,0.00,0.00,30000.00,0.00,30000.00,0,30000.00,0.00,'cash','paid','completed',NULL,7,NULL,'2026-03-13 12:17:51','2026-03-13 12:17:51','2026-03-13 12:17:51'),
(799,'HIL-0794','market',NULL,NULL,NULL,20000.00,0.00,0.00,20000.00,0.00,20000.00,0,20000.00,0.00,'cash','paid','completed',NULL,7,NULL,'2026-03-13 12:20:15','2026-03-13 12:20:15','2026-03-13 12:20:15'),
(800,'HIL-0795','market',NULL,NULL,NULL,20000.00,0.00,0.00,20000.00,0.00,20000.00,0,20000.00,0.00,'cash','paid','completed',NULL,7,NULL,'2026-03-13 12:44:45','2026-03-13 12:44:45','2026-03-13 12:44:45'),
(801,'HIL-0796','market',NULL,NULL,NULL,50000.00,0.00,0.00,50000.00,0.00,50000.00,0,50000.00,0.00,'cash','paid','completed',NULL,7,NULL,'2026-03-13 12:45:10','2026-03-13 12:45:10','2026-03-13 12:45:10'),
(802,'HIL-0797','market',NULL,NULL,NULL,60000.00,0.00,0.00,60000.00,0.00,60000.00,0,60000.00,0.00,'cash','paid','completed',NULL,7,NULL,'2026-03-14 06:11:20','2026-03-14 06:11:20','2026-03-14 06:11:20'),
(803,'HIL-0798','market','Bololo','---',NULL,111000.00,0.00,0.00,111000.00,0.00,111000.00,0,111000.00,0.00,'cash','paid','completed',NULL,7,3,'2026-04-18 20:19:03','2026-03-14 06:54:57','2026-03-14 06:54:57'),
(804,'HIL-0799','market','Abdallah Hamit','---',NULL,203500.00,0.00,0.00,203500.00,0.00,203500.00,0,203500.00,0.00,'cash','paid','completed',NULL,7,3,'2026-04-18 20:19:03','2026-03-14 06:56:31','2026-03-14 06:56:31'),
(805,'HIL-0800','market',NULL,NULL,NULL,35000.00,0.00,0.00,35000.00,0.00,35000.00,0,35000.00,0.00,'cash','paid','completed',NULL,7,NULL,'2026-03-14 06:58:23','2026-03-14 06:58:23','2026-03-14 06:58:23'),
(806,'HIL-0801','market','Abdallah Hamit','---',NULL,1560000.00,0.00,0.00,1560000.00,0.00,1560000.00,0,1560000.00,0.00,'cash','paid','completed',NULL,7,3,'2026-04-18 20:19:03','2026-03-14 07:36:49','2026-03-14 07:36:49'),
(807,'HIL-0802','market',NULL,NULL,NULL,20000.00,0.00,0.00,20000.00,0.00,20000.00,0,20000.00,0.00,'cash','paid','completed',NULL,7,NULL,'2026-03-14 08:06:29','2026-03-14 08:06:29','2026-03-14 08:06:29'),
(808,'HIL-0803','market','Issakha','---',NULL,20000.00,0.00,0.00,20000.00,0.00,20000.00,0,20000.00,0.00,'cash','refunded','cancelled','\n\nCancelled: Error',7,3,'2026-04-18 20:19:03','2026-03-14 08:14:16','2026-03-14 08:14:38'),
(809,'HIL-0804','market','Issakha','---',NULL,20000.00,0.00,0.00,20000.00,0.00,20000.00,0,0.00,0.00,'cash','paid','completed',NULL,7,3,'2026-04-18 20:19:03','2026-03-14 08:15:03','2026-03-16 09:15:37'),
(810,'HIL-0805','market',NULL,NULL,NULL,60000.00,0.00,0.00,60000.00,0.00,60000.00,0,60000.00,0.00,'cash','paid','completed',NULL,7,NULL,'2026-03-14 08:30:44','2026-03-14 08:30:44','2026-03-14 08:30:44'),
(811,'HIL-0806','market','Taha Hassan','---',NULL,10000.00,0.00,0.00,10000.00,0.00,10000.00,0,10000.00,0.00,'cash','paid','completed',NULL,7,3,'2026-04-18 20:19:03','2026-03-14 08:52:08','2026-03-14 08:52:08'),
(812,'HIL-0807','market','Nural En','---',NULL,10000.00,0.00,0.00,10000.00,0.00,10000.00,0,10000.00,0.00,'cash','paid','completed',NULL,7,3,'2026-04-18 20:19:03','2026-03-14 09:34:38','2026-03-14 09:34:38'),
(813,'HIL-0808','market',NULL,NULL,NULL,20000.00,0.00,0.00,20000.00,0.00,20000.00,0,20000.00,0.00,'cash','paid','completed',NULL,7,NULL,'2026-03-14 09:46:32','2026-03-14 09:46:32','2026-03-14 09:46:32'),
(814,'HIL-0809','market','Soumayya','---',NULL,269000.00,0.00,0.00,269000.00,0.00,269000.00,0,269000.00,0.00,'cash','paid','completed',NULL,7,3,'2026-04-18 20:19:03','2026-03-14 09:59:18','2026-03-14 09:59:18'),
(815,'HIL-0810','market','Ayoub','---',NULL,82500.00,0.00,0.00,82500.00,0.00,82500.00,0,82500.00,0.00,'cash','paid','completed',NULL,7,3,'2026-04-18 20:19:03','2026-03-14 10:21:23','2026-03-14 10:21:23'),
(816,'HIL-0811','market','Abdallah Hamit','---',NULL,840000.00,0.00,0.00,840000.00,0.00,840000.00,0,840000.00,0.00,'cash','paid','completed',NULL,7,3,'2026-04-18 20:19:03','2026-03-14 10:24:39','2026-03-14 10:24:39'),
(817,'HIL-0812','market',NULL,NULL,NULL,30000.00,0.00,0.00,30000.00,0.00,30000.00,0,30000.00,0.00,'cash','paid','completed',NULL,7,NULL,'2026-03-14 10:56:11','2026-03-14 10:56:11','2026-03-14 10:56:11'),
(818,'HIL-0813','market','Moundou','---',NULL,30000.00,0.00,0.00,30000.00,0.00,30000.00,0,30000.00,0.00,'cash','paid','completed',NULL,7,3,'2026-04-18 20:19:03','2026-03-14 12:26:26','2026-03-14 12:26:26'),
(819,'HIL-0814','market','Gachi','---',NULL,38500.00,0.00,0.00,38500.00,0.00,38500.00,0,38500.00,0.00,'cash','paid','completed',NULL,7,3,'2026-04-18 20:19:03','2026-03-14 12:31:54','2026-03-14 12:31:54'),
(820,'HIL-0815','market','Sale return','---',NULL,40000.00,0.00,0.00,40000.00,0.00,40000.00,0,40000.00,0.00,'cash','paid','completed',NULL,7,3,'2026-04-18 20:19:03','2026-03-14 12:32:37','2026-03-14 12:32:37'),
(821,'HIL-0816','market',NULL,NULL,NULL,30000.00,0.00,0.00,30000.00,0.00,30000.00,0,30000.00,0.00,'cash','paid','completed',NULL,7,NULL,'2026-03-14 12:56:06','2026-03-14 12:56:06','2026-03-14 12:56:06'),
(822,'HIL-0817','market','Ayoucha','---',NULL,40000.00,0.00,0.00,40000.00,0.00,40000.00,0,40000.00,0.00,'cash','paid','completed',NULL,7,3,'2026-04-18 20:19:03','2026-03-14 13:14:32','2026-03-14 13:14:32'),
(823,'HIL-0818','market','Mabrouk','---',NULL,20000.00,0.00,0.00,20000.00,0.00,20000.00,0,20000.00,0.00,'cash','refunded','cancelled','\n\nCancelled: Sale return',7,3,'2026-04-18 20:19:03','2026-03-14 13:30:05','2026-03-16 06:34:09'),
(824,'HIL-0819','market',NULL,NULL,NULL,60000.00,0.00,0.00,60000.00,0.00,60000.00,0,60000.00,0.00,'cash','paid','completed',NULL,7,NULL,'2026-03-15 07:54:12','2026-03-15 07:54:12','2026-03-15 07:54:12'),
(825,'HIL-0820','market',NULL,NULL,NULL,30000.00,0.00,0.00,30000.00,0.00,30000.00,0,30000.00,0.00,'cash','paid','completed',NULL,7,NULL,'2026-03-15 08:41:31','2026-03-15 08:41:31','2026-03-15 08:41:31'),
(826,'HIL-0821','market',NULL,NULL,NULL,20000.00,0.00,0.00,20000.00,0.00,20000.00,0,20000.00,0.00,'cash','paid','completed',NULL,7,NULL,'2026-03-15 08:42:25','2026-03-15 08:42:25','2026-03-15 08:42:25'),
(827,'HIL-0822','market','Saoudi\'s Client','---',NULL,20000.00,0.00,0.00,20000.00,0.00,20000.00,0,20000.00,0.00,'cash','paid','completed',NULL,7,3,'2026-04-18 20:19:03','2026-03-15 08:55:03','2026-03-15 08:55:03'),
(828,'HIL-0823','market',NULL,NULL,NULL,30000.00,0.00,0.00,30000.00,0.00,30000.00,0,30000.00,0.00,'cash','paid','completed',NULL,7,NULL,'2026-03-15 09:24:12','2026-03-15 09:24:12','2026-03-15 09:24:12'),
(829,'HIL-0824','market',NULL,NULL,NULL,42500.00,0.00,0.00,42500.00,0.00,42500.00,0,42500.00,0.00,'cash','paid','completed',NULL,7,NULL,'2026-03-15 09:28:03','2026-03-15 09:28:03','2026-03-15 09:28:03'),
(830,'HIL-0825','market',NULL,NULL,NULL,140000.00,0.00,0.00,140000.00,0.00,140000.00,0,140000.00,0.00,'cash','paid','completed',NULL,7,NULL,'2026-03-15 09:28:12','2026-03-15 09:28:12','2026-03-15 09:28:12'),
(831,'HIL-0826','market','FZ','---',NULL,20000.00,0.00,0.00,20000.00,0.00,20000.00,0,20000.00,0.00,'cash','paid','completed',NULL,7,3,'2026-04-18 20:19:03','2026-03-15 09:42:47','2026-03-15 09:42:47'),
(832,'HIL-0827','market',NULL,NULL,NULL,40000.00,0.00,0.00,40000.00,0.00,40000.00,0,40000.00,0.00,'cash','paid','completed',NULL,7,NULL,'2026-03-15 09:55:16','2026-03-15 09:55:16','2026-03-15 09:55:16'),
(833,'HIL-0828','market',NULL,NULL,NULL,60000.00,0.00,0.00,60000.00,0.00,60000.00,0,60000.00,0.00,'cash','paid','completed',NULL,7,NULL,'2026-03-15 10:10:25','2026-03-15 10:10:25','2026-03-15 10:10:25'),
(834,'HIL-0829','market',NULL,NULL,NULL,30000.00,0.00,0.00,30000.00,0.00,30000.00,0,30000.00,0.00,'cash','paid','completed',NULL,7,NULL,'2026-03-15 10:56:37','2026-03-15 10:56:37','2026-03-15 10:56:37'),
(835,'HIL-0830','market',NULL,NULL,NULL,20000.00,0.00,0.00,20000.00,0.00,20000.00,0,20000.00,0.00,'cash','paid','completed',NULL,7,NULL,'2026-03-15 12:05:56','2026-03-15 12:05:56','2026-03-15 12:05:56'),
(836,'HIL-0831','market','Taha','---',NULL,20000.00,0.00,0.00,20000.00,0.00,20000.00,0,20000.00,0.00,'cash','paid','completed',NULL,7,3,'2026-04-18 20:19:03','2026-03-15 12:32:01','2026-03-15 12:32:01'),
(837,'HIL-0832','market','Taha','---',NULL,20000.00,0.00,0.00,20000.00,0.00,20000.00,0,20000.00,0.00,'cash','paid','completed',NULL,7,3,'2026-04-18 20:19:03','2026-03-15 12:35:36','2026-03-15 12:35:36'),
(838,'HIL-0833','market','Taha','---',NULL,20000.00,0.00,0.00,20000.00,0.00,20000.00,0,20000.00,0.00,'cash','refunded','cancelled','\n\nCancelled: Sale return',7,3,'2026-04-18 20:19:03','2026-03-15 12:37:49','2026-03-15 12:38:15'),
(839,'HIL-0834','market','Saoudi','---',NULL,10000.00,0.00,0.00,10000.00,0.00,10000.00,0,10000.00,0.00,'cash','paid','completed',NULL,7,3,'2026-04-18 20:19:03','2026-03-16 06:32:51','2026-03-16 06:32:51'),
(840,'HIL-0835','market','Youssouf','---',NULL,10000.00,0.00,0.00,10000.00,0.00,10000.00,0,10000.00,0.00,'cash','paid','completed',NULL,7,3,'2026-04-18 20:19:03','2026-03-16 06:33:05','2026-03-16 06:33:05'),
(841,'HIL-0836','market',NULL,NULL,NULL,10000.00,0.00,0.00,10000.00,0.00,10000.00,0,10000.00,0.00,'cash','paid','completed',NULL,7,NULL,'2026-03-16 06:33:14','2026-03-16 06:33:14','2026-03-16 06:33:14'),
(842,'HIL-0837','market','Mabrouk','---',NULL,20000.00,0.00,0.00,20000.00,0.00,20000.00,0,20000.00,0.00,'cash','paid','completed',NULL,7,3,'2026-04-18 20:19:03','2026-03-16 06:33:45','2026-03-16 06:33:45'),
(843,'HIL-0838','market',NULL,NULL,NULL,22000.00,0.00,0.00,22000.00,0.00,22000.00,0,22000.00,0.00,'cash','paid','completed',NULL,7,NULL,'2026-03-16 06:55:14','2026-03-16 06:55:14','2026-03-16 06:55:14'),
(844,'HIL-0839','market',NULL,NULL,NULL,12500.00,0.00,0.00,12500.00,0.00,12500.00,0,12500.00,0.00,'cash','paid','completed',NULL,7,NULL,'2026-03-16 07:30:40','2026-03-16 07:30:40','2026-03-16 07:30:40'),
(845,'HIL-0840','market',NULL,NULL,NULL,20000.00,0.00,0.00,20000.00,0.00,20000.00,0,20000.00,0.00,'cash','paid','completed',NULL,7,NULL,'2026-03-16 08:52:14','2026-03-16 08:52:14','2026-03-16 08:52:14'),
(846,'HIL-0841','market',NULL,NULL,NULL,20000.00,0.00,0.00,20000.00,0.00,20000.00,0,20000.00,0.00,'cash','paid','completed',NULL,7,NULL,'2026-03-16 09:16:44','2026-03-16 09:16:44','2026-03-16 09:16:44'),
(847,'HIL-0842','market','Nural En','---',NULL,10000.00,0.00,0.00,10000.00,0.00,10000.00,0,10000.00,0.00,'cash','paid','completed',NULL,7,3,'2026-04-18 20:19:03','2026-03-16 10:03:22','2026-03-16 10:03:22'),
(848,'HIL-0843','market','Alhadj Madiri','---',NULL,20000.00,0.00,0.00,20000.00,0.00,20000.00,0,20000.00,0.00,'cash','paid','completed',NULL,7,3,'2026-04-18 20:19:03','2026-03-16 10:06:46','2026-03-16 10:06:46'),
(849,'HIL-0844','market',NULL,NULL,NULL,140000.00,0.00,0.00,140000.00,0.00,140000.00,0,140000.00,0.00,'cash','paid','completed',NULL,7,NULL,'2026-03-16 10:15:05','2026-03-16 10:15:05','2026-03-16 10:15:05'),
(850,'HIL-0845','market',NULL,NULL,NULL,60000.00,0.00,0.00,60000.00,0.00,60000.00,0,60000.00,0.00,'cash','paid','completed',NULL,7,NULL,'2026-03-16 11:15:10','2026-03-16 11:15:10','2026-03-16 11:15:10'),
(851,'HIL-0846','market','Issakha','---',NULL,10000.00,0.00,0.00,10000.00,0.00,10000.00,0,10000.00,0.00,'cash','paid','completed',NULL,7,3,'2026-04-18 20:19:03','2026-03-16 11:15:39','2026-03-16 11:15:39'),
(852,'HIL-0847','market',NULL,NULL,NULL,20000.00,0.00,0.00,20000.00,0.00,20000.00,0,20000.00,0.00,'cash','paid','completed',NULL,7,NULL,'2026-03-16 11:30:16','2026-03-16 11:30:16','2026-03-16 11:30:16'),
(853,'HIL-0848','market','Moussa','---',NULL,20000.00,0.00,0.00,20000.00,0.00,20000.00,0,20000.00,0.00,'cash','paid','completed',NULL,7,3,'2026-04-18 20:19:03','2026-03-16 11:35:54','2026-03-16 11:35:54'),
(854,'HIL-0849','market',NULL,NULL,NULL,30000.00,0.00,0.00,30000.00,0.00,30000.00,0,30000.00,0.00,'cash','paid','completed',NULL,7,NULL,'2026-03-16 11:56:05','2026-03-16 11:56:05','2026-03-16 11:56:05'),
(855,'HIL-0850','market',NULL,NULL,NULL,15000.00,0.00,0.00,15000.00,0.00,15000.00,0,15000.00,0.00,'cash','paid','completed',NULL,7,NULL,'2026-03-16 12:05:20','2026-03-16 12:05:20','2026-03-16 12:05:20'),
(856,'HIL-0851','market','Issakha','---',NULL,20000.00,0.00,0.00,20000.00,0.00,20000.00,0,20000.00,0.00,'cash','paid','completed',NULL,7,3,'2026-04-18 20:19:03','2026-03-16 12:05:52','2026-03-16 12:05:52'),
(857,'HIL-0852','market','Issakha','---',NULL,10000.00,0.00,0.00,10000.00,0.00,10000.00,0,0.00,0.00,'cash','paid','completed',NULL,7,3,'2026-04-18 20:19:03','2026-03-16 12:37:40','2026-03-17 07:21:40'),
(858,'HIL-0853','market',NULL,NULL,NULL,30000.00,0.00,0.00,30000.00,0.00,30000.00,0,30000.00,0.00,'cash','paid','completed',NULL,7,NULL,'2026-03-16 13:23:27','2026-03-16 13:23:27','2026-03-16 13:23:27'),
(859,'HIL-0854','market',NULL,NULL,NULL,30000.00,0.00,0.00,30000.00,0.00,30000.00,0,30000.00,0.00,'cash','paid','completed',NULL,7,NULL,'2026-03-17 05:55:12','2026-03-17 05:55:12','2026-03-17 05:55:12'),
(860,'HIL-0855','market',NULL,NULL,NULL,21000.00,0.00,0.00,21000.00,0.00,21000.00,0,21000.00,0.00,'cash','paid','completed',NULL,7,NULL,'2026-03-17 06:30:25','2026-03-17 06:30:25','2026-03-17 06:30:25'),
(861,'HIL-0856','market',NULL,NULL,NULL,20000.00,0.00,0.00,20000.00,0.00,20000.00,0,20000.00,0.00,'cash','paid','completed',NULL,7,NULL,'2026-03-17 07:09:08','2026-03-17 07:09:08','2026-03-17 07:09:08'),
(862,'HIL-0857','market',NULL,NULL,NULL,40000.00,0.00,0.00,40000.00,0.00,40000.00,0,40000.00,0.00,'cash','paid','completed',NULL,7,NULL,'2026-03-17 07:09:45','2026-03-17 07:09:45','2026-03-17 07:09:45'),
(863,'HIL-0858','market',NULL,NULL,NULL,30000.00,0.00,0.00,30000.00,0.00,30000.00,0,30000.00,0.00,'cash','paid','completed',NULL,7,NULL,'2026-03-17 07:13:51','2026-03-17 07:13:51','2026-03-17 07:13:51'),
(864,'HIL-0859','market','Issakha','---',NULL,10000.00,0.00,0.00,10000.00,0.00,10000.00,0,0.00,0.00,'cash','paid','completed',NULL,7,3,'2026-04-18 20:19:03','2026-03-17 07:23:17','2026-03-17 08:09:31'),
(865,'HIL-0860','market',NULL,NULL,NULL,55500.00,0.00,0.00,55500.00,0.00,55500.00,0,55500.00,0.00,'cash','paid','completed',NULL,7,NULL,'2026-03-17 07:40:02','2026-03-17 07:40:02','2026-03-17 07:40:02'),
(866,'HIL-0861','market','Issakha','---',NULL,10000.00,0.00,0.00,10000.00,0.00,10000.00,0,10000.00,0.00,'cash','paid','completed',NULL,7,3,'2026-04-18 20:19:03','2026-03-17 07:47:42','2026-03-17 07:47:42'),
(867,'HIL-0862','market',NULL,NULL,NULL,60000.00,0.00,0.00,60000.00,0.00,60000.00,0,60000.00,0.00,'cash','paid','completed',NULL,7,NULL,'2026-03-17 07:55:56','2026-03-17 07:55:56','2026-03-17 07:55:56'),
(868,'HIL-0863','market','Issakha','---',NULL,30000.00,0.00,0.00,30000.00,0.00,30000.00,0,30000.00,0.00,'cash','refunded','cancelled','\n\nCancelled: Error',7,3,'2026-04-18 20:19:03','2026-03-17 08:10:02','2026-03-17 08:10:26'),
(869,'HIL-0864','market','Issakha','---',NULL,30000.00,0.00,0.00,30000.00,0.00,30000.00,0,0.00,0.00,'cash','paid','completed',NULL,7,3,'2026-04-18 20:19:03','2026-03-17 08:11:02','2026-03-17 12:51:40'),
(870,'HIL-0865','market',NULL,NULL,NULL,15000.00,0.00,0.00,15000.00,0.00,15000.00,0,15000.00,0.00,'cash','paid','completed',NULL,7,NULL,'2026-03-17 10:25:02','2026-03-17 10:25:02','2026-03-17 10:25:02'),
(871,'HIL-0866','market','Issakha','---',NULL,10000.00,0.00,0.00,10000.00,0.00,10000.00,0,10000.00,0.00,'cash','paid','completed',NULL,7,3,'2026-04-18 20:19:03','2026-03-17 10:44:48','2026-03-17 10:44:48'),
(872,'HIL-0867','market',NULL,NULL,NULL,20000.00,0.00,0.00,20000.00,0.00,20000.00,0,20000.00,0.00,'cash','paid','completed',NULL,7,NULL,'2026-03-17 10:51:21','2026-03-17 10:51:21','2026-03-17 10:51:21'),
(873,'HIL-0868','market',NULL,NULL,NULL,10000.00,0.00,0.00,10000.00,0.00,10000.00,0,10000.00,0.00,'cash','paid','completed',NULL,7,NULL,'2026-03-17 11:06:41','2026-03-17 11:06:41','2026-03-17 11:06:41'),
(874,'HIL-0869','market',NULL,NULL,NULL,30000.00,0.00,0.00,30000.00,0.00,30000.00,0,30000.00,0.00,'cash','paid','completed',NULL,7,NULL,'2026-03-17 11:46:20','2026-03-17 11:46:20','2026-03-17 11:46:20'),
(875,'HIL-0870','market','Ibrahim','---',NULL,20000.00,0.00,0.00,20000.00,0.00,20000.00,0,20000.00,0.00,'cash','paid','completed',NULL,7,3,'2026-04-18 20:19:03','2026-03-17 11:47:13','2026-03-17 11:47:13'),
(876,'HIL-0871','market',NULL,NULL,NULL,20000.00,0.00,0.00,20000.00,0.00,20000.00,0,20000.00,0.00,'cash','paid','completed',NULL,7,NULL,'2026-03-17 12:13:38','2026-03-17 12:13:38','2026-03-17 12:13:38'),
(877,'HIL-0872','market',NULL,NULL,NULL,12500.00,0.00,0.00,12500.00,0.00,12500.00,0,12500.00,0.00,'cash','paid','completed',NULL,7,NULL,'2026-03-17 12:27:48','2026-03-17 12:27:48','2026-03-17 12:27:48'),
(878,'HIL-0873','market','Dr','---',NULL,30000.00,0.00,0.00,30000.00,0.00,30000.00,0,30000.00,0.00,'cash','paid','completed',NULL,7,3,'2026-04-18 20:19:03','2026-03-17 12:44:13','2026-03-17 12:44:13'),
(879,'HIL-0874','market','Issakha','---',NULL,10000.00,0.00,0.00,10000.00,0.00,10000.00,0,10000.00,0.00,'cash','paid','completed',NULL,7,3,'2026-04-18 20:19:03','2026-03-17 12:52:32','2026-03-17 12:52:32'),
(880,'HIL-0875','market',NULL,NULL,NULL,27500.00,0.00,0.00,27500.00,0.00,27500.00,0,27500.00,0.00,'cash','paid','completed',NULL,7,NULL,'2026-03-17 12:59:53','2026-03-17 12:59:53','2026-03-17 12:59:53'),
(881,'HIL-0876','market',NULL,NULL,NULL,27500.00,0.00,0.00,27500.00,0.00,27500.00,0,27500.00,0.00,'cash','paid','completed',NULL,7,NULL,'2026-03-17 13:00:05','2026-03-17 13:00:05','2026-03-17 13:00:05'),
(882,'HIL-0877','market',NULL,NULL,NULL,20000.00,0.00,0.00,20000.00,0.00,20000.00,0,20000.00,0.00,'cash','paid','completed',NULL,7,NULL,'2026-03-17 13:05:29','2026-03-17 13:05:29','2026-03-17 13:05:29'),
(883,'HIL-0878','market',NULL,NULL,NULL,40000.00,0.00,0.00,40000.00,0.00,40000.00,0,40000.00,0.00,'cash','paid','completed',NULL,7,NULL,'2026-03-17 13:31:03','2026-03-17 13:31:03','2026-03-17 13:31:03'),
(884,'HIL-0879','market',NULL,NULL,NULL,30000.00,0.00,0.00,30000.00,0.00,30000.00,0,30000.00,0.00,'cash','paid','completed',NULL,7,NULL,'2026-03-17 16:58:21','2026-03-17 16:58:21','2026-03-17 16:58:21'),
(885,'HIL-0880','market','Saoudi','---',NULL,20000.00,0.00,0.00,20000.00,0.00,20000.00,0,20000.00,0.00,'cash','paid','completed',NULL,7,3,'2026-04-18 20:19:03','2026-03-17 17:04:38','2026-03-17 17:04:38'),
(886,'HIL-0881','market',NULL,NULL,NULL,30000.00,0.00,0.00,30000.00,0.00,30000.00,0,30000.00,0.00,'cash','paid','completed',NULL,7,NULL,'2026-03-17 17:34:53','2026-03-17 17:34:53','2026-03-17 17:34:53'),
(887,'HIL-0882','market',NULL,NULL,NULL,20000.00,0.00,0.00,20000.00,0.00,20000.00,0,20000.00,0.00,'cash','paid','completed',NULL,7,NULL,'2026-03-17 17:38:18','2026-03-17 17:38:18','2026-03-17 17:38:18'),
(888,'HIL-0883','market',NULL,NULL,NULL,20000.00,0.00,0.00,20000.00,0.00,20000.00,0,20000.00,0.00,'cash','paid','completed',NULL,7,NULL,'2026-03-17 18:13:25','2026-03-17 18:13:25','2026-03-17 18:13:25'),
(889,'HIL-0884','market',NULL,NULL,NULL,20000.00,0.00,0.00,20000.00,0.00,20000.00,0,20000.00,0.00,'cash','paid','completed',NULL,7,NULL,'2026-03-17 18:17:43','2026-03-17 18:17:43','2026-03-17 18:17:43'),
(890,'HIL-0885','market',NULL,NULL,NULL,60000.00,0.00,0.00,60000.00,0.00,60000.00,0,60000.00,0.00,'cash','paid','completed',NULL,7,NULL,'2026-03-17 18:18:54','2026-03-17 18:18:54','2026-03-17 18:18:54'),
(891,'HIL-0886','market',NULL,NULL,NULL,30000.00,0.00,0.00,30000.00,0.00,30000.00,0,30000.00,0.00,'cash','paid','completed',NULL,7,NULL,'2026-03-17 18:52:02','2026-03-17 18:52:02','2026-03-17 18:52:02'),
(892,'HIL-0887','market',NULL,NULL,NULL,20000.00,0.00,0.00,20000.00,0.00,20000.00,0,20000.00,0.00,'cash','paid','completed',NULL,7,NULL,'2026-03-17 18:53:10','2026-03-17 18:53:10','2026-03-17 18:53:10'),
(893,'HIL-0888','market',NULL,NULL,NULL,60000.00,0.00,0.00,60000.00,0.00,60000.00,0,60000.00,0.00,'cash','paid','completed',NULL,7,NULL,'2026-03-17 18:54:06','2026-03-17 18:54:06','2026-03-17 18:54:06'),
(894,'HIL-0889','market',NULL,NULL,NULL,90000.00,0.00,0.00,90000.00,0.00,90000.00,0,90000.00,0.00,'cash','paid','completed',NULL,7,NULL,'2026-03-17 18:55:20','2026-03-17 18:55:20','2026-03-17 18:55:20'),
(895,'HIL-0890','market',NULL,NULL,NULL,20000.00,0.00,0.00,20000.00,0.00,20000.00,0,20000.00,0.00,'cash','refunded','cancelled','\n\nCancelled: Sale return',7,NULL,'2026-03-18 08:52:41','2026-03-18 05:50:11','2026-03-18 05:52:41'),
(896,'HIL-0891','market',NULL,NULL,NULL,30000.00,0.00,0.00,30000.00,0.00,30000.00,0,30000.00,0.00,'cash','paid','completed',NULL,7,NULL,'2026-03-18 05:53:32','2026-03-18 05:53:32','2026-03-18 05:53:32'),
(897,'HIL-0892','market',NULL,NULL,NULL,30000.00,0.00,0.00,30000.00,0.00,30000.00,0,30000.00,0.00,'cash','paid','completed',NULL,7,NULL,'2026-03-18 06:38:45','2026-03-18 06:38:45','2026-03-18 06:38:45'),
(898,'HIL-0893','market',NULL,NULL,NULL,20000.00,0.00,0.00,20000.00,0.00,20000.00,0,20000.00,0.00,'cash','paid','completed',NULL,7,NULL,'2026-03-18 06:54:23','2026-03-18 06:54:23','2026-03-18 06:54:23'),
(899,'HIL-0894','market',NULL,NULL,NULL,10000.00,0.00,0.00,10000.00,0.00,10000.00,0,10000.00,0.00,'cash','paid','completed',NULL,7,NULL,'2026-03-18 06:56:12','2026-03-18 06:56:12','2026-03-18 06:56:12'),
(900,'HIL-0895','market',NULL,NULL,NULL,20000.00,0.00,0.00,20000.00,0.00,20000.00,0,20000.00,0.00,'cash','paid','completed',NULL,7,NULL,'2026-03-18 07:07:08','2026-03-18 07:07:08','2026-03-18 07:07:08'),
(901,'HIL-0896','market',NULL,NULL,NULL,11000.00,0.00,0.00,11000.00,0.00,11000.00,0,11000.00,0.00,'cash','paid','completed',NULL,7,NULL,'2026-03-18 07:09:27','2026-03-18 07:09:27','2026-03-18 07:09:27'),
(902,'HIL-0897','market',NULL,NULL,NULL,20000.00,0.00,0.00,20000.00,0.00,20000.00,0,20000.00,0.00,'cash','paid','completed',NULL,7,NULL,'2026-03-18 07:11:26','2026-03-18 07:11:26','2026-03-18 07:11:26'),
(903,'HIL-0898','market',NULL,NULL,NULL,60000.00,0.00,0.00,60000.00,0.00,60000.00,0,60000.00,0.00,'cash','paid','completed',NULL,7,NULL,'2026-03-18 07:13:56','2026-03-18 07:13:56','2026-03-18 07:13:56'),
(904,'HIL-0899','market',NULL,NULL,NULL,30000.00,0.00,0.00,30000.00,0.00,30000.00,0,30000.00,0.00,'cash','paid','completed',NULL,7,NULL,'2026-03-18 07:14:59','2026-03-18 07:14:59','2026-03-18 07:14:59'),
(905,'HIL-0900','market',NULL,NULL,NULL,20000.00,0.00,0.00,20000.00,0.00,20000.00,0,20000.00,0.00,'cash','paid','completed',NULL,7,NULL,'2026-03-18 07:21:20','2026-03-18 07:21:20','2026-03-18 07:21:20'),
(906,'HIL-0901','market',NULL,NULL,NULL,10000.00,0.00,0.00,10000.00,0.00,10000.00,0,10000.00,0.00,'cash','paid','completed',NULL,7,NULL,'2026-03-18 07:51:03','2026-03-18 07:51:03','2026-03-18 07:51:03'),
(907,'HIL-0902','market','Dazi mi','---',NULL,40000.00,0.00,0.00,40000.00,0.00,40000.00,0,40000.00,0.00,'cash','paid','completed',NULL,7,3,'2026-04-18 20:19:03','2026-03-18 08:06:23','2026-03-18 08:06:23'),
(908,'HIL-0903','market',NULL,NULL,NULL,40500.00,0.00,0.00,40500.00,0.00,40500.00,0,40500.00,0.00,'cash','paid','completed',NULL,7,NULL,'2026-03-18 08:07:14','2026-03-18 08:07:14','2026-03-18 08:07:14'),
(909,'HIL-0904','market',NULL,NULL,NULL,20000.00,0.00,0.00,20000.00,0.00,20000.00,0,20000.00,0.00,'cash','paid','completed',NULL,7,NULL,'2026-03-18 08:22:30','2026-03-18 08:22:30','2026-03-18 08:22:30'),
(910,'HIL-0905','market',NULL,NULL,NULL,30000.00,0.00,0.00,30000.00,0.00,30000.00,0,30000.00,0.00,'cash','paid','completed',NULL,7,NULL,'2026-03-18 08:53:06','2026-03-18 08:53:06','2026-03-18 08:53:06'),
(911,'HIL-0906','market',NULL,NULL,NULL,30000.00,0.00,0.00,30000.00,0.00,30000.00,0,30000.00,0.00,'cash','paid','completed',NULL,7,NULL,'2026-03-18 08:57:53','2026-03-18 08:57:53','2026-03-18 08:57:53'),
(912,'HIL-0907','market',NULL,NULL,NULL,20000.00,0.00,0.00,20000.00,0.00,20000.00,0,20000.00,0.00,'cash','paid','completed',NULL,7,NULL,'2026-03-18 09:09:36','2026-03-18 09:09:36','2026-03-18 09:09:36'),
(913,'HIL-0908','market','Fatime Abdelrahim','---',NULL,20000.00,0.00,0.00,20000.00,0.00,20000.00,0,20000.00,0.00,'cash','paid','completed',NULL,7,3,'2026-04-18 20:19:03','2026-03-18 09:28:58','2026-03-18 09:28:58'),
(914,'HIL-0909','market','IBO','---',NULL,28000.00,0.00,0.00,28000.00,0.00,28000.00,0,28000.00,0.00,'cash','paid','completed',NULL,7,3,'2026-04-18 20:19:03','2026-03-18 10:16:58','2026-03-18 10:16:58'),
(915,'HIL-0910','market',NULL,NULL,NULL,30000.00,0.00,0.00,30000.00,0.00,30000.00,0,30000.00,0.00,'cash','paid','completed',NULL,7,NULL,'2026-03-18 10:18:58','2026-03-18 10:18:58','2026-03-18 10:18:58'),
(916,'HIL-0911','market',NULL,NULL,NULL,7500.00,0.00,0.00,7500.00,0.00,7500.00,0,7500.00,0.00,'cash','paid','completed',NULL,7,NULL,'2026-03-18 10:25:33','2026-03-18 10:25:33','2026-03-18 10:25:33'),
(917,'HIL-0912','market','Malloum','---',NULL,30000.00,0.00,0.00,30000.00,0.00,30000.00,0,30000.00,0.00,'cash','paid','completed',NULL,7,3,'2026-04-18 20:19:03','2026-03-18 10:25:57','2026-03-18 10:25:57'),
(918,'HIL-0913','market','Malloum','---',NULL,10000.00,0.00,0.00,10000.00,0.00,10000.00,0,10000.00,0.00,'cash','paid','completed',NULL,7,3,'2026-04-18 20:19:03','2026-03-18 10:31:11','2026-03-18 10:31:11'),
(919,'HIL-0914','market',NULL,NULL,NULL,10000.00,0.00,0.00,10000.00,0.00,10000.00,0,10000.00,0.00,'cash','paid','completed',NULL,7,NULL,'2026-03-18 10:34:12','2026-03-18 10:34:12','2026-03-18 10:34:12'),
(920,'HIL-0915','market',NULL,NULL,NULL,9000.00,0.00,0.00,9000.00,0.00,9000.00,0,9000.00,0.00,'cash','paid','completed',NULL,7,NULL,'2026-03-18 10:40:33','2026-03-18 10:40:33','2026-03-18 10:40:33'),
(921,'HIL-0916','market',NULL,NULL,NULL,32500.00,0.00,0.00,32500.00,0.00,32500.00,0,32500.00,0.00,'cash','paid','completed',NULL,7,NULL,'2026-03-18 10:52:56','2026-03-18 10:52:56','2026-03-18 10:52:56'),
(922,'HIL-0917','market',NULL,NULL,NULL,20000.00,0.00,0.00,20000.00,0.00,20000.00,0,20000.00,0.00,'cash','paid','completed',NULL,7,NULL,'2026-03-18 12:14:09','2026-03-18 12:14:09','2026-03-18 12:14:09'),
(923,'HIL-0918','market',NULL,NULL,NULL,9000.00,0.00,0.00,9000.00,0.00,9000.00,0,9000.00,0.00,'cash','paid','completed',NULL,7,NULL,'2026-03-18 12:21:46','2026-03-18 12:21:46','2026-03-18 12:21:46'),
(924,'HIL-0919','market',NULL,NULL,NULL,10000.00,0.00,0.00,10000.00,0.00,10000.00,0,10000.00,0.00,'cash','paid','completed',NULL,7,NULL,'2026-03-18 12:28:19','2026-03-18 12:28:19','2026-03-18 12:28:19'),
(925,'HIL-0920','market',NULL,NULL,NULL,20000.00,0.00,0.00,20000.00,0.00,20000.00,0,20000.00,0.00,'cash','paid','completed',NULL,7,NULL,'2026-03-18 12:32:13','2026-03-18 12:32:13','2026-03-18 12:32:13'),
(926,'HIL-0921','market',NULL,NULL,NULL,30000.00,0.00,0.00,30000.00,0.00,30000.00,0,30000.00,0.00,'cash','paid','completed',NULL,7,NULL,'2026-03-18 12:43:42','2026-03-18 12:43:42','2026-03-18 12:43:42'),
(927,'HIL-0922','market',NULL,NULL,NULL,20000.00,0.00,0.00,20000.00,0.00,20000.00,0,20000.00,0.00,'cash','paid','completed',NULL,7,NULL,'2026-03-18 12:50:26','2026-03-18 12:50:26','2026-03-18 12:50:26'),
(928,'HIL-0923','market',NULL,NULL,NULL,7500.00,0.00,0.00,7500.00,0.00,7500.00,0,7500.00,0.00,'cash','paid','completed',NULL,7,NULL,'2026-03-18 12:55:04','2026-03-18 12:55:04','2026-03-18 12:55:04'),
(929,'HIL-0924','market',NULL,NULL,NULL,10000.00,0.00,0.00,10000.00,0.00,10000.00,0,10000.00,0.00,'cash','paid','completed',NULL,7,NULL,'2026-03-18 12:57:18','2026-03-18 12:57:18','2026-03-18 12:57:18'),
(930,'HIL-0925','market',NULL,NULL,NULL,20000.00,0.00,0.00,20000.00,0.00,20000.00,0,20000.00,0.00,'cash','paid','completed',NULL,7,NULL,'2026-03-18 12:59:09','2026-03-18 12:59:09','2026-03-18 12:59:09'),
(931,'HIL-0926','market','Sold','---',NULL,60000.00,0.00,0.00,60000.00,0.00,60000.00,0,60000.00,0.00,'cash','paid','completed',NULL,7,3,'2026-04-18 20:19:03','2026-03-18 13:00:50','2026-03-18 13:00:50'),
(932,'HIL-0927','market',NULL,NULL,NULL,30000.00,0.00,0.00,30000.00,0.00,30000.00,0,30000.00,0.00,'cash','paid','completed',NULL,7,NULL,'2026-03-18 13:01:29','2026-03-18 13:01:29','2026-03-18 13:01:29'),
(933,'HIL-0928','market','Sold','---',NULL,60000.00,0.00,0.00,60000.00,0.00,60000.00,0,60000.00,0.00,'cash','paid','completed',NULL,7,3,'2026-04-18 20:19:03','2026-03-18 13:06:15','2026-03-18 13:06:15'),
(934,'HIL-0929','market','Alhadj Madiri','---',NULL,10000.00,0.00,0.00,10000.00,0.00,10000.00,0,10000.00,0.00,'cash','paid','completed',NULL,7,3,'2026-04-18 20:19:03','2026-03-18 13:24:37','2026-03-18 13:24:37'),
(935,'HIL-0930','market',NULL,NULL,NULL,30000.00,0.00,0.00,30000.00,0.00,30000.00,0,30000.00,0.00,'cash','paid','completed',NULL,7,NULL,'2026-03-18 13:30:17','2026-03-18 13:30:17','2026-03-18 13:30:17'),
(936,'HIL-0931','market',NULL,NULL,NULL,40000.00,0.00,0.00,40000.00,0.00,40000.00,0,40000.00,0.00,'cash','paid','completed',NULL,7,NULL,'2026-03-18 13:30:38','2026-03-18 13:30:38','2026-03-18 13:30:38'),
(937,'HIL-0932','market',NULL,NULL,NULL,12000.00,0.00,0.00,12000.00,0.00,12000.00,0,12000.00,0.00,'cash','paid','completed',NULL,7,NULL,'2026-03-18 17:00:45','2026-03-18 17:00:45','2026-03-18 17:00:45'),
(938,'HIL-0933','market',NULL,NULL,NULL,12500.00,0.00,0.00,12500.00,0.00,12500.00,0,12500.00,0.00,'cash','paid','completed',NULL,7,NULL,'2026-03-18 17:06:55','2026-03-18 17:06:55','2026-03-18 17:06:55'),
(939,'HIL-0934','market',NULL,NULL,NULL,30000.00,0.00,0.00,30000.00,0.00,30000.00,0,30000.00,0.00,'cash','paid','completed',NULL,7,NULL,'2026-03-18 17:13:39','2026-03-18 17:13:39','2026-03-18 17:13:39'),
(940,'HIL-0935','market',NULL,NULL,NULL,20000.00,0.00,0.00,20000.00,0.00,20000.00,0,20000.00,0.00,'cash','paid','completed',NULL,7,NULL,'2026-03-18 17:20:18','2026-03-18 17:20:18','2026-03-18 17:20:18'),
(941,'HIL-0936','market',NULL,NULL,NULL,60000.00,0.00,0.00,60000.00,0.00,60000.00,0,60000.00,0.00,'cash','paid','completed',NULL,7,NULL,'2026-03-18 17:21:53','2026-03-18 17:21:53','2026-03-18 17:21:53'),
(942,'HIL-0937','market',NULL,NULL,NULL,30000.00,0.00,0.00,30000.00,0.00,30000.00,0,30000.00,0.00,'cash','paid','completed',NULL,7,NULL,'2026-03-18 17:42:33','2026-03-18 17:42:33','2026-03-18 17:42:33'),
(943,'HIL-0938','market',NULL,NULL,NULL,40000.00,0.00,0.00,40000.00,0.00,40000.00,0,40000.00,0.00,'cash','paid','completed',NULL,7,NULL,'2026-03-18 17:42:58','2026-03-18 17:42:58','2026-03-18 17:42:58'),
(944,'HIL-0939','market',NULL,NULL,NULL,30000.00,0.00,0.00,30000.00,0.00,30000.00,0,30000.00,0.00,'cash','paid','completed',NULL,7,NULL,'2026-03-18 17:45:37','2026-03-18 17:45:37','2026-03-18 17:45:37'),
(945,'HIL-0940','market','Alhadj Madiri','---',NULL,21000.00,0.00,0.00,21000.00,0.00,21000.00,0,21000.00,0.00,'cash','paid','completed',NULL,7,3,'2026-04-18 20:19:03','2026-03-18 17:52:55','2026-03-18 17:52:55'),
(946,'HIL-0941','market',NULL,NULL,NULL,20000.00,0.00,0.00,20000.00,0.00,20000.00,0,20000.00,0.00,'cash','paid','completed',NULL,7,NULL,'2026-03-18 17:54:41','2026-03-18 17:54:41','2026-03-18 17:54:41'),
(947,'HIL-0942','market',NULL,NULL,NULL,7500.00,0.00,0.00,7500.00,0.00,7500.00,0,7500.00,0.00,'cash','paid','completed',NULL,7,NULL,'2026-03-18 18:07:21','2026-03-18 18:07:21','2026-03-18 18:07:21'),
(948,'HIL-0943','market',NULL,NULL,NULL,11000.00,0.00,0.00,11000.00,0.00,11000.00,0,11000.00,0.00,'cash','paid','completed',NULL,7,NULL,'2026-03-18 18:07:47','2026-03-18 18:07:47','2026-03-18 18:07:47'),
(949,'HIL-0944','market',NULL,NULL,NULL,30000.00,0.00,0.00,30000.00,0.00,30000.00,0,30000.00,0.00,'cash','paid','completed',NULL,7,NULL,'2026-03-18 18:10:01','2026-03-18 18:10:01','2026-03-18 18:10:01'),
(950,'HIL-0945','market',NULL,NULL,NULL,20000.00,0.00,0.00,20000.00,0.00,20000.00,0,20000.00,0.00,'cash','paid','completed',NULL,7,NULL,'2026-03-18 18:21:11','2026-03-18 18:21:11','2026-03-18 18:21:11'),
(951,'HIL-0946','market',NULL,NULL,NULL,30000.00,0.00,0.00,30000.00,0.00,30000.00,0,30000.00,0.00,'cash','paid','completed',NULL,7,NULL,'2026-03-18 18:21:34','2026-03-18 18:21:34','2026-03-18 18:21:34'),
(952,'HIL-0947','market',NULL,NULL,NULL,12500.00,0.00,0.00,12500.00,0.00,12500.00,0,12500.00,0.00,'cash','paid','completed',NULL,7,NULL,'2026-03-18 18:27:08','2026-03-18 18:27:08','2026-03-18 18:27:08'),
(953,'HIL-0948','market',NULL,NULL,NULL,30000.00,0.00,0.00,30000.00,0.00,30000.00,0,30000.00,0.00,'cash','paid','completed',NULL,7,NULL,'2026-03-18 19:11:32','2026-03-18 19:11:32','2026-03-18 19:11:32'),
(954,'HIL-0949','market',NULL,NULL,NULL,80000.00,0.00,0.00,80000.00,0.00,80000.00,0,80000.00,0.00,'cash','paid','completed',NULL,7,NULL,'2026-03-18 19:16:46','2026-03-18 19:16:46','2026-03-18 19:16:46'),
(955,'HIL-0950','market',NULL,NULL,NULL,30000.00,0.00,0.00,30000.00,0.00,30000.00,0,30000.00,0.00,'cash','paid','completed',NULL,7,NULL,'2026-03-18 19:18:12','2026-03-18 19:18:12','2026-03-18 19:18:12'),
(956,'HIL-0951','market',NULL,NULL,NULL,30000.00,0.00,0.00,30000.00,0.00,30000.00,0,30000.00,0.00,'cash','paid','completed',NULL,7,NULL,'2026-03-18 19:38:48','2026-03-18 19:38:48','2026-03-18 19:38:48'),
(957,'HIL-0952','market',NULL,NULL,NULL,11000.00,0.00,0.00,11000.00,0.00,11000.00,0,11000.00,0.00,'cash','paid','completed',NULL,7,NULL,'2026-03-18 19:41:42','2026-03-18 19:41:42','2026-03-18 19:41:42'),
(958,'HIL-0953','market',NULL,NULL,NULL,60000.00,0.00,0.00,60000.00,0.00,60000.00,0,60000.00,0.00,'cash','paid','completed',NULL,7,NULL,'2026-03-18 19:42:02','2026-03-18 19:42:02','2026-03-18 19:42:02'),
(959,'HIL-0954','market',NULL,NULL,NULL,12500.00,0.00,0.00,12500.00,0.00,12500.00,0,12500.00,0.00,'cash','paid','completed',NULL,7,NULL,'2026-03-18 19:43:48','2026-03-18 19:43:48','2026-03-18 19:43:48'),
(960,'HIL-0955','market',NULL,NULL,NULL,30000.00,0.00,0.00,30000.00,0.00,30000.00,0,30000.00,0.00,'cash','paid','completed',NULL,7,NULL,'2026-03-18 19:44:51','2026-03-18 19:44:51','2026-03-18 19:44:51'),
(961,'HIL-0956','market',NULL,NULL,NULL,12500.00,0.00,0.00,12500.00,0.00,12500.00,0,12500.00,0.00,'cash','paid','completed',NULL,7,NULL,'2026-03-18 19:53:01','2026-03-18 19:53:01','2026-03-18 19:53:01'),
(962,'HIL-0957','market','Sold','---',NULL,220000.00,0.00,0.00,220000.00,0.00,220000.00,0,220000.00,0.00,'cash','paid','completed',NULL,7,3,'2026-04-18 20:19:03','2026-03-19 05:48:56','2026-03-19 05:48:56'),
(963,'HIL-0958','market',NULL,NULL,NULL,40000.00,0.00,0.00,40000.00,0.00,40000.00,0,40000.00,0.00,'cash','paid','completed',NULL,7,NULL,'2026-03-19 06:45:37','2026-03-19 06:45:37','2026-03-19 06:45:37'),
(964,'HIL-0959','market',NULL,NULL,NULL,60000.00,0.00,0.00,60000.00,0.00,60000.00,0,60000.00,0.00,'cash','paid','completed',NULL,7,NULL,'2026-03-19 06:56:35','2026-03-19 06:56:35','2026-03-19 06:56:35'),
(965,'HIL-0960','market',NULL,NULL,NULL,30000.00,0.00,0.00,30000.00,0.00,30000.00,0,30000.00,0.00,'cash','paid','completed',NULL,7,NULL,'2026-03-19 07:20:13','2026-03-19 07:20:13','2026-03-19 07:20:13'),
(966,'HIL-0961','market',NULL,NULL,NULL,90000.00,0.00,0.00,90000.00,0.00,90000.00,0,90000.00,0.00,'cash','paid','completed',NULL,7,NULL,'2026-03-19 07:24:18','2026-03-19 07:24:18','2026-03-19 07:24:18'),
(967,'HIL-0962','market',NULL,NULL,NULL,11000.00,0.00,0.00,11000.00,0.00,11000.00,0,11000.00,0.00,'cash','paid','completed',NULL,7,NULL,'2026-03-19 07:26:11','2026-03-19 07:26:11','2026-03-19 07:26:11'),
(968,'HIL-0963','market',NULL,NULL,NULL,40000.00,0.00,0.00,40000.00,0.00,40000.00,0,40000.00,0.00,'cash','paid','completed',NULL,7,NULL,'2026-03-19 07:38:54','2026-03-19 07:38:54','2026-03-19 07:38:54'),
(969,'HIL-0964','market','Al Issel','---',NULL,30000.00,0.00,0.00,30000.00,0.00,30000.00,0,30000.00,0.00,'cash','paid','completed',NULL,7,3,'2026-04-18 20:19:03','2026-03-19 07:50:55','2026-03-19 07:50:55'),
(970,'HIL-0965','market','Issakha','---',NULL,10000.00,0.00,0.00,10000.00,0.00,10000.00,0,10000.00,0.00,'cash','paid','completed',NULL,7,3,'2026-04-18 20:19:03','2026-03-19 07:51:39','2026-03-19 07:51:39'),
(971,'HIL-0966','market','Hadje Egypt','---',NULL,10000.00,0.00,0.00,10000.00,0.00,10000.00,0,10000.00,0.00,'cash','paid','completed',NULL,7,3,'2026-04-18 20:19:03','2026-03-19 07:52:07','2026-03-19 07:52:07'),
(972,'HIL-0967','market','Bachar','---',NULL,30000.00,0.00,0.00,30000.00,0.00,30000.00,0,0.00,0.00,'cash','paid','completed',NULL,7,3,'2026-04-18 20:19:03','2026-03-19 07:58:02','2026-03-30 12:16:36'),
(973,'HIL-0968','market',NULL,NULL,NULL,60000.00,0.00,0.00,60000.00,0.00,60000.00,0,60000.00,0.00,'cash','paid','completed',NULL,7,NULL,'2026-03-19 08:17:06','2026-03-19 08:17:06','2026-03-19 08:17:06'),
(974,'HIL-0969','market',NULL,NULL,NULL,30000.00,0.00,0.00,30000.00,0.00,30000.00,0,30000.00,0.00,'cash','paid','completed',NULL,7,NULL,'2026-03-19 08:17:55','2026-03-19 08:17:55','2026-03-19 08:17:55'),
(975,'HIL-0970','market',NULL,NULL,NULL,20000.00,0.00,0.00,20000.00,0.00,20000.00,0,20000.00,0.00,'cash','paid','completed',NULL,7,NULL,'2026-03-19 08:24:59','2026-03-19 08:24:59','2026-03-19 08:24:59'),
(976,'HIL-0971','market','Turkey','---',NULL,10000.00,0.00,0.00,10000.00,0.00,10000.00,0,10000.00,0.00,'cash','paid','completed',NULL,7,3,'2026-04-18 20:19:03','2026-03-19 09:03:13','2026-03-19 09:03:13'),
(977,'HIL-0972','market',NULL,NULL,NULL,12000.00,0.00,0.00,12000.00,0.00,12000.00,0,12000.00,0.00,'cash','paid','completed',NULL,7,NULL,'2026-03-19 09:04:51','2026-03-19 09:04:51','2026-03-19 09:04:51'),
(978,'HIL-0973','market',NULL,NULL,NULL,40000.00,0.00,0.00,40000.00,0.00,40000.00,0,40000.00,0.00,'cash','paid','completed',NULL,7,NULL,'2026-03-19 09:13:35','2026-03-19 09:13:35','2026-03-19 09:13:35'),
(979,'HIL-0974','market','Gachi','---',NULL,30000.00,0.00,0.00,30000.00,0.00,30000.00,0,30000.00,0.00,'cash','paid','completed',NULL,7,3,'2026-04-18 20:19:03','2026-03-19 09:14:07','2026-03-19 09:14:07'),
(980,'HIL-0975','market','Nadjat','---',NULL,10000.00,0.00,0.00,10000.00,0.00,10000.00,0,10000.00,0.00,'cash','paid','completed',NULL,7,3,'2026-04-18 20:19:03','2026-03-19 09:14:20','2026-03-19 09:14:20'),
(981,'HIL-0976','market',NULL,NULL,NULL,20000.00,0.00,0.00,20000.00,0.00,20000.00,0,20000.00,0.00,'cash','paid','completed',NULL,7,NULL,'2026-03-19 09:19:27','2026-03-19 09:19:27','2026-03-19 09:19:27'),
(982,'HIL-0977','market','Sold','---',NULL,40000.00,0.00,0.00,40000.00,0.00,40000.00,0,40000.00,0.00,'cash','paid','completed',NULL,7,3,'2026-04-18 20:19:03','2026-03-19 09:29:17','2026-03-19 09:29:17'),
(983,'HIL-0978','market',NULL,NULL,NULL,20000.00,0.00,0.00,20000.00,0.00,20000.00,0,20000.00,0.00,'cash','paid','completed',NULL,7,NULL,'2026-03-19 09:55:01','2026-03-19 09:55:01','2026-03-19 09:55:01'),
(984,'HIL-0979','market',NULL,NULL,NULL,60000.00,0.00,0.00,60000.00,0.00,60000.00,0,60000.00,0.00,'cash','paid','completed',NULL,7,NULL,'2026-03-19 09:58:07','2026-03-19 09:58:07','2026-03-19 09:58:07'),
(985,'HIL-0980','market','Hamida','---',NULL,37000.00,0.00,0.00,37000.00,0.00,37000.00,0,37000.00,0.00,'cash','paid','completed',NULL,7,3,'2026-04-18 20:19:03','2026-03-19 10:28:01','2026-03-19 10:28:01'),
(986,'HIL-0981','market','Hamida','---',NULL,130000.00,0.00,0.00,130000.00,130000.00,0.00,1,0.00,0.00,'cash','unpaid','completed',NULL,7,3,'2026-04-18 20:19:03','2026-03-19 10:29:59','2026-03-19 10:29:59'),
(987,'HIL-0982','market',NULL,NULL,NULL,7000.00,0.00,0.00,7000.00,0.00,7000.00,0,7000.00,0.00,'cash','paid','completed',NULL,7,NULL,'2026-03-19 10:39:00','2026-03-19 10:39:00','2026-03-19 10:39:00'),
(988,'HIL-0983','market',NULL,NULL,NULL,20000.00,0.00,0.00,20000.00,0.00,20000.00,0,20000.00,0.00,'cash','paid','completed',NULL,7,NULL,'2026-03-19 10:53:46','2026-03-19 10:53:46','2026-03-19 10:53:46'),
(989,'HIL-0984','market',NULL,NULL,NULL,7000.00,0.00,0.00,7000.00,0.00,7000.00,0,7000.00,0.00,'cash','paid','completed',NULL,7,NULL,'2026-03-19 10:53:59','2026-03-19 10:53:59','2026-03-19 10:53:59'),
(990,'HIL-0985','market','IBO','---',NULL,60000.00,0.00,0.00,60000.00,0.00,60000.00,0,60000.00,0.00,'cash','paid','completed',NULL,7,3,'2026-04-18 20:19:03','2026-03-19 11:02:55','2026-03-19 11:02:55'),
(991,'HIL-0986','market','Alhadj Madiri','---',NULL,10000.00,0.00,0.00,10000.00,0.00,10000.00,0,10000.00,0.00,'cash','paid','completed',NULL,7,3,'2026-04-18 20:19:03','2026-03-19 11:14:25','2026-03-19 11:14:25'),
(992,'HIL-0987','market',NULL,NULL,NULL,14000.00,0.00,0.00,14000.00,0.00,14000.00,0,14000.00,0.00,'cash','paid','completed',NULL,7,NULL,'2026-03-19 11:29:47','2026-03-19 11:29:47','2026-03-19 11:29:47'),
(993,'HIL-0988','market',NULL,NULL,NULL,600000.00,0.00,0.00,600000.00,0.00,600000.00,0,600000.00,0.00,'cash','paid','completed',NULL,7,NULL,'2026-03-19 12:50:05','2026-03-19 12:50:05','2026-03-19 12:50:05'),
(994,'HIL-0989','market',NULL,NULL,NULL,150000.00,0.00,0.00,150000.00,0.00,150000.00,0,150000.00,0.00,'cash','paid','completed',NULL,7,NULL,'2026-03-19 13:01:15','2026-03-19 13:01:15','2026-03-19 13:01:15'),
(995,'HIL-0990','market','Assafi','66 75 60 76',NULL,262000.00,0.00,0.00,262000.00,0.00,262000.00,0,262000.00,0.00,'cash','paid','completed',NULL,7,33,'2026-04-18 20:19:03','2026-03-19 13:06:12','2026-03-19 13:06:12'),
(996,'HIL-0991','market',NULL,NULL,NULL,30000.00,0.00,0.00,30000.00,0.00,30000.00,0,30000.00,0.00,'cash','paid','completed',NULL,7,NULL,'2026-03-19 13:13:56','2026-03-19 13:13:56','2026-03-19 13:13:56'),
(997,'HIL-0992','market',NULL,NULL,NULL,20000.00,0.00,0.00,20000.00,0.00,20000.00,0,20000.00,0.00,'cash','paid','completed',NULL,7,NULL,'2026-03-19 13:18:19','2026-03-19 13:18:19','2026-03-19 13:18:19'),
(998,'HIL-0993','market','Pato','---',NULL,10000.00,0.00,0.00,10000.00,0.00,10000.00,0,10000.00,0.00,'cash','paid','completed',NULL,7,3,'2026-04-18 20:19:03','2026-03-19 13:30:55','2026-03-19 13:30:55'),
(999,'HIL-0994','market',NULL,NULL,NULL,40000.00,0.00,0.00,40000.00,0.00,40000.00,0,40000.00,0.00,'cash','paid','completed',NULL,7,NULL,'2026-03-19 16:22:06','2026-03-19 16:22:06','2026-03-19 16:22:06'),
(1000,'HIL-0995','market','Amandine','---',NULL,30000.00,0.00,0.00,30000.00,0.00,30000.00,0,30000.00,0.00,'cash','paid','completed',NULL,7,3,'2026-04-18 20:19:03','2026-03-19 16:25:35','2026-03-19 16:25:35'),
(1001,'HIL-0996','market',NULL,NULL,NULL,10000.00,0.00,0.00,10000.00,0.00,10000.00,0,10000.00,0.00,'cash','paid','completed',NULL,7,NULL,'2026-03-19 16:32:59','2026-03-19 16:32:59','2026-03-19 16:32:59'),
(1002,'HIL-0997','market',NULL,NULL,NULL,7000.00,0.00,0.00,7000.00,0.00,7000.00,0,7000.00,0.00,'cash','paid','completed',NULL,7,NULL,'2026-03-19 16:33:59','2026-03-19 16:33:59','2026-03-19 16:33:59'),
(1003,'HIL-0998','market',NULL,NULL,NULL,30000.00,0.00,0.00,30000.00,0.00,30000.00,0,30000.00,0.00,'cash','paid','completed',NULL,7,NULL,'2026-03-19 16:59:32','2026-03-19 16:59:32','2026-03-19 16:59:32'),
(1004,'HIL-0999','market',NULL,NULL,NULL,20000.00,0.00,0.00,20000.00,0.00,20000.00,0,20000.00,0.00,'cash','paid','completed',NULL,7,NULL,'2026-03-19 16:59:48','2026-03-19 16:59:48','2026-03-19 16:59:48'),
(1005,'HIL-1000','market','Issakha','---',NULL,140000.00,0.00,0.00,140000.00,0.00,140000.00,0,140000.00,0.00,'cash','paid','completed',NULL,7,3,'2026-04-18 20:19:03','2026-03-24 11:59:43','2026-03-24 11:59:43'),
(1006,'HIL-1001','market',NULL,NULL,NULL,11000.00,0.00,0.00,11000.00,0.00,11000.00,0,11000.00,0.00,'cash','paid','completed',NULL,7,NULL,'2026-03-25 11:14:04','2026-03-25 11:14:04','2026-03-25 11:14:04'),
(1007,'HIL-1002','market',NULL,NULL,NULL,27500.00,0.00,0.00,27500.00,0.00,27500.00,0,27500.00,0.00,'cash','paid','completed',NULL,7,NULL,'2026-03-26 07:19:45','2026-03-26 07:19:45','2026-03-26 07:19:45'),
(1008,'HIL-1003','market',NULL,NULL,NULL,12500.00,0.00,0.00,12500.00,0.00,12500.00,0,12500.00,0.00,'cash','paid','completed',NULL,7,NULL,'2026-03-27 06:09:00','2026-03-27 06:09:00','2026-03-27 06:09:00'),
(1009,'HIL-1004','market','Sold','---',NULL,30000.00,0.00,0.00,30000.00,0.00,30000.00,0,30000.00,0.00,'cash','paid','completed',NULL,7,3,'2026-04-18 20:19:03','2026-03-27 06:50:45','2026-03-27 06:50:45'),
(1010,'HIL-1005','market','Sold','---',NULL,120000.00,0.00,0.00,120000.00,0.00,120000.00,0,120000.00,0.00,'cash','paid','completed',NULL,7,3,'2026-04-18 20:19:03','2026-03-27 06:54:13','2026-03-27 06:54:13'),
(1011,'HIL-1006','market','Sold','---',NULL,150000.00,0.00,0.00,150000.00,0.00,150000.00,0,150000.00,0.00,'cash','paid','completed',NULL,7,3,'2026-04-18 20:19:03','2026-03-27 06:54:36','2026-03-27 06:54:36'),
(1012,'HIL-1007','market',NULL,NULL,NULL,30000.00,0.00,0.00,30000.00,0.00,30000.00,0,30000.00,0.00,'cash','paid','completed',NULL,7,NULL,'2026-03-27 06:54:47','2026-03-27 06:54:47','2026-03-27 06:54:47'),
(1013,'HIL-1008','market','Sold','---',NULL,30000.00,0.00,0.00,30000.00,0.00,30000.00,0,30000.00,0.00,'cash','paid','completed',NULL,7,3,'2026-04-18 20:19:03','2026-03-27 06:55:54','2026-03-27 06:55:54'),
(1014,'HIL-1009','market','Sold','---',NULL,210000.00,0.00,0.00,210000.00,0.00,210000.00,0,210000.00,0.00,'cash','paid','completed',NULL,7,3,'2026-04-18 20:19:03','2026-03-27 06:57:57','2026-03-27 06:57:57'),
(1015,'HIL-1010','market','Sold','---',NULL,90000.00,0.00,0.00,90000.00,0.00,90000.00,0,90000.00,0.00,'cash','paid','completed',NULL,7,3,'2026-04-18 20:19:03','2026-03-27 06:58:30','2026-03-27 06:58:30'),
(1016,'HIL-1011','market','Sold','---',NULL,60000.00,0.00,0.00,60000.00,0.00,60000.00,0,60000.00,0.00,'cash','paid','completed',NULL,7,3,'2026-04-18 20:19:03','2026-03-27 06:59:15','2026-03-27 06:59:15'),
(1017,'HIL-1012','market','Sold','---',NULL,270000.00,0.00,0.00,270000.00,0.00,270000.00,0,270000.00,0.00,'cash','paid','completed',NULL,7,3,'2026-04-18 20:19:03','2026-03-27 07:04:10','2026-03-27 07:04:10'),
(1018,'HIL-1013','market','Sold','---',NULL,90000.00,0.00,0.00,90000.00,0.00,90000.00,0,90000.00,0.00,'cash','paid','completed',NULL,7,3,'2026-04-18 20:19:03','2026-03-27 07:04:58','2026-03-27 07:04:58'),
(1019,'HIL-1014','market',NULL,NULL,NULL,60000.00,0.00,0.00,60000.00,0.00,60000.00,0,60000.00,0.00,'cash','paid','completed',NULL,7,NULL,'2026-03-27 07:05:35','2026-03-27 07:05:35','2026-03-27 07:05:35'),
(1020,'HIL-1015','market','Sold','---',NULL,120000.00,0.00,0.00,120000.00,0.00,120000.00,0,120000.00,0.00,'cash','paid','completed',NULL,7,3,'2026-04-18 20:19:03','2026-03-27 07:06:04','2026-03-27 07:06:04'),
(1021,'HIL-1016','market','Sold','---',NULL,150000.00,0.00,0.00,150000.00,0.00,150000.00,0,150000.00,0.00,'cash','paid','completed',NULL,7,3,'2026-04-18 20:19:03','2026-03-27 07:06:48','2026-03-27 07:06:48'),
(1022,'HIL-1017','market','Sold','---',NULL,230000.00,0.00,0.00,230000.00,0.00,230000.00,0,230000.00,0.00,'cash','paid','completed',NULL,7,3,'2026-04-18 20:19:03','2026-03-27 07:11:44','2026-03-27 07:11:44'),
(1023,'HIL-1018','market','Sold','---',NULL,120000.00,0.00,0.00,120000.00,0.00,120000.00,0,120000.00,0.00,'cash','paid','completed',NULL,7,3,'2026-04-18 20:19:03','2026-03-27 07:12:03','2026-03-27 07:12:03'),
(1024,'HIL-1019','market','Sold','---',NULL,60000.00,0.00,0.00,60000.00,0.00,60000.00,0,60000.00,0.00,'cash','paid','completed',NULL,7,3,'2026-04-18 20:19:03','2026-03-27 07:15:28','2026-03-27 07:15:28'),
(1025,'HIL-1020','market','Mht Moussa','---',NULL,60000.00,0.00,0.00,60000.00,0.00,60000.00,0,60000.00,0.00,'cash','paid','completed',NULL,7,3,'2026-04-18 20:19:03','2026-03-27 07:22:34','2026-03-27 07:22:34'),
(1026,'HIL-1021','market','Sold - Amaday','---',NULL,55000.00,0.00,0.00,55000.00,0.00,55000.00,0,55000.00,0.00,'cash','paid','completed',NULL,7,3,'2026-04-18 20:19:03','2026-03-27 07:41:01','2026-03-27 07:41:01'),
(1027,'HIL-1022','market','Issakha','---',NULL,40000.00,0.00,0.00,40000.00,0.00,40000.00,0,0.00,0.00,'cash','paid','completed',NULL,7,3,'2026-04-18 20:19:03','2026-03-28 07:59:54','2026-04-01 07:43:44'),
(1028,'HIL-1023','market',NULL,NULL,NULL,5500.00,0.00,0.00,5500.00,0.00,5500.00,0,5500.00,0.00,'cash','paid','completed',NULL,7,NULL,'2026-03-30 15:54:22','2026-03-30 15:54:22','2026-03-30 15:54:22'),
(1029,'HIL-1024','market',NULL,NULL,NULL,27500.00,0.00,0.00,27500.00,0.00,27500.00,0,27500.00,0.00,'cash','paid','completed',NULL,7,NULL,'2026-03-31 13:06:33','2026-03-31 13:06:33','2026-03-31 13:06:33'),
(1030,'HIL-1025','market',NULL,NULL,NULL,30000.00,0.00,0.00,30000.00,0.00,30000.00,0,30000.00,0.00,'cash','paid','completed',NULL,7,NULL,'2026-04-01 07:43:24','2026-04-01 07:43:24','2026-04-01 07:43:24'),
(1031,'HIL-1026','market','Issakha','---',NULL,20000.00,0.00,0.00,20000.00,0.00,20000.00,0,20000.00,0.00,'cash','paid','completed',NULL,7,3,'2026-04-18 20:19:03','2026-04-01 08:05:15','2026-04-01 08:05:15'),
(1032,'HIL-1027','market',NULL,NULL,NULL,13000.00,0.00,0.00,13000.00,0.00,13000.00,0,13000.00,0.00,'cash','paid','completed',NULL,7,NULL,'2026-04-02 05:49:49','2026-04-02 05:49:49','2026-04-02 05:49:49'),
(1033,'HIL-1028','market','Mht Moussa','---',NULL,30000.00,0.00,0.00,30000.00,0.00,30000.00,0,30000.00,0.00,'cash','paid','completed',NULL,7,3,'2026-04-18 20:19:03','2026-04-02 06:21:27','2026-04-02 06:21:27'),
(1034,'HIL-1029','market','Abdoullay','---',NULL,12500.00,0.00,0.00,12500.00,0.00,12500.00,0,12500.00,0.00,'cash','paid','completed',NULL,7,3,'2026-04-18 20:19:03','2026-04-02 06:22:15','2026-04-02 06:22:15'),
(1035,'HIL-1030','market',NULL,NULL,NULL,27500.00,0.00,0.00,27500.00,0.00,27500.00,0,27500.00,0.00,'cash','paid','completed',NULL,7,NULL,'2026-04-02 07:27:24','2026-04-02 07:27:24','2026-04-02 07:27:24'),
(1036,'HIL-1031','market',NULL,NULL,NULL,27500.00,0.00,0.00,27500.00,0.00,27500.00,0,27500.00,0.00,'cash','paid','completed',NULL,7,NULL,'2026-04-02 09:36:05','2026-04-02 09:36:05','2026-04-02 09:36:05'),
(1037,'HIL-1032','market',NULL,NULL,NULL,27500.00,0.00,0.00,27500.00,0.00,27500.00,0,27500.00,0.00,'cash','paid','completed',NULL,7,NULL,'2026-04-02 10:47:17','2026-04-02 10:47:17','2026-04-02 10:47:17'),
(1038,'HIL-1033','market',NULL,NULL,NULL,68500.00,0.00,0.00,68500.00,0.00,68500.00,0,68500.00,0.00,'cash','paid','completed',NULL,7,NULL,'2026-04-02 15:15:47','2026-04-02 15:15:47','2026-04-02 15:15:47'),
(1039,'HIL-1034','market',NULL,NULL,NULL,27500.00,0.00,0.00,27500.00,0.00,27500.00,0,27500.00,0.00,'cash','paid','completed',NULL,7,NULL,'2026-04-04 07:58:18','2026-04-04 07:58:18','2026-04-04 07:58:18'),
(1040,'HIL-1035','market',NULL,NULL,NULL,20000.00,0.00,0.00,20000.00,0.00,20000.00,0,20000.00,0.00,'cash','paid','completed',NULL,7,NULL,'2026-04-04 10:15:09','2026-04-04 10:15:09','2026-04-04 10:15:09'),
(1041,'HIL-1036','market',NULL,NULL,NULL,27500.00,0.00,0.00,27500.00,0.00,27500.00,0,27500.00,0.00,'cash','paid','completed',NULL,7,NULL,'2026-04-07 12:45:01','2026-04-07 12:45:01','2026-04-07 12:45:01'),
(1042,'HIL-1037','market',NULL,NULL,NULL,27500.00,0.00,0.00,27500.00,0.00,27500.00,0,27500.00,0.00,'cash','paid','completed',NULL,7,NULL,'2026-04-08 08:16:40','2026-04-08 08:16:40','2026-04-08 08:16:40'),
(1043,'HIL-1038','market','Halime','---',NULL,984000.00,0.00,0.00,984000.00,504000.00,480000.00,1,0.00,0.00,'cash','partial','completed',NULL,7,3,'2026-04-18 20:19:03','2026-04-09 10:20:11','2026-04-09 13:34:27'),
(1044,'HIL-1039','market',NULL,NULL,NULL,27500.00,0.00,0.00,27500.00,0.00,27500.00,0,27500.00,0.00,'cash','paid','completed',NULL,7,NULL,'2026-04-11 12:54:47','2026-04-11 12:54:47','2026-04-11 12:54:47'),
(1045,'HIL-1040','market',NULL,NULL,NULL,6500.00,0.00,0.00,6500.00,0.00,6500.00,0,6500.00,0.00,'cash','refunded','cancelled','\n\nCancelled: Test',7,NULL,'2026-04-12 12:36:45','2026-04-12 09:36:16','2026-04-12 09:36:45'),
(1046,'HIL-1041','market',NULL,NULL,NULL,30000.00,0.00,0.00,30000.00,0.00,30000.00,0,30000.00,0.00,'cash','paid','completed',NULL,7,NULL,'2026-04-15 14:05:20','2026-04-15 14:05:20','2026-04-15 14:05:20'),
(1047,'HIL-1042','market','Abeche','---',NULL,60000.00,0.00,0.00,60000.00,0.00,60000.00,0,60000.00,0.00,'cash','paid','completed',NULL,7,3,'2026-04-18 20:19:03','2026-04-15 14:06:02','2026-04-15 14:06:02'),
(1048,'HIL-1043','market',NULL,NULL,NULL,27500.00,0.00,0.00,27500.00,0.00,27500.00,0,27500.00,0.00,'cash','refunded','cancelled','\n\nCancelled: Sale return',7,NULL,'2026-04-17 14:23:29','2026-04-17 11:22:19','2026-04-17 11:23:29'),
(1049,'HIL-1044','market',NULL,NULL,NULL,27500.00,0.00,0.00,27500.00,0.00,27500.00,0,27500.00,0.00,'cash','paid','completed',NULL,7,NULL,'2026-04-17 11:22:53','2026-04-17 11:22:53','2026-04-17 11:22:53'),
(1050,'HIL-1045','market',NULL,NULL,NULL,12500.00,0.00,0.00,12500.00,0.00,12500.00,0,12500.00,0.00,'cash','paid','completed',NULL,7,NULL,'2026-04-18 10:26:43','2026-04-18 10:26:43','2026-04-18 10:26:43'),
(1051,'HIL-1046','market',NULL,NULL,NULL,22500.00,0.00,0.00,22500.00,0.00,22500.00,0,22500.00,0.00,'cash','paid','completed',NULL,7,NULL,'2026-04-20 08:58:25','2026-04-20 08:58:25','2026-04-20 08:58:25'),
(1052,'HIL-1047','market',NULL,NULL,NULL,290000.00,0.00,0.00,290000.00,0.00,290000.00,0,290000.00,0.00,'cash','paid','completed',NULL,7,NULL,'2026-04-21 10:13:32','2026-04-21 10:13:32','2026-04-21 10:13:32'),
(1053,'HIL-1048','market',NULL,NULL,NULL,45000.00,0.00,0.00,45000.00,0.00,45000.00,0,45000.00,0.00,'cash','paid','completed',NULL,7,NULL,'2026-04-22 10:43:06','2026-04-22 10:43:06','2026-04-22 10:43:06'),
(1054,'HIL-1049','market','Mahmut Hissen','66 35 96 89',NULL,382000.00,0.00,0.00,382000.00,0.00,382000.00,0,382000.00,0.00,'cash','paid','completed',NULL,7,44,'2026-04-22 10:54:31','2026-04-22 10:54:31','2026-04-22 10:54:31'),
(1055,'HIL-1050','market',NULL,NULL,NULL,22500.00,0.00,0.00,22500.00,0.00,22500.00,0,22500.00,0.00,'cash','paid','completed',NULL,7,NULL,'2026-04-22 12:56:43','2026-04-22 12:56:43','2026-04-22 12:56:43'),
(1056,'HIL-1051','market',NULL,NULL,NULL,22500.00,0.00,0.00,22500.00,0.00,22500.00,0,22500.00,0.00,'cash','paid','completed',NULL,7,NULL,'2026-04-22 12:56:57','2026-04-22 12:56:57','2026-04-22 12:56:57'),
(1057,'HIL-1052','market',NULL,NULL,NULL,22500.00,0.00,0.00,22500.00,0.00,22500.00,0,22500.00,0.00,'cash','paid','completed',NULL,7,NULL,'2026-04-22 13:23:28','2026-04-22 13:23:28','2026-04-22 13:23:28');
/*!40000 ALTER TABLE `sales` ENABLE KEYS */;
UNLOCK TABLES;

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

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

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

LOCK TABLES `sessions` WRITE;
/*!40000 ALTER TABLE `sessions` DISABLE KEYS */;
INSERT INTO `sessions` VALUES
('s1g8LAcaaSq5C0SnmHAvxnvUyNeVtH2FiyOfD5PR',7,'127.0.0.1','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:148.0) Gecko/20100101 Firefox/148.0','YTo2OntzOjY6Il90b2tlbiI7czo0MDoiT01ySkpFVExKQmQ5ZE14SGIwVzlEbmdRZlhoY0VMTXBQQUl2VGV4diI7czo2OiJsb2NhbGUiO3M6MjoiZW4iO3M6MzoidXJsIjthOjA6e31zOjk6Il9wcmV2aW91cyI7YToxOntzOjM6InVybCI7czo1MjoiaHR0cDovLzEyNy4wLjAuMTo4MDAwL3Bvcy90b2RheXMtc3VtbWFyeT90eXBlPW1hcmtldCI7fXM6NjoiX2ZsYXNoIjthOjI6e3M6Mzoib2xkIjthOjA6e31zOjM6Im5ldyI7YTowOnt9fXM6NTA6ImxvZ2luX3dlYl81OWJhMzZhZGRjMmIyZjk0MDE1ODBmMDE0YzdmNThlYTRlMzA5ODlkIjtpOjc7fQ==',1775558754);
/*!40000 ALTER TABLE `sessions` ENABLE KEYS */;
UNLOCK TABLES;

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

DROP TABLE IF EXISTS `users`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `users` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `name` varchar(255) NOT NULL,
  `email` varchar(255) NOT NULL,
  `user_type` varchar(255) NOT NULL DEFAULT 'seller',
  `is_active` tinyint(1) NOT NULL DEFAULT 1,
  `preferred_language` varchar(5) NOT NULL DEFAULT 'en',
  `email_verified_at` timestamp NULL DEFAULT NULL,
  `password` varchar(255) NOT NULL,
  `two_factor_secret` text DEFAULT NULL,
  `two_factor_recovery_codes` text DEFAULT NULL,
  `two_factor_confirmed_at` timestamp NULL DEFAULT NULL,
  `remember_token` varchar(100) DEFAULT NULL,
  `current_team_id` bigint(20) unsigned DEFAULT NULL,
  `profile_photo_path` varchar(2048) 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=12 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

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

LOCK TABLES `users` WRITE;
/*!40000 ALTER TABLE `users` DISABLE KEYS */;
INSERT INTO `users` VALUES
(4,'admin','admin@app.com','admin',1,'fr','2025-11-17 09:16:10','$2y$12$MDCMNfyACfOeFGaqX34/U.mqRJm5TejcbiQYUnFKzcpHOIDt.EnBS',NULL,NULL,NULL,'AFP8Pbvjl284fR1akRSVzJIn8dnphFT4Bf6LTcg8qhSj8naiXCSzxeC7Ry46',NULL,NULL,'2025-11-17 09:16:10','2025-12-15 16:59:48'),
(7,'Ayoub Oumar','ayoub.oumar919@gmail.com','admin',1,'en','2025-12-18 03:27:21','$2y$12$WzThu.Tc9zSX4/Ak8BKtEuQ/cpa5AZKSrKG8Qb6YaQUpiPLf0RCCW',NULL,NULL,NULL,'NrYy9cwZhXV7BynMvR4fcRysZMew7sxXO6wlAEDKkHtoAT0puXGm0wiASvM1',NULL,NULL,'2025-12-18 03:27:21','2026-04-17 19:04:10'),
(8,'Adam Hilali','adam@app.com','admin',1,'fr','2026-01-01 05:59:33','$2y$12$ihHMfoPnCvREuCgpmRfxUuhPpDLJsdk777XvohnBagR8AcrpXhb4e',NULL,NULL,NULL,'GlGiOfkfAi8giFlhOCWUliWiw96WpyHOC3qxXgpusy0XeKSmkzpQ3VvXNeU0',NULL,NULL,'2026-01-01 05:59:33','2026-01-01 06:01:27'),
(9,'Youssouf','youssouf@app.com','admin',1,'fr','2026-01-10 07:50:11','$2y$12$VCl8K.lN9e/5ZO.zQZIKH.fhCyhyhAF8nFtZ3C4GM2GX411dyBbWK',NULL,NULL,NULL,'u7HWcG1UdsoksGKZlKbWLNjd6BbdKV94n3Zw13nEi7sQb3ZJdgGW4xityedH',NULL,NULL,'2026-01-10 07:50:11','2026-01-17 11:34:05'),
(10,'Saoudi','saoudi@app.com','admin',1,'fr','2026-01-10 07:50:43','$2y$12$gwtyaxMIkBDdbiAuBGp8pOFNRhc/SwOHv5LblfzgbiLtXGtCir9Qm',NULL,NULL,NULL,'y0uqx4jfyPJVpxF4Jxg6iNFKhgqAj6kLbq2uYLivMhm32qLdmLMzj5h3zOnP',NULL,NULL,'2026-01-10 07:50:43','2026-01-17 12:19:47'),
(11,'DJIBRINE  AL HILALI','djibmhtdjib99@gmail.com','admin',1,'en','2026-04-07 05:57:13','$2y$12$umVJineDupbTDoRfsGfLO.iiUe4Ey0Sv0ptT9b5hXjAd7H04tESeO',NULL,NULL,NULL,'7w34sQntiX7PvCRySTUejXImVhaZPyWPIzak27BRpmKKyEjoueCgUIAz0zK01vhCp7QPxjqeequHi0tXfYDK9OGXS9BOqAhNvSW7',NULL,NULL,'2026-04-07 05:57:13','2026-04-07 05:57:13');
/*!40000 ALTER TABLE `users` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `withdrawals`
--

DROP TABLE IF EXISTS `withdrawals`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `withdrawals` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `user_id` bigint(20) unsigned NOT NULL,
  `amount` decimal(15,2) NOT NULL,
  `reason` text DEFAULT NULL,
  `status` enum('completed','cancelled') NOT NULL DEFAULT 'completed',
  `balance_before` decimal(15,2) NOT NULL,
  `balance_after` decimal(15,2) NOT NULL,
  `withdrawal_date` timestamp NOT NULL DEFAULT current_timestamp() ON UPDATE current_timestamp(),
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `withdrawals_user_id_withdrawal_date_index` (`user_id`,`withdrawal_date`),
  KEY `withdrawals_status_withdrawal_date_index` (`status`,`withdrawal_date`),
  CONSTRAINT `withdrawals_user_id_foreign` FOREIGN KEY (`user_id`) REFERENCES `users` (`id`) ON DELETE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `withdrawals`
--

LOCK TABLES `withdrawals` WRITE;
/*!40000 ALTER TABLE `withdrawals` DISABLE KEYS */;
/*!40000 ALTER TABLE `withdrawals` ENABLE KEYS */;
UNLOCK TABLES;
/*!40103 SET TIME_ZONE=@OLD_TIME_ZONE */;

/*!40101 SET SQL_MODE=@OLD_SQL_MODE */;
/*!40014 SET FOREIGN_KEY_CHECKS=@OLD_FOREIGN_KEY_CHECKS */;
/*!40014 SET UNIQUE_CHECKS=@OLD_UNIQUE_CHECKS */;
/*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */;
/*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */;
/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
/*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */;

-- Dump completed on 2026-04-23 11:53:28
