Re: Unrealized loss

2018-04-04 Thread David Carlson
If there was some way to search for or display transactions that contained a non-zero exchange rate in one or more of it's split lines it might be possible to track this down. If the OP had made a typo years ago and corrected it but GnuCash left some garbage it would not be easy to find. I

Re: Error when editing Scheduled Transaction

2018-04-04 Thread David Carlson
Oh... I sometimes don't bother to put the curser back into another field and hit Enter before clicking the OK box. Usually, that does not matter because it just triggers a cannot balance type of error which is easy to override by clicking OK again. Thanks for the help. David C On Wed, Apr 4,

Re: Register Font Size in Version 3

2018-04-04 Thread Dave H
George, GnuCash is now using GTK3 so it's all changed - here's some info posted by Geert a few days OK which might help you do what you want... Cheers Dave H. On 2018-03-31 08:37, Geert Janssens wrote: > > A more general note. I have done some experimentation about what can be done > to tweak

Re: gnucash 3.0 crashes opening accounts file

2018-04-04 Thread John Ralls
> On Apr 4, 2018, at 2:33 PM, Thevenin wrote: > > I've suffered the same today with my new install. It's never worked :) > > My install is on Win10, and a redacted version of the trace log is below. > > If you'd like me to post this to a new topic or elsewhere, let me know.

Fwd: Error when editing Scheduled Transaction

2018-04-04 Thread David Carlson
The Trace file error that I think matches is: * 17:30:21 CRIT [gnc_split_register_get_trans_split()] bad row * 17:30:21 CRIT gnucash_sheet_cursor_set_from_table: assertion 'gnucash_sheet_cell_valid (sheet, v_loc)' failed Where does the bad row come from if I only have three rows in this

Re: Importing qfx files, version 3.0

2018-04-04 Thread David Carlson
As noted in the release notes that feature is known to not work per https://bugzilla.gnome.org/show_bug.cgi?id=793461. It is not known exactly when that will be fixed. David C On Wed, Apr 4, 2018 at 7:42 PM, Jim Poklitar wrote: > ​Until version 3.0, I could download

Re: GNUCash 3.0: Report Printing problems

2018-04-04 Thread Adrien Monteleone
I would think page size could most definitely affect breaks and flow of the document on the page. If there is less room for the content it has to flow to the next page. Though it is possible most reports are sized to at least A4, so you might not see any change and those using Letter would see

Re: Error when editing Scheduled Transaction

2018-04-04 Thread Adrien Monteleone
I was able to duplicate your issue but only if I didn’t enter through after deleting the copied memo. That is, leaving the extra split line there and hitting OK, produced the error. But when I hit enter after deleting the memo to ‘advance to the next transaction’ just like in a register, the

Register Font Size in Version 3

2018-04-04 Thread GEORGE HAMMOND
Hello, I am using gnucash 3.0-1 on a 2011 iMac running OSX 10.13.4. I was previously using gnucash 2.6.7 on the same machine and OS . I Changed the font size in the register using the following code … style "font" { font_name = "Sans 14" } widget_class "*" style "font" gtk-font-name = "Sans

Error when editing Scheduled Transaction

2018-04-04 Thread David Carlson
in Getdeb Release 2.6.17 in Ubuntu 16.04. The message popped up when I tried to save a change to a scheduled transaction and the wording is"Invalid Account in Split" "Split with memo has an invalid account" All three accounts in the transaction are existing but this message pops up when I try to

Re: Unrealized loss

2018-04-04 Thread Adrien Monteleone
But the OP specifically said he doesn’t deal with stocks or any other investments. So there should be no such added prices. (and technically, those would be manual inputs via the transaction, just not via the Price Editor) As far as I’m aware, GnuCash doesn’t just grab prices from online

Re: Unrealized loss

2018-04-04 Thread David T.
Adrien,  Gnucash places an entry in the price db when you create a buy or sell transaction.  This ensures that certain reports behave, I recall.  As this issue has been discussed previously and at length, I would hesitate to file a bug until the experts weigh in on the esoteric aspects of

Re: Error when editing Scheduled Transaction

