Reset the invoice identifier {{{ID}}} tag each month

See Martin’s previous response.

Would really love to see that feature!!

My Invoices are named like this:

R{{{yy}}}.{{{month}}}.{{{day}}}|{{{id}}}
R19.03.18|1 (unique ID is “1”)

The next day I want the first Invoice look like this:
R19.03.19|1 (unique ID is “2”)

Maybe this would make sence:
{{{did}}} (daily ID, reset every day)
{{{mid}}} (monthly ID, reset every month)
{{{yid}}} (yearly ID, reset every year)

So I would rename my Invoice names to:
R{{{yy}}}.{{{month}}}.{{{day}}}|{{{did}}}

would make sense.
otherwise Invoices have very ugly names over time…

Thats true, I would not change/modify {{{id}}}, but instead of doing this I would create the three ID-helpers I mentioned above.