Module: repository/fabstitch/analytics

Methods

(static) getDispatchQuantityForOcTrackerwithPO(productCode) → {Promise.<Array.<dispatchQuantityList>>}

Gets dispatch quantities grouped by PO and country for a specific product
Parameters:
Name Type Description
productCode string The product code to filter by
Returns:
- Array of dispatch quantity records
Type
Promise.<Array.<dispatchQuantityList>>

(static) getQrCodeOverviewData()

Below query works slow based on requirement reason: QrCode overview data fetch for a mentioned date for all factories(total production from all factories in lower level data) associated with other process i.e, DHU and dispatch solution: require process change and Alter sql table for label-barcode-generation or change configuration of RDS in server Recommended process change note: data fetch from production DB woking fine for now query will be deployed to production DB based on discussion will proceed optimising this query this information also shared with madhukar and sharief on discussion

getBatchesOverTimeScheduleDetails(location, startDate, endDate) → {Array.<overTimeScheduleDetail>}

This function is responsible to fetch over time schedule in location grouped by batch between mentioned dates
Parameters:
Name Type Description
location String The location of the batch
startDate String The start date to fetch batch schedule details in yyyymmdd format
endDate String | null The end date to fetch batch schedule details in yyyymmdd format
Returns:
Type
Array.<overTimeScheduleDetail>

getBatchesOverTimeScheduleDetailsForDisplay(location) → {Array.<overTimeScheduleDetail>}

This function is responsible to fetch over time schedule in location grouped by batch between mentioned dates
Parameters:
Name Type Description
location String The location of the batch
Returns:
Type
Array.<overTimeScheduleDetail>

getBatchesScheduleDetails(location, startDate, endDate) → {Array.<batchesScheduleDetail>}

This function is responsible to get batch schedule in combination of location, start and end date
Parameters:
Name Type Description
location String The location of the batch
startDate String The start date to fetch batch schedule details in yyyymmdd format
endDate String | null The end date to fetch batch schedule details in yyyymmdd format
Returns:
Type
Array.<batchesScheduleDetail>

getBatchesScheduleForOverView(startDate, endDate) → {Array.<batchesScheduleForOverView>}

This function is responsible to fetch batch schedule for start and end date
Parameters:
Name Type Description
startDate String The start date to fetch batch schedule details in yyyymmdd format
endDate String | null The end date to fetch batch schedule details in yyyymmdd format
Returns:
Type
Array.<batchesScheduleForOverView>

getBatchesScheduleForStitchingDisplay(location) → {Array.<batchesScheduleDetail>}

This function is responsible to get batch schedule in combination of location, start and end date
Parameters:
Name Type Description
location String The location of the batch
Returns:
Type
Array.<batchesScheduleDetail>

getBatchesScheduleForTracker(startDate, endDate, locationList) → {Array.<batchesScheduleForTracker>}

This function is responsible to fetch batch schedule for start and end date
Parameters:
Name Type Description
startDate String The start date to fetch batch schedule details in yyyy-mm-dd format
endDate String The end date to fetch batch schedule details in yyyy-mm-dd format
locationList Array.<String> The list of locations to filter
Returns:
Type
Array.<batchesScheduleForTracker>

getBatchesTargetDetails(location, startDate, endDate) → {Array.<batchesTargetDetail>}

This function is responsible to get batch target in combination of location, start and end date
Parameters:
Name Type Description
location String The location of the batch
startDate String The start date to fetch batch schedule details in yyyymmdd format
endDate String | null The end date to fetch batch schedule details in yyyymmdd format
Returns:
Type
Array.<batchesTargetDetail>

getBatchesTargetDetailseForStitchingDisplay(location) → {Array.<batchesTargetDetail>}

This function is responsible to get batch target in combination of location, start and end date
Parameters:
Name Type Description
location String The location of the batch
Returns:
Type
Array.<batchesTargetDetail>

getBatcheTargetForOverView(startDate, endDate) → {Array.<batchesTargetForOverView>}

This function is responsible to fetch batch target for start and end date
Parameters:
Name Type Description
startDate String The start date to fetch batch schedule details in yyyymmdd format
endDate String | null The end date to fetch batch schedule details in yyyymmdd format
Returns:
Type
Array.<batchesTargetForOverView>

getBatchWorkDaysForOverView(startDate, endDate) → {Array.<batchWorkDays>}

