Slightly modified new recipe stock fulfillment API endpoints (references #289)

This commit is contained in:
Bernd Bestel
2019-07-06 15:28:49 +02:00
parent ddef58e2a9
commit 482a520062
4 changed files with 128 additions and 126 deletions

View File

@@ -2,3 +2,4 @@
- Fixed that "Track date only" chores were always tracked today, regardless of the given date
- Fixed that the "week costs" were wrong after removing a meal plan entry
- Fixed wrong recipes costs calculation with nested recipes when the base recipe servings are > 1 (also affected the meal plan when adding such a recipe there)
- Improved recipes API - added new endpoints to get stock fulfillment information (thanks @Aerex)