Does anyone know how to resolve duplication of Naming Series?

Is this bug?


Check the document naming series and update the counter for particular doctype naming series counter then your problem is resolve

1 Like

You will have to update the current column value in the tabSeries table and update the last created record number in this table.

@Pejay
Go to Document Naming Settings and Update the Counter of this Series

1 Like

Thanks @ejaaz . Out of the topic, Could you please teach me how to access the database just like that?

Thank you @Gubbu77 , that solve my problem.

1 Like

To connect to the local database, I use DBeaver, and to connect to the production environment, I use Sequel Ace. However, for that, you will have to enable the connection using SSH on your production server.

Do you have any documentations for these software or guide @ejaaz ? Thanks