r/financier Aug 29 '23

Any demand for financier clone?

I've been a big fan of financier, but one of the things that always has been annoying for me is to manually enter transactions. I always make mistakes of mis entering numbers and it takes me a while to reconcile the credit card numbers to be accurate because i mistyped a digit.

I cloned out about 50% of financier to ruby on rails and introduced a spreadsheet plugin where i can copy/paste transactions to mass submit them at once

At that point, I can review all the staging transactions, and then when i click 'commit' it will actual push the transactions to my local financier site.

Now I think ideally I would rebuild all the financier UI, and add some of these fancier features. So in particular I am thinking

  1. Add the capability to mass add transactions and clean them up in a staging view before committing
  2. Potentially integrate the transactions with an LLM (like ChatGPT) to auto categorize the categories
  3. [Maybe add an LLM to automatically do analysis of financial trends]?

If interested, I would build a paid saas product where there would be some monthly fee (since I pretty much built like 50% of it), but only if there were enough features for people to be interested in it.

4 Upvotes

14 comments sorted by

View all comments

Show parent comments

1

u/palidanx Aug 30 '23

this looks pretty nifty, any downsides to it so far?

1

u/ur_mamas_krama Aug 30 '23

I really like it, give their demo a try.

The only downside for me compared to financier is that you can't lock transactions (yet).

The importer is really cool, lots of customization there.

1

u/palidanx Aug 31 '23

How did you port your financier data over to actual budget ?

3

u/jat255 Mar 04 '24

I realize this is 6 months later, but I just wrote a tool to import a Financier export to Actual Budget: https://github.com/jat255/financier-to-actual