Interface SerialNumber

Represents a structured serial number.

A serial number follows the format: productId-revision-consecutiveNumber-productionWeek. Example: 8506-01-040595-4023

  • 8506 → Product ID
  • 01 → Revision
  • 040595 → Consecutive Number
  • 4023 → Production Week

Hierarchy

  • SerialNumber

Properties

consecutiveNumber: string

Unique consecutive number assigned to the product. Example: 040595

productId: string

Identifier for the product model or type. Example: 8506

productionWeek: string

Week and year of production. Example: 4023 (Week 40 of the year 2023)

revision: string

Revision number indicating product iteration or version. Example: 01

versionedProductId: string

Combined product identifier including revision. Example: 8506-01

Generated using TypeDoc