Module: routers/v8/fabstitch

Members

(static) getqrLoadingDetails * @function

This function is responsible for fetching Loading details in product label section on the base of date, and time

Methods

(static) cutting/parts/:ocNo/:productCode/:location/partsBundle() → {boolean}

Post product label details
Parameters:
Name Type Description
req.params.batchNumber String The batch number
req.body.ocNumber String The oc number
req.body.location String The location
req.body.buyerName String The buyer name
req.body.style String The style
req.body.styleDescription String The style description
req.body.productCode String The product code
req.body.productDescription String The product description
req.body.fitType String The fit type
req.body.colourCode String The colour code
req.body.colourDescription String The colour description
req.body.size String The size
req.body.cutNumber number The cut number(lay number)
req.body.quantity number The quantity
req.body.buyerPoNumber String The buyer po number
req.body.buyerPoCountry String The buyer po country
req.body.bundleBarcode String The bundle barcode
req.body.barcodes Array.<barcodeDetails> The list of barcodes associated with product module:routers/v8/fabstitch~barcodeDetails
Returns:
Type
boolean

(static) GET /:ocNumber/:location() → {Array.<Object>}

Route to get finishing output details for a specific OC number and location
Parameters:
Name Type Description
req.params.ocNumber String The OC number
req.params.location String The location
Returns:
The list of finishing output details grouped or filtered by OC number and location
Type
Array.<Object>

(static) GET /:ocNumber/:location() → {Array.<Object>}

Route to get finishing output details for a specific OC number and location
Parameters:
Name Type Description
req.params.ocNumber String The OC number
req.params.location String The location
Returns:
The list of finishing output details grouped or filtered by OC number and location
Type
Array.<Object>

(static) GET /:ocNumber/:location/:productCode/:fitType/:colourCode/:buyerPoNumber/:buyerPoCountry() → {Object}

Route to get the latest finishing record details based on filters
Parameters:
Name Type Description
req.params.ocNumber String The OC number
req.params.location String The location
req.params.productCode String The product code
req.params.fitType String The fit type
req.params.colourCode String The colour code
req.params.buyerPoNumber String The buyer PO number
req.params.buyerPoCountry String The buyer PO country
Returns:
The latest matching finishing record
Type
Object

(static) get/fabstitch/kanban/batchNumber/:batchNumber/location/:location/() → {productQrCodeDetails}

Route to get list of product QR code details based on bundle barcode
Parameters:
Name Type Description
req.param.qrCode String The product label QR code
Returns:
List Of colour list from sage module:routers/v8/fabstitch~kanbanDetails
Type
productQrCodeDetails

(static) get/fabstitch/kanban/webReport/location/:location() → {productQrCodeDetails}

Route to get list of product QR code details based on bundle barcode
Parameters:
Name Type Description
req.param.qrCode String The product label QR code
Returns:
List Of colour list from sage module:routers/v8/fabstitch~kanbanDetails
Type
productQrCodeDetails

(static) get/fabstitch/location/:location/batches() → {Array.<String>}

Route to return the list of batches from location
Parameters:
Name Type Description
req.params.location String
Returns:
List Of batches from location
Type
Array.<String>

(static) get/fabstitch/ocNumber/:ocNumber/product/colours() → {Array.<colourList>}

Route to return the list of product colours based on oc number and product code from sage
Parameters:
Name Type Description
req.params.ocNumber String
req.query.productCode String The oc number
Returns:
List Of colour list from sage module:routers/v8/fabstitch~colourList
Type
Array.<colourList>

(static) get/fabstitch/ocNumber/:ocNumber/products() → {Array.<productList>}

Route to return the list of products based on oc number from sage
Parameters:
Name Type Description
req.params.ocNumber String
Returns:
List Of product from sage module:routers/v8/fabstitch~productList
Type
Array.<productList>

(static) get/fabstitch/partbarcode/:partbarcode/detail() → {partsBarcodeDetail}

