ریزتراکنش حسابداری شرکت
از تاریخ {{ $from }} تا {{ $to }}
عنوان درآمد
جمع
تعداد
@foreach($data_types as $types_item) @if($types_item->isHeader == true)
عنوان هزینه
جمع
تعداد
@endif
{{ $types_item->title }}
{{ number_format( $types_item->sum, 0, '', ',') }} تومان
{{ $types_item->count }}
@if(count($types_item->AccountingResultDetailsType) != 0)
ردیف
تاریخ
نوع
مبلغ
روش پرداخت
حساب
توضیحات
@foreach ($types_item->AccountingResultDetailsType as $getAccountingResultDetailsType_item)
{{ $getAccountingResultDetailsType_item->rowIndex }}
{{ $getAccountingResultDetailsType_item->date }}
{{ $getAccountingResultDetailsType_item->Type->title }}
{{ number_format($getAccountingResultDetailsType_item->amount , 0, '', ',') }} تومان
{{ $getAccountingResultDetailsType_item->PaymentType->title }}
{{ $obj->getPaymentTypeAcc($getAccountingResultDetailsType_item->payment_type_acc) }}
{{ $getAccountingResultDetailsType_item->details }}
@endforeach
@endif @endforeach