Re: [Inquiry]GNUCash SoC - Implementing Undo

2007-03-27 Thread Ariel
On Tue, 27 Mar 2007, Nathan Buchanan wrote: > On 3/27/07, Ariel <[EMAIL PROTECTED]> wrote: >> Let the user cherry pick which transaction to undo - it doesn't have to >> be in strict reverse order. > This sounds a bit complicated for the average user, if we do decide to let > the user cherry pic

Re: [Inquiry]GNUCash SoC - Implementing Undo

2007-03-27 Thread Nathan Buchanan
On 3/27/07, Ariel <[EMAIL PROTECTED]> wrote: Let the user cherry pick which transaction to undo - it doesn't have to > be in strict reverse order. This sounds a bit complicated for the average user, if we do decide to let the user cherry pick, we need to have a very clear UI/warning about undo

Re: [Inquiry]GNUCash SoC - Implementing Undo

2007-03-27 Thread akintayo holder
Yes, that first one is a problem and one that I have not personally experienced - so I am guessing a bit. But if you create the entry in one view then commit [guessing about this part] and move it to another view. Then I would place the Undo entry in the first view's list, as you haven't updated it

Re: [Inquiry]GNUCash SoC - Implementing Undo

2007-03-27 Thread Nathan Buchanan
On 3/27/07, akintayo holder <[EMAIL PROTECTED]> wrote: > > In the scenario given, It would not be possible to undo from account B as > the state of the transaction would've been modified elsewhere. Modified elsewhere, yes, but it's still the same user. I don't see why this should be restricted to

Re: [Inquiry]GNUCash SoC - Implementing Undo

2007-03-27 Thread Ariel
On Tue, 27 Mar 2007, akintayo holder wrote: > In the scenario given, It would not be possible to undo from account B as > the state of the transaction would've been modified elsewhere. > > I think it is the lesser of all evils, as a global list may involved undoing > a transaction that isn't visi

Re: unofficial windows builds

2007-03-27 Thread Nathan Buchanan
Hello! Well, I've been building gnucash for about 3 months now and am fairly confident that I've got at least that part down pat. Has anyone stepped up continue the builds for sourceforge? If not, I'd be willing to take this on - Just let me know what to do to get the files up there. I can provid

reference to $LIBGNOMEPRINTUI_URL still kicking around in dist.sh

2007-03-27 Thread Nathan Buchanan
Hi! /packaging/win32/custom.sh still has a reference to $LIBGNOMEPRINTUI_URL on line 113. libgnomeprintui was removed in r15750. Could we have this line removed from custom.sh? Thanks, Nathan _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ Got Mole problems? Call Avogadro at 6.02 x

Re: [Inquiry]GNUCash SoC - Implementing Undo

2007-03-27 Thread akintayo holder
In the scenario given, It would not be possible to undo from account B as the state of the transaction would've been modified elsewhere. I think it is the lesser of all evils, as a global list may involved undoing a transaction that isn't visible or switching to a different account view. If I were

Re: Again font size when printing (help!!!)

2007-03-27 Thread Ariel
On Mon, 26 Mar 2007, two old wrote: > I'm not blind and my storage is limited, I don't want huge fonts. I know little about the reports, but I do know that you can save them as HTML. Do that, save them as HTML, then you can put them in any HTML editor and modify them as you wish, including ch

[PATCH] Separate counters for bills and invoices

2007-03-27 Thread Alex Prinsier
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hello, Invoices and bills were sharing the same counter. Unfortunately it's a legal requirement in Belgium to have a separate numbering for those. This patch fixes that. There was already a request for this on bugzilla: http://bugzilla.gnome.org/show

Again font size when printing (help!!!)

2007-03-27 Thread two old
Hello , I am really frustrated with the way GnuCash handles the printing of reports. I'm an end-user I don't want to learn Scheme to get what I want. And if I can believe the questions I found in the mailing list there are bunch of us. I have searched the net and the mailing list and all I get ar

