{{ t('pageTitle') }}
{{ t('subtitle') }}
{{ t('demoData') }}
{{ t('sessionExpired') }}
{{ t('errorHeader') }}
{{ error }}
{{ t('undistributedNote').replace('{n}', fmtInt(undistributedUnits)) }}
{{ t('consignmentSettledNote') }}
{{ t('units') }}
{{ fmtInt(totals.units) }}
{{ rows.length }} {{ rows.length === 1 ? t('row') : t('rows') }}
{{ t('yourEarnings') }}
{{ fmtEur(totals.earnings_eur) }}
{{ t('earningsHint') }} · ⚠ {{ fmtInt(totals.unpriced_units) }} {{ t('unpricedHint') }}
{{ t('grossRevenue') }}
{{ fmtEur(totals.revenue_eur) }}
{{ paymentLabel }}
{{ t('orders') }}
{{ fmtInt(totals.order_count) }}
{{ periodLabel }}
{{ t('b2cMix') }}
{{ b2cMix }}
{{ t('ofUnits') }}
{{ t('onShelf') }}
{{ fmtInt(shelf.totals.shelf_units) }}
{{ t('reservedByStores') }}
{{ t('distribution') }}
- {{ seg.label }} {{ seg.pct }}%
{{ t('onShelfShort') }}
{{ fmtInt(storeSummary.reserved) }}
{{ fmtEur(storeSummary.reservedEarnings) }}
{{ t('unpaid') }}
{{ fmtInt(storeSummary.unpaid) }}
{{ fmtEur(storeSummary.unpaidEarnings) }}
{{ t('paid') }}
{{ fmtInt(storeSummary.paid) }}
{{ fmtEur(storeSummary.paidEarnings) }}
{{ currentTitle }}
No sales for this filter combination.
| {{ firstColumnLabel }} | Country | {{ t('sharePct') }} | Shelf | {{ t('unpaid') }} | Paid | Units | {{ t('yourEarnings') }} | {{ t('grossRevenue') }} | Orders | Action |
|---|---|---|---|---|---|---|---|---|---|---|
| {{ row.country_code || '-' }} | {{ row.share_pct != null ? row.share_pct + '%' : '-' }} | {{ fmtInt(row.units_reserved || 0) }} | {{ fmtInt(row.units_unpaid || ((row.units_invoiced || 0) + (row.units_shipped || 0))) }} | {{ fmtInt(row.units_paid || 0) }} | {{ fmtInt(row.units) }} | {{ fmtEur(row.earnings_eur) }}⚠ | {{ fmtEur(row.revenue_eur) }} | {{ fmtInt(row.order_count) }} | {{ row.key }} |
{{ storeDrill.store }} — {{ storeDrill.city }}
{{ t('errorHeader') }}: {{ storeDrill.error }}
{{ seg.country_code }} · {{ seg.share_pct }}%
{{ fmtInt(seg.units) }} {{ t('units').toLowerCase() }} · {{ fmtInt(seg.order_count) }} {{ t('orders').toLowerCase() }}
| SKU | {{ t('onShelfShort') }} | {{ t('unpaid') }} | {{ t('paid') }} | {{ t('yourEarnings') }} | {{ t('grossRevenue') }} | {{ t('orders') }} |
|---|---|---|---|---|---|---|
| {{ r.sku }} | {{ fmtInt(r.units_reserved) }} | {{ fmtInt(r.units_unpaid || ((r.units_invoiced || 0) + (r.units_shipped || 0))) }} | {{ fmtInt(r.units_paid) }} | {{ fmtEur(r.earnings_eur) }}⚠ | {{ fmtEur(r.revenue_eur) }} | {{ fmtInt(r.order_count) }} |
{{ t('noSkuRows') }}