Re: Building 2.6.19 on Ubuntu Xenial

2018-02-27 Thread Colin Law
On 26 February 2018 at 23:49, Adrien Monteleone
 wrote:
> I’m setting up an Ubuntu Xenial machine for a family member and I’d like to 
> put Gnucash on it. The Xenial repos are dated to 2.6.12, a bit too stale.

The next LTS (18.04) will be out in a few weeks and is available for
download as a daily build, you might consider using that, otherwise
the system will be 2 years out of date almost immediately.  I don't
know what version of GC is on that at the moment, but it will be at
least 2.6.17 as that is what is on 17.10.

Colin
___
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: Liabilities / Accounts

2018-02-27 Thread Maf. King
On Monday, 26 February 2018 22:51:39 GMT Seamus Duffy | J.D. Tools Ltd. wrote:
> Support at GNUCash,
> 
> I have downloaded your free accounts and i'm very impressed however, I have
> a problem with entering a new account in Liabilities, maybe you could
> instruct me how it should be done as I can't get it to work.
> 
> Your help would be much appreciated.
> 
> What I'm trying to do is as follows : I need to enter rent on a weekly
> basis but pay one amount at month end. (I thought an account would work in
> liabilities and expenses) with four enteries in libilities and one entery
> from the expense account.
> 
> Kind regards
> James

Hi James,

The Idea sounds good to me.   How is it not working?

Maf.


-- 
Maf. King
PGP Key fingerprint = 8D68 A91F 733B 2C1F 43B7  2B7C E591 E8E1 0DE7 C542



___
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: Liabilities / Accounts

2018-02-27 Thread Maf. King
On Tuesday, 27 February 2018 11:20:21 GMT you wrote:
> Maf King
> 
> Thank you for responding.
> Under liabilities we have listed an account Rent due (which is listed in
> Parent Account under Liabilities and under Account type Liability) when I
> enter a value in the Journal enteries I get two enteries the same entry
> under Increase and Decrease and zero in the balance column, is it I 've set
> it up wrong.
> 
> Thank you
> James
> 

Hi James,

Don't forget to reply to the list too, others may be able to help better than 
me, and this conversation may benefit someone else in the future too.

The set up sound correct.  It sounds like you may not be entering the 
transaction properly. (look at the GC concept guide about using a credit card 
- chapter 7.  this is a conceptually very similar situation, just you are 
acting as your own card until you pay the rent)

your weekly transaction should be between liability and expense, then when you 
pay the bill once per month, the transfer is from the Bank Account to the 
liability (so the liability goes back to zero)

HTH,
Maf.

___
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: Finance-Quote 1.47 Unable to retrieve Currency quotes

2018-02-27 Thread Adriano Baldi
Hello to all


After some test I finally ad a delay of 30s delay between two subsequent
downloads.
With this delay the error disappear.

- Quote.pm --
...
  # Don't know if these have to be in upper case, but it's
  # better to be safe than sorry.
  $to = uc($to);
  $from = uc($from);

  return $amount if ($from eq $to); # Trivial case.

  my $ua = $this->user_agent;

  my $ALPHAVANTAGE_API_KEY = $ENV{'ALPHAVANTAGE_API_KEY'};
  return undef unless ( defined $ALPHAVANTAGE_API_KEY );

  sleep 30;   <= ADD THIS

  my $reply = $ua->request(GET "${ALPHAVANTAGE_CURRENCY_URL}"
. "&from_currency=" . ${from}
. "&to_currency=" . ${to}
. "&apikey=" . ${ALPHAVANTAGE_API_KEY} );

---

We are far, from having found the solution but at least I have found a
temporary solution to the problem.
With the hope that the "Maestro" (Italian term) Erik Colson will intervene
for the benefit of everyone with one of his magic codes.

Best regards

 Adriano

2018-02-23 2:09 GMT+01:00 Les :