This function is responsible to get batch workDays
Parameters:
Name Type Description
startDate String The start date to fetch batch schedule details in yyyymmdd format
endDate String | null The end date to fetch batch schedule details in yyyymmdd format
Returns:
Type
Array.<batchWorkDays>

getDateWiseBatchesOutputQuantityDetails(location, batchNumber, startDate, endDate) → {Array.<dateWiseBatchScheduleAndQuantityDetail>}

This function is responsible to fetch date wise batch schedule and outPut quantity
Parameters:
Name Type Description
location String The location of the batch
batchNumber String | null The batch number associated with location
startDate String The start date to fetch efficiency details in yyyymmdd format
endDate String | null The end date to fetch efficiency details in yyyymmdd format
Returns:
Type
Array.<dateWiseBatchScheduleAndQuantityDetail>

getDateWiseBatchesOutputQuantityDetailsForDisplay(location) → {Array.<dateWiseBatchScheduleAndQuantityDetail>}

This function is responsible to fetch date wise batch schedule and outPut quantity
Parameters:
Name Type Description
location String The location
Returns:
Type
Array.<dateWiseBatchScheduleAndQuantityDetail>

getDispatchScanningquery(location, startDate) → {Array.<DispatchScanning>}

This function is responsible to get Dispatch Report in combination of location, start, and end date
Parameters:
Name Type Description
location String The location of the batch
startDate String The start date to fetch batch schedule details in yyyymmdd format
Returns:
Type
Array.<DispatchScanning>

getLocationWorkDaysForOverView(startDate, endDate) → {Array.<locationWorkDays>}

This function is responsible to get location workDays
Parameters:
Name Type Description
startDate String The start date to fetch batch schedule details in yyyymmdd format
endDate String | null The end date to fetch batch schedule details in yyyymmdd format
Returns:
Type
Array.<locationWorkDays>

getOverViewBatchesOverTimeScheduleDetails(startDate, endDate) → {Array.<OverViewoverTimeScheduleDetail>}

This function is responsible to fetch overView over time schedule in location grouped by batch between mentioned dates
Parameters:
Name Type Description
startDate String The start date to fetch batch schedule details in yyyymmdd format
endDate String | null The end date to fetch batch schedule details in yyyymmdd format
Returns:
Type
Array.<OverViewoverTimeScheduleDetail>

getOverViewCuttingDetails(startDate, endDate) → {Array.<OverViewCuttingDetail>}

This function is responsible for fetching overview of cutting details associated with the location, date, and time
Parameters:
Name Type Description
startDate String The start date to fetch cutting details in yyyymmdd format
endDate String | null The end date to fetch cutting details in yyyymmdd format
Returns:
Type
Array.<OverViewCuttingDetail>

getOverViewLoadingDetails(startDate, endDate) → {Array.<OverViewLoadingDetail>}

This function is responsible for fetching overview of cutting details associated with the location, date, and time
Parameters:
Name Type Description
startDate String The start date to fetch cutting details in yyyymmdd format
endDate String | null The end date to fetch cutting details in yyyymmdd format
Returns:
Type
Array.<OverViewLoadingDetail>

getOverViewOutputQuantityDetails(startDate, endDate) → {Array.<overViewQuantityDetail>}

This function is responsible to fetch overView outPut quantity
Parameters:
Name Type Description
startDate String The start date to fetch efficiency details in yyyymmdd format
endDate String | null The end date to fetch efficiency details in yyyymmdd format
Returns:
Type
Array.<overViewQuantityDetail>

getStitchedQuantityPerLocationForOrder(ocNumberList) → {Array.<stitchedQuantities>}

This method returns the total stitched quantity per location for an order number
Parameters:
Name Type Description
ocNumberList Array.<String> The list of OC numbers associated with an order
Returns:
The list of stitched quantity per location module:repository/fabstitch/analytics~stitchedQuantities
Type
Array.<stitchedQuantities>

getTrackerBatchesOverTimeScheduleDetails(startDate, endDate, locationList) → {Array.<trackerOverTimeScheduleDetail>}

This function is responsible to fetch overView over time schedule in location grouped by batch between mentioned dates
Parameters:
Name Type Description
startDate String The start date to fetch batch schedule details in yyyy-mm-dd format
endDate String The end date to fetch batch schedule details in yyyy-mm-dd format
locationList Array.<String> The list of locations to filter
Returns:
Type
Array.<trackerOverTimeScheduleDetail>

