-
-
Notifications
You must be signed in to change notification settings - Fork 597
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
manipulate invoice counter #1673
Comments
I'm migrating to Kimai (from the dying Hamster app). My invoice number system is already in the hundreds. I'd like this ability, even if its only in the form {c+234} which would add 234 onto the base number. An invoice_base_number_adjustment=234 in some config file would be even better. |
I also tried manipulating the invoice number in the database but that didn't work, so it seems to get the invoice number you're using count() in the database. Maybe grabbing the last invoice number and adding one might work instead? |
This method calculates the invoice number: I think there should be another case in this if to support the |
Will be available in 1.10, see #1836 |
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. If you use Kimai on a daily basis, please consider donating to support further development of Kimai. |
Is there a way to manipulate the invoice counter in a way that it does not start from 1?
Practical application: New user installs Kimai in June; until then, the user has already issued 30 invoices and therefore wants to have the counter start at 31 (or the feature is introduced during the year and in order to use it in the current calendar year, the counter would need to be modified so that it starts with a higher number than 1)
The text was updated successfully, but these errors were encountered: