Re: debian stretch upgrade has made gnucash unworkable

2017-08-20 Thread Maxim Cournoyer
Hello,

It's a bit of a heavy-handed workaround, but you could install Guix, a 
functional package manager that sports  transactional and roll-back updates. 
I'm using Guix(SD) myself and the packaged GnuCash version works fine. The nice 
thing about Guix is that it should be independent from your system libraries, 
so it should work independently from it.

Head to gnu.org/software/guix for more information!

Maxim
___
gnucash-user mailing list
gnucash-user@gnucash.org
https://lists.gnucash.org/mailman/listinfo/gnucash-user
-
Please remember to CC this list on all your replies.
You can do this by using Reply-To-List or Reply-All.


Re: Is there a GC function to separate a multi-split transaction into sepa rate, 2-split transactions?

2017-08-20 Thread Colin Law
Ok, I think you will need to do that one at a time as David suggests.

Colin

On 20 August 2017 at 15:19, Paul W.  wrote:
>
> Colin,
>
> I used the GC feature which allows multiple splits in a single transaction.  
> The single transaction is a deposit to a bank asset account. The multiple 
> splits are bank deposit items from income accounts and asset accounts.  This 
> is analogous to a bank deposit slip with multiple checks to deposit.  I want 
> to separate these splits into 2-split transactions so that I have one 
> transaction for each deposit item.
>
>
> -- Original Message --
> From: Colin Law 
> To: "Paul W." 
> Cc: "gnucash-user@gnucash.org" 
> Subject: Re: Is there a GC function to separate a multi-split transaction 
> into sepa rate, 2-split transactions?
> Date: Fri, 18 Aug 2017 22:01:35 +0100
>
> I am not sure exactly what you mean. Can you explain a bit more about
> the situation you are in, and how you got to that position?
>
> Colin
>
> On 18 August 2017 at 16:24, Paul W.  wrote:
>> I have multiple bank deposit items showing in a single, multi-split 
>> transaction.
>> Is there a GC function to separate the multi-split transaction into 
>> separate, 2-split transactions?
>> If not, I would appreciate guidance on how to manually separate the splits, 
>> other than re-entering each deposit item as a separate transaction.
>>
>> GC novice, double-entry novice.
>>
>> ___
>> gnucash-user mailing list
>> gnucash-user@gnucash.org
>> https://lists.gnucash.org/mailman/listinfo/gnucash-user
>> -
>> 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
https://lists.gnucash.org/mailman/listinfo/gnucash-user
-
Please remember to CC this list on all your replies.
You can do this by using Reply-To-List or Reply-All.


Re: Manually adding prices to securities

2017-08-20 Thread Michael via gnucash-user
William, I believe there was a bug in 2.6.12 that was fixed in
2.6.13 and beyond.  I seem to remember the same problem when I was using
2.6.12. Mike 

On Sun, 20 Aug 2017 00:26:56 -0400 William Kupersanin
 wrote:

> I seem to be unable to manually add prices to securities using the
> price editor. When I try, I am able to go into the dialog box and
> enter a price corresponding to a date, but if I hit apply or okay,
> the data is never actually stored and reflected in the list of
> security prices. Security prices that are either due to transactions
> or due to online updates do persist, but I want to add some
> historical data manually.
> 
> If it makes a difference, this is GnuCash 2.6.12 with the file system
> back-end. (stock ubuntu package)
> 
> Thanks,
> --Willie
> ___
> gnucash-user mailing list
> gnucash-user@gnucash.org
> https://lists.gnucash.org/mailman/listinfo/gnucash-user
> -
> 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
https://lists.gnucash.org/mailman/listinfo/gnucash-user
-
Please remember to CC this list on all your replies.
You can do this by using Reply-To-List or Reply-All.


Re: Retrieving online quotes

2017-08-20 Thread John Ralls

> On Aug 19, 2017, at 7:09 PM, Peter Ling  wrote:
> 
> Hi there,
> 
> I’ve installed GNUCash 2.6.17 and wish to retrieve online stock quotes on a 
> mac.
> 
> I’ve followed 5.4.1.1. Steps to enable On-line price updating
> 
> When I type “perldoc Finance::Quote into the terminal window it returns 
>   No documentation found for "Finance::Quote”
> 
> According to the docs this means that it is not installed, however it later 
> says that if you have installed from the installer then Finance::Quote is 
> already installed.
> 
> Typing gnc-fq-dump returns command not found.
> 
> Any assistance would be greatly appreciated.
> 


You need to use the full path to gnc-fq-dump because application bundles are 
not in the path. If you put Gnucash.app in /Applications the path will be
/Applications/Gnucash.app/Contents/Resources/bin/gnc-fq-dump.

You can run /Applications/Gnucash.app/Contents/Resources/bin/gnc-fq-update to 
install or update the perl modules that GnuCash requires for online quotes.

Regards,
John Ralls


___
gnucash-user mailing list
gnucash-user@gnucash.org
https://lists.gnucash.org/mailman/listinfo/gnucash-user
-
Please remember to CC this list on all your replies.
You can do this by using Reply-To-List or Reply-All.