Ivy-Apps / ivy-wallet

Ivy Wallet is an open-source money manager app for Android, no longer maintained. You can fork the code or download the final version from Google Play.
https://play.google.com/store/apps/details?id=com.ivy.wallet
GNU General Public License v3.0
2.8k stars 675 forks source link

[FEATURE] To include tags in the exported json / csv #3423

Closed mr-lanholmes closed 1 month ago

mr-lanholmes commented 2 months ago

Please confirm the following:

What do you want to be added or improved?

As a user I want to have the expense tags to be exported together in the json / csv file.

Why do you need it?

How do you imagine it?

When exporting csv / json, it will include the tags information as well. For JSON it should be in array format (i.e. "tags": [ "tag1", "tag2", "tag3" ] While in CSV format it can be comma separated (i.e. "tag1,tag2,tag3")

Alternatively, there can be a tags dictionary with UUID as the identifier, which can be exported together

ivywallet commented 2 months ago

Thank you @mr-lanholmes for raising Issue #3423! 🚀 What's next? Read our Contribution Guidelines 📚.

Tagging @ILIYANGERMANOV for review & approval 👀