@extends('layouts.admin') @section('title', 'Resumen de inventario') @section('content')
Stock disponible de todos los productos, en cajas o unidades según cada uno
| Producto | Empaque | Disponible | Físico | Reservado | Mínimo | Valor | Estado | ||
|---|---|---|---|---|---|---|---|---|---|
|
@if($p->photoUrl())
|
{{ $p->name }}
{{ $p->sku }}
@if($p->brand) · {{ $p->brand->name }} @endif
@if($p->category) · {{ $p->category->name }} @endif
|
@if($p->tracksByPack())
{{ $p->packLabel() }}
1 = {{ $p->unitsPerPack() }} {{ $p->unitLabel() }}s
@else
{{ $p->unitLabel() }}
@endif
|
{{ $row['qty']['primary'] }}
@if($row['qty']['secondary'])
{{ $row['qty']['secondary'] }}
@endif
|
{{ $row['physQty']['primary'] }}
|
{{ $p->displayQty($row['reserved'])['primary'] }} | {{ $row['minQty']['primary'] }} | ${{ number_format($row['value'], 2) }} |
{{ $levelLabel }}
@if($row['batches'] > 0)
{{ $row['batches'] }} lote(s)
@endif
|
Ver |
| No hay productos para mostrar con estos filtros. | |||||||||
| Totales | ${{ number_format($totals['value'], 2) }} | {{ $totals['products'] }} producto(s) | |||||||