Methods
groupBomData(bomResultsData)
This function is responsible for grouping the data for bom result
Parameters:
| Name |
Type |
Description |
bomResultsData |
Array.<bomResultsData>
|
The bom result data |
Type Definitions
bomGropuedData
Type:
Properties:
| Name |
Type |
Description |
bomGropuedData.ocNumber |
String
|
|
bomGropuedData.location |
String
|
|
bomGropuedData.productCode |
String
|
|
bomGropuedData.productDescription |
String
|
|
bomGropuedData.poNumber |
String
|
|
bomGropuedData.shipTo |
String
|
|
bomGropuedData.colourCode |
String
|
|
sizeDetails |
Array.<sizedetails>
|
|
bomResultsData
Type:
Properties:
| Name |
Type |
Description |
ocNumber |
String
|
|
location |
String
|
|
productCode |
String
|
|
productDescription |
String
|
|
poNumber |
String
|
|
shipTo |
String
|
|
colourCode |
String
|
|
size |
String
|
|
quantity |
Number
|
|
barcode |
String
|
null
|
|
scannedLocation |
String
|
null
|
|
sizedetails
Type:
Properties:
| Name |
Type |
Description |
sizedetails.size |
String
|
The size |
sizedetails.quantity |
Number
|
The quantity associated with size |
sizedetails.scannedQuantity |
Number
|
The scanned quantity associated with size |