|
Cliente: {{ $proforma->customer->first_name .' '. $proforma->customer->last_name .' '. $proforma->customer->middle_name }} Documento: {{ $proforma->customer->identity_card }} Dirección: {{ $proforma->customer->phone_number }} |
Fecha de entrega: {{ $proforma->delivery_date ? \Carbon\Carbon::parse($proforma->delivery_date)->format('d/m/Y') : '-' }} Servicio amoblado: {{ $proforma->has_furniture_service ? 'Sí' : 'No' }} |
| Cant. | Descripción | P. Unitario | Importe |
|---|---|---|---|
| {{ $item->quantity }} |
{{ $item->product_name ? $item->product_name : $item->custom_name }} {{ $item->size ? $item->size .' - '. $item->color : '' }} @if(!empty($item->custom_description)) {{ $item->custom_description }}
@endif
@if(!empty($item->custom_measurements))
Medidas: {{ $item->custom_measurements }}
@endif
|
{{ number_format($item->price,2) }} | {{ number_format($item->quantity * $item->price,2) }} |
|
TOTAL
{{ number_format($proforma->total,2) }}
Adelanto
{{ number_format($proforma->advance_amount ?? 0,2) }}
Saldo
{{ number_format(($proforma->total - ($proforma->advance_amount ?? 0)),2) }}
|
Términos y Condiciones
- Oferta válida por 15 días calendario.
- Anticipo del 50% antes de la producción
- No hay devoluciones luego de la entrega o ejecución del servicio.
- Fechas de entrega pueden variar por fuerza mayor; la empresa notificará oportunamente.
¡Gracias por confiar en MUEBLECENTRO!
Firma del Cliente
Firma de la Empresa