Opsliy

← Blog

Blog

Organising your invoice files

Nothing is stored for you, so the folder on your own machine is the whole record. It is worth ten minutes of structure.

A delivery note, an invoice and a receipt, the invoice showing a balance due

Last updated 7 July 2026

Every sheet on this site saves to a file you keep. That is deliberate, and it means the question of how to organise invoice files is yours to answer rather than a vendor’s.

The good news is that the answer is boring and takes ten minutes.

Keep two copies of everything

For each document, keep:

People keep the first and skip the second, then retype the whole invoice when the customer asks for a small change.

A folder layout that works

business/
  templates/
    _invoice.json   _quote.json   _receipt.json
  2026/
    sent/
      inv-0087-acme-2026-08-02.pdf
    sheets/
      inv-0087-acme-2026-08-02.json
  archive/
    2025/  2024/

One year open, previous years archived, templates separate and prefixed with an underscore so they sit at the top.

Name files so they sort themselves

The file name is the only index you get, so put the sortable part first.

inv-0087-acme-2026-08-02.pdf

Number, then customer, then date. Sorted alphabetically, this gives you chronological order automatically, because the number rises with time.

Dates go year first. 2026-08-02 sorts correctly; 02-08-2026 does not, and is ambiguous besides.

Keep the prefix matching your numbering scheme, so quotes, invoices and receipts group separately. Numbering your documents covers the scheme itself.

Where the next number lives

Somewhere findable. A one line text file in the folder is enough:

next.txt
  INV-0088   QTE-0045   REC-0061   CRN-0010

Relying on the highest file name works right up until a file is misfiled, and duplicate numbers are the one filing error that reaches the customer. Invoicing for a small business covers keeping this straight once more than one person raises documents.

Templates are the real time saver

A saved blank with your name, address, tax details, terms, labels and columns already set is the difference between a two minute invoice and a twenty minute one.

Save one per document you actually use. Custom labels on your documents covers the vocabulary worth fixing before you save it, and a free invoice template you can edit covers what to leave blank.

Back it up

The folder is the record. If it lives in one place and that place is a laptop, the record is one accident away from gone.

Any sync service or an external drive is fine. What matters is that it happens without you remembering to do it. Copy the folder somewhere at month end if nothing else.

How long to keep it

Longer than feels necessary. Tax authorities generally require several years, and the requirement is on you rather than on any software you used.

How long to keep your invoices covers the periods and what counts as an acceptable copy.

Archive at year end, do not delete

Move last year into archive/, start a fresh year folder, reset nothing except your own attention. Numbering carries on rising; restarting it at 1 each January creates duplicates across years and confuses everyone downstream.

One folder per customer, or one per year?

Both work. Which suits you depends on how you look things up.

By year suits businesses with many customers and few documents each. You almost always know roughly when something happened.

By customer suits businesses with few customers and many documents each. The question is usually “what have we done for Acme”, not “what happened in March”.

Pick one and do not mix them, because a hybrid means every document has two plausible homes and half of them end up in the wrong one.

Name the customer consistently

acme, Acme Ltd, acme-ltd and ACME are four customers as far as sorting is concerned. Pick a short form per customer and reuse it exactly.

Lower case, no spaces, no punctuation. It is not elegant and it makes searching work.

What to do with the messy back catalogue

Do not sort it. Put everything as it stands into archive/unsorted/, start the new structure today, and only tidy an old document when you actually need it.

Sorting three years of files is a project nobody finishes. Filing correctly from today is a habit that costs nothing, and the archive stops growing the moment you start.

Check the backup works once a year

An untested backup is a belief, not a copy. Once a year, open a file from it and confirm it is what you expect.

The failure that catches people is a sync folder that stopped syncing months ago, quietly, after a password change. Nothing tells you until you need it.

Keep templates out of the year folders

Blanks belong somewhere permanent, not inside 2026/, or you will find yourself hunting for them each January and eventually recreating them.

A free invoice template you can edit covers what belongs in one.

Ten minutes, once

Make the folders, save your templates, write the next numbers down. Open the invoice maker and save your first blank now, and the structure builds itself from there.