جرد مخزون جديد

رجوع
بيانات الجرد
@error('branch_id')
{{ $message }}
@enderror
{{-- Items --}}
أصناف الجرد
@forelse($items as $i => $item) @php $diff = ($item['actual_quantity'] ?? 0) - ($item['system_quantity'] ?? 0); @endphp @empty @endforelse
المنتج المتغير الكمية في النظام الكمية الفعلية الفرق
@if ( $item['product_id'] && isset($productVariants[$item['product_id']]) && count($productVariants[$item['product_id']]) > 0) @else - @endif {{ $item['system_quantity'] ?? 0 }} {{ $diff > 0 ? '+' : '' }}{{ $diff }}
لم يتم إضافة أصناف