2018-04-04 Thread David Carlson
It seems that the error happens if I copy some text from one of the existing three split memos and paste into the extra split memo box below the three existing split lines then delete that text without touching the other boxes in the extra split line before saving the scheduled transaction. I am

Re: Importing qfx files, version 3.0

2018-04-04 Thread Jim Poklitar
Thanks David - bummer. Back to 2.6.19. Jim P On Wed, Apr 4, 2018 at 8:44 PM, David Carlson wrote: > As noted in the release notes that feature is known to not work per > https://bugzilla.gnome.org/show_bug.cgi?id=793461. > > It is not known exactly when that will

Gnucash 3.0 Build error

2018-04-04 Thread DaveC49
After following the build instructions https://wiki.gnucash.org/wiki/Building#Ubuntu I have checked glib-2.0 and libglib2.0 are installed I received the following errors when building using cmake (v 3.5.1) on Linux MInt 18.3 : /$ cmake -D

Setting Environmental Variable AQOFX_LOG_COMM

2018-04-04 Thread Shyam Acharya
Hi I tried setting environmental variable AQOFX_LOG_COMM to 1 to debug a connection problem. However, I am unable to generate an ofx.log. I am using Windows 10. Two questions: 1. In addition to setting the AQOFX_LOG_COM value to 1 is there anything else that needs to be done? (ie setting

Re: Texhad an issue compiling for PCLinuxos....

2018-04-04 Thread Steve Kelem
Install the -dev version of that library. Steve On Tue, Apr 3, 2018, 7:09 AM Doug wrote: > > Offline Tex > > Administrator > Super Villain > ** > Posts: 18933 > Space City, Tx > View Profile Personal Message (Offline) > > Re:

Re: Gnucash 3.0 Build error

2018-04-04 Thread DaveC49
The CMake error log for the above is /$ cat /home/david/Applications/gnucash-3.0/build-cmake/CMakeFiles/CMakeError.log Performing C SOURCE FILE Test have_mod_mask failed with the following output: Change Dir: /home/david/Applications/gnucash-3.0/build-cmake/CMakeFiles/CMakeTmp Run Build

Re: GnuCash 3.0 Released

2018-04-04 Thread DaveC49
Also congratulations to John Geert and the rest of the team and thanks for all the effort. David - David Cousens -- Sent from: http://gnucash.1415818.n4.nabble.com/GnuCash-User-f1415819.html ___ gnucash-user mailing list gnucash-user@gnucash.org

Re: Gnucash 3.0 Build error

2018-04-04 Thread DaveC49
*$ cat /home/david/Applications/gnucash-3.0/build-cmake/CMakeFiles/CMakeError.log* Performing C SOURCE FILE Test have_mod_mask failed with the following output: Change Dir: /home/david/Applications/gnucash-3.0/build-cmake/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_549d5/fast"

Re: Unrealized loss

2018-04-04 Thread Adrien Monteleone
I certainly didn’t advocate filing a bug on this. I think more sleuthing and answers are needed. Yes, I understand the db gets an entry on a buy/sell transaction, but if you don’t have buy or sell transactions?... And to be clear, those aren’t ‘automatically downloaded.’ They are the result

Re: Price Editor/Database lag

2018-04-04 Thread DGPickett via gnucash-user
I discovered my vm.swappiness=60, dropped it to 10 as recommended for desktop LINUX. Now no si/so on vmstat, but a peak in cs and a moderate delay, around 20 seconds, when adding price quotes. Again, it looks like it is using too big a RAM space to manage this data, or some similar process

Re: Setting Environmental Variable AQOFX_LOG_COMM

2018-04-04 Thread John Ralls
> On Apr 4, 2018, at 3:34 AM, Shyam Acharya wrote: > > Hi > > I tried setting environmental variable AQOFX_LOG_COMM to 1 to debug a > connection problem. However, I am unable to generate an ofx.log. I am using > Windows 10. Two questions: > > 1. In addition to

Re: 2.6.19 crash: one account recovered, one not yet recovered [RESOLVED]

2018-04-04 Thread John Ralls
> On Apr 4, 2018, at 5:53 AM, Rich Shepard wrote: > > On Tue, 3 Apr 2018, John Ralls wrote: > >> Does business.gnucash use the SQLite3 backend? If so, that would explain >> the absence of backups, and I suggest you set up some OS-level backup >> mechanism for it. >

Re: 2.6.19 crash: one account recovered, one not yet recovered [RESOLVED]

2018-04-04 Thread Rich Shepard
On Tue, 3 Apr 2018, John Ralls wrote: Does business.gnucash use the SQLite3 backend? If so, that would explain the absence of backups, and I suggest you set up some OS-level backup mechanism for it. John, I use the default backend; 'file' shows it as a compressed Unix file; perhaps gzipped

Gnucash 3.0 Microsoft Security Essentials Threat Detected

2018-04-04 Thread km22
Hi, When I try to download Gnucash 3.0 I get a Microsoft Security Essentials (MSE) threat detection which then deletes the file. Screenshot: Is there a way for the developers to have this file correctly categorized/assessed by MSE?  It is worrying to see these pop-ups (and probably the first

Re: virus download version 3.0

2018-04-04 Thread Mike or Penny Novack
On 4/2/2018 11:56 PM, Dave via gnucash-user wrote: Thank you for your assistance and sorry for the false positive report I put out there. All virus checkers must sometimes give false positives or sometimes fail to detect viruses. Consider the special virus program "if the supposedly perfect

Re: Importing Quicken

2018-04-04 Thread David T. via gnucash-user
Alen, What you’ve done with the Benefits section is better, but I still feel that any mention of benefits of migration is misplaced here. Someone looking for ways to migrate from Quicken presumably has already come to this conclusion. * I have edited the tips portion further. I added a tip

Re: Gnucash 3.0 Microsoft Security Essentials Threat Detected

2018-04-04 Thread km22
Thanks David C.  And I see this topic is already being discussed in a separate thread: http://gnucash.1415818.n4.nabble.com/virus-download-version-3-0-tp4698720p4698799.html Thanks, Ken On 2018-04-04 22:02, David Carlson wrote: > This has been reported to Microsoft. > > David C > > On Wed, Apr

Re: Importing Quicken

2018-04-04 Thread David Carlson
David T, Does the QIF importer detect duplicates created by transfers within the same import file? I seem to recall needing to separate accounts to different files to detect them. David C On Wed, Apr 4, 2018 at 9:00 AM, David T. wrote: > Alen, > > What you’ve done with

Re: Gnucash 3.0 Microsoft Security Essentials Threat Detected

2018-04-04 Thread David Carlson
This has been reported to Microsoft. David C On Wed, Apr 4, 2018 at 7:53 AM, km22 wrote: > Hi, > > When I try to download Gnucash 3.0 I get a Microsoft Security Essentials > (MSE) threat detection which then deletes the file. > > Screenshot: > > Is there a way for the developers

Re: gnucash 3.0 crashes opening accounts file

2018-04-04 Thread John Ralls
> On Apr 4, 2018, at 2:12 AM, pjlbyrne wrote: > > Thanks John - I expect puttingin proxy configuration won't be too difficult. > I will have a look later. > > BTW I got the exact same crash running gc3 at home, opening the same > accounts file. Perhaps it is related to the

Re: GNUCash 3.0: Report Printing problems

2018-04-04 Thread Adrien Monteleone
Welcome to GnuCash Steve! I just caught up on a thread about W10 printing issues. It seems the problem has indeed carried over to the 3.0 series. (and still exists in 2.6.x) As long as you can then print that PDF, it’s an extra step, but you aren’t locked out of printing. Unfortunately,

Re: Importing Quicken

2018-04-04 Thread David T. via gnucash-user
When I did my import (over a decade ago, I believe), I had no problem with transfers. Since I was importing all in one pass, there were no duplicates created by transfers. I believe the duplication problem you describe specifically arises when you opt to import transaction data from

Re: Unrealized loss

2018-04-04 Thread cageda
I suspect there is a bug that should be reported: As I do NOT manage currencies other than EUR and no traders accounts taking into account share values, I have deleted all exchanges rates that had been updated automatically by GC without my noticing. BUT my Unrealized loss on a given day

Re: Unrealized loss

2018-04-04 Thread cageda
I do not manage prices whatsoever and I have deleted any prices updated automatically by GC. Alain De: "Colin Law" À: "Alain Dormoy" Cc: "gnucash-user" Envoyé: Mercredi 4 Avril 2018 18:20:15 Objet: Re: Unrealized loss Have

Re: Unrealized loss

2018-04-04 Thread Adrien Monteleone
Assets and Liabilities most certainly can have different totals. The difference is Equity. With GnuCash you have the option of letting it calculate the unrealized loss/gain and retain the flexibility to run custom reports, or, lose some reporting flexibility and periodically (through the

Re: Unrealized loss

2018-04-04 Thread Colin Law
Have you got any price changes on that date? Colin On 4 April 2018 at 17:10, wrote: > I suspect there is a bug that should be reported: > > As I do NOT manage currencies other than EUR and no traders accounts > taking into account share values, I have deleted all exchanges

Re: Unrealized loss

2018-04-04 Thread D via gnucash-user
Alain, If you have different lots of a commodity (for example, you purchase additional shares of a mutual fund), I believe that the price of the new purchase can affect the calculation of unrealized gains for the rest. Gnucash can determine a new value for your previous shares, and identifies

Re: Unrealized loss

2018-04-04 Thread Adrien Monteleone
The value will usually change based on that setting. Sometimes ‘latest’ and ’nearest in time’ will be the same, but that depends on running the report ON an actual day (not FOR an actual day) that is on or after a price update and before the next price update. First, you say you deleted all

Re: Unrealized loss

2018-04-04 Thread cageda
Thanks. OK. Will do. Alain De: "Christopher Lam" À: cag...@free.fr Cc: "gnucash-user" Envoyé: Mercredi 4 Avril 2018 20:41:37 Objet: Re: Unrealized loss Hi Alain, please report bug and we can track discussion there. On Wed, 4 Apr

Re: Unrealized loss

2018-04-04 Thread Christopher Lam
Hi Alain, please report bug and we can track discussion there. On Wed, 4 Apr 2018, 20:12 wrote: > I suspect there is a bug that should be reported: > > As I do NOT manage currencies other than EUR and no traders accounts > taking into account share values, I have deleted all

Re: GNUCash 3.0: Report Printing problems

2018-04-04 Thread Dave H
I've still got two icons - a printer icon and an export to pdf button hence my confusion :-( Cheers Dave H. On 5 April 2018 at 04:36, Adrien Monteleone wrote: > Since reports are PDF and direct printing of PDF was not working with > WebKit2, the change was made to

Re: GNUCash 3.0: Report Printing problems

2018-04-04 Thread Dave H
So I should be able to run a report such as the Balance Sheet and then click on the printer icon to print it on one of my physical printers ? Currently all that happens is that it wants to save it as a pdf - doesn't seem to be an option to send directly to the printer ? GnuCash 3.0, Mac High

Re: GNUCash 3.0: Report Printing problems

2018-04-04 Thread Christopher Lam
Hi Steve 2-4 can be easily solved by File > Export > Export Report to file, and opening the file in a modern web browser for printing. The report generation code exports to HTML natively, but is limited by the webkit implementation used. A modern web browser will obey the html rules better.

Re: GNUCash 3.0: Report Printing problems

2018-04-04 Thread Adrien Monteleone
Since reports are PDF and direct printing of PDF was not working with WebKit2, the change was made to redirect File > Print and the Print button to instead export to PDF for now and the export button was removed since it was duplicate functionality. See this bug:

Re: GNUCash 3.0: Report Printing problems

2018-04-04 Thread Adrien Monteleone
Perhaps I’m reading that bug report wrong. It may be that the solution implemented inadvertently removed direct to printer output. It seems webkit2 can’t ‘export to pdf’ not that it can’t print at all. (how do Safari and Chrome print PDF then?) Or maybe I’m just not understanding the issue and

Re: GNUCash 3.0: Report Printing problems

2018-04-04 Thread Adrien Monteleone
I see I have both as well. Perhaps removing it didn’t make it into the final commit. Regards, Adrien > On Apr 4, 2018, at 1:46 PM, Dave H wrote: > > I've still got two icons - a printer icon and an export to pdf button hence > my confusion :-( > > Cheers Dave H. > > On 5

RE: GNUCash 3.0: Report Printing problems

2018-04-04 Thread Steve Parry
Hi Adrien. Thanks for your prompt replies to this and the subsequent comments from others. Re #3 (page size) - I'm not sure from my testing that this affects the PDF output, maybe it's only the hysical printing formatting (when it is working again!)?. Regardless, it does seem that

RE: GNUCash 3.0: Report Printing problems

2018-04-04 Thread Steve Parry
Hi Chris, Thanks for your reply. Yes and no - printing the HTML directly or via PDF puts in multiple page breaks - eg blank page, heading, page break, report body, page break. I'll stick to the Excel solution for now I think Cheers ...Steve -Original Message- From:

Re: What does your Summary Bar say in Gnucash-3.0? Mine is rude

2018-04-04 Thread Di Mang
​On Ubuntu 17.10 (with XFCE) works the summary bar right: without truncation. Build ID: git 3.0-4-g70e636646+ (2018-04-01) ___ gnucash-user mailing list gnucash-user@gnucash.org To update your subscription preferences or to unsubscribe:

Re: Unrealized loss

2018-04-04 Thread nvsoar
Hm.  Seems to me that a price is added to the system any time a stock is purchased or sold, or when a dividend is reinvested. nvsoar On 04/04/18 09:32, Adrien Monteleone wrote: The value will usually change based on that setting. Sometimes ‘latest’ and ’nearest in time’ will be the same,

Issue compiling: any assistance?

2018-04-04 Thread Doug
Tex, the Administrator of PCLinuxos struck a problem. Can you help please? (I am not a developer, but can pass any help on) regards, Doug Re: GnuCash « Reply #2 on: Yesterday at 01:28:20 AM » Quote I've spent hours on this and this is what it gives me even though the library is installed

Re: gnucash 3.0 crashes opening accounts file

2018-04-04 Thread Thevenin
I've suffered the same today with my new install. It's never worked :) My install is on Win10, and a redacted version of the trace log is below. If you'd like me to post this to a new topic or elsewhere, let me know. "* 16:00:17 INFO [main] System locale returned English_United States.1252 *

Re: Printing no longer works on Windows 10 Pro

2018-04-04 Thread VidarParry
Geert Janssens-4 wrote > Now if the 3.0 release has the same issue, that would be a more likely get > our > attention. So it would be useful if one of you that's having this issue > can > try what happens when doing the same with the most recent gnucash 2.7.5 > release. Keep in mind this is

GNUCash 3.0: Report Printing problems

2018-04-04 Thread Steve Parry
Hi all, GNUCash newbie here. The problems I am having are: 1. I can only print to PDF – no option for real printer use. I understand this is a problem with GNUCash on W10, so I’ll let that go. 2. If I create a PDF report it splits whatever is at the page break across the

Re: Importing Quicken

2018-04-04 Thread Alen Siljak
Hi, David, You are right. I've removed the benefits section but kept the fact about open data standards. Apart from being a benefit (to me), it is also a consequence of migration that may or may not be important for users. > You mention multi-currency problems with QIF, saying that GnuCash

Re: gnucash 3.0 crashes opening accounts file

2018-04-04 Thread pjlbyrne
Thanks John - I expect puttingin proxy configuration won't be too difficult. I will have a look later. BTW I got the exact same crash running gc3 at home, opening the same accounts file. Perhaps it is related to the accounts file. I have been using gnucash for some years now, my file is 1.4MB in

Re: Re: GnuCash 3.0 Released

2018-04-04 Thread Thomas Bray
Good morning John, The Github download link for GnuCash's 3.0 release is incorrect on the page/mailing list email below: https://lists.gnucash.org/pipermail/gnucash-user/2018-April/075866.html (Sorry, I'm fairly new to FOSS and don't quite know the terminology/how best to let you know)