patzly / grocy-android

ERP beyond your fridge, now on your phone – An awesome companion app for grocy
https://patrickzedler.com/grocy/
GNU General Public License v3.0
879 stars 85 forks source link

New Feature: Shopping List - show unit price with PriceQU #743

Closed alkuzman closed 9 months ago

alkuzman commented 1 year ago

If you use Grocy for managing recipes, then probably you too store most of the products in grams and milliliters. This results in the unit price in the shopping list = 0 for almost all products. Since Grocy 4.0.0 we can use the newly provided PriceQU for showing this price which will make it more relevant in most markets that provide prices in kilogram and liter.

dominiczedler commented 1 year ago

Thanks for the suggestion, can you please describe again what is the current state in our app for this and what you expect with an improvement? (I didn't understand it enough, sorry)

alkuzman commented 1 year ago

I made the same request in the Grocy server repo. It was just released. https://github.com/grocy/grocy/issues/2294. There I maybe explained it a bit better.

I believe the solution there was to use the QU specified in the shopping list entry. At least that was what I inferred from the commit.