On Tue, Apr 10, 2001 at 01:22:48PM -0700, David Hampton wrote:
> What I can't find yet is where gnucash parses the pre-loaded qif
> transactions and creates the actual gnc-commodity data structures.

The commodities are created in the function
qif-import:update-stock-hash in qif-dialog-utils.scm.  The hash the
name refers to is a hash of QIF security name to gnc_commodity*; this
table is walked in the C code to build the druid pages.

Good luck, and let me know if you need any more specifics about how
the QIF importer works/doesn't work.

Thanks,
b.g.
_______________________________________________
gnucash-devel mailing list
[EMAIL PROTECTED]
http://www.gnumatic.com/cgi-bin/mailman/listinfo/gnucash-devel

Reply via email to