sum of expenses

This commit is contained in:
2016-04-20 13:42:10 +02:00
parent a63d066b0a
commit b0d73927e5
7 changed files with 55 additions and 19 deletions
+15 -3
View File
@@ -1,10 +1,22 @@
Aloha, funky time!
curl -i http://localhost:8080/transactions
curl -i http://localhost:8080/transactions/1
curl -i -X POST -H "Content-Type:application/json" -d '{"account":"http://localhost:8080/accounts/1","amount":12.3,"date":"2016-05-31T22:00:00.000+0000","description":"test","category":"http://localhost:8080/categories/1"}' http://localhost:8080/transactions
curl --user adam@mail.com:test -i -X DELETE http://localhost:8080/transactions/4
https://letsencrypt.org/getting-started/
https://letsencrypt.org/getting-started/
# TODO
- Auslagen und Entnahmen aufsummieren und anzeigen
- Liste von Transaktionen anzeigen
- CSV-Export
- Verschlüsselung aktivieren
- Absicherung: DELETE darf von Usern nur auf die letzte Transaktion angewendet werden