On January 26, 2003 03:03 pm, Greg Stark wrote: > Derek Atkins <[EMAIL PROTECTED]> writes: > > > Well sure. But, uh, not today. > > > > Sure, but how about next week? Or how about in a couple weeks? Think > > you could have something by mid-Feb? > > Uh, uhm, well, I haven't even read the source yet. I don't know how likely > it is that I'll get it done at all. > > However I'm reading it now, and I'm a bit lost. I'm reading > split_find_match in import-backend.c. But I think this function is only > looking for manually entered transactions to match against online > transactions to search for duplicates. Is that right? Where is the code > that looks for similar transactions to guess what account a new transaction > should be against?
In backend.c it's the function matchmap_find_destination Most of the supporting code for that function is in import-match-map.c -- Benoit Gr�goire http://step.polymtl.ca/~bock/ _______________________________________________ gnucash-devel mailing list [EMAIL PROTECTED] http://www.gnucash.org/cgi-bin/mailman/listinfo/gnucash-devel
