HostingPup Posted January 29, 2007 Share Posted January 29, 2007 Hi, I did abit of a search on this but can't find anything relating to it. We used modenbill before whmcs and have a list of order numbers we dont want to be repeated. (for logical reasons) Is it possible to insert a string to have whmcs start invoice id's from say 9001? We already have had 20 or so invoices been put out by the system but its very confusing for us since we have done a spredsheet with every invoice id since modernbill. Which allows us to quickly and effiecintly get documents to the accountant for tax etc. If it is possible to change the starting point of the invoice id's. How could i do it? Thanks John 0 Quote Link to comment Share on other sites More sharing options...
WHMCS CEO Matt Posted January 29, 2007 WHMCS CEO Share Posted January 29, 2007 Simply run the following MySQL command on your database: ALTER TABLE tblinvoices AUTO_INCREMENT = 100 Replace 100 with whatever you want the next invoice number in WHMCS to be. Matt 0 Quote Link to comment Share on other sites More sharing options...
HostingPup Posted January 29, 2007 Author Share Posted January 29, 2007 that worked brilliantly Thanks Matt! cheers, John 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.