Re: [GNC-dev] The variable gnc_fq_update is not defined.

2019-01-12 Thread D via gnucash-devel
Nope. I get this error every time, even after running GC3.4 numerous times. Since I've given up on retrieving stock quotes anyhow, and I've given up on looking at what my portfolio is doing lately (ignorance may not be bliss, but it cuts down on the stress), I guess I'll just let this one

Re: [GNC-dev] [GNC] Reconciliation Report -- Can't find transactions

2019-01-12 Thread Liz
On Sun, 13 Jan 2019 12:53:19 +0800 Christopher Lam wrote: > The only addition so far is a reconcile report custom header with > total ending balance and total ending reconciled balance. Not sure > why it's not showing in your attachment. We'll try to work this note > that you can build;) I

Re: [GNC-dev] [GNC] Reconciliation Report -- Can't find transactions

2019-01-12 Thread Christopher Lam
The only addition so far is a reconcile report custom header with total ending balance and total ending reconciled balance. Not sure why it's not showing in your attachment. We'll try to work this note that you can build;) On Sun., 13 Jan. 2019, 12:32 Liz On Sun, 13 Jan 2019 12:09:06 +1000 >

Re: [GNC-dev] [GNC] Reconciliation Report -- Can't find transactions

2019-01-12 Thread Liz
On Sun, 13 Jan 2019 12:09:06 +1000 David Cousens wrote: > GTEST and GMOCK need to be installed to build GnuCash. Despite the > reservations expressed about using the installation of them as shared > libraries, I have used shared GTEST and GMOCK libraries since GTEST > and GMOCK have been in the

Re: [GNC-dev] [GNC] Reconciliation Report -- Can't find transactions

2019-01-12 Thread Liz
On Sat, 12 Jan 2019 19:56:25 -0800 John Ralls wrote: > It’s not that big. Just install it with your package manager, in > which case you shouldn’t need to set GTEST_ROOT and GMOCK_ROOT, or > clone it from https://github.com/googlestest > and set those variables

Re: [GNC-dev] [GNC] Reconciliation Report -- Can't find transactions

2019-01-12 Thread John Ralls
> On Jan 12, 2019, at 5:33 PM, Liz wrote: > > On Sun, 13 Jan 2019 12:02:38 +1100 > Liz wrote: > >>> >>> I guess you can build from source, would you care to try >>> https://github.com/christopherlam/gnucash/tree/maint-scheme-progress-and-reconcile-header >>> >>> which will add a

Re: [GNC-dev] [GNC] Reconciliation Report -- Can't find transactions

2019-01-12 Thread Liz
On Sat, 12 Jan 2019 18:49:05 +0800 Christopher Lam wrote: > Please experiment further (1) expand dates eg from 01/01/1980 to > 01/01/2099 (2) let me know the characteristics of the 77 missing > amounts > - are they unreconciled/cleared/reconciled? > > I guess you can build from source, would

Re: [GNC-dev] [GNC] Reconciliation Report -- Can't find transactions

2019-01-12 Thread David Cousens
Liz, Google Test and Google Mock are used to perform unit tests on the Google code. These tests check the components of GnuCash out individually to ensure they are performing as expected. This is particularly important when things like libraries GnuCash depends upon change. This can happen for

Re: [GNC-dev] The variable gnc_fq_update is not defined.

2019-01-12 Thread John Ralls
Huh. Oh well. Anyway, I just tried it (with both Gnucash.app and Finance Quote Update.app in /Applications) and it worked fine after I got past all of the noise about it not being signed and being downloaded from the internet and all. MacOS 10.14.3 Beta. I renamed my development folder to make

Re: [GNC-dev] [GNC] Reconciliation Report -- Can't find transactions

2019-01-12 Thread Liz
On Sun, 13 Jan 2019 12:02:38 +1100 Liz wrote: > > > > I guess you can build from source, would you care to try > > https://github.com/christopherlam/gnucash/tree/maint-scheme-progress-and-reconcile-header > > > > which will add a reconcile-report header? > > Started on this and come

Re: [GNC-dev] [GNC] Reconciliation Report -- Can't find transactions

2019-01-12 Thread Liz
On Sat, 12 Jan 2019 18:49:05 +0800 Christopher Lam wrote: > Dear Liz > > Thank you for experiments - this confirms that doing a proper > reconciliation report is *difficult* > > Please experiment further (1) expand dates eg from 01/01/1980 to > 01/01/2099 (2) let me know the characteristics

Re: [GNC-dev] The variable gnc_fq_update is not defined.

2019-01-12 Thread David T. via gnucash-devel
Odd. The message I received from the list had the image. Rather than belabor the issue, I can say that the only additional bit of information in the dialog is that the message is followed by “(-2753)”, and the buttons are “Edit” and “OK” David > On Jan 12, 2019, at 9:25 PM, John Ralls wrote:

Re: [GNC-dev] The variable gnc_fq_update is not defined.

2019-01-12 Thread John Ralls
No joy on the attachment. Maybe put it on pastebin or as a GitHub gist and post a link? Regards, John Ralls > On Jan 11, 2019, at 10:50 PM, David T. via gnucash-devel > wrote: > > I will try again on the attachment… > > > >> On Jan 12, 2019, at 12:02 PM, David T. via gnucash-devel >>

[GNC-dev] Static locale commit unfortunately buggy

2019-01-12 Thread Christian Stimming
Dear John, unfortunately your commit b4fedff9 of last weekend breaks the correct locale treatment. I didn't investigate this in detail, but the date status bar message changed to english with this commit instead of sticking to my local language. This is with LANG=de_DE.UTF-8 Could you have a

Re: [GNC-dev] [GNC] Reconciliation Report -- Can't find transactions

2019-01-12 Thread Christopher Lam
Dear Liz Thank you for experiments - this confirms that doing a proper reconciliation report is *difficult* Please experiment further (1) expand dates eg from 01/01/1980 to 01/01/2099 (2) let me know the characteristics of the 77 missing amounts - are they unreconciled/cleared/reconciled?