Express router for barcode related routes
Methods
(static) get/analytics/virtual-skills/cutting/jobs() → {Array.<Object>}
Route for searching fabric details based on PO number, OC number, Style description, Item code
Returns:
The array of objects that is returned module:routers/v7/analytics/virtual-skills~cuttingDetails
- Type
- Array.<Object>
(static) get/analytics/virtual-skills/cutting/ringer() → {boolean}
Route for getting jobs completed in last 5 minutes
Returns:
- Type
- boolean
(static) get/analytics/virtual-skills/shipping/epc() → {Array.<String>}
Route for getting epc's scanned in last 24 hours
Returns:
- Type
- Array.<String>
Type Definitions
cuttingDetails
Type:
- Object
Properties:
| Name | Type | Description |
|---|---|---|
location |
String | The location of job |
itemCode |
String | The item code of job |
layLength |
String | The actual lay length of job |
status |
String | The status of job(complete/Incomplete) |
jobAssignedQuantity |
String | The total job quantity assigned by leader to follower |
completedQuantity |
String | The completed quantity submitted by follower for assigned job |