[GNC] Correcting Bayesian rules?

2019-10-06 Thread ornd25
I suspect I corrupted the Bayesian reasoning, accidentally. I did an import and matched things badly, then quit GC without saving. I understand there is a bug report indicating that quit-before-save does not correct Bayesian errors. So, how do you correct a Bayesian reasoning error that you

Re: [GNC] Correcting Bayesian rules?

2019-10-06 Thread David Carlson
One additional point. While the Bayesian matcher is 'trained' with specific examples, it applies the process by looking for similarities rather than exact matches, so it generates a similarity score and that may still result in 'mistakes' now and then. Generally, it gets better with more

Re: [GNC] 3.7 - Budget reports - accumulated accounts - can "envelope budgeting" logic be implemented?

2019-10-06 Thread Christopher Lam
This is a nice idea. Please file enhancement request on bugzilla (component Reports), attaching a sample datafile, current report, and desired report. For various reasons this would appear in 4.x onwards only. C On Fri, 4 Oct 2019 at 09:43, Antonio07 wrote: > Hi > > In version 3.7 accumulated

Re: [GNC] GnuCash 3.7 and Portfolio Report

2019-10-06 Thread Christopher Lam
Hello If you're using flatpak your portfolio.scm is probably located in another folder. I am sorry I don't know where exactly. Does anyone know if there is a flatpak nightly available? On Sun, 6 Oct 2019 at 13:02, NOSTOP wrote: > Hello John. > > I'm on ver 3.7, Flatpak, Linux Mint 18.3 > > My

Re: [GNC] GnuCash 3.7 and Portfolio Report

2019-10-06 Thread NOSTOP
Hi John, I deleted my post before seeing your reply. I realized I was trying to edit portfolio.scm for the old repo version 2.6.19 still installed on the machine, instead of portfolio.scm for ver 3.7 (flatpak) located /var/lib/flatpak/app/org.gnucash.GnuCash/x/x/x/ . I thought I was able to

Re: [GNC] GnuCash 3.7 and Portfolio Report

2019-10-06 Thread Adrien Monteleone
It is an e-mail list, so once it is out there, it is out there. You are using Nabble which takes the e-mail list and offers a forum-like interface. That doesn’t change the list, however. Regards, Adrien > On Oct 6, 2019 w41d279, at 8:54 AM, NOSTOP wrote: > > Hi John, > > I deleted my post

Re: [GNC] 3.7 - Budget reports - accumulated accounts - can "envelope budgeting" logic be implemented?

2019-10-06 Thread Jon Schewe
I had written my own report for version 2.6 that does this. Now I see that it won't run in 3.7. This email prompted me to look at 3.7 and this report. I found that if I enable accumulated amounts and the diff column, then turn off the budget and actual columns the report works rather nicely

Re: [GNC] GnuCash 3.7 crash in online banking

2019-10-06 Thread randix
Eric Haszlakiewicz wrote > When I start it again, I can't even delete the aqbanking user because it > tries to acquire a lock and fails with error -109, so I need to remove the > aqbanking folder again. If I remove just the *lck* files, I can get it to > crash by clicking the "Retrieve Account

Re: [GNC] [GNC-dev] custom report freezing - work done gets lost.

2019-10-06 Thread John Ralls
You mean why does it hang instead of crashing? Possibly because the memory was reallocated back to the program for something else and the attempt to free the splits is freeing whatever that is and that's resulting in a hang. But why would a report create or delete splits or transactions? A