Earlier quoted context omitted.
I think because it's a relatively easy idea to come up with, and the implementation details aren't earth-shattering. A year ago I was fixed on making a similar business called MeteorBill and worked part-time on it for a couple months before scrapping it .. I'm happy I did now, as my market research was clearly incomplete, and my UI was startlingly similar to yours and OP's. No great loss, I learned Erlang/OTP and Mne…
I am interested in understanding why you decided not to continue with your business ? It looks like OP's company is doing pretty well. Customers would not be an issue for you. If you look at the number of employees OP has it is a possible market to persue. Competition exists everywhere.
Show HN: Invoice-o-matic – a free online invoice tool
71–80 of 92 posts
Re: Show HN: Invoice-o-matic – a free online invoice tool
#72Re: Show HN: Invoice-o-matic – a free online invoice tool
#73The reason why we are seeing so many startups in this space is because all major companies, such as Ariba that provide e-invoicing tools are charging suppliers for sending e-invoices, which is ridiculous.
Tradeshift (Disclaimer I do work for Tradeshift ), was one of the first startups that emerged in this space because they provide free and fully compliant e-invoicing software for small businesses. Take a look at how they launched, slightly outdated but funny http://www.realsupplierchoice.com/
Re: Show HN: Invoice-o-matic – a free online invoice tool
#74- The info is being sent over http instead of https, so it can be easily sniffed along the way.
- Even if it was encrypted, it's probably stored in their system at least briefly. If their system is compromised, so is your banking data.
- The PDFs that are generated have to be stored on their system, at least briefly, in order to be sent out via email. They can be compromised too.
- Who knows if the emails and PDFs are secure... probably not. That means every email relay and the networks they're on between invoiceomatic and your client are also potential places where your banking info can be leaked.
Re: Show HN: Invoice-o-matic – a free online invoice tool
#75Re: Show HN: Invoice-o-matic – a free online invoice tool
#76What does this do for me that the MS Word template that comes installed with Office does not? EDIT: I'm serious. I can think of several reasons why I would not want to use this, ranging from "I don't want to have to remember a specific URL for this one purpose" all the way up to "I don't want to be sending my invoice data over an unsecured connection to some random statup-of-the-month."
I would say over MS Word, this offers: - Discoverability: when I was working on my invoice template, I looked all over the web, and found a bunch of garbage, before I eventually hand-crafted something in Excel - Ease of use: Word templates can be annoying to fill out and format right, and they won't do the math for you. Excel will, but good luck getting it to print right every time, and heaven help you if you need mo…
Re: Show HN: Invoice-o-matic – a free online invoice tool
#77Earlier quoted context omitted.
I started my freelancing career with billable.me. Moved on to complexer tools by now, but I definitely made a few thousand euro with the help of your free tool. Thanks!
What tools did you start using after billlableme?
Re: Show HN: Invoice-o-matic – a free online invoice tool
#78Re: Show HN: Invoice-o-matic – a free online invoice tool
#79The first thing I would expect from such a tool is either to explicitly point out the limitations of the free offer (eg 'only valid for retail in the Netherlands!'), or, if you expect users to believe you are capable of fulfilling their invoicing needs, you have to ask which business sector and which country you are creating invoices for, and actually update the template to suit the legal requirements of the user's domain (taxes, legal mentions, display of business registration, etc).
Re: Show HN: Invoice-o-matic – a free online invoice tool
#80Earlier quoted context omitted.
On the second stage there's a link to the generated PDF, you could download that and send, instead of having them do it for you.
If they've generated a PDF, then they had to have you post the info to their server to run the PDF generator. I'm a little concerned about whether or not you know this and just forgot for this simple example, or don't know this about how web apps work. You should just assume that any web app you're using is collecting your data, even if you don't "save" or setup an account. EDIT: I assume this because I have written…