getTrackerOutputQuantityDetails(ocNumber, product) → {Array.<trackerQuantityDetail>}

This function is responsible to fetch tracker outPut quantity
Parameters:
Name Type Description
ocNumber String The oc number
product String The product associated with oc number
Returns:
Type
Array.<trackerQuantityDetail>

Type Definitions

batchesScheduleDetail

Type:
  • Object
Properties:
Name Type Description
batchesScheduleDetail.location String The location
batchesScheduleDetail.batchNumber String The batch number associated with location
batchesScheduleDetail.resourceDate String The batch resource data
batchesScheduleDetail.numberOfMachines number The number of machines for combination of batch/location
batchesScheduleDetail.numberOfHelpers number The number of helpers for combination of batch/location
batchesScheduleDetail.workStartTime String The work start time for batch
batchesScheduleDetail.workEndTime String The work end time for batch
batchesScheduleDetail.breakStartTime String The break start time for batch
batchesScheduleDetail.breakEndTime String The break end time for batch

batchesScheduleDetail

Type:
  • Object
Properties:
Name Type Description
batchesScheduleDetail.location String The location
batchesScheduleDetail.batchNumber String The batch number associated with location
batchesScheduleDetail.resourceDate String The batch resource data
batchesScheduleDetail.numberOfMachines number The number of machines for combination of batch/location
batchesScheduleDetail.numberOfHelpers number The number of helpers for combination of batch/location
batchesScheduleDetail.workStartTime String The work start time for batch
batchesScheduleDetail.workEndTime String The work end time for batch
batchesScheduleDetail.breakStartTime String The break start time for batch
batchesScheduleDetail.breakEndTime String The break end time for batch

batchesScheduleForOverView

Type:
  • Object
Properties:
Name Type Description
batchesScheduleForOverView.location String The location
batchesScheduleForOverView.locationName String The location Name
batchesScheduleForOverView.batchUnique number The batch unique number
batchesScheduleForOverView.batchNumber String The batch number associated with location
batchesScheduleForOverView.resourceDate String The batch resource data
batchesScheduleForOverView.numberOfMachines number The number of machines for combination of batch/location
batchesScheduleForOverView.numberOfHelpers number The number of helpers for combination of batch/location
batchesScheduleForOverView.workStartTime String The work start time for batch
batchesScheduleForOverView.workEndTime String The work end time for batch
batchesScheduleForOverView.breakStartTime String The break start time for batch
batchesScheduleForOverView.breakEndTime String The break end time for batch

batchesScheduleForTracker

Type:
  • Object
Properties:
Name Type Description
batchesScheduleForTracker.location String The location
batchesScheduleForTracker.batchUnique number The batch unique number
batchesScheduleForTracker.batchNumber String The batch number associated with location
batchesScheduleForTracker.resourceDate String The batch resource data
batchesScheduleForTracker.numberOfMachines number The number of machines for combination of batch/location
batchesScheduleForTracker.numberOfHelpers number The number of helpers for combination of batch/location
batchesScheduleForTracker.workStartTime String The work start time for batch
batchesScheduleForTracker.workEndTime String The work end time for batch
batchesScheduleForTracker.breakStartTime String The break start time for batch
batchesScheduleForTracker.breakEndTime String The break end time for batch

batchesTargetDetail

Type:
  • Object
Properties:
Name Type Description
batchesTargetDetail.location String The location
batchesTargetDetail.batchNumber String The batch number associated with location
batchesTargetDetail.batchUnique String The batch unique number
batchesTargetDetail.resourceDate String The batch resource data
batchesTargetDetail.ocNumber String The oc number
batchesTargetDetail.productCode String The product code associated with oc number
batchesTargetDetail.productDescription String The product description associated with product
batchesTargetDetail.quantity number The target quantity

batchesTargetDetail

Type:
  • Object
Properties:
Name Type Description
batchesTargetDetail.location String The location
batchesTargetDetail.batchNumber String The batch number associated with location
batchesTargetDetail.batchUnique String The batch unique number
batchesTargetDetail.resourceDate String The batch resource data
batchesTargetDetail.ocNumber String The oc number
batchesTargetDetail.productCode String The product code associated with oc number
batchesTargetDetail.productDescription String The product description associated with product
batchesTargetDetail.quantity number The target quantity

batchesTargetForOverView

Type:
  • Object
