debug smc report

This commit is contained in:
omair saleh
2022-07-06 10:39:03 +08:00
parent 76c05b7c77
commit 258b8085ee
+2 -2
View File
@@ -279,7 +279,7 @@ Route::get('/customer/summary/monthly', function () {
if (!count($packingLists)) continue;
echo '<table>
echo '<table style="width: 100%">
<tr>
<th>Date</th>
<th>Full Marking</th>
@@ -298,7 +298,7 @@ Route::get('/customer/summary/monthly', function () {
$packages = $packingList->packages;
foreach ($packages as $package){
echo '<tr>
<td>'.$container->loading_date.'</td>
<td>'.$container->loading_date->format('d-m-Y').'</td>
<td>MS/CIEF/769SMC/'.$packingList->owner->reference.'</td>
<td>'.$container->reference.'</td>
<td>'.$package->description.'</td>