{{$total_data['title']}} ZA DZIEŃ: {{$total_data['pdf_data']['day']}}

Statystyki - gracze
Rodzaj Łączna liczba graczy Liczba osób płacących gotówką
PQ {{ $total_data['pdf_data']['PQ_att_day'] }} {{ $total_data['pdf_data']['PQ_att_day_cash'] }}
PC {{ $total_data['pdf_data']['PC_att_day'] }} {{ $total_data['pdf_data']['PC_att_day_cash'] }}
QS {{ $total_data['pdf_data']['QS_att_day'] }} {{ $total_data['pdf_data']['QS_att_day_cash'] }}
RAZEM {{ $total_data['pdf_data']['PQ_att_day'] + $total_data['pdf_data']['PC_att_day'] + $total_data['pdf_data']['QS_att_day'] }} {{ $total_data['pdf_data']['PQ_att_day_cash'] + $total_data['pdf_data']['PC_att_day_cash'] + $total_data['pdf_data']['QS_att_day_cash'] }}
Statystyki - wydarzenia
Rodzaj Łączna liczba quizów
(zaplanowanych)
Średnia liczba graczy na quiz Średnia liczba płatności
gotówką na quiz
PQ {{ $total_data['pdf_data']['PQ_count_day'] }} ({{ $total_data['pdf_data']['PQ_count_day_all'] }}) {{ $total_data['pdf_data']['PQ_count_day'] > 0 ? intval($total_data['pdf_data']['PQ_att_day']/$total_data['pdf_data']['PQ_count_day']) : 0 }} {{ $total_data['pdf_data']['PQ_count_day'] > 0 ? intval($total_data['pdf_data']['PQ_att_day_cash']/$total_data['pdf_data']['PQ_count_day']) : 0 }}
PC {{ $total_data['pdf_data']['PC_count_day'] }} ({{ $total_data['pdf_data']['PC_count_day_all'] }}) {{ $total_data['pdf_data']['PC_count_day'] > 0 ? intval($total_data['pdf_data']['PC_att_day']/$total_data['pdf_data']['PC_count_day']) : 0 }} {{ $total_data['pdf_data']['PC_count_day'] > 0 ? intval($total_data['pdf_data']['PC_att_day_cash']/$total_data['pdf_data']['PC_count_day']) : 0 }}
QS {{ $total_data['pdf_data']['QS_count_day'] }} ({{ $total_data['pdf_data']['QS_count_day_all'] }}) {{ $total_data['pdf_data']['QS_count_day'] > 0 ? intval($total_data['pdf_data']['QS_att_day']/$total_data['pdf_data']['QS_count_day']) : 0 }} {{ $total_data['pdf_data']['QS_count_day'] > 0 ? intval($total_data['pdf_data']['QS_att_day_cash']/$total_data['pdf_data']['QS_count_day']) : 0 }}
RAZEM {{ $total_data['pdf_data']['PQ_count_day'] + $total_data['pdf_data']['PC_count_day'] + $total_data['pdf_data']['QS_count_day'] }} ({{ $total_data['pdf_data']['PQ_count_day_all'] + $total_data['pdf_data']['PC_count_day_all'] + $total_data['pdf_data']['QS_count_day_all'] }}) {{ $total_data['pdf_data']['games_day'] > 0 ? intval(($total_data['pdf_data']['PQ_att_day'] + $total_data['pdf_data']['PC_att_day'] + $total_data['pdf_data']['QS_att_day']) / $total_data['pdf_data']['games_day']) : 0 }} {{ $total_data['pdf_data']['games_day'] > 0 ? intval(($total_data['pdf_data']['PQ_att_day_cash'] + $total_data['pdf_data']['PC_att_day_cash'] + $total_data['pdf_data']['QS_att_day_cash']) / $total_data['pdf_data']['games_day']) : 0 }}
Uwagi z raportów
@foreach($total_data['pdf_data']['daily_reports'] as $report)
{{ $report['presenter'] . " (" . $report['place'] . ")"}}
Treść: {{$report['comment']}}
@endforeach

{{$total_data['title']}} ZA MIESIĄC: {{$total_data['pdf_data']['month']}}