Route to return the parts barcode details
Parameters:
Name Type Description
req.params.partbarcode String The part barcode
Returns:
List Of colour list from sage module:routers/v8/fabstitch~partsBarcodeDetail
Type
partsBarcodeDetail

(static) get/fabstitch/parts/production() → {Array}

Route to get list of buyer po from sage order details
Parameters:
Name Type Description
req.body.dateOfProduction String The production date
req.body.batchNumber String ThebatchNumber
req.body.location String The location
Returns:
The list of buyer po.
Type
Array

(static) get/fabstitch/parts/productionSummary() → {Array}

Route to get list of buyer po from sage order details
Parameters:
Name Type Description
req.body.dateOfProduction String The production date
req.body.location String The location
Returns:
The list of buyer po.
Type
Array

(static) get/fabstitch/parts/productionSummary() → {Array}

Route to get list of buyer po from sage order details
Parameters:
Name Type Description
req.body.dateOfProduction String The production date
req.body.location String The location
Returns:
The list of buyer po.
Type
Array

(static) get/fabstitch/product/bundle/:bundleBarcode() → {bundleBarcodeDetails}

Route to get list of product QR code details based on bundle barcode
Parameters:
Name Type Description
req.param.bundleBarcode String The oc number to fetch countries from sage
Returns:
List Of colour list from sage module:routers/v8/fabstitch~bundleBarcodeDetails
Type
bundleBarcodeDetails

(static) get/fabstitch/product/bundleByDetails/:bundleBarcode() → {bundleBarcodeDetails}

Route to get list of product QR code details based on bundle barcode
Parameters:
Name Type Description
req.param.bundleBarcode String The oc number to fetch countries from sage
Returns:
List Of colour list from sage module:routers/v8/fabstitch~bundleBarcodeDetails
Type
bundleBarcodeDetails

(static) get/fabstitch/product/bundleByDetails/:bundleBarcode() → {bundleBarcodeDetails}

Route to get list of product QR code details based on bundle barcode
Parameters:
Name Type Description
req.param.bundleBarcode String The oc number to fetch countries from sage
Returns:
List Of colour list from sage module:routers/v8/fabstitch~bundleBarcodeDetails
Type
bundleBarcodeDetails

(static) get/fabstitch/product/label/:ocNumber/:poNumber/countries() → {Number}

Route to get sage order qty from Sage based loading details
Parameters:
Name Type Description
req.params.ocNumber String The PO number to fetch countries from Sage
req.params.poNumber String The PO number to fetch countries from Sage
req.params.Country String The PO number to fetch countries from Sage
req.params.Color String The PO number to fetch countries from Sage
req.params.Size String The PO number to fetch countries from Sage
Returns:
sage order qty.
Type
Number

(static) get/fabstitch/product/label/:ocNumber/:poNumber/countries() → {Array}

Route to get list of countries from Sage based on PO number
Parameters:
Name Type Description
req.params.ocNumber String The PO number to fetch countries from Sage
req.params.poNumber String The PO number to fetch countries from Sage
Returns:
The list of countries.
Type
Array

(static) get/fabstitch/product/label/:ocNumber/buyerPo() → {Array}

Route to get list of buyer po from sage order details
Parameters:
Name Type Description
req.param.ocNumber String The oc number to fetch countries from sage
Returns:
The list of buyer po.
Type
Array

(static) get/fabstitch/product/label/:ocNumber/partsBundle() → {Array}

Route to get list of buyer po from sage order details
Parameters:
Name Type Description
req.param.ocNumber String The oc number to fetch countries from sage
req.param.location String The oc number to fetch countries from sage
req.param.style String The oc number to fetch countries from sage
req.param.parts_bundle_barcode String The oc number to fetch countries from sage
req.param.parts_bundle String The oc number to fetch countries from sage
req.param.color String The oc number to fetch countries from sage
req.param.transactionBundle String The oc number to fetch countries from sage
req.param.batch String The oc number to fetch countries from sage
req.param.size String The oc number to fetch countries from sage
req.param.slNo String The oc number to fetch countries from sage
Returns:
The list of buyer po.
Type
Array