> Thanks for the explanation Larry.  Now I understand.  I just don't know
> why I am unable to update currency quotes since 02/13/2018. Perhaps
> Alphavantage is just not robust enough to support all the users of GC plus
> what they were supporting before Yahoo went south last year.
>
> I appreciate what Erik Colson was able to put together in such a very
> short time. And Alphavantage seems to be the only game in town for the time
> being. All of the developers of GC need a big round of applause for keeping
> GC moving forward and answering all of the questions from users.
>
> Les
>
>
> On 02/22/2018 05:29 PM, ln.mailingli...@iinet.net.au wrote:
>
>> If you take a look in the Quote.pm perl module, the currency
>> conversion method calls the alpha vantage CURRENCY_EXCHANGE_RATE
>> function. As far as I can see this is the *only* source of exchange
>> rate data available in Finance::Quote (at least assuming you are using
>> version 1.47). Given this, any setting in gnucash is unlikely to
>> change anything (and is probably why gnucash reverts to currency no
>> matter what you do - it's the one data source that binds them all when
>> it comes to currency).
>> Also see the following post from Erik Colson (FQ developer)
>> https://sourceforge.net/p/finance-quote/mailman/message/36112625/
>> And finally, if you want to prove it for yourself, run currency
>> conversion with and without the alpha vantage key set.
>> Cheers,
>> Larry
>>
>> Maybe I am missing something but when I go to Security Editor,
>> click
>> on
>>
>> currencies and then select unknown and then alphavantage and save
>> it
>>
>> reverts back to single, currency. So how is the quote (when I get
>> one)
>>
>> coming from alphavantage?
>>
>> Confused,
>>
>> Les
>>
>> On 02/22/2018 03:09 AM, ln.mailinglists at iinet.net.au [1]
>> wrote:
>>
>> >_ Hi Richard, _
>>
>> >_ It's definitely alphavantage for currency - you can check the
>> data
>> URL _
>>
>> >_ early in the Quote.pm module. _
>>
>> >_ I'd agree with Adriano's assessment that the problem is server
>> side. _
>>
>> >_ I did a test this morning where I repeatedly requested quotes
>> from
>> _
>>
>> >_ gnucash - the first four attempts sucessfully grabbed all of my
>> stock _
>>
>> >_ values but failed on USD/AUD exchange rates, while the fifth
>> test
>> got _
>>
>> >_ everything. _
>>
>> >
>>
>> >_ Cheers, _
>>
>> >_ Larry _
>>
>> >
>>
>> >_ Date: Wed, 21 Feb 2018 11:24:25 + _
>>
>> >_ From: Richard Morris _
>>
>> >_ To: Adriano Baldi _
>>
>> >_ Cc: gnucash-user _
>>
>> >_ Subject: Re: Finance-Quote 1.47 Unable to retrieve Currency
>> quotes
>> _
>>
>> >_ Message-ID: _
>>
>> >
>>
>> >_ Content-Type: text/plain; charset="UTF-8" _
>>
>> >_ But I wonder - does GNUCash use alphavantage for currencies? _
>>
>> >_ I see this: _
>>
>> >_ "There are 3 types of sources of which the first - currency -
>> is _
>>
>> >_ hardcoded _
>>
>> >_ and responsible to fetch ISO currencies. The other two can be
>> selected _
>>
>> >_ in _
>>
>> >_ the security editor." _
>>
>> >_ https://www.gnucash.org/docs/v2.6/C/gnucash-help/apas01.html
>> [2] _
>>
>> >_ I'm still having the issue with currencies. How about you
>> Adriano?
>> _
>>
>> >_ And isn't it odd that gnc-fq-dump currency USD EUR (for
>> example) _
>>
>> >_ works? _
>>
>> >_ ___ _
>>
>> >_ gnucash-user mailing list _
>>
>> >_ gnucash-user at gnucash.org [3] _
>>
>> >_ To update your subscription preferences or to unsubscribe: _
>>
>> >_ https://lists.gnucash.org/mailman/listinfo/g

Re: Building 2.6.19 on Ubuntu Xenial

2018-02-27 Thread Adrien Monteleone
Thanks Colin,

Unfortunately, I’m giving him the system this weekend, so 18.04 is out. He’s 
been using Ubuntu since 10.04, Unity was enough of an adjustment and he’s been 
using it for 6 years. I’m not sure he’ll take to a more standard Gnome well. I 
was going to let him ride out Xenial till EOL and then decide what to do then.

