aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-08-07Update category according to payment in add overlayJoris
2019-08-05Use updated payment categories from payment add in payment’s tableJoris
2019-08-04Implementing client side validationJoris
2018-10-31Various fixesJoris
2018-10-30Use waitfor with delete confirm buttonJoris
2018-10-30Upgrade reflex-platformJoris
2018-10-30Update table when adding or removing a paymentJoris
2018-10-28Delete paymentJoris
2018-06-24Use date input typeJoris
2018-06-11WIPJoris
2018-01-05Add modal componentJoris
2018-01-03Remove quotes around names in weekly reportJoris
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-28Add search for paymentsJoris
2017-11-19Remove local MimeMailJoris
2017-11-19Add exceeding payer blockJoris
2017-11-19Show payment count and partitionJoris
- Also fixes exceedingPayer in back by using only punctual payments
2017-11-16Add dynamic pagesJoris
2017-11-14Setup stylish-haskellJoris
2017-11-12Add mocked pagesJoris
2017-11-10Minify javascript in dist mode, compress served files with gzipJoris
2017-11-08Use a better project structureJoris
2017-11-07Update READMEJoris
2017-11-07Reformat payment queriesJoris
2017-11-07Bootstrap with GHCJS and reflex:Joris
- setup login and logout, - first draft of payment view.
2017-07-09Fix batch payment creationJoris
2017-06-06Fix payment category search queryJoris
2017-06-05Fix dist commandJoris
2017-06-05Replace persistent by sqlite-simpleJoris
2017-04-02Add a chart on payments by month by categoriesJoris
2017-03-27Modelize punctual and monthly payment pagesJoris
2017-03-27Add back clean, install and build commands in MakefileJoris
2017-03-27Improve form validationJoris
- Trim names - Income amount accepted from 0 - Validate colors
2017-03-26Fix update payment category constraint errorJoris
2017-03-26Copy mime-mail locallyJoris
The path is wrong, it is configurable with --ghc-options but I can't get it right for now with stack.
2017-03-26Separate client and server watchJoris
2017-03-24Merge branch 'features/categories' into 'master' Joris
Features/categories See merge request !1
2017-03-24Features/categoriesJoris
2016-11-19Search payments with multiple words and by cost tooJoris
2016-11-13Show a different message on weekly report if there were no activity during ↵Joris
the previous week
2016-11-13Send weekly activity at start of week about previous weekJoris
2016-10-30Use the timezone of the time and not the timezone of nowJoris
2016-10-30Simplify buildJoris
2016-10-05Add the build commandJoris
2016-08-21Show a message if there is an error during a server requestJoris
2016-08-08Add missing translations and modify clone income date to be the actual dateJoris
2016-08-08Show incomes in a table and update like payments are updatedJoris
2016-07-08Use tmuxinator in nix shell hookJoris
2016-07-08Update getting started section in READMEJoris
2016-07-04Update readme make guideJoris