================================================================================
REQUEST LOG: req_EjkFr1YfEaAC
================================================================================

[2025-12-29 18:41:02.903528] REQUEST END
    Status: 200
    Response Time: 38.13ms
    Response: {
    "success": true,
    "message": "Transactions retrieved successfully",
    "data": [
        {
            "id": 2,
            "branch_id": 1,
            "ingredient_id": 1,
            "user_id": 2,
            "type": "in",
            "quantity": "10.0000",
            "unit_cost": "290.00",
            "balance_after": "10.0000",
            "reference_type": null,
            "reference_id": null,
            "notes": null,
            "created_at": "2025-12-29T18:41:00.000000Z",
            "updated_at": "2025-12-29T18:41:00.000000Z",
            "ingredient": {
                "id": 1,
                "name": "sugar",
                "sku": "67575",
                "unit": "kg",
                "cost_per_unit": "20.00",
                "minimum_stock": "200.000",
                "reorder_level": "100.000",
                "is_active": true,
                "created_at": "2025-12-29T18:37:50.000000Z",
                "updated_at": "2025-12-29T18:37:50.000000Z",
                "deleted_at": null
            },
            "user": {
                "id": 2,
                "name": "Super Admin",
                "email": "admin@creamyutopia.com",
                "email_verified_at": null,
                "created_at": "2025-12-26T21:53:33.000000Z",
                "updated_at": "2025-12-26T21:53:33.000000Z",
                "branch_id": null,
                "deleted_at": null
            }
        },
        {
            "id": 1,
            "branch_id": 1,
            "ingredient_id": 1,
            "user_id": 2,
            "type": "out",
            "quantity": "-5.0000",
            "unit_cost": "0.00",
            "balance_after": "0.0000",
            "reference_type": "production_batch",
            "reference_id": 1,
            "notes": "Production batch: BATCH-1-20251229-0001",
            "created_at": "2025-12-29T18:39:12.000000Z",
            "updated_at": "2025-12-29T18:39:12.000000Z",
            "ingredient": {
                "id": 1,
                "name": "sugar",
                "sku": "67575",
                "unit": "kg",
                "cost_per_unit": "20.00",
                "minimum_stock": "200.000",
                "reorder_level": "100.000",
                "is_active": true,
                "created_at": "2025-12-29T18:37:50.000000Z",
                "updated_at": "2025-12-29T18:37:50.000000Z",
                "deleted_at": null
            },
            "user": {
                "id": 2,
                "name": "Super Admin",
                "email": "admin@creamyutopia.com",
                "email_verified_at": null,
                "created_at": "2025-12-26T21:53:33.000000Z",
                "updated_at": "2025-12-26T21:53:33.000000Z",
                "branch_id": null,
                "deleted_at": null
            }
        }
    ],
    "meta": {
        "request_id": "req_EjkFr1YfEaAC",
        "timestamp": "2025-12-29T18:41:02+00:00"
    }
}

================================================================================