Hello! We are undergoing a change in ERP practices in our organization and as one of the activities to facilitate that change, we’ve decided to overhaul our existing item coding algorithm to suit our expansion, added inventory and logistics. Basically, we used to have a 9 digit item numbering algorithm and we want to move on to a 16 digit one. The details are explained below:-
Previously, 9 digits: 752000001 : 751 refers to the nut/bolt grouping and 000001 refers to variant number 1 in that grouping. This system was feasible once upon a time but now it has to change for a variety of reasons.
Newly proposed system, 16 digits: HNUT-0000-0000-0001 : HNUT refers to hexagonal nut and the rest of the digits are ideally placed in case of larger numbers of variant parameters (nuts don’t have that problem, but something like motors might. So we have to consider large number of variants in some groups). This system will almost never be exhaustible due to the large number of permutations possible within every group prefix and hence the idea.
Hope that wasn’t too overwhelming . Now the problem.
Our fiscal year starts from 1 April and we have to try to change any important item codes before that date. In order to avoid hassle, we have decided to change item numbers group by group in a modular process. Now, this is all fine and well if we won’t face any problems in our basic business operations WHILE the transition is going on.
That means we might end up with some items with 20-digit codes and some items with original codes. Can ERPNext handle the variation in item code digits for our inventory at least until the inventory gets sorted out? Secondly, is there any possible oversight that I might be missing? In the sense that if I generate Purchase Orders, BOMs with mixed codes would I be unable to change them once created during transition?
Hope the problem is clear because this seems somewhat unique and I could not find any similarity between mine and any of the topics in the Stock section of ERPNext Discuss.
Thanks!
Aashay