{{ trans('reports.Filter') }}
{{ Form::open(['route' => 'businessReports','class' => 'card-body', 'id' => 'my-form', 'autocomplete' => 'off']) }}
{{ Form::close() }}
{{ Form::label('DATE_RANGE',trans('reports.Select Date Range')) }}
{{ Form::close() }}
{{trans ('reports.Business Report Summary')}}: {{ $dateLabel }}
{{-- [Period: {{ trans( date('Y-m-d 00:00:00', strtotime($selected_datatime[0]))." - ". date('Y-m-d 00:00:00', strtotime($selected_datatime[0]))) }}] --}}{{trans ('reports.Particulars')}} |
{{trans ('reports.Amount')}} |
|---|---|
{{trans ('reports.COMPANY REVENUE')}} |
|
| {{trans ('reports.GRC')}} | {{ $GROSS_RAKE }} |
| {{trans ('reports.BRC')}} | {{ $BONUS_RAKE }} |
| {{trans ('reports.GST')}} | {{ $TOTAL_GST }} |
| {{trans ('reports.NRC')}} | {{ $NET_RAKE_DEPOSIT }} |
| {{trans ('reports.Internal Player Loss/win')}} | {{ $INTERNAL_PLAYER_LOSS }} |
{{trans ('reports.COMPANY D & WE')}} |
|
| {{trans ('reports.Tournament rake')}} | {{ $REAL_PLAYER_TOUR_RAKE }} |
| {{trans ('reports.Deposits')}} | {{ $TOTAL_DEPOSIT }} |
| {{trans ('reports.Withdrawals')}} | {{ $TOTAL_WITHDRAW }} |
| {{trans ('reports.D - W')}} | {{ $TOTAL_DW }} |
| {{trans ('reports.Previous days withdrawal reverted in this in this period')}} | {{ $PRE_PENDING_TODAY_REVERT }} |
| Tournament Refund (Previous Period refunded in this Period) | {{ $TOUR_PRE_REFUND_TODAY }} |
| {{trans ('reports.TDS')}} | {{ $TDS_AMOUNT }} |
| {{trans ('reports.Process Fee')}} | {{ $PROCESSING_FEE }} |
{{trans ('reports.PLAYER ACTIVITY')}} |
|
| {{trans ('reports.Active Real Money Players (AP)')}} | {{ $AP_TOTAL_REAL_REVENUE }} |
| {{trans ('reports.Active Depositing Players (ADP)')}} | {{ $APS_user_id }} |
| {{trans ('reports.New Registrations')}} | {{ $NEW_REGISTRATION }} |
| {{trans ('reports.Total Registered Players')}} | {{ $TOTAL_REGISTRATION }} |
| {{trans ('reports.FTDs')}} | {{ $FIRST_TIME_DEPOSIT_COUNT }} |
| {{trans ('reports.Total Depositors')}} | {{ $TOTAL_DEPOSITER }} |
{{trans ('reports.PLAYER BALANCES')}} |
|
| {{trans ('reports.Opening Player Balance')}} | {{ $REAL_PLAYER_BALANCE_OPEN }} |
| {{trans ('reports.Closing Player Balance')}} | {{ $REAL_PLAYER_BALANCE_CLOSED }} |
| {{trans ('reports.Opening promo balance')}} | {{ $REAL_PLAYER_PROMO_BALANCE_OPEN }} |
| {{trans ('reports.Closing promo balance')}} | {{ $REAL_PLAYER_PROMO_BALANCE_CLOSED }} |
| {{trans ('reports.Opening Money In Play')}} | {{ $REAL_PLAYER_TABLE_BALANCE_OPEN }} |
| {{trans ('reports.Closing Money In Play')}} | {{ $REAL_PLAYER_TABLE_BALANCE_CLOSED }} |
{{trans ('reports.BET ANALYSIS')}} |
|
| {{trans ('reports.Total Bets Placed')}} | {{ $TOTAL_BET }} |
| {{trans ('reports.Total Wins')}} | {{ $TOTAL_WIN }} |
| {{trans ('reports.Bets Placed/AP')}} | {{ $WIN_AP }} |
| {{trans ('reports.Bets Placed/ADP')}} | {{ $BET_APD }} |
| {{trans ('reports.Promo Campaign')}} | {{ $REAL_PLAYER_REGI_PROMO_BONUS }} |
| {{trans ('reports.RAF Bonus')}} | {{ $TOTAL_RAF_BONUS }} |
| {{trans ('reports.Total')}} | {{ $totalNonACQ = $REAL_PLAYER_REGI_PROMO_BONUS + $TOTAL_RAF_BONUS}} |
{{trans ('reports.NON CASH RETENTION BONUS')}} |
|
| {{trans ('reports.Adjust Promo')}} {{trans ('reports.(Adjust Promo Add - Adjust Promo Subtract)')}} | @if(!empty($P_ADJUSTMENT_AMOUNT)) {{ $P_ADJUSTMENT_AMOUNT .' ('.$P_ADJUSTMENT_AMOUNT_ADD .' - '.$P_ADJUSTMENT_AMOUNT_REMOVE.')' }} | @else {{$P_ADJUSTMENT_AMOUNT}} @endif
| {{trans ('reports.Rewards Bonus')}} | {{ $REAL_PLAYER_REWARD_REDEM_BONUS }} |
| {{trans ('reports.Released Bonus')}} | {{ $REAL_PLAYER_RELEASED_BONUS }} |
| {{trans ('reports.Tournament Wins')}} {{trans ('reports.(Only Freeroll and Beginners)')}} | {{ $REAL_PLAYER_TOUR_WIN }} |
| {{trans ('reports.Adjust Win')}} {{trans ('reports.(Adjust Win Add - Adjust Win Subtract)')}} | @if(!empty($W_ADJUSTMENT_AMOUNT)) {{ $W_ADJUSTMENT_AMOUNT .' ('.$W_ADJUSTMENT_AMOUNT_ADD .' - '.$W_ADJUSTMENT_AMOUNT_REMOVE.')'}} | @else {{$W_ADJUSTMENT_AMOUNT}} @endif
| {{trans ('reports.Adjust Deposit')}} {{trans ('reports.(Adjust Deposit Add - Adjust Deposit Subtract)')}} | @if(!empty($D_ADJUSTMENT_AMOUNT)) {{ $D_ADJUSTMENT_AMOUNT .' ('.$D_ADJUSTMENT_AMOUNT_ADD .' - '.$D_ADJUSTMENT_AMOUNT_REMOVE.')'}} | @else {{$D_ADJUSTMENT_AMOUNT}} @endif
| {{trans ('reports.Total All Bonus')}} | {{ $totalNonRetentionBonus = $P_ADJUSTMENT_AMOUNT + $REAL_PLAYER_REWARD_REDEM_BONUS + $REAL_PLAYER_RELEASED_BONUS + $REAL_PLAYER_TOUR_WIN + $W_ADJUSTMENT_AMOUNT + $D_ADJUSTMENT_AMOUNT }} |
{{trans ('reports.GST')}} |
|
| {{trans ('reports.Cash Game GST')}} | {{ $CASH_GST }} |
| {{trans ('reports.Tournament GST')}} | {{ $TOUR_GST }} |
| {{trans ('reports.TOTAL GST')}} | {{ $TOTAL_GST }} |
{{trans ('reports.MATCH/CASH BONUSES')}} |
|
| {{trans ('reports.Opening Match Bonus Balance')}} | {{ $MATCH_BONUS_OPEN_BALANCE }} |
| {{trans ('reports.Closing Match Bonus Balance')}} | {{ $MATCH_BONUS_CLOSED_BALANCE }} |
| {{trans ('reports.Match Bonus expired during the period')}} | {{ $MATCH_BONUS_EXPIRED }} |
| {{trans ('reports.Cash Tournament Win Amount')}} | {{ $CASH_TOUR_WIN_AMOUNT }} |
| {{trans ('reports.Affiliation Commission Paid')}} | {{ $AFFILIATE_COMM_PAID }} |
| {{trans ('reports.Pending Withdrawal Taken To Next Period')}} | {{ $PENDING_WITHDRAW_CARRIED_NXT_PERIOD }} |