r17359 - gnucash/branches/2.2/src - [r17180] QIF Import: Add support for importing to A/R and A/P account types,

Andreas Köhler andi5 at cvs.gnucash.org
Sun Jul 20 19:52:38 EDT 2008


Author: andi5
Date: 2008-07-20 19:52:37 -0400 (Sun, 20 Jul 2008)
New Revision: 17359
Trac: http://svn.gnucash.org/trac/changeset/17359

Modified:
   gnucash/branches/2.2/src/engine/Account.c
   gnucash/branches/2.2/src/import-export/qif-import/qif-dialog-utils.scm
   gnucash/branches/2.2/src/import-export/qif-import/qif-guess-map.scm
   gnucash/branches/2.2/src/import-export/qif-import/qif-objects.scm
Log:
[r17180] 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).

Committed by cedayiv.




More information about the gnucash-patches mailing list