No description
Find a file
Felix Breidenstein 0c61ee7e71 Soooo many changes
2021-04-12 22:53:01 +02:00
output WIP: Added reporting 2020-05-23 13:55:21 +02:00
schmeckels Soooo many changes 2021-04-12 22:53:01 +02:00
.flake8 Multiple importer and bulksort in the GUI 2020-03-18 00:22:12 +01:00
.gitignore Switch to poetry, more colors, better validation, fixed autosort dry-run 2020-10-31 00:47:28 +01:00
poetry.lock Soooo many changes 2021-04-12 22:53:01 +02:00
pyproject.toml Soooo many changes 2021-04-12 22:53:01 +02:00
README.md Lot of fixing. Graphs on index page. Web importer 2020-11-05 00:11:23 +01:00

schmeckels

ToDo

  • Graphen
    • Linechart Verlauf über Monate (Gesamtetrag)
    • Piechart verschiedene Tags
  • Übersicht auf Startseite
    • Monatsübersicht dieser/letzter Monat
    • Anzahl ungetaggte Transaktionen
  • Doku

Example rules

The rules file must be valid YAML and contain a list of all rules. A rule must contain:

  • a list of comma seperated tags
  • one or more matching RegExp via the name, iban or description field

Matching for the IBAN is made with direct comparison, so you have to enter the full IBAN. Matching for name and description is done via regular expressions.

# Match on the senders name
- name: "SUBWAY.*"
  tags: "FastFood"

# Match on the senders IBAN AND the description
- iban: "DE88500700100175526303"
  description: ".*VULTRHOLDIN.*"
  tags: "Hosting, Server" # Apply multiple tags