OliverBenz / bill_tracker

Desktop application to track bills
MIT License
0 stars 0 forks source link

Option: Export/Import data without ids in the json file. #2

Open OliverBenz opened 2 years ago

OliverBenz commented 2 years ago

Description It would be nice if the json data could easily be transferred to excel or similar programs. For this, the data should not contain any links (ids) to other data.

Solution Add an export button that writes a "backup" of all json data without any ids. (Store, Category, etc are strings)

Extras Add an import function that takes this text based json and resolves it to use ids.

OliverBenz commented 10 months ago

This will be remodeled. We now use sqlite and provide functions to import/export data from/to json