this post was submitted on 31 Jan 2025
17 points (100.0% liked)
Free and Open Source Software
18123 readers
148 users here now
If it's free and open source and it's also software, it can be discussed here. Subcommunity of Technology.
This community's icon was made by Aaron Schneider, under the CC-BY-NC-SA 4.0 license.
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
I have been satisfied with beancount. https://github.com/beancount/beancount and fava as a ui. It's text based so it is easy to automate imports and exports. It can seem daunting at first to create importers in Python, but it's pretty basic scripting.
Text based accounting lends itself well to easy experimentation with version control.
I tried gnucash for a while, but it felt so slow and not flexible enough for me.
Thanks, I'll take a look (but my hunch is that "pretty easy Python scripting" is beyond my skillset).