|
|
ARASA IMPORT S.A.C. MZA. 46 LOTE. 4 A.H. CESAR VALLEJO LIMA - LIMA - VILLA MARIA DEL TRIUNFO - Peru administracion@arasa-import.com |
R.U.C. 20611183225 COTIZACION N° {{ $budget->number }} |
|
{{ $budget->person->legal_name }} {{ $budget->person->phone }} {{ $budget->person->direction }} @if ($budget->person->district) {{ $budget->person->district->name }} {{ $budget->person->district->province->name }} {{ $budget->person->district->province->department->name }} @endif {{--{{ $budget->warehouse->name }} - {{ $budget->warehouse->establishment->name }} --}} |
{{ $budget->person->document_number }} {{ (new DateTime($budget->issue_date))->format('d/m/Y') }} {{--Email: {{ $budget->client->email }} --}} |
| Ítems | Cant. | Unid. Med | Descripción | Precio Uni. S/IGV | Sub Total | Venta Total |
| {{ $loop->index + 1 }} | {{ $d->quantity }} | {{ $d->product->unitOfMeasure->description }} | {{ $d->product->name }} | {{ number_format((float) $d->priceWithoutTax, 2, '.', '') }} | {{ number_format((float) $d->subtotal, 2, '.', '') }} | {{ number_format((float) $d->total, 2, '.', '') }} |
| SON : {{ $textAmount }} | IMPORTE BRUTO | {{ $budget->currency->symbol }} {{ number_format((float) ($budget->subtotal + $budget->discounts), 2, '.', '') }} |
| IMPUESTO | {{ $budget->currency->symbol }} {{ number_format((float) $budget->igv, 2, '.', '') }} | |
| TOTAL | {{ $budget->currency->symbol }} {{ number_format((float) $budget->total, 2, '.', '') }} |
CONDICIONES DE VENTA
| Moneda | : | {{ $budget->currency->description }} |
| Documento | : | {{ $budget->voucher_type->name }} |
| BCP | : | 1919972510022 |
| Observacion | : | {{ $budget->observations }} |