{!! Form::mselect('cliente',[],null,'Cliente',$errors,6,false,true,false,'consultar_contrato()') !!}
{{-- {!! Form::mselect('contrato',[],null,'Contrato',$errors,6,false,true,false,'consultar_servicios()') !!} --}}
{!! Form::mselect('contrato',[],null,'Contrato',$errors,6,false,true,false) !!}
{{-- {!! Form::mselect('servicio',[],null,'Servicio',$errors,6,false,true,false,'consultar_valor()') !!} --}}
{!! Form::mselect('servicio',[],null,'Servicio',$errors,6,false,true,false,'consultar_valor()') !!}
| # | Contrato | Cuota | Concepto | Recibo Asociado | Valor | |
|---|---|---|---|---|---|---|
| TOTAL COBROS | ₡0.00 | |||||
| Medio de Pago | Comprobante | Valor | Acciones |
|---|---|---|---|
| {!! Form::mselect('medio_pago',$medios_pagos,null,'Seleccionar',$errors,12,false,true,false,'requerir_comprobante()') !!} | {!! Form::mtext('comprobante',null,'',$errors,12,false,true,[['disabled'=>'disabled ']]) !!} | {!! Form::mMonedaFormato('valor_cobrar',null,'Valor',$errors,12,false,false) !!} |
Agregar Medio |
| TOTAL PAGADO | ₡0.00 | ||
| DIFERENCIA | 0.00 | ||
{!! Form::mtextAr('descripcion',isset($edit) ? $edit->puesto_descripcion : null,'Descripción',$errors,5,false,false,'onkeyup="javascript:this.value=this.value.toUpperCase()"') !!} {!! Form::mDate('inicio',date('Y-m-d'),'Fecha de Pago',$errors,5) !!}
Registrar Pago
@if (auth()->user()->hasPermissionTo('aplicarPagoManual_Debito'))
Registrar Pago
@endif