Support Stock-wise Unique Item Code or Model Number Without Serial or Batch

Stock-wise Unique Model Number / Item Code Requirement

Description

We have a manufacturing requirement where every finished stock unit should have its own unique Model Number or Item Code, even when the finished item is produced under a single Item Master.

Example

Finished Item

  • Item Code: MOTOR

  • Manufactured Quantity: 3

Expected Result

Stock Unit Model Number / Item Code
Piece 1 MODEL-001 / MOTOR-001
Piece 2 MODEL-002 / MOTOR-002
Piece 3 MODEL-003 / MOTOR-003

The objective is to identify each physical stock unit individually without using Serial Numbers or Batch Numbers.

Questions

  1. Is this requirement supported by default ERPNext?

  2. If it is not available by default, can it be implemented using Client Scripts or Server Scripts?

  3. If Client Scripts or Server Scripts are not sufficient, is custom Frappe/ERPNext development required to support this functionality?

@Meet-Tank4

Why do you not want to use Serial or Batch?