0
Manage stock with unique id
Hello.
i'm looking for a solution where I can manage stock with unique ID's. For example I have 10 laptops of the same model, each laptop has a unique serial. How do I do this without creating 10 of the same products.
Thanks!
1 reply
-
I would define two tables. The first one with one record for each model, with fields containing all the informations needed to describe a given model. The second table would contain the serial number of a single object, and linked N:1 to the first table. So, for each model, you would have a list of the serial numbers of the corresponding instances.
Content aside
- 3 yrs agoLast active
- 1Replies
- 348Views