| # | SKU | PRODUCTO | TIPO | @if (Auth::user()->id == 1 || Auth::user()->id == 8)COSTO | @endifP. VENTA | TOTAL | BODEGA | TIENDA | PREVISTO | ACCIONES |
|---|---|---|---|---|---|---|---|---|---|---|
| {{$item->ID}} | {{$item->SKU}} | {{$item->nombre}} | @if($item->producto_tipo == 1) Producto Simple @endif @if ($item->producto_tipo == 2) Producto Inteligente @endif @if (is_null($item->producto_tipo)) Sin Registro @endif | @if (Auth::user()->id == 1 || Auth::user()->id == 8){{Currency::currency("USD")->format($item->costo ?? 0)}} | @endif{{Currency::currency("CLP")->format(round($item->precio_tienda * 1.19))}} | {{$item->stock + $item->stock_tienda}} | {{$item->stock}} | {{$item->stock_tienda}} | {{$item->previsto}} | @if(Auth::user()->id == 1 || Auth::user()->id == 8 || Auth::user()->id == 9 || Auth::user()->id == 10) @if ($item->producto_tipo == 1) Stock @endif Valores @if ($item->producto_tipo == 2) Crear @endif @endif @if($item->producto_tipo == 1) @endif @if($item->producto_tipo == 1) @endif |