REPORTE GENERAL PEDIDOS
| Número | Cliente | Dirección | Total | Estado | Motivo anulación | Proceso | Descuento | Total venta | Tipo de pago | Vendedor | Motivo | Detalle | Codigo interno | Nombre de producto | Categoria | Marca | Cantidad de producto | Precio unitario | Documento Asociado | Guia de remision |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| {{$loop->iteration}} | {{ $value->customer->name }} | {{$value->shipping_address}} | {{$total_prev}} | {{$state_type_description}} | {{$value->description_voided}} | {{($value->documents->count() > 0) ? 'PROCESADO' : 'PENDIENTE'}} | {{number_format($acum_discount,2)}} | {{ $value->total }} | @isset($value->payment_method_type) {{ $value->payment_method_type->description }} @endisset | {{ $value->user->name }} | {{$discount_description}} | {{$obs}} | {{$identifier_order}} | {{$name_items}} | {{$category_items}} | {{$brand_items}} | {{$items_order}} | {{number_format($acum_price,2)}} | {{$serie_document}} | {{$guide_remision}} |
No se encontraron registros.