Customizing employee numbers: set your own employee-code format

Customizing employee numbers: set your own employee-code format

Every employee in NexerIQ has an employee code. By default NexerIQ assigns them for you — EMP-000001, EMP-000002, and so on — so adding people is quick. If your organisation already uses its own staff-numbering style, you can change the pattern to match, and a live preview shows the next code before you save.

Where to find it

Open Settings → People → Numbering and look at the Employee numbering card:

  • Template — the pattern used to build each employee code.
  • Start number — where the first code starts (usually 1).
  • Next: — a live example of the next code as you type.

How the template works

A template is plain text with a {Counter} placeholder where the running number goes. Everything else is kept exactly as written. Add leading zeros with a width — {Counter:6} means "pad to 6 digits".

  • EMP-{Counter:6} → EMP-000001 (the default)
  • EMP{Counter:4} → EMP0001 (no dash — the separator is optional)
  • {Counter:5} → 00001 (numbers only)

Placeholders you can use

  • {Counter} — the running number; add a width for leading zeros, e.g. {Counter:4} → 0001.
  • {Year} — the current 4-digit year.
  • {Month} and {Day} — the current month and day.

The editor lists the full set, and the Next: preview updates live.

What happens when you change the pattern

Changing the template only affects future employees — existing codes never change. Renaming the fixed text keeps the running count going; adding {Year} restarts the sequence each year; and Start number lets you begin at a specific value when moving from another system. Click Save when the preview looks right.

Letting NexerIQ fill it in

When you add an employee, leave the code blank and NexerIQ generates the next one automatically. Prefer to assign your own? Type it in — your entry is always respected.

Tip: Keep the {Counter} placeholder in your template — it's what keeps every employee code unique. NexerIQ won't let you save without it.

    • Related Articles

    • Customizing customer numbers: set your own customer-number format

      Every customer in NexerIQ gets a customer number. By default NexerIQ assigns them for you — CUST-000001, CUST-000002, and so on — so you never have to think about it. But if your business already has its own numbering style, you can change the ...
    • Customizing purchase order numbers: set your own PO number format

      NexerIQ numbers your purchase orders automatically — by default they look like PO-2026-00001, PO-2026-00002, and so on. If your business uses its own purchase-order numbering style, you can change the pattern to match, and a live preview shows you ...
    • Customizing work journal numbers: set your own time-sheet number format

      NexerIQ numbers your work journals (weekly time sheets) automatically — by default they look like WJ-2026-W26-001, where W26 is the ISO week of the year. If your business uses its own numbering style for time sheets, you can change the pattern to ...
    • Customizing product SKUs: set your own SKU number format

      Every product in NexerIQ has a SKU (its unique item code). If you'd rather not invent a SKU for each new product, NexerIQ can generate them for you — SKU-000001, SKU-000002, and so on. And if your catalogue follows its own coding style, you can ...
    • Customizing invoice, order, quote, and subscription numbers

      NexerIQ numbers your sales documents automatically — invoices, sales orders, quotes, and subscriptions each get their own running sequence. By default they look like INV-2026-000001, SO-2026-000001, QT-2026-000001, and SUB-2026-000001. Many ...