aboutsummaryrefslogtreecommitdiff
path: root/server/src/Controller/Payment.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-27Show total incom by month in statisticsJoris
2020-01-20Show payment statsJoris
2019-12-08Add category pageJoris
2019-11-24Compute cumulative income with a DB queryJoris
2019-11-17Hide date from monthly paymentsJoris
2019-11-17Optimize and refactor paymentsJoris
2019-11-07Show payment header infosJoris
2019-11-06Show the payment table with server side pagingJoris
2019-10-20Load init data per page with AJAXJoris
2019-10-09Use common payment validation in the backendJoris
Remove deprecated backend validation
2019-10-06Make payment edition to work on the frontendJoris
2019-08-11Add payment cloneJoris
2019-08-10Remove payment category if unused after a payment is deletedJoris
2019-08-05Use updated payment categories from payment add in payment’s tableJoris
2018-10-30Update table when adding or removing a paymentJoris
2018-10-28Delete paymentJoris
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-19Show payment count and partitionJoris
- Also fixes exceedingPayer in back by using only punctual payments
2017-11-14Setup stylish-haskellJoris
2017-11-08Use a better project structureJoris