Add inventory to the Job Order Details report. #759

This commit is contained in:
Korina Cordero 2023-08-24 09:04:40 +00:00
parent 4f13114649
commit 80c762d463

View file

@ -813,6 +813,7 @@ class ReportController extends Controller
'Plate Number',
'SKU',
'Serial Number',
'Inventory',
'Invoice/DR No.',
'Existing Battery',
'Rider Name',
@ -1932,6 +1933,9 @@ class ReportController extends Controller
$fac_hub_coord_lat = $fac_hub->getCoordinates()->getLatitude();
}
// get inventory count
$inventory = $jo->getInventoryCount();
// find date and time when JO was assigned a hub
$datetime_hub_assign_jo = '';
$date_hub_assign_jo = '';
@ -2254,6 +2258,7 @@ class ReportController extends Controller
$plate_number,
$sku,
$serial,
$inventory,
$jo->getORName(),
$existing_batt,
$rider_name,