No further operations can be performed on this work order. @if($workOrderClose) The Work Order Close record was created on {{ $workOrderClose->created_at?->format('M d, Y') ?? 'N/A' }}. @endif
This work order doesn't have any manufacturing operation tasks yet. They will appear here once synchronized from NetSuite.
Please wait...
{{ $task['message'] }}
{{ $task['workorder'] }}
{{ \Carbon\Carbon::parse($task['enddate'])->format('M d, Y') }}
{{ number_format($task['estimatedwork'], 2) }}h
{{ number_format(($task['actualruntime'] ?? 0) + ($task['actualsetuptime'] ?? 0), 2) }}m
{{ number_format($task['remainingwork'], 2) }}h
{{ number_format($task['estimatedwork'], 2) }} hrs
@php $runtimeMinutes = floor($task['runtime_current_time'] / 60); $runtimeSeconds = $task['runtime_current_time'] % 60; @endphp {{ sprintf('%02d:%02d', $runtimeMinutes, $runtimeSeconds) }}
{{ $task['setuptime'] }} min
@php $setupMinutes = floor($task['setup_current_time'] / 60); $setupSeconds = $task['setup_current_time'] % 60; @endphp {{ sprintf('%02d:%02d', $setupMinutes, $setupSeconds) }}
Step {{ $task['step'] }}: {{ $task['title'] }}
@php $totalTimeSec = ($task['runtime_current_time'] ?? 0) + ($task['setup_current_time'] ?? 0); $totalTimeHrs = round($totalTimeSec / 3600, 2); @endphpTime logged: {{ $totalTimeHrs }}h
{{ $totalCompleted }}@if($totalInput > 0) / {{ $totalInput }}@endif
units
{{ round($totalRuntimeSec / 3600, 2) }}h
{{ round($totalSetupSec / 3600, 2) }}h
Are you sure you want to delete this record? This action cannot be undone.