Re: Problems with gncTaxTableGetEntries in Guile

2009-02-24 Thread Chris Dennis
Derek Atkins wrote: > Chris Dennis writes: > >> I've grep'ed fairly thoroughly through the source, and I can't find >> anything obviously wrong. business-core.i includes gncTaxTable.h, which >> has the line >> >>GList *gncTaxTableGetEntries (const GncTaxTable *table); > > We might need to d

Re: Pasting transactions in register

2009-02-24 Thread David T.
I'd expect to be left in the transaction so that I can edit any changes before moving on. David --- On Mon, 2/23/09, Charles Day wrote: > From: Charles Day > Subject: Pasting transactions in register > To: "GnuCash Devel" > Date: Monday, February 23, 2009, 10:02 PM > In a register, what is t

Re: GnuCash 2.2.9 Released

2009-02-24 Thread Christian Stimming
Am Dienstag, 24. Februar 2009 01:58 schrieb Andreas Köhler: > GnuCash 2.2.9 released > > The GnuCash development team proudly announces GnuCash 2.2.9 aka > "Mirror-like", the ninth bug fix release in a series of stable releases > of the GnuCash Free Accounting Software. Wonderful! Thanks a l

Re: Pasting transactions in register

2009-02-24 Thread Beth Leonard
On Mon, Feb 23, 2009 at 10:02:09PM -0800, Charles Day wrote: > In a register, what is the expected behavior of the "Paste Transaction" menu > item when pasting to a non-new transaction? After asking for user > confirmation, should it paste the data into the existing transaction, > immediately commi

Re: Pasting transactions in register

2009-02-24 Thread Charles Day
On Tue, Feb 24, 2009 at 6:28 AM, Derek Atkins wrote: > Charles Day writes: > > > In a register, what is the expected behavior of the "Paste Transaction" > menu > > item when pasting to a non-new transaction? After asking for user > > confirmation, should it paste the data into the existing trans

Re: GnuCash website translations

2009-02-24 Thread Derek Atkins
Andrew Sackville-West writes: > @gnucash-devel, Derek, I think we should remove the link to the polish > translation. Although it appears some strings are translated, the vast > majority of them are not. The alternative is a banner somehow attached > to the polish pages requesting help. I prefer

Re: Problems with gncTaxTableGetEntries in Guile

2009-02-24 Thread Derek Atkins
Chris Dennis writes: > I've grep'ed fairly thoroughly through the source, and I can't find > anything obviously wrong. business-core.i includes gncTaxTable.h, which > has the line > >GList *gncTaxTableGetEntries (const GncTaxTable *table); We might need to do something like: typedef GList*

Re: Pasting transactions in register

2009-02-24 Thread Derek Atkins
Charles Day writes: > In a register, what is the expected behavior of the "Paste Transaction" menu > item when pasting to a non-new transaction? After asking for user > confirmation, should it paste the data into the existing transaction, > immediately commit the changes, and move down to the nex

Re: Support for multiple account types for an account placeholder

2009-02-24 Thread Derek Atkins
writes: > On Mon, 23 Feb 2009 11:12:33 -0500, Derek Atkins wrote: >> Adding new account types is... challenging... Mostly it's a >> problem because of backwards compatibility.. You need to make sure >> that you add the logic for the new account well before you add the >> code to support using

Re: Problems with gncTaxTableGetEntries in Guile

2009-02-24 Thread Chris Dennis
Derek Atkins wrote: > Hi, > > Chris Dennis writes: > >> Hello folks >> >> I'm having trouble using gncTaxTableGetEntries in a report. >> >> I can get the tax table associated with an invoice entry using >> gncEntryGetInvTaxTable, giving a pointer that displays as #> GncTaxTable * 9735698>, and

Re: Pasting transactions in register

2009-02-24 Thread Robert Stocks
my .02p worth = I would prefer the tansaction to be left in edit mode. R. 2009/2/24 Charles Day : > In a register, what is the expected behavior of the "Paste Transaction" menu > item when pasting to a non-new transaction? After asking for user > confirmation, should it paste the data into the ex