Statystyki - gracze
Rodzaj Łączna liczba graczy
(płatność gotówką)
Poprzedni miesiąc
PQ {{ $total_data['pdf_data']['PQ_att'] }} ({{ $total_data['pdf_data']['PQ_att_cash'] }}) {{ $total_data['lastmonth_data']['PQ_att'] }} ({{ $total_data['lastmonth_data']['PQ_att_cash'] }})
PC {{ $total_data['pdf_data']['PC_att'] }} ({{ $total_data['pdf_data']['PC_att_cash'] }}) {{ $total_data['lastmonth_data']['PC_att'] }} ({{ $total_data['lastmonth_data']['PC_att_cash'] }})
QS {{ $total_data['pdf_data']['QS_att'] }} ({{ $total_data['pdf_data']['QS_att_cash'] }}) {{ $total_data['lastmonth_data']['QS_att'] }} ({{ $total_data['lastmonth_data']['QS_att'] }})
RAZEM {{ $total_data['pdf_data']['PQ_att'] + $total_data['pdf_data']['PC_att'] + $total_data['pdf_data']['QS_att'] }} ({{ $total_data['pdf_data']['PQ_att_cash'] + $total_data['pdf_data']['PC_att_cash'] + $total_data['pdf_data']['QS_att_cash'] }}) {{ $total_data['lastmonth_data']['PQ_att'] + $total_data['lastmonth_data']['PC_att'] + $total_data['lastmonth_data']['QS_att'] }} ({{ $total_data['lastmonth_data']['PQ_att_cash'] + $total_data['lastmonth_data']['PC_att_cash'] + $total_data['lastmonth_data']['QS_att_cash'] }})
Statystyki - wydarzenia
Rodzaj Łączna liczba quizów
(zaplanowanych)
Średnia liczba graczy na quiz Poprzedni miesiąc (średnia)
PQ {{ $total_data['pdf_data']['PQ_count'] }} ({{ $total_data['pdf_data']['PQ_count_all'] }}) {{ $total_data['pdf_data']['PQ_count'] > 0 ? intval($total_data['pdf_data']['PQ_att']/$total_data['pdf_data']['PQ_count']) : 0 }} {{ $total_data['lastmonth_data']['PQ_count'] > 0 ? intval($total_data['lastmonth_data']['PQ_att']/$total_data['lastmonth_data']['PQ_count']) : 0 }}
PC {{ $total_data['pdf_data']['PC_count'] }} ({{ $total_data['pdf_data']['PC_count_all'] }}) {{ $total_data['pdf_data']['PC_count'] > 0 ? intval($total_data['pdf_data']['PC_att']/$total_data['pdf_data']['PC_count']) : 0 }} {{ $total_data['lastmonth_data']['PC_count'] > 0 ? intval($total_data['lastmonth_data']['PC_att']/$total_data['lastmonth_data']['PC_count']) : 0 }}
QS {{ $total_data['pdf_data']['QS_count'] }} ({{ $total_data['pdf_data']['QS_count_all'] }}) {{ $total_data['pdf_data']['QS_count'] > 0 ? intval($total_data['pdf_data']['QS_att']/$total_data['pdf_data']['QS_count']) : 0 }} {{ $total_data['lastmonth_data']['QS_count'] > 0 ? intval($total_data['lastmonth_data']['QS_att']/$total_data['lastmonth_data']['QS_count']) : 0 }}
RAZEM {{ $total_data['pdf_data']['PQ_count'] + $total_data['pdf_data']['PC_count'] + $total_data['pdf_data']['QS_count'] }} ({{ $total_data['pdf_data']['PQ_count_all'] + $total_data['pdf_data']['PC_count_all'] + $total_data['pdf_data']['QS_count_all'] }}) {{ $total_data['pdf_data']['games'] > 0 ? intval(($total_data['pdf_data']['PQ_att'] + $total_data['pdf_data']['PC_att'] + $total_data['pdf_data']['QS_att']) / $total_data['pdf_data']['games']) : 0 }} {{ $total_data['lastmonth_data']['games'] > 0 ? intval(($total_data['lastmonth_data']['PQ_att'] + $total_data['lastmonth_data']['PC_att'] + $total_data['lastmonth_data']['QS_att']) / $total_data['lastmonth_data']['games']) : 0 }}