This is a simple demo software that shows how to use GnuCash C API.
When executed the program will:
- open the book located at "data/testBook.gnucash"
- print the first level account names
- print "Income" account transaction details
- create a new transaction between "Checking Account" and "Expenses" accounts
- save the modified file and release the lock
You can check the book file using GnuCash and change the code to test the API.
I made this sinmple example because I found...