{{-- New-Unity ERP | app/Modules/Warehouse/Resources/Views/traceability/index.blade.php | v1.0 | 09/07/2026 23:54:00 --}} {{-- v1.0 — Tablero de trazabilidad: OV↔OC↔OP↔Lote en tiempo real. --}} @extends('layouts.vertical', ['pageTitle' => __('warehouse.traceability')]) @section('page-title')
| {{ __('warehouse.date-time') }} | {{ __('warehouse.type') }} | {{ __('warehouse.document') }} | {{ __('warehouse.event') }} | {{ __('warehouse.description') }} | {{ __('warehouse.related-documents') }} | {{ __('warehouse.user') }} |
|---|---|---|---|---|---|---|
| {{ $log->created_at->format('d/m/Y H:i:s') }} | @php $typeColors = ['SO'=>'success','PO'=>'info','OP'=>'primary','LOT'=>'secondary','PICKING'=>'warning','PROPOSAL'=>'danger']; @endphp {{ $log->entity_type }} | {{ $log->entity_number }} | {{ $log->event }} |
{{ $log->description }} | @if($log->related_so_id) SO @endif @if($log->related_po_id) PO @endif @if($log->related_op_id) OP @endif @if($log->related_lot_id) LOT @endif | {{ $log->createdBy->name ?? __('warehouse.system') }} |
| {{ __('warehouse.no-traceability-events') }} | ||||||