Quality Process

PSI’s quality tracking system centers on “Redbooks” - a homegrown issue tracking system used across all departments.


The Redbook System

What is a Redbook?

A Redbook is PSI’s internal term for a quality issue ticket. When someone discovers a problem during design, build, or field installation, they open a redbook.

Name Origin: The original system used physical red notebooks where issues were logged by hand. The digital system inherited the name.

Interfaces

InterfaceURLDescription
Redbook Webhttps://redbook.progressivesurface.comModern web app for RFC management
WPF AppDesktop (PSI.Redbook.View)Legacy desktop application
Analytics Dashboardhttps://ps-redbook-dashboard.azurewebsites.netAnalysis and reporting

See Redbook Web for the modern web interface documentation.

When to Open a Redbook

Open a redbook when you discover:

  • Drawing errors (typos, missing dimensions, wrong tolerances)
  • Design function issues (interference, undersized components)
  • Vendor quality problems (parts don’t meet spec)
  • Assembly errors (wiring mistakes, fitment issues)
  • Field problems (issues found at customer site)

Redbook Lifecycle

┌──────────────┐     ┌──────────────┐     ┌──────────────┐
│   Opened     │────▶│  In Progress │────▶│   Closed     │
│ (Issue found)│     │ (Being fixed)│     │  (Resolved)  │
└──────────────┘     └──────────────┘     └──────────────┘
      │                    │                    │
      ▼                    ▼                    ▼
   Opener           Dept assignments        Resolution
   records          track who's             documented
   details          working on it

Key Redbook Fields

FieldDescription
IDUnique ticket number
ProjectJob number
ProblemDescription of the issue
DrawingRelated drawing number
PriorityUrgency level (1-High to 4-None)
Dept flagsWhich departments are assigned
ECN/NCNLinked change documents
AccountCustomer account (from ACCOUNT.1287)
Primary RespResponsible cost center (from COCE)
ActivityActivity log with timestamps
SolutionSolution description
OpportunityWaste metrics (material $, labor hours)

Detection Timing

When an issue is found significantly impacts the cost to fix it. PSI categorizes detection timing as:

StageDays Before ShipMultiplierTypical Finding
Early>90 days1.0xDesign review, early build
Mid-Build30-90 days1.25xAssembly, initial testing
Late Build<30 days1.5xCrunch time fixes
Near/At Ship~0 days2.0xLast-minute discoveries
Post-ShipAfter ship2.0xField escapes

Caveat: This uses planned ship dates. Projects that ship late may show issues as “Post-Ship” even if caught in-house.


Quality Metrics

Key Performance Indicators

MetricDefinitionTarget
Quality %Quality Cost / Project Value<2%
Early Detection Rate% issues found >90 days before ship>50%
Field Escape Rate% issues found post-ship<3%

Severity Levels

SeverityDescriptionSLA Target
CriticalSafety risk or major customer impact3 days
MajorSignificant rework or schedule impact14 days
ModerateNoticeable issue requiring correction21 days
MinorSmall issue with minimal impact30 days

ECN Process

An Engineering Change Notice (ECN) is a formal document authorizing changes to engineering drawings.

When ECN is Required

  • Design changes affecting fit, form, or function
  • Dimension changes beyond tolerance adjustments
  • Material substitutions
  • Assembly method changes

ECN Workflow

  1. Engineer identifies need for change
  2. ECN document created with justification
  3. Affected drawings/parts identified
  4. Approvals obtained
  5. Drawings updated
  6. BOM updated if parts change

ECN Linkage to Redbooks

Redbooks may trigger ECNs when the fix requires drawing changes. The Has_ECN flag indicates when a redbook resulted in an ECN.


NCN Process

A Non-Conformance Notice (NCN) tracks quality issues with purchased or manufactured parts that don’t meet specifications.

NCN Workflow

  1. Quality issue identified with incoming/manufactured part
  2. NCN document created
  3. Part quarantined
  4. Disposition determined:
    • Return to vendor: Send back for credit/replacement
    • Rework: Fix in-house
    • Use as-is: Accept deviation
    • Scrap: Discard

NCN Linkage to Redbooks

Redbooks may link to NCNs when vendor quality is the root cause. The Has_NCN flag tracks this relationship.


Root Cause Categories

The Redbook Analysis system uses AI to classify root causes:

Root CauseDescription
Design FunctionDesign doesn’t work as intended
Drawing ErrorTypos, missing dimensions, wrong tolerances
Vendor QualityPurchased parts don’t meet spec
Wiring ErrorElectrical connection mistakes
Assembly ErrorMechanical fitment/installation issues
Process ChangeCustomer or scope changes
Information GapMissing or unclear requirements

Systemic Issues

Root causes appearing on >50% of projects are flagged as systemic issues - indicating organizational patterns rather than project-specific problems.


Preventability Analysis

The Deep Dive analysis found that 94% of top Design Function issues were preventable through:

Prevention MethodExamples
Design ReviewChecklists, peer review, interference checks
Supplier ManagementBetter specs, incoming inspection
Process ControlWork instructions, training
CommunicationCustomer requirements clarification

UniData Tables

The Redbook system uses these UniData tables:

TablePurpose
REDBOOK.1287Main redbook records
ACCOUNT.1287Customer accounts
EMPLOYEE.PUBLIC.1287Employee lookup
COCECost centers (Primary Responsibility)
ENG.CHG.1287Engineering Change Notices
NCN.CHG.1287Non-Conformance Notices

See Redbook Web - Field Mapping for complete field documentation.



Last updated: February 2025