Am Dienstag, 7. Dezember 2010 schrieb Chris Johnson:
> Hello,
>
> I'd like to use GnuCash as part of an invoicing and small business
> accounting tool.
> While I found a macro for GNUCash2OO, I have more questions:
See also http://wiki.gnucash.org/wiki/FAQ
> 1.) can data be updated in OO and the
Hello,
I'd like to use GnuCash as part of an invoicing and small business
accounting tool.
While I found a macro for GNUCash2OO, I have more questions:
1.) can data be updated in OO and then transferred back into GNUCash?
2. Can I import content from an inventory database or spreadsheet into
That would make my year!
David
--- On Mon, 3/9/09, Andrew Sackville-West wrote:
> From: Andrew Sackville-West
> Subject: Re: File/Database access (open and save-as)
> To: gnucash-devel@gnucash.org, "Gnucash list"
>
> Date: Monday, March 9, 2009, 1:31 PM
> On Mon
On Mon, Mar 09, 2009 at 11:38:27AM -0400, Phil Longstaff wrote:
...
> I guess we need a discussion of what we want in 2.4. Besides the sql
> backends, what else might be ready?
I've been stewing for a while on how to allow deleting saved reports
and possibly redoing the access to saved reports
On March 9, 2009 10:59:44 am Derek Atkins wrote:
> Hi,
> > The dialog has 3 sections. In the top left are 4 radio buttons for
> > the different db types (XML, SQLITE3, MYSQL and PGSQL). Beside it, in
> > the top right, are text fields for host/database/user/password needed
> > to access a mysql o
Hi,
Phil Longstaff writes:
> I've created a new dialog (currently called File Access). If
> --enable-dbi is specified at config time, this dialog is used instead
> of the standard Gtk Open and SaveAs dialogs.
Excellent! Definitely something important.
> The dialog has 3 sections. In the top
Hi Daniel,
at this point, I'm using libdbi rather than libgda as db access. I dropped it
because libgda-3 had bugs which caused too many problems, and libgda-4 was too
new and had bugs which caused too many problems, whereas libdbi was pretty
stable.
The sql access is split into two pieces, a
Hi Phil, have you consider some of the GnomeDB widgets it has for open a GDA
connection?
This is more general and allows you to create new Data Source Names, from
the providers supperted by GDA, then if any is added the user can use that
database.
2009/3/6 Phil Longstaff
> I've created a new di
I've created a new dialog (currently called File Access). If --enable-dbi is
specified at config time, this dialog is used instead of the standard Gtk Open
and SaveAs dialogs.
The dialog has 3 sections. In the top left are 4 radio buttons for the
different db types (XML, SQLITE3, MYSQL and PG