Re: [GNC] update quotes hanging

2019-09-23 Thread Adrien Monteleone
I could be mistaken, but that PPA does not include the recent builds of 
aqbanking. Allegedly, those builds (with what applications?) seem to work.

More than likely for now, if you are affected, you need to build aqbanking with 
the most recent version. *Then* all should be well.

The next version of GnuCash is not due out till the end of year.

Perhaps if there is enough demand, an interim update to 3.7 might happen with 
an updated aqbanking to accommodate Eurozone users. But that would of course be 
up to the dev team. I certainly don’t mean to encourage more work. But this 
might be a rare special case.

Regards,
Adrien

> On Sep 23, 2019 w39d266, at 8:59 PM, Jon Schewe  wrote:
> 
> I just tried 3.7.0 from ppa:sicklylife/gnucash and the behavior hasn't changed

___
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] [GNC-dev] Yahoo blocking GnuCash Email

2019-09-23 Thread Adrien Monteleone
I didn’t consider Nabble when I mentioned that, but it would be an additional 
complication.

Since subsequent delivery reports apparently indicate all is well, perhaps the 
initial blocking wasn’t as catastrophic as suspected.

The mailing list has been around for many years, and an occasional 
outage/hiccup for a single domain is not out of the ordinary. If it becomes a 
pattern, then certainly, it would be worth investigating.

Regards,
Adrien

> On Sep 23, 2019 w39d266, at 8:35 PM, D via gnucash-user 
>  wrote:
> 
> Maybe not, but Adrien hypothesized that users may report Gnucash mail as spam 
> because they ask us to unsubscribe, when they are subscribed to nabble. I was 
> responding to that, prematurely.
> 
> David
> 
> On September 23, 2019, at 10:13 PM, Derek Atkins  wrote:
> 
> HI,
> 
> D via gnucash-user  writes:
> 
>> Perhaps it's time to look into ways to decouple our mailing list more
>> fully from nabble (which is where the biggest misunderstandings seem
>> to originate with regards to list subscriptions). Gnucash.org
>> shouldn't suffer because of nabble's practices.
> 
> I don't think this has anything to do with nabble.
> 
>> David
> 
>> Please remember to CC this list on all your replies.
>> You can do this by using Reply-To-List or Reply-All.
> 
> -derek

___
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] update quotes hanging

2019-09-23 Thread John Ralls
Have you updated Finance::Quote to 1.49? It throttles the Alphavantage requests 
to comply with their 5 quotes/minute restriction.

You might also consider using yahoo_json for as many non-currency commodities 
as you can. Yahoo! still supports the json API and doesn't require throttling.

Regards,
John Ralls

> On Sep 23, 2019, at 6:59 PM, Jon Schewe  wrote:
> 
> I just tried 3.7.0 from ppa:sicklylife/gnucash and the behavior hasn't 
> changed.
> 
> On 9/23/19 2:25 PM, Adrien Monteleone wrote:
>> There are no updates to the 2.6 series any longer. 2.6.21 is the last one 
>> and nearly 18 months old. There have been eight 3.x releases so far.
>> 
>> You can build from source, or there are debs floating around on the list for 
>> 3.7 that you should be able to install on 18.04.
>> 
>> 
>> Regards,
>> Adrien
>> 
>>> On Sep 23, 2019 w39d266, at 5:58 AM, Jon Schewe  wrote:
>>> 
>>> I'm using GnuCash 2.6.19 that ships with Ubuntu 18.04. I'm finding that the 
>>> update price quotes process is hanging, both from within GnuCash and from 
>>> the command line.
>>> 
>>> I've created a CSV file of all of my commodities and tested them individual 
>>> using gnc-fq-dump and they all return fairly quickly. Not all of them have 
>>> valid prices, but none hang. Below is the script that I have used with cron 
>>> in the past to update my quotes at regular intervals.
>>> 
>>> When the process is running I can strace it and I find that the perl 
>>> process is usually in a write call writing "use of uninitialized value".
>>> 
>>> Does anyone have suggestions to determine why updating the quotes is 
>>> hanging?
>>> 
>>> Is this a problem with this version of gnucash? I would prefer to stick 
>>> with the version of gnucash that comes with my distribution so that I get 
>>> automatic updates, however I can build a custom version if that is what is 
>>> needed.
>>> 
>>> 
>>> #!/bin/sh
>>> 
>>> ALPHAVANTAGE_API_KEY=XXX
>>> export ALPHAVANTAGE_API_KEY
>>> env $(dbus-launch) sh -c 'trap "kill $DBUS_SESSION_BUS_PID" EXIT; 
>>> /usr/bin/gnucash --add-price-quotes 
>>> ${HOME}/Documents/banking/gnucash/accounts.gnucash' 2>&1 | grep -v "Found 
>>> Finance::Quote"
>>> 
>>> -- 
>>> http://mtu.net/~jpschewe
>> ___
>> 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.
> 
> -- 
> http://mtu.net/~jpschewe
> 
> ___
> 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] OFX import for Multiple Visa

