[PATCH] skip the ofx version check, it's superfluous

2007-02-23 Thread Bill Nottingham
The attached removes the call to ofxdump to check the version of libofx - it's superfluous as we check for libofx_get_new_context() in our test program, which didn't exist in libofx < 0.7.0. Noticed when testing a build on a system that had the libofx libraries, but not the actual ofxdump test pro

Re: tutorial on multi-currency accounting

2007-02-23 Thread Guillaume Lessard
Peter and developers, I completely agree with these documents. I didn't manage to figure out what was wrong by myself, but clearly this is the right way. As it is, every time I travel I feel like Gnucash hinders my accounting... why should that be? Cheers, -- Guillaume Lessard [EMAIL PROTECT

Re: Undo

2007-02-23 Thread Andrew Sackville-West
On Fri, Feb 23, 2007 at 09:58:35AM -0500, Derek Atkins wrote: > Are you offering to code this? > > Yes, Undo would be cool. I'd also like to see larger-size undo atoms, > like "undo import". AOL that! A > > -derek > > Quoting Karl Chen <[EMAIL PROTECTED]>: > > > > > Hi Gnucash developers, >

Re: Undo

2007-02-23 Thread Andrew Sackville-West
On Fri, Feb 23, 2007 at 12:53:41PM -0400, Peter Selinger wrote: > As I understand it, in a large GnuCash installation, multiple users > could access the same backend database. The lock-edit-commit mechanism > prevents conflicts. > > So what should be the default behavior of U2 and U3 (undo or red

Re: Undo

2007-02-23 Thread Peter Selinger
As I understand it, in a large GnuCash installation, multiple users could access the same backend database. The lock-edit-commit mechanism prevents conflicts. So what should be the default behavior of U2 and U3 (undo or redo) if, for example, the transaction has meanwhile been edited by another u

Re: Undo

2007-02-23 Thread Derek Atkins
Are you offering to code this? Yes, Undo would be cool. I'd also like to see larger-size undo atoms, like "undo import". -derek Quoting Karl Chen <[EMAIL PROTECTED]>: > > Hi Gnucash developers, > > First, excellent work - Gnucash is awesome. I especially > appreciate the book data format whic

Undo

2007-02-23 Thread Karl Chen
Hi Gnucash developers, First, excellent work - Gnucash is awesome. I especially appreciate the book data format which has allowed me to make batch changes externally. I have a wishlist request: Undo functionality. I think Undo (various levels described below) would add a LOT to usability. I'v