aboutsummaryrefslogtreecommitdiff
path: root/ihatemoney/currency_convertor.py
AgeCommit message (Collapse)AuthorFilesLines
2021-04-07Change the URL of the exchange API. Fixes #735 (#736)Alexis Metaireau1-1/+1
2020-05-07Improve currencies (#604)Glandos1-7/+11
- Rename "No Currency" to ISO4217 "XXX" - Use Babel to render currency symbols and names in currency lists - Improve i18n in bill lists Fix #601 Fix #600
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