- Sampled weekdays with transactions only. Days fully out of stock are excluded per product. -
-| Product | -Revenue (sampled days) | -Eligible Days | -Avg Revenue / Eligible Day | -
|---|---|---|---|
| {row.product.name} | -{formatCurrency(row.sampledRevenue)} | -{row.eligibleDays} | -{formatCurrency(row.avgRevenuePerEligibleDay)} | -
Direct transaction aggregation across sampled days.
+| Rank | +Product | +Units Sold | +Revenue | +Profit | +Margin % | +
|---|---|---|---|---|---|
| {index + 1} | +{row.productName} | +{row.unitsSold} | +{formatCurrency(row.revenue)} | +{formatCurrency(row.profit)} | +{(row.margin * 100).toFixed(1)}% | +