Hi all,
I’m trying to add invoicing to my bubble app. The issue I’m dealing with right now is: Invoice numbering.
The naming convention for invoicing is: [year][number] where [year] should be extracted from invoice date and [number] should be a consecutive number (starting from a predefined number per year)
So for example
2017: from 2017350 --> 2017XXX
2018: from 2018351 --> 2018XXX
As invoice numbering should be sequential. It should also be possible to remove an invoice, so the numbering should be aware of the existing invoices…
Does anyone have an idea how to do this in bubble?
Thanks!
Wouter.