I was preferring 2.6.19 over .17 but it might not make a difference if I’m 
going to bump him via a build to 3.0/3.1 anyway.

Regards,
Adrien

> On Feb 27, 2018, at 3:04 AM, Colin Law  wrote:
> 
> On 26 February 2018 at 23:49, Adrien Monteleone
>  wrote:
>> I’m setting up an Ubuntu Xenial machine for a family member and I’d like to 
>> put Gnucash on it. The Xenial repos are dated to 2.6.12, a bit too stale.
> 
> The next LTS (18.04) will be out in a few weeks and is available for
> download as a daily build, you might consider using that, otherwise
> the system will be 2 years out of date almost immediately.  I don't
> know what version of GC is on that at the moment, but it will be at
> least 2.6.17 as that is what is on 17.10.
> 
> Colin

___
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: Building 2.6.19 on Ubuntu Xenial

2018-02-27 Thread Adrien Monteleone
Thanks Dave,

I forgot about the README.dependencies file. I’ll take a look.

I knew I was going to get some useful feedback from gcc and ./configure, I just 
didn’t know how messy it was going to be.

I appreciate the tips on prefix and paths. That explains why I had trouble with 
a recent build of 2.7 turning into a mess with an older 2.6 from the official 
repo still installed. Sometimes you find instructions that assume you know all 
the implications of a choice, I guess I didn’t.

Glad to know you successfully built 2.6.19 on 4.13.0-36 as that’s the same one 
I’m working with.

I’ll give it a go this afternoon.

Regards,
Adrien

> On Feb 27, 2018, at 12:05 AM, DaveC49  wrote:
> 
> Just an additional comment Adrien,
> 
> ./configure usually checks all the dependencies. First time I compiled
> gnucash from sources I just reran ./configure installing any packages it
> flagged as missing. i've just recompiled 2.6.19 on Linux Mint 18.3 (Ubuntu
> 16.04 derivative updated to Linux kernel version 4.13.0-36) without any
> hassles and it's working fine. 
> 
> David
> 
> 
> 
> -
> David Cousens
> --
> 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: Liabilities / Accounts

2018-02-27 Thread Adrien Monteleone
James,

Everyone has their own methods, but the Tutorial & Concepts Guide has a 
suggestion that I’ve followed and it’s served me well.

I always enter transactions working in the account register the money is coming 
FROM.

I never use the General Journal/Ledger.

In the case of a liability/expense situation, consider entering it in the 
particular liability register (Rent Due in your case) since it’s the liability 
that is ‘paying’ the expense until you actually fork over the cash. (and then 
enter that final payment transaction from the cash/checking register)

This way you will always keep the splits straight. Money always moves from one 
account to another, and if you're already in the FROM account, the TO account 
is much simpler to figure out.

Also, since this is likely to be a recurring transaction and the amount is 
likely to remain stable, consider learning how to use the Scheduled Transaction 
feature. You can have these weekly transactions automatically created for you. 
(with the ability to review and adjust them first) Then you’d only need to 
manually enter the actual payment each month when you make it.


Regards,
Adrien

> On Feb 27, 2018, at 5:34 AM, Maf. King  wrote:
> 
> On Tuesday, 27 February 2018 11:20:21 GMT you wrote:
>> Maf King
>> 
>> Thank you for responding.
>> Under liabilities we have listed an account Rent due (which is listed in
>> Parent Account under Liabilities and under Account type Liability) when I
>> enter a value in the Journal enteries I get two enteries the same entry
>> under Increase and Decrease and zero in the balance column, is it I 've set
>> it up wrong.
>> 
>> Thank you
>> James
>> 
> 
> Hi James,
> 
> Don't forget to reply to the list too, others may be able to help better than 
> me, and this conversation may benefit someone else in the future too.
> 
> The set up sound correct.  It sounds like you may not be entering the 
> transaction properly. (look at the GC concept guide about using a credit card 
> - chapter 7.  this is a conceptually very similar situation, just you are 
> acting as your own card until you pay the rent)
> 
> your weekly transaction should be between liability and expense, then when 
> you 
> pay the bill once per month, the transfer is from the Bank Account to the 
> liability (so the liability goes back to zero)
> 
> HTH,
> Maf.
> 
> ___
> 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.

