I used to use Quicken long ago but have been using Moneydance for many years to manage my personal finances. But Moneydance is propietary software and I prefer FOSS now. What’s your preferred finance management software?

Thing I need it to do:

  • manage different accounts (common types are banks, credit cards, loans, assets)
  • have basic reporting (e.g., categorized expenses per time period)
  • preferably uses tags
  • export or copy reports or data - could be excel or csv or something that can be pasted or imported into spreadsheets
  • self-hostable with a web app

I’m not a fan of software that’s budget-focused. I don’t mind it having some budgeting functionality, but I don’t want opinionated software to force me to manage my money a certain way. I just want felxible software to help me manage my software how I want to manage it.

I’m wary of source-available/freemium/dual-licensed/open-core licenses. It can’t hurt to suggest such apps if you like them and I’ll take a look, but I think it’s not likely that I’ll buy into that philosophy.

So what software do you use and like?

  • Panda@lemmy.today
    link
    fedilink
    arrow-up
    5
    ·
    1 month ago

    I used to use You Need A Budget and was looking for an open source alternative. I’ve been using Actual since last year and I really like it so far. It has all the features I’d been looking for and is free and open source. It seems to fit your list of requirements as well! I’d highly recommend it!

    • Mike WooskeyOP
      link
      fedilink
      English
      arrow-up
      2
      ·
      1 month ago

      Thanks for the suggestion. I looked at Actual but it seemed very budgwt focused and kind of light on any-other-feature. But I’ll take another look

    • Mike WooskeyOP
      link
      fedilink
      English
      arrow-up
      1
      ·
      1 month ago

      Thanks for the suggestion but it looks like an app, not a server-client situation.

  • Mike WooskeyOP
    link
    fedilink
    English
    arrow-up
    2
    ·
    1 month ago

    Oh crap - I forgot an important need: it has to be able to import my existing data (decades!) which Moneydance can export to QIF, tab delimited, or JSON.

  • devtoi@feddit.nu
    link
    fedilink
    arrow-up
    2
    ·
    1 month ago

    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.

    • Mike WooskeyOP
      link
      fedilink
      English
      arrow-up
      2
      ·
      1 month ago

      Thanks, I’ll take a look (but my hunch is that “pretty easy Python scripting” is beyond my skillset).

  • Corbin@programming.dev
    link
    fedilink
    English
    arrow-up
    2
    ·
    30 days ago

    Like @devtoi@feddit.nu I use plain-text accounting (PTA) to manage a few bank accounts, including small businesses. In my case, I’m using hledger. Every time I get a receipt, invoice, or statement, I type it into a text file. My bank gives me CSVs which are easy to import. Reports are done with a few commands; repeatable reports are done by saving commands to a shell script. hledger comes with builtin tools for monthly reports, BSE, currencies, pending invoices, closing/opening new years, and those are merely what I recall using recently.

    • Mike WooskeyOP
      link
      fedilink
      English
      arrow-up
      1
      ·
      29 days ago

      Thanks for the suggestion. I’m looking for a web-based solution, but this is the 2nd CLI suggestion and it’s starting ti intrigue me. I may look into it.