(static) get/fabstitch/product/label/:ocNumber/partsBundle() → {Array}

Route to get list of buyer po from sage order details
Parameters:
Name Type Description
req.param.ocNumber String The oc number to fetch countries from sage
req.param.location String The oc number to fetch countries from sage
req.param.style String The oc number to fetch countries from sage
req.param.parts_bundle_barcode String The oc number to fetch countries from sage
req.param.parts_bundle String The oc number to fetch countries from sage
req.param.color String The oc number to fetch countries from sage
req.param.transactionBundle String The oc number to fetch countries from sage
req.param.batch String The oc number to fetch countries from sage
req.param.size String The oc number to fetch countries from sage
req.param.slNo String The oc number to fetch countries from sage
Returns:
The list of buyer po.
Type
Array

(static) get/fabstitch/product/label/:ocNumber/partsBundle() → {Array}

Route to get list of buyer po from sage order details
Parameters:
Name Type Description
req.param.ocNumber String The oc number to fetch countries from sage
req.param.location String The oc number to fetch countries from sage
req.param.style String The oc number to fetch countries from sage
req.param.parts_bundle_barcode String The oc number to fetch countries from sage
req.param.parts_bundle String The oc number to fetch countries from sage
req.param.color String The oc number to fetch countries from sage
req.param.transactionBundle String The oc number to fetch countries from sage
req.param.batch String The oc number to fetch countries from sage
req.param.size String The oc number to fetch countries from sage
req.param.slNo String The oc number to fetch countries from sage
Returns:
The list of buyer po.
Type
Array

(static) get/fabstitch/product/label/:ocNumber/partsBundle() → {Array}

Route to get list of buyer po from sage order details
Parameters:
Name Type Description
req.param.transactionBundleNo String The oc number to fetch countries from sage
Returns:
The list of buyer po.
Type
Array

(static) get/fabstitch/product/label/:ocNumber/partsBundle() → {Array}

Route to get list of buyer po from sage order details
Parameters:
Name Type Description
req.param.ocNumber String The oc number to fetch countries from sage
req.param.location String The oc number to fetch countries from sage
req.param.style String The oc number to fetch countries from sage
req.param.parts_bundle_barcode String The oc number to fetch countries from sage
req.param.parts_bundle String The oc number to fetch countries from sage
req.param.color String The oc number to fetch countries from sage
req.param.transactionBundle String The oc number to fetch countries from sage
req.param.batch String The oc number to fetch countries from sage
req.param.size String The oc number to fetch countries from sage
req.param.slNo String The oc number to fetch countries from sage
Returns:
The list of buyer po.
Type
Array

(static) get/fabstitch/product/label/:ocNumber/partsBundle() → {Array}

Route to get list of buyer po from sage order details
Parameters:
Name Type Description
req.param.transactionBundleNo String The oc number to fetch countries from sage
Returns:
The list of buyer po.
Type
Array

(static) get/fabstitch/product/label/:ocNumber/partsBundle() → {Array}

Route to get list of buyer po from sage order details
Parameters:
Name Type Description
req.param.ocNumber String The oc number to fetch countries from sage
req.param.location String The oc number to fetch countries from sage
req.param.style String The oc number to fetch countries from sage
req.param.parts_bundle_barcode String The oc number to fetch countries from sage
req.param.parts_bundle String The oc number to fetch countries from sage
req.param.color String The oc number to fetch countries from sage
req.param.transactionBundle String The oc number to fetch countries from sage
req.param.batch String The oc number to fetch countries from sage
req.param.size String The oc number to fetch countries from sage
req.param.slNo String The oc number to fetch countries from sage
Returns:
The list of buyer po.
Type
Array

(static) get/fabstitch/product/label/:qrCode() → {productQrCodeDetails}

