Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve grammar #18

Merged
merged 6 commits into from
Oct 4, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions tutorials/food.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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.

<img src="https://github.com/grocy/docs/blob/4da24a279402d8ef01151d3e7f32c8712d0eb0d1/images/masterdatamenu.png" width="25%"></img>


### 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)
Expand Down Expand Up @@ -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)

Expand Down Expand Up @@ -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.

<img src="https://github.com/grocy/docs/blob/4da24a279402d8ef01151d3e7f32c8712d0eb0d1/images/inventory.png" width="35%"></img>
<img src="https://github.com/grocy/docs/blob/4da24a279402d8ef01151d3e7f32c8712d0eb0d1/images/inventory.png" width="35%"></img>