Problem With Current Assets

2018-02-27 Thread Les
I have a set my chart for accounts under Current Assets: Cash, then 
various banks etc.  Today, I decided to add a sub account to Cash: 
Banks.  In attempting to place the various banks under "Banks", one of 
my accounts got accidentally placed under another bank and I cannot 
figure out how to undo it.  When I try to change the parent account I 
get a message "you must choose a valid parent account".


I can't figure out how to correct this.  Probably just brain dead. I 
have changed structures before without any problem.


System is LInux Mint 18.2 and GC 2.6.17.

Any help, greatly appreciated.


Les

___
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: Problem With Current Assets

2018-02-27 Thread Adrien Monteleone
Did you try putting it back in it’s original place and trying again?

I’ve encountered this error before, but sadly do not recall what triggered it 
or how I fixed it. I think I slightly recall it had something to do with 
similar naming, but I could be mistaken.

My instinct though would be to double check the types of each account and make 
sure they are correct. There might be a check against placing non-asset 
accounts under other asset accounts for example. Perhaps the account in 
question somehow is of the wrong type.

Regards,
Adrien

> On Feb 27, 2018, at 1:13 PM, Les  wrote:
> 
> I have a set my chart for accounts under Current Assets: Cash, then various 
> banks etc.  Today, I decided to add a sub account to Cash: Banks.  In 
> attempting to place the various banks under "Banks", one of my accounts got 
> accidentally placed under another bank and I cannot figure out how to undo 
> it.  When I try to change the parent account I get a message "you must choose 
> a valid parent account".
> 
> I can't figure out how to correct this.  Probably just brain dead. I have 
> changed structures before without any problem.
> 
> System is LInux Mint 18.2 and GC 2.6.17.
> 
> Any help, greatly appreciated.
> 
> 
> Les
> 
> ___
> 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: Problem With Current Assets

2018-02-27 Thread Les

Thanks for the reply, Adrien.

Yes, I tried that repeatedly but kept getting the same error message.  I 
decided to go back to a previous GC file, opened it and my problem is 
now solved.  I saved that file with a new name.


The fix was too simple although I have done this many times in the past.

Les
On 02/27/2018 01:20 PM, Adrien Monteleone wrote:

Did you try putting it back in it’s original place and trying again?

I’ve encountered this error before, but sadly do not recall what triggered it 
or how I fixed it. I think I slightly recall it had something to do with 
similar naming, but I could be mistaken.

My instinct though would be to double check the types of each account and make 
sure they are correct. There might be a check against placing non-asset 
accounts under other asset accounts for example. Perhaps the account in 
question somehow is of the wrong type.

Regards,
Adrien


On Feb 27, 2018, at 1:13 PM, Les  wrote:

I have a set my chart for accounts under Current Assets: Cash, then various banks etc.  Today, I 
decided to add a sub account to Cash: Banks.  In attempting to place the various banks under 
"Banks", one of my accounts got accidentally placed under another bank and I cannot 
figure out how to undo it.  When I try to change the parent account I get a message "you must 
choose a valid parent account".

I can't figure out how to correct this.  Probably just brain dead. I have 
changed structures before without any problem.

System is LInux Mint 18.2 and GC 2.6.17.

Any help, greatly appreciated.


Les

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


___
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: Problem With Current Assets

2018-02-27 Thread Adrien Monteleone
Playing around, I managed to trigger the error message.

I selected an account and then clicked the edit button. I then tried to 
re-assign it to itself as the parent. Of course, this is impossible.

Not sure if that’s what happened in your case. And for me, I recall now naming 
did play a part. Because I had some accounts very similarly named and I wasn’t 
paying close enough attention to the tree, I was attempting to place an account 
under itself rather than a different account.

Regards,
Adrien

