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
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
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
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),
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
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
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
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
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
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
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
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
> "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
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
14 matches
Mail list logo