Properties:
Name Type Description
batchesTargetForOverView.location String The location
batchesTargetForOverView.batchUnique number The batch unique number
batchesTargetForOverView.batchNumber String The batch number associated with location
batchesTargetForOverView.resourceDate String The batch resource data
batchesTargetForOverView.ocNumber String The oc number
batchesTargetForOverView.productCode String The product code associated with oc number
batchesTargetForOverView.targetQuantity number The batch target quantity

batchInputOcList

Type:
  • Object
Properties:
Name Type Description
batchInputOcList.ocNumber String The oc number

batchWorkDays

Type:
  • Object
Properties:
Name Type Description
batchWorkDays.location String The location
batchWorkDays.batchNumber String The batch number associated with location
batchWorkDays.workDays number The workDays of location

dateWiseBatchScheduleAndQuantityDetail

Type:
  • Object
Properties:
Name Type Description
dateWiseBatchScheduleAndQuantityDetail.ocNumber String The oc number in batch output process
dateWiseBatchScheduleAndQuantityDetail.productCode String The product code associated with OC number
dateWiseBatchScheduleAndQuantityDetail.productDescription String The product description associated with product
dateWiseBatchScheduleAndQuantityDetail.orderType String The order type
dateWiseBatchScheduleAndQuantityDetail.date String The output entry date
dateWiseBatchScheduleAndQuantityDetail.hourMinutes String The hour for mentioned date for combination of batch/location
dateWiseBatchScheduleAndQuantityDetail.batchUnique number The batch unique number
dateWiseBatchScheduleAndQuantityDetail.batchNumber String The batch number asscoiated with schedule and output quantity
dateWiseBatchScheduleAndQuantityDetail.outputQuantity number The hourly output quantity for combination of batch/location

dateWiseBatchScheduleAndQuantityDetail

Type:
  • Object
Properties:
Name Type Description
dateWiseBatchScheduleAndQuantityDetail.ocNumber String The oc number in batch output process
dateWiseBatchScheduleAndQuantityDetail.productCode String The product code associated with OC number
dateWiseBatchScheduleAndQuantityDetail.productDescription String The product description associated with product
dateWiseBatchScheduleAndQuantityDetail.orderType String The order type
dateWiseBatchScheduleAndQuantityDetail.date String The output entry date
dateWiseBatchScheduleAndQuantityDetail.hourMinutes String The hour for mentioned date for combination of batch/location
dateWiseBatchScheduleAndQuantityDetail.batchUnique number The batch unique number
dateWiseBatchScheduleAndQuantityDetail.batchNumber String The batch number asscoiated with schedule and output quantity
dateWiseBatchScheduleAndQuantityDetail.location String The location
dateWiseBatchScheduleAndQuantityDetail.outputQuantity number The hourly output quantity for combination of batch/location

defectDetailRecords

Type:
  • Object
Properties:
Name Type Description
defectDetailRecords.date String The date of defect transaction in yyyymmdd format
defectDetailRecords.batchNumber String The batch number
defectDetailRecords.ocNumber String The oc number
defectDetailRecords.productCode String The product code associated with oc number
defectDetailRecords.productDescription String The product description associated with product
defectDetailRecords.status DHUStatusEnum The status (i.e, Approve/Rework/Rejected)
defectDetailRecords.hourMinutes String The hour minutes for mentioned date
defectDetailRecords.quantity number The quantity based on status
defectDetailRecords.orderType String The order type

DHUPassedQuantityList

Type:
  • Object
Properties:
Name Type Description
DHUPassedQuantityList.location String The location
DHUPassedQuantityList.productCode String The product code
DHUPassedQuantityList.colourCode String The colour code associated with product
DHUPassedQuantityList.size String The size associated with product and colour
DHUPassedQuantityList.passedQuantity number The passed quantity

DHUPassedQuantityList

Type:
  • Object
Properties:
Name Type Description
DHUPassedQuantityList.location String The location
DHUPassedQuantityList.productCode String The product code
DHUPassedQuantityList.colourCode String The colour code associated with product
DHUPassedQuantityList.size String The size associated with product and colour
DHUPassedQuantityList.passedQuantity number The passed quantity
DHUPassedQuantityList.buyer_po_number number
DHUPassedQuantityList.buyer_po_country number

dispatchQuantityList

Type:
  • Object
