Heya! This book is currently only available in German. If you'd like to be notified about the upcoming English version, please subscribe here!

Code: listing-02.02.2

{
   "_id": "id_1", "betrag": 43.2, 
   "beschreibung": "Schreibmaterial", 
   "datum": "2011-01-24", "mwst": 0.07, "typ": "ausgabe"
}

{
   "_id": "id_2", "betrag": 1680, 
   "beschreibung": "Rechnung 1234",
   "datum": "2011-01-21", "mwst": 0.19, "typ": "einnahme"
}

{
   "_id": "id_3", "betrag": 55.86, 
   "beschreibung": "Tanken", 
   "datum": "2011-01-18", "mwst": 0.19, "typ": "ausgabe"
}

{
   "_id": "id_4", "betrag": 14, 
   "beschreibung": "Bürobedarf",
   "datum": "2011-01-23", "mwst": 0.07, "typ": "ausgabe"
}

{
   "_id": "id_5", "betrag": 12.5,
   "beschreibung": "Bürobedarf",
   "datum": "2011-01-23", "mwst": 0.07,  "typ": "ausgabe"
}

Wieder alle anzeigen…