{
  "report_timestamp": "2026-01-29T18:04:59.841443",
  "platform_summary": {
    "total_active_systems": 5,
    "overall_efficiency": 1.0,
    "total_operations_today": 17
  },
  "iot_system": {
    "total_devices": 3,
    "active_devices": 3,
    "device_uptime": 1.0
  },
  "fleet_system": {
    "total_vehicles": 2,
    "available": 2,
    "in_transit": 0,
    "fleet_efficiency": 1.0
  },
  "inventory_system": {
    "total_items": 3,
    "total_value": 10900.0,
    "low_stock_items": 0,
    "inventory_efficiency": 1.0
  },
  "staff_system": {
    "total_staff": 3,
    "staff_on_assignment": 0,
    "staff_utilization": 0.0
  },
  "maintenance_system": {
    "total_equipment": 3,
    "operational": 3,
    "equipment_efficiency": 1.0,
    "critical_alerts": 0,
    "total_alerts": 0
  },
  "recent_operations": [
    {
      "operation": "inventory_added",
      "item_id": "sensor_001",
      "quantity": 50,
      "timestamp": "2026-01-29T18:04:59.840362"
    },
    {
      "operation": "staff_added",
      "staff_id": "tech_001",
      "role": "technician",
      "timestamp": "2026-01-29T18:04:59.840529"
    },
    {
      "operation": "staff_added",
      "staff_id": "tech_002",
      "role": "technician",
      "timestamp": "2026-01-29T18:04:59.840550"
    },
    {
      "operation": "staff_added",
      "staff_id": "driver_001",
      "role": "driver",
      "timestamp": "2026-01-29T18:04:59.840564"
    },
    {
      "operation": "equipment_added",
      "equipment_id": "eq_001",
      "equipment_type": "pump",
      "timestamp": "2026-01-29T18:04:59.840694"
    },
    {
      "operation": "equipment_added",
      "equipment_id": "eq_002",
      "equipment_type": "motor",
      "timestamp": "2026-01-29T18:04:59.840740"
    },
    {
      "operation": "equipment_added",
      "equipment_id": "eq_003",
      "equipment_type": "compressor",
      "timestamp": "2026-01-29T18:04:59.840783"
    },
    {
      "operation": "inventory_updated",
      "item_id": "pump_001",
      "quantity_change": -2,
      "transaction_type": "maintenance_use",
      "old_quantity": 15,
      "new_quantity": 13,
      "timestamp": "2026-01-29T18:04:59.840894"
    },
    {
      "operation": "inventory_updated",
      "item_id": "motor_001",
      "quantity_change": -1,
      "transaction_type": "installation",
      "old_quantity": 8,
      "new_quantity": 7,
      "timestamp": "2026-01-29T18:04:59.840920"
    },
    {
      "operation": "inventory_updated",
      "item_id": "sensor_001",
      "quantity_change": 10,
      "transaction_type": "new_stock",
      "old_quantity": 50,
      "new_quantity": 60,
      "timestamp": "2026-01-29T18:04:59.840942"
    }
  ]
}