Is it possible to modify the quotation numbers?

From the module configuration, it is not possible to change the starting number for quotation numbering.

However, if you are familiar with "mysql", you can modify this value directly in your database using the following code:

ALTER TABLE ps_opartdevis AUTO_INCREMENT =60;

Where "ps" is the prefix of your tables and 60 is the number from which your quotations should start.

IMPORTANT: If you do not have perfect mastery of SQL language, do not make this modification yourself.

Ask an expert to do it for you!

Other FAQs in this category