From 9f3cd46f9c2734f1bab4820a75d7088d2e4c589e Mon Sep 17 00:00:00 2001 From: Rene Fichtmueller Date: Mon, 20 Apr 2026 21:44:33 +0200 Subject: [PATCH] ui: mark Top Sellers widget data as DEMO (synthetic seed data, not real sales) --- packages/dashboard/index.html | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/packages/dashboard/index.html b/packages/dashboard/index.html index bf0133e..610029b 100644 --- a/packages/dashboard/index.html +++ b/packages/dashboard/index.html @@ -1786,16 +1786,17 @@
-
🔥 Top Sellers (by units sold)
+
🔥 Top Sellers (by units sold) DEMO DATA
+
⚠ Verkauft-Zahlen sind synthetische Seed-Daten — keine echten Flexoptix-Verkaufszahlen
- - - + + + @@ -6696,9 +6697,9 @@ async function loadStock() { return '' + '' + '' - + '' - + '' - + '' + + '' + + '' + + '' + '' + ''; }).join('');
Part Number Form FactorVerkauftDE-LagerGlobal-LagerVerkauft [DEMO]DE-Lager [DEMO]Global-Lager [DEMO] Preis (net)
' + pn + '' + esc(r.form_factor || '—') + '' + Number(r.units_sold || 0).toLocaleString() + '' + (r.warehouse_de_qty != null ? Number(r.warehouse_de_qty).toLocaleString() : '—') + '' + (r.warehouse_global_qty != null ? Number(r.warehouse_global_qty).toLocaleString() : '—') + '' + Number(r.units_sold || 0).toLocaleString() + ' demo' + (r.warehouse_de_qty != null ? Number(r.warehouse_de_qty).toLocaleString() + ' demo' : '—') + '' + (r.warehouse_global_qty != null ? Number(r.warehouse_global_qty).toLocaleString() + ' demo' : '—') + '' + fmtPrice(r.price_net, r.price_currency) + '