Route to get list of product QR code details based on bundle barcode
Parameters:
Name Type Description
req.param.qrCode String The product label QR code
Returns:
List Of colour list from sage module:routers/v8/fabstitch~productQrCodeDetails
Type
productQrCodeDetails

(static) get/fabstitch/product/label/:transactionBundleNo/partsBundle() → {Array}

Route to get list of buyer po from sage order details
Parameters:
Name Type Description
req.param.ocNumber String The oc number to fetch countries from sage
req.param.location String The oc number to fetch countries from sage
req.param.style String The oc number to fetch countries from sage
req.param.parts_bundle_barcode String The oc number to fetch countries from sage
req.param.parts_bundle String The oc number to fetch countries from sage
req.param.color String The oc number to fetch countries from sage
req.param.transactionBundle String The oc number to fetch countries from sage
req.param.batch String The oc number to fetch countries from sage
req.param.size String The oc number to fetch countries from sage
req.param.slNo String The oc number to fetch countries from sage
Returns:
The list of buyer po.
Type
Array

(static) get/fabstitch/product/label/batchNumber/:batchNumber() → {boolean}

get product label details
Parameters:
Name Type Description
req.params.batchNumber String The batch number
req.body.ocNumber String The oc number
req.body.location String The location
req.body.buyerName String The buyer name
req.body.style String The style
req.body.styleDescription String The style description
req.body.productCode String The product code
req.body.productDescription String The product description
req.body.fitType String The fit type
req.body.colourCode String The colour code
req.body.colourDescription String The colour description
req.body.size String The size
req.body.cutNumber number The cut number(lay number)
req.body.quantity number The quantity
req.body.buyerPoNumber String The buyer po number
req.body.buyerPoCountry String The buyer po country
req.body.bundleBarcode String The bundle barcode
req.body.barcodes Array.<barcodeDetails> The list of barcodes associated with product module:routers/v8/fabstitch~barcodeDetails
Returns:
Type
boolean

(static) get/fabstitch/product/label/batchNumber/:batchNumber() → {boolean}

get Bundle Parts label details
Parameters:
Name Type Description
req.params.batchNumber String The batch number
req.body.ocNumber String The oc number
req.body.location String The location
req.body.buyerName String The buyer name
req.body.style String The style
req.body.styleDescription String The style description
req.body.productCode String The product code
req.body.productDescription String The product description
req.body.fitType String The fit type
req.body.colourCode String The colour code
req.body.colourDescription String The colour description
req.body.size String The size
req.body.cutNumber number The cut number(lay number)
req.body.quantity number The quantity
req.body.buyerPoNumber String The buyer po number
req.body.buyerPoCountry String The buyer po country
req.body.bundleBarcode String The bundle barcode
req.body.barcodes Array.<barcodeDetails> The list of barcodes associated with product module:routers/v8/fabstitch~barcodeDetails
Returns:
Type
boolean

(static) get/fabstitch/product/label/loadingQR() → {String|String|String|String|String|String|Number|Number}

Route to get loading details in product lable section
Parameters:
Name Type Description
req.query.startDate String The start date to fetch overView details in format of yyyymmdd
req.query.endDate String | null The end date to fetch overView details in format of yyyymmdd
Returns:
  • batches
    Type
    String
  • ocNumber
    Type
    String
  • poNumber
    Type
    String
  • Country
    Type
    String
  • Color
    Type
    String
  • Size
    Type
    String
  • total count
    Type
    Number
  • todays count
    Type
    Number

(static) POST /dataFinishing() → {Boolean}

Route to insert a new finishing record
Parameters:
Name Type Description
req.body Object The finishing record data
Properties
Name Type Description
ocNumber String The OC number
location String The location
productCode String The product code
fitType String The fit type
colourCode String The colour code
size String The size
buyerPoNumber String The buyer PO number
buyerPoCountry String The buyer PO country
loadedQuantity Number The loaded quantity
dispatchedQuantity Number The dispatched quantity
inwardUpdatedQuantity Number The inward updated quantity
inwardEntry Number The inward entry count
outwardUpdatedQuantity Number The outward updated quantity
outwardEntry Number The outward entry count
Returns:
The status indicating whether the record was successfully inserted
Type
Boolean

