npo-accounting-ikiwiki/ExistingProjects/GNUCash.mdwn

28 lines
619 B
Text
Raw Normal View History

2013-10-23 20:56:53 +00:00
Links:
- [[!wikipedia GNUCash]] - Wikipedia
- <http://www.gnucash.org/> - Project homepage
2013-10-23 21:04:49 +00:00
Actually not named "GNUCach" but GnuCash although it is part of the GNU Project.
## Technical
- C/C++ with CMake + make
- Scheme
2013-10-23 20:56:53 +00:00
## Preliminary evaluation
### Positive
- [Cross-platform](http://www.gnucash.org/)
2013-10-23 21:04:49 +00:00
- [Track record](http://en.wikipedia.org/wiki/GnuCash#Users) with 501(c)3 orgs.
2013-10-23 20:56:53 +00:00
- [Very mature codebase](http://www.ohloh.net/p/gnucash)
### Negative
2013-10-23 20:57:46 +00:00
- Uses svn for source code management.
2013-10-31 17:16:26 +00:00
### Comments
Josh Berkus: from my perspective, this has all of the drawbacks of ledger-cli, without the advantages.