linuxserver / budge

GNU General Public License v3.0
619 stars 18 forks source link

Allow deleting an account, or change it's balance when there is not yet any transactions #35

Closed Extarys closed 2 years ago

Extarys commented 2 years ago

I created my first account, a credit card, and forget to set a negative balance. I can't delete it or change the initial balance. I know the backend logic for deleting an account is not as simple as deleting a single row in the DB though.

It's probably in the same water as https://github.com/linuxserver/budge/issues/1 :)

Posting here so we can keep track when there are developments on that end - or in case I missed an obvious thing :laughing:

Extarys commented 2 years ago

Well well, I finally found where the initial transaction was and I can edit the amount by double clicking it. Ofc I found this after posting the issue :roll_eyes:

image

alex-phillips commented 2 years ago

Glad you found it! If you have any suggestions on making this a bit more intuitive, please let me know.

Extarys commented 2 years ago

Well we still need a way to move accounts from/to "Off budget" and eventually a way to remove them :)

If you have any suggestions on making this a bit more intuitive, please let me know.

I'll keep that in mind, no idea yet, but maybe adding an option in the account context menu would do the trick, like an account option modal where you set the name, type, initial balance.