Skip to content

v1.21.0

Compare
Choose a tag to compare
@github-actions github-actions released this 15 Jul 16:53
· 33 commits to main since this release

Feature

  • budget: Manage your daily expenses (N26 only) (#135) (6209b40)

I recently discovered that there is an open Python API to access N26 accounts, so of course I had to make a daily expense manager based on it:

image

The idea is to ask a few questions about each expense :

  • If you pay all/part of the expense for someone else, how much did you actually pay for yourself?
  • Have they paid you back yet?
  • Was this expense necessary? It could be fixed, variable, for hobbies, purely optional, for fun, ...
  • etc.

image

Then, we could show simple statistics for each month (and cumulative yearly expenses) about how much you spent on each category/necessity.

Everything is stored on a Google Sheets on our personal account which acts as a database and is accessed through a Python API.

➡️ Since this feature is probably pretty niche, I won't write documentation about it yet. If you're interested, please open a new discussion topic on GitHub!

Documentation

  • Visual tweaks, update screenshots (efaa8b8)
  • Add envelopes and sources tutorials (20a9a82)
  • Organize tutorials, add awesome badge (62b249d)
  • Improve installation guide readability (a57f996)
  • Create tutorials table of contents online (e690ab0)