Re: OFX import enhancements

2011-01-19 Thread brad
On Wed, 2011-01-19 at 22:47 +0100, Christian Stimming wrote: > Am Mittwoch, 19. Januar 2011 schrieb Martin Preuss: > > > Err... I think you're right, gnucash's OFX import does not use aqbanking > > > but instead libofx (which aqbanking doesn't use anymore). So basically a > > > similar issue applie

Re: r20123 - gnucash/trunk/src/backend - Enhanced database version handling.

2011-01-19 Thread John Ralls
On Jan 19, 2011, at 8:32 AM, Derek Atkins wrote: > John, > > John Ralls writes: > >> * Add a macro GNC_RESAVE_VERSION which holds an svn revision number. >> * When fully saving a database put this number in versions with >> table_name Gnucash-Resave. >> * On database load, compare the curre

Re: OFX import enhancements

2011-01-19 Thread Christian Stimming
Am Mittwoch, 19. Januar 2011 schrieb Martin Preuss: > > Err... I think you're right, gnucash's OFX import does not use aqbanking > > but instead libofx (which aqbanking doesn't use anymore). So basically a > > similar issue applies to libofx w.r.t. checking its library, but libofx > > is a dead pro

Re: OFX import enhancements

2011-01-19 Thread Martin Preuss
Hi, On Mittwoch 19 Januar 2011, Christian Stimming wrote: [...] > Err... I think you're right, gnucash's OFX import does not use aqbanking > but instead libofx (which aqbanking doesn't use anymore). So basically a > similar issue applies to libofx w.r.t. checking its library, but libofx is > a dea

Re: OFX import enhancements

2011-01-19 Thread Christian Stimming
Am Mittwoch, 19. Januar 2011 schrieb brad: > > Theoretically yes, but in practice the OFX import is done by the external > > library "libaqbanking". That is, first you need to find out whether > > libaqbanking reads the ofx fields that you want. If not, you have to get > > into libaqbanking and wri

Re: OFX import enhancements

2011-01-19 Thread brad
On Wed, 2011-01-19 at 21:00 +0100, Christian Stimming wrote: > Am Mittwoch, 19. Januar 2011 schrieb brad: > > OFX import for investment accounts has a few quirks or bugs. One very > > frustrating thing about it is that it does the import too transparently > > and the user can't see what accounts t

Re: python binding: getting invoice entry data

2011-01-19 Thread Brian St. Pierre
I opened a bug and attached a patch that seems to fix the problem: https://bugzilla.gnome.org/show_bug.cgi?id=639980 There is a similar piece of code in src/optional/python-bindings/glib.i, but changing this did not seem to have an effect. -Brian _

Re: OFX import enhancements

2011-01-19 Thread Christian Stimming
Am Mittwoch, 19. Januar 2011 schrieb brad: > OFX import for investment accounts has a few quirks or bugs. One very > frustrating thing about it is that it does the import too transparently > and the user can't see what accounts the transaction went to (too often > the wrong one). If the transacti

OFX import enhancements

2011-01-19 Thread brad
OFX import for investment accounts has a few quirks or bugs. One very frustrating thing about it is that it does the import too transparently and the user can't see what accounts the transaction went to (too often the wrong one). If the transaction were shown in a new tab like what is done in wit

Re: r20123 - gnucash/trunk/src/backend - Enhanced database version handling.

2011-01-19 Thread Derek Atkins
John, John Ralls writes: > * Add a macro GNC_RESAVE_VERSION which holds an svn revision number. > * When fully saving a database put this number in versions with > table_name Gnucash-Resave. > * On database load, compare the current GNC_RESAVE_VERSION with the > Gnucash revision and Gnuca

Re: compiling gnucash on windows, configure: error: perl is not found

2011-01-19 Thread Derek Atkins
Hi, Chikelue Oji writes: > Hi Derek, > > No, I don't have cygwin installed. >

Re: python binding: getting invoice entry data

2011-01-19 Thread Brian St. Pierre
On Wed, Jan 19, 2011 at 7:14 AM, Christoph Holtermann wrote: > Am 19.01.2011 05:16, schrieb Brian St. Pierre: >> I'm trying to use the python bindings to fetch entry (line-item) data >> from an invoice. >> >> Can someone point out what I'm doing wrong? > > You just encountered an open end in the p

Re: compiling gnucash on windows, configure: error: perl is not found

2011-01-19 Thread Chikelue Oji
Hi Derek, No, I don't have cygwin installed. I have used Linux before, and can still go back to it whilst still using windows but my target deployment machine must be a windows machine. Can I build Gnucash for windows on a linux machine? If that is possible, then I could give it a shot. Thank

Re: python binding: getting invoice entry data

2011-01-19 Thread Christoph Holtermann
Hello ! Am 19.01.2011 05:16, schrieb Brian St. Pierre: > I'm trying to use the python bindings to fetch entry (line-item) data > from an invoice. > > See http://pastebin.com/fy06CPup for the test GnuCash XML file I'm using. > > I expect the script below to print the three line items from the > inv

Re: get quotes broken?

2011-01-19 Thread Herbert Thoma
On 19.01.2011 05:22, Mike Alexander wrote: --On January 18, 2011 4:07:17 PM -0800 Russ Walasek wrote: Price quotes work on 2.4, but don't work on the latest trunk release. On OS X 10.6.6, building from source. This should be fixed in revision 20126. The bug was introduced in revision 20042