TandoorRecipes / recipes

Application for managing recipes, planning meals, building shopping lists and much much more!
https://docs.tandoor.dev
Other
5.59k stars 594 forks source link

Ingredients in shopping list not merged in csv #1853

Open Toeoe6204 opened 2 years ago

Toeoe6204 commented 2 years ago

Tandoor Version

1.2.7

Setup

Synology

Reverse Proxy

Nginx Proxy Manager (NPM)

Other

No response

Bug description

When I add some recipes to the shopping list, there they are well merged (e.g. 200 g butter plus 300 g butter results in 500 g butter). When I export this shopping list to .csv, they are no more merged (e.g. 200 g butter, but also 300 g butter).

Relevant logs

No response

vabene1111 commented 2 years ago

i guess thats technically not a bug but a feauter, @smilerz probably wanted to not loose any "granularity" when exporting since CSV is likely a format that is handled trough thrid party software which can then again merge entries together but i guess we should probably provide an option with the export if they should happen merged or unmerged

There should also be "export and mark all as done" as an option

ryneeverett commented 1 year ago

This is applicable to the clipboard and markdown export options as well.