Dot Ledger alternatives and similar software solutions
Based on the "Money, Budgeting and Management" category.
Alternatively, view Dot Ledger alternatives based on common mentions on social networks and blogs.
-
GLPI
GLPI is a Free Asset and IT Management Software package, Data center management, ITIL Service Desk, licenses tracking and software auditing. -
InvoicePlane
A self-hosted open source application for managing your invoices, clients and payments. -
IHateToBudget
DISCONTINUED. A simple web app to understand and control your expenses. Designed to be self-hosted. -
Galette
Galette membership management web application towards non profit organizations main source code (mirror)
CodeRabbit: AI Code Reviews for Developers

* Code Quality Rankings and insights are calculated and provided by Lumnify.
They vary from L1 to L5 with "L5" being the highest.
Do you think we are missing an alternative of Dot Ledger or a related project?
README
Dot Ledger

Dot Ledger is a Free and Open Source personal finance management tool.
The aim of this project is to create a stable, FOSS alternative to Xero Personal which was shut down in November 2014.
Setup
Dot Ledger requires:
- PostgreSQL (Tested with 9.6)
- Ruby (Tested with 2.3)
- RubyGems
- Ruby on Rails
- Bundler
- Git
The basic setup steps are:
git clone https://github.com/dotledger/dotledger.git
cd dotledger
cp config/database.yml.example config/database.yml
You'll have to modify the postgres username and password in config/database.yml
.
bundle install
bundle exec rake db:setup
bundle exec rails server
Tests
Run all tests
bundle exec rake spec spec:javascript
Run ruby tests (RSpec)
bundle exec rake spec
Run javascript tests (Jasmine)
bundle exec rake spec:javascript
Screenshots
See the screenshots section of the Dot Ledger website.
License
Copyright 2013 - 2018, Kale Worsley, BitBot Limited.
Dot Ledger is made available under the Apache License, Version 2.0. See [LICENSE](LICENSE) for details.
*Note that all licence references and agreements mentioned in the Dot Ledger README section above
are relevant to that project's source code only.