Re: Change Customer Address failing

2014-11-15 Thread John Ralls
On Nov 15, 2014, at 12:59 PM, Christoph Holtermann wrote: > Am 15.11.2014 um 18:45 schrieb John Ralls: >>> On Nov 15, 2014, at 7:32 AM, Christoph Holtermann >>> wrote: >>> >>> Hello, >>> >>> some time ago I found that changes to customer data in the GUI are not being >>> saved. When working

Re: python GnuCash interface to SQL backend

2014-11-15 Thread Christian Stimming
Dear Sébastien, I really try not to be rude, but a little bit it seems to me as if you don't accept "no" as an answer here. You asked whether the gnucash developers support an alternative SQL access layer written in python from scratch, and John's and other answers clearly said "no". What else

gnucash will be Project of the Week on SourceForge

2014-11-15 Thread Christian Stimming
Dear all, Sourceforge notified us that gnucash is going to be featured as one out of several "projects of the week" next week, see below. In case anyone is up to add some friendly welcome text on our own websites, feel free to do so... Regards, Christian -- Weitergeleitete Nachricht

Re: Change Customer Address failing

2014-11-15 Thread Christoph Holtermann
Am 15.11.2014 um 18:45 schrieb John Ralls: >> On Nov 15, 2014, at 7:32 AM, Christoph Holtermann >> wrote: >> >> Hello, >> >> some time ago I found that changes to customer data in the GUI are not being >> saved. When working on a company object i made qof_instance_set_dirty >> return a debug mess

Re: Change Customer Address failing

2014-11-15 Thread John Ralls
> On Nov 15, 2014, at 7:32 AM, Christoph Holtermann wrote: > > Hello, > > some time ago I found that changes to customer data in the GUI are not being > saved. When working on a company object i made qof_instance_set_dirty > return a debug message. I found that when changing text in gncAddress

Re: python GnuCash interface to SQL backend

2014-11-15 Thread John Ralls
> On Nov 15, 2014, at 7:08 AM, Sébastien de Menten wrote: > > Hello John, > > I have put at this address > https://github.com/sdementen/piecash/blob/master/docs/source/object_model.rst > > what I understood from

Re: python GnuCash interface to SQL backend

2014-11-15 Thread John Ralls
> On Nov 14, 2014, at 3:18 PM, Sébastien de Menten wrote: > > > > On Friday, November 14, 2014, John Ralls > wrote: > >> On Nov 14, 2014, at 4:28 AM, Sébastien de Menten > > wrote: >> >> >> In terms of the implementation itself of the object model, the main thing

Change Customer Address failing

2014-11-15 Thread Christoph Holtermann
Hello, some time ago I found that changes to customer data in the GUI are not being saved. When working on a company object i made qof_instance_set_dirty return a debug message. I found that when changing text in gncAddress this is not being triggered. When in the GUI I change the state of activit

Re: python GnuCash interface to SQL backend

2014-11-15 Thread Sébastien de Menten
Hello John, I have put at this address https://github.com/sdementen/piecash/blob/master/docs/source/object_model.rst what I understood from the object model of GnuCash (schema/fields/invariants). I have also added some questions regarding the objects for which you may have the answer... (or these