2019-09-23 Thread Andrew Gross
Kevin,

Sounds like you may not have gone through the documentation yet on
aqbanking.  Start here
 to review how
the aqbanking wizard works which is used to configure mappings between your
credit card numbers and your accounts in GnuCash.

Regards,
AEG

On Mon, Sep 23, 2019 at 9:17 PM Kevin Hale Boyes  wrote:

> Thanks for the advice but I'm not sure how to use it.
> I've never used aqbanking and when I went into it just now there are no
> account mappings at all.
> If I look to create one then I'm not really sure what to use.
> I'm guessing the backend is aqnone but then I don't know what an IBAN is
> or what the Owner Name is.
>
> Is aqbanking the right way of solving this?
>
> In addition to the 2 VISAs I also have a Mastercard and imports works
> just fine so I'm at a loss as to why my new second VISA isn't working.
>
> Thanks,
> Kevin.
>
> On Sun, 22 Sep 2019 at 22:46, aegross  wrote:
>
>> I have a similar thread dealing with Amex.  Essentially, after downloading
>> the OFX file manually from the Amex website, I used the account code as
>> listed in .  To use the new account code, I deleted the mapping in
>> the aqbanking wizard and created a new one.
>>
>>
>>
>> --
>> 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.
>>
>

-- 
Andrew Gross
917.750.6981
___
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] GnuCash 3.6 online banking with Chase, NEWFILEUID bug

2019-09-23 Thread David Reiser via gnucash-user
I’ve been using gnucash/aqbanking for several years to retrieve credit card 
transactions from Chase. I just checked my ofx.log file, and sending the 
NEWFILEUID with the .000 on the end does not affect my downloads.
--
Dave Reiser
dbrei...@icloud.com





