condo4 / carbudget

Sailfish application to manage car cost
GNU General Public License v3.0
9 stars 15 forks source link

Add export car feature #73

Open Gaspartame opened 1 year ago

Gaspartame commented 1 year ago

The possibility to import data about a car from other apps is very nice, but importing from the same app on another phone would be nice too. I guess what's missing is a way to export to a file that can be imported on the other way.

Gaspartame commented 1 year ago

Actually, copy-pasting via sftp old_phone/home/defaultuser/.local/share/harbour-carbudget/harbour-carbudget/car.cbg to new_phone/home/defaultuser/.local/share/harbour-carbudget/harbour-carbudget/ was quite easy, but maybe not the most user friendly option

joonne commented 3 months ago

I'm keeping backups that way of apps in dropbox, I guess many others also 😁

direc85 commented 3 months ago

The basic backup/restore functionality already exists:

For exporting, the data file is a plain SQLite database, so you could export it, install e.g. DBeaver and just open the file. That's not really an user-friendly option, so a better export (CSV? Excel?) would indeed be welcome.