Skip to content

Instantly share code, notes, and snippets.

@Vinc0682
Created June 22, 2017 15:57
Show Gist options
  • Save Vinc0682/b44dcf088aa33c1a61f087931e6930d8 to your computer and use it in GitHub Desktop.
Save Vinc0682/b44dcf088aa33c1a61f087931e6930d8 to your computer and use it in GitHub Desktop.
{
"balanceData": [
{
"id": 1,
"date": "13.06.2017",
"cause": "Startkapital bei Tabellenerstellung",
"amount": 432,
"fulfilled": true
},
{
"id": 2,
"date": "18.06.2017",
"cause": "Supermarkteinkauf",
"amount": -123.32,
"fulfilled": false
},
{
"id": 3,
"date": "19.06.2017",
"cause": "Kaffeverkauf",
"amount": 123.6,
"fulfilled": true
},
{
"id": 4,
"date": "20.06.2017",
"cause": "Spende",
"amount": 50,
"fulfilled": true
},
{
"id": 5,
"date": "22.06.2017",
"cause": "Waffelverkauf",
"amount": 390.43,
"fulfilled": true
},
{
"id": 6,
"date": "25.06.2017",
"cause": "Kaffeverkauf",
"amount": 80,
"fulfilled": true
}
],
"plannedData": [
{
"id": 1,
"date": "19.12.2018",
"cause": "Mietung der Räumlichkeiten",
"amount": 20000,
"fulfilled": false
},
{
"id": 2,
"date": "18.12.2018",
"cause": "Essen",
"amount": 2500,
"fulfilled": false
},
{
"id": 3,
"date": "18.12.2018",
"cause": "Musik/Entertainment",
"amount": 1000,
"fulfilled": false
},
{
"id": 4,
"date": "03.05.2018",
"cause": "T-Shirts",
"amount": 3000,
"fulfilled": false
}
],
"currentBalance": 952.71,
"targetBalance": 26500,
"missingBalance": 25547.29
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment