Re: [GNC] Linux, Gnucash

2024-04-01 Thread R Losey
Good: you posted your operating system (Linux Mint).

But you didn't post the version of the OS, nor what version of GnuCash you
are using.

I find it a little hard to understand you; you say that you are trying to
get stock quotes working, but then you said that you can "get the stock
every Friday or Saturday".

I have Linux, but I don't run Mint; I run Ubuntu. There is a command to
install the perl program that retrieves stock quotes, but if you are
getting quotes currently, then you have it installed. If your TSLA holdings
are not updating, then perhaps you don't have the box checked to tell it to
update the price.

I've run into too many problems with the stock quotes, so I don't currently
use them (I have used them one in a while in the past).

Best wishes to you in your quest.

On Mon, Apr 1, 2024 at 5:03 PM David G. Pickett via gnucash-user <
gnucash-user@gnucash.org> wrote:

>  Best ask the group!
> On Monday, April 1, 2024 at 05:06:39 PM EDT, James Baxter <
> kangaro...@yahoo.com> wrote:
>
>  Sir,As I am not complaining or crying. To start with. I am using Linux
> Mint. I am not get my questions answered. I am looking to get Gnucash
> working with stock/tickers working. I have my doc, and some where I saved
> something as "James". So I thing I have two folders working. I can get the
> stock every Friday or Saturday. But it won't place it in the folders. I
> have "TSLA" 4 one.
> It I'd in the stock the way it should be. As I said, there is two folders.
> Can that be a problem. I have gone over the Gnucash.org. all of the items
> are in the "O R" all are updated.
> Not am not up on Linux mint, but learn. I am wondering if you can help.
> James Baxter kangaro...@yahoo.com I am still getting updated on
> Gnucash Thanks if you can help
>
>
> Yahoo Mail: Search, Organize, Conquer
> ___
> gnucash-user mailing list
> gnucash-user@gnucash.org
> To update your subscription preferences or to unsubscribe:
> 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.
>


-- 
_
Richard Losey
rlo...@gmail.com
Micah 6:8
___
gnucash-user mailing list
gnucash-user@gnucash.org
To update your subscription preferences or to unsubscribe:
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: [GNC] CSS GTK Register padding/spacing

2024-04-01 Thread Adrien Monteleone

The name of the class for #2 is just:

.register-primary

Though I don't know if you can add padding to it or not. (which is where 
the GTK Inspector comes in handy)


Regards,
Adrien

On 4/1/24 2:31 PM, J R via gnucash-user wrote:

  I read all the wiki many times plus other sources
1. This works but effects the whole program/* Application wide font setting */* 
{  font: 16px arial;      padding-top: 5px;      padding-bottom: 5px;}
2. This fails.gnc-class-user-register-primary {
   background-color: #403f3f;  color: white;      padding-top: 5px;      
padding-bottom: 5px; }


___
gnucash-user mailing list
gnucash-user@gnucash.org
To update your subscription preferences or to unsubscribe:
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: [GNC] Linux, Gnucash

2024-04-01 Thread David G. Pickett via gnucash-user
 Best ask the group!
On Monday, April 1, 2024 at 05:06:39 PM EDT, James Baxter 
 wrote:  
 
 Sir,As I am not complaining or crying. To start with. I am using Linux Mint. I 
am not get my questions answered. I am looking to get Gnucash working with 
stock/tickers working. I have my doc, and some where I saved something as 
"James". So I thing I have two folders working. I can get the stock every 
Friday or Saturday. But it won't place it in the folders. I have "TSLA" 4 one.
It I'd in the stock the way it should be. As I said, there is two folders. Can 
that be a problem. I have gone over the Gnucash.org. all of the items are in 
the "O R" all are updated. 
Not am not up on Linux mint, but learn. I am wondering if you can help.
James Baxter kangaro...@yahoo.com I am still getting updated on Gnucash Thanks 
if you can help


Yahoo Mail: Search, Organize, Conquer  
___
gnucash-user mailing list
gnucash-user@gnucash.org
To update your subscription preferences or to unsubscribe:
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: [GNC] Finance::Quote Default Currency Module

2024-04-01 Thread Jim DeLaHunt

Bruce:

Thank you for the explanation.

On 2024-04-01 10:03, Bruce Schuck wrote:

On 3/31/24 16:46:44 -0700, Jim DeLaHunt wrote:


