https://github.com/stephane-klein/beancount-shared-expenses-poc
plain text accounting shared expenses based on beancount POC
https://github.com/stephane-klein/beancount-shared-expenses-poc
beancount plaintext-accounting proof-of-concept
Last synced: 30 days ago
JSON representation
plain text accounting shared expenses based on beancount POC
- Host: GitHub
- URL: https://github.com/stephane-klein/beancount-shared-expenses-poc
- Owner: stephane-klein
- Created: 2023-04-17T13:27:20.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-04-17T14:29:09.000Z (about 2 years ago)
- Last Synced: 2025-01-28T11:29:27.053Z (3 months ago)
- Topics: beancount, plaintext-accounting, proof-of-concept
- Language: Jinja
- Homepage:
- Size: 3.91 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# plain text accounting shared expenses based on beancount POC
https://github.com/beancount/beancount/
See also https://github.com/stephane-klein/hledger-shared-expenses-poc
Repository starting point issue (in French): https://github.com/stephane-klein/backlog/issues/193
```sh
$ pip install -r requirements.txt
``````
$ bean-check main.journal
```Edit `main.journal.j2` and then execute:
```
$ ./preprocess.py | bean-format -W 10 > main.journal
``````
$ fava main.journal
```