@extends('layouts.reportes') @section('content')

CARGOS, ABONOS Y DEUDAS

ABONOS

- EFECTIVO VISA CHEQUE TRANSFERENCIA DEPOSITO OTRO TOTAL
COLEGIATURA Q. {{number_format(getTotalAbonoA('COLEGIATURA','EFECTIVO', $inicio, $fin), 2)}} Q. {{number_format(getTotalAbonoA('COLEGIATURA','VISA', $inicio, $fin), 2)}} Q. {{number_format(getTotalAbonoA('COLEGIATURA','CHEQUE', $inicio, $fin), 2)}} Q. {{number_format(getTotalAbonoA('COLEGIATURA','TRANSFERENCIA', $inicio, $fin), 2)}} Q. {{number_format(getTotalAbonoA('COLEGIATURA','DEPOSITO', $inicio, $fin), 2)}} Q. {{number_format(getTotalAbonoA('COLEGIATURA','OTRO', $inicio, $fin), 2)}} Q. {{number_format($a_col, 2)}}
BUS Q. {{number_format(getTotalAbonoA('BUS','EFECTIVO', $inicio, $fin), 2)}} Q. {{number_format(getTotalAbonoA('BUS','VISA', $inicio, $fin), 2)}} Q. {{number_format(getTotalAbonoA('BUS','CHEQUE', $inicio, $fin), 2)}} Q. {{number_format(getTotalAbonoA('BUS','TRANSFERENCIA', $inicio, $fin), 2)}} Q. {{number_format(getTotalAbonoA('BUS','DEPOSITO', $inicio, $fin), 2)}} Q. {{number_format(getTotalAbonoA('BUS','OTRO', $inicio, $fin), 2)}} Q. {{number_format($a_bus, 2)}}
BOLSA Q. {{number_format(getTotalAbonoA('BOLSA DE UTILES','EFECTIVO', $inicio, $fin), 2)}} Q. {{number_format(getTotalAbonoA('BOLSA DE UTILES','VISA', $inicio, $fin), 2)}} Q. {{number_format(getTotalAbonoA('BOLSA DE UTILES','CHEQUE', $inicio, $fin), 2)}} Q. {{number_format(getTotalAbonoA('BOLSA DE UTILES','TRANSFERENCIA', $inicio, $fin), 2)}} Q. {{number_format(getTotalAbonoA('BOLSA DE UTILES','DEPOSITO', $inicio, $fin), 2)}} Q. {{number_format(getTotalAbonoA('BOLSA DE UTILES','OTRO', $inicio, $fin), 2)}} Q. {{number_format($a_bol, 2)}}
UNIFORME Q. {{number_format(getTotalAbonoA('UNIFORME','EFECTIVO', $inicio, $fin), 2)}} Q. {{number_format(getTotalAbonoA('UNIFORME','VISA', $inicio, $fin), 2)}} Q. {{number_format(getTotalAbonoA('UNIFORME','CHEQUE', $inicio, $fin), 2)}} Q. {{number_format(getTotalAbonoA('UNIFORME','TRANSFERENCIA', $inicio, $fin), 2)}} Q. {{number_format(getTotalAbonoA('UNIFORME','DEPOSITO', $inicio, $fin), 2)}} Q. {{number_format(getTotalAbonoA('UNIFORME','OTRO', $inicio, $fin), 2)}} Q. {{number_format($a_uni, 2)}}
INSCRIPCION Q. {{number_format(getTotalAbonoA('INSCRIPCION','EFECTIVO', $inicio, $fin), 2)}} Q. {{number_format(getTotalAbonoA('INSCRIPCION','VISA', $inicio, $fin), 2)}} Q. {{number_format(getTotalAbonoA('INSCRIPCION','CHEQUE', $inicio, $fin), 2)}} Q. {{number_format(getTotalAbonoA('INSCRIPCION','TRANSFERENCIA', $inicio, $fin), 2)}} Q. {{number_format(getTotalAbonoA('INSCRIPCION','DEPOSITO', $inicio, $fin), 2)}} Q. {{number_format(getTotalAbonoA('INSCRIPCION','OTRO', $inicio, $fin), 2)}} Q. {{number_format($a_ins, 2)}}
ACTIVIDADES Q. {{number_format(getTotalAbonoA('ACTIVIDADES','EFECTIVO', $inicio, $fin), 2)}} Q. {{number_format(getTotalAbonoA('ACTIVIDADES','VISA', $inicio, $fin), 2)}} Q. {{number_format(getTotalAbonoA('ACTIVIDADES','CHEQUE', $inicio, $fin), 2)}} Q. {{number_format(getTotalAbonoA('ACTIVIDADES','TRANSFERENCIA', $inicio, $fin), 2)}} Q. {{number_format(getTotalAbonoA('ACTIVIDADES','DEPOSITO', $inicio, $fin), 2)}} Q. {{number_format(getTotalAbonoA('ACTIVIDADES','OTRO', $inicio, $fin), 2)}} Q. {{number_format($a_act, 2)}}
DEUDA EXTRA Q. {{number_format(getTotalAbonoA('DEUDA EXTRA','EFECTIVO', $inicio, $fin), 2)}} Q. {{number_format(getTotalAbonoA('DEUDA EXTRA','VISA', $inicio, $fin), 2)}} Q. {{number_format(getTotalAbonoA('DEUDA EXTRA','CHEQUE', $inicio, $fin), 2)}} Q. {{number_format(getTotalAbonoA('DEUDA EXTRA','TRANSFERENCIA', $inicio, $fin), 2)}} Q. {{number_format(getTotalAbonoA('DEUDA EXTRA','DEPOSITO', $inicio, $fin), 2)}} Q. {{number_format(getTotalAbonoA('DEUDA EXTRA','OTRO', $inicio, $fin), 2)}} Q. {{number_format($a_ext, 2)}}
TOTALES Q. {{number_format(getTotalAbonoToTipo('EFECTIVO', $inicio, $fin),2)}} Q. {{number_format(getTotalAbonoToTipo('VISA', $inicio, $fin),2)}} Q. {{number_format(getTotalAbonoToTipo('CHEQUE', $inicio, $fin),2)}} Q. {{number_format(getTotalAbonoToTipo('TRANSFERENCIA', $inicio, $fin),2)}} Q. {{number_format(getTotalAbonoToTipo('DEPOSITO', $inicio, $fin),2)}} Q. {{number_format(getTotalAbonoToTipo('OTRO', $inicio, $fin),2)}} Q. {{number_format($tol, 2)}}
@endsection