I am using LO Base for invoices. I created my template following the instructions of these videos, but I’m facing 3 problems:
- The number of the first invoice is 1 instead of 2122001, which is the number I assigned to it when I entered all the data in the forms.
- I’m getting several invoices at the same time instead of just the ones that are not exported in PDF.
- My functions
[Subtotal]
([Amount]*[Price]),[Tax]
and[SubtotalWithTax]
are being accumulated from invoice to invoice so the result are correct for the same invoice but not for the others because it sums up the amount of the invoice and precious ones.
What can I do?