@extends('layouts.app') @section('title', 'أوامر الإنتاج - '.config('app.name')) @section('breadcrumb') الرئيسية › أوامر الإنتاج @endsection @section('content') @php $statusLabels = [ 'pending' => 'معلق', 'in_progress' => 'قيد التنفيذ', 'completed' => 'مكتمل', 'cancelled' => 'ملغى', ]; @endphp
ربط المنتج التام بالمواد الخام وتحديث المخزون عند الإتمام
| الرقم |
الحالة |
بداية |
نهاية |
البنود | |
|---|---|---|---|---|---|
| {{ $order->production_number }} | {{ $statusLabels[$order->status] ?? $order->status }} | {{ $order->start_date?->format('Y-m-d') ?? '—' }} | {{ $order->end_date?->format('Y-m-d') ?? '—' }} | {{ $order->production_items_count }} منتج / {{ $order->ingredients_count }} خامة | عرض |
| لا توجد أوامر إنتاج بعد. | |||||