Re: [GNC] Old-New user with an upgrade problem

2020-08-24 Thread David Cousens
John, You will need to use $sudo apt install gnucash to install from the repository. You may also need to use apt-get instead of apt if the alias apt is not defined on Debian. to locate the executable $whereis gnucash should give you the path to the executable any libraries and shared

Re: [GNC] Old-New user with an upgrade problem

2020-08-24 Thread Adrien Monteleone
Flatpak is not the only option, you can also build from source. It does take some work to set up the dependencies for building and the build tools, but once done, you should be able to easily build each new version as they come out. Setup should take maybe 15-30 minutes depending on any errors

Re: [GNC] Capital Gain Calculations on Split Stocks

2020-08-24 Thread D. via gnucash-user
Peter, I thought the same about partial sales, but have found now that almost all my scenarios can be addressed in the lots tool. In my case, matching the broker's sales record up to the correct lot yields accurate results, except in this situation with a split stock. I agree with you

Re: [GNC] Capital Gain Calculations on Split Stocks

2020-08-24 Thread D. via gnucash-user
Christopher, Thanks for the reply. I'll have to figure out how I'd trigger the --extra flag in Windows and take a look at that report. It may make the whole gains process a little easier. As it is, a statement with 10-15 sales transactions can take quite some time to work through. I

Re: [GNC] Old-New user with an upgrade problem

2020-08-24 Thread John Angelico
Thanks Adrien. Is Flatpak the only way to get 4.x onto a Debian system? I have cleared out my 2.6.12 version (a local build which apt did not see at all) by hand, after uninstalling 3.4 from the repo. I then reinstalled 3.4 using apt but it won't start. I see my cursor indicating something

Re: [GNC] Capital Gain Calculations on Split Stocks

