Jump to content

Is it possible to change the Invoice Number used in Nexus?


mcsg
Go to solution Solved by CoffeeCake,

Recommended Posts

  • Solution

This is probably an incrementing ID, controlled by MySQL.

If so, you can run the following operation on whatever the invoice table is:

ALTER TABLE wherever_invoices_live AUTO_INCREMENT = 999999;

Where 999999 is the number you'd like to start from.

Backup everything first. Then back it up again. Just in case.

Edited by Paul E.
Maybe, just a guess.
Link to comment
Share on other sites

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...