General ledger API powered by Abivia Ledger.
This application exposes a double-entry accounting backend over JSON. There is no admin UI — integrate via the API or PHP controllers.
https://gl.alpine.io/api/ledger
POST /api/ledger/root/create — create the ledger and chart of accountsPOST /api/ledger/entry/add — post a journal entryPOST /api/ledger/entry/query — query journal entriesPOST /api/ledger/account/query — query accountsPOST /api/ledger/report — generate reports (e.g. trial balance)GET /api/ledger/root/templates — list chart-of-accounts templates