Skip to main content

Posts

2024


On Beancount Multitool

In a this post, I shared why I chose Beancount to track financial data. I have been an user for some time. I have not found importers for Japan financial institutions so I wrote my own.

On TOML as program configuration

Typically, programs have default configurations. Often, we want to override the defaults partially. Let see how easy this is with TOML in Python.

How to reconcil transactions in Beancount

If conversion scripts are used to translate bank statements into Beancount transactions, there will be two entries for one money transfers; one at the sending account and second at receiving account.