> On Feb 27, 2018, at 1:33 PM, Les  wrote:
> 
> Thanks for the reply, Adrien.
> 
> Yes, I tried that repeatedly but kept getting the same error message.  I 
> decided to go back to a previous GC file, opened it and my problem is now 
> solved.  I saved that file with a new name.
> 
> The fix was too simple although I have done this many times in the past.
> 
> Les
> On 02/27/2018 01:20 PM, Adrien Monteleone wrote:
>> Did you try putting it back in it’s original place and trying again?
>> 
>> I’ve encountered this error before, but sadly do not recall what triggered 
>> it or how I fixed it. I think I slightly recall it had something to do with 
>> similar naming, but I could be mistaken.
>> 
>> My instinct though would be to double check the types of each account and 
>> make sure they are correct. There might be a check against placing non-asset 
>> accounts under other asset accounts for example. Perhaps the account in 
>> question somehow is of the wrong type.
>> 
>> Regards,
>> Adrien
>> 
>>> On Feb 27, 2018, at 1:13 PM, Les  wrote:
>>> 
>>> I have a set my chart for accounts under Current Assets: Cash, then various 
>>> banks etc.  Today, I decided to add a sub account to Cash: Banks.  In 
>>> attempting to place the various banks under "Banks", one of my accounts got 
>>> accidentally placed under another bank and I cannot figure out how to undo 
>>> it.  When I try to change the parent account I get a message "you must 
>>> choose a valid parent account".
>>> 
>>> I can't figure out how to correct this.  Probably just brain dead. I have 
>>> changed structures before without any problem.
>>> 
>>> System is LInux Mint 18.2 and GC 2.6.17.
>>> 
>>> Any help, greatly appreciated.
>>> 
>>> 
>>> Les
>>> 
>>> ___
>>> 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.
> 
> ___
> 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: Continued Discover Card woes

2018-02-27 Thread popcorn via gnucash-user
I've just picked up gnucash again and looking for a Discover Card solution. 

I was wondering if you (or anyone) has had an opportunity to review logs of
Quicken downloading Discover data, and possibly making inferences from that. 

Thanks





Hopefully there's a way to get AQBanking to work with it.  If not, then it's
probably not worth the effort anymore.





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


Re: Continued Discover Card woes

2018-02-27 Thread David Carlson
Chris,

I just open the Discover user webpage and download the QFX file manually.
Then import it manually.  I have to use that method with almost all of my
other banks and credit cards anyway, so one more desn't make much
difference.

David C

On Tue, Feb 27, 2018 at 2:04 PM, popcorn via gnucash-user <
gnucash-user@gnucash.org> wrote:

> I've just picked up gnucash again and looking for a Discover Card solution.
>
> I was wondering if you (or anyone) has had an opportunity to review logs of
> Quicken downloading Discover data, and possibly making inferences from
> that.
>
> Thanks
>
>
>
>
>
> Hopefully there's a way to get AQBanking to work with it.  If not, then
> it's
> probably not worth the effort anymore.
>
>
>
>
>
> --
> 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: Continued Discover Card woes

2018-02-27 Thread Ronal B Morse
That's the most reliable way I've found, although I need to track only a 
small number of accounts.  If one had a large number to manage it could 
get a bit taxing.


RBM


On 02/27/2018 01:35 PM, David Carlson wrote:

Chris,

I just open the Discover user webpage and download the QFX file manually.
Then import it manually.  I have to use that method with almost all of my
other banks and credit cards anyway, so one more desn't make much
difference.

David C

On Tue, Feb 27, 2018 at 2:04 PM, popcorn via gnucash-user <
gnucash-user@gnucash.org> wrote:


I've just picked up gnucash again and looking for a Discover Card solution.

I was wondering if you (or anyone) has had an opportunity to review logs of
Quicken downloading Discover data, and possibly making inferences from
that.

Thanks





Hopefully there's a way to get AQBanking to work with it.  If not, then
it's
probably not worth the effort anymore.





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


___
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: Building 2.6.19 on Ubuntu Xenial

