Hello to all,
I am looking to create a database that will allow me to manage multiple products.
I have a first table “inventory” which lists the different products that I offer:
ID1 product 1 quantities nb ordered nb sold
ID product 2 quantities nb ordered nb sold
…
Then I have a sales table that references the different sales. Is it possible to make a dynamic follow-up of the stocks with orders including different products with different quantities? example of order:
product 1 *3
product 2 * 4
product 3 *1
I would like to have several quantities on the screen below

