@extends('adminlte::layouts.app') @section('htmlheader_title') | Reporte de Pagos @endsection @section('contentheader_title') Pagos Realizados del dia @endsection @section('angularcontroller') ng-controller="reportpaymentsController" @endsection @section('main-content')
REPORTE DE PAGOS REALIZADOS POR FECHAS
@if ( Auth::user()->positionid==1) @endif
Fecha Tipo Operacion Pago Cobrador N° Pago Cliente N° Comprobante Tipo Credito Ingreso Mora Total
@{{item.limittime}} Pago @{{item.accountant != 0?'Contable':'Regulado' }} @{{item.systemuser}} @{{item.codefee}} @{{item.client}} @{{item.code}} @{{item.season}} @{{item.cash | number: 2}} @{{item.interest | number: 2}} @{{(item.cash + item.interest) | number: 2}}
Total@{{totalfeeamount | number:2}}
Fecha Tipo Operacion Pago Cobrador N° Pago Cliente N° Comprobante Tipo Credito Ingreso Mora Total
@{{item.limittime}} Pago @{{item.accountant != 0?'Contable':'Regulado' }} @{{item.systemuser}} @{{item.codefee}} @{{item.client}} @{{item.code}} @{{item.season}} @{{item.cash | number: 2}} @{{item.interest | number: 2}} @{{(item.cash + item.interest) | number: 2}}
Total@{{totalfeeamount | number:2}}
@include ('reportpayments.modal-print') @endsection @section ('javascript') @endsection