(static) POST /dataPacking() → {Object}

Route to insert stitching packing details into the database
Parameters:
Name Type Description
req.body Object The packing details to insert
Properties
Name Type Description
ocNumber String The OC number
location String The location
productCode String The product code
fitType String The fit type
colourCode String The colour code
size String The size
buyerPoNumber String The buyer PO number
buyerPoCountry String The buyer PO country
loadedQuantity Number The loaded quantity
dispatchedQuantity Number The dispatched quantity
finishingUpdatedOutwardQty Number Finishing updated outward quantity
packInwardUpdatedQuantity Number Pack inward updated quantity
packInwardEntry Number Pack inward entry
packOutwardUpdatedQuantity Number Pack outward updated quantity
packOutwardEntry Number Pack outward entry
Returns:
Success response with status
Type
Object

(static) post/fabstitch/parts/production/batchNumber/:batchNumber/location/:location/() → {boolean}

Post product label details
Parameters:
Name Type Description
req.params.batchNumber String The batch number
req.params.location String The location
req.params.date String The location
Returns:
Type
boolean

(static) post/fabstitch/product/label/batchNumber/:batchNumber() → {boolean}

Post product label details
Parameters:
Name Type Description
req.params.batchNumber String The batch number
req.body.ocNumber String The oc number
req.body.location String The location
req.body.buyerName String The buyer name
req.body.style String The style
req.body.styleDescription String The style description
req.body.productCode String The product code
req.body.productDescription String The product description
req.body.fitType String The fit type
req.body.colourCode String The colour code
req.body.colourDescription String The colour description
req.body.size String The size
req.body.cutNumber number The cut number(lay number)
req.body.quantity number The quantity
req.body.buyerPoNumber String The buyer po number
req.body.buyerPoCountry String The buyer po country
req.body.bundleBarcode String The bundle barcode
req.body.barcodes Array.<barcodeDetails> The list of barcodes associated with product module:routers/v8/fabstitch~barcodeDetails
Returns:
Type
boolean

(static) post/fabstitch/product/label/batchNumber/:batchNumber() → {boolean}

Post product label details
Parameters:
Name Type Description
req.params.batchNumber String The batch number
req.body.ocNumber String The oc number
req.body.location String The location
req.body.buyerName String The buyer name
req.body.style String The style
req.body.styleDescription String The style description
req.body.productCode String The product code
req.body.productDescription String The product description
req.body.fitType String The fit type
req.body.colourCode String The colour code
req.body.colourDescription String The colour description
req.body.size String The size
req.body.cutNumber number The cut number(lay number)
req.body.quantity number The quantity
req.body.buyerPoNumber String The buyer po number
req.body.buyerPoCountry String The buyer po country
req.body.bundleBarcode String The bundle barcode
req.body.barcodes Array.<barcodeDetails> The list of barcodes associated with product module:routers/v8/fabstitch~barcodeDetails
Returns:
Type
boolean

(static) post/fabstitch/product/label/batchNumber/:batchNumber() → {boolean}

Post product label details
Parameters:
Name Type Description
req.params.batchNumber String The batch number
req.body.ocNumber String The oc number
req.body.location String The location
req.body.buyerName String The buyer name
req.body.style String The style
req.body.styleDescription String The style description
req.body.productCode String The product code
req.body.productDescription String The product description
req.body.fitType String The fit type
req.body.colourCode String The colour code
req.body.colourDescription String The colour description
req.body.size String The size
req.body.cutNumber number The cut number(lay number)
req.body.quantity number The quantity
req.body.buyerPoNumber String The buyer po number
req.body.buyerPoCountry String The buyer po country
req.body.bundleBarcode String The bundle barcode
req.body.barcodes Array.<barcodeDetails> The list of barcodes associated with product module:routers/v8/fabstitch~barcodeDetails
Returns:
Type
boolean

