| التاريخ |
البيان |
نوع الحركة |
الجهة/الطرف |
الفاتورة |
رقم سند الصرف/القبض |
طريقة الدفع/التحصيل |
وارد |
منصرف |
الرصيد قبل |
الرصيد بعد |
@foreach( $history as $his )
| {{$his->created_at}} |
@if( $his->receipt_id )
{{$his->receipt->note1 }} {{$his->receipt->note2}} |
@elseif ($his->payment_voucher_id)
{{$his->payment_voucher->note1 }} {{$his->payment_voucher->note2}} {{$his->payment_voucher->type}}
{{ $his->payment_voucher->budget_id ?$his->payment_voucher->budget->name:' ' }}
{{ $his->payment_voucher->car_id ?$his->payment_voucher->car->num:' ' }}
{{ $his->payment_voucher->car_expense_id ?$his->payment_voucher->car_expense->name:' ' }}
{{ $his->payment_voucher->trust_id ? $his->payment_voucher->trust->name:' ' }}
|
@else
{{$his->descreption}}
|
@endif
{{$his->movement_type}} |
@if ( $his->receipt_id )
{{$his->client_id ? $his->client->name : ''}}
{{$his->receipt->general_name ? $his->receipt->general_name : ' '}}
|
@elseif ( $his->payment_voucher_id )
{{$his->payment_voucher->employee_id ? $his->payment_voucher->employee->name : $his->payment_voucher->general_name}} |
@else
|
@endif
{{$his->invoice_id }} |
{{$his->receipt_id }} {{$his->payment_voucher_id }} |
{{$his->safe_account->payment_method->name}} -- {{$his->safe_account->branch->name}} |
{{$his->income}} |
{{$his->outcome}} |
{{$his->balance_before}} |
{{$his->balance_after}} |
@endforeach