|
CRI Digital Manufacturing
Laser Marking Stoppage Report
Consolidated report of machine stoppage records
|
|
|
|
|
|
Report Type
Consolidated Report
|
Generated On
{{ now()->format('d M Y, h:i A') }}
|
|
@php
$reportStart = now()->subDay()->setTime(8, 0, 0);
$reportEnd = now()->setTime(8, 0, 0);
@endphp
|
Laser Marking Stoppage Summary
The following laser marking machine stoppage records were identified
during the reporting period from
{{ $reportStart->format('d M Y, h:i A') }}
to
{{ $reportEnd->format('d M Y, h:i A') }}
.
Please review the details and take the necessary action.
|
|
|
Stoppage Details
{{ $records->count() }} record(s) found
|
Consolidated
|
|
|
No
|
Plant
|
Machine
|
Production Order
|
Item Code
|
Serial Number
|
Status
|
Stopped At
|
Stopped By
|
@foreach($records as $index => $record)
|
{{ $index + 1 }}
|
{{ $plantName }}
|
{{ $machineName }}
|
{{ $record->aufnr }}
|
{{ $record->item?->code ?? $record->item_id }}
|
{{ $record->gernr }}
|
STOPPED
|
{{ $record->stopped_datetime }}
|
{{ $record->stopped_by }}
|
@endforeach
|
|
|
Action Required
Please review the above stopped machine records
and take the necessary corrective action.
|
|
|
This is an automated report from
CRI Digital Manufacturing
.
Please do not reply to this automated notification.
© {{ date('Y') }} {{ $company }}
•
Automated Laser Marking Stopped Consolidated Report
|
|