Maxy Limited
Phone: 0115731978
Email: info@maxykenya.com

KRA PIN: P051701430P

Address: HONDA Motorcycle Shop, Enterprise Road.
MAXY ENTERPRISE ROAD SUMMARY DAILY SALES REPORT FOR ALL USERS
Report For Between {{ \Carbon\Carbon::parse($start_date)->format('d/m/Y') }} To {{ \Carbon\Carbon::parse($end_date)->format('d/m/Y') }}
Report was run on {{ \Carbon\Carbon::now()->format('d/m/Y H:i') }}
Name----------------------Date--------------------Signature----------------

@php $total_final = $total_balance = $total_paid = $total_credit = $total_points = $total_credit_note = 0; @endphp @foreach($transactions as $trx) @php $total_final += $trx->final_total; $total_balance += $trx->balance; $total_paid += $trx->paid_amount; $total_credit += $trx->credit; $total_points += $trx->points; $total_credit_note += $trx->credit_note; @endphp @endforeach
Invoice No Payment Mode Total Balance Paid Amount Credit Points Cr. Note Customer Date Location Sold By Status
{{ $trx->invoice_no }} {{ $trx->payment_method }} {{ number_format($trx->final_total, 2) }} {{ number_format($trx->balance, 2) }} {{ number_format($trx->paid_amount, 2) }} {{ number_format($trx->credit, 2) }} {{ number_format($trx->points, 2) }} {{ number_format($trx->credit_note, 2) }} {{ $trx->customer }}
{{ $trx->mobile }}
{{ \Carbon\Carbon::parse($trx->created_at)->format('Y-m-d H:i') }} {{ $trx->location }} {{ \Illuminate\Support\Str::ucfirst($trx->sold_by) }} {{ ucfirst($trx->payment_status) }}
Totals {{ number_format($total_final, 2) }} {{ number_format($total_balance, 2) }} {{ number_format($total_paid, 2) }} {{ number_format($total_credit, 2) }} {{ number_format($total_points, 2) }} {{ number_format($total_credit_note, 2) }}