I'm getting ready to release Finance::Quote v1.60 to CPAN. It
appears that AlphaVantage has again changed how they deal with
throttling for requests using the free API keys/tokens. This has
affected some users that may have data that requires doing more
than a handful of currency exchange calculations.


Is there any written description of what throttling behaviour F::Q 
observes from AlphaVantage?


No.… But, the free API key is limited to 25 queries per day. …[snip]…


What is the difference to a consumer like me of F::Q getting the
data from YahooJSON rather than from AlphaVantage?


No difference at all. I think a benefit of changing the default to 
YahooJSON is that user's would not be forced to get an AV API Key even 
if they don't have securities using AlphaVantage for the data source.


So, it appears that the proposed change will be transparent for a 
simpleminded user like me. In that case I have no objections.


I am really glad that you are willing to do, and then regularly re-do, 
the magic which makes this happen for me. Thank you!



___
gnucash-user mailing list
gnucash-user@gnucash.org
To update your subscription preferences or to unsubscribe:
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: [GNC] CSS GTK Register padding/spacing

2024-04-01 Thread J R via gnucash-user
 I read all the wiki many times plus other sources
1. This works but effects the whole program/* Application wide font setting */* 
{  font: 16px arial;      padding-top: 5px;      padding-bottom: 5px;}
2. This fails.gnc-class-user-register-primary {
  background-color: #403f3f;  color: white;      padding-top: 5px;      
padding-bottom: 5px; }

On Monday, April 1, 2024 at 03:14:06 PM EDT, Adrien Monteleone 
 wrote:  
 
 See this wiki page:

https://wiki.gnucash.org/wiki/GTK3

I'm not sure how to run the inspector on Windows. Perhaps some other 
users here can help. There are plenty of threads on CSS in the list 
archives. Maybe one of them describes the Windows process.

Without it, you're just shooting in the dark.

Regards,
Adrien

On 4/1/24 1:20 PM, J R via gnucash-user wrote:
>  Just using notepad ++

___
gnucash-user mailing list
gnucash-user@gnucash.org
To update your subscription preferences or to unsubscribe:
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
To update your subscription preferences or to unsubscribe:
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: [GNC] ANNOUNCE: GnuCash 5.6 Released

2024-04-01 Thread Dale Alspach
flatpak run --command=gnucash-cli org.gnucash.GnuCash  --quotes info
Failed to initialize Finance::Quote: missing_modules JSON::Parse

flatpak 5.6 on linux mint 21.1.
Dale

On Mon, Apr 1, 2024 at 2:26 PM David Reiser via gnucash-user <
gnucash-user@gnucash.org> wrote:

> You could try
>
> gnucash-cli -Q info
>
> from a command line to see the perl errors.
> --
> Dave Reiser
> dbrei...@icloud.com
>
>
>
>
>
> > On Apr 1, 2024, at 13:07, David G. Pickett via gnucash-user <
> gnucash-user@gnucash.org> wrote:
> >
> > I eagerly installed it but in the Security editor Edit screen it says
> Finance Quote is not installed properly, and the Get Quotes of the Price
> screen is dimmed out.
> > ___
> > gnucash-user mailing list
> > gnucash-user@gnucash.org
> > To update your subscription preferences or to unsubscribe:
> > 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
> To update your subscription preferences or to unsubscribe:
> 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
To update your subscription preferences or to unsubscribe:
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.


[GNC] Imported Transactions Show as Cleared

2024-04-01 Thread Tom Balazs
I'm using Android Financisto+. I export transactions out of that. Then I
import those into GnuCash. But why does GnuCash mark them as Cleared? In
the Import Preview window I see a column Financisto+ created called Status
and the transactions get "2" in that field. Is that the "Reconciled /
Cleared" column? What number should I put there?
___
gnucash-user mailing list
gnucash-user@gnucash.org
To update your subscription preferences or to unsubscribe:
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: [GNC] Reconcile window Start Balance, & Reconciled became UnReconciled

2024-04-01 Thread Tom Balazs
> Did you use Filter By Status in the Credit Card register and select
"Unreconciled" ?

No, but thanks for the tip. I bet that will help me next time.


On Sat, Mar 30, 2024 at 4:05 PM David H  wrote:

