================================================================================
REQUEST LOG: req_ZrE84vHxiUd8
================================================================================

[2026-06-10 14:03:57.550645] REQUEST END
    Status: 200
    Response Time: 8.86ms
    Response: {
    "success": true,
    "message": "Purchase orders retrieved successfully",
    "data": [
        {
            "id": 1,
            "branch_id": "8",
            "user_id": "16",
            "po_number": "PO-20260610-0001",
            "supplier_name": "ali",
            "supplier_contact": "03164094959",
            "status": "draft",
            "total_amount": "24.00",
            "notes": null,
            "expected_at": "2026-06-11T00:00:00.000000Z",
            "received_at": null,
            "created_at": "2026-06-10T14:03:56.000000Z",
            "updated_at": "2026-06-10T14:03:56.000000Z",
            "deleted_at": null,
            "tenant_id": "1",
            "user": {
                "id": 16,
                "branch_id": "8",
                "name": "ammad",
                "email": "ali@gmail.com",
                "email_verified_at": null,
                "created_at": "2026-05-18T05:36:44.000000Z",
                "updated_at": "2026-05-18T05:36:44.000000Z",
                "deleted_at": null,
                "tenant_id": "5"
            },
            "items": [
                {
                    "id": 1,
                    "purchase_order_id": "1",
                    "ingredient_id": "4",
                    "destination_warehouse_id": null,
                    "quantity_ordered": "6.0000",
                    "quantity_received": "0.0000",
                    "unit_cost": "4.00",
                    "total_cost": "24.00",
                    "created_at": "2026-06-10T14:03:56.000000Z",
                    "updated_at": "2026-06-10T14:03:56.000000Z",
                    "ingredient": {
                        "id": 4,
                        "name": "Milk (For Shakes)",
                        "sku": null,
                        "unit": "Grams",
                        "cost_per_unit": "0.28",
                        "minimum_stock": "3000.000",
                        "reorder_level": "1000.000",
                        "is_active": true,
                        "created_at": "2026-02-07T16:36:37.000000Z",
                        "updated_at": "2026-02-14T16:36:50.000000Z",
                        "deleted_at": null,
                        "tenant_id": "1"
                    }
                }
            ]
        }
    ],
    "meta": {
        "request_id": "req_ZrE84vHxiUd8",
        "timestamp": "2026-06-10T14:03:57+00:00"
    }
}

================================================================================