2018-02-27 Thread Adrien Monteleone
Indeed, following a combination of the Trusty instructions and then part of the 
sequence for Autotools from the 2.8 instructions did the trick, without 
incident or missing dependencies. (I slightly modified the exact wiki commands 
because I wanted the sqlite3 backend, and AqBanking)

I guess I was prematurely unsure of the result.

Now just to make a custom launcher for Unity…

Thanks for the help!
--

For posterity, I used the following command sequence:

sudo apt build-dep gnucash
sudo apt install libdbd-sqlite3
./configure --prefix=/usr/local/bin/gnucash --enable-compile-warnings 
--with-html-engine=webkit
make
sudo make install

The app launched fine.

If anyone knows of any problems with this approach, please advise, otherwise, 
this is done.

Regards,
Adrien

> On Feb 27, 2018, at 11:41 AM, Adrien Monteleone  
> wrote:
> 
> Thanks Dave,
> 
> I forgot about the README.dependencies file. I’ll take a look.
> 
> I knew I was going to get some useful feedback from gcc and ./configure, I 
> just didn’t know how messy it was going to be.
> 
> I appreciate the tips on prefix and paths. That explains why I had trouble 
> with a recent build of 2.7 turning into a mess with an older 2.6 from the 
> official repo still installed. Sometimes you find instructions that assume 
> you know all the implications of a choice, I guess I didn’t.
> 
> Glad to know you successfully built 2.6.19 on 4.13.0-36 as that’s the same 
> one I’m working with.
> 
> I’ll give it a go this afternoon.
> 
> Regards,
> Adrien
> 
>> On Feb 27, 2018, at 12:05 AM, DaveC49  wrote:
>> 
>> Just an additional comment Adrien,
>> 
>> ./configure usually checks all the dependencies. First time I compiled
>> gnucash from sources I just reran ./configure installing any packages it
>> flagged as missing. i've just recompiled 2.6.19 on Linux Mint 18.3 (Ubuntu
>> 16.04 derivative updated to Linux kernel version 4.13.0-36) without any
>> hassles and it's working fine. 
>> 
>> David
>> 
>> 
>> 
>> -
>> David Cousens
>> --
>> 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: Building 2.6.19 on Ubuntu Xenial

2018-02-27 Thread Plutocrat
Sorry, a bit late in answering this, and surprised that no-one else chipped in 
... but in case it helps someone in the future, you can get pretty recent 
versions of GnuCash for Ubuntu etc in the getdeb repository. 

http://www.getdeb.net/app/Gnucash

Saves a lot of messing around with compilers, dependencies etc. Having said 
that, its usually updated pretty quickly after a release, but I now see its 
still on 2.6.17. Strange. 

P
___
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: Building 2.6.19 on Ubuntu Xenial

2018-02-27 Thread Adrien Monteleone
Thanks Plutocrat, I noted the same staleness of version in the original post 
and David Carlson noted it as well.

Certainly, if people don’t mind being a release or two behind that is the 
simpler option. When I’m setting something up for someone else who likes *nix 
but isn’t tech savvy, though, I’d prefer to give them something as new as 
possible with fewer bugs. Had GetDeb had 2.6.19, I would have certainly taken 
that route.

Regards,
Adrien

> On Feb 27, 2018, at 8:56 PM, Plutocrat  wrote:
> 
> Sorry, a bit late in answering this, and surprised that no-one else chipped 
> in ... but in case it helps someone in the future, you can get pretty recent 
> versions of GnuCash for Ubuntu etc in the getdeb repository. 
> 
>   http://www.getdeb.net/app/Gnucash
> 
> Saves a lot of messing around with compilers, dependencies etc. Having said 
> that, its usually updated pretty quickly after a release, but I now see its 
> still on 2.6.17. Strange. 
> 
> P
> ___
> 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: Building 2.6.19 on Ubuntu Xenial

2018-02-27 Thread Les
I have contacted the developer (maintainer) for GC on getdeb twice about 
when to expect an update, but there have been no replies. Maybe not 
active anymore?


Les


On 02/27/2018 09:20 PM, Adrien Monteleone wrote:

Thanks Plutocrat, I noted the same staleness of version in the original post 
and David Carlson noted it as well.

