aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorJoris2016-08-08 20:58:17 +0200
committerJoris2016-08-08 20:58:17 +0200
commit8816cf758119a6a2073e561c8df297a833630986 (patch)
tree20e63f3c0de15945b818a6d7a78359f9134b5e82 /README.md
parentb54d8e45fc8784d8fa6eaa03f58536b7a19cf70b (diff)
downloadbudget-8816cf758119a6a2073e561c8df297a833630986.tar.gz
budget-8816cf758119a6a2073e561c8df297a833630986.tar.bz2
budget-8816cf758119a6a2073e561c8df297a833630986.zip
Show incomes in a table and update like payments are updated
Diffstat (limited to 'README.md')
-rw-r--r--README.md15
1 files changed, 9 insertions, 6 deletions
diff --git a/README.md b/README.md
index b53a891..45255f7 100644
--- a/README.md
+++ b/README.md
@@ -1,8 +1,10 @@
-# Shared Cost
+Shared Cost
+===========
Share costs with a group of people.
-## Getting started
+Getting started
+---------------
Install nix:
@@ -24,13 +26,14 @@ insert into user(creation, email, name) values (datetime('now'), 'john@mail.com'
insert into user(creation, email, name) values (datetime('now'), 'lisa@mail.com', 'Lisa');
```
-## Configuration
+Configuration
+-------------
-[application.conf](application.conf)
+See [application.conf](application.conf).
-## TODO
+TODO
+----
-- Income CRUD
- Server error message
- Dates after today must be forbidden
- Weekly notifications about added, modified, deleted payments and incomes