> Tom,
>
> Did you use Filter By Status in the Credit Card register and select
> "Unreconciled" ?
>
> Cheers David H.
>
>
> On Sun, 31 Mar 2024 at 01:59, Tom Balazs  wrote:
>
>> The problem with the Reconcile Window Start Balance went away after I did
>> more reconciling.
>> Searching for an error in a statement reconciled 6 months ago is a real
>> pain. I hope I don't have to do that again.
>>
>> On Sat, Mar 30, 2024 at 11:14 AM Tom Balazs 
>> wrote:
>>
>> > I went to reconcile a recent credit card statement today. But I noticed
>> > something was incorrect. I traced back a problem to about three months
>> > prior. Apparently what happened is that my credit card statements were
>> > reconciled. But recently I reconciled a few months worth of statements
>> for
>> > a checking account. I think what happened is I added or deleted a
>> transfer
>> > from checking to credit card (pay down the balance).
>> >
>> > Fortunately on the last day of the statement period I add a transaction
>> > Description: Balance here should be $150
>> > Transaction amount = 0
>> > Category Miscellaneous
>> > Balance column: should show $150.
>> > Usually it does. Today it was my indicator that something went wrong.
>> >
>> > But now I'm having a problem reconciling my statements.
>> > Somehow the work I did lead to a problem in Reconcile window Start
>> Balance.
>> > I marke all transactions as reconciled.
>> > The reconcile window says that there is a difference of $19. So it won't
>> > let me click Reconcile.
>> > But when I look at my end of statement.
>> > I see:
>> > Description: Balance here should be $150
>> > And the actual Balance column does show $150.
>> >
>> > This is very confusing.
>> > Is there something I can do to get the Reconcile Window Start Balance
>> back
>> > in order?
>> >
>> >
>> >
>> >
>> ___
>> gnucash-user mailing list
>> gnucash-user@gnucash.org
>> To update your subscription preferences or to unsubscribe:
>> 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
To update your subscription preferences or to unsubscribe:
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: [GNC] ANNOUNCE: GnuCash 5.6 Released

2024-04-01 Thread David Reiser via gnucash-user
You could try

gnucash-cli -Q info

from a command line to see the perl errors.
--
Dave Reiser
dbrei...@icloud.com





> On Apr 1, 2024, at 13:07, David G. Pickett via gnucash-user 
>  wrote:
> 
> I eagerly installed it but in the Security editor Edit screen it says Finance 
> Quote is not installed properly, and the Get Quotes of the Price screen is 
> dimmed out.
> ___
> gnucash-user mailing list
> gnucash-user@gnucash.org
> To update your subscription preferences or to unsubscribe:
> 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
To update your subscription preferences or to unsubscribe:
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: [GNC] CSS GTK Register padding/spacing

2024-04-01 Thread Adrien Monteleone

See this wiki page:

https://wiki.gnucash.org/wiki/GTK3

I'm not sure how to run the inspector on Windows. Perhaps some other 
users here can help. There are plenty of threads on CSS in the list 
archives. Maybe one of them describes the Windows process.


Without it, you're just shooting in the dark.

Regards,
Adrien

On 4/1/24 1:20 PM, J R via gnucash-user wrote:

  Just using notepad ++


___
gnucash-user mailing list
gnucash-user@gnucash.org
To update your subscription preferences or to unsubscribe:
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: [GNC] CSS GTK Register padding/spacing

2024-04-01 Thread J R via gnucash-user
 Just using notepad ++
On Monday, April 1, 2024 at 01:28:38 PM EDT, Adrien Monteleone 
 wrote:  
 
 Are you using the GTK Inspector? It provides a sandbox to play with 
rules to see their effect and then you can put them in your CSS file.

Keep in mind, not every element in the UI is exposed or even addressable 
for styling.

Regards,
Adrien

On 4/1/24 6:34 AM, J R via gnucash-user wrote:
> I cannot apply the correct css tag in the register to increase the spacing 
> between transaction lines...I'm getting oldIncreasing the font and other 
> adjustments not a problem.I can do it to the font "padding top/bottom" system 
>  wide but it just spaces everything too much, I have researched everything

___
gnucash-user mailing list
gnucash-user@gnucash.org
To update your subscription preferences or to unsubscribe:
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
To update your subscription preferences or to unsubscribe:
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: [GNC] CSS GTK Register padding/spacing

2024-04-01 Thread Adrien Monteleone
Are you using the GTK Inspector? It provides a sandbox to play with 
rules to see their effect and then you can put them in your CSS file.


Keep in mind, not every element in the UI is exposed or even addressable 
for styling.


Regards,
Adrien

On 4/1/24 6:34 AM, J R via gnucash-user wrote:

