mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/portal.git
synced 2026-08-19 04:23:59 +00:00
shipping sales report
This commit is contained in:
@@ -482,6 +482,7 @@ Route::get('/container/billing/{month}/{year}', function($month, $year){
|
|||||||
$totalPaid += $payments->sum('amount');
|
$totalPaid += $payments->sum('amount');
|
||||||
|
|
||||||
echo $packingList->reference.' | Amount: '.$invoice->amount.' | Paid: '.$payments->sum('amount');
|
echo $packingList->reference.' | Amount: '.$invoice->amount.' | Paid: '.$payments->sum('amount');
|
||||||
|
echo '<br>';
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user