(static) post/fabstitch/product/label/batchNumber/:batchNumber() → {boolean}

Post product label details
Parameters:
Name Type Description
req.params.batchNumber String The batch number
req.body.ocNumber String The oc number
req.body.location String The location
req.body.buyerName String The buyer name
req.body.style String The style
req.body.styleDescription String The style description
req.body.productCode String The product code
req.body.productDescription String The product description
req.body.fitType String The fit type
req.body.colourCode String The colour code
req.body.colourDescription String The colour description
req.body.size String The size
req.body.cutNumber number The cut number(lay number)
req.body.quantity number The quantity
req.body.buyerPoNumber String The buyer po number
req.body.buyerPoCountry String The buyer po country
req.body.bundleBarcode String The bundle barcode
req.body.barcodes Array.<barcodeDetails> The list of barcodes associated with product module:routers/v8/fabstitch~barcodeDetails
Returns:
Type
boolean

(static) post/fabstitch/product/label/batchNumber/:batchNumber() → {boolean}

Post product label details
Parameters:
Name Type Description
req.params.batchNumber String The batch number
req.body.ocNumber String The oc number
req.body.location String The location
req.body.buyerName String The buyer name
req.body.style String The style
req.body.styleDescription String The style description
req.body.productCode String The product code
req.body.productDescription String The product description
req.body.fitType String The fit type
req.body.colourCode String The colour code
req.body.colourDescription String The colour description
req.body.size String The size
req.body.cutNumber number The cut number(lay number)
req.body.quantity number The quantity
req.body.buyerPoNumber String The buyer po number
req.body.buyerPoCountry String The buyer po country
req.body.bundleBarcode String The bundle barcode
req.body.barcodes Array.<barcodeDetails> The list of barcodes associated with product module:routers/v8/fabstitch~barcodeDetails
Returns:
Type
boolean

Type Definitions

barcodeDetails

Type:
  • Object
Properties:
Name Type Description
barcodeDetails.barcode String The barcode
barcodeDetails.serialNumber String The numbering serial number

barcodeDetails

Type:
  • Object
Properties:
Name Type Description
barcodeDetails.barcode String The barcode
barcodeDetails.serialNumber String The numbering serial number

barcodeDetails

Type:
  • Object
Properties:
Name Type Description
barcodeDetails.barcode String The barcode
barcodeDetails.serialNumber String The numbering serial number

barcodeDetails

Type:
  • Object
Properties:
Name Type Description
barcodeDetails.barcode String The barcode
barcodeDetails.serialNumber String The numbering serial number

barcodeDetails

Type:
  • Object
Properties:
Name Type Description
barcodeDetails.barcode String The barcode
barcodeDetails.serialNumber String The numbering serial number

barcodeDetails

Type:
  • Object
Properties:
Name Type Description
barcodeDetails.barcode String The barcode
barcodeDetails.serialNumber String The numbering serial number

barcodeDetails

Type:
  • Object
Properties:
Name Type Description
barcodeDetails.barcode String The barcode
barcodeDetails.serialNumber String The numbering serial number

bundleBarcodeDetails

Type:
  • Object
Properties:
Name Type Description
bundleBarcodeDetails.ocNumber String The oc number
bundleBarcodeDetails.location String The location
bundleBarcodeDetails.customerName String The customer name
bundleBarcodeDetails.style Number The style
bundleBarcodeDetails.styleDescription String The style description
bundleBarcodeDetails.productCode String The product code
bundleBarcodeDetails.productDescription String The product description
bundleBarcodeDetails.fitType String The fit type
bundleBarcodeDetails.colourCode Number The colour code
bundleBarcodeDetails.colourDescription String The colour description
bundleBarcodeDetails.size String The size
bundleBarcodeDetails.batchNumber String The batch number
bundleBarcodeDetails.cutNumber String The cut number
bundleBarcodeDetails.buyerPoNumber String The buyer po number
bundleBarcodeDetails.productSeasonCode String The product season code
bundleBarcodeDetails.productSeasonDescription String The product season description
bundleBarcodeDetails.productShade String The product shade
bundleBarcodeDetails.productShrinkage String The shrinkage
bundleBarcodeDetails.productPattern String The pattern
bundleBarcodeDetails.qrDetails Array.<qrDetailsList> List Of qr details module:routers/v8/fabstitch~qrDetailsList

