diff --git a/tutorials/food.md b/tutorials/food.md index a68e6ff..a1bdae6 100644 --- a/tutorials/food.md +++ b/tutorials/food.md @@ -25,7 +25,7 @@ * [Inventory](#inventory) ## Goal -Grocy lets you keep all your food. See what you have at home, what is about to expire, what is below minimum stock and need to be bought, manage shopping lists. +Grocy lets you keep track of all your food. See what you have at home, what is about to expire, what is below minimum stock and needs to be bought, manage shopping lists. ## Before you start You will need: @@ -37,19 +37,19 @@ Helpful but not required: ## Stock overview -When you login to your Grocy instance, or open the demo, you will see the stock overview. This is the main window you normally work from if you use Grocy for food. Here you can filter products based on name, stock level or if it is getting old. +When you login to your Grocy instance, or open the demo, you will see the stock overview. This is the main window you normally work from if you use Grocy for food. Here you can filter products based on name, stock level or if a product is getting old. ![Stock Overview](/images/stockoverview.png) ## Manage master data -When you start a fresh Grocy installation you have to start by setting up your database. This is done form the `manage master data` menu. +When you start a fresh Grocy installation you have to start by setting up your database. This is done from the `manage master data` menu. ### Products -On a fresh install you have to wait with setting up products until you have defined: +On a fresh install, before you can set up products you need to define: - Locations - Quantity Units - Product Groups (optional) @@ -95,7 +95,7 @@ Most fields are optional. The required fields have a red border. #### Parent Products -There are two kinds of products. **Products** and **Parent Products**. Parent product is normal product that got other products connected to it. In this example *Chocolate* have both *Milk Chocolate* and *Dark Chocolate* connected to it. This can be used to make sure you never run out of chocolate, if you are only concerned that you have some kind of chocolate at home, but not what kind, but you want to keep track of if it is dark or milk. It might matter for a recipe. +There are two kinds of products. **Products** and **Parent Products**. Parent product is normal product that has other products connected to it. In this example *Chocolate* has both *Milk Chocolate* and *Dark Chocolate* connected to it. This can be used to make sure you never run out of chocolate, if you are only concerned that you have some kind of chocolate at home, but not what kind, but you want to keep track of if it is dark or milk. It might matter for a recipe. ![Parent product example](/images/parentproductexample.png) @@ -258,4 +258,4 @@ Inventory is a way to do a stock take. It adds or remove units in the stock quan When trying to inventory unknown barcodes or items it behaves the same way as when [purchasing unknown items](#creating-a-product-when-purchasing). After you have created the new product you will be returned to the inventory window to continue your stock take. - \ No newline at end of file +