mirror of
https://github.com/grocy/grocy.git
synced 2026-04-11 15:06:15 +02:00
28 lines
1.3 KiB
Markdown
28 lines
1.3 KiB
Markdown
### Stock improvements/fixes
|
|
- Product barcodes are now enforced to be unique across products
|
|
- Fixed that editing stock entries was not possible
|
|
- Fixed that consuming with Scan Mode was not possible
|
|
- Fixed that the current stock total value (header of the stock overview page) didn't include decimal amounts (thanks @Ape)
|
|
- Fixed that the transfer page was not fully populated when opening it from the stock entries page
|
|
|
|
### Shopping list fixes
|
|
- Fixed that shopping list prints had a grey background (thanks @Forceu)
|
|
- Fixed the form validation on the shopping list item page (thanks @Forceu)
|
|
|
|
### Recipe improvements/fixes
|
|
- Recipe printing improvements (thanks @Ape)
|
|
- Calories are now always displayed per single serving (on the recipe and meal plan page)
|
|
- Fixed that "Only check if any amount is in stock" (recipe ingredient option) didn't work for stock amounts < 1
|
|
|
|
### Chores fixes
|
|
- Fixed that tracking chores with "Done by" a different user was not possible
|
|
|
|
### Userfield fixes
|
|
- Fixed that numeric Userfields were initialised with `1.0`
|
|
|
|
### General & other improvements
|
|
- Some night mode style improvements (thanks @BlizzWave and @KTibow)
|
|
|
|
### API fixes
|
|
- Fixed that due soon products with `due_type` = "Expiration date" were missing in `due_products` of the `/stock/volatile` endpoint
|