| {{ \Carbon\Carbon::parse($from)->format('d-m-Y') }} |
رصيد افتتاحي |
- |
- |
الرصيد حتى ما قبل الفترة |
- |
- |
{{ number_format((float)$totals->opening_balance, 2) }} |
@forelse($entries as $r)
| {{ \Carbon\Carbon::parse($r->date)->format('d-m-Y') }} |
{{ $r->type_label }} |
{{ $r->document_no }} |
{{ $r->reference_no ?: '-' }} |
{{ $r->description }} |
{{ (float)$r->debit > 0 ? number_format((float)$r->debit, 2) : '-' }} |
{{ (float)$r->credit > 0 ? number_format((float)$r->credit, 2) : '-' }} |
{{ number_format((float)$r->balance, 2) }} |
@empty
| لا توجد حركات داخل الفترة |
@endforelse
| الرصيد النهائي |
{{ number_format((float)$totals->period_purchases, 2) }} |
{{ number_format((float)$totals->period_payments, 2) }} |
{{ number_format((float)$totals->closing_balance, 2) }} |