mirror of
https://github.com/grocy/grocy.git
synced 2026-04-11 15:06:15 +02:00
59 lines
847 B
Markdown
59 lines
847 B
Markdown
> ⚠️ xxxBREAKING CHANGESxxx
|
|
|
|
> ❗ xxxImportant upgrade informationXXX
|
|
|
|
### New feature: xxxx
|
|
|
|
- xxx
|
|
|
|
### Stock
|
|
|
|
- New product option "Move on open" (defaults to disabled)
|
|
- When enabled, on marking the product as opened, the corresponding amount will be moved to the products default consume location
|
|
- (Thanks @RosemaryOrchard)
|
|
|
|
### Shopping list
|
|
|
|
- xxx
|
|
|
|
### Recipes
|
|
|
|
- xxx
|
|
|
|
### Meal plan
|
|
|
|
- xxx
|
|
|
|
### Chores
|
|
|
|
- xxx
|
|
|
|
### Calendar
|
|
|
|
- xxx
|
|
|
|
### Tasks
|
|
|
|
- xxx
|
|
|
|
### Batteries
|
|
|
|
- xxx
|
|
|
|
### Equipment
|
|
|
|
- xxx
|
|
|
|
### Userfields
|
|
|
|
- xxx
|
|
|
|
### General
|
|
|
|
- xxx
|
|
|
|
### API
|
|
|
|
- Endpoint `/stock/products/{productId}`: New field/property `default_consume_location` (contains the products default consume location object)
|
|
- Endpoint `/stock/products/{productId}/add`: Fixed that the request body parameter `transaction_type` was ignored / always set to `purchase`
|