Not only have they not added any new features to justify this fee increase, but they have actually removed a few features that I depended on like multi-currency reports. I am actively looking for an alternative.
An open-source alternative to QuickBooks
51–60 of 218 posts
Re: An open-source alternative to QuickBooks
#52Good luck. Many layers of the financial system for small and medium businesses are used to working with QB. It's a means of communication. You can hire people who know it. It integrates with every bank and every, well, everything you might need. You accountant --internal or external-- knows it and has a process to work with it. Etc. While FOSS is great, it isn't always better. I think FOSS works well when you have a…
I know a small business running bespoke accounting software with a lineage predating the PC era. They have some very specialized, industry specific, reporting and invoicing needs that can't be met with a general purpose purpose software. An application provides a great way to modernize their software without a full rewrite.
Before the mob interprets what I am saying through their reality distortion field, I should note I am NOT hating on FOSS and defending closed-source software as general categories.
There is such a thing as useful industry-standard software on both sides of that divide. And it is perfectly OK to point this out. This doesn't have to be a war. This shouldn't be twisted into hatred or attacks on FOSS or even non-FOSS software. Nobody has the moral high ground. There is no such thing.
These are tools. Some are free and open, some are not. And that's perfectly OK. Sometimes a little critical thinking and reason is a good thing.
Re: An open-source alternative to QuickBooks
#53Earlier quoted context omitted.
For better or worse OSS communities organize on Discord now, having an active server where the core contributors participate is the sign of a healthy project. Honestly looks better than a public Slack imho and it's where they'll get the most engagement from devs. Discord is a serious thing now, I've seen enterprise products add support for Discord before Slack.
Gonna have to disagree with you. Most projects I interact act with are either on IRC or Matrix, or solely communicate through some type of git web instance. Discord is actively hostile to users by randomly banning and/or phone-walling users, especially any browser or connection that cannot be fingerprinted well enough, and giving them no recourse at all, just saying "yep our automated system is working, bye". There's…
Anyone who figures out how to have pseudoanonymous identities that can't be endlessly minted to evade bans that doesn't involve aggressive fingerprinting will be the internet's favorite child overnight.
Re: An open-source alternative to QuickBooks
#54I 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…
No it doesn't. Just read the Dockerfile, it's self documenting and contains all the build steps.
Re: An open-source alternative to QuickBooks
#55Re: An open-source alternative to QuickBooks
#56Good luck. Many layers of the financial system for small and medium businesses are used to working with QB. It's a means of communication. You can hire people who know it. It integrates with every bank and every, well, everything you might need. You accountant --internal or external-- knows it and has a process to work with it. Etc. While FOSS is great, it isn't always better. I think FOSS works well when you have a…
If it integrates so freely it should be a non-event when you, your CPA, and individual clients exercise autonomy over accounting software choices. I don't think the FOSS vision in this space is to compel one new option on everyone that isn't an option. I can only imagine it's quite the opposite.
Re: An open-source alternative to QuickBooks
#57Re: An open-source alternative to QuickBooks
#58For people who use QuickBooks, what's the main barrier to a viable open-source competitor? Does QuickBooks offer a ton of necessary integrations or something?
Re: An open-source alternative to QuickBooks
#59Re: An open-source alternative to QuickBooks
#60I 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…
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.