mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/shipping-portal.git
synced 2026-08-19 04:24:12 +00:00
estimate container shipping cost
This commit is contained in:
+2
-1
@@ -532,7 +532,7 @@ Route::get('/container/billing/{month}/{year}', function($month, $year){
|
||||
if(in_array($address->state_id, [13, 14])) {
|
||||
echo 'East Malaysia - ';
|
||||
}
|
||||
echo 'supplier cost:'.$cost;
|
||||
echo 'estimated cost:'.$cost;
|
||||
echo '<br><br>';
|
||||
|
||||
if(!$invoice) {
|
||||
@@ -562,6 +562,7 @@ Route::get('/container/billing/{month}/{year}', function($month, $year){
|
||||
echo '<h4>Billed Total: '.$containerTotalBilled.'</h4>';
|
||||
echo '<h4>Total Paid: '.$containerTotalPaid.'</h4>';
|
||||
echo '<h4>Outstanding: '.($totalBilled - $containerTotalPaid).'</h4>';
|
||||
echo '<h4>Estimated Cost: '.$containerCost.'</h4>';
|
||||
echo '<br><br><br>';
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user