No description
Find a file
2020-10-31 00:47:28 +01:00
output WIP: Added reporting 2020-05-23 13:55:21 +02:00
schmeckels Switch to poetry, more colors, better validation, fixed autosort dry-run 2020-10-31 00:47:28 +01: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 Switch to poetry, more colors, better validation, fixed autosort dry-run 2020-10-31 00:47:28 +01:00
pyproject.toml Switch to poetry, more colors, better validation, fixed autosort dry-run 2020-10-31 00:47:28 +01:00
README.md Switch to poetry, more colors, better validation, fixed autosort dry-run 2020-10-31 00:47:28 +01:00

schmeckels

ToDo

  • Graphen
    • Linechart Verlauf über Monate (Gesamtetrag)
    • Piechart verschiedene Tags
  • Übersicht auf Startseite
    • Monatsübersicht dieser/letzter Monat
    • Anzahl ungetaggte Transaktionen
  • Importer über Webseite
  • setup.py
  • 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