Re: Win32 Port Efforts (eKA$H fork)

2006-12-11 Thread Chris Shoemaker
On Mon, Dec 11, 2006 at 06:54:55PM -0800, [EMAIL PROTECTED] wrote: > Thanks. I think this will work for me. The only situation I can think of > where it is not correct at the commodity level is defining asset classes that > incorporate a tax hedge strategy (i.e. tax deferred Lg Cap vs. tax imme

Re: AUDIT: r15205 - gnucash/trunk - Load and store a commodity's KVP-frame (IFF it's non-empty).

2006-12-11 Thread Derek Atkins
I'll just point out a couple of things: 1) This patch doesn't actually change any data formats, because there's no data in those fields. So without additional changes (which I agree should not get backported), there's no chance of a data format change. 2) Your proposed change makes it WORSE

Re: GDA: A few questions

2006-12-11 Thread Chris Shoemaker
On Mon, Dec 11, 2006 at 10:21:36PM -0500, Derek Atkins wrote: > Quoting Chris Shoemaker <[EMAIL PROTECTED]>: > > >I'm not disagreeing about Invoices. AFAICT, Invoices already have the > >design feature that I think SXs should have - they use real accounts, > >transactions, and splits, and just no

Re: AUDIT: r15205 - gnucash/trunk - Load and store a commodity's KVP-frame (IFF it's non-empty).

2006-12-11 Thread Chris Shoemaker
On Mon, Dec 11, 2006 at 09:51:37PM -0500, Derek Atkins wrote: > Author: warlord > Date: 2006-12-11 21:51:37 -0500 (Mon, 11 Dec 2006) > New Revision: 15205 > Trac: http://svn.gnucash.org/trac/changeset/15205 > > Modified: >gnucash/trunk/ >gnucash/trunk/src/backend/file/gnc-commodity-xml-v2.

Re: GDA: A few questions

2006-12-11 Thread Derek Atkins
Quoting Chris Shoemaker <[EMAIL PROTECTED]>: > I'm not disagreeing about Invoices. AFAICT, Invoices already have the > design feature that I think SXs should have - they use real accounts, > transactions, and splits, and just note in the transaction KVP that > this is an invoice transaction. Not

Re: GDA: A few questions

2006-12-11 Thread Chris Shoemaker
On Mon, Dec 11, 2006 at 09:22:15PM -0500, Derek Atkins wrote: > Chris Shoemaker <[EMAIL PROTECTED]> writes: > > >> (*) This really should be fixed: the template-transaction accounts > >> should probably be a more literal mirror of the real account tree, in > >> terms of types and commodities. The

Re: Win32 Port Efforts (eKA$H fork)

2006-12-11 Thread Derek Atkins
Hi, Quoting [EMAIL PROTECTED]: > Thanks. I think this will work for me. The only situation I can > think of where it is not correct at the commodity level is defining > asset classes that incorporate a tax hedge strategy (i.e. tax > deferred Lg Cap vs. tax immediate Lg Cap). You're welcome.

Re: Win32 Port Efforts (eKA$H fork)

2006-12-11 Thread jarney1
Thanks. I think this will work for me. The only situation I can think of where it is not correct at the commodity level is defining asset classes that incorporate a tax hedge strategy (i.e. tax deferred Lg Cap vs. tax immediate Lg Cap). Tax policy balancing is rare but not unheard of in terms

Re: #gnucash public logging?

2006-12-11 Thread Derek Atkins
Chris Shoemaker <[EMAIL PROTECTED]> writes: [snip] >> On the whole, I think publishing channel logs is a win, or I wouldn't be >> suggesting it. :) But what do you think? I guess the options are: >> >> - do it. >> - do it for a month or two and re-evaluate. >> - don't do it. > > 1) I'm for it.

Re: GDA: A few questions

2006-12-11 Thread Derek Atkins
Chris Shoemaker <[EMAIL PROTECTED]> writes: >> (*) This really should be fixed: the template-transaction accounts >> should probably be a more literal mirror of the real account tree, in >> terms of types and commodities. The whole point of using real Accounts >> and Transactions for the template

Re: Win32 Port Efforts (eKA$H fork)

2006-12-11 Thread Derek Atkins
Derek Atkins <[EMAIL PROTECTED]> writes: >> Given that not many people are using it yet, I would like to work out >> a way to implement this functionality in the upstream if possible. >> It need not be compatible with what I have. Would it be a reasonable >> comprimise to add some kind of "mi

Re: #gnucash public logging?

2006-12-11 Thread Chris Shoemaker
On Mon, Dec 11, 2006 at 07:19:27PM -0500, Josh Sled wrote: > After our long-serving channel bot Scrambler had gone away for a period > of time, we setup a new channel bot (gncbot) for #gnucash, which is > hosted on {svn,lists,wiki}.gnucash.org. > > Another IRC channel that I frequent has a persist

#gnucash public logging?

2006-12-11 Thread Josh Sled
After our long-serving channel bot Scrambler had gone away for a period of time, we setup a new channel bot (gncbot) for #gnucash, which is hosted on {svn,lists,wiki}.gnucash.org. Another IRC channel that I frequent has a persistant, public channel logger: all channel activity is recorded, html-iz

Re: Win32 Port Efforts (eKA$H fork)

2006-12-11 Thread Derek Atkins
Hi, Quoting [EMAIL PROTECTED]: >> * You added an extra data field to the Account data type, "asset class", >> along with appropriate reading/writing code in the xml backend and an >> extra asset-class.scm scheme report. What do you intend to use this data >> field for? Also, this additional data

Re: Win32 Port Efforts (eKA$H fork)

2006-12-11 Thread jarney1
Christian Stimming <[EMAIL PROTECTED]> wrote: > Thanks for this information and the link to the download page (although > the download rate seems to be rather slow, 56 KB/sec?). I'm sorry to > hear about your effort only with this 4-weeks-moderation delay. Surely > the gnucash-devel list is

Re: GDA: A few questions

2006-12-11 Thread Chris Shoemaker
On Sat, Dec 09, 2006 at 12:53:35PM -0500, Josh Sled wrote: > On Fri, 2006-12-08 at 17:34 -0500, Phil Longstaff wrote: > > I'm working on saving/restoring scheduled transactions, and have some > > questions: > > > > 1) Accounts - The only difference I can see between regular accounts and > > the ac

Registers (was Re: GDA: A few questions)

2006-12-11 Thread Derek Atkins
Josh Sled <[EMAIL PROTECTED]> writes: > (*) This really should be fixed: the template-transaction accounts > should probably be a more literal mirror of the real account tree, in > terms of types and commodities. The whole point of using real Accounts > and Transactions for the template transacti

Re: gda-dev does not compile

2006-12-11 Thread Mark Johnson
Phil Longstaff wrote: >I've attached a config file which is in ~/.libgda/config. If you use >this, have a MySQL server running with a database named 'gnucash', then >starting gnucash with URI gda://gnucash will connect to and use that >database. > >I haven't tried with anything other than MySQL t