**Note**: Due to the simplistic philosophy and architecture of ledger-cli, the sky, development ability and time are the limits to what ledger can achieve.
- [[Bank Reconciliation Report|UseCases/GeneratingReports#bank-reconcilation]]: Yes, [if you're a hacker](https://github.com/ledger/ledger/wiki/Reconciling). Can also be found in ledger/contrib/non-profit-audit-reports mentioned above.
- [[Chart of Accounts|UseCases/GeneratingReports#chart-of-accounts]]: The trial balance report shows the chart of accounts during the selected period.
- [[Cash Disbursements Journal|UseCases/GeneratingReports#cash-disbursements]]: Can be found in ledger/contrib/non-profit-audit-reports mentioned above.
- [[Trial Balance Report|UseCases/GeneratingReports#trial-balance]]: Not by default.
- [[Bank Reconciliation Report|UseCases/GeneratingReports#bank-reconcilation]]: Not by default.
- [[Chart of Accounts|UseCases/GeneratingReports#chart-of-accounts]]: Not by default.
- [[Cash Disbursements Journal|UseCases/GeneratingReports#cash-disbursements]]: Not by default.
- [[Income Report|UseCases/GeneratingReports#income-report]]: Not by default.
- [[Expense Report|UseCases/GeneratingReports#expense-report]]: Not by default.
**Note**: All these are possible using Conservancy's [npo-ledger-cli](https://gitorious.org/ledger/npo-ledger-cli/source/78e68f0bd97a6b565f0384f1a73d8036863a0d1a:).
All these are possible using Conservancy's [npo-ledger-cli](https://gitorious.org/ledger/npo-ledger-cli/source/78e68f0bd97a6b565f0384f1a73d8036863a0d1a:)
- [[Simultaneous Editing of Ledger|UseCases/Collaborating#simultaneous-ledger-edits]]: Not by default. Possible by using a version control system since the ledger data is in plaintext files
- Does it have a [[the ability to explore transactions via documentation linkage|UseCases/TrackingDocumentation#document-link-explore]]? Not by default.
- Is the [[license both determined as Free Software by FSF and OSI-approved|USeCases/CommunityHealth#license-approved]]? Yes, it's the [BSD license](http://ledger-cli.org), see e.g. <https://github.com/ledger/ledger/blob/master/src/account.cc> for license text.
- Is the [[license GPL-compatible||UseCases/CommunityHealth#gpl-compatible]]? Yes, it seems to be the [modified BSD licsense](http://www.gnu.org/licenses/license-list.html#ModifiedBSD).
[[active developers/companies contribute to the project||USeCases/CommunityHealth#dev-count]]? [21 over the last 12 months](http://www.ohloh.net/p/ledger). The C++-based ledger-cli is in maintenance mode until further notics - New features will probably not be added by the maintainer himself but could be added by the community.