I cannot apply the correct css tag in the register to increase the spacing between 
transaction lines...I'm getting oldIncreasing the font and other adjustments not a 
problem.I can do it to the font "padding top/bottom" system  wide but it just 
spaces everything too much, I have researched everything


___
gnucash-user mailing list
gnucash-user@gnucash.org
To update your subscription preferences or to unsubscribe:
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: [GNC] ANNOUNCE: GnuCash 5.6 Released

2024-04-01 Thread David G. Pickett via gnucash-user
 Ubuntu Linux 22.04.4 LTS.
On Monday, April 1, 2024 at 01:10:17 PM EDT, David G. Pickett 
 wrote:  
 
  On my batch job it says:
Price retrieval failed: Failed to initialize Finance::Quote: missing_modules 
JSON::Parse


On Monday, April 1, 2024 at 01:07:16 PM EDT, David G. Pickett 
 wrote:  
 
 I eagerly installed it but in the Security editor Edit screen it says Finance 
Quote is not installed properly, and the Get Quotes of the Price screen is 
dimmed out.
___
gnucash-user mailing list
gnucash-user@gnucash.org
To update your subscription preferences or to unsubscribe:
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: [GNC] CSS GTK Register padding/spacing

2024-04-01 Thread J R via gnucash-user
 Win 11 v5.6 desktop, display render ?

On Monday, April 1, 2024 at 01:18:53 PM EDT, J R  
wrote:  
 
  Win 11
On Monday, April 1, 2024 at 09:37:23 AM EDT, David Carlson 
 wrote:  
 
 You do not tell us which OS you are using, which desktop, which display 
renderer, and, uh, by the way, which release of GnuCash from which source.

On Mon, Apr 1, 2024 at 6:35 AM J R via gnucash-user  
wrote:

I cannot apply the correct css tag in the register to increase the spacing 
between transaction lines...I'm getting oldIncreasing the font and other 
adjustments not a problem.I can do it to the font "padding top/bottom" system  
wide but it just spaces everything too much, I have researched everything
___
gnucash-user mailing list
gnucash-user@gnucash.org
To update your subscription preferences or to unsubscribe:
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.



-- 
David Carlson

___
gnucash-user mailing list
gnucash-user@gnucash.org
To update your subscription preferences or to unsubscribe:
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: [GNC] CSS GTK Register padding/spacing

2024-04-01 Thread J R via gnucash-user
 Win 11
On Monday, April 1, 2024 at 09:37:23 AM EDT, David Carlson 
 wrote:  
 
 You do not tell us which OS you are using, which desktop, which display 
renderer, and, uh, by the way, which release of GnuCash from which source.

On Mon, Apr 1, 2024 at 6:35 AM J R via gnucash-user  
wrote:

I cannot apply the correct css tag in the register to increase the spacing 
between transaction lines...I'm getting oldIncreasing the font and other 
adjustments not a problem.I can do it to the font "padding top/bottom" system  
wide but it just spaces everything too much, I have researched everything
___
gnucash-user mailing list
gnucash-user@gnucash.org
To update your subscription preferences or to unsubscribe:
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.



-- 
David Carlson
  
___
gnucash-user mailing list
gnucash-user@gnucash.org
To update your subscription preferences or to unsubscribe:
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: [GNC] ANNOUNCE: GnuCash 5.6 Released

2024-04-01 Thread David G. Pickett via gnucash-user
 On my batch job it says:
Price retrieval failed: Failed to initialize Finance::Quote: missing_modules 
JSON::Parse


On Monday, April 1, 2024 at 01:07:16 PM EDT, David G. Pickett 
 wrote:  
 
 I eagerly installed it but in the Security editor Edit screen it says Finance 
Quote is not installed properly, and the Get Quotes of the Price screen is 
dimmed out.  
___
gnucash-user mailing list
gnucash-user@gnucash.org
To update your subscription preferences or to unsubscribe:
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: [GNC] ANNOUNCE: GnuCash 5.6 Released

2024-04-01 Thread David G. Pickett via gnucash-user
I eagerly installed it but in the Security editor Edit screen it says Finance 
Quote is not installed properly, and the Get Quotes of the Price screen is 
dimmed out.
___
gnucash-user mailing list
gnucash-user@gnucash.org
To update your subscription preferences or to unsubscribe:
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: [GNC] Finance::Quote Default Currency Module

2024-04-01 Thread Bruce Schuck

On 3/31/24 16:46:44 -0700, Jim DeLaHunt wrote:


