grocy

ERP beyond your fridge - Grocy is a web-based self-hosted groceries & household management solution for your home

MIT License

Stars
6.2K

Bot releases are hidden (Show)

grocy - Version 1.19.2

Published by berrnd about 6 years ago

  • Important bug fix: All forms were submitted twice when using ENTER instead of the OK/Save button
  • Norwegian translation updates (thanks @BlizzWave )
grocy - Version 1.19.1

Published by berrnd about 6 years ago

  • The colored info bars on top of all (overview)pages can now be clicked to filter the table accordingly
  • Fixed some minor mostly UI related bugs
grocy - Version 1.19.0

Published by berrnd about 6 years ago

  • New feature: Tasks / To-do list
  • Renamed habits to chores as this is more what it is about
  • Products can now be organized in product groups, this group is also used to group the items on the shopping list (you can use this to optimize your way in the supermarket for example)
  • Added an option to stay logged in permanently (checkbox on the login page)
  • When the database was changed externally, the current page is automatically reloaded when there was no input for at least 50 seconds
  • Fixed some minor UI bugs
grocy - Version 1.18.1

Published by berrnd about 6 years ago

  • Some smaller UI bug fixes and enhancements (thanks again for all the testing @BlizzWave)
grocy - Version 1.18.0

Published by berrnd about 6 years ago

  • The complete row is now refreshed on changes on all overview pages
  • Added a checkbox to set the "never expires date" in best before date inputs (alternative to shortcut "x")
  • Recipes can now have arbitrary quantity units and stock is only checked for one unit then (imagine you have sugar in "Packs" in stock but your recipe "Pancakes" needs 200 grams)
  • Added a "consume this recipe button" to remove all ingredients of a recipe from stock with one click
  • Other small UI changes/improvements
grocy - Version 1.17.0

Published by berrnd about 6 years ago

  • Basic product price tracking (can be entered on purchase, a little price history chart is shown in the product card - right side on purchase/consume/etc. pages)
  • Proper pluralization of everything (for quantity units you can enter the plural form in master data)
  • On all overview pages the statistics shown in the header are now updated when doing changes directly on the page (e. g. consuming a product)
  • Lots of small fixes and improvements (form validation, translations - thanks for keeping the norwegian translation always updated @BlizzWave, other small bugs)
grocy - Version 1.16.0

Published by berrnd about 6 years ago

  • Replaced the single user (so far defined in /data/config.php) with a multi-user management
    • The currently defined user will automatically be migrated, please remove HTTP_USER and HTTP_PASSWORD from your config file afterwards
    • For this it was necessary to delete all sessions and API keys during the migration
  • Added an update script (/update.sh) to make updates (on Linux machines) easier
  • Added the possibility to track who did a habit
  • Added a rudimentary habit analysis possibility
  • Different small UI, code and translation improvements
grocy - Version 1.15.0

Published by berrnd about 6 years ago

  • New related project: grocy-desktop
  • New datepicker shorthands and improvements
    • YYYYMMe or YYYYMM+ gets expanded to the end of the given month in the given year in proper notation
    • Changed: MMDD will be expanded to the given day next year if > today
    • see README
  • Some other small bug fixes
grocy - Version 1.14.0

Published by berrnd over 6 years ago

  • New feature: Recipes
    • Organize a list of products, amounts and a description into recipes and see at a glance if everything needed is in stock or put the missing things with one click on the shopping list
    • Try it live on the demo page: => https://demo-en.grocy.info/recipes
  • Added norwegian translation (thanks @BlizzWave)
  • A lot of small UI improvements
    • Columns in tables can now be reordered
    • Show a calendar on the shopping list page (useful, at least for me)
    • Table column ordering and sorting is now remembered
    • Sidebar collapse state is now remembered
    • Fixed datetimepicker border
    • Keep the parent sidebar menu item expanded if the active page is a sub menu item
  • Custom JS/CSS file names have changed see README
grocy - Version 1.13.1

Published by berrnd over 6 years ago

This was released shortly after the last release to fix a small regression bug, original changes from Version 1.13.0:

  • Upgraded Bootstrap and some other dependencies (grocy now looks even better!)
  • Added Italian translation (thanks @davidoskky)
grocy - Version 1.13.0

Published by berrnd over 6 years ago

  • Upgraded Bootstrap and some other dependencies (grocy now looks even better!)
  • Added Italian translation (thanks @davidoskky)
grocy - Version 1.12.1

Published by berrnd over 6 years ago

  • Bug fix for location filtering on stock overview page did not work in all browsers
grocy - Version 1.12.0

Published by berrnd over 6 years ago

  • On the stockoverview it's now possible to filter the products by location
  • All dropdowns are now sorted alphabetically
grocy - Version 1.11.0

Published by berrnd over 6 years ago

  • Added an option to not use URL rewriting (for webservers which, however, don't support URL rewriting)
grocy - Version 1.10.0

Published by berrnd over 6 years ago

  • It's now possible to consume products directly from stock overview with one click
  • Added due/overdue info on bateries- and habits overview (like on stock overview)
  • Reworked general page layout and improved responsiveness (see #9 and thanks @d-Rickyy-b)
  • Translations fixes
grocy - Version 1.9.2

Published by berrnd over 6 years ago

  • Added a plugin system for looking up products against external services by barcode, see #6 for reference
grocy - Version 1.9.1

Published by berrnd over 6 years ago

  • Added validation of all API requests and improved Swagger/OpenAPI description
grocy - Version 1.9.0

Published by berrnd over 6 years ago

  • Documented the REST API and data model, see the integrated instance of Swagger UI at /api
grocy - Version 1.8.2

Published by berrnd over 6 years ago

  • Fixed login form didn't respect the configured BASE_URL
grocy - Version 1.8.1

Published by berrnd over 6 years ago

  • New configuration option "BASE_URL" to define base installation URL (should make subdirectory installations possible, see #3)
  • Added some missing translations