Skip to content

Fava web interface

Install

Install on Arch:

pamac install fava

Install on Debian/Ubuntu:

sudo apt install python3-fava

Usage

fava ~/beancount/personal.beancount

Then open http://localhost:5000.

Config: see ~/beancount/personal.beancount

Extensions

fava-dashboards

  • Github Custom Dashboards for Beancount in Fava

Start with default dashboard:

wget https://raw.githubusercontent.com/andreasgerstmayr/fava-dashboards/main/example/dashboards.yaml ~/beancount/dashboards.yaml

fava-review

  • Github A Fava extension to help review transactions over a series of periods.

Install:

pip install fava-review

Filters

Filters docs

Exclude account (from i.e. the balance sheet):

all(-account:"Income:Privat")
http://localhost:5000/beancount/balance_sheet/?filter=all%28-account%3A%22Income%3APrivat

http://localhost:5000/beancount/income_statement/?time=2021&account=Privat

Issues