Re: Bug 101456 - 'Find' dialog cumbersome for Business functions

2009-09-11 Thread Derek Atkins
I'll try. I've been really busy recently. -derek Phil Longstaff writes: > I don't use the business features. Derek, do you have the time to look at > this and commit it? If not, I can do some basic sanity checking and then > commit it. > > Phil > > > > > >

Re: r18308 - gnucash/trunk/src/business/business-core/sql - If an object is loaded with a reference to an invoice, order, tax table or bill term which

2009-09-11 Thread Derek Atkins
Phil Longstaff writes: > Author: plongstaff > Date: 2009-09-10 22:09:08 -0400 (Thu, 10 Sep 2009) > New Revision: 18308 > Trac: http://svn.gnucash.org/trac/changeset/18308 > > Modified: >gnucash/trunk/src/business/business-core/sql/gnc-bill-term-sql.c >gnucash/trunk/src/business/business-c

Re: r18308 - gnucash/trunk/src/business/business-core/sql - If an object is loaded with a reference to an invoice, order, tax table or bill term which

2009-09-11 Thread Phil Longstaff
To complete my previous reply, this came out of a bug where when an invoice is loaded, the posting transaction wasn't being loaded. Now, if an object has a reference to a transaction, and the transaction isn't loaded yet, it is loaded automatically. Other objects which are referred to are *not

Re: r18308 - gnucash/trunk/src/business/business-core/sql - If an object is loaded with a reference to an invoice, order, tax table or bill term which

2009-09-11 Thread Phil Longstaff
They are. This will provide warnings if a) an object has a broken reference (before, it would silently use a NULL pointer for the referenced object), or b) somehow the order of loading things changes so that referenced objects are loaded after the objects that refer to them. Phil _

Re: Patch: removed trailing white spaces

2009-09-11 Thread Christian Stimming
Am Freitag, 11. September 2009 00:18 schrieb Graham Leggett: > Geert Janssens wrote: > > You can ignore this. > > > > I have found how to disable the automatic trailing whitespace removal in > > Eclipse. > > +1 to the patch anyway, getting rid of glitches like this prevents other > eclipse users ru

Re: About cash flow forecast

2009-09-11 Thread Phil Longstaff
For the next few months (2?), I'm committed to seeing 2.3.X/2.4.0 to release, with a database backend and webkit for html. Once 2.4.0 is complete, the next area I'm interested in is reports and potentially tools such as this. Where you (Daniel) as a user can add value, even if you aren't a prog

[OSX] 2.3.5 with DBI & SQLite

2009-09-11 Thread John Ralls
I finally got Webkit-Gtk to build, so I finished building Gnucash-2.3.5 with DBI support. Libdbi-drivers is built with Sqlite3 using /usr/lib/libsqlite3.dylib which is distributed as part of Core Data. So far so good, everything built with no errors. When I went to try it out, though, it's

[OSX] 2.3.5 with DBI & SQLite

2009-09-11 Thread John Ralls
I finally got Webkit-Gtk to build, so I finished building Gnucash-2.3.5 with DBI support. Libdbi-drivers is built with Sqlite3 using /usr/lib/libsqlite3.dylib which is distributed as part of Core Data. So far so good, everything built with no errors. When I went to try it out, though, it's