Added remark column in panel box consolidate report
Some checks failed
Scan for leaked secrets using Kingfisher / kingfisher-secrets-scan (push) Has been cancelled
Gemini PR Review / Gemini PR Review (pull_request) Failing after 16s
Scan for leaked secrets using Kingfisher / kingfisher-secrets-scan (pull_request) Successful in 12s
Laravel Pint / pint (pull_request) Failing after 5m24s
Laravel Larastan / larastan (pull_request) Failing after 38m55s

This commit is contained in:
dhanabalan
2026-09-11 12:29:00 +05:30
parent 8812ae8dc9
commit a455ca38f8
2 changed files with 8 additions and 1 deletions

View File

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

View File

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