aboutsummaryrefslogtreecommitdiff
path: root/ihatemoney/migrations/versions/927ed575acbd_add_currencies.py
AgeCommit message (Collapse)AuthorFilesLines
2020-05-07Improve currencies (#604)Glandos1-2/+2
- 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/+73
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