index
:
budget
main
Share payments with a group of people.
Joris
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
server
/
Model
/
Database.hs
Age
Commit message (
Expand
)
Author
2017-06-05
Replace persistent by sqlite-simple
Joris
2017-03-24
Features/categories
Joris
2016-11-13
Send weekly activity at start of week about previous week
Joris
2016-08-08
Show incomes in a table and update like payments are updated
Joris
2016-06-27
Add the edit functionnality on payments
Joris
2016-06-26
Add an editable date field for punctual payment creation
Joris
2016-06-12
Design income form
Joris
2016-04-04
Add income list CRUD in user page
Joris
2016-03-11
Don't use persona anymore, use email token to sign in
Joris
2016-01-03
Validate add payment server side
Joris
2015-12-29
Using persona to validate emails
Joris
2015-10-04
Using incomes to compute a fair computation to designate the payer
Joris
2015-10-01
Factor job listener
Joris
2015-09-13
Adding income database table with a getter and a setter
Joris
2015-09-06
Setting up the monthly job
Joris
2015-09-06
Can add monthly payments, not visible at the moment though, just the count is...
Joris
2015-08-29
Showing exceeding payers
Joris
2015-08-27
Server payament delete
Joris
2015-08-13
Giving the payment id to the client
Joris Guyonvarch
2015-07-19
Login with a token validation
Joris Guyonvarch
2015-07-06
Setting up Scotty, Persistent, Clay, Blaze, Esqueleto, Elm
Joris Guyonvarch