> On Sep 23, 2019, at 10:47 PM, Eric Haszlakiewicz  
> wrote:
> 
> I've been trying to figure out why I'm not able to get GnuCash to connect
> to Chase's online banking, and I think I've tracked down the difference
> between a working request and the failing ones.
> 
> Following
> https://stackoverflow.com/questions/48157580/how-do-i-programmatically-download-my-bank-transactions-from-chase-without-using
> and
> the script it links to (
> https://raw.githubusercontent.com/agtsai-i/ofx/master/ofx-ba-tfb.py), I was
> able to successfully fetch an account list.
> Comparing that to GnuCash's ofx.log, there are a handful of differences,
> but the one that seems to be causing the problem is the NEWFILEUID header.
> GnuCash sends a header that looks like:
> NEWFILEUID:20190923223547.000
> 
> While that python script sends a uuid, e.g.:
> NEWFILEUID:83339694c9e8454391bb91ea0deb8839
> 
> Chase does not like the GnuCash value, but merely dropping the ".000" off
> the end seems to be enough to get things working.  So, I have a couple of
> questions:
> * Has this been fixed in a newer version of GnuCash?  I'm using GnuCash 3.6
> because 3.7 just crashes (see my other email "GnuCash 3.7 crash in online
> banking").
> * Is there an easy way to tweak was GnuCash sends without needing a new
> release?
> 
> Thanks,
> Eric
> ___
> 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.


[GNC] GnuCash 3.6 online banking with Chase, NEWFILEUID bug

2019-09-23 Thread Eric Haszlakiewicz
I've been trying to figure out why I'm not able to get GnuCash to connect
to Chase's online banking, and I think I've tracked down the difference
between a working request and the failing ones.

Following
https://stackoverflow.com/questions/48157580/how-do-i-programmatically-download-my-bank-transactions-from-chase-without-using
and
the script it links to (
https://raw.githubusercontent.com/agtsai-i/ofx/master/ofx-ba-tfb.py), I was
able to successfully fetch an account list.
Comparing that to GnuCash's ofx.log, there are a handful of differences,
but the one that seems to be causing the problem is the NEWFILEUID header.
GnuCash sends a header that looks like:
NEWFILEUID:20190923223547.000

While that python script sends a uuid, e.g.:
NEWFILEUID:83339694c9e8454391bb91ea0deb8839

Chase does not like the GnuCash value, but merely dropping the ".000" off
the end seems to be enough to get things working.  So, I have a couple of
questions:
* Has this been fixed in a newer version of GnuCash?  I'm using GnuCash 3.6
because 3.7 just crashes (see my other email "GnuCash 3.7 crash in online
banking").
* Is there an easy way to tweak was GnuCash sends without needing a new
release?

Thanks,
Eric
___
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.7 crash in online banking

2019-09-23 Thread Eric Haszlakiewicz
I'm trying to get online banking set up with my Chase credit card, and
while using version 3.5 I tracked down a bug in what GnuCash was sending
that was causing things to not work (bad NEWFILEUID header, fwiw) , so I
decided to try with the newest version, 3.7, on Windows 10, hoping that the
bug has been fixed.
Unfortunately, the online banking now *always* crashes.
I've completely cleared out my aqbanking folder, and the steps to get it to
crash are:
* Tools->Online Banking Setup
* Click Next, Start aqbanking Wizard, then Create User
* Then click next, choose OFX-DirectConnect backend, next, and Run
* In the OFX DirectConnect Setup Wizard, click Next, then select the bank:
"Chase(credit card)  (636)", Next again
* The values for user name, user id and client uid don't seem to make a
difference, fill in something, click Next
* The emulated application doesn't seem to make a difference, use default,
click Next
* Windows pops up asking to accept certificate, click Yes
* GnuCash crashes. :(

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 List" button inside the online
banking setup.

Is anyone else having this problem?  Any possible fixes or workarounds?

Thanks,
Eric
___
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] update quotes hanging

2019-09-23 Thread Jon Schewe
I just tried 3.7.0 from ppa:sicklylife/gnucash and the behavior hasn't 
changed.


On 9/23/19 2:25 PM, Adrien Monteleone wrote:

There are no updates to the 2.6 series any longer. 2.6.21 is the last one and 
nearly 18 months old. There have been eight 3.x releases so far.

You can build from source, or there are debs floating around on the list for 
3.7 that you should be able to install on 18.04.


Regards,
Adrien


On Sep 23, 2019 w39d266, at 5:58 AM, Jon Schewe  wrote:

I'm using GnuCash 2.6.19 that ships with Ubuntu 18.04. I'm finding that the 
update price quotes process is hanging, both from within GnuCash and from the 
command line.

I've created a CSV file of all of my commodities and tested them individual 
using gnc-fq-dump and they all return fairly quickly. Not all of them have 
valid prices, but none hang. Below is the script that I have used with cron in 
the past to update my quotes at regular intervals.

When the process is running I can strace it and I find that the perl process is usually 
in a write call writing "use of uninitialized value".

Does anyone have suggestions to determine why updating the quotes is hanging?

Is this a problem with this version of gnucash? I would prefer to stick with 
the version of gnucash that comes with my distribution so that I get automatic 
updates, however I can build a custom version if that is what is needed.


#!/bin/sh

ALPHAVANTAGE_API_KEY=XXX
export ALPHAVANTAGE_API_KEY
env $(dbus-launch) sh -c 'trap "kill $DBUS_SESSION_BUS_PID" EXIT; /usr/bin/gnucash 
--add-price-quotes ${HOME}/Documents/banking/gnucash/accounts.gnucash' 2>&1 | grep -v "Found 
Finance::Quote"

--
http://mtu.net/~jpschewe

___
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.


--
http://mtu.net/~jpschewe

___
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] [GNC-dev] Yahoo blocking GnuCash Email

2019-09-23 Thread D via gnucash-user
Maybe not, but Adrien hypothesized that users may report Gnucash mail as spam 
because they ask us to unsubscribe, when they are subscribed to nabble. I was 
responding to that, prematurely.

David

On September 23, 2019, at 10:13 PM, Derek Atkins  wrote:

HI,

D via gnucash-user  writes:

> Perhaps it's time to look into ways to decouple our mailing list more
> fully from nabble (which is where the biggest misunderstandings seem
> to originate with regards to list subscriptions). Gnucash.org
> shouldn't suffer because of nabble's practices.

I don't think this has anything to do with nabble.

> David

> Please remember to CC this list on all your replies.
> You can do this by using Reply-To-List or Reply-All.

-derek
-- 
   Derek Atkins 617-623-3745
   de...@ihtfp.com www.ihtfp.com
   Computer and Internet Security Consultant
___
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] OFX import for Multiple Visa

2019-09-23 Thread Kevin Hale Boyes
Thanks for the advice but I'm not sure how to use it.
I've never used aqbanking and when I went into it just now there are no
account mappings at all.
If I look to create one then I'm not really sure what to use.
I'm guessing the backend is aqnone but then I don't know what an IBAN is or
what the Owner Name is.

Is aqbanking the right way of solving this?

In addition to the 2 VISAs I also have a Mastercard and imports works
just fine so I'm at a loss as to why my new second VISA isn't working.

Thanks,
Kevin.

On Sun, 22 Sep 2019 at 22:46, aegross  wrote:

> I have a similar thread dealing with Amex.  Essentially, after downloading
> the OFX file manually from the Amex website, I used the account code as
> listed in .  To use the new account code, I deleted the mapping in
> the aqbanking wizard and created a new one.
>
>
>
> --
> 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] update quotes hanging

2019-09-23 Thread Adrien Monteleone
There are no updates to the 2.6 series any longer. 2.6.21 is the last one and 
nearly 18 months old. There have been eight 3.x releases so far.

You can build from source, or there are debs floating around on the list for 
3.7 that you should be able to install on 18.04.


Regards,
Adrien

> On Sep 23, 2019 w39d266, at 5:58 AM, Jon Schewe  wrote:
> 
> I'm using GnuCash 2.6.19 that ships with Ubuntu 18.04. I'm finding that the 
> update price quotes process is hanging, both from within GnuCash and from the 
> command line.
> 
> I've created a CSV file of all of my commodities and tested them individual 
> using gnc-fq-dump and they all return fairly quickly. Not all of them have 
> valid prices, but none hang. Below is the script that I have used with cron 
> in the past to update my quotes at regular intervals.
> 
> When the process is running I can strace it and I find that the perl process 
> is usually in a write call writing "use of uninitialized value".
> 
> Does anyone have suggestions to determine why updating the quotes is hanging?
> 
> Is this a problem with this version of gnucash? I would prefer to stick with 
> the version of gnucash that comes with my distribution so that I get 
> automatic updates, however I can build a custom version if that is what is 
> needed.
> 
> 
> #!/bin/sh
> 
> ALPHAVANTAGE_API_KEY=XXX
> export ALPHAVANTAGE_API_KEY
> env $(dbus-launch) sh -c 'trap "kill $DBUS_SESSION_BUS_PID" EXIT; 
> /usr/bin/gnucash --add-price-quotes 
> ${HOME}/Documents/banking/gnucash/accounts.gnucash' 2>&1 | grep -v "Found 
> Finance::Quote"
> 
> -- 
> http://mtu.net/~jpschewe

___
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] [GNC-dev] Yahoo blocking GnuCash Email

