Serial Number Updation

Hi all,
Also In My New Custom Doctype I have added test data’s at last when I move it to live it’s not clearing and it starts with inbetween ID’s.

Screen shots Attached.

In Table,

MariaDB [erpnext]> select name from tabSRSI;
±-----------+
| name |
±-----------+
| SRSI 00008 |
±-----------+
1 row in set (0.00 sec)

MariaDB [erpnext]>

Here also no records saved before 8 ID.

Hi,
-Go to Naming series form,
-Check whether you have set current value to 8 or not

https://frappe.github.io/erpnext/user/manual/en/setting-up/articles/naming-series-current-value

Hi thanks for your reply.