This small repository exists to quickly demonstrate what the beancount library and fava web application for plain text accounting look like in practice.
Visit https://plaintextaccounting.org/ more information about plain text accounting.
Run through the setup steps below to install the libraries in a virtual environment and create an example.beancount plain text ledger file and start the fava web application.
git clone https://github.com/wileykestner/beancount-examplecd beancount-example./bin/bc bean-check(This script will create anexample.beancountdata file if you do not already have one and ensure that it is valid.)./bin/bc fava(This will open the beautiful fava web application using your newexample.beancountfile as input.)- Visit http://localhost:5000/ in your web browser to see fava in action!
- To see an example of a simple plugin:
cp plugin-example.beancount example.beancount && ./bin/bc fava