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

2010-02-09 Thread Frank H. Ellenberger
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 de_DE is currently only the monthly VAT declaration "Umsatzsteuervoranmeldung" implemented

Re: Bug in TXF Report? Gnucash 2.3.8 and 2.3.9

2010-02-09 Thread J. Alex Aycinena
Marc, On Tue, Feb 9, 2010 at 5:08 PM, Marc Ronell wrote: > Alex, > > Thanks for  looking at  the problem.  You  are correct.   This gnucash > file was previously used with  version 2.3.3 where the tax report does > work. > > I did go  into Edit->Income Tax Options and  selected 'Edit'.  I chose >

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

2010-02-09 Thread J. Alex Aycinena
Frank, On Mon, Jan 18, 2010 at 7:51 PM, Frank H. Ellenberger wrote: > Dear Alex, > > I really like your patches, because I see them also opening new possibilities > for the german tax reports e.g. Bug 432143 -  Dialog "Edit->Tax Options": we > need also buttons to select from 1. assets, 2. liabil

Re: Bug in TXF Report? Gnucash 2.3.8 and 2.3.9

2010-02-09 Thread J. Alex Aycinena
Hi marc, See my comments below. On Sun, Feb 7, 2010 at 6:11 PM, Marc Ronell wrote: > > Hi Alex, > > Given the season  (ie US Tax), I  find it hard to believe  this bug is > both real  and unreported,  but I  am not finding  any mention  of it. > Just  in case  it is  real, enclosed  is the  debu

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

2010-02-09 Thread JT Morée
--- On Mon, 2/8/10, Derek Atkins 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 to the period in which > it is dated. I don't

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

2010-02-09 Thread John Ralls
On Feb 9, 2010, at 5:54 AM, Derek Atkins wrote: > John, > > I think you missed my main point, which is that your new code *wont > work* because it never assigns the correct variable. More details > inline... > > John Ralls writes: > > [snip] -gnc_numeric *key; +gnc_numeric

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

2010-02-09 Thread Derek Atkins
John, I think you missed my main point, which is that your new code *wont work* because it never assigns the correct variable. More details inline... John Ralls writes: [snip] >>> -gnc_numeric *key; >>> +gnc_numeric *key = NULL; >>> + gpointer pkey = (gpointer)key; Okay, so key is