- MSAnsweredHello,
No. You can't enter the invoice number manually. It's the database table's primary key field with `AUTO_INCREMENT`
Thank you - EAnsweredCan I set the date of creation as the Invoice no or can I add a prefix?
I am creating weekly invoices and the system currently is setting a single digit as the invoice number (1, 2, 3, 4, etc.) this is causing a confusion when I sent the invoice to my main customer. They asked me if I can do something like: "ER2021-007" and auto-increment the 007, or "Week07" or the creation date. Will this change be safe to made in the database to match those prefix?
Thanks! - MSAnsweredHello,
No. There is no way to change the sale number. You have the reference field while adding the invoice, that can use to set reference as you need.
Thank you - Login to Reply