================================================================================
REQUEST LOG: req_OI1kdqwf1uM7
================================================================================

[2026-05-11 16:06:51.773972] REQUEST END
    Status: 200
    Response Time: 6.09ms
    Response: {
    "success": true,
    "message": "Sales report retrieved successfully",
    "data": {
        "period": {
            "start": "2026-04-11",
            "end": "2026-05-11"
        },
        "summary": {
            "total_orders": 9,
            "total_revenue": 1262,
            "average_order_value": 140.22222222222223,
            "total_discount": 98
        },
        "daily_sales": {
            "2026-05-09": {
                "count": 3,
                "total": 802,
                "average": 267.3333333333333
            },
            "2026-05-10": {
                "count": 5,
                "total": 360,
                "average": 72
            },
            "2026-05-11": {
                "count": 1,
                "total": 100,
                "average": 100
            }
        },
        "payment_methods": [
            {
                "payment_method": "cash",
                "count": "9",
                "total": "1262.00"
            }
        ]
    },
    "meta": {
        "request_id": "req_OI1kdqwf1uM7",
        "timestamp": "2026-05-11T16:06:51+00:00"
    }
}

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