|
|
| Yulia Mega Hasta |
Pelunasan Piutang
|
|
|
|
|
|
|
| Tanggal |
: |
{{ \Carbon\Carbon::parse($receivablePayment->document_date)->format('d-m-Y') }} |
Pelanggan |
: |
{{ $receivablePayment->customer->customer_name }} |
| Nomor Dokumen |
: |
{{ $receivablePayment->receivable_payment_number }} |
|
|
|
| No. Faktur |
Tanggal |
Jumlah |
@foreach($receivablePayment->details as $detail)
| {{ $detail->document_number }} |
{{ $detail->document_date }} |
{{ formatNumber($detail->nominal_payment, 2) }} |
@php
$totBayar += $detail->nominal_payment;
@endphp
@endforeach
|
Total |
{{ formatNumber($totBayar, 2) }} |
@foreach($receivablePayment->detailPays as $detailpay)
|
{{ $detailpay->paymentMethod->payment_method_name }} |
{{ formatNumber($detailpay->payment_nominal, 2) }} |
@endforeach
| Terbilang: {{ $totalHuruf }} |
|
| Hormat Kami, |
Sidoarjo, {{ \Carbon\Carbon::parse($receivablePayment->document_date)->format('d-m-Y') }} |
| |
|
| |
|
| |
|
|
|
Dicetak oleh : {{ $username }} , Cetakan ke : {{ ($receivablePayment->print_number ?? 0) + 1 }}