On Mon, 2008-10-06 at 09:37 +0200, Christian Stimming wrote:
> Yes, absolutely. There is an API which consists of everything in the
> src/engine sub-directory including its dependencies (lib/libqof/qof
> and some more). The code in those directories is built into shared
> libraries which inte
Quoting Jeremy Andrews <[EMAIL PROTECTED]>:
> Is there a library and/or API making it possible for external programs
> to access GnuCash data? I'd prefer accessing through an API, rather
> than parsing the XML data files directly, or even directly accessing the
> new SQL back-end.
Yes, absolutely
From: Albert Lash <[EMAIL PROTECTED]>
To: Derek Atkins <[EMAIL PROTECTED]>
Cc: gnucash-devel@gnucash.org
Sent: Sunday, October 5, 2008 8:46:16 PM
Subject: Re: GnuCash and PHP
Hi Derek,
Yes, I'm planning on doing the whole process over again with the new
SQL code. When I do, I
Hi Derek,
Yes, I'm planning on doing the whole process over again with the new
SQL code. When I do, I'll add it to the GnuCash wiki.
Albert
On Sun, Oct 5, 2008 at 9:09 PM, Derek Atkins <[EMAIL PROTECTED]> wrote:
> Hi,
>
> a) could you put this into wiki.gnucash.org?
> b) can you verify that this
Hi,
a) could you put this into wiki.gnucash.org?
b) can you verify that this is what the new dbi-sql-backend looks like?
-derek
Quoting Albert Lash <[EMAIL PROTECTED]>:
> Hi Jeremy,
>
> This is a great idea. I've been working on a web-based accounting
> system, and I've been working to get it t
Hi Jeremy,
This is a great idea. I've been working on a web-based accounting
system, and I've been working to get it to use the same SQL backend as
GnuCash.
Its not there yet, but I've done some research on the SQL backend,
though its a little out dated now:
http://www.pbooks.org/wiki/GnuCash_Da
Hello,
I'm exploring the possibility of accessing some GnuCash data through a
PHP application. The short term goal would be the ability to browse
financial information through a web browser. While a long time user of
GnuCash, I've never explored it at the code level before. I spent some
time th