Re: [GNC-dev] Save as Postgres

2020-09-05 Thread John Ralls
> On Sep 5, 2020, at 11:22 AM, Greg Ingram wrote: > > On 9/5/20 10:41 AM, John Ralls wrote: >> Thanks for the feedback, but please remember to copy the list on all replies. > > Sorry about that. Your message arrived just as I was looking for mine and I > realized I hadn't replied to the lis

Re: [GNC-dev] Save as Postgres

2020-09-05 Thread Greg Ingram
On 9/5/20 10:41 AM, John Ralls wrote: Thanks for the feedback, but please remember to copy the list on all replies. Sorry about that.  Your message arrived just as I was looking for mine and I realized I hadn't replied to the list. Running GnuCash from the command line with --log gnc.backend.

Re: [GNC-dev] No graphical reports on openSUSE 15.2

2020-09-05 Thread Christopher Lam
Not sure why this would fail. Edit html-chart.scm and delete the relevant (push "Chart"...) line. My setup successfully sets the Chart option. If this fails then I'm not sure, you'll have to dig in. On Sat, 5 Sep 2020 at 16:47, Herbert Thoma wrote: > Am 05.09.20 um 17:28 schrieb Christopher Lam:

Re: [GNC-dev] No graphical reports on openSUSE 15.2

2020-09-05 Thread Herbert Thoma
Am 05.09.20 um 17:28 schrieb Christopher Lam: What happens with combined reports eg net worth line chart with display/table enabled? I see the table, no chart. Try right click the blank page and open the WebKit inspector, and report the console messages. Maybe chartjs is not being found.

Re: [GNC-dev] Save as Postgres

2020-09-05 Thread John Ralls
Failed to follow my own advice, sigh. Thanks for the feedback, but please remember to copy the list on all replies. Running GnuCash from the command line with --log gnc.backend.sql=debug --log gnc.backend.dbi=debug might provide some insight into what's going on (the output will be in the trace

Re: [GNC-dev] No graphical reports on openSUSE 15.2

2020-09-05 Thread Christopher Lam
What happens with combined reports eg net worth line chart with display/table enabled? Try right click the blank page and open the WebKit inspector, and report the console messages. Maybe chartjs is not being found. On Sat, 5 Sep 2020, 10:41 pm Herbert Thoma, wrote: > Hi! > > I built GnuCash on

[GNC-dev] No graphical reports on openSUSE 15.2

2020-09-05 Thread Herbert Thoma
Hi! I built GnuCash on openSUSE 15.2. from git. Everything works as expected, with one exception: graphical reports are not displayed. Text reports work. I exported a report as html and tested in firefox. This displays an empty page, too. openSUSE 15.2 comes with a packaged GnuCash 3.9, there t