Re: File/Database access (open and save-as)

2010-12-10 Thread Christian Stimming
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

Re: File/Database access (open and save-as)

2010-12-08 Thread 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: 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

Re: File/Database access (open and save-as)

2009-03-09 Thread David T.
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

Re: File/Database access (open and save-as)

2009-03-09 Thread Andrew Sackville-West
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

Re: File/Database access (open and save-as)

2009-03-09 Thread Phil Longstaff
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

Re: File/Database access (open and save-as)

2009-03-09 Thread Derek Atkins
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

Re: File/Database access (open and save-as)

2009-03-07 Thread Phil Longstaff
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

Re: File/Database access (open and save-as)

2009-03-07 Thread Daniel Espinosa
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

File/Database access (open and save-as)

2009-03-06 Thread Phil Longstaff
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