GRG

Principal: Calle Los Algarrobos 209 urb. Los Jardines

Lima, Lima - Peru

E-mail: ventas@dubaumetalindustria.com

{{$voucher->voucher_type->name}} {{ $voucher->number }}

@if ($voucher->type_transaction === 'sales') Señor(a): @else Proveedor(a): @endif {{ $voucher->person->legal_name }}

Dirección: {{ $voucher->person->direction }} @if ($voucher->person->district) {{ $voucher->person->district->name }} {{ $voucher->person->district->province->name }} {{ $voucher->person->district->province->department->name }} @endif

Teléfono: {{ $voucher->person->phone }}

Almacén: {{ $voucher->warehouse->name }} - {{ $voucher->warehouse->establishment->name }}

{{ $voucher->person->doctype->description }}: {{ $voucher->person->document_number }}

Fecha: {{ (new DateTime($voucher->issue_date))->format('d-m-Y') }}

Email: {{ $voucher->person->email }}

@foreach ($voucher->details as $d) @endforeach
Ítem Código Descripción Uni. Cant. Precio Uni. S/IGV Sub Total Valor de Venta
{{ $loop->index + 1 }} {{ $d->product->code }} {{ $d->product->name }} {{ $d->product->unitOfMeasure->description }} {{ $d->quantity }} {{ number_format((float) $d->priceWithoutTax, 2, '.', '') }} {{ number_format((float) $d->subtotal, 2, '.', '') }} {{ number_format((float) $d->total, 2, '.', '') }}

SON : {{ $textAmount }}

IMPORTE BRUTO {{ number_format((float) ($voucher->subtotal + $voucher->discounts), 2, '.', '') }}

DESCUENTO {{ number_format((float) $voucher->discounts, 2, '.', '') }}

VALOR DE VENTA {{ number_format((float) $voucher->subtotal, 2, '.', '') }}

IMPUESTO {{ number_format((float) $voucher->igv, 2, '.', '') }}

TOTAL {{ $voucher->currency->description }} {{ number_format((float) $voucher->total, 2, '.', '') }}

CONDICIONES DE VENTA:

Moneda: {{ $voucher->currency->description }}