mirror of
https://github.com/grocy/grocy.git
synced 2026-03-28 15:49:25 +01:00
2.4 KiB
2.4 KiB
⚠️ xxxBREAKING CHANGESxxx
❗ xxxImportant upgrade informationXXX
New feature: xxxx
- xxx
Stock
- xxx
Shopping list
- Fixed that when using "Add products that are below defined min. stock amount", the calculated missing amount was wrong for products which had the new product option
Treat opened as out of stockset and when having at least one opened stock entry
Recipes
- Fixed that consuming recipes was possible when not all ingredients were in-stock (and this potentially consumed some of the in-stock ingredients; not matching the message "nothing removed")
- Fixed that the price of the "Produces product"-product, which is added to stock on consuming a recipe, was wrong (was the recipe total costs multiplied by the serving amount instead of only the recipe total costs)
- Fixed that calories of recipe ingredients were displayed with an indefinite number of decimal places
- Fixed that ingredient amounts were wrong for multi-nested (> 2 levels) recipes, when the included recipe used an serving amount other than 1
Meal plan
- xxx
Chores
- The
Dailyperiod type has been changed to schedule the chore at the same time (based on the start date) eachndays- This period type scheduled chores
ndays after the last execution before, which is also possible by using theHourlyperiod type and a corresponding period interval; all existingDailyschedules will be converted to that on migration
- This period type scheduled chores
Calendar
- xxx
Tasks
- xxx
Batteries
- Fixed that the batteries overview page was broken when there was any battery Userfields with enabled "Show as column in tables" option
- Fixed that grocycode label printer printing didn't work from the battery edit page (master data) (thanks @andreheuer)
- Fixed that undoing a battery charge cycle had no effect on "Last charged" and "Next planned charge cycle" of the corresponding battery
Equipment
- xxx
Userfields
- xxx
General
- Fixed an server error (on every page) when not having any quantity unit
API
- Added a new endpoint
GET /stock/locations/{locationId}/entriesto get all stock entries of a given location (similar to the already existing endpointGET /stock/products/{productId}/entries) - Endpoint
/recipes/{recipeId}/consume: Fixed that consuming partially fulfilled recipes was possible, although an error was already returned in that case (and potentially some of the in-stock ingredients were consumed in fact)