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
- Is it possible to add out-of-stock products to the quote?
- Carriers and/or the customer list do not load
- How to remove links from the left column?
- Why does the expiration date not appear on the PDF?
- Is it possible to add text that will appear on all PDFs?
- How to remove the module from the payment page?
- Can the module be restricted to a customer group?