Hi All,
I am using ERPNext V13 and planning to create Employee records. However I want to using different naming series and sequence based for different employment type (Full-time and Intern) on the naming series selected under same company. For example -
- Full-time Employee Naming series would be A-HR.##### (where A is company abbreviation and .##### is the series for Full time employees starting from 1 till 83 (so far).
- Intern Naming series would be A.HR-I.##### (where A is company abbreviation, I means Intern [not a full-time employee], .##### is series specific for only Interns starting from 10 to 25 (so far).
So if I add a full-time employee using A-HR.##### naming series, it should create A-HR.0084 and if I add an Intern using A-HR-I.##### naming series, it should create A-HR.0026.
It should not mix the sequence of Full-time and Intern. I do not see the option to give separate sequence based on naming series in ERPNext. If there is such an option, please highlight that to me. It will be very beneficial.