-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Accounting solution #5
Comments
I have started to play with wave: https://www.waveapps.com/ |
(First off: I didn't get to test it yet.) What's their business model? Why is it free? What happens with the data? An alternative for accounting could be https://www.gnucash.org/. It's not as bad as it looks. http://plaintextaccounting.org/ is also nice for command line and version control fans. Regarding invoices/bills: I could send you a LaTeX template that fits Swiss window envelopes. I could also write a generator that you could feed CSV data and that would generate the invoices. If in doubt, I'd try to keep financials off the cloud :) But I'll probably take a look at wave tonight or tomorrow. |
Their business model is that you pay the transaction fees if you decide to use payments by credit cards. But all the functionalities are available even if you decide not to use this service. |
(anyhow, apart from whether we choose it as a tool or not, I find it an interesting business idea...) |
The question is whether it will work out :) http://www.billomat.com/ had free accounts for years, but recently asked all subscribers to either get a paid subscription or close their account. The free account is not available anymore. |
That's the risk, on the other hand there are advantages too... 😁 |
... I'll check out gnucash tonight... |
Ok. Just don't create any invoices through Gnucash, I think that's a pain :) But I think that can be done separately without much effort. |
If we want something self-hosted, odoo (aka OpenERP) might be worth a look? I have some experience with it, and while it's a full-blown ERP/CRM, we can also just use the modules we want. Also, it's written in Python 😉 |
I tried it when it was still called OpenERP. Apart from the operational overhead, at the time I tried it it was quite complicated to customize the reports (invoices), and the documentation was painful? Did they improve a bit? |
@The-Compiler can you easily deploy odoo on a remote machine? Or you mean running it on a local virtual machine on my home computer? |
Another advantage of wave is that one can easily change the "owner" of the account, for instance we may have info@pythonsummit to be the owner (I am testing it right now). |
I'm fine with going with wave. When it comes to bank transfers and/or credit card payments privacy hardly matters as it doesn't exist in the first place (the backends where these things go through are hardly secure and are almost certainly being monitored by state actors as well as private companies). Plus everyone working on anything within the association should use the tool they like most. |
agree on an accounting solution
The text was updated successfully, but these errors were encountered: