aboutsummaryrefslogtreecommitdiff
path: root/ihatemoney/templates/history.html
AgeCommit message (Collapse)AuthorFilesLines
2020-05-21Add a unified balance table for all sidebar pages (#618)Glandos1-17/+1
2020-05-07Integrate illustrations as a showcase (#544)Jojo1441-1/+1
Integrate some custom graphics, and a whole comics explanation, only in French for now. Fix #363
2020-04-29Feature/currencies (#541)dark0dave1-0/+4
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
2020-04-25Fix last history string.Rémy HUBSCHER1-2/+1
2020-04-25Fix history translations. (#580)Rémy HUBSCHER1-12/+20
2020-04-20Add Project History Page (#553)Andrew Dickinson1-0/+250
Co-Authored-By: Glandos <bugs-github@antipoul.fr> All project activity can be tracked, using SQLAlchemy-continuum. IP addresses can optionally be recorded.