Properties:
Name Type Description
dispatchQuantityList.location String The location
dispatchQuantityList.productCode String The product code
dispatchQuantityList.colourCode String The colour code associated with product
dispatchQuantityList.size String The size associated with product and colour
dispatchQuantityList.dispatchQuantity number The dispatch quantity

dispatchQuantityList

Type:
  • Object
Properties:
Name Type Description
dispatchQuantityList.location String The location
dispatchQuantityList.productCode String The product code
dispatchQuantityList.colourCode String The colour code associated with product
dispatchQuantityList.size String The size associated with product and colour
dispatchQuantityList.buyer_po_number String The size associated with product and colour
dispatchQuantityList.buyer_po_country String The size associated with product and colour
dispatchQuantityList.dispatchQuantity number The dispatch quantity

DispatchScanning

Type:
  • Object
Properties:
Name Type Description
DispatchScanning.batch_number String The batch number
DispatchScanning.oc_number String The OC number
DispatchScanning.product_code String The product code
DispatchScanning.location String The location
DispatchScanning.style String The style
DispatchScanning.buyer_name String The buyer name
DispatchScanning.color String The color
DispatchScanning.size String The size
DispatchScanning.output_quantity number The output quantity

hourlyDefectTypeAndQuantity

Type:
  • Object
Properties:
Name Type Description
hourlyDefectTypeAndQuantity.date String The date of defect transaction in yyyymmdd format
hourlyDefectTypeAndQuantity.batchNumber String The batch number
hourlyDefectTypeAndQuantity.ocNumber String The oc number
defectDetailRecords.productCode String The product code associated with oc number
hourlyDefectTypeAndQuantity.hourMinutes String The hour minutes for mentioned date
hourlyDefectTypeAndQuantity.defectType String The defect type for product
hourlyDefectTypeAndQuantity.quantity number The total quantity for defect type based on date, batchNumber, oc number and hour

loadedQuantityList

Type:
  • Object
Properties:
Name Type Description
loadedQuantityList.location String The location
loadedQuantityList.productCode String The product code
loadedQuantityList.colourCode String The colour code associated with product
loadedQuantityList.size String The size associated with product and colour
loadedQuantityList.buyer_po_number String The size associated with product and colour
loadedQuantityList.buyer_po_country String The size associated with product and colour
loadedQuantityList.loadedQuantity number The dispatch quantity

loadingDetailsList

Type:
  • Object
Properties:
Name Type Description
loadingDetailsList.location String The location
loadingDetailsList.locationName String The location name
loadingDetailsList.labelBatchUnique String The batch unique
loadingDetailsList.labelBatchNumber String The batch number
loadingDetailsList.labelDate String The label date
loadingDetailsList.quantity number The quantity

locationDetails

Type:
  • Object
Properties:
Name Type Description
locationDetails.location String The location
locationDetails.locationName String The location name
locationDetails.locationType String The location type

locationWorkDays

Type:
  • Object
Properties:
Name Type Description
locationWorkDays.location String The location
locationWorkDays.workDays number The workDays of location

overTimeScheduleDetail

Type:
  • Object
Properties:
Name Type Description
overTimeScheduleDetail.batchNumber String The batch number in location
overTimeScheduleDetail.location String The location
overTimeScheduleDetail.overTimeDate String The over time date
overTimeScheduleDetail.overTimeMachines number The number of machines utilised over time
overTimeScheduleDetail.overTimeHelpers number The number of helpers utilised over time
overTimeScheduleDetail.overTimeStart String The start over time
overTimeScheduleDetail.overTimeEnd String The end over time

overTimeScheduleDetail

Type:
  • Object
Properties:
Name Type Description
overTimeScheduleDetail.batchNumber String The batch number in location
overTimeScheduleDetail.location String The location
overTimeScheduleDetail.overTimeDate String The over time date
overTimeScheduleDetail.overTimeMachines number The number of machines utilised over time
overTimeScheduleDetail.overTimeHelpers number The number of helpers utilised over time
overTimeScheduleDetail.overTimeStart String The start over time
overTimeScheduleDetail.overTimeEnd String The end over time

OverViewCuttingDetail

Type:
  • Object
Properties:
Name Type Description
OverViewCuttingDetail.locationName String The job unique ID
OverViewCuttingDetail.location String The location of the job
OverViewCuttingDetail.quantity Number The quantity of the job

overViewDefectDetail

Type:
  • Object
