Skip to content

Numbering formats

Redline auto-generates unique numbers for ECRs, ECOs, and FCOs. You control the format using template strings in Settings.

Navigate to Settings → Numbering to configure the format for each document type.

Templates use two substitution tokens:

TokenMeaningExample
{YYYY}Four-digit calendar year2026
{N...}Zero-padded sequence number{NNNN} → 0001, {NN} → 01

The number of N characters determines the padding width.

Format templateSequence 1, year 2026Sequence 42
ECR-{YYYY}-{NNNN}ECR-2026-0001ECR-2026-0042
ECO-{NN}/{YYYY}ECO-01/2026ECO-42/2026
CR{YYYY}{NNNNNN}CR20260000001CR20260000042
  • Atomic generation — numbers are generated using a database lock to prevent duplicates, even under concurrent use
  • No gaps — each number increments by exactly one
  • Preview — use the preview button to see what the next number will look like before saving
  • Reset — reset the sequence counter if you need to start fresh (e.g., at the beginning of a new year)
TypeSettingDefault format
ECRecr_number_formatECR-{YYYY}-{NNNN}
ECOeco_number_formatECO-{YYYY}-{NNNN}
FCOfco_number_formatFCO-{YYYY}-{NNNN}