Skip to content

Sequences & Numbering

Sequences control the automatic numbering of records in inkStar — like customer numbers (#0001), contract numbers, and appointment sequences.

Configurable sequences exist for:

  • Customers
  • Leads
  • Vendors
  • Contracts
  • Appointments

Each sequence has:

SettingDescription
PrefixText before the number (e.g., “INK-”)
PostfixText after the number (e.g., “-2024”)
Minimum digitsZero-padding (e.g., 4 digits → #0042)
Starting numberThe first number in the sequence
Next valueThe next number that will be assigned
Restart periodWhen to reset: Never, Yearly, or Monthly
ConfigurationOutput
Prefix: “C-”, Min digits: 4C-0001, C-0002, C-0003
Prefix: “INK”, Postfix: “/24”, Min digits: 3INK001/24, INK002/24
No prefix, Min digits: 6000001, 000002, 000003