InvoicePlane / InvoicePlane

A self-hosted open source application for managing your invoices, clients and payments.
https://www.invoiceplane.com
Other
2.55k stars 799 forks source link

How do I change the Incremental Invoice Number #833

Closed Zanrose closed 2 years ago

Zanrose commented 2 years ago

Hi Team!

How do I change the Incremental Invoice Number?

Ver: 1.5.11

Zanrose commented 2 years ago

or if you can let me know where that number is generated in PHP Database or files that would be great as well <3

nielsdrost7 commented 2 years ago

@Zanrose https://wiki.invoiceplane.com/en/1.5/settings/invoice-groups => you can set the Next ID and that's the next invoice number you're looking for. The table is called invoice_groups, but you can better do it using the interface.

Hope it helps