Certainly, if people don’t mind being a release or two behind that is the 
simpler option. When I’m setting something up for someone else who likes *nix 
but isn’t tech savvy, though, I’d prefer to give them something as new as 
possible with fewer bugs. Had GetDeb had 2.6.19, I would have certainly taken 
that route.

Regards,
Adrien


On Feb 27, 2018, at 8:56 PM, Plutocrat  wrote:

Sorry, a bit late in answering this, and surprised that no-one else chipped in 
... but in case it helps someone in the future, you can get pretty recent 
versions of GnuCash for Ubuntu etc in the getdeb repository.

http://www.getdeb.net/app/Gnucash

Saves a lot of messing around with compilers, dependencies etc. Having said 
that, its usually updated pretty quickly after a release, but I now see its 
still on 2.6.17. Strange.

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


___
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: Building 2.6.19 on Ubuntu Xenial

2018-02-27 Thread Adrien Monteleone
It seems I spoke too soon.

While the build went fine and I can launch the app from CLI, I can’t seem to 
get a proper .desktop file to be recognized by Unity, or successfully ‘Add to 
Dash/Lock to Launcher’ after a CLI run. (any such launcher wants to lock as 
‘Unsaved book’ and won’t launch anything if clicked - it just pulses)

Apparently, the build did not properly or fully register its mime type, so I 
can’t launch the app from clicking the saved book. (yes I checked for an xml 
mime file, which does exist, and I added application/x-gnucash to the 
/etc/mime.types file as well.) I also had to cp the icons to their appropriate 
locations, the build didn’t do this either.

I may have to just install the GetDeb version instead for time’s sake.

Regards,
Adrien

> On Feb 27, 2018, at 7:54 PM, Adrien Monteleone  
> wrote:
> 
> Indeed, following a combination of the Trusty instructions and then part of 
> the sequence for Autotools from the 2.8 instructions did the trick, without 
> incident or missing dependencies. (I slightly modified the exact wiki 
> commands because I wanted the sqlite3 backend, and AqBanking)
> 
> I guess I was prematurely unsure of the result.
> 
> Now just to make a custom launcher for Unity…
> 
> Thanks for the help!
> --
> 
> For posterity, I used the following command sequence:
> 
> sudo apt build-dep gnucash
> sudo apt install libdbd-sqlite3
> ./configure --prefix=/usr/local/bin/gnucash --enable-compile-warnings 
> --with-html-engine=webkit
> make
> sudo make install
> 
> The app launched fine.
> 
> If anyone knows of any problems with this approach, please advise, otherwise, 
> this is done.
> 
> Regards,
> Adrien
> 
>> On Feb 27, 2018, at 11:41 AM, Adrien Monteleone 
>>  wrote:
>> 
>> Thanks Dave,
>> 
>> I forgot about the README.dependencies file. I’ll take a look.
>> 
>> I knew I was going to get some useful feedback from gcc and ./configure, I 
>> just didn’t know how messy it was going to be.
>> 
>> I appreciate the tips on prefix and paths. That explains why I had trouble 
>> with a recent build of 2.7 turning into a mess with an older 2.6 from the 
>> official repo still installed. Sometimes you find instructions that assume 
>> you know all the implications of a choice, I guess I didn’t.
>> 
>> Glad to know you successfully built 2.6.19 on 4.13.0-36 as that’s the same 
>> one I’m working with.
>> 
>> I’ll give it a go this afternoon.
>> 
>> Regards,
>> Adrien
>> 
>>> On Feb 27, 2018, at 12:05 AM, DaveC49  wrote:
>>> 
>>> Just an additional comment Adrien,
>>> 
>>> ./configure usually checks all the dependencies. First time I compiled
>>> gnucash from sources I just reran ./configure installing any packages it
>>> flagged as missing. i've just recompiled 2.6.19 on Linux Mint 18.3 (Ubuntu
>>> 16.04 derivative updated to Linux kernel version 4.13.0-36) without any
>>> hassles and it's working fine. 
>>> 
>>> David
>>> 
>>> 
>>> 
>>> -
>>> David Cousens
>>> --
>>> 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.