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
|
||
|---|---|---|
| .. | ||
| ApiKeyService.php | ||
| ApplicationService.php | ||
| BaseService.php | ||
| BatteriesService.php | ||
| CalendarService.php | ||
| ChoresService.php | ||
| DatabaseMigrationService.php | ||
| DatabaseService.php | ||
| DemoDataGeneratorService.php | ||
| FilesService.php | ||
| LocalizationService.php | ||
| PrintService.php | ||
| RecipesService.php | ||
| SessionService.php | ||
| StockService.php | ||
| TasksService.php | ||
| UserfieldsService.php | ||
| UsersService.php | ||