mirror of
https://github.com/grocy/grocy.git
synced 2026-03-28 07:39:25 +01:00
* fix: make stockentry grocycodes consume the actual stock entry not the product in general if the stock_entry_id is in the request body use this instead of the stockentry grocycode this may not be the correct way to interpret this but one of them has to win * Undo formatting changes * fix: add variable definition and reorder args used in ConsumeProduct * Simplify * Fix this also for transferring a product Co-authored-by: Bernd Bestel <bernd@berrnd.de> |
||
|---|---|---|
| .. | ||
| 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 | ||
| SystemApiController.php | ||
| SystemController.php | ||
| TasksApiController.php | ||
| TasksController.php | ||
| UsersApiController.php | ||
| UsersController.php | ||