APOPSA EL SALVADOR S.A DE C.V
REPORTE DE TRANSACCIONES
DOCUMENTO: @if($documento->tipo_documento_id==1) FCCF - @endif @if($documento->tipo_documento_id==2) FE - @endif @if($documento->tipo_documento_id==3) FCF - @endif @if($documento->tipo_documento_id==4) NC - @endif @if($documento->tipo_documento_id==5) FSE - @endif @if($documento->tipo_documento_id==6) Q - @endif @if($documento->tipo_documento_id==6) ND - @endif {{$documento->documento_code }}
MONTO : $ {{ number_format($documento->total_cancelar,2) }} || SALDO: $ {{ number_format($documento->total_cancelar-$documento->abonado,2) }}
Item | Fecha | Monto | Tipo Abono | Tipo |
---|---|---|---|---|
{{ $i }} | {{ date("d/m/Y", strtotime($item->fecha)) }} | $ | @php $xd=(double)$item->tipo_abono+0; @endphp @if($item->tipo=='abono') {{ $tiposAbono[$xd] }} @endif {{-- @if($item->tipoPago==1) Efectivo @endif @if($item->tipoPago==2) Tarjeta @endif @if($item->tipoPago==3) Cheque @endif @if($item->tipoPago==4) Transacción @endif --}} | {{ $item->tipo }} |