[GNC] HTML Chart exports are blank on MacOS/Windows browsers
HTML exports of charts (reports) can open and display satisfactorily in any browser on Linux, but they are blank on MacOS or Windows. On a MacOS or Windows browser, the chart area is blank (white). Any accompanying text table underneath the chart displays as expected, below the blank area. Text-only HTML reports are visible on MacOS and Windows. Is there fix for this? Should I report it as a bug? -- Sent from: http://gnucash.1415818.n4.nabble.com/GnuCash-User-f1415819.html ___ gnucash-user mailing list gnucash-user@gnucash.org To update your subscription preferences or to unsubscribe: https://lists.gnucash.org/mailman/listinfo/gnucash-user If you are using Nabble or Gmane, please see https://wiki.gnucash.org/wiki/Mailing_Lists for more information. - Please remember to CC this list on all your replies. You can do this by using Reply-To-List or Reply-All.
Re: [GNC] HTML Chart exports are blank on MacOS/Windows browsers
> On Dec 29, 2019, at 6:56 AM, boldstripe wrote: > > HTML exports of charts (reports) can open and display satisfactorily in any > browser on Linux, but they are blank on MacOS or Windows. > > On a MacOS or Windows browser, the chart area is blank (white). Any > accompanying text table underneath the chart displays as expected, below the > blank area. > > Text-only HTML reports are visible on MacOS and Windows. > > Is there fix for this? Should I report it as a bug? On MacOS it works for me with Chrome (my usual browser) and Firefox. Safari fails to display anything and examining the page in the console shows that it's failing to open the Javascript files in GnuCash.app. I don't see how that's GnuCash's problem. Several Windows users have reported that they can view graphical reports in the browser in the course of investigating https://bugs.gnucash.org/show_bug.cgi?id=797283. Regards, John Ralls ___ gnucash-user mailing list gnucash-user@gnucash.org To update your subscription preferences or to unsubscribe: https://lists.gnucash.org/mailman/listinfo/gnucash-user If you are using Nabble or Gmane, please see https://wiki.gnucash.org/wiki/Mailing_Lists for more information. - Please remember to CC this list on all your replies. You can do this by using Reply-To-List or Reply-All.
Re: [GNC] HTML Chart exports are blank on MacOS/Windows browsers
Thank you for testing. Because I sync my GnuCash prefs folder, I can open the same chart report in the same GnuCash file from Saved Configurations within GnuCash on MacOS, Linux and Windows. The chart (an expenses bar chart) displays properly within Gnucash on all three platforms. The HTML chart report export made on Windows displays in Firefox and Internet Explorer on Windows. It does not display in Firefox on Linux or MacOS. The same HTML chart report export file made on Linux displays in Firefox on Linux, but not Firefox on Windows or MacOS. The same HTML chart report export file made on MacOS displays in Firefox on MacOS but not on Safari on MacOS, and not on FireFox in Linux (have not tested the Mac file in FF on Windows yet). This behavior is reproduced if the HTML file is stored either in a file-synced local folder (pCloud) or on a Network Attached Server on my local network. Before testing, I updated my Java installation on MacOS and Windows using new installers at java.com, but at the 'verify' check (an Oracle URL), only Internet Explorer on Windows gives a clean 'verified' response. With other browsers and platforms I receive some variation on a message that verification did not work, or with FireFox a message that FF 64-bit has not supported JRE plugins since September 2018. I am not qualified to know whether it is a GnuCash-specific problem. If you think it is not, then I will not post a bug report. -- Sent from: http://gnucash.1415818.n4.nabble.com/GnuCash-User-f1415819.html ___ gnucash-user mailing list gnucash-user@gnucash.org To update your subscription preferences or to unsubscribe: https://lists.gnucash.org/mailman/listinfo/gnucash-user If you are using Nabble or Gmane, please see https://wiki.gnucash.org/wiki/Mailing_Lists for more information. - Please remember to CC this list on all your replies. You can do this by using Reply-To-List or Reply-All.
Re: [GNC] HTML Chart exports are blank on MacOS/Windows browsers
As John already hinted, the problem is that in order to display the charts, some external javascript files are loaded. The paths to these javascript files are set when you generate the report and will refer to some files in the directory where gnucash is installed. And there's the issue: Windows, Macos and Linux all have different installation directories. So the absolute paths will only work for the platform they have been generated on. I'm not sure if we can do something about this on the gnucash site. The only thing I can think of would be to embed the javascript files directly inside the report rather than linking them. I have no idea if we can do that easily. As an aside, javascript (or more formally referred to as ecma-script) has nothing to do with java. So whether you have java installed or not doesn't impact this. We don't use any java code. Regards, Geert Op zondag 29 december 2019 21:15:11 CET schreef boldstripe: > Thank you for testing. > > Because I sync my GnuCash prefs folder, I can open the same chart report in > the same GnuCash file from Saved Configurations within GnuCash on MacOS, > Linux and Windows. The chart (an expenses bar chart) displays properly > within Gnucash on all three platforms. > > The HTML chart report export made on Windows displays in Firefox and > Internet Explorer on Windows. It does not display in Firefox on Linux or > MacOS. > > The same HTML chart report export file made on Linux displays in Firefox on > Linux, but not Firefox on Windows or MacOS. > > The same HTML chart report export file made on MacOS displays in Firefox on > MacOS but not on Safari on MacOS, and not on FireFox in Linux (have not > tested the Mac file in FF on Windows yet). > > This behavior is reproduced if the HTML file is stored either in a > file-synced local folder (pCloud) or on a Network Attached Server on my > local network. > > Before testing, I updated my Java installation on MacOS and Windows using > new installers at java.com, but at the 'verify' check (an Oracle URL), only > Internet Explorer on Windows gives a clean 'verified' response. With other > browsers and platforms I receive some variation on a message that > verification did not work, or with FireFox a message that FF 64-bit has not > supported JRE plugins since September 2018. > > I am not qualified to know whether it is a GnuCash-specific problem. If you > think it is not, then I will not post a bug report. > > > > -- > Sent from: http://gnucash.1415818.n4.nabble.com/GnuCash-User-f1415819.html > ___ > gnucash-user mailing list > gnucash-user@gnucash.org > To update your subscription preferences or to unsubscribe: > https://lists.gnucash.org/mailman/listinfo/gnucash-user > If you are using Nabble or Gmane, please see > https://wiki.gnucash.org/wiki/Mailing_Lists for more information. - > Please remember to CC this list on all your replies. > You can do this by using Reply-To-List or Reply-All. ___ gnucash-user mailing list gnucash-user@gnucash.org To update your subscription preferences or to unsubscribe: https://lists.gnucash.org/mailman/listinfo/gnucash-user If you are using Nabble or Gmane, please see https://wiki.gnucash.org/wiki/Mailing_Lists for more information. - Please remember to CC this list on all your replies. You can do this by using Reply-To-List or Reply-All.
Re: [GNC] HTML Chart exports are blank on MacOS/Windows browsers
OK, thanks, I understand the problem now. As confirmation, when I open the Mac-generated HTML report on Linux and look at the code I find this line: That file path explicitly refers to a Mac-specific location for Gnucash and its contents. It clearly won't work on Linux. -- Sent from: http://gnucash.1415818.n4.nabble.com/GnuCash-User-f1415819.html ___ gnucash-user mailing list gnucash-user@gnucash.org To update your subscription preferences or to unsubscribe: https://lists.gnucash.org/mailman/listinfo/gnucash-user If you are using Nabble or Gmane, please see https://wiki.gnucash.org/wiki/Mailing_Lists for more information. - Please remember to CC this list on all your replies. You can do this by using Reply-To-List or Reply-All.
Re: [GNC] HTML Chart exports are blank on MacOS/Windows browsers
I think the user needs to know: 1. that the HTML Chart is platform specific 2. that the chart will only display if GnuCash is installed 3. that because of the above, the file is not suitable for 'archival' storage of the chart and that PDF would be better suited to that purpose. I found the charts so useful I was about to email them to others who don't use GnuCash (and on unknown operating systems). I will now archive and send PDFs instead. The HTML versions of charts do have some advantages, including at present a very small file size, so a platform agnostic (and installation agnostic) version would be good. -- Sent from: http://gnucash.1415818.n4.nabble.com/GnuCash-User-f1415819.html ___ gnucash-user mailing list gnucash-user@gnucash.org To update your subscription preferences or to unsubscribe: https://lists.gnucash.org/mailman/listinfo/gnucash-user If you are using Nabble or Gmane, please see https://wiki.gnucash.org/wiki/Mailing_Lists for more information. - Please remember to CC this list on all your replies. You can do this by using Reply-To-List or Reply-All.
Re: [GNC] HTML Chart exports are blank on MacOS/Windows browsers
Let me try again to post the MacOS-specific code in the HTML chart report, which references the specific installation path of Gnucash on MacOS: Because of punctuation this was not visible in my previous post. -- Sent from: http://gnucash.1415818.n4.nabble.com/GnuCash-User-f1415819.html ___ gnucash-user mailing list gnucash-user@gnucash.org To update your subscription preferences or to unsubscribe: https://lists.gnucash.org/mailman/listinfo/gnucash-user If you are using Nabble or Gmane, please see https://wiki.gnucash.org/wiki/Mailing_Lists for more information. - Please remember to CC this list on all your replies. You can do this by using Reply-To-List or Reply-All.
Re: [GNC] HTML Chart exports are blank on MacOS/Windows browsers
Patches welcome in the documentation. Meanwhile you can open the html chart in firefox, File>Save as...>Webpage, complete and export the whole html+javascript for archival. On Sun, 29 Dec 2019 at 21:19, boldstripe wrote: > I think the user needs to know: > > 1. that the HTML Chart is platform specific > 2. that the chart will only display if GnuCash is installed > 3. that because of the above, the file is not suitable for 'archival' > storage of the chart and that PDF would be better suited to that purpose. > > I found the charts so useful I was about to email them to others who don't > use GnuCash (and on unknown operating systems). I will now archive and send > PDFs instead. > > The HTML versions of charts do have some advantages, including at present a > very small file size, so a platform agnostic (and installation agnostic) > version would be good. > > > > > > -- > Sent from: http://gnucash.1415818.n4.nabble.com/GnuCash-User-f1415819.html > ___ > gnucash-user mailing list > gnucash-user@gnucash.org > To update your subscription preferences or to unsubscribe: > https://lists.gnucash.org/mailman/listinfo/gnucash-user > If you are using Nabble or Gmane, please see > https://wiki.gnucash.org/wiki/Mailing_Lists for more information. > - > Please remember to CC this list on all your replies. > You can do this by using Reply-To-List or Reply-All. > ___ gnucash-user mailing list gnucash-user@gnucash.org To update your subscription preferences or to unsubscribe: https://lists.gnucash.org/mailman/listinfo/gnucash-user If you are using Nabble or Gmane, please see https://wiki.gnucash.org/wiki/Mailing_Lists for more information. - Please remember to CC this list on all your replies. You can do this by using Reply-To-List or Reply-All.
Re: [GNC] Unexpected currency change in a report
Bug report filed here https://bugs.gnucash.org/show_bug.cgi?id=797537 -- Sent from: http://gnucash.1415818.n4.nabble.com/GnuCash-User-f1415819.html ___ gnucash-user mailing list gnucash-user@gnucash.org To update your subscription preferences or to unsubscribe: https://lists.gnucash.org/mailman/listinfo/gnucash-user If you are using Nabble or Gmane, please see https://wiki.gnucash.org/wiki/Mailing_Lists for more information. - Please remember to CC this list on all your replies. You can do this by using Reply-To-List or Reply-All.
Re: [GNC] HTML Chart exports are blank on MacOS/Windows browsers
Christopher: Thanks, I confirm your method of making a Firefox webpage creates an HTML version that works across platforms, at least from Linux to MacOS. This could be useful if you really want HTML, but Firefox stores the javascript code in a folder that is 772 kB, compared to about 8 kB for the platform-specific HTML and about 100 kB for a PDF. I will study how to contribute to documentation, thank you. -- Sent from: http://gnucash.1415818.n4.nabble.com/GnuCash-User-f1415819.html ___ gnucash-user mailing list gnucash-user@gnucash.org To update your subscription preferences or to unsubscribe: https://lists.gnucash.org/mailman/listinfo/gnucash-user If you are using Nabble or Gmane, please see https://wiki.gnucash.org/wiki/Mailing_Lists for more information. - Please remember to CC this list on all your replies. You can do this by using Reply-To-List or Reply-All.
[GNC] GnuCash 3.8 Released
The GnuCash development team announces GnuCash 3.8, the eighth release of the 3.x stable release series. Changes Between 3.7 and 3.8, the following bugfixes were accomplished: • Bug 412151 - Not handling exception when guile is compiled w/o regexp support disable qif-import and make-regexp if guile is compiled without regex • Bug 724219 - Customer Summary includes Closing Entries when reporting across the end of year • Bug 743943 - "Edit->Post Invoice" is ambiguous Read invoice type and set label and tooltip texts to the translations of static definitions. Remove unnecessary list counts. • Bug 759005 - Print negatives in red • Bug 787295 - Allow UI jump from Business accounts to their relevant invoice/bill/voucher • Bug 796530 - [txn csv importer] usability suggestions • Bug 796736 - Register cell pop up columns width to narrow • Bug 796945 - Search dialog update • Bug 797078 - "Automatic decimal point" Should Not Cause 2 Different Behaviors • Bug 797086 - Import customer dialog – headers not translated • Bug 797279 - Reports RTL do not support RTL • Bug 797326 - Enhancement: budget's Estimate tool should ignore Closing Entries • Bug 797356 - ninja check fails with GCC-9 • Bug 797390 - xaccAccountRecomputeBalance also tallies no-closing balances • Bug 797397 - Import Map Editor, Ctrl-A with filter • Bug 797401 - Invoice Reports need an overall page width set Use html5 @media to set main-table to page width. • Bug 797405 - : Fix hiding PIN entry window behind online banking log window If there is a log window, make the PIN entry transient_for that one instead of its parent. • Bug 797408 - Find Transaction Window -> Search Criteria Section -> Add Search Criteria -> Section does not expand to new size to include a newly added Search Criteria • Bug 797416 - Enter key does not move to blank tx or next line • Bug 797418 - In budget report, column with Actual Totals for Liabilities and Income are reversed • Bug 797453 - Chart of Accounts is slow to update / redraw • Bug 797459 - Installation (for 3.7) Readme Version number shows 2.2.x • Bug 797462 - gnc:strify reports the amount and value incorrectly • Bug 797468 - Receivable Aging report - phantom company with negative total • Bug 797473 - UTF8 characters not processed correctly with aqbanking6 • Bug 797481 - crash on close of unsaved tabs by pressing [X] • Bug 797482 - Can't edit date when using Edit Payment function • Bug 797492 - Lock up on 'Find Account' • Bug 797500 - valgrind errors - new/delete vs malloc/free • Bug 797506 - New Aging errors out with guile backtrace in case of a few uncommon transactions • Bug 797519 - Budget Viewer Totals do not redraw upon to Sign-Reversal changes • Bug 797520 - ] Balance Sheet (Multicolumn) the retained earnings amount in the equity section has its sign reversed • Bug 797521 - Receivable Aging (beta): prepayments logic doesn't work, appears to use incorrect absolute value logic • Bug 797532 - Crash/Coredump Lots The following fixes and improvements were not associated with bug reports: • The Customer/Employee/Vendor reports have been rewritten. The new versions may be found in Reports>Experimental. • [stylesheet-css] a user-customisable CSS based stylesheet New stylesheet. Exposes a single text box for full CSS customisability. • Allow account selection by typing into the post-to field of the payment window • When sizing some register columns take account of 'Tot' being added. • Take account for the pop up button border in the register. • Change the date sample so it has the maximum text width possible • [new-owner-report] bugfix: balance row needs variable linked cols • Improve translations by scriptedly removing the removed colon suffix. • [report-utilities] bugfix: aging-list was incorrect. off-by-1 error. • [report-utilities] bugfix: overpayment works for AP accounts. • Swap the buttons around on the Budget Open dialogue Swap the OK and Cancel buttons so they conform to the normal layout. • [report-utilities] bugfix: fix overpayment detection For 1 payment to >1 invoices, previously would miscalculate overpayment. • [budgets.scm] Budget reports handle both natural & reversed budgets. This change is protected by a Feature: Using it will prevent the file from being opened by earlier versions of GnuCash. • [gnc-budget-view.c] totals - 5 fundamental types previous showed income/expense/transfers/totals budget totals, of uncertain meaning. now shows income/expense/asset/liability/equity budget totals. The 5 lines also become sensitive to the global sign-reverse property. • bindings-python - drop references t
[GNC] v3.8
Saw that a new version got released. It... Version: 3.8 Build ID: 3.8b+(2019-12-29) Finance::Quote: 1.49 installed with no issues on my Windows 10 laptop. Still can't get aqbanking to work but will fiddle with it later. -- Sent from: http://gnucash.1415818.n4.nabble.com/GnuCash-User-f1415819.html ___ gnucash-user mailing list gnucash-user@gnucash.org To update your subscription preferences or to unsubscribe: https://lists.gnucash.org/mailman/listinfo/gnucash-user If you are using Nabble or Gmane, please see https://wiki.gnucash.org/wiki/Mailing_Lists for more information. - Please remember to CC this list on all your replies. You can do this by using Reply-To-List or Reply-All.
[GNC] Deposit\Withdraw on one account, Increase\Decrease on others. Why?
Hi all, I'm a pretty new user to gnucash and am getting settled in. I've searched the list for the answer to this. I found similar questions but nothing that lead me to an answer. I've noticed that one of my asset accounts has deposit\withdraw columns while my other asset accounts have increase\decrease columns. I can't figure out why this is and where I might changed it so that all the asset accounts have the deposit\withdrawl nomenclature. The "Use formal accounting" names setting changes everything to debit\credit, so that's not it. Thanks for all your help and for supporting this great project! --dave -- Sent from: http://gnucash.1415818.n4.nabble.com/GnuCash-User-f1415819.html ___ gnucash-user mailing list gnucash-user@gnucash.org To update your subscription preferences or to unsubscribe: https://lists.gnucash.org/mailman/listinfo/gnucash-user If you are using Nabble or Gmane, please see https://wiki.gnucash.org/wiki/Mailing_Lists for more information. - Please remember to CC this list on all your replies. You can do this by using Reply-To-List or Reply-All.