I'm getting ready to release Finance::Quote v1.60 to CPAN. It
appears that AlphaVantage has again changed how they deal with
throttling for requests using the free API keys/tokens. This has
affected some users that may have data that requires doing more
than a handful of currency exchange calculations.


Is there any written description of what throttling behaviour F::Q 
observes from AlphaVantage?


No. But the code currently throttles queries to 5 per minute. In the 
past AlphaVantage would return a message indicating that one has reached 
a limit of some number of queries in a minute. I've done some testing in 
the past week or so and that is no longer the case. But, the free API 
key is limited to 25 queries per day.



I have an AlphaVantage API key registered in GnuCash's settings. I
have about four currencies and 10-20 stocks, mutual funds, and ETFs
which get price updates through my daily GnuCash "Get Quotes"
regimen. Is this "more than a handful" of currency exchange
calculations? Will I be one of the users affected by the throttling?


I believe the currency calculation typically does not happen for each 
stock query unless the pricing is a currency that needs to be converted 
to match a user's default currency. Item to note here is that AV does 
not differentiate between stock price lookup and currency conversion 
lookup. Each lookup is counted towards the daily limit.



Is the proposed change only for looking up currency exchange rates,
so does not affect lookup of securities prices?


No.


What is the difference to a consumer like me of F::Q getting the
data from YahooJSON rather than from AlphaVantage?


No difference at all. I think a benefit of changing the default to 
YahooJSON is that user's would not be forced to get an AV API Key even 
if they don't have securities using AlphaVantage for the data source.


Bruce S.
___
gnucash-user mailing list
gnucash-user@gnucash.org
To update your subscription preferences or to unsubscribe:
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: [GNC] ANNOUNCE: GnuCash 5.6 Released

2024-04-01 Thread Dale Alspach
So far no problems with the basics of the new flatpak 5.6 on linux mint
21.1.
Curiously the "About" page does not show the version of finance-quote
and  Get quotes is greyed out in the Price Tool.
Was Finance-Quote forgotten?

Dale

On Mon, Apr 1, 2024 at 9:01 AM Dr. Gideon Fell  wrote:

> Colleagues,
> MAJOR problems with GnuCash 5.6 flatpak on Debian. I run Debian
> 12.5,6,
> Gnome display Manager, no peculiar installs, everything either from main
> Debian repository or flatpak . I can open my data file but saving ALWAYS
> crashed it, leaving  LCK file behind. Even if I just try just closing it
> WITHOUT changes same thing. Luckily I have a second Debian install where
> I try changes before I update a flatpak on my main installation. Anyone
> else experiencing this behavior
>
> Ron Benincasa
>
> --
> "This is so abstract, it must be topologically invariant" - Raoul Bott
>
> ___
> gnucash-user mailing list
> gnucash-user@gnucash.org
> To update your subscription preferences or to unsubscribe:
> 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
To update your subscription preferences or to unsubscribe:
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: [GNC] ANNOUNCE: GnuCash 5.6 Released

2024-04-01 Thread Danny Siminiuk
I updated to 5.6 via flatpak on Linux Mint 21.3 and had no issues.

I was a little concerned based on your message, but I figured if I was going to 
switch to the tarball anyway I had nothing to lose by trying the flatpak first.

Danny

- Original Message -
From: "Dr. Gideon Fell" 
To: gnucash-user@gnucash.org
Sent: Monday, April 1, 2024 8:59:59 AM
Subject: Re: [GNC] ANNOUNCE: GnuCash 5.6 Released

Colleagues,
MAJOR problems with GnuCash 5.6 flatpak on Debian. I run Debian 12.5,6, 
Gnome display Manager, no peculiar installs, everything either from main 
Debian repository or flatpak . I can open my data file but saving ALWAYS 
crashed it, leaving  LCK file behind. Even if I just try just closing it 
WITHOUT changes same thing. Luckily I have a second Debian install where 
I try changes before I update a flatpak on my main installation. Anyone 
else experiencing this behavior

Ron Benincasa

-- 
"This is so abstract, it must be topologically invariant" - Raoul Bott

___
gnucash-user mailing list
gnucash-user@gnucash.org
To update your subscription preferences or to unsubscribe:
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
To update your subscription preferences or to unsubscribe:
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: [GNC] Finance::Quote Default Currency Module

