Loading.....

Saldo Disbursement : {{ rupiah($saldo_iris) }}

Progress Reseller {{ $tahun }}

@php $grandtotal_invoice_all = 0; $grandtotal_invoice_outstanding = 0; $grandtotal_invoice_settlement = 0; $grandtotal_invoice_omzet = 0; $grandtotal_debit_dibayar = 0; $grandtotal_debit_piutang = 0; $grandtotal_kredit_biaya_reseller = 0; $grandtotal_kredit_ppn = 0; $grandtotal_kredit_bhp_uso = 0; $grandtotal_kredit_payment_gateway = 0; $grandtotal_kredit_adm_system = 0; $grandtotal_kredit_wa_blast = 0; $grandtotal_kredit_ter = 0; $grandtotal_kredit_payout_fee = 0; $grandtotal_kredit_withdraw = 0; $grandtotal_last_month_balance = 0; $grandtotal_total_debit = 0; $grandtotal_total_kredit = 0; $grandtotal_total_current_month_balance = 0; @endphp @foreach ($statistic_monthly as $row) @php $grandtotal_invoice_all += $row->invoice_all; $grandtotal_invoice_outstanding += $row->invoice_outstanding; $grandtotal_invoice_settlement += $row->invoice_settlement; $grandtotal_invoice_omzet += $row->invoice_omzet; $grandtotal_debit_dibayar += $row->debit_dibayar; $grandtotal_debit_piutang += $row->debit_piutang; $grandtotal_kredit_biaya_reseller += $row->kredit_biaya_reseller; $grandtotal_kredit_ppn += $row->kredit_ppn; $grandtotal_kredit_bhp_uso += $row->kredit_bhp_uso; $grandtotal_kredit_payment_gateway += $row->kredit_payment_gateway; $grandtotal_kredit_adm_system += $row->kredit_adm_system; $grandtotal_kredit_wa_blast += $row->kredit_wa_blast; $grandtotal_kredit_ter += $row->kredit_ter; $grandtotal_kredit_payout_fee += $row->kredit_payout_fee; $grandtotal_kredit_withdraw += $row->kredit_withdraw; $grandtotal_last_month_balance += $row->total_last_month_balance; $grandtotal_total_debit += $row->total_debit; $grandtotal_total_kredit += $row->total_kredit; if ($row->total_current_month_balance > 0) { $grandtotal_total_current_month_balance += $row->total_current_month_balance; } @endphp @endforeach
No. Reseller Invoice Debit Kredit Total
All Pending Lunas Omzet Dibayar Piutang Biaya Reseller PPn {{ env('PPN') }}% BHP+USO 1.75% Pay. Gateway Adm. System WA Blast TER Payout Fee Withdraw Saldo Awal Debit Kredit Saldo Akhir
{{ $loop->iteration }} {{ $row->nama_reseller }} {{ $row->invoice_all }} {{ $row->invoice_outstanding }} {{ $row->invoice_settlement }} {{ number($row->invoice_omzet) }} {{ number($row->debit_dibayar) }} {{ number($row->debit_piutang) }} {{ number($row->kredit_biaya_reseller) }} {{ number($row->kredit_ppn) }} {{ number($row->kredit_bhp_uso) }} {{ number($row->kredit_payment_gateway) }} {{ number($row->kredit_adm_system) }} {{ number($row->kredit_wa_blast) }} {{ number($row->kredit_ter) }} {{ number($row->kredit_payout_fee) }} {{ number($row->kredit_withdraw) }} {{ number($row->total_last_month_balance) }} {{ number($row->total_debit) }} {{ number($row->total_kredit) }} @if ($row->total_current_month_balance <= 0) {{ number($row->total_current_month_balance) }} @else {{ number($row->total_current_month_balance) }} @endif
Total {{ number($grandtotal_invoice_all) }} {{ number($grandtotal_invoice_outstanding) }} {{ number($grandtotal_invoice_settlement) }} {{ number($grandtotal_invoice_omzet) }} {{ number($grandtotal_debit_dibayar) }} {{ number($grandtotal_debit_piutang) }} {{ number($grandtotal_kredit_biaya_reseller) }} {{ number($grandtotal_kredit_ppn) }} {{ number($grandtotal_kredit_bhp_uso) }} {{ number($grandtotal_kredit_payment_gateway) }} {{ number($grandtotal_kredit_adm_system) }} {{ number($grandtotal_kredit_wa_blast) }} {{ number($grandtotal_kredit_ter) }} {{ number($grandtotal_kredit_payout_fee) }} {{ number($grandtotal_kredit_withdraw) }} {{ number($grandtotal_last_month_balance) }} {{ number($grandtotal_total_debit) }} {{ number($grandtotal_total_kredit) }} {{ number($grandtotal_total_current_month_balance) }}