mincong-h / finance-toolkit

Finance Toolkit
3 stars 1 forks source link

Add currency in Account #60

Closed mincong-h closed 2 years ago

mincong-h commented 2 years ago

Previously we don't need currency explicitly because all the accounts have euro (EUR) as currency. However, some accounts are in US dollar now so we need to support that as well. Here is the first step, where the Account class now contains a field for currency symbol. Some account types default to EUR. This is part of https://github.com/mincong-h/finance-toolkit/issues/56