Properties:
Name Type Description
overViewDefectDetail.location String The location
overViewDefectDetail.batchUnique String The batch unique number
overViewDefectDetail.batchNumber String The batch number
overViewDefectDetail.status DHUStatusEnum The status (i.e, Approve/Rework/Rejected)
overViewDefectDetail.quantity number The quantity based on status

OverViewLoadingDetail

Type:
  • Object
Properties:
Name Type Description
OverViewLoadingDetail.locationName String The barcode unique ID
OverViewLoadingDetail.location String The location of the barcode
OverViewLoadingDetail.batchNumber String The batchNumber of barcode
OverViewLoadingDetail.total_loading Number The label barcode count [ sl.org_code_loc AS locationCode]

OverViewoverTimeScheduleDetail

Type:
  • Object
Properties:
Name Type Description
OverViewoverTimeScheduleDetail.batchNumber String The batch number in location
OverViewoverTimeScheduleDetail.location String The location
OverViewoverTimeScheduleDetail.overTimeDate String The over time date
OverViewoverTimeScheduleDetail.overTimeMachines number The number of machines utilised over time
OverViewoverTimeScheduleDetail.overTimeHelpers number The number of helpers utilised over time
OverViewoverTimeScheduleDetail.overTimeStart String The start over time
OverViewoverTimeScheduleDetail.overTimeEnd String The end over time

overViewQuantityDetail

Type:
  • Object
Properties:
Name Type Description
overViewQuantityDetail.location String The location
overViewQuantityDetail.locationName String The location name
overViewQuantityDetail.batchUnique number The batch unique number
overViewQuantityDetail.batchNumber String The batch number
overViewQuantityDetail.ocNumber String The oc number in batch output process
overViewQuantityDetail.productCode String The product code associated with OC number
overViewQuantityDetail.date String The output entry date
overViewQuantityDetail.outputQuantity number The output quantity for combination of batch/location

qrCodeOverviewDetailList

Type:
  • Object
Properties:
Name Type Description
qrCodeOverviewDetailList.location String The location
qrCodeOverviewDetailList.ocNumber String The ocNumber
qrCodeOverviewDetailList.buyername String The buyer name
qrCodeOverviewDetailList.productCode String The product code
qrCodeOverviewDetailList.productDescription String The product description
qrCodeOverviewDetailList.colourCode String The colour code associated with product
qrCodeOverviewDetailList.colourDescription String The colour description
qrCodeOverviewDetailList.size String The size associated with product and colour
qrCodeOverviewDetailList.batchNumber String The batch number
qrCodeOverviewDetailList.qrCode String The qr code
qrCodeOverviewDetailList.serialNumber String The serial number
qrCodeOverviewDetailList.buyerPoNumber String The buyer po number
qrCodeOverviewDetailList.bundleBarcode String The bundle barcode
qrCodeOverviewDetailList.qrGeneratedDate String The QR generate date
qrCodeOverviewDetailList.dhuDate String The dhu date
qrCodeOverviewDetailList.dispatchDate String The dispatch date

qrWipDetailsList

Type:
  • Object
Properties:
Name Type Description
qrWipDetailsList.location String The location
qrWipDetailsList.ocNumber String The oc number
qrWipDetailsList.buyerName String The buyer name
qrWipDetailsList.productCode String The product code
qrWipDetailsList.productDescription number The product description
qrWipDetailsList.colourCode number The colour code
qrWipDetailsList.colourDescription number The colour description
qrWipDetailsList.size number The size
qrWipDetailsList.batchNumber number The batch number
qrWipDetailsList.generatedDate number The qr generated date
qrWipDetailsList.quatity number The quantity
qrWipDetailsList.buyerPoNumber number The buyer po number
qrWipDetailsList.bundleBarcode number The bundle barcode

SewingProductionDefectDetailsList

Type:
  • Object
Properties:
Name Type Description
SewingProductionDefectDetailsList.batchNumber String The batch number
SewingProductionDefectDetailsList.ocNumber String The oc number
SewingProductionDefectDetailsList.productCode String The product code
SewingProductionDefectDetailsList.defectQuantity number The defect quantity

SewingProductionDHUDetailsList

Type:
  • Object
Properties:
Name Type Description
SewingProductionDHUDetailsList.batchNumber String The batch number
SewingProductionDHUDetailsList.ocNumber String The oc number
SewingProductionDHUDetailsList.orderType String The order type
SewingProductionDHUDetailsList.productCode String The product code
SewingProductionDHUDetailsList.productDescription String The product description
SewingProductionDHUDetailsList.status String The status
SewingProductionDHUDetailsList.quantity number The quantity
SewingProductionDHUDetailsList.hourMinutes String The hour and minutes

