{
  "summary": {
    "total_items": 1280,
    "total_locations": 12,
    "total_stock": 98250,
    "low_stock": 37
  },
  "sto": {
    "draft": 8,
    "checked": 6,
    "approved": 10,
    "in_transit": 5,
    "completed": 42
  },
  "inventory_by_location": [
    { "location": "Gudang Pusat", "qty": 25000 },
    { "location": "Gudang Cabang A", "qty": 14200 },
    { "location": "Gudang Cabang B", "qty": 11800 },
    { "location": "Gudang Cabang C", "qty": 9700 },
    { "location": "Gudang Transit 1", "qty": 5200 },
    { "location": "Gudang Transit 2", "qty": 3400 },
    { "location": "Store Jakarta", "qty": 6200 },
    { "location": "Store Bandung", "qty": 4800 }
  ],
  "low_stock_items": [
    { "name": "Pupuk Urea", "qty": 4 },
    { "name": "Pupuk NPK", "qty": 6 },
    { "name": "Benih Jagung Hybrid", "qty": 3 },
    { "name": "Pestisida Organik", "qty": 5 },
    { "name": "Herbisida", "qty": 2 },
    { "name": "Alat Semprot", "qty": 1 }
  ],
  "recent_movements": [
    {
      "id": 1,
      "item": "Pupuk Urea",
      "location": "Gudang Pusat",
      "type": "OUT",
      "qty": 50
    },
    {
      "id": 2,
      "item": "Benih Padi",
      "location": "Gudang Cabang A",
      "type": "IN",
      "qty": 120
    },
    {
      "id": 3,
      "item": "Pupuk NPK",
      "location": "Gudang Cabang B",
      "type": "TRANSFER_OUT",
      "qty": 80
    },
    {
      "id": 4,
      "item": "Pupuk NPK",
      "location": "Gudang Cabang C",
      "type": "TRANSFER_IN",
      "qty": 80
    },
    {
      "id": 5,
      "item": "Pestisida Organik",
      "location": "Store Bandung",
      "type": "OUT",
      "qty": 20
    },
    {
      "id": 6,
      "item": "Alat Semprot",
      "location": "Gudang Pusat",
      "type": "IN",
      "qty": 15
    },
    {
      "id": 7,
      "item": "Herbisida",
      "location": "Gudang Transit 1",
      "type": "TRANSFER_OUT",
      "qty": 40
    },
    {
      "id": 8,
      "item": "Herbisida",
      "location": "Store Jakarta",
      "type": "TRANSFER_IN",
      "qty": 40
    }
  ],
  "approvals": [
    {
      "sto": "STO-001",
      "checker": "APPROVED",
      "supervisor": "APPROVED"
    },
    {
      "sto": "STO-002",
      "checker": "APPROVED",
      "supervisor": "PENDING"
    },
    {
      "sto": "STO-003",
      "checker": "PENDING",
      "supervisor": "PENDING"
    },
    {
      "sto": "STO-004",
      "checker": "APPROVED",
      "supervisor": "REJECTED"
    },
    {
      "sto": "STO-005",
      "checker": "APPROVED",
      "supervisor": "APPROVED"
    }
  ]
}