@extends('layouts.app')
@section('title', 'لوحة التحكم — التصنيع - '.config('app.name'))
@section('breadcrumb')
الرئيسية
›
التصنيع
›
لوحة التحكم
@endsection
@section('content')
@php
$kpiCards = [
[
'label' => 'إجمالي قوائم المواد',
'value' => $totalBoms,
'iconBg' => 'bg-slate-100',
'iconColor' => 'text-slate-600',
'hint' => 'manufacturing.dashboard_kpi_total_bom',
'svg' => '
ملخص قوائم المواد وأوامر العمل
أحدث الأوامر (مسودة أو مرحّلة)
| رقم الأمر |
المنتج |
الكمية |
التقدم |
تاريخ الاستحقاق |
الحالة |
|
|---|---|---|---|---|---|---|
| {{ $wo->reference }} | {{ $wo->finishedItem?->name_ar ?? '—' }} | {{ rtrim(rtrim(number_format((float) $wo->quantity_produced, 4, '.', ''), '0'), '.') ?: '0' }} |
|
{{ $wo->production_date?->format('Y-m-d') ?? '—' }} | @if($wo->status === \App\Models\ManufacturingRun::STATUS_POSTED) مكتمل @else قيد التنفيذ @endif | عرض |
| لا توجد أوامر عمل | ||||||