Skip to content

PO Ex-Factory Split Status

  • Dataset Name: POExFactorySplitStatus
  • Description: This table stores split status for purchase orders by ex-factory date, consolidating production, packing, and quality metrics for each PO, style, color, factory, and branch. It enables tracking of quantities and key dates across the supply chain.
  • Owner/Maintainer: Quality Assurance Team / Manufacturing Analytics
  • Database: SooperWizer
  • Server: T3600-SERVERPC\DEV2019
  • Schema: Reports
Column NameData TypeConstraintsDescription
POExFactorySplitStatusIDINTPRIMARY KEY, IDENTITY(1,1), NOT NULLA unique serial number auto-assigned to every row
WorkOrderCodeVARCHAR(100)NOT NULLThe factory’s internal order number
CustomerCodeNVARCHAR(256)NOT NULLCode identifying the buyer
CustomerNameNVARCHAR(256)NOT NULLFull name of the buyer
StyleNameVARCHAR(64)NOT NULLThe garment design/style in the order
BuyMonthVARCHAR(128)NOT NULLMonth the buyer planned to receive this order
PurchaseOrderCodeVARCHAR(100)NOT NULLThe buyer’s official order number
FactoryNameNVARCHAR(128)NOT NULLWhich factory is producing this split
BranchNameNVARCHAR(128)NOT NULLWhich branch of the factory group manages this
ColorCodeNVARCHAR(128)NOT NULLShort code for the color
ColorNameNVARCHAR(128)NOT NULLFull color name
StoreDetailNVARCHAR(510)NULLDestination this shipment is going to
ShipTypeNVARCHAR(20)NULLHow the goods are being shipped
OrderQuantityINTNOT NULLThe total pieces the buyer ordered for this split — the target number
PackedQtyINTNOT NULLTotal pieces that have been packed into boxes and are ready for shipment
TotalCutQuantityINTNOT NULL, DEFAULT(0)Total pieces that have been physically cut from fabric so far
TotalInputQuantityINTNOT NULL, DEFAULT(0)Total pieces that have entered the production process
TotalInductionQuantityINTNOT NULL, DEFAULT(0)Total pieces scanned at the first sewing machine
TotalSewingLastOperationQuantityINTNOT NULL, DEFAULT(0)Total pieces that have completed all sewing steps
TotalEndLineQualityPassedQuantityINTNOT NULL, DEFAULT(0)Total pieces that passed quality check at the end of the sewing line
TotalEndLineQualityRejectedQuantityINTNOT NULL, DEFAULT(0)Total pieces that failed quality check at the end of the sewing line
TotalFinishingQualityPassQuantityINTNOT NULL, DEFAULT(0)Total pieces that passed the final finishing quality inspection
TotalFinishingQualityRejectionQuantityINTNOT NULL, DEFAULT(0)Total pieces that failed finishing quality inspection
TotalRecordedSendDownQuantityINTNOT NULL, DEFAULT(0)Total cut pieces officially handed over to the sewing department
TotalRecordedLostQuantityINTNOT NULL, DEFAULT(0)Total pieces that have been lost during production
ExFactoryDateDATENULLThe date when goods physically leave the factory gate
HandOverDateDATENULLThe date when the finished & packed goods were handed over to the buyer’s QC team
SendDownDateDATENULLThe date when cut pieces were first sent down to the sewing department
  • Primary Key: POExFactorySplitStatusID (clustered, identity)
  • Performance Indexes:
    • PK_POExFactorySplitStatus (clustered, unique)
  • Default Constraints:
    • All quantity fields default to 0
  • Unique Identifiers: POExFactorySplitStatusID (primary)
  • Grouping Logic: Aggregated by PO, style, color, factory, branch, and ex-factory date
  • Retention Policy: 3 years for reporting, 7 years for compliance
  • Deletion Triggers: Automated quarterly archival process
  • Archival Process: Move to POExFactorySplitStatus_Archive after 3 years
  • Compliance Requirements: Manufacturing and supply chain audit requirements
  • Column-wise Insertion Rules:
    • POExFactorySplitStatusID: Auto-generated (IDENTITY)
    • Quantity fields: Default to 0, updated via aggregation
    • Descriptive fields: Populated from master data joins
  • Insertion Procedures: uspSyncPOExFactorySplitStatus
  • Job: Job_To_Sync_Daily_WorkOrder_Status_Every_11_Minutes
    • Purpose: Aggregate and sync PO split status data
    • Data Sources: Reports.PackingPlan, Reports.DailyWorkOrderStatus
    • Transformation: Aggregation and enrichment via joins
    • Error Handling: Transactional integrity, error logging
  • OrderQuantity, PackedQty, TotalCutQuantity, etc.: Aggregated from source tables
  • Pass/Reject Rates: Calculated in downstream reports
  • Primary Source: Reports.PackingPlan, Reports.DailyWorkOrderStatus
  • Master Data Sources:
    • Essentials.Customer, Essentials.Factory, Essentials.Branch, Essentials.Color
  • Views Using This Dataset:
    • No views using this dataset
  • Reports:
    • No reports currently using this dataset