bundleBarcodeDetails

Type:
  • Object
Properties:
Name Type Description
bundleBarcodeDetails.ocNumber String The oc number
bundleBarcodeDetails.location String The location
bundleBarcodeDetails.customerName String The customer name
bundleBarcodeDetails.style Number The style
bundleBarcodeDetails.styleDescription String The style description
bundleBarcodeDetails.productCode String The product code
bundleBarcodeDetails.productDescription String The product description
bundleBarcodeDetails.fitType String The fit type
bundleBarcodeDetails.colourCode Number The colour code
bundleBarcodeDetails.colourDescription String The colour description
bundleBarcodeDetails.size String The size
bundleBarcodeDetails.batchNumber String The batch number
bundleBarcodeDetails.cutNumber String The cut number
bundleBarcodeDetails.buyerPoNumber String The buyer po number
bundleBarcodeDetails.productSeasonCode String The product season code
bundleBarcodeDetails.productSeasonDescription String The product season description
bundleBarcodeDetails.qrDetails Array.<qrDetailsList> List Of qr details module:routers/v8/fabstitch~qrDetailsList

bundleBarcodeDetails

Type:
  • Object
Properties:
Name Type Description
bundleBarcodeDetails.ocNumber String The oc number
bundleBarcodeDetails.location String The location
bundleBarcodeDetails.customerName String The customer name
bundleBarcodeDetails.style Number The style
bundleBarcodeDetails.styleDescription String The style description
bundleBarcodeDetails.productCode String The product code
bundleBarcodeDetails.productDescription String The product description
bundleBarcodeDetails.fitType String The fit type
bundleBarcodeDetails.colourCode Number The colour code
bundleBarcodeDetails.colourDescription String The colour description
bundleBarcodeDetails.size String The size
bundleBarcodeDetails.batchNumber String The batch number
bundleBarcodeDetails.cutNumber String The cut number
bundleBarcodeDetails.buyerPoNumber String The buyer po number
bundleBarcodeDetails.productSeasonCode String The product season code
bundleBarcodeDetails.productSeasonDescription String The product season description
bundleBarcodeDetails.productShade String The product shade
bundleBarcodeDetails.productShrinkage String The shrinkage
bundleBarcodeDetails.productPattern String The pattern
bundleBarcodeDetails.qrDetails Array.<qrDetailsList> List Of qr details module:routers/v8/fabstitch~qrDetailsList

colourList

Type:
  • Object
Properties:
Name Type Description
colourList.colourCode String The colour code
colourList.colourDescription String The colour description

kanbanDetails

Type:
  • Object
Properties:
Name Type Description
kanbanDetails.ocNumber String The oc number
kanbanDetails.location String The location
kanbanDetails.style Number The style
kanbanDetails.styleDescription String The style description
kanbanDetails.productCode String The product code
kanbanDetails.productDescription String The product description
kanbanDetails.colourCode Number The colour code
kanbanDetails.colourDescription String The colour description
kanbanDetails.size String The size
kanbanDetails.batchNumber String The batch number
kanbanDetails.buyerPoNumber String The buyer po number
kanbanDetails.serialNumberGarment Number The Garment serial number
kanbanDetails.buyerPoCountry String The Buyer Po Country
kanbanDetails.transactionBundleNumber String Transaction Bundle Number
kanbanDetails.barcodeGeneratedDate String The barcode Generated Date
kanbanDetails.hoursPassed String The Hours Passed After Generation
kanbanDetails.stitch_label_barcode Number The Stitch Label Barcode
kanbanDetails.kanban_status String The style description
kanbanDetails.quantity String The product code

