Weekly Meal Planner

byVT
6
a year ago, v2.19

Introduction

Have you ever been to the supermarket and taken too much of everything, even items that don't go together? Maybe you wanted to make lasagna for dinner, but forgot to buy cheese because it wasn't on your grocery list? These situations likely occur for the same reason: you didn't know what you were going to eat, so you didn't buy the right products.

I would like to share my weekly meal planner with you. Since I started using it, I no longer worry about what I'm going to eat the next day. However, I always make sure I have all the ingredients for borscht, as it is important to me.

How it works?

What is a recipe planner without the foundation of any recipes: products? Initially, there was an idea to not create a separate database for products, but to use a multi-select instead. However, it is more convenient and efficient to store data that is reused in separate databases.

The Products database allows you to create a list of all the items you intend to purchase, and where you plan to buy them from. This is especially helpful if you shop at multiple stores and need to create a shopping list.

Image alt

Everything is clear with the products. I suggest you familiarize yourself with the important table - Recipes. Look how appetizing these dishes look! It looks like I need to take a break for 30 minutes and cook some incredible grilled vegetables.

Image alt

After you have added products to your database, I suggest you begin creating your first recipe right away. It's easy!

The recipe consists of tags, cooking time, products, and nutritional values.

Image alt

Well, the products you added, the recipes are the same. Now, it's time to start planning. For this, you need a third database called Scheduler. The scheduler consists of seven entries – one for each day of the week.

Each week, take 15 minutes to plan breakfast, lunch, and dinner for each day. This may seem like a chore, but it will save you a lot of time and effort in the long run.

Image alt

After completing the steps outlined above, you have spent 15 minutes planning your nutritional week and broadening your horizons. Now, how do you make use of all this? The main page of your planner contains minimal information, but maximum utility.

Image alt

On the left, you can always view the daily menu for breakfast, lunch, and dinner. On the right, you can view the current week's meal plan with the same logic and data behind it. If your mood changes during the week, you can easily replace a dish for the following day. However, remember that you can only swap dishes from those planned for the week; otherwise, there is a chance of food shortages.

Conclusion

If you're unsure if a weekly meal planner would be useful, give it a try for one week. You have nothing to lose! If you find it helpful, let us know how it could be improved. You can email us or follow the link in the footer and leave your feedback.

Personally, I have a bunch of ideas to improve this planner (shopping list, history, integration with the budget planner and more), so stay tuned for updates on our blog or in the template library.

Planner

Property
Type
Description
Is TodayFormulaformatDate(now(), "dddd") == prop("Weekday")
Is it today? To display the appropriate menu for the day in views
Daily CaloriesFormulaprop("RollupBreakfast") + prop("RollupLunch") + prop("RollupDinner")
Determines the amount of calories per day
Daily Calories ViewFormulaOutput formatting formula for Daily Calories property
RollupBreakfast, RollupLunch, RollupDinnerRollupA rollups from Recipes database for calorie counting
Breakfast, Lunch, DinnerRelationA relations to Recipes database
Headers, DividersTextProperties for visually displaying padding or headings in views by type of boards

Recipes

Property
Type
Description
Protein (g)NumberAmount of protein
Fat (g)NumberAmount of fat
Carbs (g)NumberAmount of carbs
CaloriesNumberAmount of calories
Files & mediaFiles & mediaVarious files that may come in handy
ProductsRelationA relation from Products
Prep timeTextPreparation time for cooking
Cook timeTextCooking time
NameTextRecipe name

Products

Property
Type
Description
RecipesRelationA relation to Recipes database
Where to findMulti-selectPlace to buy food
NameTextFood product name