There's also Plain Text Accounting[1]. The biggest problem of all open source solutions, accountants' experience aside, is the lack of banking and taxes integration, especially outside of US, e.g. for Asian, South American, or African businesses. The most promising FOSS solution for SME I was able to find is Akaunting[2][3]. [1] https://plaintextaccounting.org/ [2] https://akaunting.com/ [3] https://github.com/akaunt…
Just a word of caution on akaunting, the FOSS product is very much the SaaS product, so lots of buttons will lead to nowhere and you will get CTAs to enable plugins which you later find out only work on the hosted service. I’m my case I even need to patch their css to get invoices to render to PDF „somewhat“ correctly. I’m still sticking around to see if this is just a momentary lapse but it’s been more than a year n…
An open-source alternative to QuickBooks
71–80 of 218 posts
Re: An open-source alternative to QuickBooks
#72Has anyone tried https://github.com/firefly-iii/firefly-iii ? It seems to be under active development but it always makes me nervous when the vast majority of updates come from one person. (What happens to the project when that person isn’t working on it anymore?)
Re: An open-source alternative to QuickBooks
#73One question, why separate into different tables for each journal (expense, sales,...) . You could also have one journal table instead ?
But I say all this not having looked at this product and I don’t know if sales here works that way or not.
Re: An open-source alternative to QuickBooks
#74Under https://docs.bigcapital.ly/docs/faq it has "Can I install SigNoz without Docker?" - maybe this was forked from SigNoz?
Re: An open-source alternative to QuickBooks
#75it works self hosted and on desktop.
Currently only for indian tax markets but work is slowly underway for bringing internationalization. Feel free to check the demo on https://gnukhata.gitlab.io/gkapp and if interested, help on https://gitlab.com/gnukhata/gkapp
Re: An open-source alternative to QuickBooks
#76I am really happy to see something like this. This is not a criticism of the project. Rather, I lament that more-and-more web-based projects document only a Docker-centered install process for self-hosting as opposed to the process of installing from source. This goes strongly against the spirit of self-hosting where you know what you're running and you see the steps and all the integrations that are needed, includin…
However, where did you find the steps to install this with Docker? I can't find it.
Re: An open-source alternative to QuickBooks
#77Earlier quoted context omitted.
> I can't help but feel compelled to pause my current tasks and contribute wholeheartedly to this. That is interesting to me, because I had the complete opposite take after less than a minute on the website. I actively avoid QuickBooks because I despise Intuit. But there is no way I would take a project like this seriously when the 'support' link is a link to Discord. Competing with QuickBooks means competing for bus…
What would support be instead, a phone hotline?
If you’re targeting businesses, then you’d want a contact-us form at the bare minimum.
Re: An open-source alternative to QuickBooks
#78Looks like it's for USA only - https://github.com/bigcapitalhq/bigcapital/issues/123
Re: An open-source alternative to QuickBooks
#79I can't help but feel compelled to pause my current tasks and contribute wholeheartedly to this. My frustration with Intuit has reached its tipping point, especially after they acquired a Brazilian financial management software called Zeropaper, which my company heavily relied upon. Intuit then proceeded to discontinue the product and withdraw from the Brazilian market without offering any viable alternatives, leavin…
Still using it regularly. No subscriptions, no cloud, no nasty surprises to contend with. I have custom code that automatically pulls exchange rates from public sources and injects into the appropriate UI fields. My accountant's still able to ingest the file for year-end. Will probably be on it for another decade.
Re: An open-source alternative to QuickBooks
#80Earlier quoted context omitted.
> This goes strongly against the spirit of self-hosting where you know what you're running and you see the steps and all the integrations that are needed, including any reliance on third-party services that may come back to bite you. Dockerized apps are typically just as transparent, so that's a bit of a non-argument IMO. Their main advantages are portability, reproducibility, and security.
This depends on whether the Dockerfile is available somewhere right?