ERP beyond your fridge - Grocy is a web-based self-hosted groceries & household management solution for your home
Go to file
2017-04-21 12:03:56 +02:00
build_tools First commit 2017-04-15 23:16:20 +02:00
data First commit 2017-04-15 23:16:20 +02:00
views Add hint when barcode lookup is disabled 2017-04-21 12:03:56 +02:00
.gitignore This is 1.0 2017-04-20 17:10:21 +02:00
bower.json Add possibility to have multiple barcodes per product 2017-04-18 21:15:45 +02:00
build.bat This is 1.0 2017-04-20 17:10:21 +02:00
composer.json First commit 2017-04-15 23:16:20 +02:00
config-dist.php First commit 2017-04-15 23:16:20 +02:00
grocy.js Add hint when barcode lookup is disabled 2017-04-21 12:03:56 +02:00
Grocy.php Make DB migrations fully automatic 2017-04-21 11:52:24 +02:00
grocy.phpproj This is 1.0 2017-04-20 17:10:21 +02:00
grocy.sln First commit 2017-04-15 23:16:20 +02:00
GrocyDbMigrator.php Make DB migrations fully automatic 2017-04-21 11:52:24 +02:00
GrocyDemoDataGenerator.php Make DB migrations fully automatic 2017-04-21 11:52:24 +02:00
GrocyLogicStock.php Make DB migrations fully automatic 2017-04-21 11:52:24 +02:00
GrocyPhpHelper.php This is 1.0 2017-04-20 17:10:21 +02:00
index.php Make DB migrations fully automatic 2017-04-21 11:52:24 +02:00
LICENSE Initial commit 2017-04-15 21:45:44 +02:00
README.md This is 1.0 2017-04-20 17:10:21 +02:00
robots.txt First commit 2017-04-15 23:16:20 +02:00
style.css This is 1.0 2017-04-20 17:10:21 +02:00
version.txt Added flow to directly add articles and barcodes form purchase and inventory view 2017-04-20 22:01:14 +02: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://grocy.projectdemos.berrnd.org

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.

License

The MIT License (MIT)