{{-- --}}
ORGANIZACIÓN ELECTORAL FORMULARIO {{isset($datos) ? (is_object($datos) ? $datos->no_formato : $datos['no_formato']) : ''}}
CONSEJO NACIONAL ELECTORALCódigo 105
Fondo Nacional de Financiación de Partidos y Campañas Electorales
@if (isset($datos) && (is_object($datos) ? $datos->id == 99 : $datos['id'] == 99))
{{-- INFORME INTEGRAL DE INGRESOS Y GASTOS --}} {{ isset($datos) ? (is_object($datos) ? $datos->nombre : $datos['nombre']) : ''}} No. de Candidatos Inscritos @if (isset($infoCandidatos['candidatos_inscritos']) && $infoCandidatos['candidatos_inscritos']!= null) {{ $infoCandidatos['candidatos_inscritos'] }} @else @endif
PRECANDIDATOS CONSULTA POPULAR PRESIDENTE No. de Candidatos Reportados @if (isset($infoCandidatos['candidatos_reportados']) && $infoCandidatos['candidatos_reportados'] != null) {{ $infoCandidatos['candidatos_reportados'] }} @else @endif No. de Candidatos Pendientes @if (isset($infoCandidatos['candidatos_pendientes']) && $infoCandidatos['candidatos_pendientes']!= null) {{ $infoCandidatos['candidatos_pendientes'] }} @else @endif
@else
INFORME INTEGRAL DE INGRESOS Y GASTOS DE LA CAMPAÑA PRESIDENCIAL
@endif
Fecha de Elección: {{isset($organizacion) ? $organizacion->fecha_electoral: ''}}
@if (isset($datos) && (is_object($datos) ? $datos->id == 99 : $datos['id'] == 99)) Partido o Movimiento Político que realizó la Consulta Popular: {{isset($organizacion) ? $organizacion->nombre_organizacion : ''}} @else Partido o Movimiento Político, Movimiento Social o Grupo Significativo de ciudadanos que inscribió el candidato: {{isset($organizacion) ? $organizacion->nombre_organizacion : ''}} @endif
@if (isset($datos) && (is_object($datos) ? $datos->id != 99 : $datos['id'] != 99))
Nombre del Candidato: {{isset($candidato) ? $candidato['nombre'] : ':'}}
C.C. {{isset($candidato) ? $candidato['numero_documento'] : ''}}
@endif
Nombre del Representante Legal: {{isset($organizacion)? $organizacion->nombre_representante: ''}}
C.C. {{isset($organizacion)? $organizacion->documento_representante: ''}}
Ciudad, dirección y teléfono permanente: @if(isset($organizacion->id_tipo_organizacion) && $organizacion->id_tipo_organizacion == 1) {{isset($organizacion) ? $organizacion->ciudad_agrupa.' ,' : ''}} {{isset($organizacion) ? $organizacion->departamento_agrupa : ''}}, @endif @if(isset($organizacion->id_tipo_organizacion) && $organizacion->id_tipo_organizacion == 2) {{isset($organizacion) ? $organizacion->ciudad_grupo.' ,' : ''}} {{isset($organizacion) ? $organizacion->departamento_grupo : ''}}, @endif @if(isset($organizacion->id_tipo_organizacion) && $organizacion->id_tipo_organizacion == 3) {{isset($organizacion) ? $organizacion->ciudad_coali.' ,' : ''}} {{isset($organizacion) ? $organizacion->departamento_coali : ''}}, @endif {{isset($organizacion)? $organizacion->direccion_representante: ''}}, {{isset($organizacion)? $organizacion->telefono_representante: ''}}
Email: {{isset($organizacion)? $organizacion->email_representante: ''}}
Nombre del Auditor Interno: {{isset($organizacion) ? $organizacion->nombre_auditor: ''}}
C.C. {{isset($organizacion) ? $organizacion->num_identificacion : ''}}
T.P. {{isset($organizacion) ? $organizacion->tarjeta_profesional: ''}}
Ciudad, dirección y teléfono permanente: {{isset($organizacion) ? $organizacion->ciudad.','.$organizacion->departamento .' , '. $organizacion->direccion .' , '. $organizacion->celular: ''}}
Email: {{isset($organizacion) ? $organizacion->email: ''}}
@if (isset($datos) && (is_object($datos) ? $datos->id == 99 : $datos['id'] == 99)) @else @endif @if(isset($ingresos) && $datos->tipo == 1 || isset($gastos) && $datos->tipo == 1) @php($sumaIngresos = 0) @php($sumaIngresosCandidato = 0) @foreach ($ingresos as $i) @php($sumaIngresos += (is_array($i) ? $i['total_ingreso'] : $i->total_ingreso)) @php($sumaIngresosCandidato += (is_array($i) ? $i['ingresosCandidato'] : $i->ingresosCandidato)) @endforeach {{-- --}} @php($sumaGastos = 0) @php($sumaGastosCandidato = 0) @foreach ($gastos as $i) @if((is_array($i) ? $i['codigo'] : $i->codigo) != 100) @php($sumaGastos += (is_array($i) ? $i['total_gasto'] : $i->total_gasto)) @php($sumaGastosCandidato += (is_array($i) ? $i['gastosCandidato'] : $i->gastosCandidato)) @endif @endforeach {{-- --}} @else @for ($i = 0; $i < 18; $i++) @endfor @endif
Código ConceptoOrganización Política Candidatos TotalPartido o Movimiento Político 20% Campaña Total Consolidado
{{ (is_array($i) ? $i['codigo'] : $i->codigo)}} {{ Str::ucfirst(Str::lower((is_array($i) ? $i['nombre_formato'] : $i->nombre_formato)))}}(Anexo {{(is_array($i) ? $i['no_formato'] : $i->no_formato) }}) $ {{ number_format((is_array($i) ? $i['total_ingreso'] : $i->total_ingreso), 2, ',', '.') }} $ {{ number_format((is_array($i) ? $i['ingresosCandidato'] : $i->ingresosCandidato), 2, ',', '.') }} $ {{ number_format((is_array($i) ? $i['total_ingreso'] : $i->total_ingreso) + (is_array($i) ? $i['ingresosCandidato'] : $i->ingresosCandidato), 2, ',', '.') }}
104 Rendimiento neto de actos públicos $ {{ number_format(0, 2, ',', '.') }} $ {{ number_format(0, 2, ',', '.') }} $ {{ number_format(0, 2, ',', '.') }}
105 Rendimiento de inversiones $ {{ number_format(0, 2, ',', '.') }} $ {{ number_format(0, 2, ',', '.') }} $ {{ number_format(0, 2, ',', '.') }}
100 TOTAL DE LOS INGRESOS DE LA CAMPAÑA $ {{ number_format($sumaIngresos, 2, ',', '.') }} $ {{ number_format($sumaIngresosCandidato, 2, ',', '.') }} $ {{ number_format($sumaIngresos + $sumaIngresosCandidato, 2, ',', '.') }}
{{ (is_array($i) ? $i['codigo'] : $i->codigo) }} {{ Str::ucfirst(Str::lower((is_array($i) ? $i['nombre_formato'] : $i->nombre_formato)))}}(Anexo {{(is_array($i) ? $i['no_formato'] : $i->no_formato) }}) $ {{ number_format((is_array($i) ? $i['total_gasto'] : $i->total_gasto), 2, ',', '.') }} $ {{ number_format((is_array($i) ? $i['gastosCandidato'] : $i->gastosCandidato), 2, ',', '.') }} $ {{ number_format((is_array($i) ? $i['total_gasto'] : $i->total_gasto) + (is_array($i) ? $i['gastosCandidato'] : $i->gastosCandidato), 2, ',', '.') }}
202 Gastos de oficina y adquisiciones $ {{ number_format(0, 2, ',', '.') }} $ {{ number_format(0, 2, ',', '.') }} $ {{ number_format(0, 2, ',', '.') }}
206 Gastos de capacitación e investigación política $ {{ number_format(0, 2, ',', '.') }} $ {{ number_format(0, 2, ',', '.') }} $ {{ number_format(0, 2, ',', '.') }}
207 Gastos judiciales y de rendición de cuentas $ {{ number_format(0, 2, ',', '.') }} $ {{ number_format(0, 2, ',', '.') }} $ {{ number_format(0, 2, ',', '.') }}
209 Costos financieros $ {{ number_format(0, 2, ',', '.') }} $ {{ number_format(0, 2, ',', '.') }} $ {{ number_format(0, 2, ',', '.') }}
210 Gastos que sobrepasan la suma fijada por el Consejo Nacional Electoral $ {{ number_format(0, 2, ',', '.') }} $ {{ number_format(0, 2, ',', '.') }} $ {{ number_format(0, 2, ',', '.') }}
211 Otros Gastos $ {{ number_format(0, 2, ',', '.') }} $ {{ number_format(0, 2, ',', '.') }} $ {{ number_format(0, 2, ',', '.') }}
200 TOTAL DE LOS GASTOS DE LA CAMPAÑA $ {{ number_format(isset($sumaGastos), 2, ',', '.') }} $ {{ number_format(isset($sumaGastosCandidato), 2, ',', '.') }} $ {{ number_format($sumaGastos + $sumaGastosCandidato, 2, ',', '.') }}
{{ $i + 1 }} Anexo en Blanco
@if(isset($obligacionesPendientes)) @php($sumaTotal = 0) @foreach ($obligacionesPendientes as $e) @php($sumaTotal += (is_array($e) ? $e['total_obligacion'] : $e->total_obligacion)) @endforeach @endif @if (isset($datos) && (is_object($datos) ? $datos->id != 99 : $datos['id'] != 99)) @endif
{{ Str::ucfirst(Str::lower((is_array($e) ? $e['nombre'] : $e->nombre)))}}(Anexo {{(is_array($e) ? $e['no_formato'] : $e->no_formato)}}) $ {{ number_format((is_array($e) ? $e['total_obligacion'] : $e->total_obligacion), 2, ',', '.') }} $ {{ number_format((is_array($e) ? $e['obligacionesPendientes'] : $e->obligacionesPendientes), 2, ',', '.') }} $ {{ number_format((is_array($e) ? $e['total_obligacion'] : $e->total_obligacion) + (is_array($e) ? $e['obligacionesPendientes'] : $e->obligacionesPendientes), 2, ',', '.') }}
RESUMEN GASTOS 20% PARTIDO CAMPAÑA TOTAL GASTOS CONSOLIDADOS
TOTALES $ {{ number_format(isset($sumaGastos), 2, ',', '.') }} $ {{ number_format(isset($sumaGastosCandidato), 2, ',', '.') }} $ {{ number_format(isset($sumaGastos) + isset($sumaGastosCandidato), 2, ',', '.') }}
@if (isset($datos) && (is_object($datos) ? $datos->id != 99 : $datos['id'] != 99))
Anticipos recibidos - Financiación Estatal Previa - Ley 996/ $ {{ number_format(0, 2, ',', '.') }}
Anticipo Adicional 10% - Financiación Estatal Previa - Ley 996/ $ {{ number_format(0, 2, ',', '.') }}
@endif
{{-- Validación de existencia de firmas --}} @if(isset($organizacion) && $organizacion->firmauditor != '') @else @endif {{-- Fin de validacion de existencia de firmas --}} {{-- Inicio de imagenes de firma --}} {{-- Fin de imagenes de firma --}}
Las cifras consignadas en este formulario fueron tomadas fielmente del libro de ingresos y gastos registrado ante la @if(isset($organizacion->fecha_final)) organización electoral el día {{ date('d', strtotime($organizacion->fecha_final))}} del mes {{ date('m', strtotime($organizacion->fecha_final))}} del año {{ date('Y', strtotime($organizacion->fecha_final))}} @else organización electoral el día _________ del mes __________ del año ________ @endif
Firma del Representante Legal Firma del Auditor Interno T.P {{isset($organizacion) ? $organizacion->tarjeta_profesional: ''}}
@if (isset($datos) && (is_object($datos) ? $datos->id != 99 : $datos['id'] != 99))
NOTA: Este espacio será diligenciado por la Organización Electoral.
Fecha de Presentación: {{isset($organizacion->fecha_final)}}
@if(isset($organizacion->id_tipo_organizacion) && $organizacion->id_tipo_organizacion == 1)
Ciudad: {{isset($organizacion) ? $organizacion->ciudad_agrupa.' ,' : ''}} {{isset($organizacion) ? $organizacion->departamento_agrupa : ''}}
@endif @if(isset($organizacion->id_tipo_organizacion) && $organizacion->id_tipo_organizacion == 2)
Ciudad: {{isset($organizacion) ? $organizacion->ciudad_grupo.' ,' : ''}} {{isset($organizacion) ? $organizacion->departamento_grupo : ''}}
@endif @if(isset($organizacion->id_tipo_organizacion) && $organizacion->id_tipo_organizacion == 3)
Ciudad: {{isset($organizacion) ? $organizacion->ciudad_coali.' ,' : ''}} {{isset($organizacion) ? $organizacion->departamento_coali : ''}}
@endif
Total Folios: {{isset($organizacion->folios ) ? $organizacion->folios : 'N/A'}}
Dictamen: @if (isset($organizacion->folios) && $organizacion->folios != null) Si No @else Si No @endif
Nombre del funcionario de la Organización Electoral: {{isset($organizacion) ? $organizacion->nombre_representante : ''}}
Cargo: Representante Legal
Número de Cédula: {{isset($organizacion)? $organizacion->documento_representante: ''}}
@endif @if (isset($datos) && (is_object($datos) ? $datos->id == 99 : $datos['id'] == 99))
Dictamen: @if (isset($organizacion->folios) && $organizacion->folios != null) Si No @else Si No @endif
Este formulario fue generado a través del aplicativo Cuentas Claras
@endif
Fecha: {{ isset($organizacion) && $organizacion->envinforme == false ? $organizacion->fecha_final : 'Información en línea' }}
No. Radicación Cuentas Claras: {{isset($organizacion) && $organizacion->envinforme == false ? $organizacion->radicado_final : 'Información en línea' }}