this post was submitted on 03 May 2024
62 points (95.6% liked)
Open Source
31262 readers
286 users here now
All about open source! Feel free to ask questions, and share news, and interesting stuff!
Useful Links
- Open Source Initiative
- Free Software Foundation
- Electronic Frontier Foundation
- Software Freedom Conservancy
- It's FOSS
- Android FOSS Apps Megathread
Rules
- Posts must be relevant to the open source ideology
- No NSFW content
- No hate speech, bigotry, etc
Related Communities
- !libre_culture@lemmy.ml
- !libre_software@lemmy.ml
- !libre_hardware@lemmy.ml
- !linux@lemmy.ml
- !technology@lemmy.ml
Community icon from opensource.org, but we are not affiliated with them.
founded 5 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
You seem to have a lot of recommendations already, but I just wanted to mention beancount as well. It's a decently powerful plain text accounting software. Not sure if it does invoicing.
For me it has been good because I think it is fun to hack some new functionality together that I feel missing. E.g. parse pdf receipts and break down transactions into postings based on what is in the receipt. But it you aren't interested in simple Python programming, I'd probably not recommend it.
Being able to easily version control it using git is really helpful when you are trying things.
Thanks for replying :)
It looks good, but possibly a bit complicated. I do want to learn Python, but I'm nowhere near competent enough to trust my finances to it yet :)