finnharbeke / finnance

SQL / Flask App for saving all my financial transactions etc
3 stars 1 forks source link

currency user field #28

Closed finnharbeke closed 1 year ago

finnharbeke commented 1 year ago

currently currencies are "global" ie shared by users, should rather be individual

basically it's just adding a user field, the problem is the existing data from different users using the same currencies. hence i should insert "duplicate currencies" for the users and update the currency_ids of their accounts & transactions