Add inventory to the Job Order Details report. #759
This commit is contained in:
parent
4f13114649
commit
80c762d463
1 changed files with 5 additions and 0 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Reference in a new issue