================================================================================
REQUEST LOG: req_f1SVI5rVR7mP
================================================================================

[2026-01-02 10:40:36.669522] REQUEST END
    Status: 200
    Response Time: 12.66ms
    Response: {
    "success": true,
    "message": "Sales report retrieved successfully",
    "data": {
        "period": {
            "start": "2025-12-03",
            "end": "2026-01-02"
        },
        "summary": {
            "total_orders": 5,
            "total_revenue": 453.74,
            "average_order_value": 90.748,
            "total_discount": 0
        },
        "daily_sales": {
            "2026-01-01": {
                "count": 4,
                "total": 103.74000000000001,
                "average": 25.935000000000002
            },
            "2026-01-02": {
                "count": 1,
                "total": 350,
                "average": 350
            }
        },
        "payment_methods": [
            {
                "payment_method": "card",
                "count": 1,
                "total": 15.96
            },
            {
                "payment_method": "cash",
                "count": 4,
                "total": 437.78
            }
        ]
    },
    "meta": {
        "request_id": "req_f1SVI5rVR7mP",
        "timestamp": "2026-01-02T10:40:36+00:00"
    }
}

================================================================================