| RELACIÓN DE GASTOS DEL MES |
REF |
PERIODO |
|
G/COMUNES |
ALICUOTA % {{ $alicuotaEP_str }} |
|
|
| |
|
|
@if (count($iComunVES) > 0)
@foreach ($iComunVES as $i)
|
{{ $i['cta'] }}
{{ $i['descripcion'] }} |
{{ $i['ref'] }} |
{{ $i['periodo'] }} |
|
{{ $i['monto_str'] }} |
{{ $i['monto_alicuota_str'] }} |
|
|
@endforeach
| |
|
|
| SUB-TOTAL Bs VED |
|
{{ $sumComunVES }} |
{{ $sumComunVES_alicuota }} |
|
|
| |
|
|
@endif
@if (count($iAptoVES) > 0)
@foreach ($iAptoVES as $i)
|
{{ $i['cta'] }}
{{ $i['descripcion'] }} |
{{ $i['ref'] }} |
{{ $i['periodo'] }} |
|
|
{{ $i['monto_alicuota_str'] }} |
|
|
@endforeach
| |
|
|
| (Contibución pendiente propietario Art.11) SUB-TOTAL Bs VED |
|
|
{{ $sumAptoVES }} |
|
|
| |
|
|
| TOTAL Bs VED |
|
|
{{ $sumaCuota_VES }} |
|
|
| |
|
|
@endif
@if (isset($iCuotaPD_comun_VES))
|
{{ $iCuotaPD_comun_VES['cta'] }}
{{ $iCuotaPD_comun_VES['descripcion'] }} |
{{ $iCuotaPD_comun_VES['ref'] }} |
{{ $iCuotaPD_comun_VES['periodo'] }} |
|
{{ $iCuotaPD_comun_VES['monto_str'] }} |
{{ $iCuotaPD_comun_VES['monto_alicuota_str'] }} |
|
|
@endif
@if (isset($iCuotaPD_comun_USD))
|
{{ $iCuotaPD_comun_USD['cta'] }}
{{ $iCuotaPD_comun_USD['descripcion'] }} |
{{ $iCuotaPD_comun_USD['ref'] }} |
{{ $iCuotaPD_comun_USD['periodo'] }} |
|
{{ $iCuotaPD_comun_USD['monto_str'] }} |
|
{{ $iCuotaPD_comun_USD['monto_alicuota_str'] }} |
|
@endif
@if (isset($iCuotaPD_comun_USD) || isset($iCuotaPD_comun_VES))
| |
|
|
@endif
@if (isset($iCuotaPD_apto_VES))
|
{{ $iCuotaPD_apto_VES['cta'] }}
{{ $iCuotaPD_apto_VES['descripcion'] }} |
{{ $iCuotaPD_apto_VES['ref'] }} |
{{ $iCuotaPD_apto_VES['periodo'] }} |
|
|
{{ $iCuotaPD_apto_VES['monto_alicuota_str'] }} |
|
|
@endif
@if (isset($iCuotaPD_apto_USD))
|
{{ $iCuotaPD_apto_USD['cta'] }}
{{ $iCuotaPD_apto_USD['descripcion'] }} |
{{ $iCuotaPD_apto_USD['ref'] }} |
{{ $iCuotaPD_apto_USD['periodo'] }} |
|
|
|
{{ $iCuotaPD_apto_USD['monto_alicuota_str'] }} |
|
@endif
@if (isset($iCuotaPD_apto_VES) || isset($iCuotaPD_apto_USD))
| |
|
|
@endif
@if (count($iComunUSD) > 0)
@foreach ($iComunUSD as $i)
|
{{ $i['cta'] }}
{{ $i['descripcion'] }} |
{{ $i['ref'] }} |
{{ $i['periodo'] }} |
|
{{ $i['monto_str'] }} |
|
{{ $i['monto_alicuota_str'] }} |
|
@endforeach
| |
|
|
| SUB-TOTAL $ REF |
|
{{ $sumComunUSD }} |
|
${{ $sumComunUSD_alicuota }} |
|
| |
|
|
@endif
@if (count($iAptoUSD) > 0)
@foreach ($iAptoUSD as $i)
|
{{ $i['cta'] }}
{{ $i['descripcion'] }} |
{{ $i['ref'] }} |
{{ $i['periodo'] }} |
|
{{ $i['monto_str'] }} |
|
{{ $i['monto_alicuota_str'] }} |
|
@endforeach
| |
|
|
| (Contibución pendiente propietario Art.11) SUB-TOTAL $ REF |
|
{{ $sumAptoUSD }} |
|
${{ $sumAptoUSD }} |
|
| |
|
|
@endif
| TOTAL CUOTA ... |
|
|
@if($totalCuota_VES != '0,00')Bs {{ $totalCuota_VES }}@endif
|
@if($totalCuota_USD != '0,00')${{ $totalCuota_USD }}@endif
|
|
| |
|
|
@if ($isMensaje_dolarizacion)
| TOTAL CUOTA AL {{ $cond_venceTC }} ... |
|
|
Bs {{ $montoTotalVES }} |
|
@endif
@if ($codEE == '3236' || $codEE == '3363' || $codEE == '6001')
| MONTO REFERENCIAL ... |
|
|
$ {{ $montoRef_USD }} |
|
@endif
| |
|
|
@if (count($iFondoUSD) > 0)
| |
|
|
| |
|
|
| RELACIÓN DE GASTOS PAGADOS CON FONDO {{ $periodoR }} |
@foreach ($iFondoUSD as $i)
|
{{ $i['cta'] }}
{{ $i['descripcion'] }} |
{{ $i['ref'] }} |
{{ $i['periodo'] }} |
|
{{ $i['monto_str'] }} |
|
@endforeach
| |
|
|
| TOTAL GASTOS PAGADOS CON FONDO $.(REF) ... |
|
{{ $sumFondoUSD }} |
|
|
|
| |
|
|
@endif