AUDIT: r17180 - gnucash/trunk/src - QIF Import: Add support for importing to A/R and A/P account types, which were previously unknown to the importer. I also had to adjust a function in the engine's Account API that caused imported accounts trees to not merge properly in rare cases where one an existing GnuCash account has a NULL string pointer but an importer-created account has an empty string instead. This situation arises as a side effect of using SWIG, which doesn't let Scheme distinguish between NULL and an empty string (a string containing only NUL).

Charles Day cedayiv at cvs.gnucash.org
Thu May 29 11:23:58 EDT 2008


Author: cedayiv
Date: 2008-05-29 11:23:56 -0400 (Thu, 29 May 2008)
New Revision: 17180
Trac: http://svn.gnucash.org/trac/changeset/17180

Modified:
   gnucash/trunk/src/engine/Account.c
   gnucash/trunk/src/import-export/qif-import/qif-dialog-utils.scm
   gnucash/trunk/src/import-export/qif-import/qif-guess-map.scm
   gnucash/trunk/src/import-export/qif-import/qif-objects.scm
Log:
QIF Import: Add support for importing to A/R and A/P account types, which were previously unknown to the importer. I also had to adjust a function in the engine's Account API that caused imported accounts trees to not merge properly in rare cases where one an existing GnuCash account has a NULL string pointer but an importer-created account has an empty string instead. This situation arises as a side effect of using SWIG, which doesn't let Scheme distinguish between NULL and an empty string (a string containing only NUL).
BP




More information about the gnucash-patches mailing list