I have 3 Models (tables) in the development of a web page:
* Article *Colour * Size
The tables must be related since "Article" can have several colors and several sizes. The problem is that there must be a "Quantity" field that I do not know where to put it. When selecting an item and selecting a color, all available sizes must be presented for the selected color.