@include('junta::sidebar.dyna')
| Detalle | Año {{ $yearAnt }} | % Participación | Año {{ $year }} | % Participación | Variación {{ $year }} vs {{ $yearAnt }} |
|---|---|---|---|---|---|
| Detalle | Año {{ $yearAnt }} | % Participación | Año {{ $year }} | % Participación | Variación {{ $year }} vs {{ $yearAnt }} |
| VENTAS NETAS | ${{ number_format( $venta_neta['saldo_ant'], 0 ) }} | {{ number_format( @($venta_neta['saldo_ant'] / $venta_neta['saldo_ant']) * 100, 2 ) }}% | ${{ number_format( $venta_neta['saldo'], 0 ) }} | {{ number_format( @($venta_neta['saldo'] / $venta_neta['saldo']) * 100, 2 ) }}% | {{ \FncCuentaValor::variacion( $venta_neta['saldo'], $venta_neta['saldo_ant'] ) }}% |
| COSTO DE VENTAS NETO | ${{ number_format( $costo_banco['saldo_ant'], 0 ) }} | {{ number_format( @($costo_banco['saldo_ant'] / $venta_neta['saldo_ant']) * 100, 2 ) }}% | ${{ number_format( $costo_banco['saldo'], 0 ) }} | {{ number_format( @($costo_banco['saldo'] / $venta_neta['saldo']) * 100, 2 ) }}% | {{ \FncCuentaValor::variacion( $costo_banco['saldo'], $costo_banco['saldo_ant'] ) }}% |
| MARGEN DE CONTRIBUCIÓN | ${{ number_format( $margen_contribucion_banco['saldo_ant'], 0 ) }} | {{ number_format( @($margen_contribucion_banco['saldo_ant'] / $venta_neta['saldo_ant']) * 100, 2 ) }}% | ${{ number_format( $margen_contribucion_banco['saldo'], 0 ) }} | {{ number_format( @($margen_contribucion_banco['saldo'] / $venta_neta['saldo']) * 100, 2 ) }}% | {{ \FncCuentaValor::variacion( $margen_contribucion_banco['saldo'], $margen_contribucion_banco['saldo_ant'] ) }}% |
| GASTOS DE VENTAS | ${{ number_format( $gasto_venta_banco['saldo_ant'], 0 ) }} | {{ number_format( @($gasto_venta_banco['saldo_ant'] / $venta_neta['saldo_ant']) * 100, 2 ) }}% | ${{ number_format( $gasto_venta_banco['saldo'], 0 ) }} | {{ number_format( @($gasto_venta_banco['saldo'] / $venta_neta['saldo']) * 100, 2 ) }}% | {{ \FncCuentaValor::variacion( $gasto_venta_banco['saldo'], $gasto_venta_banco['saldo_ant'] ) }}% |
| GASTOS DE ADMINISTRACIÓN | ${{ number_format( $total_51['saldo_ant'], 0 ) }} | {{ number_format( @($total_51['saldo_ant'] / $venta_neta['saldo_ant']) * 100, 2 ) }}% | ${{ number_format( $total_51['saldo'], 0 ) }} | {{ number_format( @($total_51['saldo'] / $venta_neta['saldo']) * 100, 2 ) }}% | {{ \FncCuentaValor::variacion( $total_51['saldo'], $total_51['saldo_ant'] ) }}% |
| TOTAL GASTOS OPERACIONALES | ${{ number_format( $gastosop_ant, 0 ) }} | {{ number_format( @( ( $gastosop_ant ) / $venta_neta['saldo_ant']) * 100, 2 ) }}% | ${{ number_format( $gastosop, 0 ) }} | {{ number_format( @( $gastosop / $venta_neta['saldo']) * 100, 2 ) }}% | {{ \FncCuentaValor::variacion( $gastosop, $gastosop_ant ) }}% |
| EBITDA | ${{ number_format( $ebitda_ant, 0 ) }} | {{ number_format( @( ( $ebitda_ant ) / $venta_neta['saldo_ant']) * 100, 2 ) }}% | ${{ number_format( $ebitda, 0 ) }} | {{ number_format( @( $ebitda / $venta_neta['saldo']) * 100, 2 ) }}% | {{ \FncCuentaValor::variacion( $ebitda, $ebitda_ant ) }}% |
| {{ $datos[5160]['descripcion'] }} | ${{ number_format( $datos[5160]['saldo_ant'], 0 ) }} | {{ number_format( @($datos[5160]['saldo_ant'] / $venta_neta['saldo_ant']) * 100, 2 ) }}% | ${{ number_format( $datos[5160]['saldo'], 0 ) }} | {{ number_format( @($datos[5160]['saldo'] / $venta_neta['saldo']) * 100, 2 ) }}% | {{ \FncCuentaValor::variacion( $datos[5160]['saldo'], $datos[5160]['saldo_ant'] ) }}% |
| {{ $datos[5165]['descripcion'] }} | ${{ number_format( $datos[5165]['saldo_ant'], 0 ) }} | {{ number_format( @($datos[5165]['saldo_ant'] / $venta_neta['saldo_ant']) * 100, 2 ) }}% | ${{ number_format( $datos[5165]['saldo'], 0 ) }} | {{ number_format( @($datos[5165]['saldo'] / $venta_neta['saldo']) * 100, 2 ) }}% | {{ \FncCuentaValor::variacion( $datos[5165]['saldo'], $datos[5165]['saldo_ant'] ) }}% |
| UTILIDAD OPERACIONAL | ${{ number_format( $utilidad_op_ant, 0 ) }} | {{ number_format( @( $utilidad_op_ant / $venta_neta['saldo_ant']) * 100, 2 ) }}% | ${{ number_format( $utilidad_op, 0 ) }} | {{ number_format( @($utilidad_op / $venta_neta['saldo']) * 100, 2 ) }}% | {{ \FncCuentaValor::variacion( $utilidad_op, $utilidad_op_ant ) }}% |
| {{ $datos[42]['descripcion'] }} | ${{ number_format( $total_42['saldo_ant'], 0 ) }} | {{ number_format( @($total_42['saldo_ant'] / $venta_neta['saldo_ant']) * 100, 2 ) }}% | ${{ number_format( $total_42['saldo'], 0 ) }} | {{ number_format( @($total_42['saldo'] / $venta_neta['saldo']) * 100, 2 ) }}% | {{ \FncCuentaValor::variacion( $total_42['saldo'], $total_42['saldo_ant'] ) }}% |
| {{ $datos[53]['descripcion'] }} | ${{ number_format( $datos[53]['saldo_ant'], 0 ) }} | {{ number_format( @($datos[53]['saldo_ant'] / $venta_neta['saldo_ant']) * 100, 2 ) }}% | ${{ number_format( $datos[53]['saldo'], 0 ) }} | {{ number_format( @($datos[53]['saldo'] / $venta_neta['saldo']) * 100, 2 ) }}% | {{ \FncCuentaValor::variacion( $datos[53]['saldo'], $datos[53]['saldo_ant'] ) }}% |
| UTILIDAD ANTES DE IMPUESTOS (UIA) | ${{ number_format( $uia_ant, 0 ) }} | {{ number_format( @( $uia_ant / $venta_neta['saldo_ant'] ) * 100, 2 ) }}% | ${{ number_format( $uia, 0 ) }} | {{ number_format( @($uia / $venta_neta['saldo']) * 100, 2 ) }}% | {{ \FncCuentaValor::variacion( $uia, $uia_ant ) }}% |
| PROVISIÓN DE IMPUESTOS | ${{ number_format( $prov_impuestos_ant, 0 ) }} | {{ number_format( @( $prov_impuestos_ant / $venta_neta['saldo_ant'] ) * 100, 2 ) }}% | ${{ number_format( $prov_impuestos, 0 ) }} | {{ number_format( @($prov_impuestos / $venta_neta['saldo']) * 100, 2 ) }}% | {{ \FncCuentaValor::variacion( $prov_impuestos, $prov_impuestos_ant ) }}% |
| UTILIDAD NETA | ${{ number_format( $utilidad_neta_ant, 0 ) }} | {{ number_format( @( $utilidad_neta_ant / $venta_neta['saldo_ant'] ) * 100, 2 ) }}% | ${{ number_format( $utilidad_neta, 0 ) }} | {{ number_format( @($utilidad_neta / $venta_neta['saldo']) * 100, 2 ) }}% | {{ \FncCuentaValor::variacion( $utilidad_neta, $utilidad_neta_ant ) }}% |