codinguser / gnucash-android

Gnucash for Android mobile companion application.
Apache License 2.0
1.23k stars 540 forks source link

Back up before destructive actions #767

Closed rivaldi8 closed 6 years ago

rivaldi8 commented 6 years ago

Steps to reproduce the behaviour

  1. Do any destructive action, like deleting a transaction.

Expected behaviour

A backup has been done before the operation so the user is able to restore the data in case the action has been done by mistake.

Actual behaviour

The data can't be restored unless there was some backup with the previous state.

rivaldi8 commented 6 years ago

Fixed in develop.

I've dealt with all delete-related actions I've found, but still might've missed some.