@extends('layouts.app') @section('title', 'تسويات المخزون - '.config('app.name')) @section('breadcrumb') الرئيسية › المخزون › تسويات المخزون @endsection @section('content')
تعديل الكميات أو القيم مع تتبع الأسباب ومراكز التكلفة.
| {{ $a->adjustment_number }} | {{ $a->adjustment_date?->format('Y-m-d') }} | {{ $a->warehouse?->name_ar ?? '—' }} | @if($a->type === 'add') إضافة كمية @else خصم كمية @endif | {{ erp_qty($a->total_quantity ?? 0) }} | {{ number_format($a->total_value ?? 0, 2) }} SAR | {{ $a->reason_label ? (config('inventory.adjustment_reasons')[$a->reason_label] ?? $a->reason_label) : '—' }} | {{ $a->costCenter ? $a->costCenter->name : '—' }} |
@php $adjMenuId = 'adjustment-actions-'.$a->id; @endphp
|
| لا توجد تسويات مخزون | ||||||||