@extends('adminlte::layouts.app') @section('htmlheader_title') | Balance de Pagos Del Día @endsection @section('contentheader_title') Balance de Pagos Del Día @endsection @section('angularcontroller') ng-controller="balancesheetController" @endsection @section('main-content')
Balance Del Día
Fecha Tipo Operacion Pago Cobrador N Pago Cliente N Comprobante Ingreso
@{{item.date}} Pago @{{item.accountant != 0?'Contable':'Regulado' }} @{{item.systemuser}} @{{item.codefee}} @{{item.client}} @{{item.code}} @{{item.cash}}
Total@{{totalfeeamount | number:2}}

INGRESOS

JUNTA MAS DIARIOS
FechaTipo OperacionPagoCobradorN PagoClienteN ComprobanteIngreso Generado
@{{item.date}} Pago @{{item.accountant != 0?'Contable':'Regulado' }} @{{item.systemuser}} @{{item.codefee}} @{{item.client}} @{{item.code}} @{{item.cash}} @{{item.type}}
Sub Total@{{totaljuntamasfeeamount | number:2}}
CANASTA DIARIOS
FechaTipo OperacionPagoCobradorN PagoClienteN Comprobante Ingreso Generado
@{{item.date}} Pago @{{item.accountant != 0?'Contable':'Regulado' }} @{{item.systemuser}} @{{item.codefee}} @{{item.client}} @{{item.code}} @{{item.cash}} @{{item.type}}
Sub Total@{{totalcanastafeeamount | number:2}}
COBRANZA DE CREDITOS
FechaTipo OperacionPagoCobradorN PagoClienteN ComprobanteIngreso Generado
@{{item.date}} Pago @{{item.accountant != 0?'Contable':'Regulado' }} @{{item.systemuser}} @{{item.codefee}} @{{item.client}} @{{item.code}} @{{item.cash}} @{{item.type}}
Sub Total@{{totalcreditfeeamount | number:2}}
OTROS INGRESOS
FechaTipo OperacionPagoCobradorN PagoDescripcionN ComprobanteIngreso
@{{item.date}} Abono @{{item.accountant != 0?'Contable':'Contable' }} @{{item.systemuser}} @{{item.code}} @{{item.comment}} @{{item.total}}
Sub Total@{{totalotrosamount | number:2}}
Total Ingresos@{{totalotrosamount+totalcanastafeeamount + totaljuntamasfeeamount + totalcreditfeeamount | number:2}}

EGRESOS

DEVOLUCION DE JUNTA MAS Y CANASTA
FechaTipo OperacionPagoCobradorN PagoDescripcionN ComprobanteIngreso
@{{item.date}} Egreso @{{item.accountant != 0?'Contable':'Contable' }} @{{item.systemuser}} @{{item.code}} @{{item.comment}} @{{item.total}} @{{item.commenttransaction}}
Sub Total@{{totaldevamount | number:2}}
DESEMBOLSO DE CREDITOS
FechaTipo OperacionPagoCobradorN PagoDescripcionN ComprobanteIngreso
@{{item.date}} Egreso @{{item.accountant != 0?'Contable':'Contable' }} @{{item.systemuser}} @{{item.code}} @{{item.comment}} @{{item.total}} @{{item.commenttransaction}}
Sub Total@{{totaldesamount | number:2}}
CIERRE DE AHORROS
CODIGOFECHACLIENTEN ComprobanteEMPLEADOTOTAL AHORROINTERES GENERADOTOTAL
@{{item.code}} @{{item.issedtime}} @{{item.client}} @{{item.codeorigin}} @{{item.name}} @{{item.amount}} @{{item.interest}} @{{item.total}}
Total@{{transactioncloseamount | number:2}}
OTROS
FechaTipo OperacionPagoCobradorN PagoDescripcionN ComprobanteIngreso
@{{item.date}} Egreso @{{item.accountant != 0?'Contable':'Contable' }} @{{item.systemuser}} @{{item.code}} @{{item.comment}} @{{item.total}} @{{item.commenttransaction}}
Sub Total@{{totalotrosegresosnamount | number:2}}
Total Egresos@{{totaldevamount+totaldesamount+totalotrosegresosnamount | number:2}}
Total@{{(totalotrosamount+totalcanastafeeamount + totaljuntamasfeeamount + totalcreditfeeamount) - (totaldevamount+totaldesamount+totalotrosegresosnamount) | number:2}}

MOVIMIENTOS

SALDO INICIAL @{{(totalotrosamount+totalcanastafeeamount + totaljuntamasfeeamount + totalcreditfeeamount) - (totaldevamount+totaldesamount+totalotrosegresosnamount) | number:2}}
SALDO ANTERIOR @{{transactions.initamount | number:2}}
HABILITACION GERENCIA @{{transactions.totalqualificationamount | number:2}}
DEPOSITO DIARIO @{{transactions.totaldebitamount | number:2}}
TOTAL SALDO DEL DIA @{{finalamount | number:2}}

BOVEDA

MONEDA U BILLETECANTIDADTOTAL
@{{item.money}} @{{item.amount}} @{{item.total }}
TOTAL BOVEDA @{{transactions.summoney | number:2}}
@endsection @section ('javascript') @endsection