kanbanDetails

Type:
  • Object
Properties:
Name Type Description
kanbanDetails.ocNumber String The oc number
kanbanDetails.location String The location
kanbanDetails.style Number The style
kanbanDetails.styleDescription String The style description
kanbanDetails.productCode String The product code
kanbanDetails.productDescription String The product description
kanbanDetails.colourCode Number The colour code
kanbanDetails.colourDescription String The colour description
kanbanDetails.size String The size
kanbanDetails.batchNumber String The batch number
kanbanDetails.buyerPoNumber String The buyer po number
kanbanDetails.serialNumberGarment Number The Garment serial number
kanbanDetails.buyerPoCountry String The Buyer Po Country
kanbanDetails.transactionBundleNumber String Transaction Bundle Number
kanbanDetails.barcodeGeneratedDate String The barcode Generated Date
kanbanDetails.hoursPassed String The Hours Passed After Generation
kanbanDetails.stitch_label_barcode Number The Stitch Label Barcode
kanbanDetails.kanban_status String The style description
kanbanDetails.quantity String The product code

partsBarcodeDetail

Type:
  • Object
Properties:
Name Type Description
partsBarcodeDetail.style String The style
partsBarcodeDetail.ocNumber String The oc number
partsBarcodeDetail.buyerName String The buyer
partsBarcodeDetail.cutNumber Number The cut number
partsBarcodeDetail.fitType String The fit type
partsBarcodeDetail.itemCode String The item code
partsBarcodeDetail.itemDescription String The item description
partsBarcodeDetail.size String The size
partsBarcodeDetail.quantity Number The quantity associated with size
partsBarcodeDetail.location String The location
partsBarcodeDetail.productCode String The product code
partsBarcodeDetail.productDescription String The product description
partsBarcodeDetail.styleDescription String The style description
partsBarcodeDetail.colourCode String The colour code
partsBarcodeDetail.colourDescription String The colour description
partsBarcodeDetail.productSeasonCode String The season code
partsBarcodeDetail.productSeasonDescription String The season description
partsBarcodeDetail.productShade String The product shade
partsBarcodeDetail.productShrinkage String The shrinkage
partsBarcodeDetail.productPattern String The pattern

partsProduction

Type:
  • Object
Properties:
Name Type Description
barcodeDetails.barcode String The barcode

productList

Type:
  • Object
Properties:
Name Type Description
productList.productCode String The product code
productList.productDescription String The product description
productList.orderQuantity String The order quantity
productList.styleNumber String The style number
productList.styleDescription String The style description
productList.buyerName String The buyer name

productQrCodeDetails

Type:
  • Object
Properties:
Name Type Description
productQrCodeDetails.ocNumber String The oc number
productQrCodeDetails.location String The location
productQrCodeDetails.customerName String The customer name
productQrCodeDetails.style Number The style
productQrCodeDetails.styleDescription String The style description
productQrCodeDetails.productCode String The product code
productQrCodeDetails.productDescription String The product description
productQrCodeDetails.fitType String The fit type
productQrCodeDetails.colourCode Number The colour code
productQrCodeDetails.colourDescription String The colour description
productQrCodeDetails.size String The size
productQrCodeDetails.batchNumber String The batch number
productQrCodeDetails.cutNumber String The cut number
productQrCodeDetails.buyerPoNumber String The buyer po number
productQrCodeDetails.serialNumber Number The QR code serial number

qrDetailsList

Type:
  • Object
Properties:
Name Type Description
qrDetailsList.qrCode String The qr code
qrDetailsList.serialNumber String The qr code serial number

qrDetailsList

Type:
  • Object
Properties:
Name Type Description
qrDetailsList.qrCode String The qr code
qrDetailsList.serialNumber String The qr code serial number

qrDetailsList

Type:
  • Object
Properties:
Name Type Description
qrDetailsList.qrCode String The qr code
qrDetailsList.serialNumber String The qr code serial number