godbledger
godbledger copied to clipboard
Accounting Software with GRPC endpoints and SQL Backends
Using package and test mentioned here https://mobile.twitter.com/joncalhoun/status/1322217897108905987 Set up JWT in grpc header, store in the user table the credentials and then verify the user when posting a transaction
# Roadmap and Vision for GoDBLedger GoDBLedger was built on the assumption that accounting software globally is not making our business and individual finances easier. Incentives exist for the Accounting...
I recently cloned this repo on a new M1 MacBook with arm64 architecture and ran into an error when running `make docker-start`: ``` ❯ make docker-start GDBL_DATA_DIR= GDBL_LOG_LEVEL= GDBL_VERSION=latest docker-compose...
Hi there, It would be great to have darwin-arm64 as a compilation target to support Apple Silicon devices natively. It compiles perfectly fine on my machine without any additional work....
Interesting project, thanks! I have a question and a comment How to set the currency for data being imported from ledger file? e.g. `./ledger-cli file ` Also, it'd be nice...
https://github.com/reviewdog/reviewdog/blob/master/.github/workflows/reviewdog.yml
Would be interested to see how a graph database can assist GoDbLedger and offer unique queries and insights. Given that all transactions have relationships, we can add metadata to each...
A new default install in windows, ledger-cli journal starts up and asks for the first transactions' details and then throws an error (see image below). The server window nothing seems...
Currently godbledger creates a new account when needed and tags it ‘Main’ remove this from godbledger server and push it to the ledger_cli