================================================================================
REQUEST LOG: req_kbHUCJ3uOidB
================================================================================

[2026-05-12 08:01:07.424294] REQUEST END
    Status: 200
    Response Time: 3.4ms
    Response: {
    "success": true,
    "message": "Sales report retrieved successfully",
    "data": {
        "period": {
            "start": "2026-04-12",
            "end": "2026-05-12"
        },
        "summary": {
            "total_orders": 10,
            "total_revenue": 1382,
            "average_order_value": 138.2,
            "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
            },
            "2026-05-12": {
                "count": 1,
                "total": 120,
                "average": 120
            }
        },
        "payment_methods": [
            {
                "payment_method": "cash",
                "count": "10",
                "total": "1382.00"
            }
        ]
    },
    "meta": {
        "request_id": "req_kbHUCJ3uOidB",
        "timestamp": "2026-05-12T08:01:07+00:00"
    }
}

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