[BUG] Different amounts shown in shopping list in grocy web and grocy-android
Since grocy 4.4.0 there is a function named "Round up quantity amounts to the nearest whole number" which allows to only show whole numbers in the shopping list. This works fine in grocy web but not in the grocy app.
Example: If I set a "minimum stock amount" of 1 for cucumbers and I only have 0.5 cucumbers left, grocy web will show "1 cucumber" on the shopping list after using the "Add missing products" function. When looking in the same shopping list in the android app it shows "0.5 cucumbers". I would expect grocy android to also show "1 cucumber".
I saw the same thing. I don't think it is a bug though, I think it is a feature request. I think the app is showing the raw data. The grocy database is still listing the need for 0.5 cucumbers and the option to round up is altering what is displayed in the program. I would think this could be an easy feature to add and I would also like to see this feature added eventually.