Live data from Hacker News

Ask HN: My product idea: Easy Bookkeeping, Simple Accounting

news.ycombinator.com

11–20 of 20 posts

Re: Ask HN: My product idea: Easy Bookkeeping, Simple Accounting

#11
Quickbooks sucks in a major way. If you could come up with a simple accounting system that didn't take three full minutes to load, even with an SSD, 4 processing cores, and 8GB of memory, you'd have a winner. Even if your software was really bad, it would probably still be better than Quickbooks.

You'd probably have to support these basic features:

Write Checks

Track Account Balances and Transactions - These need to be able to be imported in standard formats. The format Quickbooks uses is XML. I found it simple enough to reverse engineer that I was able to convert CSV dumps from my bank to QBO files and get them importing into Quickbooks.

Categorize Transactions - I need to be able to say what each transaction is. I should be able to setup filters to automatically categorize imported transactions. For example, at the convenience store Wawa, I buy exactly two things, coffee and gas. If the transaction is less than $5, I want it to be categorized as personal food, if it's over $20, I want it to be categorized as gas. I should be able to set this up, and never have to categorize one of these transactions again.

That's all it would really take. You would probably want to integrate with one or more invoicing systems to track receivables. You could setup an API then build connectors for popular applications, like Freshbooks. A good interface for accounting for bank deposits would be helpful as well.

Re: Ask HN: My product idea: Easy Bookkeeping, Simple Accounting

#13
Freshbooks does sound like it fits the bill. What I see a market for are SaaS accounting apps that are tailored to the domain language of particular industries: accounting for bands, accounting for programmers and consultants, accounting for day care. So on and so forth. That way people feel more comfortable with the language used to present the accounting.

Re: Ask HN: My product idea: Easy Bookkeeping, Simple Accounting

#17
Thank you for all your replies. Many suggested Outright, Less Accounting, and Quickbooks. I tried all of them. They're not simple enough for me. I like Outright but what's missing (and the most important feature for me) is the ability to generate the three most important financial statements: Balance Sheet, Income Statement, and Cash Flow Statement. Outright can generate an Income Statement, but it's more tailored to US requirements. It would be great if the financial statements can be in Excel format so modifications, like typing in a header, will be easy. The three financial statements are very important for me because I need to submit them annually to the government. Also, it gives a picture of my business.

I think I'll go for it! =) MVP will be doing simple bookkeeping and generating the three financial statements. These are the basics of accounting. I guess even if nobody buys it or subscribes to it. I will still end up with something I really need. Thanks again.

Re: Ask HN: My product idea: Easy Bookkeeping, Simple Accounting

#18
When business started picking up, I incorporated (Ltd in UK) and thought of doing the exact same thing, where I build a simple app to do all the accounting statements. I mean, how hard could it be, right ?

Well, that's when I got hold of a Tax accountant and had a really in depth conversation with her about book keeping, financial statements and tax. I came out concluding that there are so many small nitty gritty rules that need to be satisfied (I'm thinking its the same situation in the US).

She recommended Sage Instant Account Plus, and while it is by far the least innovative product from an engineering point of view, it does the job and most important of all, it does it right. A good example would be that I need to submit a VAT statement to HMRC (UK's IRS) every quarter. Sage does it in a few clicks, and I can trust that the numbers look correct.

Now, Sage does have an import facility. I take 1-2 hours a month to do all my book keeping. Revenue is automated, expenses is not (manual entry). I'm reducing my supplier list and it should come down to a solid 1 hour a month.

If you're still compelled to move forward with this. Here is what I would look for:

1. An API to automate revenues. I really don't think putting in 1000s of monthly transactions is a good investment of time

2. Consulted and signed off by a number of accountants. This brings credibility to your service. I think this is important because I really don't want to be in a position 5 years down the line and owe the tax authorities £££

3. Ease of use! Sage is clunky. I can't count the number of times I had to use the "Corrections" facility and ammend/delete incorrect transactions. These are all expenses that I've manually put in, so, part of the blame has to go to me.

4. Don't stop at just the 3 sheets (balance, P&L, cash flow). Do add reporting facilities and a way to classify revenues/expenses. Would be good if you'd chuck in ratios as well.

These are the big ones for me. Sage sorta does (1). Its definitely (2) as its one of the most trusted accounting apps. Forget Sage on (3) and it does (4) in a really odd and clunky way (you need to put in different account types for different revenue streams and what-nots, uugghh).

I would prefer if its something I can run on my own server/desktop. If its a one-off fee, I would see something like £400-£500 a reasonable figure to pay for this.

If its an SaaS, I would see anywhere between £10-£20 a month. But there's always the 'trust' issue here.

HTH!!

Post reply on HN