@extends('layouts.app') @section('title', 'Ajustes de Inventario') @section('content')
Gestiona los ajustes de stock en ubicaciones
| Código | Tipo | Producto | Ubicación | Cantidad Antes | Cantidad Después | Diferencia | Estado | Prioridad | Creado por | Fecha | Acciones |
|---|---|---|---|---|---|---|---|---|---|---|---|
| {{ $adjustment->adjustment_code }} | {{ $adjustment->adjustment_type_formatted }} |
{{ $adjustment->product->name }}
{{ $adjustment->product->code }} |
{{ $adjustment->location_formatted }} | {{ $adjustment->quantity_before_formatted }} | {{ $adjustment->quantity_after_formatted }} |
{{ $adjustment->quantity_difference_formatted }}
{!! $adjustment->adjustment_direction_formatted !!} |
{!! $adjustment->status_badge !!} | {!! $adjustment->priority_badge !!} | {{ $adjustment->createdBy->name ?? 'N/A' }} | {{ $adjustment->created_at->format('d/m/Y H:i') }} | |
|
No hay ajustes registrados Crear Primer Ajuste |
|||||||||||