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 @@
| Part Number | Form Factor | -Verkauft | -DE-Lager | -Global-Lager | +Verkauft [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) + ' | ' + '