| 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. ... |
|
|
|
{{ $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. ... |
|
|
|
|
{{ $sumAptoVES }} |
|
|
| |
|
|
| TOTAL Bs. ... |
|
|
|
|
{{ $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 $.(USD) ... |
|
|
|
{{ $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 $.(USD) ... |
|
|
|
{{ $sumAptoUSD }} |
|
{{ $sumAptoUSD }} |
|
| |
|
|
@endif
| TOTAL CUOTA ... |
|
|
|
|
{{ $totalCuota_VES }} |
{{ $totalCuota_USD }} |
|
| |
|
|
@if ($isMensaje_dolarizacion)
| TOTAL CUOTA AL {{ $cond_venceTC }} ... |
|
Bs {{ $montoTotalVES }} |
|
|
@endif
| |
|
|