@extends('layouts.antet') @section ('content')
|
crt |
(tip,nr,data) |
Explicatie | Încasări | Plăți | Cont corespondent | Partener | ||
|---|---|---|---|---|---|---|---|---|
| Tip | Numar | Data | ||||||
| {{ $i++ }}. | {{$nota->tip_document}} | {{$nota->nr_document}} | {{dateFormatAfisare($nota->data_document) }} | {{ $nota->explicatie}} | @if($nota->contd==$trezoreria['cont']) {{ number_format($nota->suma,2) }} @endif | @if($nota->contc==$trezoreria['cont']) {{ number_format($nota->suma,2) }} @endif | @if($nota->contd==$trezoreria['cont']) {{ $nota->contc }} @endif @if($nota->contc==$trezoreria['cont']) {{ $nota->contd }} @endif | @if($nota->denumire_partener) {{$nota->denumire_partener }} @endif |
| {{"TOTAL ".dateFormatAfisare($notadata[0]->data_nota)}} | {{ number_format(round($notadata->where('tip_operatiune','Incasare')->sum('suma'),2),2) }} | {{ number_format(round($notadata->where('tip_operatiune','Plata')->sum('suma'),2),2) }} | ||||||
{{'Sold '.dateFormatAfisare($notadata[0]->data_nota).': '}}{{number_format($soldini+=$notadata->where('tip_operatiune','Incasare')->sum('suma')-$notadata->where('tip_operatiune','Plata')->sum('suma'),2)}}{{' LEI'}} |
||||||||