Problems, need help? Have a tip or advice? Post it here.
4 posts Page 1 of 1
Hello,

I am using the Sequential ID addon, and I was wondering if there's a way to change the increment amount.
For example, some people creates invoices that goes up by 10 at every invoices instead of just 1.

If there's no way to do it in the actual form of the addon, what code would make this work?

Thanks a lot
Hi,

If I where you I first double check if it's allowed to make invoice numbers to go up by 10. It's sequentially but every accountant would have questions about it.
I load frameworks and write bugs on top of them, after that I rearrange the code so that it looks like a cool product.
It's fine, I just need to find a way to do this.
Thank you
I have edited the "uid.php" file in the addons folder by changing all instances of "+1" by "+11" in the "validate" function.
It seems to be working. I contacted Trendoman about this to make sure it will work as intended.
4 posts Page 1 of 1