Skip to content

Audit Form Report

  • Dataset Name: AuditFormDataSet
  • Description: This dataset captures inline quality audit sessions conducted on each machine of a production line. It tracks defects found on bundles as they pass through machine operations.
  • Owner/Maintainer: Manufacturing Reports Team / Production Analytics
  • Database: SooperWizer
  • Server: T3600-SERVERPC\DEV2019
  • Schema: dbo
Column NameData TypeConstraintsDescription
AuditFormSessionIDINTNOT NULLUnique identifier for the audit form session
WorkerIDINTNOT NULLWorker identifier
WorkerCodeNVARCHAR(64)NULLWorker code
WorkerDescriptionNVARCHAR(64)NULLWorker description
WorkerTypeNVARCHAR(64)NULLClassification of worker (e.g. Operator, Helper, Supervisor)
MachineIDINTNOT NULLMachine identifier
MachineCodeNVARCHAR(64)NULLMachine code
MachineDescriptionNVARCHAR(64)NULLMachine description
OperationIDINTNOT NULLOperation identifier
OperationCodeNVARCHAR(64)NULLOperation code
OperationDescriptionNVARCHAR(64)NULLOperation description
OperationTypeNVARCHAR(64)NULLCategory of sewing/assembly operation (e.g. Stitch, Press, Cut)
LineIDINTNOT NULLProduction line identifier
LineCodeNVARCHAR(64)NULLProduction line code
LineDescriptionNVARCHAR(64)NULLProduction line description
SectionIDINTNOT NULLSection identifier
SectionCodeNVARCHAR(64)NULLSection code
SectionDescriptionNVARCHAR(64)NULLSection description
BundleIDINTNOT NULLUnique identifier for the bundle of cut pieces being processed
BundleCodeVARCHAR(64)NULLHuman-readable tracking code assigned to the bundle
CutJobCodeVARCHAR(32)NULLReference code for the cutting job that produced this bundle
PurchaseOrderCodeVARCHAR(100)NULLBuyer Purchase order number
ProductionStatusVARCHAR(64)NULLCurrent status of the production order
ColorCodeNVARCHAR(64)NULLColor code
ColorNameNVARCHAR(64)NULLColor name
SizeCodeNVARCHAR(64)NULLSize code
SizeNameNVARCHAR(64)NULLSize name
WorkOrderCodeVARCHAR(100)NULLInternal production work order number
StyleNameVARCHAR(64)NULLName or reference of the garment style
MachineRoundINTNOT NULLInspection round number for this machine
FollowUpINTNOT NULLFlag indicating whether this record requires a follow-up action
DefectedPiecesINTNOT NULLTotal count of defective pieces
RoundColorVARCHAR(6)NOT NULLColor assigned to this inspection round (RED/YELLOW/GREEN)
CreatedByVARCHAR(36)NOT NULLUUID of the user who created this record
USERNAMENVARCHAR(255)NULLDisplay name of the user who created this record
UpdatedByVARCHAR(36)NULLUUID of the user who last updated this record
ScanningTimeDATETIMENULLTimestamp when the bundle was scanned
UpdatedAtDATETIMENULLTimestamp of the most recent update to this record
CreatedAtDateDATENULLDate portion of when this audit record was created
FaultIDINTNULLUnique identifier for the fault recorded
FaultCodeNVARCHAR(64)NULLShort code identifying the fault
FaultDescriptionNVARCHAR(256)NULLDescription of the fault observed
FaultClassificationNameNVARCHAR(50)NULLGrouping category of the fault
FaultCountINTNOT NULLNumber of times this specific fault was observed
FaultSeverityLevelNVARCHAR(50)NULLSeverity rating of the fault (e.g. Critical, Major, Minor)
DefectTimeDATETIMENULLTimestamp when the specific defect was recorded during the audit
  • Foreign Keys:
    • None
  • Referenced By:
    • Quality defect analysis reports
    • Worker performance analysis
    • Machine performance tracking
    • Operation efficiency reports
  • Primary Key:

    No primary key of its own. However it fetches AuditFormSessionID from Quality.AuditFormSession. There is no insertion in this dataset. It gets deleted and refreshed every day so AuditFormSessionID is always a unique identifier

  • Performance Indexes: None

  • Retention Policy: 3 years for detailed fault analysis, 7 years total for quality compliance
  • Deletion Triggers: Automated quarterly archival process
  • Archival Process: Move to AuditFormSession_Archive after 3 years
  • Compliance Requirements: Quality management system requirements (ISO 9001, customer audits)
  • Job: EndLine Quality Reports
    • Purpose: Generate daily/hourly quality reports
    • Frequency: On-demand and scheduled
    • Output: Quality dashboards, management reports
  • Primary Source: Quality.AuditFormSession (raw quality inspection data)
  • Master Data Sources:
    • Essentials.Operation (Operation details)
    • Essentials.Machine (Machine details)
    • Essentials.Worker (Worker details)
    • Essentials.Line (Line details)
    • Essentials.Section (Section details)
    • Essentials.Color (Color details)
    • Essentials.Size (Size details)
    • Cutting.Bundle (Bundle details)
    • Cutting.CutJob (Cut job details)
    • Essentials.Fault (Fault details)
    • Essentials.FaultClassification (Fault Classification details)
    • Essentials.FaultSeverity (Fault Severity details)
    • Orders.PurchaseOrder (Purchase Order details)
    • Orders.WorkOrder (Work Order details)
    • Orders.Style (Style details)
    • auth.USER_ENTITY (User details)
  • Views Using This Dataset:
    • None
  • Reports:
    • To be added later