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.
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.