mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/portal.git
synced 2026-08-22 05:54:08 +00:00
temp show specific report period
This commit is contained in:
@@ -35,11 +35,11 @@ class MonthlyReportController
|
||||
return (( (float) $package->width / 100) * ( (float) $package->length / 100) * ( (float) $package->height / 100)) * $package->quantity;
|
||||
});
|
||||
|
||||
dd($containers);
|
||||
$customers = $containers->flatMap(function($container){
|
||||
return $container->companyModules;
|
||||
})->unique();
|
||||
|
||||
dd($customers);
|
||||
$orders = $containers->flatMap(function($container){
|
||||
return $container->orders;
|
||||
})->unique();
|
||||
|
||||
Reference in New Issue
Block a user