RocketC31 / budget

Get a grip on your finances.
https://trackmybudget.org
MIT License
2 stars 0 forks source link

Copy/move record to another Space #85

Open sebastiaanspeck opened 1 year ago

sebastiaanspeck commented 1 year ago

Add options to copy/move a record to another Space.

I don't know if this is nice to have, but I found out, especially for the Tags, that you may want to reuse them in another Space. Or maybe if you accidentally created a transaction/budget/tag in the wrong Space, you need to force delete it in Space 1 and re-create it in Space 2.

By adding copy/move actions, you only need to edit the space_id. For a transaction, you need to check if the linked tag exists etc and also update possibly linked budgets, but these kind of rules and actions after moving/copying can be defined per model.

copy-icon

move-icon

sebastiaanspeck commented 1 year ago

Do we need to provide more information on this issue before we can start working on this?