Re: [GNC] Problems getting prices from Yahoo as JSON If Strawberry Perl and F::Q are installed correctly then run following in a command prompt in Windows OS:

2025-03-03 Thread Kalpesh Patel
Look like your CPAN config might not be sane ... Google search found https://serverfault.com/questions/279704/cpan-configuration-wrong-how-to-change which might be good to review. You can also try below at a cmd prompt (note the 'm' before '.bat'): C:\Strawberry\perl\bin\cpanm.bat https://www.

Re: [GNC] Searching mailing lists

2025-03-03 Thread Brad Morrison
Hi Derek/GNUCash users & other possibly interested stakeholders, I am on the "board" of the North Bay Linux Users Group/NBLUG - https://nblug.org/ While I was not involved in the migration of the NBLUG mailing lists from Mailman 2 to Mailman 3, I did read that is was quite an involved process.

Re: [GNC] Finance::Quote sometimes returns stock prices in,> pence

2025-03-03 Thread Bruce Schuck
On Mon, 3 Mar 2025 07:20:22 +, Adrian Holbrook wrote: Thanks for that. I think that the coding should work but there is probably an error on the Yahoo data where they probably identify the currency as GBP not as GBp. Looking up NXR.L and NWG.L at https://finance.yahoo.com/, the prices at

Re: [GNC] Searching mailing lists

2025-03-03 Thread Maf. King
On Monday, 3 March 2025 00:54:21 GMT Brad Morrison wrote: > Hi Stan/GNUCash users, > > That Nabble link on that GNUCash mailing list search is still not > working for me - https://www.nabble.com/ > > If it does not work for others, should GNUCash contact Nabble for > support, remove that option,

Re: [GNC] Searching mailing lists

2025-03-03 Thread Derek Atkins
Hi, Sorry for not paying closer attention to this. I actually had forgotten about that page. I've removed all references to nabble from the /search/index.html page. I agree we probably need a better search mechanism, but I don't know what it is. -derek PS: I reached out to my colleagues at the I

Re: [GNC] Finance::Quote sometimes returns stock prices in pence

2025-03-03 Thread Kalpesh Patel
Use the regex method: if ($info{$stocks,"currency"} =~ /GB/) { # do something if 'GB' is found somewhere in it } Disclaimer: Be careful about pitfall with just using first two characters for the division. You should verify that as I have not. From: Adrian Holbrook Sent: Monday, Marc

Re: [GNC] Problems getting prices from Yahoo as JSON If Strawberry Perl and F::Q are installed correctly then run following in a command prompt in Windows OS:

2025-03-03 Thread John M. Thornton
When I tried the command listed below, I am still getting an error. I am trying to install on Windows 11. C:\>C:\Strawberry\perl\bin\cpan.bat https://www.cpan.org/authors/id/B/BP/BPSCHUCK/Finance-Quote-1.64_03.tar.gz Loading internal logger. Log::Log4perl recommended for better logging CPAN: CPAN

Re: [GNC] Crash Report

2025-03-03 Thread David Reiser via gnucash-user
bug submitted: https://bugs.gnucash.org/show_bug.cgi?id=799562 -- Dave Reiser dbrei...@icloud.com > On Mar 3, 2025, at 16:08, David Reiser via gnucash-user > wrote: > > Happens for me in MacOS 15.3.1, Gnucash 5.10, XML backend — so latest release > versions of both macOS and Gnucash. > --

Re: [GNC] Problems getting prices from Yahoo as JSON

2025-03-03 Thread Bruce Schuck
Sorry for late response, I've been battling some health issues the last month+. On Mar 1, 2025 at 09:06:36 EST, Kalpesh Patel wrote: > If you have Unix/Linux then you can run following to get the official > interim release (literally cut and paste each line when your prompt > comes back after e

Re: [GNC] Problems getting prices from Yahoo as JSON

2025-03-03 Thread Kalpesh Patel
Hi Bruce: Hopefully you are on your way to mending from the health issue. Anyways, your suggestions are duly noted and will keep them in mind. -Original Message- From: Bruce Schuck Sent: Monday, March 03, 2025 4:40 PM To: GnuCash User Cc: Kalpesh Patel ; Adrian Holbrook Subject: Re

[GNC] Budgets: Income and Expense Signs

2025-03-03 Thread Abhijit Kshirsagar
Hello all, I see that in the budget report, any item that is less than the budgeted value is shown as negative (red in some stylesheets). On income / investment accounts this works as expected, If budgeted income was $100 and actual was $80 the difference is -$20 i.e. perceived as lower net assets

[GNC] Crash Report

2025-03-03 Thread Benjamin Alexander
I seem to have found a reliable way to crash GnuCash on the Mac >From the Menu Bar, select Tools -> Import Map Editor/ Then click on the radio button labeled "Non Bayesian", A report is automatically sent to Apple, but perhaps you should be notified as well. Best wishes, Ben MacOS Sonoma 14.6

Re: [GNC] Crash Report

2025-03-03 Thread Jediator
It doesn't happened with my instance running on Sequoia 15.3.1, Gnucash 5.9 with Postgresql.  Maybe restart or upgrade your OS and see if the problem persists? -- ND On 3/3/25 1:49 PM, Benjamin Alexander wrote: I seem to have found a reliable way to crash GnuCash on the Mac From the Menu Ba

Re: [GNC] Crash Report

2025-03-03 Thread David Reiser via gnucash-user
Happens for me in MacOS 15.3.1, Gnucash 5.10, XML backend — so latest release versions of both macOS and Gnucash. -- Dave Reiser dbrei...@icloud.com > On Mar 3, 2025, at 16:03, Jediator wrote: > > It doesn't happened with my instance running on Sequoia 15.3.1, Gnucash 5.9 > with Postgresql