@extends('layouts.app') @section('content')
Detalle Cargue

{{ $cargue->car_nombre }}

  • Código Cargue: {{ $cargue->car_id }}

  • Tipo Cargue: @if ($cargue->car_tipo_cargue == 1) Cliente @elseif($cargue->car_tipo_cargue == 2) Contrato @elseif($cargue->car_tipo_cargue == 3) Servicios Contratos @elseif($cargue->car_tipo_cargue == 4) Pagos @elseif($cargue->car_tipo_cargue == 5) Lotes @elseif($cargue->car_tipo_cargue == 6) Cobro Cartera @elseif($cargue->car_tipo_cargue == 7) Comunicaciones Masivas @endif

  • ¿Archivo Con Titulos?: @if ($cargue->car_titulos == 1) Si @else No @endif

  • Separador: @if ($cargue->car_separador == 1) Coma (,) @elseif($cargue->car_separador == 2) Punto y Coma (;) @elseif($cargue->car_separador == 3) Punto (.) @else Dos Puntos (:) @endif

  • Acción Para Duplicados: @if ($cargue->car_accion_cliente_duplicado == 1) Omitir @elseif($cargue->car_accion_cliente_duplicado == 2) Sobreescribir @elseif($cargue->car_accion_cliente_duplicado ==3) Combinar @else Insertar @endif

  • ¿Actualizar solo estados?: @if ($cargue->car_solo_estados == 1) Si @else No @endif

  • Creado Por: Avantec

  • Fecha Creación: {{ $cargue->car_fechacreacion }}

  • Modificado Por: Avantec

  • Fecha Modificación: {{ $cargue->car_fechamodificacion }}

  • Archivo:  

  • @if($cargue->car_estado == 2)
  • Progreso:

    100.00% Completado
  • @elseif($cargue->car_estado == 3)
  • Progreso:

    0.00% Completado
  • @elseif($cargue->car_estado == 4)
  • Progreso:

    0.00% Completado
  • @else
  • Progreso:

    {{$cargue->car_porcentaje_progreso}}% Completado
  • @endif
  • Estado: @if ($cargue->car_estado == 1) @elseif($cargue->car_estado == 2) @elseif($cargue->car_estado == 3) @elseif($cargue->car_estado == 4) @elseif($cargue->car_estado == 5) @elseif($cargue->car_estado == 6) @else @endif


@if($cargue->car_estado == 2) Poner en Cola @endif Volver a Listado @if($cargue->car_estado == 2) {{-- anularTmp-cargue --}} @if (auth()->user()->hasPermissionTo('anularTmp-cargue')) Anular @endif @endif

Registros Cargados

 
@switch($cargue->car_tipo_cargue) @case(1) @include('cargues.detail-clientes') @break @case(2) @include('cargues.detail-contratos') @break @case(3) @include('cargues.detail-contratos-servicios') @break @case(4) @include('cargues.detail-pagos') @break @case(6) @include('cargues.detail-cobro-carteras') @break @case(7) @include('cargues.detail-comunicaiones-masivas') @break @endswitch
@endsection @section('script') @endsection