{{ item.customer_name ?? item.client_name }}
{{ item.customer_rating }}
{{ formatWeekday(item.date) }}
{{ ', ' + formatDayMonth(item.date) }}
{{ $t('common.from') }}
{{ item.start_time?.slice(0, 5) }}
{{ $t('common.to') }}
{{ item.end_time?.slice(0, 5) }}
{{ formatCurrency(item.total_amount) }}
{{ t(labelsPeriodTypes.find(label => label.value == item.period_type)?.label) }}
{{ item.distance_km ?? 0 }}{{ $t('common.km') }}