2020-08-24 Thread peterb
My experience is that the View Lots cap gain method is tractable right up to the point where you have partial lots, and is not really usable (or, at least, I don't find it usable) afterwards. When I have a partial sale of a lot, I don't even try to use it. Just add a gain/loss transaction by

Re: [GNC] GC v4.1 on Windows and v3.1 on Ubuntu

2020-08-24 Thread David Cousens
Larry, If you are up to building GnuCash on Ubuntu you can use 4.1. See the thread Ubuntu distribution version for more detail. it's a bit of a challenge if you aren't used to building software first time through but after that generally pretty straightforward. David Cousens - David

Re: [GNC] GC v4.1 on Windows and v3.1 on Ubuntu

2020-08-24 Thread Adrien Monteleone
If you accepted the default, then you aren't using a database. The default is XML for all platforms. But I don't think it would be wise to run two different major versions to access the same file. There is a possibility you could use 4.1 and 3.11 (the last 3.x release) but you'd have to get

[GNC] GC v4.1 on Windows and v3.1 on Ubuntu

2020-08-24 Thread Larry Long
Is the same GnuCash database compatible back and forth between v4.1 and v3.1 applications? I run GnuCash on my Windows PC at home. However, when traveling I like to copy my GC database onto my little Ubuntu notebook and enter new data while away from home.When I return home, I copy the updated

Re: [GNC] Ubuntu distribution version

2020-08-24 Thread David Cousens
Derek, Have you installed all the dependencies first https://wiki.gnucash.org/wiki/Installing_Dependencies If so $sudo apt-get install googletest will install the googletest framework including google mock. In most cases cmake will give you the name of the library that is missing. Eg the

Re: [GNC] Capital Gain Calculations on Split Stocks

2020-08-24 Thread Christopher Lam
David, I don't use stock at all myself but have a couple of suggestions. 1) lots can be made much more visible with the "lot-viewer" report which is hidden behind the --extra flag. 2) FIFO and LIFO are handled in advanced-portfolio, and adjusted cost basis is a difficult task documented and

[GNC] Capital Gain Calculations on Split Stocks

2020-08-24 Thread David T. via gnucash-user
Hi, In the last couple of days, I have learned TONS about how to manage capital gains with assorted lots in the GnuCash realm. The financial institution I use has algorithms that adjust my accounts to minimize tax implications. This results in sales against specific lots within GnuCash, and

Re: [GNC] Ubuntu distribution version

2020-08-24 Thread Derek Zehr
Thanks for the info everyone. So now I'm trying to build GnuCash 4.1 on Ubuntu 18, mainly because I opened my files on GnuCash 4.1 on a Windows device. Maybe I'm getting myself into more trouble than it's worth. But I'm currently stuck at Cmake not finding Googletest. Attached is the terminal

Re: [GNC] Monthly Payments on posted Liability?

2020-08-24 Thread Fran_3 via gnucash-user
Thanks Steve, Michael, and Adrian.Steve answered it, Adrian explained, and Michael made the point about interest and taxes. All good and helpful. On Monday, August 24, 2020, 5:18:38 PM EDT, Michael or Penny Novack wrote: > > On 8/24/20 11:19 AM, Stan Brown wrote: >> On 2020-08-24

Re: [GNC] Difficulty with online price retrieval

2020-08-24 Thread John Ralls
Samantha, Sorry, yes, I got busy on other work. # means that no quote information made it in to the code that handles the quotes. I can't reproduce the problem. Since you revealed your key I even used that, worked fine: * 14:34:32 WARN [gnc_numeric_to_decimal()] Rounding required when

Re: [GNC] Monthly Payments on posted Liability?

2020-08-24 Thread Michael or Penny Novack
On 8/24/20 11:19 AM, Stan Brown wrote: On 2020-08-24 09:01, Fran_3 via gnucash-user wrote: For a posted liability of say $1,000with an agreement to pay in 10 monthly installments of $100 each.How do you enter those monthly payments and...1 - have the payment applied to the liability Also,

Re: [GNC] Monthly Payments on posted Liability?

2020-08-24 Thread Adrien Monteleone
You can't get the individual payments to show up in the Bills Due Reminder. You can set up a Scheduled Transaction, but set it only to remind you in advance, but not auto-create. (or at least set it to let you review and edit it when it does) These reminders when then show up in the Since

Re: [GNC] Ubuntu distribution version

2020-08-24 Thread Adrien Monteleone
There are considerable report improvements in 4.x and hands down, the search-as-you-type feature when entering accounts in a transaction is by far, the greatest productivity and user friendly feature I've seen in any desktop software in years. It is super fast, and narrows down your choices

Re: [GNC] Old-New user with an upgrade problem

2020-08-24 Thread Adrien Monteleone
Just for info, Flatpak is a way to install software without dealing with dependency issues. Rather than try to use versions (perhaps incompatible ones) of dependencies already on your system or in the repos, a Flatpak contains everything needed to run the chosen app. In addition, Flatpak

Re: [GNC] GnuCash Flatpak on GalliumOS Linux

2020-08-24 Thread Art Chimes
Thanks, Frank. This — sudo flatpak override org.gnucash.GnuCash --filesystem= — worked like a charm. The embarrassing thing is that, in searching for a solution, I actually looked at that page, but it didn't register that the flatpak sandboxing was my problem. Duh! Do I have to rerun that

Re: [GNC] Ubuntu distribution version

2020-08-24 Thread David Carlson
Bruce, In addition to Frank's suggestion, if you drill down through the GnuCash website from the start point I gave you previously there are references to Flatpak builds which is another way to backport GnuCash release 4.1 into several flavors of Linux. That route is not for everyone, as there

Re: [GNC] GnuCash Flatpak on GalliumOS Linux

2020-08-24 Thread Geert Janssens
Op maandag 24 augustus 2020 19:46:55 CEST schreef Art Chimes: > Anyone have any experience with GnuCash installed via Flatpak on > GalliumOS? (It's a niche distro designed to turn a Chromebook into a > Linux machine.) > > I installed GC 4.1 and it runs fine ... except that it doesn't > recognize

Re: [GNC] GnuCash Flatpak on GalliumOS Linux

2020-08-24 Thread Frank H. Ellenberger
Art, did you see https://wiki.gnucash.org/wiki/Flatpak#Granting_Access_to_Other_Resources HTH Frank Am 24.08.20 um 19:46 schrieb Art Chimes: > Anyone have any experience with GnuCash installed via Flatpak on > GalliumOS? (It's a niche distro designed to turn a Chromebook into a > Linux

Re: [GNC] Ubuntu distribution version

2020-08-24 Thread Frank H. Ellenberger
Bruce, perhaps you should start with https://packages.ubuntu.com/search?keywords=gnucash That will give you the overview, which GnuCash version in which release is in universe available. In some cases -{updates|backports} got more recent version than . HTH Frank Am 24.08.20 um 19:36 schrieb

[GNC] GnuCash Flatpak on GalliumOS Linux

2020-08-24 Thread Art Chimes
Anyone have any experience with GnuCash installed via Flatpak on GalliumOS? (It's a niche distro designed to turn a Chromebook into a Linux machine.) I installed GC 4.1 and it runs fine ... except that it doesn't recognize the USB drive where I my data file lives. The USB drive and the data file,

Re: [GNC] Ubuntu distribution version

2020-08-24 Thread Bruce Irving via gnucash-user
Hello, That makes sense, David and John. Thanks. According to this list Ubuntu 20 supports Gnucash 3.8 https://packages.ubuntu.com/focal/allpackages?format=txt.gz Are there any major advantages and improvements to versions 3 and 4? Derek Unfortunately, the only listing there for 3.8 is:

Re: [GNC] Monthly Payments on posted Liability?

2020-08-24 Thread Stan Brown
On 2020-08-24 09:01, Fran_3 via gnucash-user wrote: > For a posted liability of say $1,000with an agreement to pay in 10 monthly > installments of $100 each.How do you enter those monthly payments and...1 - > have the payment applied to the liability Debit:That liability Credit:Your bank

[GNC] Monthly Payments on posted Liability?

2020-08-24 Thread Fran_3 via gnucash-user
For a posted liability of say $1,000with an agreement to pay in 10 monthly installments of $100 each.How do you enter those monthly payments and...1 - have the payment applied to the liability2 - have the monthly payment appear in the "Bills Due Reminder"3 - or any report that shows you..

Re: [GNC] Ubuntu distribution version

2020-08-24 Thread David Carlson
Check out this page and references therein for most details: https://gnucash.org/new_features-4.0.phtml There are probably a few minor differences overlooked. On Mon, Aug 24, 2020 at 9:59 AM Derek Zehr wrote: > > Hello, > > That makes sense, David and John. Thanks. According to this list Ubuntu

Re: [GNC] Ubuntu distribution version

2020-08-24 Thread Derek Zehr
Hello, That makes sense, David and John. Thanks. According to this list Ubuntu 20 supports Gnucash 3.8 https://packages.ubuntu.com/focal/allpackages?format=txt.gz Are there any major advantages and improvements to versions 3 and 4? Derek On Monday, August 24, 2020 06:12 EDT, "David Cousens"

[GNC] Fwd: Re: Difficulty with online price retrieval

2020-08-24 Thread Samantha Payn
Dear John and list I think this response of mine from a week ago must have fallen through the net? Any assistance gratefully received Samantha Payn -- Original Message -- From: Samantha Payn To: John Ralls CC: Gnucash Users Date: 17 August

Re: [GNC] Ubuntu distribution version

2020-08-24 Thread David Cousens
Derek, The choices on what versions are supplied wiith a given OS version are made by the maintainers of the OS distribution. They usually use the current GnuCash version (but not always) at the time of release of a new OS version. If you want to stay up to date with GnuCash, the main options