Files
grocy/README.md

33 lines
1.9 KiB
Markdown
Raw Normal View History

2017-04-15 21:45:44 +02:00
# grocy
ERP beyond your fridge
2017-04-15 23:16:20 +02:00
## Motivation
A household needs to be managed. I did this so far (almost 10 years) with my first self written software (a C# windows forms application) and with a bunch of Excel sheets. The software is a pain to use and Excel is Excel. So I searched for and tried different things for a (very) long time, nothing 100 % fitted, so this is my aim for a "complete houshold management"-thing.
## What it is about
For now my main focus is on stock management, ERP your fridge!
# Give it a try
2017-08-02 22:43:00 +02:00
Public demo of the latest version → [https://demo.grocy.info](https://demo.grocy.info)
2017-04-15 23:16:20 +02:00
## How to install
2018-04-11 20:47:03 +02:00
Just unpack the [latest release](https://github.com/berrnd/grocy/releases/latest) on your PHP (7.0 or later required) enabled webserver (root is the `/public` directory), copy `config-dist.php` to `data/config.php`, edit it to your needs, ensure that the `data` directory is writable and you're ready to go. Alternatively clone this repository and install Composer and Bower dependencies manually.
2017-04-15 23:16:20 +02:00
If you use nginx as your webserver, please include `try_files $uri /index.php;` in your location block.
2017-04-22 11:41:44 +02:00
## Notes about barcode readers
Some fields also allow to select a value by scanning a barcode. It works best when your barcode reader prefixes every barcode with a letter this is normally not part of a item name (I use a `$`) and sends a `TAB` after a scan.
2017-04-23 11:11:13 +02:00
## Screenshots
#### Dashboard
![Dashboard](https://github.com/berrnd/grocy/raw/master/publication_assets/dashboard.png "Dashboard")
#### Purchase - with barcode scan
![Purchase - with barcode scan](https://github.com/berrnd/grocy/raw/master/publication_assets/purchase-with-barcode.gif "purchase-with-barcode")
#### Consume - with manual search
![Consume - with manual search](https://github.com/berrnd/grocy/raw/master/publication_assets/consume.gif "consume")
2017-04-15 23:16:20 +02:00
## License
The MIT License (MIT)