Re: A crash in business functions

2007-03-27 Thread Nigel Titley
Nigel Titley wrote: > Probably files left-over in your install directory, or picked up by >> the application during load. >> >> What did you use for a --prefix? and can you blow away the old install and >> redo the `make install`? > Hmm, yes, that's a good idea. I'll try when I get back home. > (

Re: [Inquiry]GNUCash SoC - Implementing Undo

2007-03-27 Thread Beth Leonard
On Tue, Mar 27, 2007 at 02:07:03PM -0300, Peter Selinger wrote: > > I agree with Derek that operations should be undone in the order in > which they were performed, i.e., at the book level, not the account > level. I'll add my "me too" here. With splits it gets particularly complicated. One of

Re: [Inquiry]GNUCash SoC - Implementing Undo

2007-03-27 Thread Peter Selinger
akintayo holder wrote: > > Hi, > I agree with your points, except for the single GList. I think Undo needs > to be local in context. In other words if I Undo from a given register, it > should only undo the operations made from that view even if they do not just > impact this view. So it must be

Re: Ping: Re: [patch] FIx loan druid when auto_decimal is enabled

2007-03-27 Thread Josh Sled
On Tue, March 27, 2007 8:05 am, Derek Atkins wrote: > Jerry Quinn <[EMAIL PROTECTED]> writes: >> Derek Atkins wrote: >>> I haven't. I don't know if Josh has. Has anyone tested this patch? >>> Have you? Does it work? >> >> It works as expected for me when I test it, both with auto-decimal >> enab

Re: A crash in business functions

2007-03-27 Thread Nigel Titley
Probably files left-over in your install directory, or picked up by > the application during load. > > What did you use for a --prefix? and can you blow away the old install and > redo the `make install`? Hmm, yes, that's a good idea. I'll try when I get back home. (--prefix=/opt/gnucash so I can

Re: A crash in business functions

2007-03-27 Thread Chris Shoemaker
On Tue, Mar 27, 2007 at 03:44:02PM +0100, Nigel Titley wrote: > > >> Which confirms Andreas' assertion that "gnc:id-book" isn't in the > >> sources anywhere. > >> > Yes, having looked at my email this morning, this was what I realised > (it was pretty late when I emailed last night) > > So

Re: A crash in business functions

2007-03-27 Thread Derek Atkins
Quoting Nigel Titley <[EMAIL PROTECTED]>: > >>> Which confirms Andreas' assertion that "gnc:id-book" isn't in the >>> sources anywhere. >>> > Yes, having looked at my email this morning, this was what I realised > (it was pretty late when I emailed last night) > > So we are back to the original qu

Re: A crash in business functions

2007-03-27 Thread Nigel Titley
>> Which confirms Andreas' assertion that "gnc:id-book" isn't in the >> sources anywhere. >> Yes, having looked at my email this morning, this was what I realised (it was pretty late when I emailed last night) So we are back to the original question. What caused the crash? What more inform

Re: Ping: Re: [patch] FIx loan druid when auto_decimal is enabled

2007-03-27 Thread Derek Atkins
Jerry Quinn <[EMAIL PROTECTED]> writes: > Derek Atkins wrote: >> I haven't. I don't know if Josh has. Has anyone tested this patch? >> Have you? Does it work? > > It works as expected for me when I test it, both with auto-decimal enabled > and > disabled. > > What else would you like me to do

Re: A crash in business functions

2007-03-27 Thread Derek Atkins
Nigel Titley <[EMAIL PROTECTED]> writes: >>> : In expression gnc:id-book: >>> : Unbound variable: gnc:id-book> >> >> I am sorry, I cannot find gnc:id-book in the current source code. Maybe >> this is in ~/.gnucash/books? > > [EMAIL PROTECTED]:~/src-new/gnucash$ find . -name '*.*' -exec egrep