matt4 Posted October 4, 2010 Share Posted October 4, 2010 Is there a way to stop the system from skipping a invoice number? I deleted invoice number 15 and now it's opening on number 16. This isn't good and will send my accountant crazy. Please can someone assist? Sorry its vague been trying for ages. Thanks, 0 Quote Link to comment Share on other sites More sharing options...
ckh Posted October 4, 2010 Share Posted October 4, 2010 It looks like the invoice numbers are automatically incremented in mysql, so you should be able to use the ALTER TABLE command to change the auto increment value you wish in phpMyAdmin. Something like: ALTER TABLE tblinvoices AUTO_INCREMENT = 15 0 Quote Link to comment Share on other sites More sharing options...
WHMCS Support Manager WHMCS John Posted October 5, 2010 WHMCS Support Manager Share Posted October 5, 2010 I'd advise against re-creating an invoice with the same number as a previously deleted invoice. 0 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.