### Evaluation of [[Reporting|UseCases/GeneratingReports]] UseCases for Fund Accounting
Can each of these reports be generated, confined to a specific temporarily
restricted asset type?
2013-11-27 18:11:39 +00:00
[GnuCash is not designed for fund accounting](http://lists.gnucash.org/pipermail/gnucash-user/2006-October/017931.html) although it can possibly be configured to use fund accounting.
- [[Funds as part of whole org View|UseCases/FundAccounting#fundless-view]]: FIXME
- [[Ignore Funds for operations|UseCases/FundAccounting#fundless-view]]: FIXME
2013-11-27 15:51:18 +00:00
### [[UseCases/Collaborating]] evaluation
- [[Simultaneous Editing of Ledger|UseCases/Collaborating#simultaneous-ledger-edits]]: FIXME
- FIXME: Other uses cases need rewrite.
### Evaluation of [[Double-entry Accounting|UseCases/DoubleEntryAccounting]] UseCases
2013-11-27 18:11:39 +00:00
- Does the system implement pure double-entry accounting? Yes
2013-11-27 15:51:18 +00:00
### Evaluation of [[TrackingDocumentation|UseCases/TrackingDocumentation]] UseCases
2013-11-27 18:11:39 +00:00
- Does the system [[link up to external documentation|UseCases/TrackingDocumentation#document-link-up]]? No
2013-11-27 15:51:18 +00:00
2013-11-27 18:11:39 +00:00
- Does it have a [[the ability to explore transactions via documentation linkage|UseCases/TrackingDocumentation#document-link-explore]]? No
2013-11-27 15:51:18 +00:00
### Evaluation of [[Handling multiple currencies|UseCases/MultiCurrency]] UseCases
- Does it support the concept of
[[a single functional currency|UseCases/MultiCurrency]], while still
2013-11-27 18:11:39 +00:00
permitting multi-currency entries? GnuCash has one currency per account, and whenever a transfer occurs between two accounts with different currency you specify the exchange rate.
2013-11-27 15:51:18 +00:00
### Evaluation of [[draft transaction|UseCases/DraftTransactions]] UseCases
- Does the system allow
[[generally for draft transactions|UseCases/DraftTransactions#draft-general]]
2013-11-27 18:11:39 +00:00
that can be later approved before officially being posted to the books? It does not seem so.
GnuCash can be configured to store the data in a PostgreSQL, MySQL or SQLite database, where you would have full access to all data from within another application.
2013-11-27 15:51:18 +00:00
### Evaluation of the [[Storage API|UseCases/StorageAPI]]
- Is there good [[developer documentation|UseCases/CommunityHealth#dev-docs]]? Yes
- How easy it to [[engage as a developer with the community|UseCases/CommunityHealth#dev-welcoming]]? Public IRC channel, public mailing list, public source code repository, public issue tracker.