Hey all ,
I don’t find a solution for my stock tracking system.
I have a database with all the products:
Then I have a database with my orders to the suppliers linked to my product table.
Each order has multiple products.
Until this step is perfect. t2:
But I need to add quantity to each product
2 Items of X
3 Items of Y
1 Item of Z
Do you know how I can add that?
If I insert a general #number field is a quantity for the order and not for each product item.
Thanks.