[
  {
    "model": "inventory.itemtypemodel",
    "pk": "c0a00001-0001-4000-8000-000000000001",
    "fields": {
      "tenant_id": 1,
      "type_code": "RAW",
      "type_name": "مواد اولیه",
      "description": "مواد خام و اولیه برای تولید",
      "is_active": true,
      "created_at": "2025-01-15T10:00:00+03:30",
      "updated_at": "2025-01-15T10:00:00+03:30"
    }
  },
  {
    "model": "inventory.itemtypemodel",
    "pk": "c0a00001-0001-4000-8000-000000000002",
    "fields": {
      "tenant_id": 1,
      "type_code": "FG",
      "type_name": "محصول نهایی",
      "description": "محصولات آماده فروش",
      "is_active": true,
      "created_at": "2025-01-15T10:00:00+03:30",
      "updated_at": "2025-01-15T10:00:00+03:30"
    }
  },
  {
    "model": "inventory.itemtypemodel",
    "pk": "c0a00001-0001-4000-8000-000000000003",
    "fields": {
      "tenant_id": 1,
      "type_code": "SFG",
      "type_name": "نیمه‌ساخته",
      "description": "محصولات نیمه‌تمام و نیمه‌ساخته",
      "is_active": true,
      "created_at": "2025-01-15T10:00:00+03:30",
      "updated_at": "2025-01-15T10:00:00+03:30"
    }
  },
  {
    "model": "inventory.itemtypemodel",
    "pk": "c0a00001-0001-4000-8000-000000000004",
    "fields": {
      "tenant_id": 1,
      "type_code": "SPARE",
      "type_name": "قطعات یدکی",
      "description": "قطعات یدکی و تعمیراتی",
      "is_active": true,
      "created_at": "2025-01-15T10:00:00+03:30",
      "updated_at": "2025-01-15T10:00:00+03:30"
    }
  },
  {
    "model": "inventory.itemtypemodel",
    "pk": "c0a00001-0001-4000-8000-000000000005",
    "fields": {
      "tenant_id": 1,
      "type_code": "PACK",
      "type_name": "بسته‌بندی",
      "description": "مواد بسته‌بندی",
      "is_active": true,
      "created_at": "2025-01-15T10:00:00+03:30",
      "updated_at": "2025-01-15T10:00:00+03:30"
    }
  },
  {
    "model": "inventory.costingmethodmodel",
    "pk": "c0a00002-0001-4000-8000-000000000001",
    "fields": {
      "tenant_id": 1,
      "method_code": "WAC",
      "method_name": "میانگین موزون",
      "description": "روش میانگین موزون (Weighted Average Cost)",
      "is_active": true,
      "created_at": "2025-01-15T10:00:00+03:30",
      "updated_at": "2025-01-15T10:00:00+03:30"
    }
  },
  {
    "model": "inventory.costingmethodmodel",
    "pk": "c0a00002-0001-4000-8000-000000000002",
    "fields": {
      "tenant_id": 1,
      "method_code": "FIFO",
      "method_name": "اولین ورودی - اولین خروجی",
      "description": "روش FIFO",
      "is_active": true,
      "created_at": "2025-01-15T10:00:00+03:30",
      "updated_at": "2025-01-15T10:00:00+03:30"
    }
  },
  {
    "model": "inventory.costingmethodmodel",
    "pk": "c0a00002-0001-4000-8000-000000000003",
    "fields": {
      "tenant_id": 1,
      "method_code": "LIFO",
      "method_name": "آخرین ورودی - اولین خروجی",
      "description": "روش LIFO",
      "is_active": true,
      "created_at": "2025-01-15T10:00:00+03:30",
      "updated_at": "2025-01-15T10:00:00+03:30"
    }
  },
  {
    "model": "inventory.costingmethodmodel",
    "pk": "c0a00002-0001-4000-8000-000000000004",
    "fields": {
      "tenant_id": 1,
      "method_code": "STD",
      "method_name": "بهای استاندارد",
      "description": "روش قیمت‌گذاری استاندارد (Standard Cost)",
      "is_active": true,
      "created_at": "2025-01-15T10:00:00+03:30",
      "updated_at": "2025-01-15T10:00:00+03:30"
    }
  },
  {
    "model": "inventory.unitofmeasuremodel",
    "pk": "c0a00003-0001-4000-8000-000000000001",
    "fields": {
      "tenant_id": 1,
      "uom_code": "PCS",
      "uom_name": "Piece",
      "uom_name_local": "عدد",
      "uom_type": "QUANTITY",
      "decimal_places": 0,
      "is_active": true,
      "created_at": "2025-01-15T10:00:00+03:30",
      "updated_at": "2025-01-15T10:00:00+03:30"
    }
  },
  {
    "model": "inventory.unitofmeasuremodel",
    "pk": "c0a00003-0001-4000-8000-000000000002",
    "fields": {
      "tenant_id": 1,
      "uom_code": "KG",
      "uom_name": "Kilogram",
      "uom_name_local": "کیلوگرم",
      "uom_type": "WEIGHT",
      "decimal_places": 2,
      "is_active": true,
      "created_at": "2025-01-15T10:00:00+03:30",
      "updated_at": "2025-01-15T10:00:00+03:30"
    }
  },
  {
    "model": "inventory.unitofmeasuremodel",
    "pk": "c0a00003-0001-4000-8000-000000000003",
    "fields": {
      "tenant_id": 1,
      "uom_code": "MTR",
      "uom_name": "Meter",
      "uom_name_local": "متر",
      "uom_type": "LENGTH",
      "decimal_places": 2,
      "is_active": true,
      "created_at": "2025-01-15T10:00:00+03:30",
      "updated_at": "2025-01-15T10:00:00+03:30"
    }
  },
  {
    "model": "inventory.unitofmeasuremodel",
    "pk": "c0a00003-0001-4000-8000-000000000004",
    "fields": {
      "tenant_id": 1,
      "uom_code": "LTR",
      "uom_name": "Liter",
      "uom_name_local": "لیتر",
      "uom_type": "VOLUME",
      "decimal_places": 2,
      "is_active": true,
      "created_at": "2025-01-15T10:00:00+03:30",
      "updated_at": "2025-01-15T10:00:00+03:30"
    }
  },
  {
    "model": "inventory.unitofmeasuremodel",
    "pk": "c0a00003-0001-4000-8000-000000000005",
    "fields": {
      "tenant_id": 1,
      "uom_code": "BOX",
      "uom_name": "Box",
      "uom_name_local": "جعبه",
      "uom_type": "QUANTITY",
      "decimal_places": 0,
      "is_active": true,
      "created_at": "2025-01-15T10:00:00+03:30",
      "updated_at": "2025-01-15T10:00:00+03:30"
    }
  },
  {
    "model": "inventory.unitofmeasuremodel",
    "pk": "c0a00003-0001-4000-8000-000000000006",
    "fields": {
      "tenant_id": 1,
      "uom_code": "TON",
      "uom_name": "Ton",
      "uom_name_local": "تُن",
      "uom_type": "WEIGHT",
      "decimal_places": 3,
      "is_active": true,
      "created_at": "2025-01-15T10:00:00+03:30",
      "updated_at": "2025-01-15T10:00:00+03:30"
    }
  },
  {
    "model": "inventory.unitofmeasuremodel",
    "pk": "c0a00003-0001-4000-8000-000000000007",
    "fields": {
      "tenant_id": 1,
      "uom_code": "SQM",
      "uom_name": "Square Meter",
      "uom_name_local": "متر مربع",
      "uom_type": "AREA",
      "decimal_places": 2,
      "is_active": true,
      "created_at": "2025-01-15T10:00:00+03:30",
      "updated_at": "2025-01-15T10:00:00+03:30"
    }
  },
  {
    "model": "inventory.unitofmeasuremodel",
    "pk": "c0a00003-0001-4000-8000-000000000008",
    "fields": {
      "tenant_id": 1,
      "uom_code": "SET",
      "uom_name": "Set",
      "uom_name_local": "دست",
      "uom_type": "QUANTITY",
      "decimal_places": 0,
      "is_active": true,
      "created_at": "2025-01-15T10:00:00+03:30",
      "updated_at": "2025-01-15T10:00:00+03:30"
    }
  },
  {
    "model": "inventory.itemgroupmodel",
    "pk": "c0a00004-0001-4000-8000-000000000001",
    "fields": {
      "tenant_id": 1,
      "group_code": "ELC",
      "group_name": "قطعات الکترونیکی",
      "parent_group": null,
      "level": 0,
      "default_costing_method": "c0a00002-0001-4000-8000-000000000001",
      "is_active": true,
      "created_at": "2025-01-15T10:00:00+03:30",
      "updated_at": "2025-01-15T10:00:00+03:30"
    }
  },
  {
    "model": "inventory.itemgroupmodel",
    "pk": "c0a00004-0001-4000-8000-000000000002",
    "fields": {
      "tenant_id": 1,
      "group_code": "ELC-BRD",
      "group_name": "بردهای مداری",
      "parent_group": "c0a00004-0001-4000-8000-000000000001",
      "level": 1,
      "default_costing_method": "c0a00002-0001-4000-8000-000000000001",
      "is_active": true,
      "created_at": "2025-01-15T10:00:00+03:30",
      "updated_at": "2025-01-15T10:00:00+03:30"
    }
  },
  {
    "model": "inventory.itemgroupmodel",
    "pk": "c0a00004-0001-4000-8000-000000000003",
    "fields": {
      "tenant_id": 1,
      "group_code": "MEC",
      "group_name": "قطعات مکانیکی",
      "parent_group": null,
      "level": 0,
      "default_costing_method": "c0a00002-0001-4000-8000-000000000002",
      "is_active": true,
      "created_at": "2025-01-15T10:00:00+03:30",
      "updated_at": "2025-01-15T10:00:00+03:30"
    }
  },
  {
    "model": "inventory.itemgroupmodel",
    "pk": "c0a00004-0001-4000-8000-000000000004",
    "fields": {
      "tenant_id": 1,
      "group_code": "CHM",
      "group_name": "مواد شیمیایی",
      "parent_group": null,
      "level": 0,
      "default_costing_method": "c0a00002-0001-4000-8000-000000000001",
      "is_active": true,
      "created_at": "2025-01-15T10:00:00+03:30",
      "updated_at": "2025-01-15T10:00:00+03:30"
    }
  },
  {
    "model": "inventory.itemgroupmodel",
    "pk": "c0a00004-0001-4000-8000-000000000005",
    "fields": {
      "tenant_id": 1,
      "group_code": "PKG",
      "group_name": "مواد بسته‌بندی",
      "parent_group": null,
      "level": 0,
      "default_costing_method": "c0a00002-0001-4000-8000-000000000001",
      "is_active": true,
      "created_at": "2025-01-15T10:00:00+03:30",
      "updated_at": "2025-01-15T10:00:00+03:30"
    }
  },
  {
    "model": "inventory.warehousemodel",
    "pk": "c0a00005-0001-4000-8000-000000000001",
    "fields": {
      "tenant_id": 1,
      "warehouse_code": "WH-01",
      "warehouse_name": "انبار مرکزی تهران",
      "company": null,
      "warehouse_type": "PHYSICAL",
      "address": "تهران، جاده مخصوص کرج، کیلومتر ۱۵",
      "city": "تهران",
      "province": "تهران",
      "country": "IR",
      "postal_code": "1398756432",
      "phone": "021-44556677",
      "email": "warehouse-tehran@nexa.app",
      "manager_user_id": null,
      "is_negative_stock_allowed": false,
      "is_active": true,
      "hrm_location_id": null,
      "created_at": "2025-01-15T10:00:00+03:30",
      "updated_at": "2025-01-15T10:00:00+03:30"
    }
  },
  {
    "model": "inventory.warehousemodel",
    "pk": "c0a00005-0001-4000-8000-000000000002",
    "fields": {
      "tenant_id": 1,
      "warehouse_code": "WH-02",
      "warehouse_name": "انبار اصفهان",
      "company": null,
      "warehouse_type": "PHYSICAL",
      "address": "اصفهان، شهرک صنعتی جی، خیابان ۱۲",
      "city": "اصفهان",
      "province": "اصفهان",
      "country": "IR",
      "postal_code": "8156498732",
      "phone": "031-36789012",
      "email": "warehouse-isfahan@nexa.app",
      "manager_user_id": null,
      "is_negative_stock_allowed": false,
      "is_active": true,
      "hrm_location_id": null,
      "created_at": "2025-01-15T10:00:00+03:30",
      "updated_at": "2025-01-15T10:00:00+03:30"
    }
  },
  {
    "model": "inventory.warehousemodel",
    "pk": "c0a00005-0001-4000-8000-000000000003",
    "fields": {
      "tenant_id": 1,
      "warehouse_code": "WH-TR",
      "warehouse_name": "انبار ترانزیت",
      "company": null,
      "warehouse_type": "TRANSIT",
      "address": "",
      "city": "",
      "province": "",
      "country": "IR",
      "postal_code": "",
      "phone": "",
      "email": "",
      "manager_user_id": null,
      "is_negative_stock_allowed": true,
      "is_active": true,
      "hrm_location_id": null,
      "created_at": "2025-01-15T10:00:00+03:30",
      "updated_at": "2025-01-15T10:00:00+03:30"
    }
  },
  {
    "model": "inventory.warehousemodel",
    "pk": "c0a00005-0001-4000-8000-000000000004",
    "fields": {
      "tenant_id": 1,
      "warehouse_code": "WH-QC",
      "warehouse_name": "انبار قرنطینه",
      "company": null,
      "warehouse_type": "QUARANTINE",
      "address": "تهران، جاده مخصوص کرج، کیلومتر ۱۵ — ساختمان QC",
      "city": "تهران",
      "province": "تهران",
      "country": "IR",
      "postal_code": "",
      "phone": "",
      "email": "",
      "manager_user_id": null,
      "is_negative_stock_allowed": false,
      "is_active": true,
      "hrm_location_id": null,
      "created_at": "2025-01-15T10:00:00+03:30",
      "updated_at": "2025-01-15T10:00:00+03:30"
    }
  },
  {
    "model": "inventory.storagelocationmodel",
    "pk": "c0a00006-0001-4000-8000-000000000001",
    "fields": {
      "tenant_id": 1,
      "location_code": "Z-A",
      "location_name": "ناحیه A",
      "warehouse": "c0a00005-0001-4000-8000-000000000001",
      "parent_location": null,
      "location_type": "ZONE",
      "level": 0,
      "is_picking_location": false,
      "is_putaway_location": false,
      "max_weight_kg": "50000.00",
      "max_volume_cbm": "500.0000",
      "temperature": null,
      "is_hazardous_zone": false,
      "is_active": true,
      "created_at": "2025-01-15T10:00:00+03:30",
      "updated_at": "2025-01-15T10:00:00+03:30"
    }
  },
  {
    "model": "inventory.storagelocationmodel",
    "pk": "c0a00006-0001-4000-8000-000000000002",
    "fields": {
      "tenant_id": 1,
      "location_code": "Z-A-R1",
      "location_name": "قفسه A1",
      "warehouse": "c0a00005-0001-4000-8000-000000000001",
      "parent_location": "c0a00006-0001-4000-8000-000000000001",
      "location_type": "RACK",
      "level": 1,
      "is_picking_location": true,
      "is_putaway_location": true,
      "max_weight_kg": "5000.00",
      "max_volume_cbm": "50.0000",
      "temperature": null,
      "is_hazardous_zone": false,
      "is_active": true,
      "created_at": "2025-01-15T10:00:00+03:30",
      "updated_at": "2025-01-15T10:00:00+03:30"
    }
  },
  {
    "model": "inventory.storagelocationmodel",
    "pk": "c0a00006-0001-4000-8000-000000000003",
    "fields": {
      "tenant_id": 1,
      "location_code": "Z-A-R1-S1",
      "location_name": "طبقه ۱ قفسه A1",
      "warehouse": "c0a00005-0001-4000-8000-000000000001",
      "parent_location": "c0a00006-0001-4000-8000-000000000002",
      "location_type": "SHELF",
      "level": 2,
      "is_picking_location": true,
      "is_putaway_location": true,
      "max_weight_kg": "1000.00",
      "max_volume_cbm": "10.0000",
      "temperature": null,
      "is_hazardous_zone": false,
      "is_active": true,
      "created_at": "2025-01-15T10:00:00+03:30",
      "updated_at": "2025-01-15T10:00:00+03:30"
    }
  },
  {
    "model": "inventory.storagelocationmodel",
    "pk": "c0a00006-0001-4000-8000-000000000004",
    "fields": {
      "tenant_id": 1,
      "location_code": "Z-B",
      "location_name": "ناحیه B — مواد شیمیایی",
      "warehouse": "c0a00005-0001-4000-8000-000000000001",
      "parent_location": null,
      "location_type": "ZONE",
      "level": 0,
      "is_picking_location": false,
      "is_putaway_location": false,
      "max_weight_kg": "30000.00",
      "max_volume_cbm": "300.0000",
      "temperature": "20.00",
      "is_hazardous_zone": true,
      "is_active": true,
      "created_at": "2025-01-15T10:00:00+03:30",
      "updated_at": "2025-01-15T10:00:00+03:30"
    }
  },
  {
    "model": "inventory.storagelocationmodel",
    "pk": "c0a00006-0001-4000-8000-000000000005",
    "fields": {
      "tenant_id": 1,
      "location_code": "Z-C",
      "location_name": "ناحیه C — بسته‌بندی",
      "warehouse": "c0a00005-0001-4000-8000-000000000001",
      "parent_location": null,
      "location_type": "ZONE",
      "level": 0,
      "is_picking_location": true,
      "is_putaway_location": true,
      "max_weight_kg": "20000.00",
      "max_volume_cbm": "200.0000",
      "temperature": null,
      "is_hazardous_zone": false,
      "is_active": true,
      "created_at": "2025-01-15T10:00:00+03:30",
      "updated_at": "2025-01-15T10:00:00+03:30"
    }
  },
  {
    "model": "inventory.storagelocationmodel",
    "pk": "c0a00006-0001-4000-8000-000000000006",
    "fields": {
      "tenant_id": 1,
      "location_code": "ISF-Z1",
      "location_name": "ناحیه ۱ اصفهان",
      "warehouse": "c0a00005-0001-4000-8000-000000000002",
      "parent_location": null,
      "location_type": "ZONE",
      "level": 0,
      "is_picking_location": true,
      "is_putaway_location": true,
      "max_weight_kg": "40000.00",
      "max_volume_cbm": "400.0000",
      "temperature": null,
      "is_hazardous_zone": false,
      "is_active": true,
      "created_at": "2025-01-15T10:00:00+03:30",
      "updated_at": "2025-01-15T10:00:00+03:30"
    }
  },
  {
    "model": "inventory.stockstatusmodel",
    "pk": "c0a00007-0001-4000-8000-000000000001",
    "fields": {
      "tenant_id": 1,
      "status_code": "AVAIL",
      "status_name": "در دسترس",
      "status_type": "AVAILABLE",
      "is_available_for_sales": true,
      "is_available_for_production": true,
      "is_blocked_for_movement": false,
      "sort_order": 1,
      "is_active": true,
      "created_at": "2025-01-15T10:00:00+03:30",
      "updated_at": "2025-01-15T10:00:00+03:30"
    }
  },
  {
    "model": "inventory.stockstatusmodel",
    "pk": "c0a00007-0001-4000-8000-000000000002",
    "fields": {
      "tenant_id": 1,
      "status_code": "RESV",
      "status_name": "رزرو شده",
      "status_type": "RESERVED",
      "is_available_for_sales": false,
      "is_available_for_production": false,
      "is_blocked_for_movement": false,
      "sort_order": 2,
      "is_active": true,
      "created_at": "2025-01-15T10:00:00+03:30",
      "updated_at": "2025-01-15T10:00:00+03:30"
    }
  },
  {
    "model": "inventory.stockstatusmodel",
    "pk": "c0a00007-0001-4000-8000-000000000003",
    "fields": {
      "tenant_id": 1,
      "status_code": "QC",
      "status_name": "بازرسی کیفی",
      "status_type": "QUALITY_INSPECTION",
      "is_available_for_sales": false,
      "is_available_for_production": false,
      "is_blocked_for_movement": true,
      "sort_order": 3,
      "is_active": true,
      "created_at": "2025-01-15T10:00:00+03:30",
      "updated_at": "2025-01-15T10:00:00+03:30"
    }
  },
  {
    "model": "inventory.stockstatusmodel",
    "pk": "c0a00007-0001-4000-8000-000000000004",
    "fields": {
      "tenant_id": 1,
      "status_code": "BLOCK",
      "status_name": "مسدود",
      "status_type": "BLOCKED",
      "is_available_for_sales": false,
      "is_available_for_production": false,
      "is_blocked_for_movement": true,
      "sort_order": 4,
      "is_active": true,
      "created_at": "2025-01-15T10:00:00+03:30",
      "updated_at": "2025-01-15T10:00:00+03:30"
    }
  },
  {
    "model": "inventory.stockstatusmodel",
    "pk": "c0a00007-0001-4000-8000-000000000005",
    "fields": {
      "tenant_id": 1,
      "status_code": "QRTN",
      "status_name": "قرنطینه",
      "status_type": "QUARANTINE",
      "is_available_for_sales": false,
      "is_available_for_production": false,
      "is_blocked_for_movement": true,
      "sort_order": 5,
      "is_active": true,
      "created_at": "2025-01-15T10:00:00+03:30",
      "updated_at": "2025-01-15T10:00:00+03:30"
    }
  },
  {
    "model": "inventory.stockstatusmodel",
    "pk": "c0a00007-0001-4000-8000-000000000006",
    "fields": {
      "tenant_id": 1,
      "status_code": "TRNS",
      "status_name": "در راه",
      "status_type": "IN_TRANSIT",
      "is_available_for_sales": false,
      "is_available_for_production": false,
      "is_blocked_for_movement": false,
      "sort_order": 6,
      "is_active": true,
      "created_at": "2025-01-15T10:00:00+03:30",
      "updated_at": "2025-01-15T10:00:00+03:30"
    }
  },
  {
    "model": "inventory.stockstatusmodel",
    "pk": "c0a00007-0001-4000-8000-000000000007",
    "fields": {
      "tenant_id": 1,
      "status_code": "DMG",
      "status_name": "آسیب‌دیده",
      "status_type": "DAMAGED",
      "is_available_for_sales": false,
      "is_available_for_production": false,
      "is_blocked_for_movement": true,
      "sort_order": 7,
      "is_active": true,
      "created_at": "2025-01-15T10:00:00+03:30",
      "updated_at": "2025-01-15T10:00:00+03:30"
    }
  },
  {
    "model": "inventory.stockstatusmodel",
    "pk": "c0a00007-0001-4000-8000-000000000008",
    "fields": {
      "tenant_id": 1,
      "status_code": "EXP",
      "status_name": "منقضی",
      "status_type": "EXPIRED",
      "is_available_for_sales": false,
      "is_available_for_production": false,
      "is_blocked_for_movement": true,
      "sort_order": 8,
      "is_active": true,
      "created_at": "2025-01-15T10:00:00+03:30",
      "updated_at": "2025-01-15T10:00:00+03:30"
    }
  },
  {
    "model": "inventory.itemmodel",
    "pk": "c0a00010-0001-4000-8000-000000000001",
    "fields": {
      "tenant_id": 1,
      "item_code": "ELC-PCB-001",
      "item_name": "PCB Main Board v3",
      "item_name_local": "برد اصلی نسخه ۳",
      "item_description": "برد مدار چاپی اصلی — نسخه ۳ — ساخت داخل",
      "item_type": "c0a00001-0001-4000-8000-000000000003",
      "item_group": "c0a00004-0001-4000-8000-000000000002",
      "base_uom": "c0a00003-0001-4000-8000-000000000001",
      "is_batch_managed": true,
      "is_serial_managed": true,
      "is_expiry_managed": false,
      "abc_classification": "A",
      "item_status": "ACTIVE",
      "is_purchasable": false,
      "is_saleable": true,
      "is_stockable": true,
      "is_producible": true,
      "lead_time_days": 14,
      "shelf_life_days": null,
      "default_warehouse": "c0a00005-0001-4000-8000-000000000001",
      "company": null,
      "created_at": "2025-01-15T10:00:00+03:30",
      "updated_at": "2025-01-15T10:00:00+03:30"
    }
  },
  {
    "model": "inventory.itemmodel",
    "pk": "c0a00010-0001-4000-8000-000000000002",
    "fields": {
      "tenant_id": 1,
      "item_code": "ELC-RES-100",
      "item_name": "Resistor 100Ω 1/4W",
      "item_name_local": "مقاومت ۱۰۰ اهم",
      "item_description": "مقاومت کربنی ۱۰۰ اهم — ۱/۴ وات — تلرانس ۵٪",
      "item_type": "c0a00001-0001-4000-8000-000000000001",
      "item_group": "c0a00004-0001-4000-8000-000000000001",
      "base_uom": "c0a00003-0001-4000-8000-000000000001",
      "is_batch_managed": true,
      "is_serial_managed": false,
      "is_expiry_managed": false,
      "abc_classification": "C",
      "item_status": "ACTIVE",
      "is_purchasable": true,
      "is_saleable": false,
      "is_stockable": true,
      "is_producible": false,
      "lead_time_days": 21,
      "shelf_life_days": null,
      "default_warehouse": "c0a00005-0001-4000-8000-000000000001",
      "company": null,
      "created_at": "2025-01-15T10:00:00+03:30",
      "updated_at": "2025-01-15T10:00:00+03:30"
    }
  },
  {
    "model": "inventory.itemmodel",
    "pk": "c0a00010-0001-4000-8000-000000000003",
    "fields": {
      "tenant_id": 1,
      "item_code": "CHM-SOL-001",
      "item_name": "Soldering Flux Paste",
      "item_name_local": "خمیر فلاکس لحیم‌کاری",
      "item_description": "خمیر فلاکس بدون سرب — ۵۰۰ گرم — استاندارد RoHS",
      "item_type": "c0a00001-0001-4000-8000-000000000001",
      "item_group": "c0a00004-0001-4000-8000-000000000004",
      "base_uom": "c0a00003-0001-4000-8000-000000000002",
      "is_batch_managed": true,
      "is_serial_managed": false,
      "is_expiry_managed": true,
      "abc_classification": "B",
      "item_status": "ACTIVE",
      "is_purchasable": true,
      "is_saleable": false,
      "is_stockable": true,
      "is_producible": false,
      "lead_time_days": 30,
      "shelf_life_days": 365,
      "default_warehouse": "c0a00005-0001-4000-8000-000000000001",
      "company": null,
      "created_at": "2025-01-15T10:00:00+03:30",
      "updated_at": "2025-01-15T10:00:00+03:30"
    }
  },
  {
    "model": "inventory.itemmodel",
    "pk": "c0a00010-0001-4000-8000-000000000004",
    "fields": {
      "tenant_id": 1,
      "item_code": "PKG-BOX-S",
      "item_name": "Carton Box — Small",
      "item_name_local": "جعبه مقوایی کوچک",
      "item_description": "جعبه مقوایی ۳ لایه — ابعاد ۲۰×۱۵×۱۰ سانتی‌متر",
      "item_type": "c0a00001-0001-4000-8000-000000000005",
      "item_group": "c0a00004-0001-4000-8000-000000000005",
      "base_uom": "c0a00003-0001-4000-8000-000000000001",
      "is_batch_managed": false,
      "is_serial_managed": false,
      "is_expiry_managed": false,
      "abc_classification": "C",
      "item_status": "ACTIVE",
      "is_purchasable": true,
      "is_saleable": false,
      "is_stockable": true,
      "is_producible": false,
      "lead_time_days": 7,
      "shelf_life_days": null,
      "default_warehouse": "c0a00005-0001-4000-8000-000000000001",
      "company": null,
      "created_at": "2025-01-15T10:00:00+03:30",
      "updated_at": "2025-01-15T10:00:00+03:30"
    }
  },
  {
    "model": "inventory.itemmodel",
    "pk": "c0a00010-0001-4000-8000-000000000005",
    "fields": {
      "tenant_id": 1,
      "item_code": "FG-CTRL-001",
      "item_name": "Nexa Controller Unit",
      "item_name_local": "واحد کنترلر نکسا",
      "item_description": "واحد کنترلر هوشمند — محصول نهایی — شامل برد اصلی و قاب",
      "item_type": "c0a00001-0001-4000-8000-000000000002",
      "item_group": "c0a00004-0001-4000-8000-000000000001",
      "base_uom": "c0a00003-0001-4000-8000-000000000001",
      "is_batch_managed": true,
      "is_serial_managed": true,
      "is_expiry_managed": false,
      "abc_classification": "A",
      "item_status": "ACTIVE",
      "is_purchasable": false,
      "is_saleable": true,
      "is_stockable": true,
      "is_producible": true,
      "lead_time_days": 21,
      "shelf_life_days": null,
      "default_warehouse": "c0a00005-0001-4000-8000-000000000001",
      "company": null,
      "created_at": "2025-01-15T10:00:00+03:30",
      "updated_at": "2025-01-15T10:00:00+03:30"
    }
  },
  {
    "model": "inventory.itemmodel",
    "pk": "c0a00010-0001-4000-8000-000000000006",
    "fields": {
      "tenant_id": 1,
      "item_code": "MEC-SCREW-M3",
      "item_name": "Screw M3×10 Stainless",
      "item_name_local": "پیچ M3×10 استیل",
      "item_description": "پیچ آلن M3 طول ۱۰ میلی‌متر — جنس استنلس استیل ۳۰۴",
      "item_type": "c0a00001-0001-4000-8000-000000000001",
      "item_group": "c0a00004-0001-4000-8000-000000000003",
      "base_uom": "c0a00003-0001-4000-8000-000000000001",
      "is_batch_managed": false,
      "is_serial_managed": false,
      "is_expiry_managed": false,
      "abc_classification": "C",
      "item_status": "ACTIVE",
      "is_purchasable": true,
      "is_saleable": false,
      "is_stockable": true,
      "is_producible": false,
      "lead_time_days": 10,
      "shelf_life_days": null,
      "default_warehouse": "c0a00005-0001-4000-8000-000000000001",
      "company": null,
      "created_at": "2025-01-15T10:00:00+03:30",
      "updated_at": "2025-01-15T10:00:00+03:30"
    }
  },
  {
    "model": "inventory.itemmodel",
    "pk": "c0a00010-0001-4000-8000-000000000007",
    "fields": {
      "tenant_id": 1,
      "item_code": "SPARE-FAN-80",
      "item_name": "Cooling Fan 80mm",
      "item_name_local": "فن خنک‌کننده ۸۰ میلی‌متر",
      "item_description": "فن DC — ۱۲ ولت — ۸۰×۸۰×۲۵ میلی‌متر",
      "item_type": "c0a00001-0001-4000-8000-000000000004",
      "item_group": "c0a00004-0001-4000-8000-000000000003",
      "base_uom": "c0a00003-0001-4000-8000-000000000001",
      "is_batch_managed": true,
      "is_serial_managed": false,
      "is_expiry_managed": false,
      "abc_classification": "B",
      "item_status": "ACTIVE",
      "is_purchasable": true,
      "is_saleable": true,
      "is_stockable": true,
      "is_producible": false,
      "lead_time_days": 14,
      "shelf_life_days": null,
      "default_warehouse": "c0a00005-0001-4000-8000-000000000001",
      "company": null,
      "created_at": "2025-01-15T10:00:00+03:30",
      "updated_at": "2025-01-15T10:00:00+03:30"
    }
  },
  {
    "model": "inventory.itemmodel",
    "pk": "c0a00010-0001-4000-8000-000000000008",
    "fields": {
      "tenant_id": 1,
      "item_code": "ELC-CAP-100U",
      "item_name": "Capacitor 100μF 25V",
      "item_name_local": "خازن ۱۰۰ میکروفاراد",
      "item_description": "خازن الکترولیتی ۱۰۰μF — ۲۵ ولت — رتبه حرارتی ۱۰۵°C",
      "item_type": "c0a00001-0001-4000-8000-000000000001",
      "item_group": "c0a00004-0001-4000-8000-000000000001",
      "base_uom": "c0a00003-0001-4000-8000-000000000001",
      "is_batch_managed": true,
      "is_serial_managed": false,
      "is_expiry_managed": false,
      "abc_classification": "C",
      "item_status": "ACTIVE",
      "is_purchasable": true,
      "is_saleable": false,
      "is_stockable": true,
      "is_producible": false,
      "lead_time_days": 21,
      "shelf_life_days": null,
      "default_warehouse": "c0a00005-0001-4000-8000-000000000001",
      "company": null,
      "created_at": "2025-01-15T10:00:00+03:30",
      "updated_at": "2025-01-15T10:00:00+03:30"
    }
  },
  {
    "model": "inventory.itemattributemodel",
    "pk": "c0a00011-0001-4000-8000-000000000001",
    "fields": {
      "tenant_id": 1,
      "item": "c0a00010-0001-4000-8000-000000000001",
      "attribute_name": "ابعاد برد",
      "attribute_value": "100×80 mm",
      "attribute_data_type": "Text",
      "display_order": 1
    }
  },
  {
    "model": "inventory.itemattributemodel",
    "pk": "c0a00011-0001-4000-8000-000000000002",
    "fields": {
      "tenant_id": 1,
      "item": "c0a00010-0001-4000-8000-000000000001",
      "attribute_name": "تعداد لایه",
      "attribute_value": "4",
      "attribute_data_type": "Number",
      "display_order": 2
    }
  },
  {
    "model": "inventory.itemattributemodel",
    "pk": "c0a00011-0001-4000-8000-000000000003",
    "fields": {
      "tenant_id": 1,
      "item": "c0a00010-0001-4000-8000-000000000005",
      "attribute_name": "ولتاژ ورودی",
      "attribute_value": "12V DC",
      "attribute_data_type": "Text",
      "display_order": 1
    }
  },
  {
    "model": "inventory.itemattributemodel",
    "pk": "c0a00011-0001-4000-8000-000000000004",
    "fields": {
      "tenant_id": 1,
      "item": "c0a00010-0001-4000-8000-000000000005",
      "attribute_name": "وزن",
      "attribute_value": "450g",
      "attribute_data_type": "Text",
      "display_order": 2
    }
  },
  {
    "model": "inventory.itemuommodel",
    "pk": "c0a00012-0001-4000-8000-000000000001",
    "fields": {
      "tenant_id": 1,
      "item": "c0a00010-0001-4000-8000-000000000002",
      "uom": "c0a00003-0001-4000-8000-000000000001",
      "conversion_factor": "1.000000",
      "is_base_uom": true,
      "is_purchase_uom": false,
      "is_sales_uom": false,
      "is_stock_uom": true,
      "barcode": "",
      "is_active": true
    }
  },
  {
    "model": "inventory.itemuommodel",
    "pk": "c0a00012-0001-4000-8000-000000000002",
    "fields": {
      "tenant_id": 1,
      "item": "c0a00010-0001-4000-8000-000000000002",
      "uom": "c0a00003-0001-4000-8000-000000000005",
      "conversion_factor": "1000.000000",
      "is_base_uom": false,
      "is_purchase_uom": true,
      "is_sales_uom": false,
      "is_stock_uom": false,
      "barcode": "6971234560011",
      "is_active": true
    }
  },
  {
    "model": "inventory.itemuommodel",
    "pk": "c0a00012-0001-4000-8000-000000000003",
    "fields": {
      "tenant_id": 1,
      "item": "c0a00010-0001-4000-8000-000000000003",
      "uom": "c0a00003-0001-4000-8000-000000000002",
      "conversion_factor": "1.000000",
      "is_base_uom": true,
      "is_purchase_uom": true,
      "is_sales_uom": false,
      "is_stock_uom": true,
      "barcode": "",
      "is_active": true
    }
  },
  {
    "model": "inventory.itemwarehousemodel",
    "pk": "c0a00013-0001-4000-8000-000000000001",
    "fields": {
      "tenant_id": 1,
      "item": "c0a00010-0001-4000-8000-000000000001",
      "warehouse": "c0a00005-0001-4000-8000-000000000001",
      "min_stock_level": "10.0000",
      "max_stock_level": "500.0000",
      "reorder_point": "50.0000",
      "safety_stock": "20.0000",
      "reorder_quantity": "100.0000",
      "default_storage_location": "c0a00006-0001-4000-8000-000000000003",
      "is_active": true
    }
  },
  {
    "model": "inventory.itemwarehousemodel",
    "pk": "c0a00013-0001-4000-8000-000000000002",
    "fields": {
      "tenant_id": 1,
      "item": "c0a00010-0001-4000-8000-000000000002",
      "warehouse": "c0a00005-0001-4000-8000-000000000001",
      "min_stock_level": "1000.0000",
      "max_stock_level": "100000.0000",
      "reorder_point": "5000.0000",
      "safety_stock": "2000.0000",
      "reorder_quantity": "10000.0000",
      "default_storage_location": "c0a00006-0001-4000-8000-000000000002",
      "is_active": true
    }
  },
  {
    "model": "inventory.itemwarehousemodel",
    "pk": "c0a00013-0001-4000-8000-000000000003",
    "fields": {
      "tenant_id": 1,
      "item": "c0a00010-0001-4000-8000-000000000005",
      "warehouse": "c0a00005-0001-4000-8000-000000000001",
      "min_stock_level": "5.0000",
      "max_stock_level": "200.0000",
      "reorder_point": "20.0000",
      "safety_stock": "10.0000",
      "reorder_quantity": "50.0000",
      "default_storage_location": "c0a00006-0001-4000-8000-000000000003",
      "is_active": true
    }
  },
  {
    "model": "inventory.itemwarehousemodel",
    "pk": "c0a00013-0001-4000-8000-000000000004",
    "fields": {
      "tenant_id": 1,
      "item": "c0a00010-0001-4000-8000-000000000003",
      "warehouse": "c0a00005-0001-4000-8000-000000000001",
      "min_stock_level": "5.0000",
      "max_stock_level": "50.0000",
      "reorder_point": "10.0000",
      "safety_stock": "5.0000",
      "reorder_quantity": "20.0000",
      "default_storage_location": "c0a00006-0001-4000-8000-000000000004",
      "is_active": true
    }
  },
  {
    "model": "inventory.batchmodel",
    "pk": "c0a00020-0001-4000-8000-000000000001",
    "fields": {
      "tenant_id": 1,
      "batch_number": "B-PCB-1403-001",
      "item": "c0a00010-0001-4000-8000-000000000001",
      "manufacturing_date": "2024-12-20",
      "expiry_date": null,
      "vendor_batch_number": "",
      "vendor": null,
      "production_order_id": null,
      "batch_status": "ACTIVE",
      "quality_status": "APPROVED",
      "batch_attributes": {
        "revision": "C",
        "pcb_thickness": "1.6mm"
      },
      "company": null,
      "is_active": true,
      "created_at": "2025-01-15T10:00:00+03:30",
      "updated_at": "2025-01-15T10:00:00+03:30"
    }
  },
  {
    "model": "inventory.batchmodel",
    "pk": "c0a00020-0001-4000-8000-000000000002",
    "fields": {
      "tenant_id": 1,
      "batch_number": "B-RES-1403-001",
      "item": "c0a00010-0001-4000-8000-000000000002",
      "manufacturing_date": "2024-11-01",
      "expiry_date": null,
      "vendor_batch_number": "VND-2024-8834",
      "vendor": null,
      "production_order_id": null,
      "batch_status": "ACTIVE",
      "quality_status": "APPROVED",
      "batch_attributes": {
        "tolerance": "5%"
      },
      "company": null,
      "is_active": true,
      "created_at": "2025-01-15T10:00:00+03:30",
      "updated_at": "2025-01-15T10:00:00+03:30"
    }
  },
  {
    "model": "inventory.batchmodel",
    "pk": "c0a00020-0001-4000-8000-000000000003",
    "fields": {
      "tenant_id": 1,
      "batch_number": "B-FLX-1403-001",
      "item": "c0a00010-0001-4000-8000-000000000003",
      "manufacturing_date": "2024-10-15",
      "expiry_date": "2025-10-15",
      "vendor_batch_number": "LOT-FLX-20241015",
      "vendor": null,
      "production_order_id": null,
      "batch_status": "ACTIVE",
      "quality_status": "APPROVED",
      "batch_attributes": {
        "rohs_compliant": true,
        "weight_g": 500
      },
      "company": null,
      "is_active": true,
      "created_at": "2025-01-15T10:00:00+03:30",
      "updated_at": "2025-01-15T10:00:00+03:30"
    }
  },
  {
    "model": "inventory.batchmodel",
    "pk": "c0a00020-0001-4000-8000-000000000004",
    "fields": {
      "tenant_id": 1,
      "batch_number": "B-FAN-1403-001",
      "item": "c0a00010-0001-4000-8000-000000000007",
      "manufacturing_date": "2024-12-01",
      "expiry_date": null,
      "vendor_batch_number": "FAN-LOT-5521",
      "vendor": null,
      "production_order_id": null,
      "batch_status": "ACTIVE",
      "quality_status": "PENDING",
      "batch_attributes": {
        "rpm": 2500,
        "noise_dba": 22
      },
      "company": null,
      "is_active": true,
      "created_at": "2025-01-15T10:00:00+03:30",
      "updated_at": "2025-01-15T10:00:00+03:30"
    }
  },
  {
    "model": "inventory.serialnumbermodel",
    "pk": "c0a00021-0001-4000-8000-000000000001",
    "fields": {
      "tenant_id": 1,
      "serial_no": "NX-PCB-00001",
      "item": "c0a00010-0001-4000-8000-000000000001",
      "batch": "c0a00020-0001-4000-8000-000000000001",
      "manufacturing_date": "2024-12-22",
      "warranty_start_date": null,
      "warranty_end_date": null,
      "warranty_months": 0,
      "current_warehouse": "c0a00005-0001-4000-8000-000000000001",
      "current_location": "c0a00006-0001-4000-8000-000000000003",
      "current_stock_status": "c0a00007-0001-4000-8000-000000000001",
      "current_owner_type": "OWN",
      "current_owner_id": null,
      "serial_status": "IN_STOCK",
      "quality_status": "APPROVED",
      "supplier_serial_number": "",
      "vendor_id": null,
      "purchase_order_id": null,
      "sales_order_id": null,
      "customer_id": null,
      "sold_date": null,
      "company": null,
      "is_active": true,
      "created_at": "2025-01-15T10:00:00+03:30",
      "updated_at": "2025-01-15T10:00:00+03:30"
    }
  },
  {
    "model": "inventory.serialnumbermodel",
    "pk": "c0a00021-0001-4000-8000-000000000002",
    "fields": {
      "tenant_id": 1,
      "serial_no": "NX-PCB-00002",
      "item": "c0a00010-0001-4000-8000-000000000001",
      "batch": "c0a00020-0001-4000-8000-000000000001",
      "manufacturing_date": "2024-12-22",
      "warranty_start_date": null,
      "warranty_end_date": null,
      "warranty_months": 0,
      "current_warehouse": "c0a00005-0001-4000-8000-000000000001",
      "current_location": "c0a00006-0001-4000-8000-000000000003",
      "current_stock_status": "c0a00007-0001-4000-8000-000000000001",
      "current_owner_type": "OWN",
      "current_owner_id": null,
      "serial_status": "IN_STOCK",
      "quality_status": "APPROVED",
      "supplier_serial_number": "",
      "vendor_id": null,
      "purchase_order_id": null,
      "sales_order_id": null,
      "customer_id": null,
      "sold_date": null,
      "company": null,
      "is_active": true,
      "created_at": "2025-01-15T10:00:00+03:30",
      "updated_at": "2025-01-15T10:00:00+03:30"
    }
  },
  {
    "model": "inventory.serialnumbermodel",
    "pk": "c0a00021-0001-4000-8000-000000000003",
    "fields": {
      "tenant_id": 1,
      "serial_no": "NX-CTRL-00001",
      "item": "c0a00010-0001-4000-8000-000000000005",
      "batch": null,
      "manufacturing_date": "2025-01-10",
      "warranty_start_date": "2025-01-15",
      "warranty_end_date": "2027-01-15",
      "warranty_months": 24,
      "current_warehouse": "c0a00005-0001-4000-8000-000000000001",
      "current_location": "c0a00006-0001-4000-8000-000000000003",
      "current_stock_status": "c0a00007-0001-4000-8000-000000000001",
      "current_owner_type": "OWN",
      "current_owner_id": null,
      "serial_status": "IN_STOCK",
      "quality_status": "APPROVED",
      "supplier_serial_number": "",
      "vendor_id": null,
      "purchase_order_id": null,
      "sales_order_id": null,
      "customer_id": null,
      "sold_date": null,
      "company": null,
      "is_active": true,
      "created_at": "2025-01-15T10:00:00+03:30",
      "updated_at": "2025-01-15T10:00:00+03:30"
    }
  },
  {
    "model": "inventory.stockbalancemodel",
    "pk": "c0a00030-0001-4000-8000-000000000001",
    "fields": {
      "tenant_id": 1,
      "item": "c0a00010-0001-4000-8000-000000000001",
      "warehouse": "c0a00005-0001-4000-8000-000000000001",
      "location": "c0a00006-0001-4000-8000-000000000003",
      "batch": "c0a00020-0001-4000-8000-000000000001",
      "serial_number": null,
      "stock_status": "c0a00007-0001-4000-8000-000000000001",
      "ownership_type": "OWN",
      "owner_id": null,
      "project_id": null,
      "quantity_on_hand": "150.0000",
      "quantity_reserved": "20.0000",
      "quantity_allocated": "10.0000",
      "quantity_available": "120.0000",
      "quantity_in_transit": "0.0000",
      "uom": "c0a00003-0001-4000-8000-000000000001",
      "last_movement_date": "2025-02-10",
      "last_count_date": "2025-01-30",
      "average_unit_cost": "850000.0000",
      "total_value": "127500000.0000",
      "company": null,
      "last_updated": "2025-01-15T10:00:00+03:30"
    }
  },
  {
    "model": "inventory.stockbalancemodel",
    "pk": "c0a00030-0001-4000-8000-000000000002",
    "fields": {
      "tenant_id": 1,
      "item": "c0a00010-0001-4000-8000-000000000002",
      "warehouse": "c0a00005-0001-4000-8000-000000000001",
      "location": "c0a00006-0001-4000-8000-000000000002",
      "batch": "c0a00020-0001-4000-8000-000000000002",
      "serial_number": null,
      "stock_status": "c0a00007-0001-4000-8000-000000000001",
      "ownership_type": "OWN",
      "owner_id": null,
      "project_id": null,
      "quantity_on_hand": "25000.0000",
      "quantity_reserved": "0.0000",
      "quantity_allocated": "0.0000",
      "quantity_available": "25000.0000",
      "quantity_in_transit": "5000.0000",
      "uom": "c0a00003-0001-4000-8000-000000000001",
      "last_movement_date": "2025-02-05",
      "last_count_date": null,
      "average_unit_cost": "250.0000",
      "total_value": "6250000.0000",
      "company": null,
      "last_updated": "2025-01-15T10:00:00+03:30"
    }
  },
  {
    "model": "inventory.stockbalancemodel",
    "pk": "c0a00030-0001-4000-8000-000000000003",
    "fields": {
      "tenant_id": 1,
      "item": "c0a00010-0001-4000-8000-000000000003",
      "warehouse": "c0a00005-0001-4000-8000-000000000001",
      "location": "c0a00006-0001-4000-8000-000000000004",
      "batch": "c0a00020-0001-4000-8000-000000000003",
      "serial_number": null,
      "stock_status": "c0a00007-0001-4000-8000-000000000001",
      "ownership_type": "OWN",
      "owner_id": null,
      "project_id": null,
      "quantity_on_hand": "15.0000",
      "quantity_reserved": "0.0000",
      "quantity_allocated": "0.0000",
      "quantity_available": "15.0000",
      "quantity_in_transit": "0.0000",
      "uom": "c0a00003-0001-4000-8000-000000000002",
      "last_movement_date": "2025-01-20",
      "last_count_date": null,
      "average_unit_cost": "2500000.0000",
      "total_value": "37500000.0000",
      "company": null,
      "last_updated": "2025-01-15T10:00:00+03:30"
    }
  },
  {
    "model": "inventory.stockbalancemodel",
    "pk": "c0a00030-0001-4000-8000-000000000004",
    "fields": {
      "tenant_id": 1,
      "item": "c0a00010-0001-4000-8000-000000000005",
      "warehouse": "c0a00005-0001-4000-8000-000000000001",
      "location": "c0a00006-0001-4000-8000-000000000003",
      "batch": null,
      "serial_number": null,
      "stock_status": "c0a00007-0001-4000-8000-000000000001",
      "ownership_type": "OWN",
      "owner_id": null,
      "project_id": null,
      "quantity_on_hand": "35.0000",
      "quantity_reserved": "5.0000",
      "quantity_allocated": "0.0000",
      "quantity_available": "30.0000",
      "quantity_in_transit": "0.0000",
      "uom": "c0a00003-0001-4000-8000-000000000001",
      "last_movement_date": "2025-02-12",
      "last_count_date": "2025-02-01",
      "average_unit_cost": "18500000.0000",
      "total_value": "647500000.0000",
      "company": null,
      "last_updated": "2025-01-15T10:00:00+03:30"
    }
  },
  {
    "model": "inventory.stockbalancemodel",
    "pk": "c0a00030-0001-4000-8000-000000000005",
    "fields": {
      "tenant_id": 1,
      "item": "c0a00010-0001-4000-8000-000000000006",
      "warehouse": "c0a00005-0001-4000-8000-000000000001",
      "location": "c0a00006-0001-4000-8000-000000000002",
      "batch": null,
      "serial_number": null,
      "stock_status": "c0a00007-0001-4000-8000-000000000001",
      "ownership_type": "OWN",
      "owner_id": null,
      "project_id": null,
      "quantity_on_hand": "50000.0000",
      "quantity_reserved": "0.0000",
      "quantity_allocated": "0.0000",
      "quantity_available": "50000.0000",
      "quantity_in_transit": "0.0000",
      "uom": "c0a00003-0001-4000-8000-000000000001",
      "last_movement_date": "2025-01-15",
      "last_count_date": null,
      "average_unit_cost": "1500.0000",
      "total_value": "75000000.0000",
      "company": null,
      "last_updated": "2025-01-15T10:00:00+03:30"
    }
  },
  {
    "model": "inventory.stockreservationmodel",
    "pk": "c0a00040-0001-4000-8000-000000000001",
    "fields": {
      "tenant_id": 1,
      "reservation_number": "RSV-1403-0001",
      "reservation_date": "2025-02-10",
      "item": "c0a00010-0001-4000-8000-000000000001",
      "warehouse": "c0a00005-0001-4000-8000-000000000001",
      "location": "c0a00006-0001-4000-8000-000000000003",
      "batch": "c0a00020-0001-4000-8000-000000000001",
      "serial_number": null,
      "reserved_quantity": "20.0000",
      "allocated_quantity": "10.0000",
      "uom": "c0a00003-0001-4000-8000-000000000001",
      "source_document_type": "SALES_ORDER",
      "source_document_id": null,
      "source_document_line_id": null,
      "priority_level": 3,
      "expiry_date": "2025-03-10",
      "reservation_status": "ACTIVE",
      "required_by_date": "2025-02-28",
      "requested_by_user_id": null,
      "remarks": "رزرو برای سفارش فروش مشتری شرکت آریا",
      "company": null,
      "created_at": "2025-01-15T10:00:00+03:30"
    }
  },
  {
    "model": "inventory.stockreservationmodel",
    "pk": "c0a00040-0001-4000-8000-000000000002",
    "fields": {
      "tenant_id": 1,
      "reservation_number": "RSV-1403-0002",
      "reservation_date": "2025-02-12",
      "item": "c0a00010-0001-4000-8000-000000000005",
      "warehouse": "c0a00005-0001-4000-8000-000000000001",
      "location": null,
      "batch": null,
      "serial_number": null,
      "reserved_quantity": "5.0000",
      "allocated_quantity": "0.0000",
      "uom": "c0a00003-0001-4000-8000-000000000001",
      "source_document_type": "PRODUCTION_ORDER",
      "source_document_id": null,
      "source_document_line_id": null,
      "priority_level": 5,
      "expiry_date": "2025-03-15",
      "reservation_status": "ACTIVE",
      "required_by_date": "2025-03-01",
      "requested_by_user_id": null,
      "remarks": "رزرو برای خط تولید",
      "company": null,
      "created_at": "2025-01-15T10:00:00+03:30"
    }
  },
  {
    "model": "inventory.inspectionlotmodel",
    "pk": "c0a00050-0001-4000-8000-000000000001",
    "fields": {
      "tenant_id": 1,
      "inspection_lot_number": "QC-1403-0001",
      "inspection_type": "INCOMING",
      "inspection_date": "2025-02-05",
      "item": "c0a00010-0001-4000-8000-000000000007",
      "batch": "c0a00020-0001-4000-8000-000000000004",
      "warehouse": "c0a00005-0001-4000-8000-000000000004",
      "source_document_type": "PURCHASE_ORDER",
      "source_document_id": null,
      "source_sle": null,
      "inspection_quantity": "200.0000",
      "sample_size": "20.0000",
      "uom": "c0a00003-0001-4000-8000-000000000001",
      "inspection_status": "PENDING",
      "quality_decision": "PENDING",
      "inspection_start_date": null,
      "inspection_complete_date": null,
      "inspector_id": null,
      "approved_by": null,
      "approved_date": null,
      "remarks": "بازرسی ورودی فن‌های خنک‌کننده — بچ FAN-LOT-5521",
      "company": null,
      "created_at": "2025-01-15T10:00:00+03:30"
    }
  },
  {
    "model": "inventory.inspectionlotmodel",
    "pk": "c0a00050-0001-4000-8000-000000000002",
    "fields": {
      "tenant_id": 1,
      "inspection_lot_number": "QC-1403-0002",
      "inspection_type": "INCOMING",
      "inspection_date": "2025-01-20",
      "item": "c0a00010-0001-4000-8000-000000000003",
      "batch": "c0a00020-0001-4000-8000-000000000003",
      "warehouse": "c0a00005-0001-4000-8000-000000000004",
      "source_document_type": "PURCHASE_ORDER",
      "source_document_id": null,
      "source_sle": null,
      "inspection_quantity": "20.0000",
      "sample_size": "5.0000",
      "uom": "c0a00003-0001-4000-8000-000000000002",
      "inspection_status": "COMPLETED",
      "quality_decision": "ACCEPTED",
      "inspection_start_date": "2025-01-20",
      "inspection_complete_date": "2025-01-21",
      "inspector_id": null,
      "approved_by": null,
      "approved_date": "2025-01-21",
      "remarks": "خمیر فلاکس — بازرسی ورودی تکمیل شد — قبول",
      "company": null,
      "created_at": "2025-01-15T10:00:00+03:30"
    }
  },
  {
    "model": "inventory.inspectionresultmodel",
    "pk": "c0a00051-0001-4000-8000-000000000001",
    "fields": {
      "tenant_id": 1,
      "inspection_lot": "c0a00050-0001-4000-8000-000000000002",
      "inspection_characteristic": "دمای کاری",
      "target_value": "200°C",
      "actual_value": "198°C",
      "tolerance_lower": "190.0000",
      "tolerance_upper": "210.0000",
      "result_status": "PASS",
      "tested_by": null,
      "tested_date": "2025-01-20T10:30:00+03:30",
      "remarks": ""
    }
  },
  {
    "model": "inventory.inspectionresultmodel",
    "pk": "c0a00051-0001-4000-8000-000000000002",
    "fields": {
      "tenant_id": 1,
      "inspection_lot": "c0a00050-0001-4000-8000-000000000002",
      "inspection_characteristic": "غلظت (ویسکوزیته)",
      "target_value": "35 Pa·s",
      "actual_value": "34.5 Pa·s",
      "tolerance_lower": "30.0000",
      "tolerance_upper": "40.0000",
      "result_status": "PASS",
      "tested_by": null,
      "tested_date": "2025-01-20T11:00:00+03:30",
      "remarks": ""
    }
  },
  {
    "model": "inventory.itemcostingmodel",
    "pk": "c0a00060-0001-4000-8000-000000000001",
    "fields": {
      "tenant_id": 1,
      "item": "c0a00010-0001-4000-8000-000000000001",
      "company": null,
      "costing_method": "c0a00002-0001-4000-8000-000000000001",
      "standard_cost": "800000.0000",
      "moving_average_cost": "850000.0000",
      "last_purchase_cost": "0.0000",
      "currency_code": "IRR",
      "last_cost_update_date": "2025-02-10",
      "is_active": true
    }
  },
  {
    "model": "inventory.itemcostingmodel",
    "pk": "c0a00060-0001-4000-8000-000000000002",
    "fields": {
      "tenant_id": 1,
      "item": "c0a00010-0001-4000-8000-000000000002",
      "company": null,
      "costing_method": "c0a00002-0001-4000-8000-000000000001",
      "standard_cost": "200.0000",
      "moving_average_cost": "250.0000",
      "last_purchase_cost": "240.0000",
      "currency_code": "IRR",
      "last_cost_update_date": "2025-01-25",
      "is_active": true
    }
  },
  {
    "model": "inventory.itemcostingmodel",
    "pk": "c0a00060-0001-4000-8000-000000000003",
    "fields": {
      "tenant_id": 1,
      "item": "c0a00010-0001-4000-8000-000000000005",
      "company": null,
      "costing_method": "c0a00002-0001-4000-8000-000000000001",
      "standard_cost": "18000000.0000",
      "moving_average_cost": "18500000.0000",
      "last_purchase_cost": "0.0000",
      "currency_code": "IRR",
      "last_cost_update_date": "2025-02-12",
      "is_active": true
    }
  },
  {
    "model": "inventory.stockledgerentrymodel",
    "pk": "c0a00070-0001-4000-8000-000000000001",
    "fields": {
      "tenant_id": 1,
      "entry_number": "SLE-1403-000001",
      "posting_date": "2025-01-15",
      "posting_time": "09:30:00",
      "item": "c0a00010-0001-4000-8000-000000000002",
      "warehouse": "c0a00005-0001-4000-8000-000000000001",
      "location": "c0a00006-0001-4000-8000-000000000002",
      "batch": "c0a00020-0001-4000-8000-000000000002",
      "serial_number": null,
      "stock_status": "c0a00007-0001-4000-8000-000000000001",
      "ownership_type": "OWN",
      "owner_id": null,
      "project_id": null,
      "transaction_type": "GR",
      "transaction_sub_type": "PURCHASE",
      "source_document_type": "PURCHASE_ORDER",
      "source_document_id": null,
      "source_document_line_id": null,
      "quantity": "25000.0000",
      "uom": "c0a00003-0001-4000-8000-000000000001",
      "quantity_in_base_uom": "25000.0000",
      "unit_cost": "240.0000",
      "total_cost": "6000000.0000",
      "costing_method": "c0a00002-0001-4000-8000-000000000001",
      "currency_code": "IRR",
      "reason_code": "",
      "remarks": "رسید کالا — خرید مقاومت از تأمین‌کننده",
      "reference_number": "PO-1403-0045",
      "is_reversed": false,
      "reversed_by_sle": null,
      "company": null,
      "fiscal_year": 1403,
      "fiscal_period": 11,
      "created_at": "2025-01-15T10:00:00+03:30"
    }
  },
  {
    "model": "inventory.stockledgerentrymodel",
    "pk": "c0a00070-0001-4000-8000-000000000002",
    "fields": {
      "tenant_id": 1,
      "entry_number": "SLE-1403-000002",
      "posting_date": "2025-02-05",
      "posting_time": "14:00:00",
      "item": "c0a00010-0001-4000-8000-000000000001",
      "warehouse": "c0a00005-0001-4000-8000-000000000001",
      "location": "c0a00006-0001-4000-8000-000000000003",
      "batch": "c0a00020-0001-4000-8000-000000000001",
      "serial_number": null,
      "stock_status": "c0a00007-0001-4000-8000-000000000001",
      "ownership_type": "OWN",
      "owner_id": null,
      "project_id": null,
      "transaction_type": "GR",
      "transaction_sub_type": "PRODUCTION",
      "source_document_type": "PRODUCTION_ORDER",
      "source_document_id": null,
      "source_document_line_id": null,
      "quantity": "150.0000",
      "uom": "c0a00003-0001-4000-8000-000000000001",
      "quantity_in_base_uom": "150.0000",
      "unit_cost": "850000.0000",
      "total_cost": "127500000.0000",
      "costing_method": "c0a00002-0001-4000-8000-000000000001",
      "currency_code": "IRR",
      "reason_code": "",
      "remarks": "رسید تولید — برد اصلی نسخه ۳",
      "reference_number": "PRD-1403-0012",
      "is_reversed": false,
      "reversed_by_sle": null,
      "company": null,
      "fiscal_year": 1403,
      "fiscal_period": 11,
      "created_at": "2025-01-15T10:00:00+03:30"
    }
  },
  {
    "model": "inventory.stockledgerentrymodel",
    "pk": "c0a00070-0001-4000-8000-000000000003",
    "fields": {
      "tenant_id": 1,
      "entry_number": "SLE-1403-000003",
      "posting_date": "2025-02-10",
      "posting_time": "11:15:00",
      "item": "c0a00010-0001-4000-8000-000000000002",
      "warehouse": "c0a00005-0001-4000-8000-000000000001",
      "location": "c0a00006-0001-4000-8000-000000000002",
      "batch": "c0a00020-0001-4000-8000-000000000002",
      "serial_number": null,
      "stock_status": "c0a00007-0001-4000-8000-000000000001",
      "ownership_type": "OWN",
      "owner_id": null,
      "project_id": null,
      "transaction_type": "GI",
      "transaction_sub_type": "PRODUCTION",
      "source_document_type": "PRODUCTION_ORDER",
      "source_document_id": null,
      "source_document_line_id": null,
      "quantity": "-3000.0000",
      "uom": "c0a00003-0001-4000-8000-000000000001",
      "quantity_in_base_uom": "-3000.0000",
      "unit_cost": "250.0000",
      "total_cost": "-750000.0000",
      "costing_method": "c0a00002-0001-4000-8000-000000000001",
      "currency_code": "IRR",
      "reason_code": "",
      "remarks": "حواله مصرف مقاومت — خط تولید",
      "reference_number": "PRD-1403-0012",
      "is_reversed": false,
      "reversed_by_sle": null,
      "company": null,
      "fiscal_year": 1403,
      "fiscal_period": 11,
      "created_at": "2025-01-15T10:00:00+03:30"
    }
  },
  {
    "model": "inventory.cyclecountschedulemodel",
    "pk": "c0a00080-0001-4000-8000-000000000001",
    "fields": {
      "tenant_id": 1,
      "schedule_name": "شمارش ماهانه اقلام A",
      "warehouse": "c0a00005-0001-4000-8000-000000000001",
      "count_frequency_days": 30,
      "item_group": null,
      "abc_class": "A",
      "high_value_items_only": false,
      "next_count_date": "2025-03-01",
      "last_count_date": "2025-02-01",
      "is_active": true,
      "created_at": "2025-01-15T10:00:00+03:30"
    }
  },
  {
    "model": "inventory.cyclecountschedulemodel",
    "pk": "c0a00080-0001-4000-8000-000000000002",
    "fields": {
      "tenant_id": 1,
      "schedule_name": "شمارش فصلی اقلام B و C",
      "warehouse": "c0a00005-0001-4000-8000-000000000001",
      "count_frequency_days": 90,
      "item_group": null,
      "abc_class": "",
      "high_value_items_only": false,
      "next_count_date": "2025-04-01",
      "last_count_date": "2025-01-01",
      "is_active": true,
      "created_at": "2025-01-15T10:00:00+03:30"
    }
  }
]