agstrike / silverstrike

Finance Management Made Easy
https://silverstrike.org
MIT License
424 stars 100 forks source link

Added ownership to Accounts and Transactions. #149

Closed fcomoncho closed 1 year ago

fcomoncho commented 1 year ago

Added ownership to Accounts and Transactions, so multiple users can share one Silverstrike instance.

Pending:

simhnna commented 1 year ago

Hi there, thanks for your contribution. However this change would actually break my personal workflow. My wife and I have our own user accounts but access the same data.

I'd prefer if the ownership of the data is based on a group of some sort. In the past I was thinking about creating a new model "Household" that has multiple members and tie all the data to the household and not the actual user. Could also be done with a django group, but with an own model it'd be more flexible going forward

fcomoncho commented 1 year ago

Working on groups and sharing functionality before next PR.