|
|
|
Ask HN: My product idea: Easy Bookkeeping, Simple Accounting
|
|
12 points
by milofelipe
5883 days ago
|
|
Hi. Do you think there is still a market for another online bookkeeping/accounting SaaS app? My idea for the app is to be a bare basics accounting system for freelancers, micro-isvs, and small businesses. I'm a one-man startup registered as a sole proprietorship. I am required to submit annually my financial statements (Balance Sheet, Income Statement, Cash Flow Statement) along with my tax return. What I need is a simple and basic app that can generate the three basic financial statements (if PDF or Excel format). From what I've read, these are the most important financial statements to any business. So my idea is an online app that does simple and easy bookkeeping and can generate the three financial statements. No invoicing, no proposals, no accessing my bank account, and so on. I looked at Xero and Less Accounting, they're not simple and basic enough for my needs. So I'm thinking of scratching my own itch. I was just wondering if others have this itch too. Would you be willing to pay for a service like this? For example, would you pay $5 per month for this SaaS app? What monthly price would you be willing to pay for?Thanks! |
|
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.