shadowmax31 / crypto_log

This is a cli-tool to log and track the Cost Basis and Capital Gain when transacting with CryptoCurrency
GNU General Public License v2.0
0 stars 0 forks source link

History and cancelling undo #17

Closed shadowmax31 closed 2 years ago

shadowmax31 commented 3 years ago

If you say no to an undo, it still logs it as a completed command. This will cause issues when you export the current database and run the generated file. It will undo a transaction that you did not undo.

Maybe the export command should not use the undo history and instead it should generate the transactions from the existing data. It would make more sens this way

shadowmax31 commented 2 years ago

Cancelled. Won't be an issue with the Rust version