@extends('layouts/master') @section('header') @endsection @section('title') Reporte de Partidas No Conciliadas (Extracto Bancario) fecha {{date('d-m-Y')}} @endsection @section('content')
@if(!empty($data['entidadRespuesta']) && $data['codrespuesta']=="COD_000")

BUSQUEDA DE CONCILIACIONES BANCARIAS:

EXTRACTO BANCARIO

@if($consultarCuentabanco['codrespuesta']=='COD_000')
  • Filtros de Búsqueda
    @if(!empty($desde)) Fecha Desde: {{@date("d-m-Y", strtotime($desde))}}
    Fecha Hasta: {{@date("d-m-Y", strtotime($hasta))}}
    @else {{--*/ $var=explode('-',$data['entidadRespuesta'][0]['fechapago']); $fecha=$var[2].'-'.$var[1].'-'.$var[0]; /*--}} Fecha: {{date("d-m-Y", strtotime($fecha))}}
    @endif @if(!empty($consultarCuentabanco['entidadRespuesta'][0]['listbanco']['nombre'])) BANCO: {{@$consultarCuentabanco['entidadRespuesta'][0]['listbanco']['nombre']}}
    @endif @if(!empty($consultarCuentabanco['entidadRespuesta'][0]['codcuenta'])) CUENTA NRO.: {{@$consultarCuentabanco['entidadRespuesta'][0]['codcuenta']}}
    @endif @if(!empty($data)) @if(count($data['entidadRespuesta'])>0) CANTIDAD PARTIDAS NO CONCILIADAS: {{count($data['entidadRespuesta'])}}
    @endif {{--*/$totalMonto=0;/*--}} @for($h=0;$hSALDO FINAL CONCILIADOS: {{number_format($totalMonto,2, ',', '.')}}
    @endif @if(!empty($data['entidadRespuesta'][0]['listusuario']['nombre'])) USUARIO CONCILIACION: {{$data['entidadRespuesta'][0]['listusuario']['nombre']}}
    @endif @if(!empty($data['entidadRespuesta'][0]['listusuario']['nombre'])) USUARIO CARGA ARCHIVO:
    @endif @endif

  • @endif @if(!empty($data['entidadRespuesta']))
    @foreach ($data['entidadRespuesta'] as $datos) @endforeach
    Nro. Concepto Referencia Fecha Pago Tomado Monto Bs.
    1 01-01-1970 @if($datos['confirmtransbanc']== true) Si @else No @endif 0,00
    Total Bs.: 0,00
    @endif
    @endif
    @endsection