2019-09-23 Thread Derek Atkins
HI,

D via gnucash-user  writes:

> Perhaps it's time to look into ways to decouple our mailing list more
> fully from nabble (which is where the biggest misunderstandings seem
> to originate with regards to list subscriptions). Gnucash.org
> shouldn't suffer because of nabble's practices.

I don't think this has anything to do with nabble.

> David

> Please remember to CC this list on all your replies.
> You can do this by using Reply-To-List or Reply-All.

-derek
-- 
   Derek Atkins 617-623-3745
   de...@ihtfp.com www.ihtfp.com
   Computer and Internet Security Consultant
___
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] update quotes hanging

2019-09-23 Thread Jon Schewe
I'm using GnuCash 2.6.19 that ships with Ubuntu 18.04. I'm finding that 
the update price quotes process is hanging, both from within GnuCash and 
from the command line.


I've created a CSV file of all of my commodities and tested them 
individual using gnc-fq-dump and they all return fairly quickly. Not all 
of them have valid prices, but none hang. Below is the script that I 
have used with cron in the past to update my quotes at regular intervals.


When the process is running I can strace it and I find that the perl 
process is usually in a write call writing "use of uninitialized value".


Does anyone have suggestions to determine why updating the quotes is 
hanging?


Is this a problem with this version of gnucash? I would prefer to stick 
with the version of gnucash that comes with my distribution so that I 
get automatic updates, however I can build a custom version if that is 
what is needed.



