hello, my name is Nabila. I have a small catering business.
right now I already build a database that contains:
- table of menu
- table of ingredients
- menu - ingredients junction table (with the details of ingredients ratio for every menu)
- table of supplier
- ingredients - supplier junction table
- production schedule for every menu
here is my problems:
I want to create a table that summarize my shopping list in a certain date, to a certain supplier… but I don’t know how can I make a table that automatically preview my ingredients need (what kind of ingredients, and how many that I need) in a certain date of menu production, based on my schedule of menu and my menu-ingredients junction table…
thank you in advance, :slightly_smiling_face: I wish you all the best



