OnTrack alternatives and similar software solutions
Based on the "Money, Budgeting and Management" category.
Alternatively, view OnTrack alternatives based on common mentions on social networks and blogs.
-
Firefly III
Firefly III is a financial manager. It helps you keeping track of your money and make budget forecasts. It supports credit cards, shared household accounts and savings accounts. Very modern, it's powered by Laravel and requires PHP7. -
Akaunting
Akaunting is a free, online and open source accounting software designed for small businesses and freelancers. -
PartKeepr
PartKeepr is an electronic part inventory management software. It helps you to keep track of your available parts and assist you with re-ordering parts. -
Economizzer
Economizzer is a simple and open source personal finance manager system, available in English, Brazilian, Portuguese and Russian. -
Inventaire
Collaborative resources mapper project, while yet only focused on exploring books mapping with wikidata and ISBNs. -
Family Accounting Tool
Web-based finance management tool for partners with partially shared expenses. -
Tabby
A tool to manage shared expenses across friends, such as restaurant costs or food delivery, without requiring everyone to create an account. Includes email reminders and tracks who has -
BTCPay Server
A self-hosted Bitcoin and other cryptocurrencies payment processor.
Pixel-Perfect Multi-Platform Applications with C# and XAML
* Code Quality Rankings and insights are calculated and provided by Lumnify.
They vary from L1 to L5 with "L5" being the highest. Visit our partner's website for more details.
Do you think we are missing an alternative of OnTrack or a related project?
README
[logo](./app/assets/images/readme/logo.png)
About
In a nutshell: a private budgeting tool that can be self-hosted.
This project is an attempt to understand and control my own spending better without giving my banking/financial info to a 3rd party. The app is meant to be used with 1 login, and you can host easily your own instance.
The app was designed by Iana Noda.
Features
Dashboard
The dashboard lets you quickly see how you're doing in the current month. You can set a spend goal per month and/or per category. This is also where you quickly add individual expenses.
[dashboard](./app/assets/images/readme/dashboard.png)
Insights
The insights page lets you review any year or month in more detail.
[insights](./app/assets/images/readme/insights.png)
History
The history page lets you drill down into actual purchases, as well as do any tweaking (e.g. changing category or deleting).
[history](./app/assets/images/readme/history.png)
Importing
Although you can't connect banking info, you can still streamline entering expenses. The CSV import lets you flexibly import expenses from bank exports.
[import](./app/assets/images/readme/csv_import.png)
Fun and mobile friendly
OnTrack has a light and fun voice that makes it a pleasure to use. The entire app is also mobile friendly.
[voice](./app/assets/images/readme/voice.png)
Installation
- [Install with Homebrew](docs/homebrew_install.md)
- [Install on Ubuntu 16.04+](docs/ubuntu_install.md)
- Spin up an instance (for free) using the Heroku deploy button below. Heroku account is required.
Creating a user
bundle exec rails c
to run Rails consoleUser.create!(username: "...", password: "...")
The username and password will be hashed.- If you ever need to change your username/password:
User.first.update!(username: "...", password: "...")
Hosting your own
I'd recommend using Heroku since it's super simple (and free) to
deploy a Rails app. Keep it awake with my Heroku Pinger!
All you need to do once your instance is deployed is run
heroku run bundle exec rails c
to open the Rails console and create your user.
Usage and feedback
Feel free to use this however you'd like! If you use this, credit would be nice but I don't really care that much. I'm primarily maintaining this for my own use cases. But...if you have features you'd like to see built, or changes that you think should be made, please open issues on this repo and tag me in them! I'd love to improve the tool from your feedback.