aboutsummaryrefslogtreecommitdiff
path: root/ihatemoney/currency_convertor.py
AgeCommit message (Collapse)AuthorFilesLines
2020-04-29Feature/currencies (#541)dark0dave1-0/+46
Now each project can have a currency, default to None. Each bill can use a different currency, and a conversion to project default currency is done on settle. Fix #512