aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-01-03Rewrite in RustJoris
2020-06-28Fix responsive headerJoris
2020-06-21Show header in qutebrowserJoris
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-02-28Update login cookie to be http onlyJoris
The login cookie should not be used from the client in JavaScript.
2020-02-28Pin nixpkgsJoris
2020-01-30Show back refund payments in greenJoris
2020-01-30Merge branch 'with-ghcjs' into 'master'Joris
Use Haskell on the frontend See merge request guyonvarch/shared-cost!2
2020-01-27Fix translation typoJoris
2020-01-27Show total incom by month in statisticsJoris
2020-01-20Show payment statsJoris
2020-01-19Show conf at server startupJoris
2020-01-19Return the css at /css/main.css instead of inlinedJoris
2020-01-19Keep button size while waitingJoris
2020-01-19Sign in with email and passwordJoris
2020-01-18Add deploy commandJoris
2020-01-05Use named parameters instead of positional parameters in persistence queriesJoris
2020-01-04Go to page 1 when switching the search frequencyJoris
2020-01-04Allow to remove only unused categoriesJoris
2020-01-04Search payments by cost tooJoris
2019-12-08Add category pageJoris
2019-11-25Remove Loadable2Joris
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-11-03Delay modal event to let time for the modal to disappearJoris
2019-11-03Fix select input styleJoris
2019-11-03Fetch the first payment date instead of every payment to get cumulative incomeJoris
2019-11-03Fix payment pageJoris
2019-11-03Show income headerJoris
2019-11-03Show users in income tableJoris
2019-11-02Implement incomes server side pagingJoris
2019-10-27WIP Set up server side paging for incomesJoris
2019-10-27Refactor income form component concerning payload creationJoris
2019-10-23Disable appear animation on main blockJoris
2019-10-23Go to initial page after adding an incomeJoris
2019-10-23Edit an incomeJoris
2019-10-23Delete incomeJoris
2019-10-22Clone incomesJoris
2019-10-22Harmonize view component code styleJoris
2019-10-22Create ModalForm componentJoris
2019-10-20Simplify page initializationJoris
2019-10-20Load init data per page with AJAXJoris
2019-10-20Add incomeJoris
2019-10-20Move income header and income table views into separate componentsJoris
2019-10-19Include pages into table componentJoris
2019-10-14Show cumulative incomes per user in income pageJoris
2019-10-13Show income tableJoris