INGRESO {{strtoupper($ingresocuenta->cuenta->nombre)}}



SERIE: 006
RECIBO: AF-{{ $ingresocuenta->id }}
@php if($ingresocuenta->cuenta->tipomoneda->nombre == 'DOLARES') { $coin_simbol = '$'; } else { $coin_simbol = 's/'; } @endphp

@php $formatter = new \NumberFormatter('es', \NumberFormatter::SPELLOUT); $amountInWords = $formatter->format(floor($ingresocuenta->monto)); $amountInWords = ucfirst($amountInWords); // Capitaliza la primera letra $fractionalPart = ($ingresocuenta->monto - floor($ingresocuenta->monto)) * 100; $fractinwords = $formatter->format( floor($fractionalPart)); @endphp @php $total_monto_soles = $ingresocuenta->tipo_cambio * $ingresocuenta->monto; @endphp
@if($ingresocuenta->cliente)

Recibí de: {{ $ingresocuenta->cliente->nombre }}

@endif @if ($ingresocuenta->tipo_cambio)
@endif @if ($total_monto_soles != 0)
@endif
@if($ingresocuenta->motivo)

Motivo: {{ $ingresocuenta->motivo->nombre }}

@endif

La cantidad de: {{ $amountInWords }} {{ strtolower($ingresocuenta->cuenta->tipomoneda->nombre) }} con {{ $fractinwords }} centavos

@if($ingresocuenta->tipocomprobante)

Tipo comprobante: {{ $ingresocuenta->tipocomprobante->nombre }}

@endif
@if($ingresocuenta->comprobante_correlativo)

Comprobante correlativo: {{ $ingresocuenta->comprobante_correlativo }}

@endif
@if($ingresocuenta->descripcion)

Descripción: {{ $ingresocuenta->descripcion }}

@endif

_____________________________________________

RECIBÍ CONFORME

Nasca, {{ $ingresocuenta->created_at->day }} de {{ \Illuminate\Support\Str::ucfirst($ingresocuenta->created_at->translatedFormat('F')) }} del {{ $ingresocuenta->created_at->year }}

Nombres y Apellidos: {{$ingresocuenta->creador->name}}

DNI: {{$ingresocuenta->creador->empleado->documento}}

_____________________________________________

ENTREGUÉ CONFORME

@if ($ingresocuenta->cliente)

Nombres y Apellidos: {{$ingresocuenta->cliente->nombre}}

@endif
@if ($ingresocuenta->cliente)

DNI: {{$ingresocuenta->cliente->documento}}

@endif




INGRESO {{strtoupper($ingresocuenta->cuenta->nombre)}}



SERIE: 006
RECIBO: AF-{{ $ingresocuenta->id }}
@php if($ingresocuenta->cuenta->tipomoneda->nombre == 'DOLARES') { $coin_simbol = '$'; } else { $coin_simbol = 's/'; } @endphp

@php $formatter = new \NumberFormatter('es', \NumberFormatter::SPELLOUT); $amountInWords = $formatter->format(floor($ingresocuenta->monto)); $amountInWords = ucfirst($amountInWords); // Capitaliza la primera letra $fractionalPart = ($ingresocuenta->monto - floor($ingresocuenta->monto)) * 100; $fractinwords = $formatter->format( floor($fractionalPart)); @endphp @php $total_monto_soles = $ingresocuenta->tipo_cambio * $ingresocuenta->monto; @endphp
@if($ingresocuenta->cliente)

Recibí de: {{ $ingresocuenta->cliente->nombre }}

@endif @if ($ingresocuenta->tipo_cambio)
@endif @if ($total_monto_soles != 0)
@endif
@if($ingresocuenta->motivo)

Motivo: {{ $ingresocuenta->motivo->nombre }}

@endif

La cantidad de: {{ $amountInWords }} {{ strtolower($ingresocuenta->cuenta->tipomoneda->nombre) }} con {{ $fractinwords }} centavos

@if($ingresocuenta->tipocomprobante)

Tipo comprobante: {{ $ingresocuenta->tipocomprobante->nombre }}

@endif
@if($ingresocuenta->comprobante_correlativo)

Comprobante correlativo: {{ $ingresocuenta->comprobante_correlativo }}

@endif
@if($ingresocuenta->descripcion)

Descripción: {{ $ingresocuenta->descripcion }}

@endif

_____________________________________________

RECIBÍ CONFORME

Nasca, {{ $ingresocuenta->created_at->day }} de {{ \Illuminate\Support\Str::ucfirst($ingresocuenta->created_at->translatedFormat('F')) }} del {{ $ingresocuenta->created_at->year }}

Nombres y Apellidos: {{$ingresocuenta->creador->name}}

DNI: {{$ingresocuenta->creador->empleado->documento}}

_____________________________________________

ENTREGUÉ CONFORME

@if($ingresocuenta->cliente)

Nombres y Apellidos: {{$ingresocuenta->cliente->nombre}}

@endif
@if($ingresocuenta->cliente)

DNI: {{$ingresocuenta->cliente->documento}}

@endif