#!/bin/sh

ALPHAVANTAGE_API_KEY=XXX
export ALPHAVANTAGE_API_KEY
env $(dbus-launch) sh -c 'trap "kill $DBUS_SESSION_BUS_PID" EXIT; 
/usr/bin/gnucash --add-price-quotes 
${HOME}/Documents/banking/gnucash/accounts.gnucash' 2>&1 | grep -v 
"Found Finance::Quote"


--
http://mtu.net/~jpschewe

___
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] How to enter the gain on sale of shares

2019-09-23 Thread TAKASHI KANAMORI
Thank you.

2019年9月22日(日) 23:13 John Ralls :

>
>
> > On Sep 21, 2019, at 5:22 PM, TAKASHI KANAMORI <
> takashi.kanamori...@gmail.com> wrote:
> >
> > Hello.
> >  In addition to entering the number of shares, the stock price, and the
> > total amount when posting the gain on sale of shares in GNUCaSH, the gain
> > on the sale is entered in the stock item, but it is inevitably required
> to
> > enter the number of shares and the stock price, so it really matches the
> > actual situation  It will disappear.  What should I do?
>
> This is covered in great detail in
> https://www.gnucash.org/docs/v3/C/gnucash-guide/chapter_capgain.html.
>
> 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] Aqbanking install question/problem

2019-09-23 Thread Geert Janssens
AQBanking is in a state of flux currently due to big changes in how European 
banks need to be communicated with.

That may have something to do with your crash. To help diagnose and 
potentially fix this, it may be useful to talk about this on the aqbanking 
mailing lists.

Regards,

Geert

Op zondag 22 september 2019 17:19:05 CEST schreef randix:
> Returning to a Windows environment after giving up on my Pixel Chromebook
> and GnuCash being sweetie pies (apparently, they are only distant friends).
> 
> Anyway, I'm running Windows 10 on my new Dell XPS 13 laptop, and using
> GnuCash Version: 3.7
> Build ID: 3.7+(2019-09-07).
> 
> My current issue is with setting up AQBanking... I'm setting up my accounts,
> but whenever I get to the point where it is retrieving the associated
> accounts as part of the setup, GnuCash totally closes down. I've tried it
> multiple times and it shuts down when I get to that very step. Any ideas?
> 
> 
> 
> --
> 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.