Thursday, June 23, 2011

Working with GnuCash

GNUCash - great OpenSource replacement for Quicken and even Quickbooks;

.gnucash file is gzipped xml file which you can peek into for info that may not be available in the front end like vendor list, delete invoices (unfortunately the only way), etc

C:\Program Files\gnucash\share\gnucash\guile-modules\gnucash\report contains the .scm files (text files coded in Scheme - a form of LISP) to manipulate invoices' look, etc.

These scheme scripts (.scm) will need to be re-edited (more likely saved then re-imported) when upgrading GNUCash

No comments:

Post a Comment