|
التقرير المالي التفصيلي
ملخص حركة الأموال والمعاملات المالية
|
{{ $period }}
الفترة الزمنية
|
تاريخ إنشاء التقرير
{{ $generatedAt }}
|
|
إجمالي الاستلام
{{ number_format($summary['totalReceipts'], 0) }}
ر.س | {{ $receipts->count() }} عملية
|
إجمالي الحوالات
{{ number_format($summary['totalTransfers'], 0) }}
ر.س | {{ $transfers->count() }} عملية
|
إجمالي المصروفات
{{ number_format($summary['totalExpenses'], 0) }}
ر.س | {{ $expenses->count() }} عملية
|
الصافي
{{ number_format($net, 0) }}
ريال سعودي
|
| الاستلام — {{ $receipts->count() }} عملية | ||||||
| # | رقم الإيصال | التاريخ | الوصف | الإجمالي (ر.س) | المدفوع (ر.س) | المتبقي (ر.س) |
|---|---|---|---|---|---|---|
| {{ $i+1 }} | {{ $receipt->receipt_number ?? '-' }} | {{ $receipt->receipt_date?->format('d/m/Y') }} | {{ \Str::limit($receipt->description ?? '-', 45) }} | {{ number_format($receipt->total_amount, 0) }} | {{ number_format($receipt->paid_amount, 0) }} | {{ number_format($receipt->remaining_amount, 0) }} |
| الإجمالي | {{ number_format($receipts->sum('total_amount'), 0) }} | {{ number_format($receipts->sum('paid_amount'), 0) }} | {{ number_format($receipts->sum('remaining_amount'), 0) }} | |||
| لا توجد عمليات استلام في هذه الفترة | ||||||
| الحوالات — {{ $transfers->count() }} عملية | |||||
| # | التاريخ | الوجهة | المستفيد | الوصف | المبلغ (ر.س) |
|---|---|---|---|---|---|
| {{ $i+1 }} | {{ $transfer->transfer_date?->format('d/m/Y') }} | {{ $transfer->transfer_destination ?? '-' }} | {{ $transfer->beneficiary_name ?? '-' }} | {{ \Str::limit($transfer->description ?? '-', 40) }} | {{ number_format($transfer->amount, 0) }} |
| الإجمالي | {{ number_format($transfers->sum('amount'), 0) }} | ||||
| لا توجد حوالات في هذه الفترة | |||||
| المصروفات — {{ $expenses->count() }} عملية | ||||
| # | التاريخ | طريقة الدفع | الوصف | المبلغ (ر.س) |
|---|---|---|---|---|
| {{ $i+1 }} | {{ $expense->expense_date?->format('d/m/Y') }} | {{ $expense->payment_method ?? '-' }} | {{ \Str::limit($expense->description ?? '-', 50) }} | {{ number_format($expense->amount, 0) }} |
| الإجمالي | {{ number_format($expenses->sum('amount'), 0) }} | |||
| لا توجد مصروفات في هذه الفترة | ||||
| نظام إدارة الإقامات — التقرير المالي التفصيلي | {{ $period }} | {{ $generatedAt }} |