REPORTE DE MOVIMIENTO DE CUENTAS DEL {{ $fechaInicio }} AL {{ $fechaFin }} |
---|
{{ $item[0]->codigo }} {{ $item[0]->nombre_cuenta }} | Saldo: | {{ $saldo }} |
---|
# | Partida | Fecha | Cargo | Abono | Saldo | Concepto |
---|---|---|---|---|---|---|
{{ $key+1 }} | {{ $detalle->correlativo }} | {{ date('d/m/Y', strtotime($detalle->created_at))}} | @if ($detalle->tipo==1 ) {{ $detalle->monto }} @else {{ number_format(0,2) }} @endif | @if ($detalle->tipo==0 ) {{ $detalle->monto }} @else {{ number_format(0,2) }} @endif | {{ $saldo }} | {{ $detalle->concepto }} |
{{ $subCargo }} | {{ $subAbono }} | {{ $subCargo - $subAbono }} |