mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/portal.git
synced 2026-08-21 13:34:08 +00:00
debug smc report
This commit is contained in:
+2
-2
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user