aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2021-02-13Add status pageJoris
2021-02-07Upgrade dependenciesJoris
2021-02-01Fix mail sendingJoris
The error was due to the utilization of the special character “—” in the subject, with postfix’ sendmail. Also directly use process commands to get async support.
2021-01-03Fuse sendmail_path and mock mail config keysJoris
2021-01-03Let Sqlite provide a default created_atJoris
2021-01-03Rewrite in RustJoris
2017-11-08Use a better project structureJoris
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-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-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-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-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-06-29Responsive home pageJoris
2016-06-29Add tooltipsJoris
2016-06-27Add the edit functionnality on paymentsJoris
2016-06-26Add the clone functionality on paymentsJoris
2016-06-26CleanupJoris
2016-06-26Set up enter form submi behaviour on dialogJoris
2016-06-26Add missing AddIncome messageJoris
2016-06-26Confirm before payment deletionJoris
2016-06-26Add an editable date field for punctual payment creationJoris
2016-06-25Show only non-null payment partitionJoris
2016-06-25Add a remove icon to empty a input text fieldJoris
2016-06-25Use the search to view either punctual or monthly paymentsJoris
2016-06-23Use a dialog to add a paymentJoris
2016-06-21Add a dialog to confirm income deletionJoris
2016-06-19Show payment count and sum right after searchJoris
2016-06-13Use simple-form for search and set styleJoris
2016-06-13Empty add income form when validatedJoris
2016-06-12Design income formJoris
2016-06-04Add mean payment by monthJoris
2016-06-04Add search on payments and use inline font awesome from elmJoris
2016-06-03Add creation and amount translationsJoris
2016-06-03Migrate to elm 0.17Joris
2016-04-16Responsive headerJoris
2016-04-08Add total payment partitionJoris