meetergomeetergo Help

Customize invoice numbers

Set your own format, prefix and start number for invoice numbers. How number ranges work for invoices, offers, order confirmations, credit notes and cancellations.

Updated on August 19, 2026

Your invoice numbers do not simply count up from 1. meetergo issues them as RE-2026-0001 by default, and you can set the format, prefix and start number yourself.

Every document type has its own number range. The defaults are:

Document typeFormatFirst number
InvoiceRE-{YYYY}-{####}RE-2026-0001
OfferAN-{YYYY}-{####}AN-2026-0001
Order confirmationAB-{YYYY}-{####}AB-2026-0001
Credit noteGS-{YYYY}-{####}GS-2026-0001
CancellationST-{YYYY}-{####}ST-2026-0001

Set up a number range

  1. Open Invoicing.
  2. Create a new document or open an existing draft.
  3. In the editor, click Number range next to the Number field.
  4. Fill in Format and Next number. The preview shows you what the next number will look like.
  5. Save.

The number range applies to your whole company, not just to you. Everyone on the team issues documents from the same range, so a number can never be handed out twice.

The format

The format is free text combined with tokens:

TokenMeaning
{YYYY}Four-digit year (2026)
{YY}Two-digit year (26)
{####}Sequential counter

The number of # characters sets how many digits the counter is padded to. {####} gives 0001, {##} gives 01. If the counter grows past the padding, it is still written in full and never truncated.

Examples:

FormatResult
RE-{YYYY}-{####}RE-2026-0001
{YYYY}{####}20260001
ACME{####}ACME0001
R-{YY}/{###}R-26/001

Two rules apply:

  • Exactly one counter token per format. Without a counter the number would not be unique.
  • The format can be at most 64 characters long.

Set your start number

Next number is where you decide which number to continue from. This matters most when you move to meetergo from another tool: set the next number above the last one you issued there, so the two ranges cannot overlap.

Set your start number before you issue your first invoice.

What happens at year end

The counter restarts at 1 in every calendar year. Your format carries over. If you switched to ACME{####} during 2026, your first invoice of 2027 is ACME0001 again, not the default format.

What counts is the invoice date, not the day you created the document. An invoice you issue in January with a December date still gets a number from the old year.

When the number is assigned

The number is assigned when the document is issued, not when it is created. While a document is a draft it has no number and does not consume one. You can create, discard and duplicate as many drafts as you like without creating gaps.

Gaps in the numbering

A number can occasionally be missing, for example if issuing a document failed part way through. That is allowed: § 14 (4) of the German VAT Act requires invoice numbers to be unique, not gapless. What matters is that no number is ever used twice, and that is what meetergo guarantees.

Was this article helpful?

Let us know if this article answered your questions.