ریزتراکنش حسابداری شرکت

از تاریخ {{ $from }} تا {{ $to }}
@foreach($data_types as $types_item) @if($types_item->isHeader == true) @endif @if(count($types_item->AccountingResultDetailsType) != 0) @endif @endforeach
عنوان درآمد جمع تعداد
عنوان هزینه جمع تعداد
{{ $types_item->title }} {{ number_format( $types_item->sum, 0, '', ',') }} تومان {{ $types_item->count }}
@foreach ($types_item->AccountingResultDetailsType as $getAccountingResultDetailsType_item) @endforeach
ردیف تاریخ نوع مبلغ روش پرداخت حساب توضیحات
{{ $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 }}