From 07dd56b9dda2f4d1d5bc2df008a8e5142fd118dd Mon Sep 17 00:00:00 2001 From: ambiamber <80137437+ambiamber@users.noreply.github.com> Date: Sun, 18 Sep 2022 08:30:18 -0400 Subject: [PATCH 1/6] Improve grammar --- tutorials/food.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/tutorials/food.md b/tutorials/food.md index a68e6ff..12393d3 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 need to be bought, manage shopping lists. ## Before you start You will need: @@ -49,7 +49,7 @@ When you start a fresh Grocy installation you have to start by setting up your d ### 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 have 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 + From d6431d19430cb43f616367cc1dc9ca4a1a2cb460 Mon Sep 17 00:00:00 2001 From: ambiamber <80137437+ambiamber@users.noreply.github.com> Date: Sun, 18 Sep 2022 08:33:20 -0400 Subject: [PATCH 2/6] Update food.md Missed one --- tutorials/food.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tutorials/food.md b/tutorials/food.md index 12393d3..4dd1e76 100644 --- a/tutorials/food.md +++ b/tutorials/food.md @@ -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 have 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. +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) From 943a06efa34a0c21a5c6f2d7bdb13e465b503325 Mon Sep 17 00:00:00 2001 From: ambiamber <80137437+ambiamber@users.noreply.github.com> Date: Sun, 18 Sep 2022 08:35:04 -0400 Subject: [PATCH 3/6] Update food.md removed a newline From ae20c881f7525b5e3dc2f5b220f3e5a02ebbf65f Mon Sep 17 00:00:00 2001 From: ambiamber <80137437+ambiamber@users.noreply.github.com> Date: Wed, 28 Sep 2022 18:36:30 -0400 Subject: [PATCH 4/6] Plural --- tutorials/food.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tutorials/food.md b/tutorials/food.md index 4dd1e76..a9dc180 100644 --- a/tutorials/food.md +++ b/tutorials/food.md @@ -25,7 +25,7 @@ * [Inventory](#inventory) ## Goal -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 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: From 01455962e5ed3cc73bfeab4ef39d341d3798b907 Mon Sep 17 00:00:00 2001 From: ambiamber <80137437+ambiamber@users.noreply.github.com> Date: Wed, 28 Sep 2022 18:38:39 -0400 Subject: [PATCH 5/6] Disambiguate --- tutorials/food.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tutorials/food.md b/tutorials/food.md index a9dc180..ce36adc 100644 --- a/tutorials/food.md +++ b/tutorials/food.md @@ -37,7 +37,7 @@ 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) From 4fb9c9a429060052f2737c93901096389d16cb80 Mon Sep 17 00:00:00 2001 From: ambiamber <80137437+ambiamber@users.noreply.github.com> Date: Wed, 28 Sep 2022 18:40:27 -0400 Subject: [PATCH 6/6] typo --- tutorials/food.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tutorials/food.md b/tutorials/food.md index ce36adc..a1bdae6 100644 --- a/tutorials/food.md +++ b/tutorials/food.md @@ -42,7 +42,7 @@ When you login to your Grocy instance, or open the demo, you will see the stock ![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.