aboutsummaryrefslogtreecommitdiff
path: root/server/src/Job/WeeklyReport.hs
AgeCommit message (Collapse)Author
2021-01-03Rewrite in RustJoris
2020-05-30Compute cumulative income until nowJoris
Previously, last payment date was used to compute the cumulative income. It resulted in big differences of cumulative incomes, if no payment have been added for some days.
2020-01-04Search payments by cost tooJoris
2019-11-24Compute cumulative income with a DB queryJoris
2019-11-17Optimize and refactor paymentsJoris
2019-11-03Show income headerJoris
2018-06-11WIPJoris
2018-01-03Modify weelky report and payment search interfaceJoris
- Add payment balance in weekly report - Show a message and hide pages when the search results in no results - Go to page 1 when the search is updated / erased
2017-11-14Setup stylish-haskellJoris
2017-11-08Use a better project structureJoris