Re: [GNC-dev] About 3.9 and reconciliation balances

2020-04-19 Thread Dale Phurrough via gnucash-devel
Thanks for inquiring. I've hinted at top-level concepts and ideas in my thread "reconciliation concept from top view" https://lists.gnucash.org/pipermail/gnucash-devel/2020-April/044863.html and in particular the relationship between a "shared truth" and the GnuCash "reconciliation" process. I am n

Re: [GNC-dev] iOS app

2020-04-19 Thread Camille Rizko via gnucash-devel
Hello Geert, To help I need guidance and direction. I have never developed as part of a project such as gnuCash before. If you can think of a good first exercise, I am willing to try. On Sunday, April 19, 2020, 11:00:12 AM PDT, Geert Janssens wrote: #yiv8039829096 p, #yiv8039829096 li

Re: [GNC-dev] iOS app

2020-04-19 Thread Geert Janssens
Hi Camille, Most of the code relevant for your viewer is indeed C/C++. Parts are gnucash are also written in guile, but if I understand correctly that language is not available on iOS. I'm working on separating the guile parts from the non-gui core of gnucash specifically to make it easier to

Re: [GNC-dev] iOS app

2020-04-19 Thread Geert Janssens
Op zondag 19 april 2020 18:37:31 CEST schreef Stu Perlman: > Will GnuCash continue to work with the presently optional MySQ database in > the future switch from xml to sqllite3? Yes, it will. The only change would be that at some point we will probably make sqlite3 the default. That's still a fu

Re: [GNC-dev] iOS app

2020-04-19 Thread Camille Rizko via gnucash-devel
Hello Geert,  I can investigate how to read the database using the code base. My app is a viewer, so "read only". I have been using gnucash since 2015, but have not at all looked at the code base. I can probably succeed with some effort if the code is in C or C++ language. On Sunday, April

Re: [GNC-dev] iOS app

2020-04-19 Thread Stu Perlman
Will GnuCash continue to work with the presently optional MySQ database in the future switch from xml to sqllite3? Thanks, Stu On Sun, Apr 19, 2020 at 9:02 AM Geert Janssens wrote: > Ok. That's fair. > > Do note GnuCash supports database storage as well as xml and will likely > switch to datab

[GNC-dev] Fwd: Testing python

2020-04-19 Thread Mark
Forgot to reply all... *Mark* *episte...@gmail.com * *(613) 447-5385* -- Forwarded message - From: Mark Date: Sun, Apr 19, 2020 at 11:42 AM Subject: Re: [GNC-dev] Testing python To: Andy Goblins >From a terminal with your venv activated, can you show the actual output you

Re: [GNC-dev] Testing python

2020-04-19 Thread Andy Goblins
Since my python virtual environment is installed in the base of my build directory, I assume it naturally has access to build/lib/gnucash and build/lib/python3.8/site-packages. This appears to be working partially; it picks up the altered gnucash library in build/lib/python3.8 but it

Re: [GNC-dev] iOS app

2020-04-19 Thread Geert Janssens
Ok. That's fair. Do note GnuCash supports database storage as well as xml and will likely switch to database (sqlite3) as primary storage format somewhere in the future. Also note the data format can change from major release to major release. So if you're not using the gnucash engine code to