Hello,
I automatically create invoices based on the data in my database.
Ideally, each line comes with an invoice number that I have to add manually based on the previous line. Is there a function that allows you to increment this data and add it automatically at the creation of each new line? I would like to reduce the number of manipulations and the risk of possible errors.
Ex:
Line 1: Invoice number: 207.
Line 2 : Invoice number: 208
and so on and so forth.
Also, some data is recurrent, such as the Logo. And I wanted to know if instead of manually copying and pasting each time, there was a function to add it each time?
Thanks !