A
Amin
Dear all,
I want to design a P.O.S system for the footwear shop I
have, I really can't make the logic and my brain's stopped
its like this:
- Each Brand has many models
- Each Model has many colors
- Each Color has many sizes
Let's take a look at a sample from my stockhandling report:
Brand: Model: Color: Size: Quanity:
Clarks
Berlin
black
40 2
41 2
42 1
brown
43 1
44 2
Q. Does this mean each that each difference in the 4
variables makes a (different) product??
Q. Do I need another table called product where all the 4
primary keys are forgien keys in it?
Q. Where shall I store the quantities?
Q. Is it a really complicated matter or am I making it so?
Q. Do you know a ready made software?
Thanks!
I want to design a P.O.S system for the footwear shop I
have, I really can't make the logic and my brain's stopped
its like this:
- Each Brand has many models
- Each Model has many colors
- Each Color has many sizes
Let's take a look at a sample from my stockhandling report:
Brand: Model: Color: Size: Quanity:
Clarks
Berlin
black
40 2
41 2
42 1
brown
43 1
44 2
Q. Does this mean each that each difference in the 4
variables makes a (different) product??
Q. Do I need another table called product where all the 4
primary keys are forgien keys in it?
Q. Where shall I store the quantities?
Q. Is it a really complicated matter or am I making it so?
Q. Do you know a ready made software?
Thanks!