================================================================================
REQUEST LOG: req_jWCIhkLOuJld
================================================================================

[2026-05-13 13:10:10.952340] REQUEST END
    Status: 200
    Response Time: 15.89ms
    Response: {
    "success": true,
    "message": "Sales report retrieved successfully",
    "data": {
        "period": {
            "start": "2026-04-13",
            "end": "2026-05-13"
        },
        "summary": {
            "total_orders": 3,
            "total_revenue": 2814,
            "average_order_value": 938,
            "total_discount": 186
        },
        "daily_sales": {
            "2026-05-13": {
                "count": 3,
                "total": 2814,
                "average": 938
            }
        },
        "payment_methods": [
            {
                "payment_method": "cash",
                "count": "2",
                "total": "1900.00"
            },
            {
                "payment_method": "card",
                "count": "1",
                "total": "914.00"
            }
        ]
    },
    "meta": {
        "request_id": "req_jWCIhkLOuJld",
        "timestamp": "2026-05-13T13:10:10+00:00"
    }
}

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