Name invoices so your accountant stops calling
· 2 min read
Your accountant is not slow. Your files are unnamed. One pattern, used every time, removes a whole class of “please resend.”
INV-1042.pdf tells nobody which shop, which day, or which customer. At month-end that file is a treasure hunt.
The pattern
YYYY-MM-DD_outlet_INV-number_who.pdf
Example:
2026-08-04_Indiranagar_INV-1042_Priya-cut.pdf
Four parts, always in the same order:
| Part | Why |
|---|---|
| Date first | Files sort in time without opening them |
| Outlet | Multi-location businesses stop mixing GSTINs |
| Invoice number | Matches the statutory series |
| Who / what | Human memory when the number is not enough |
Rules that keep it boring (that is the point)
- Use hyphens, not spaces
- No “final_final_v2”
- If you email a bill, send this filename, do not rename in Gmail
- Same pattern for credit notes:
2026-08-04_Indiranagar_CN-12_Priya-cut.pdf
Share this with the person at the desk
The tip only works if the person who generates the PDF names it before it leaves the till. Asking the accountant to rename 400 files is how you got the late-night calls.
If your billing tool can set a default filename, set it once. If it cannot, keep a sticky note on the monitor until muscle memory takes over.
Small naming habits travel well. Send this to whoever does month-end — they will know exactly why it matters.