Live data from Hacker News

Ask HN: Free/Open-Source Invoicing Software?

news.ycombinator.com

11–20 of 30 posts

Re: Ask HN: Free/Open-Source Invoicing Software?

#12
I used FreshBooks.com when I freelanced a few years ago and I think it contained all the features you want and it was pretty inexpensive (~10 USD per month) and invoices/receipts looked very professional and allows setting different currencies for each client (eg. if you work remotely for different international clients).

Re: Ask HN: Free/Open-Source Invoicing Software?

#14
post #4

Zoho has free accounts and one of the available apps is invoicing. They have all the features you ask for. You can even integrate the "here's an invoice, pay me" emails with payment processors. I've only used it for a few months, but can't complain - it had way more features than I ever needed. https://www.zoho.com/invoice/ (it's a service, not opensource software though - I assume you really meant free or opensource…

+1 for Zoho. I've been using it for a few months and really like it. Their iOS app is also pretty good for viewing time sheets and logging time.

Re: Ask HN: Free/Open-Source Invoicing Software?

#15
LibreOffice

It's pretty trivial to set up a template, a data source, and have the mail merge feature generate your reports for you. If you F4 in Writer, pick a data source you can drag&drop fields or queries directly into the document where you want them. The rest is just a case of trivial document editing which you're more than likely already familiar with.

Your data source can be anything from a csv (spreadsheet), an .odb or an external data connection to a database (eg, postgres).

Re: Ask HN: Free/Open-Source Invoicing Software?

#17
post #15

LibreOffice It's pretty trivial to set up a template, a data source, and have the mail merge feature generate your reports for you. If you F4 in Writer, pick a data source you can drag&drop fields or queries directly into the document where you want them. The rest is just a case of trivial document editing which you're more than likely already familiar with. Your data source can be anything from a csv (spreadsheet),…

Agreed, and you could pair it with Ledger[0] as a way to keep track of the accounting.

0 - http://www.ledger-cli.org/

Re: Ask HN: Free/Open-Source Invoicing Software?

#19
When I freelanced, a long time ago, I used Solo[0] as a self-hosted solution. It allows only for one account manager but it was perfect for me.

It is written in PHP and the licence gave me permission to edit it the way I needed, so I did.

The same company also makes a "full-featured" alternative called Duet[1] that costs 49$ to buy.

[0]: http://www.getsoloapp.com/

[1]: https://duetapp.com

Post reply on HN