{{$request->head_note}} |
---|
|
|
|
INFORMACION REFERENCIAL SECTOR SALUD |
---|
Cod Prestador | Datos Usuario | Info. Contrat./Cobertura | Nros. Autoriz./MIPRES | Info. de Pagos | |
---|---|---|---|---|---|
{{$item->provider_code}} |
@if($item->identification_number && $item->first_name && $item->surname && $item->health_type_document_identification_id)
Nro ID: {{$item->identification_number}} Nombre: {{$item->first_name}} {{$item->middle_name}} {{$item->surname}} {{$item->second_surname}} Tipo Documento: {{$item->health_type_document_identification()->name}} Tipo Usuario: {{$item->health_type_user()->name}} |
@else
Nro ID: Nombre: Tipo Documento: Tipo Usuario: |
@endif
Modalidad Contratación: {{$item->health_contracting_payment_method()->name}} Nro. Contrato: {{$item->contract_number}} Cobertura: {{$item->health_coverage()->name}} |
Nros Autorización: {{$item->autorization_numbers}} Nro MIPRES: {{$item->mipres}} Entrega MIPRES: {{$item->mipres_delivery}} Nro Poliza: {{$item->policy_number}} |
Copago: {{number_format($item->co_payment, 2)}} Cuota Moderardora: {{number_format($item->moderating_fee, 2)}} Pagos Compartidos: {{number_format($item->shared_payment, 2)}} Anticipos: {{number_format($item->advance_payment, 2)}} |
# | Código | Descripción | Cantidad | UM | Val. Unit | IVA/IC | Dcto | % | Val. Item | |||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
{{$ItemNro}} | {{$item['code']}} | {{$item['description']}} | {{number_format($item['price_amount'], 2)}} | {{number_format($item['tax_totals'][0]['tax_amount'], 2)}} | @if(isset($item['allowance_charges'])){{number_format($item['allowance_charges'][0]['amount'], 2)}} | {{number_format(($item['allowance_charges'][0]['amount'] * 100) / $item['allowance_charges'][0]['base_amount'], 2)}} | @else{{number_format("0", 2)}} | {{number_format("0", 2)}} | @endif{{number_format($item['invoiced_quantity'] * $item['price_amount'], 2)}} | @else{{$ItemNro}} | {{$item['code']}} |
@if(isset($item['notes']))
{{$item['description']}}
{{$item['notes']}} @else {{$item['description']}} @endif |
{{number_format($item['invoiced_quantity'], 2)}} | {{$um->findOrFail($item['unit_measure_id'])['name']}} | @if(isset($item['tax_totals'])) @if(isset($item['allowance_charges'])){{number_format(($item['line_extension_amount'] + $item['allowance_charges'][0]['amount']) / $item['invoiced_quantity'], 2)}} | @else{{number_format($item['line_extension_amount'] / $item['invoiced_quantity'], 2)}} | @endif @else @if(isset($item['allowance_charges'])){{number_format(($item['line_extension_amount'] + $item['allowance_charges'][0]['amount']) / $item['invoiced_quantity'], 2)}} | @else{{number_format($item['line_extension_amount'] / $item['invoiced_quantity'], 2)}} | @endif @endif @if(isset($item['tax_totals'])) @if(isset($item['tax_totals'][0]['tax_amount'])){{number_format($item['tax_totals'][0]['tax_amount'] / $item['invoiced_quantity'], 2)}} | @else{{number_format(0, 2)}} | @endif @elseE | @endif @if(isset($item['allowance_charges'])){{number_format($item['allowance_charges'][0]['amount'] / $item['invoiced_quantity'], 2)}} | {{number_format(($item['allowance_charges'][0]['amount'] * 100) / $item['allowance_charges'][0]['base_amount'], 2)}} | @if(isset($item['tax_totals'])){{number_format(($item['line_extension_amount'] + ($item['tax_totals'][0]['tax_amount'])), 2)}} | @else{{number_format(($item['line_extension_amount']), 2)}} | @endif @else{{number_format("0", 2)}} | {{number_format("0", 2)}} | {{number_format($item['invoiced_quantity'] * ($item['line_extension_amount'] / $item['invoiced_quantity']), 2)}} | @endif @endif
Impuestos | Retenciones | Totales | |||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
|
|
@php // Inicializamos con payable_amount $totalAmount = $request->legal_monetary_totals['payable_amount']; // Verificamos si existe previous_balance if (isset($request->previous_balance)) { $totalAmount += $request->previous_balance; } // Verificamos si existen retenciones y las restamos if (isset($TotalRetenciones)) { $totalAmount -= $TotalRetenciones; } // Finalmente, redondeamos el total a dos decimales $totalAmount = round($totalAmount, 2); // Definimos la moneda $idcurrency = $request->idcurrency ?? null; @endphp
SON: {{$Varios->convertir($totalAmount, $idcurrency)}} M/CTE*********.
NOTAS:
{{$notes}}
INFORME EL PAGO AL TELEFONO {{$company->phone}} o al e-mail {{$user->email}}
FIRMA ACEPTACIÓN:
CC:
FECHA:
|