GoDBLedger

 1 like

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.

License model

  • FreeOpen Source

Platforms

  • Linux
  No rating
1like
0comments
0news articles

Features

Suggest and vote on features
  1.  Double Entry Accounting

 Tags

  • finances
  • fintech
  • financial-data

GoDBLedger News & Activities

Highlights All activities

Recent activities

Show all activities

GoDBLedger information

  • Developed by

    Sean Darcy - Darcy Financial
  • Licensing

    Open Source (GPL-3.0) and Free product.
  • Written in

  • Alternatives

    233 alternatives listed
  • Supported Languages

    • English

AlternativeTo Category

Business & Commerce

GitHub repository

  •  496 Stars
  •  59 Forks
  •  21 Open Issues
  •   Updated Jul 5, 2023 
View on GitHub

Our users have written 0 comments and reviews about GoDBLedger, and it has gotten 1 likes

GoDBLedger was added to AlternativeTo by Sean Darcy on May 22, 2020 and this page was last updated May 22, 2020.
No comments or reviews, maybe you want to be first?
Post comment/review

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!!)

Official Links