mirror of
https://github.com/grocy/grocy.git
synced 2026-03-28 07:39:25 +01:00
This modifies the bootbox on to add recipe ingredients
to the shopping list in a way, that it
- button to open bootbox is always enabled
- popup lists all* ingredients, independent of fulfillment state
- two new quick-select buttons to check only missing or all ingredients
- radio button selection to define if the full or only missing amount
shall be added to the shopping list
*This still excludes ingredients which have the stock check disabled
in a recipe.
In order to get this information, the RecipesController was modified
that it adds the data from the recipe ingredient setting as new
additional field in the recipePositionsResolved.
closes https://github.com/grocy/grocy/issues/686
|
||
|---|---|---|
| .. | ||
| Users | ||
| BaseApiController.php | ||
| BaseController.php | ||
| BatteriesApiController.php | ||
| BatteriesController.php | ||
| CalendarApiController.php | ||
| CalendarController.php | ||
| ChoresApiController.php | ||
| ChoresController.php | ||
| EquipmentController.php | ||
| ExceptionController.php | ||
| FilesApiController.php | ||
| GenericEntityApiController.php | ||
| GenericEntityController.php | ||
| GrocycodeTrait.php | ||
| LoginController.php | ||
| OpenApiController.php | ||
| PrintApiController.php | ||
| RecipesApiController.php | ||
| RecipesController.php | ||
| StockApiController.php | ||
| StockController.php | ||
| StockReportsController.php | ||
| SystemApiController.php | ||
| SystemController.php | ||
| TasksApiController.php | ||
| TasksController.php | ||
| UsersApiController.php | ||
| UsersController.php | ||