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
/
client
/
elm
/
Server.elm
Age
Commit message (
Collapse
)
Author
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-23
Use a dialog to add a payment
Joris
2016-06-12
Design income form
Joris
2016-06-03
Migrate to elm 0.17
Joris
2016-04-04
Add income list CRUD in user page
Joris
2016-03-31
Add init data in html page
Joris
2016-03-30
Merge punctual and monthly payments in client model
Joris
2016-03-29
Move logged data to LoggedIn component
Joris
2016-03-28
Compute payment count client side
Joris
2016-03-28
Create an empty but reachable user page
Joris
2016-03-27
Compute payers client side rather than server side
Joris
2016-03-12
Do not try to init data after login mail was sent
Joris
2016-03-11
Don't use persona anymore, use email token to sign in
Joris
2016-01-04
Simplify server communicaitons in client
Joris
2016-01-03
Validate add payment server side
Joris
2016-01-03
Move update income to the account update layer
Joris
2016-01-03
Set focus properties to button elements
Joris