https://github.com/ihate-work/beancount-fava-starter
A starter template of beancount + fava + plugins
https://github.com/ihate-work/beancount-fava-starter
accounting beancount double-entry-accounting fava
Last synced: 5 months ago
JSON representation
A starter template of beancount + fava + plugins
- Host: GitHub
- URL: https://github.com/ihate-work/beancount-fava-starter
- Owner: ihate-work
- License: unlicense
- Created: 2021-01-22T16:03:09.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2025-02-27T13:20:56.000Z (7 months ago)
- Last Synced: 2025-05-13T04:54:35.142Z (5 months ago)
- Topics: accounting, beancount, double-entry-accounting, fava
- Language: Makefile
- Homepage:
- Size: 23.4 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# beancount-fava-starter
---
A starter pack to try fava / beancount plain text accounting.
See [awesome-beancount](https://github.com/siddhantgoel/awesome-beancount/) for introduction and other resources around [beancount / fava](https://github.com/beancount)
## Requirements
- MacOS / Linux / Unices: a recent installation with `bash` and `python3` is likely to be fine. Some distributions require `python3-venv` `python3-dev` or alike package.
- Windows (WSL2): Should work like a Linux Distribution
(If you have trouble running, issues/PRs are welcome)
## How to use
1. Download and extract this repository
2. Start fava process
- in MacOS: you can just double click `fava` in Finder
- in Linux / Windows WSL / other Unices: in terminal, cd into this repository and run `./fava`.
3. Open fava web UI as instructed
4. If it works, browser should show a few example accounts and transactions. You can look around, or mangle `main.beancount` and add your own contents.(if it doesn't work, something may went wrong during downloading packages)