ERP beyond your fridge - Grocy is a web-based self-hosted groceries & household management solution for your home
Go to file
2017-11-06 15:21:12 +01:00
build_tools First commit 2017-04-15 23:16:20 +02:00
data First commit 2017-04-15 23:16:20 +02:00
publication_assets Added screenshots 2017-04-23 11:11:13 +02:00
vendor_unmanaged/noto-sans-v6-latin Changed IDE to Visual Studio code and minor style changes 2017-11-06 11:02:05 +01:00
views This is 1.6 2017-11-06 15:21:12 +01:00
.gitignore This is 1.0 2017-04-20 17:10:21 +02:00
.htaccess Added config/instructions for nginx/Apache URL rewriting - fixes #1 2017-06-04 18:32:34 +02:00
bower.json Changed IDE to Visual Studio code and minor style changes 2017-11-06 11:02:05 +01:00
build.bat This is 1.6 2017-11-06 15:21:12 +01:00
composer.json Added demo recreation handling 2017-07-27 19:11:07 +02:00
config-dist.php First commit 2017-04-15 23:16:20 +02:00
grocy.js Changed IDE to Visual Studio code and minor style changes 2017-11-06 11:02:05 +01:00
Grocy.php This is 1.6 2017-11-06 15:21:12 +01:00
grocy.png Updated grocy.png 2017-08-04 22:19:46 +02:00
GrocyDbMigrator.php Added possibility to manage rechargeable batteries 2017-11-06 12:41:43 +01:00
GrocyDemoDataGenerator.php This is 1.6 2017-11-06 15:21:12 +01:00
GrocyLogicBatteries.php Added possibility to manage rechargeable batteries 2017-11-06 12:41:43 +01:00
GrocyLogicHabits.php Added habit tracking 2017-07-25 20:03:31 +02:00
GrocyLogicStock.php Load also last purchased date from stock_log instead of stock 2017-04-22 21:51:07 +02:00
GrocyPhpHelper.php Added habit tracking 2017-07-25 20:03:31 +02:00
index.php Added possibility to manage rechargeable batteries 2017-11-06 12:41:43 +01:00
LICENSE Initial commit 2017-04-15 21:45:44 +02:00
README.md Demo URL has changed 2017-08-02 22:43:00 +02:00
robots.txt First commit 2017-04-15 23:16:20 +02:00
style.css Changed IDE to Visual Studio code and minor style changes 2017-11-06 11:02:05 +01:00
version.txt This is 1.6 2017-11-06 15:21:12 +01:00

grocy

ERP beyond your fridge

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

Public demo of the latest version → https://demo.grocy.info

How to install

Just unpack the latest release on your PHP enabled webserver, 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.

If you use nginx as your webserver, please include try_files $uri /index.php; in your location block.

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.

Screenshots

Dashboard

Dashboard

Purchase - with barcode scan

Purchase - with barcode scan

Consume - with manual search

License

The MIT License (MIT)