= $e($t('statistics.orders.description')) ?>
= $e(json_encode([
'filters' => $debugMeta,
'diagnostics' => $diagnostics,
], JSON_UNESCAPED_UNICODE | JSON_PRETTY_PRINT)) ?>
= $e($t('statistics.orders.empty')) ?>
| = $e($t('statistics.orders.columns.day')) ?> | = $e($channelMap[$channelKey] ?? $channelKey) ?> | = $e($t('statistics.orders.columns.total')) ?> | ||||
|---|---|---|---|---|---|---|
| = $e($t('statistics.orders.columns.orders_count')) ?> | = $e($t('statistics.orders.columns.total_net')) ?> | = $e($t('statistics.orders.columns.total_gross')) ?> | = $e($t('statistics.orders.columns.orders_count')) ?> | = $e($t('statistics.orders.columns.total_net')) ?> | = $e($t('statistics.orders.columns.total_gross')) ?> | |
| = $e((string) ($row['day'] ?? '')) ?> | = $e((string) ((int) ($channelStats['orders_count'] ?? 0))) ?> | = $e(number_format((float) ($channelStats['total_net'] ?? 0), 2, '.', ' ')) ?> | = $e(number_format((float) ($channelStats['total_gross'] ?? 0), 2, '.', ' ')) ?> | = $e((string) ((int) ($row['day_total_orders'] ?? 0))) ?> | = $e(number_format((float) ($row['day_total_net'] ?? 0), 2, '.', ' ')) ?> | = $e(number_format((float) ($row['day_total_gross'] ?? 0), 2, '.', ' ')) ?> |
| = $e($t('statistics.orders.columns.summary')) ?> | = $e((string) ((int) ($channelTotals['orders_count'] ?? 0))) ?> | = $e(number_format((float) ($channelTotals['total_net'] ?? 0), 2, '.', ' ')) ?> | = $e(number_format((float) ($channelTotals['total_gross'] ?? 0), 2, '.', ' ')) ?> | = $e((string) ((int) ($totals['orders_count'] ?? 0))) ?> | = $e(number_format((float) ($totals['total_net'] ?? 0), 2, '.', ' ')) ?> | = $e(number_format((float) ($totals['total_gross'] ?? 0), 2, '.', ' ')) ?> |