Show HN: ExpenseOwl – Simple, self-hosted expense tracker
1–10 of 91 posts
Re: Show HN: ExpenseOwl – Simple, self-hosted expense tracker
#2Re: Show HN: ExpenseOwl – Simple, self-hosted expense tracker
#3I'll give this a go So far Actual Budget is pretty good, although I wish the dashboard was a bit more extensive.
Theres a couple tiny things I wish would be implemented that Ive suggested on Github, but the core is solid.
Re: Show HN: ExpenseOwl – Simple, self-hosted expense tracker
#4Re: Show HN: ExpenseOwl – Simple, self-hosted expense tracker
#5I'll give this a go So far Actual Budget is pretty good, although I wish the dashboard was a bit more extensive.
Re: Show HN: ExpenseOwl – Simple, self-hosted expense tracker
#6I didn't see anyway to connect with my bank accounts and pull this information. Would you be open to adding an integration like this? Maybe through Stripe financial connections, or the Plaid APIs?
Re: Show HN: ExpenseOwl – Simple, self-hosted expense tracker
#7Some categories have the same thing logged over and over (like for the "Gas" category I always made the title "Gas") so when you select the "Gas" category it prefills the title field with the most common transaction title for that category. Also works in reverse, if you enter the transaction title first it will guess the category.
I also optimized the date picker. We budget month to month, so when you're in this month's budget, all you have to select is the day. No need to select month and year, as so many default date pickers do.
Just some tidbits in case they interest you as well!
Re: Show HN: ExpenseOwl – Simple, self-hosted expense tracker
#8I wish I could figure out how to take pictures of receipts and OCR them into something like this.
Re: Show HN: ExpenseOwl – Simple, self-hosted expense tracker
#9Checked out the readme and the screenshots and this looks quite polished. I didn't see anyway to connect with my bank accounts and pull this information. Would you be open to adding an integration like this? Maybe through Stripe financial connections, or the Plaid APIs?
(Tools with integrations like these are generally incredibly useful though, they tend to be paid and would need to run as a service)
Re: Show HN: ExpenseOwl – Simple, self-hosted expense tracker
#10I built my own similar tool for my wife and I, with the same goal of making entering transactions as fast as possible, and one thing I found useful was predictive form filling. Some categories have the same thing logged over and over (like for the "Gas" category I always made the title "Gas") so when you select the "Gas" category it prefills the title field with the most common transaction title for that category. Al…