i - The default time settings for the merchant view are from 12:00 AM to 11:59 PM. + Combined metrics from both the Business (Ritz tokens) and Store performance parameters.
@@ -180,10 +184,31 @@ const Dashboard = () => {{timeRange === 'Today' ? 'Today' : timeRange}
-Total: 🅡{(stats.totalSales || 0).toLocaleString()}
++ Total: {dashboardMode === 'business' ? `🅡${(stats.totalSales || 0).toLocaleString()}` : `₹${(stats.totalStoreRevenue || 0).toLocaleString()}`} +
| Items | -Sold Quantity | -
|---|---|
|
-
-
-
- {item.imageUrl ? (
-
-
-
- {item.category} -{item.name} - |
- - {item.orderCount} - | -
{insight.text}
-