Added remark column in panel box consolidate report #1018

Merged
jothi merged 1 commits from ranjith-dev into master 2026-09-11 06:59:18 +00:00
2 changed files with 8 additions and 1 deletions

View File

@@ -91,7 +91,7 @@ class SendPanelBoxReport extends Command
->where('machine_id', $machineId)
->whereBetween('created_at', [$startDate, $endDate])
->where('status', 'NotOk')
->select('serial_number')
->select('serial_number', 'remark')
->distinct()
->get();

View File

@@ -266,6 +266,7 @@
<th width="12%">S.No</th>
<th>Supplier Number</th>
<th>Serial Number</th>
<th>Remark</th>
<th width="20%">Status</th>
</tr>
</thead>
@@ -292,6 +293,12 @@
</span>
</td>
<td>
<span class="remark" style="white-space: nowrap;">
{{ $record->remark }}
</span>
</td>
<td>
<span class="not-ok">
NOT OK