mirror of
https://github.com/grocy/grocy.git
synced 2025-04-29 09:39:57 +00:00
1.5 KiB
1.5 KiB
New feature: Price history per store
- Define stores under master data
- New product option to set the default store
- Track on purchase/inventory in which store you bought the product (gets prefilled by the last store you purchased the product, or the default store of the product if you never bought it)
- => The price history chart on the product card shows a line per store
- (Thanks @immae and @kriddles)
Recipe fixes
- Fixed a PHP notice on the recipes page when there are no recipes (thanks @mrunkel)
Calendar fixes
- Fixed that the "Share/Integrate calendar (iCal)" button did not work (thanks @tsia)
API improvements
- The endpoint
/stock/products/{productId}/locations
now also returns the current stock amount of the product in that loctation (new field/propertyamount
) (thanks @Forceu)
General & other improvements
- New
config.php
settingFEATURE_FLAG_STOCK_BEST_BEFORE_DATE_FIELD_NUMBER_PAD
which activates the number pad for best-before-date fields on (supported) mobile browsers (useful because of shorthands) (defaults totrue
) (thanks @Mik-) - Prerequisites (PHP extensions, critical files/folders) will now be checked and properly reported if there are problems (thanks @Forceu)
- Improved the the overview pages on mobile devices (main column was hidden) (thanks @Mik-)
- Optimized the handling of settings provided by
data/settingoverrides
files (thanks @dacto)