Naming series not updating

I added a new series list for sales invoices: INV-.YYYY.####
I updated the prefix’s value (and reloaded afterwards), but when I create a new sales invoice it still starts at INV-20170001 instead of the updated value.

Is this a bug or am I doing something wrong? I’m using hosted ERPNext v7.2.22.

@Baco
Can you please elaborate with a example what naming series you wish to have for sales invoice.

INV-.YYYY.#### is perfectly fine. The problem is that it has to start from INV-20170017 instead of INV-20170001 since we already sent 16 invoices previously. That’s why I updated the prefix’s value to 16, but it doesn’t seem to work.

[quote=“Baco, post:3, topic:20692, full:true”]
INV-.YYYY.#### is perfectly fine. The problem is that it has to start from INV-20170017 instead of INV-20170001 since we already sent 16 invoices previously. That’s why I updated the prefix’s value to 16, but it doesn’t seem to work.
[/quote]7

This is default feature to start new naming series from #001.
You need to set current value 16 to start invoice series from INV-20170016

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

@kolate_sambhaji That’s what I did, and it is not working.

Edit: http://imgur.com/a/GlkEM

It work for us, you can set current value for series in naming series.

I think this happens to custom naming series. The update value wont take effect in custom naming series.

@Baco what is frappe and erpnext version?

Create a new series under the name INV-2017.#### besides INV-.YYYY.####
Select Prefix INV-2017.####, then change the Current Value
You can delete INV-2017.#### after that

1 Like

Thanks @hendrik_zeta, that seems to work!

@mulyadi-agtechsg ERPNext v7.2.23, Frappe v7.2.19