stock sytem for garments in different sizes

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I want to set up a database for stock codes (clotihing) where the need to be
multiple references (ie sizes) against the same stock code.

How can it be done?
 
Danny,

You will need one table to hold the code and other info about the garment.
Then another table linked by the GarmenID that will hold the various sized
for each garment. You will be creating a one to many relationship.

Have you also considered color?
 
You need to differentiate between "part numbers" and SKUs (Stock keeping
units). A part number might identify a shirt. A stock keeping unit,
identifies a blue shirt, size 12.

Inventory is kept at the SKU level.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top