Se agrego folio proveedor, remision y almacen en reportes
This commit is contained in:
@@ -4,7 +4,8 @@
|
||||
<th>Orden</th>
|
||||
<th>Fecha</th>
|
||||
<th>Cuenta</th>
|
||||
<th>Telefono</th>
|
||||
<th>Folio Proveedor</th>
|
||||
<th>Numero Remision</th>
|
||||
<th>Liquidado por</th>
|
||||
<th>Creado por</th>
|
||||
<th>Entregado por</th>
|
||||
@@ -26,6 +27,8 @@
|
||||
<td>{{ $pedido->created_at->format('Y-m-d') }}</td>
|
||||
<td>{{ $pedido->cuenta }}</td>
|
||||
<td>{{ $pedido->telefono }}</td>
|
||||
<td>{{ $pedido->folio_proveedor }}</td>
|
||||
<td>{{ $pedido->numero_remision }}</td>
|
||||
<td>{{ $pedido->ultimaVentaBy()?->user->name ?? "No Liquidado" }}</td>
|
||||
<td>{{ $pedido->user->name }}</td>
|
||||
<td>{{ $pedido->ventaEntregadaUser?->name ?? "No Entregado" }}</td>
|
||||
@@ -39,7 +42,7 @@
|
||||
<td>{{ $producto->codigo }}</td>
|
||||
<td>{{ $producto->linea }}</td>
|
||||
<td>{{ $producto->descripcion }}</td>
|
||||
<td>{{ $producto->prefijo }}</td>
|
||||
<td>{{ $producto->ruta->ruta }}</td>
|
||||
<td>{{ $producto->pivot->unidades }}</td>
|
||||
<td>{{ $producto->pivot->is_arrivo?"Recibido":"No Recibido" }}</td>
|
||||
</tr>
|
||||
|
||||
@@ -46,6 +46,8 @@
|
||||
<th>Fecha</th>
|
||||
<th>Cuenta</th>
|
||||
<th>Telefono</th>
|
||||
<th>Folio Proveedor</th>
|
||||
<th>Numero Remision</th>
|
||||
<th>Liquidado por</th>
|
||||
<th>Creado por</th>
|
||||
<th>Entregado por</th>
|
||||
@@ -62,6 +64,8 @@
|
||||
<td>{{ $pedido->created_at->format('Y-m-d') }}</td>
|
||||
<td>{{ $pedido->cuenta }}</td>
|
||||
<td>{{ $pedido->telefono }}</td>
|
||||
<td>{{ $pedido->folio_proveedor }}</td>
|
||||
<td>{{ $pedido->numero_remision }}</td>
|
||||
<td>{{ $pedido->ultimaVentaBy()?->user->name ?? "No Liquidado" }}</td>
|
||||
<td>{{ $pedido->user->name }}</td>
|
||||
<td>{{ $pedido->ventaEntregadaUser?->name ?? "No Entregado" }}</td>
|
||||
@@ -82,7 +86,7 @@
|
||||
<td>{{ $producto->codigo }}</td>
|
||||
<td>{{ $producto->linea }}</td>
|
||||
<td>{{ $producto->descripcion }}</td>
|
||||
<td>{{ $producto->prefijo }}</td>
|
||||
<td>{{ $producto->ruta->ruta }}</td>
|
||||
<td>{{ $producto->pivot->unidades }}</td>
|
||||
<td>{{ $producto->pivot->is_arrivo?"Recibido":"No Recibido" }}</td>
|
||||
</tr>
|
||||
|
||||
Reference in New Issue
Block a user