================================================================================
REQUEST LOG: req_OOiqozJpaosJ
================================================================================

[2026-05-10 01:04:18.384439] REQUEST END
    Status: 200
    Response Time: 2.55ms
    Response: {
    "success": true,
    "message": "Sales report retrieved successfully",
    "data": {
        "period": {
            "start": "2026-04-10",
            "end": "2026-05-10"
        },
        "summary": {
            "total_orders": 4,
            "total_revenue": 902,
            "average_order_value": 225.5,
            "total_discount": 98
        },
        "daily_sales": {
            "2026-05-09": {
                "count": 3,
                "total": 802,
                "average": 267.3333333333333
            },
            "2026-05-10": {
                "count": 1,
                "total": 100,
                "average": 100
            }
        },
        "payment_methods": [
            {
                "payment_method": "cash",
                "count": "4",
                "total": "902.00"
            }
        ]
    },
    "meta": {
        "request_id": "req_OOiqozJpaosJ",
        "timestamp": "2026-05-10T01:04:18+00:00"
    }
}

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