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
830 stars 80 forks source link

Recipe list shows only dates instead of names #808

Closed mikedolx closed 7 months ago

mikedolx commented 7 months ago

Hi,

since the last upgrade from the playstore i have a weird behavior in the recipe list. The list shows only dates instead of names. I have tried to find any settings to change that, but i couldn't find anything.

Here is a screenshot of my grocy android app:

Screenshot_20231202-112011_Trebuchet

This is how my grocy frontend looks like on my android browser.

Screenshot_20231202-112057_Trebuchet

Grocy server

Any idea whalt could be wrong?

Auroria-code commented 7 months ago

I have that too, but the Recipes are not on the server at all... Like I have my normal ones who are on the server, and then there are these date ones who are just on the app, they are additional.

I have a Home assistant version

AlesZurek commented 7 months ago

I have also this issue. I suppose it is now showing the recipes but all meals from the meal planner (as I have a lot more records there than recipes and there was record for almost every day).

mikedolx commented 7 months ago

I have that too, but the Recipes are not on the server at all... Like I have my normal ones who are on the server, and then there are these date ones who are just on the app, they are additional.

I have a Home assistant version

Can confirm that. After scrolling a bit in the app, could find my "original" recipes. Could those recipes be some sort of versioned variants? Maybe the app lacks some filtering?

AlesZurek commented 7 months ago

I have that too, but the Recipes are not on the server at all... Like I have my normal ones who are on the server, and then there are these date ones who are just on the app, they are additional. I have a Home assistant version

Can confirm that. After scrolling a bit in the app, could find my "original" recipes. Could those recipes be some sort of versioned variants? Maybe the app lacks some filtering?

Yes I can also confirm that recipes are there but at the end of the list.

dominiczedler commented 7 months ago

A new version will be released in the next days. I fixed the bug right after the last release but my brother is just a bit lazy with a new release or has other important things in his study life.

The bug occurs because I implemented the meal plan page and for the fulfillment checks there are internal "shadow" recipes from grocy server which are loaded for relative connections between fulfillment table and meal plan table in the database. I forgot to filter the additional items from the recipes page.

mikedolx commented 7 months ago

.. important things in his study life

Yeah, studying is definately important, so that's a good excuse 😁. Nevertheless, great job for this app and many thanks for investing your (both) free time in this project!