Various dutch translation improvements

2010-02-10 Thread Tom Van Braeckel
Hi guys, Using the SVN snapshot for my daily accounting is starting to pay off; when I spot a problem the urge to fix it right away is really strong :-) So here's a patch that fixes an unclosed b, and adds various other translations. This is my first translation patch, so by all means feel free

Pay invoice toolbar button

2010-02-10 Thread Geert Janssens
I remember that in one older version of GnuCash there was a toolbar button to pay invoices. It was next to the post/unpost buttons whenenever an invoice was open. I think this was in the 1.8 series. This button has since disappeared. Was there a motivation to remove this ? Or any objection to

Re: r18612 - gnucash/trunk/src - Corrections to r18610 to permit compiling against older versions of glib

2010-02-10 Thread Derek Atkins
John Ralls jra...@ceridwen.us writes: [snip] Okay, so key is now NULL, which is fine. But then the second line just assigns pkey to the VALUE of key, which means pkey == NULL. Got it. That's my GCE. [...] GCE? [snip] Fair enough. I wonder if we actually NEED the explicit cast? If we do

Post invoice dialog default focus

2010-02-10 Thread Geert Janssens
In my workflow the post date is rarely the actual date I am performing the post action. So for practically each invoice I post, I manually have to click in the date field to change the post date. Are there any objections to change the default focus in this window from the description field to

Re: Close books trashes Income Statement and Net Income on Balance Sheet

2010-02-10 Thread Derek Atkins
JT Morée more...@yahoo.com writes: --- On Mon, 2/8/10, Derek Atkins warl...@mit.edu wrote: If you perform Cash based accounting then you need to apply your Income and Expense when the payment happens, not when you book the invoice/bill.  So in this case the invoice/bill txn does NOT apply

Re: Post invoice dialog default focus

2010-02-10 Thread Tom Van Braeckel
On Wed, Feb 10, 2010 at 4:26 PM, Geert Janssens janssens-ge...@telenet.bewrote: In my workflow the post date is rarely the actual date I am performing the post action. So for practically each invoice I post, I manually have to click in the date field to change the post date. Same here...

Re: Post invoice dialog default focus

2010-02-10 Thread Derek Atkins
Geert Janssens janssens-ge...@telenet.be writes: In my workflow the post date is rarely the actual date I am performing the post action. So for practically each invoice I post, I manually have to click in the date field to change the post date. Are there any objections to change the

Re: Pay invoice toolbar button

2010-02-10 Thread Derek Atkins
Geert Janssens janssens-ge...@telenet.be writes: I remember that in one older version of GnuCash there was a toolbar button to pay invoices. It was next to the post/unpost buttons whenenever an invoice was open. I think this was in the 1.8 series. This button has since disappeared. I don't

Re: Post invoice dialog default focus

2010-02-10 Thread Geert Janssens
On Wednesday 10 February 2010, Derek Atkins wrote: Geert Janssens janssens-ge...@telenet.be writes: In my workflow the post date is rarely the actual date I am performing the post action. So for practically each invoice I post, I manually have to click in the date field to change the

Re: Post invoice dialog default focus

2010-02-10 Thread Derek Atkins
Geert Janssens janssens-ge...@telenet.be writes: I'm not aware of this focus issue in the register. What is the problem exactly ? (Link to ML archive of bug is ok too if it has been discussed before...) I don't know if there's a bug# for it. I have gnucash set up to open registers in a new

2.3.9 win32 build failed again

2010-02-10 Thread Phil Longstaff
Failed trying to build goffice. Phil - I used to be a hypochondriac AND a kleptomaniac. So I took something for it. ___ gnucash-devel mailing list gnucash-devel@gnucash.org https://lists.gnucash.org/mailman/listinfo/gnucash-devel

Re: Post invoice dialog default focus

2010-02-10 Thread Geert Janssens
On Wednesday 10 February 2010, Derek Atkins wrote: Geert Janssens janssens-ge...@telenet.be writes: I'm not aware of this focus issue in the register. What is the problem exactly ? (Link to ML archive of bug is ok too if it has been discussed before...) I don't know if there's a bug# for

Re: Various dutch translation improvements

2010-02-10 Thread Christian Stimming
Dear Tom, thank you very much for this patch. Normally, we would commit translation proposals into our SVN right away, but in this particular case the normal translation updates are received from the Translation Project, see http://wiki.gnucash.org/wiki/Translation Hence, please send your

Re: 2.3.9 win32 build failed again

2010-02-10 Thread Christian Stimming
Am Mittwoch, 10. Februar 2010 schrieb Phil Longstaff: Failed trying to build goffice. I think this time I got it. Regards, Christian ___ gnucash-devel mailing list gnucash-devel@gnucash.org https://lists.gnucash.org/mailman/listinfo/gnucash-devel

Re: Menu string change Income Ta_x Options; was: TXF categories for French tax system

2010-02-10 Thread J. Alex Aycinena
Frank, On Tue, Feb 9, 2010 at 10:35 PM, Frank H. Ellenberger f.ellenber...@online.de wrote: Am Mittwoch, 10. Februar 2010 um 01:15:04 schrieb J. Alex Aycinena: Is the tax reporting capability currently available in the German locale for Income Taxes or for some other kind of taxes? Alex In

Re: r18635 - gnucash/tags - Retag 2.3.9 for win32 rebuild

2010-02-10 Thread Phil Longstaff
On Wed, 2010-02-10 at 14:28 -0500, Christian Stimming wrote: Author: cstim Date: 2010-02-10 14:28:45 -0500 (Wed, 10 Feb 2010) New Revision: 18635 Trac: http://svn.gnucash.org/trac/changeset/18635 Added: gnucash/tags/2.3.9/ Log: Retag 2.3.9 for win32 rebuild If you untag and retag the

Re: Post invoice dialog default focus

2010-02-10 Thread David T.
I am pretty sure that is the same behavior I have always seen (Mac OS X, 2.2.9, both from Fink and from dmg). Mine open in tabs. I just assumed it was a weird Mac thing... David --- On Wed, 2/10/10, Derek Atkins warl...@mit.edu wrote: From: Derek Atkins warl...@mit.edu Subject: Re: Post

Re: r18612 - gnucash/trunk/src - Corrections to r18610 to permit compiling against older versions of glib

2010-02-10 Thread John Ralls
On Feb 10, 2010, at 7:17 AM, Derek Atkins wrote: John Ralls jra...@ceridwen.us writes: [snip] Okay, so key is now NULL, which is fine. But then the second line just assigns pkey to the VALUE of key, which means pkey == NULL. Got it. That's my GCE. [...] GCE? Gross Conceptual