Jump to content

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


Go to solution Solved by CoffeeCake,

Recommended Posts

Posted

Our client would like to use a different number scheme for Invoice Numbers. Still numbers, but they do not want to start from 1.

Is is possible to modify the starting Invoice number? Or perhaps a plugin/hook that allows this?

  • Solution
Posted (edited)

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.
  • Recently Browsing   0 members

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