Omitech Servicios Tecnologicos
OST220926KM2
https://omitech.com.mx
info@omitech.com.mx
ORIENTE 180 408
MOCTEZUMA 2DA SECC
VENUSTIANO CARRANZA, CIUDAD DE MEXICO 15530
Mexico
Folio
Fecha
Estatus
Total
{{ $orden->folio }}
{{ date('d/m/Y', strtotime($orden->fecha_orden)) }}
{{ ucfirst(str_replace('_', ' ', $orden->estatus)) }}
${{ number_format($orden->total, 2) }}
Datos del Proveedor
{{ $orden->proveedor->nombre ?? $orden->proveedor->alias }}
@if ($orden->proveedor->telefono)Tel: {{ $orden->proveedor->telefono }}
@endif @if ($orden->proveedor->correo){{ $orden->proveedor->correo }}
@endif| Producto | Descripción | Cantidad | P. Unitario | Total |
|---|---|---|---|---|
| {{ $detalle->producto->alias ?? '-' }} | {{ $detalle->descripcion ?? '-' }} | {{ number_format($detalle->cantidad, 2) }} | ${{ number_format($detalle->precio_unitario, 2) }} | ${{ number_format($detalle->precio_total, 2) }} |
Notas:
{{ $orden->comentario }}
@endif @if($orden->fecha_entrega_estimada)Fecha de entrega estimada: {{ date('d/m/Y', strtotime($orden->fecha_entrega_estimada)) }}
@endifSubtotal
IVA 16%
Total
${{ number_format($orden->subtotal, 2) }}
${{ number_format($orden->iva, 2) }}
${{ number_format($orden->total, 2) }}