ສາທາລະນະລັດ ປະຊາທິປະໄຕ ປະຊາຊົນລາວ

ສັນຕິພາບ ເອກະລາດ ປະຊາທິປະໄຕ ເອກະພາບ ວັດທະນະຖາວອນ

ລາຍງານໜີ້ຄ້າງຈ່າຍ

ລາຍງານປະຈຳເດືອນ: @if($monthLabel && $yearLabel) {{ $monthLabel }} / {{ $yearLabel }} @elseif($yearLabel) ປີ {{ $yearLabel }} @else ທັງໝົດ @endif ໜ່ວຍ: {{ $unitName ?? 'ທັງໝົດ' }}
@if($provinceName) ແຂວງ: {{ $provinceName }} @endif @if($statusLabel) ສະຖານະ: {{ $statusLabel }} @endif
ວັນທີ່ອອກລາຍງານ: {{ now()->format('d/m/Y H:i') }}
@php $totalSales = 0; $totalCommission = 0; $totalNetAfterCommission = 0; $totalAward = 0; $totalPayable = 0; $totalPaid = 0; $totalDebtRemaining = 0; @endphp @forelse($financials as $index => $financial) @php $sales = (float) $financial->sales; $commission = $sales * ((float) $financial->percentage / 100); $netAfterCommission = $sales - $commission; $award = (float) $financial->award; $payable = $financial->payable_amount; $paid = $financial->total_paid; $remaining = $financial->debt_remaining; $totalSales += $sales; $totalCommission += $commission; $totalNetAfterCommission += $netAfterCommission; $totalAward += $award; $totalPayable += $payable; $totalPaid += $paid; $totalDebtRemaining += $remaining; $mainPayment = $financial->payments->whereNull('parent_payment_id')->first(); $rowStatus = $mainPayment ? $mainPayment->payment_status->getLabel() : 'ບໍ່ມີການຈ່າຍ'; $lotteryDate = $financial->lottery->lotteryDate ?? null; @endphp @empty @endforelse
ລຳດັບ ງວດ ວັນທີ ຍອດຂາຍ ເປີເຊັນ ຍອດເຫຼືອ ລາງວັນ ຍອດຖອກ ຈ່າຍແລ້ວ ຍັງເຫຼືອ ສະຖານະ
{{ $index + 1 }} {{ $financial->lottery->lotteryNo ?? '-' }} {{ $lotteryDate ? \Carbon\Carbon::parse($lotteryDate)->format('d/m/Y') : '-' }} {{ number_format($sales) }} {{ number_format($commission) }} ({{ $financial->percentage }}%) {{ number_format($netAfterCommission) }} {{ number_format($award) }} {{ number_format($payable) }} {{ number_format($paid) }} {{ number_format($remaining) }} {{ $rowStatus }}
ບໍ່ມີຂໍ້ມູນ
ລວມທັງໝົດ ({{ count($financials) }} ລາຍການ) {{ number_format($totalSales) }} {{ number_format($totalCommission) }} {{ number_format($totalNetAfterCommission) }} {{ number_format($totalAward) }} {{ number_format($totalPayable) }} {{ number_format($totalPaid) }} {{ number_format($totalDebtRemaining) }}
ຫົວໜ້າຕົວແທນຈຳໜ່າຍ
ຜູ້ກວດກາ
ຜູ້ຂາຍ/ຫົວໜ້າໜ່ວຍ
ຜູ້ລົງບັນຊີ