GoDBLedger
GoDBLedger is an Open Source Accounting System that aims to provide the user with normal programming goodies that finance systems tend to lack. It includes GRPC endpoints and a MySQL database backend so you can actually analyse your financial data.
Cost / License
- Free
- Open Source
Platforms
- Linux
Features
- Double Entry Accounting
Tags
- finances
- fintech
- financial-data
GoDBLedger News & Activities
Recent activities
- POX added GoDBLedger as alternative to Treemly
GoDBLedger information
What is GoDBLedger?
A server running GoDBLedger will allow various software, app and scripts to communicate financial transactions to it. The methods of communication being a GRPC endpoint.
GoDBLedger will take double entry bookeeping transactions and save them into a database of your choosing. SQLite and MySQL are built in automatically and can be linked immediately.
Viewing the recorded transactions is primarily intended to be done via the database. GoDBLedger by itself only contains minimal features to view the data. It does however come with a reporter executable that will execute some prebuilt SQL commands so you can view transactions as expected (Trial Balance and General Ledgers directly from SQL!!)
