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
/
Payment.hs
Age
Commit message (
Expand
)
Author
2016-03-30
Merge punctual and monthly payments in client model
Joris
2016-03-28
Compute payment count client side
Joris
2016-03-21
use config-manager instead of ConfigFile
Joris
2016-01-03
Validate add payment server side
Joris
2015-12-31
Fetch all the payments, do the paging only in the UI
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
Removing useless user join on total payment query
Joris
2015-09-06
Simplifying paymentJob
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-09-05
Using UserId instead of UserName to indentify users
Joris
2015-09-04
Adding paging (need some fixes)
Joris
2015-09-03
Give the payments count to the client
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