diff --git a/components/DataGrid.tsx b/components/DataGrid.tsx index 1a37e00..3635b4e 100644 --- a/components/DataGrid.tsx +++ b/components/DataGrid.tsx @@ -1146,43 +1146,48 @@ const DataGrid: React.FC = ({ data, filters, hasCustomerFilter, a }; return ( -
-
- - Filtered Totals +
+
+ + Filtered Totals (YTD {latestYear})
-
+
{/* Sell Out */} -
- +
+ Sell Out Revenue + €{currentTotals.sellOut.toLocaleString('de-DE', { maximumFractionDigits: 0 })} {formatDiffPct(soGrowth)}
{/* Units */} -
- +
+ Units Sold + {currentTotals.units.toLocaleString('de-DE')} {formatDiffPct(uGrowth)}
{/* Ad Spend */} -
- +
+ Ad Spend + €{totalAdSpend.toLocaleString('de-DE', { maximumFractionDigits: 0 })} {formatDiffPct(adGrowth)}
{/* Tacos */} -
- +
+ TACOS + {tacosVal.toFixed(2)}% - TACOS + Efficiency
{/* Attributed Sales */} -
- +
+ Ad Attributed Sales + €{totalAttrSales.toLocaleString('de-DE', { maximumFractionDigits: 0 })} {formatDiffPct(attrSalesGrowth)}