SewingProductionLoadingDetailsList

Type:
  • Object
Properties:
Name Type Description
SewingProductionLoadingDetailsList.ocNumber String The oc number
SewingProductionLoadingDetailsList.buyername String The buyer name
SewingProductionLoadingDetailsList.productCode String The product code
SewingProductionLoadingDetailsList.batchNumber String The batch number
SewingProductionLoadingDetailsList.location String The location
SewingProductionLoadingDetailsList.loadingQuantity number The loading quantity

SewingProductionResourceDetailsList

Type:
  • Object
Properties:
Name Type Description
SewingProductionResourceDetailsList.batchNumber String The batch number
SewingProductionResourceDetailsList.numberOfMachines String The number of machines
SewingProductionResourceDetailsList.numberOfHelpers String The number of helpers

SewingProductionTragetDetailsList

Type:
  • Object
Properties:
Name Type Description
SewingProductionTragetDetailsList.batchNumber String The batch number
SewingProductionTragetDetailsList.ocNumber String The oc number
SewingProductionTragetDetailsList.productCode String The product code
SewingProductionTragetDetailsList.productDescription String The product description
SewingProductionTragetDetailsList.targetQuantity number The target quantity

SewingProductionTragetDetailsList

Type:
  • Object
Properties:
Name Type Description
SewingProductionTragetDetailsList.batchNumber String The batch number
SewingProductionTragetDetailsList.ocNumber String The oc number
SewingProductionTragetDetailsList.productCode String The product code
SewingProductionTragetDetailsList.productDescription String The product description
SewingProductionTragetDetailsList.targetQuantity number The target quantity

sizewiseLoadingDetails

Type:
  • Object
Properties:
Name Type Description
sizewiseLoadingDetails.ocNumber String The oc number
sizewiseLoadingDetails.location String The location
sizewiseLoadingDetails.productCode String The product code
sizewiseLoadingDetails.fitType String The fit type
sizewiseLoadingDetails.colorCode String The color code
sizewiseLoadingDetails.colourDescription String The colour description
sizewiseLoadingDetails.size String The size
sizewiseLoadingDetails.barcode String The barcode

stitchedQuantities

Type:
  • Object
Properties:
Name Type Description
stitchedQuantities.location String The location
stitchedQuantities.stitchedQuantity Number The total stitched quantity at the location

totalLoadingDetails

Type:
  • Object
Properties:
Name Type Description
totalLoadingDetails.totalLoading String The total loading quantity

trackerCuttingDetailForLocation

Type:
  • Object
Properties:
Name Type Description
trackerCuttingDetailForLocation.location String The location
trackerCuttingDetailForLocation.quantity number The total cut quantity grouped by location

trackerDefectDetail

Type:
  • Object
Properties:
Name Type Description
trackerDefectDetail.location String The location
trackerDefectDetail.batchUnique number The batch unique number
trackerDefectDetail.batchNumber String The batch number
trackerDefectDetail.status DHUStatusEnum The status (i.e, Approve/Rework/Rejected)
trackerDefectDetail.quantity number The quantity based on status

trackerOverTimeScheduleDetail

Type:
  • Object
Properties:
Name Type Description
trackerOverTimeScheduleDetail.batchNumber String The batch number in location
trackerOverTimeScheduleDetail.location String The location
trackerOverTimeScheduleDetail.overTimeDate String The over time date
trackerOverTimeScheduleDetail.overTimeMachines number The number of machines utilised over time
trackerOverTimeScheduleDetail.overTimeHelpers number The number of helpers utilised over time
trackerOverTimeScheduleDetail.overTimeStart String The start over time
trackerOverTimeScheduleDetail.overTimeEnd String The end over time

trackerQuantityDetail

Type:
  • Object
Properties:
Name Type Description
trackerQuantityDetail.location String The location
trackerQuantityDetail.batchUnique number The batch unique number
trackerQuantityDetail.batchNumber String The batch number
trackerQuantityDetail.ocNumber String The oc number in batch output process
trackerQuantityDetail.productCode String The product code associated with OC number
trackerQuantityDetail.date String The output entry date
trackerQuantityDetail.outputQuantity number The output quantity for combination of batch/location