إجراءات سريعة
تفاصيل الحساب
ملخص الأرصدة (حسب العملة/الفرع)
| العملة | الفرع | إجمالي مدين | إجمالي دائن | الرصيد | الاتجاه |
|---|---|---|---|---|---|
| {{ $b->currency_code ?? 'EGP' }} | @if($b->branch_id) فرع #{{ $b->branch_id }} @else — @endif | {{ number_format($d, 2) }} | {{ number_format($c, 2) }} | {{ number_format(abs($bal), 2) }} | {{ $side }} |
| الإجمالي | {{ number_format($balDebit, 2) }} | {{ number_format($balCredit, 2) }} | {{ number_format($balAbs, 2) }} | {{ $balSide }} | |
الحسابات الفرعية
{{ $account->children?->count() ? $account->children->count() : 0 }} حساب| # | الاسم | النوع | الرصيد الحالي | الحالة | إجراءات |
|---|---|---|---|---|---|
| {{ $i + 1 }} |
{{ $child->name }}
|
{{ $child->type?->name ?? '-' }} | {{ number_format((float)($child->current_balance ?? 0), 2) }} | @if($child->status) نشط @else غير نشط @endif |
الحركات على الحساب (Ledger)
| التاريخ | رقم القيد | البيان | مدين | دائن | الرصيد الجاري | عملة | ملاحظة |
|---|---|---|---|---|---|---|---|
|
{{ $entryDate }}
#{{ $line->line_no ?? 1 }}
|
{{ $entryNumber }}
@if($je?->source)
Source: {{ $je->source }}
@endif
@if($refText)
Ref: {{ $refText }}
@endif
|
{{ $je?->description ?? ($line->memo ?? '-') }}
@if(!empty($je?->status))
الحالة: {{ $je->status }}
@endif
|
@if($d > 0) {{ number_format($d, 2) }} @else — @endif | @if($c > 0) {{ number_format($c, 2) }} @else — @endif |
{{ number_format($runAbs, 2) }}
{{ $runSide }}
|
{{ $currency }}
@if(!empty($line->fx_rate))
FX: {{ number_format((float)$line->fx_rate, 6) }}
@endif
|
{{ $line->memo ?? '—' }}
|
| إجمالي الصفحة | {{ number_format($pageDebit, 2) }} | {{ number_format($pageCredit, 2) }} | {{ number_format($pageAbs, 2) }} {{ $pageSide }} | ||||