Re: SQL backend for GnuCash 2

2006-10-22 Thread Mark Johnson
Derek Atkins wrote: >Phil, > >Quoting Phil Longstaff <[EMAIL PROTECTED]>: > > > > ... >>Is there any current vision for database use? Of the 3 databases I've >>listed, I've only used MySQL. SQLite would remove the need for an >>external db server, though embedded MySQL would also remove thi

importing happens even when transaction matcher told not to

2006-10-22 Thread David Reiser
svn r15057 importing via file/import/import ofx/qfx once the transaction matcher displays transactions it recognizes, if I uncheck the A and R boxes, thus telling gnucash not to import the transaction, when I click OK, the transaction gets imported anyway (and I think it will even come in unb

Re: Selling stock & advanced portfolio bug

2006-10-22 Thread Andrew Sackville-West
On Fri, Oct 20, 2006 at 09:58:20PM +0200, Christian Pfaffel-Janser wrote: > Hello, > > I am using version 2.0.1 and I stumbled over the following problem. So > far, whenever I owned stocks and I sold them I did the accounting > according to the gnucash manual. But this time I only sold half of the

Re: SQL backend for GnuCash 2

2006-10-22 Thread Derek Atkins
Quoting Graham Leggett <[EMAIL PROTECTED]>: > Phil Longstaff wrote: > >> 1) target SQLite, PostgreSQL or MySQL directly in a QOF back end, or >> 2) target libdbi or another such layer (how many data layers do we >> want?) which would give us all three (SQList, PostgreSQL and MySQL >> immediately),

Re: Possible workaround for CORBA problem on Win XP

2006-10-22 Thread Andreas Köhler
Hi, Am Samstag, den 21.10.2006, 20:01 -0500 schrieb Rogers, Baxter P.: > I ran into the CORBA/ORBit problem described here: > http://www.mail-archive.com/gnucash-devel@gnucash.org/msg16265.html > > I recompiled with ORBit2-2.13.3 instead of ORBit2-2.14.2. Now gnucash > runs for me without all th

Re: SQL backend for GnuCash 2

2006-10-22 Thread Derek Atkins
Phil, Quoting Phil Longstaff <[EMAIL PROTECTED]>: > I have some time available for development (was laid off about a week > ago :-( ) and thought that a good project to spend some time on would be > an SQL backend for GC2/QOF. I know that a while ago, someone named > Matthew V (?) was workin

Re: SQL backend for GnuCash 2

2006-10-22 Thread Josh Sled
On Sat, 2006-10-21 at 22:56 -0400, Phil Longstaff wrote: > 1) target SQLite, PostgreSQL or MySQL directly in a QOF back end, or > 2) target libdbi or another such layer (how many data layers do we > want?) which would give us all three (SQList, PostgreSQL and MySQL > immediately), or > 3) target OD

Re: SQL backend for GnuCash 2

2006-10-22 Thread Graham Leggett
Phil Longstaff wrote: 1) target SQLite, PostgreSQL or MySQL directly in a QOF back end, or 2) target libdbi or another such layer (how many data layers do we want?) which would give us all three (SQList, PostgreSQL and MySQL immediately), or 3) target ODBC using iODBC which would give us even mo

SQL backend for GnuCash 2

2006-10-22 Thread Phil Longstaff
I have some time available for development (was laid off about a week ago :-( ) and thought that a good project to spend some time on would be an SQL backend for GC2/QOF. I know that a while ago, someone named Matthew V (?) was working on something in the GC 1.X series, but I haven't seen his

Possible workaround for CORBA problem on Win XP

2006-10-22 Thread Rogers, Baxter P.
I ran into the CORBA/ORBit problem described here: http://www.mail-archive.com/gnucash-devel@gnucash.org/msg16265.html I recompiled with ORBit2-2.13.3 instead of ORBit2-2.14.2. Now gnucash runs for me without all the CORBA errors and gconfd-2 windows popping up all around. Since I'm not a devel

Re: crossing data among files

2006-10-22 Thread Derek Atkins
No. You need to to make N entries in the N files by hand. -derek Quoting Bob Hunter <[EMAIL PROTECTED]>: > Suppose you own n activities, each of which requires a > financial statement of its own. The Income in your own > financial statement has an entry relative to each one > of those activitie

crossing data among files

2006-10-22 Thread Bob Hunter
Suppose you own n activities, each of which requires a financial statement of its own. The Income in your own financial statement has an entry relative to each one of those activities, because you are the owner, and thus receive a monthly royalty. Is it possible to link the n+1 files so that your n

Re: bugs + wishlist

2006-10-22 Thread Bob Hunter
> "total in report currency" column I can see it now. A new column appears on the right side, however, its values are null. I think gnucash should download the conversion rates automatically, but it does not. I added the currencies in the Price Editor, then enabled the relevant accounts to get o

Re: Has guile version check changed?

2006-10-22 Thread Geert Janssens
I haven't followed the complete discussion on this topic. However the 'env' issue caught my attention. $ env FOO=bar echo $FOO won't work. On the other hand $ export FOO=bar; echo $FOO will, or in csh % set env FOO=bar; echo $FOO The trick is to set the environment before the echo statement gets