2024-04-01 Thread rsbrux via gnucash-user
AlphaVantage still works for me since I am only fetching 5 currency conversion 
rates.
However, I would be happy for the default to change to yahoo_json in case I 
should need more. I am running GC in Flatpak under Ubuntu and environment 
variables are not so easy to handle in this setup.

> Date: Sun, 31 Mar 2024 16:46:44 -0700
> From: Jim DeLaHunt 
> To: gnucash-user@gnucash.org
> Subject: Re: [GNC] Finance::Quote Default Currency Module
> Message-ID: <7d6933a4-0085-48b8-9511-c5df0b665...@jdlh.com>
> Content-Type: text/plain; charset=UTF-8; format=flowed
> 
> Bruce:
> 
> I try to run GnuCash's "Get Quotes" feature every day, so every day I
> use your hard work on Finance::Quote and am grateful for it. Thank you.
> 
>> On 2024-03-30 15:09, Bruce Schuck wrote:
>> Hello all,
>> 
>> I'm getting ready to release Finance::Quote v1.60 to CPAN. It appears
>> that AlphaVantage has again changed how they deal with throttling for
>> requests using the free API keys/tokens. This has affected some users
>> that may have data that requires doing more than a handful of currency
>> exchange calculations.
>> 
>> While the currency module used can be changed using the FQ_CURRENCY
>> environment variable, I have been asked to change the default to
>> YahooJSON instead of AlphaVantage.
>> 
>> Before I make such a change I wanted to get a general consensus from
>> the GnuCash users.
> 
> Thank you for asking. But I'm afraid I don't understand what you are asking.
> 
> Is there any written description of what throttling behaviour F::Q
> observes from AlphaVantage?
> 
> I have an AlphaVantage API key registered in GnuCash's settings. I have
> about four currencies and 10-20 stocks, mutual funds, and ETFs which get
> price updates through my daily GnuCash "Get Quotes" regimen. Is this
> "more than a handful" of currency exchange calculations? Will I be one
> of the users affected by the throttling?
> 
> Is the proposed change only for looking up currency exchange rates, so
> does not affect lookup of securities prices?
> 
> What is the difference to a consumer like me of F::Q getting the data
> from YahooJSON rather than from AlphaVantage?
> 
> ??? ?Jim DeLaHunt

___
gnucash-user mailing list
gnucash-user@gnucash.org
To update your subscription preferences or to unsubscribe:
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: [GNC] ANNOUNCE: GnuCash 5.6 Released

2024-04-01 Thread Dr. Gideon Fell

Colleagues,
	MAJOR problems with GnuCash 5.6 flatpak on Debian. I run Debian 12.5,6, 
Gnome display Manager, no peculiar installs, everything either from main 
Debian repository or flatpak . I can open my data file but saving ALWAYS 
crashed it, leaving  LCK file behind. Even if I just try just closing it 
WITHOUT changes same thing. Luckily I have a second Debian install where 
I try changes before I update a flatpak on my main installation. Anyone 
else experiencing this behavior


Ron Benincasa

--
"This is so abstract, it must be topologically invariant" - Raoul Bott

___
gnucash-user mailing list
gnucash-user@gnucash.org
To update your subscription preferences or to unsubscribe:
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: [GNC] CSS GTK Register padding/spacing

2024-04-01 Thread David Carlson
You do not tell us which OS you are using, which desktop, which display
renderer, and, uh, by the way, which release of GnuCash from which source.

On Mon, Apr 1, 2024 at 6:35 AM J R via gnucash-user <
gnucash-user@gnucash.org> wrote:

> I cannot apply the correct css tag in the register to increase the spacing
> between transaction lines...I'm getting oldIncreasing the font and other
> adjustments not a problem.I can do it to the font "padding top/bottom"
> system  wide but it just spaces everything too much, I have researched
> everything
> ___
> gnucash-user mailing list
> gnucash-user@gnucash.org
> To update your subscription preferences or to unsubscribe:
> 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.
>


-- 
David Carlson
___
gnucash-user mailing list
gnucash-user@gnucash.org
To update your subscription preferences or to unsubscribe:
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.


[GNC] CSS GTK Register padding/spacing

2024-04-01 Thread J R via gnucash-user
I cannot apply the correct css tag in the register to increase the spacing 
between transaction lines...I'm getting oldIncreasing the font and other 
adjustments not a problem.I can do it to the font "padding top/bottom" system  
wide but it just spaces everything too much, I have researched everything
___
gnucash-user mailing list
gnucash-user@gnucash.org
To update your subscription preferences or to unsubscribe:
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.