[GNC] Report gives black screen

2025-03-01 Thread Richard Dawson

Using 5.1, flathub version.  Installed on Kubuntu 24.04.

When I opened the report Gnucash immediately opened a new tab labeled 
"transaction report" that was completely black.  I proceeded to select 
options.  When I closed the options window the screen remained entirely 
black.


This is the first time I have attempted to make reports with version 5 
in which I have been entering data nearly a year. Previously I was using 
the version offered in Ubuntu's repository, I think maybe 2.???  As I 
recall, there is no going back, So I need to resolve this problem ASAP.


Help!!!

___
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] Problems getting prices from Yahoo as JSON

2025-03-01 Thread Kalpesh Patel
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 executing each one) as mentioned by another user on this distro:

 

cd ~
wget
https://www.cpan.org/authors/id/B/BP/BPSCHUCK/Finance-Quote-1.64_03.tar.gz
tar -xvf ./Finance-Quote-1.64_03.tar.gz 
cd Finance-Quote-1.64_03/
perl Makefile.PL 
make
sudo make install

 

 

You haven't mentioned the OS you are on so hard to get you past the finish
line .

 

 

 

 

 

From: Adrian Holbrook  
Sent: Saturday, March 01, 2025 4:41 AM
To: Kalpesh Patel ; gnucash-user@gnucash.org
Subject: Re: [GNC] Problems getting prices from Yahoo as JSON

 

Thanks. Not sure how to install a module from CPAN as suggested by Murugan
so will attempt to modify the file.

 

Best regards

 

Adrian

  _  

From: Kalpesh Patel mailto:kalpesh.pa...@usa.net> >
Sent: 28 February 2025 22:57
To: 'Adrian Holbrook' mailto:megagru...@hotmail.com> >; gnucash-user@gnucash.org
  mailto:gnucash-user@gnucash.org> >
Subject: RE: [GNC] Problems getting prices from Yahoo as JSON 

 

On Windows it should be:

 C:\Strawberry\perl\site\lib\Finance\Quote 

On Unix/Linux it could be in many different places depending on how it was
installed. Try these:

/usr/share/perl5/Finance/Quote
/usr/local/share/perl/5.26.1/Finance/Quote

If not then use find utility to locate it on Unix/Linux or Mac OS'...

# find / -name YahooJSON.pm
/usr/share/perl5/Finance/Quote/YahooJSON.pm
/usr/local/share/perl/5.26.1/Finance/Quote/YahooJSON.pm

For flatpak, I am not sure how.

-Original Message-
From: Adrian Holbrook mailto:megagru...@hotmail.com> > 
Sent: Friday, February 28, 2025 2:38 PM
To: gnucash-user@gnucash.org  
Subject: [GNC] Problems getting prices from Yahoo as JSON

I am having the same problem as reported on a recent thread. I was not sure
how to respond on the thread as the reply arrow was grayed out. I am not
sure how to make the quick fix mentioned by Kalpesh Patel as I cannot find
the file YahooJSOM.pm. Can anyone help?

Thanks

Adrian



___
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] Quotes again?

2025-03-01 Thread Dale Alspach
Thanks for this.
I am running the flatpak version 5.10 on linux mint 21.3.
It took a little searching to find YahooJSON.pm in the flatpak

In my case this works:
find /var/lib/flatpak/app -name YahooJSON.pm

Replacing line 48 as suggested worked.

Dale


On Wed, Feb 19, 2025 at 9:26 AM Kalpesh Patel  wrote:

> Yahoo's new changes are fixated on the value of the user agent header
> being passed. The quick fix is to replace line 48 of YahooJSON.pm module of
> the latest version from:
>
> my $browser = 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_1)
> AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2171.95 Safari/537.36';
>
> to:
>
> my $browser = 'Mozilla/5.0';
>
>
> -Original Message-
> From: Kalpesh Patel 
> Sent: Wednesday, February 19, 2025 6:53 AM
> To: 'Cam Ellison' 
> Cc: 'gnucash-user@gnucash.org' 
> Subject: RE: [GNC] Quotes again?
>
> Calling http://query2.finance.yahoo.com/v1/test/getcrumb on command line
> is failing but browser version works. I would not be surprised if they
> introduced some sort of anti-programmatic use measures.
>
> I will check if there is fix for it but it will most likely will not be
> until the weekends.
>
> -Original Message-
> From: Cam Ellison 
> Sent: Wednesday, February 19, 2025 12:47 AM
> To: gnucash-user@gnucash.org
> Subject: Re: [GNC] Quotes again?
>
> Error accessing query2.finance.yahoo.com/v1/test/getcrumb.
>
> Someone worked out a patch for the original problem 2 years or so back
> which involves setting a crumb, but obviously Yahoo has again changed
> something and it doesn't work anymore. This particular API apparently
> hasn't been supported for some time, so this is hardly a surprise.
>
>
> On 2025-02-18 16:53, David G. Pickett via gnucash-user wrote:
> > Quotes on yahoo broke today, something unhappy about getcrumb, I'd cop
> and paste but it does not allow that!
> > ___
> > 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.


Re: [GNC] Changing Global Font to Aptos Narrow

2025-03-01 Thread Brad Morrison
Hi Lance/GNUCash users, 

https://en.wikipedia.org/wiki/Aptos_(typeface) - it looks like the Aptos
fonts are "proprietary," according to that Wikipedia page. 

Are there open source font types that you like that might work better
with GNUCash? Some like
https://en.wikipedia.org/wiki/SIL_Open_Font_License &
https://openfontlicense.org/ ? 

---
Thanks, 

Brad - https://www.facebook.com/brad.morrison.12327/ &
https://nextdoor.com/profile/01mP46jj8KCzj3sP4 &
https://norcal.social/@BradMorrison 

On 2025-02-28 12:12, John Ralls wrote:

> Please remember to copy the list on all replies. After all, I'm not the one 
> who needs to know this, Gilberto is.
> 
> Regards,
> John Ralls
> 
>> On Feb 28, 2025, at 9:20 AM, Lance Kibblewhite  wrote:
>> 
>> On my Windows 11, I have installed the Aptos fonts.
>> 
>> Download from:  
>> https://www.microsoft.com/en-us/download/details.aspx?id=106087
>> File name: Microsoft Aptos Fonts.zip
>> 
>> Narrow shows as a variant of the Aptos font, but it is in its own file:
> 
> Aptos.ttf
> Aptos-Black.ttf
> Aptos-Black-Italic.ttf
> Aptos-Bold.ttf
> Aptos-Bold-Italic.ttf
> Aptos-Display.ttf
> Aptos-Display-Bold.ttf
> Aptos-Display-Bold-Italic.ttf
> Aptos-Display-Italic.ttf
> Aptos-ExtraBold.ttf
> Aptos-ExtraBold-Italic.ttf
> Aptos-Italic.ttf
> Aptos-Light.ttf
> Aptos-Light-Italic.ttf
> Aptos-Mono.ttf
> Aptos-Mono-Bold.ttf
> Aptos-Mono-Bold-Italic.ttf
> Aptos-Mono-Italic.ttf
> Aptos-Narrow.ttf
> Aptos-Narrow-Bold.ttf
> Aptos-Narrow-Bold-Italic.ttf
> Aptos-Narrow-Italic.ttf
> Aptos-SemiBold.ttf
> Aptos-SemiBold-Italic.ttf
> Aptos-Serif.ttf
> Aptos-Serif-Bold.ttf
> Aptos-Serif-Bold-Italic.ttf
> Aptos-Serif-Italic.ttf
> 
> From: gnucash-user  
> on behalf of John Ralls 
> Sent: Friday, February 28, 2025 13:20
> To: Gilberto Reis Filho 
> Cc: gnucash-user@gnucash.org 
> Subject: Re: [GNC] Changing Global Font to Aptos Narrow
> Gilberto,
> 
> Nope, every variation is its own file, see 
> https://learn.microsoft.com/en-us/typography/font-list/aptos. GnuCash can't 
> use Aptos narrow because you don't have it.
> 
> https://support.microsoft.com/en-us/office/cloud-fonts-in-office-f7b009fe-037f-45ed-a556-b5fe6ede6adb
>  may explain why you're able to use it in Microsoft applications without 
> actually installing it on your computer, and of course Microsoft Office 365 
> is software-as-a-service that runs on Microsoft's servers.
> 
> Regards,
> John Ralls
> 
> On Feb 28, 2025, at 04:31, Gilberto Reis Filho 
>  wrote:
> 
> Hi John, I just took a deeper dive on this.
> 
> This is what is within the fonts directory in Win11 (C:\Windows\Fonts):
> 
> https://1drv.ms/i/c/a80dbceece13ec4e/EbJ3eZx9BfZEnBGx1wr-zWQB5dvZ9DOgO5WDIWzMKTeBdw?e=baFPEM
> 
> Aptos Narrow seems to be within the Aptos ttf file (bear with me here
> because I am not savvy on how windows fonts work).
> 
> Thanks.
> 
> On Fri, Feb 28, 2025 at 12:54 AM John Ralls  wrote:
> 
> Are you sure that Aptos-Narrow.ttf exists in a directory on the fontconfig
> path? That's a distinct file from Aptos.ttf.
> 
> Regards,
> John Ralls
> 
> On Feb 27, 2025, at 14:53, Gilberto Reis Filho < 
> gilberto.reis.fi...@gmail.com> wrote: 
> Thanks. Does not work either. The CSS part I am interested in is this (just 
> to change the global font):
> 
> * {
> font: 10pt calibri, sans-serif;
> }
> 
> It works for most of the installed fonts (lucida, courier new, times new
> roman etc. etc.) however, as you said, for some reason it does not work for 
> all fonts installed.
> 
> Not a big deal though. Thanks.
> 
> On Thu, Feb 27, 2025 at 7:41 PM Fross, Michael  wrote: 
> Here is my gtk-3.0.css.  I'm on windows and I have it in my
> appdata\roaming\gnucash folder.  GNUCash Help|About will tell you the
> GNC_USERCONFIG_DIR you should put the file in.
> 
> I have found that not every font works.  Also, this changes some of the
> register colors (I don't care for the default ones.)  Simply delete
 those 

> bit if they are not to your liking.
> 
> Regards,
> 
> Michael
> 
> /* Frosty's GTK file for GnuCash colors
> *
> * Reference:
> *   Color Picker: https://htmlcolorcodes.com/color-picker/
> *   Palettes: https://www.colorhunt.co/palettes/
> *   GnuCash Reference:
> https://github.com/Gnucash/gnucash/blob/maint/doc/gtk-3.0.css
> *
> */
> 
> /*
> * Define colors here to be used below
> */
> @define-color header #656565;
> @define-color reg1 #E5D8C6;
> @define-color reg2 #C5BAAA;
> @define-color highlighted #FFC67A;
> @define-color split #FFC67A;
> 
> /* Overall Appearance */
> * {
> font: 20px "Segoe UI Light", sans-serif;
> }
> 
> /* Register Header :Color */
> .gnc-class-user-register-header {
> background-color: @header;
> color: white;
> }
> 
> /*
> * Register Primary
> */
> .gnc-class-user-register-primary {
> background-color: @reg1;
> color: black;
> }
> 
> .gnc-class-user-register-primary:disabled {
> background-color: @reg1;
> color: black;
> }
> 
> /*
> * Register secondary
> */
> .gnc-class-user-register-secondary {
> background-color: @reg2;
> color: bl

Re: [GNC] Searching mailing lists

2025-03-01 Thread Stan Brown (using GC 4.14)
On 2025-03-01 10:39, Brad Morrison wrote:
> https://lists.gnucash.org/mailman/listinfo/gnucash-user >
> https://lists.gnucash.org/search/?idxinfo=gnucash-user >
> https://gnucash.1415818.n4.nabble.com//GnuCash-User-f1415819.html does
> not work for me right now (server not found), is anyone else also seeing
> that issue? 

The one you had trouble with (and I did too, to answer your question --
DNS lookup failed) is a nabble link. As I recall, nabble was discussed a
few months ago, and I believe the consensus was that it was moribund.
People who use nabble to post to this list, or read it, have been
counseled to use email instead.

Stan Brown
Tehachapi, CA, USA
https://BrownMath.com
___
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] How to change a scheduled transaction amount

2025-03-01 Thread Stephen M. Butler

On 3/1/25 19:48, Edwin Booth wrote:

Hi All,

I get a Social Security payment each month (let’s hope it will continue
under this awful administration!). The monthly amount changes each January

Same here for both my wife and I



I hope I explained my problem well and that someone can help me with what I
think is an easy problem to solve. PLEASE tell me if I did or I didn’t
explain properly. I just need to understand how to update my Scheduled
Transaction account. Maybe I need to delete last year’s scheduled
transaction and create a new, 2025,  one?



Well, that is one way to do it.  However, I click on the _Actions_ top 
menu item.  Then on _Scheduled Transactions_ and then on _Scheduled 
Transaction Editor_.


That should open up a tab where the top pane shows the list of available 
transactions that have schedules.  Find the one for you SSA and double 
click on that.  It should open up another window with top menu items of 
_Overview_, _Frquency_, and _Template Transaction_.


Click on the Template Transaction and the window should show the entries 
as they will be entered for the transaction.  I have six (6) 
lines/splits total.  Three (3) each for my wife and me.  The three lines 
are:

INCOME:SSA-Steve (or Wanita) with the gross amount in the Tot Credit column
ASSETS:BANK:CHECKING with the deposit amount in the Tot Debit column
EXPENSES:MEDICAL:Part B with the part B expense amount in Tot Debit column

I simply update the amounts each year in time for the January posting.

Then click on OK in the lower right corner.

You can always double click on the SSA transaction again and go to the 
template to verify that the new amounts are showing.

___
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] Searching mailing lists

2025-03-01 Thread sunfish62--- via gnucash-user
Since you're replying to this thread, you might have noticed 
https://lists.gnucash.org/pipermail/gnucash-user/2025-February/115508.html, 
which was sent by the mail list maintainer, Derek. In that message, Derek 
explained versions and plans. 

⁣David T. ​

On Mar 1, 2025, 9:40 PM, at 9:40 PM, Brad Morrison  
wrote:
>Hi David/GNUCash users, 
>
>Thanks for that GnuCash mailing lists link! 
>
>https://lists.gnucash.org/mailman/listinfo/gnucash-user >
>https://lists.gnucash.org/search/?idxinfo=gnucash-user >
>https://gnucash.1415818.n4.nabble.com//GnuCash-User-f1415819.html does
>not work for me right now (server not found), is anyone else also
>seeing
>that issue? 
>
>https://lists.gnucash.org/mailman/listinfo - it also looks like the
>GNUCash mailing lists are using version 2.1.29 of the Mailman software
>-
>https://list.org/ 
>
>According to https://list.org/ - "Current Version The current stable
>GNU
>Mailman versions are: 01-Oct-2024 Mailman 3.3.10 (Tom Sawyer)
>13-Dec-2021 Mailman 2.1.39" 
>
>Does GNUCash have any plans to upgrade the mailing lists
>(https://wiki.gnucash.org/wiki/Mailing_Lists &
>https://lists.gnucash.org/mailman/listinfo) to the current version of
>Mailman 2 (2.1.39) or, even better, the current version of Mailman 3
>(3.3.10)? 
>
>---
>Thanks, 
>
>Brad - https://www.facebook.com/brad.morrison.12327/ &
>https://nextdoor.com/profile/01mP46jj8KCzj3sP4 &
>https://norcal.social/@BradMorrison 
>
>On 2025-02-09 22:23, sunfish62--- via gnucash-user wrote:
>
>> https://wiki.gnucash.org/wiki/Mailing_Lists
>> 
>> ⁣David T.​
>> 
>> On Feb 10, 2025, 8:23 AM, at 8:23 AM, David Cousens
> wrote: I am not sure what the official
>position is re the mail archive site.
>> AFAIK it mirrors posts to the official lists which are maintained by
>> the GnuCash team and moderated by Liz. I just find it much easier to
>> locate posts and threads on the mail archive site that in the
>official
>> mailing lists.
>> 
>> david Cousens
>> 
>> On Mon, 2025-02-10 at 11:34 +0900, Bo Buckley wrote: Thank you for
>the links David. That is helpful. Is this link not
>> listed in the docs anywhere? If not, are you not seeing a bunch of
>> duplicate questions in the mailing lists? Seems like having a clearly
>> explained method for searching for duplicates would be of somewhat
>> high priority to keep the lists from being overwhelming. 
>> 
>> I didn't see any response from Liz though. Still confused on how this
>> email list is supposed to work if I'm not seeing all replies to my
>> question. 
>> 
>> Thanks again
>> 
>> On Mon, Feb 10, 2025 at 11:21 AM David Cousens
>>  wrote: 
>> As well as the method Liz mentioned it is also possible to access
>> and
>> search the mailing list archives at 
>> 
>> https://www.mail-archive.com/gnucash-user@gnucash.org/
>> 
>> https://www.mail-archive.com/gnucash-devel@gnucash.org/
>> 
>> You need to have existing membership of the mailing list. I cannot
>> remember whether or not this site will request membership if you
>> are
>> not already a list member.
>> 
>> David Cousens
>> 
>> On Sun, 2025-02-09 at 20:21 +0900, Bo Buckley wrote: In the docs:
>> https://wiki.gnucash.org/wiki/GnuCash_Forum
>> 
>> If claims:
>> 
>> The *GnuCash project* does *not* use ancient *forum* software
> for 
>
>>> its
>>> online user support. It uses mailing list technology.
>> 
>> I'm completely lost as to the advantage of using a mailing list
> over 
>
>> an
>> indexed searchable forum, Github Discussions, or otherwise. In
>> particular
>> I'm really struggling to find a way to find if my existing issue
> has 
>
>> already been discussed somewhere as the only thing indexed
> appears to 
>
>> be
>> bugzilla and the FAQs.
>> 
>> According to the mailing list docs:
>> 
>>> Currently, there is no on-site mechanism to search the mailing
>>> lists
>>> *and the search link on the archive page is broken.*Instead,
> use 
>
>>> the term
>>> "site:lists.gnucash.org" at Google or Yahoo! to search within
> the 
>
>>> archives, e.g.
>
>http://www.google.com/search?q=site%3Alists.gnucash.org+string+to+search
>
>
>> I'm not sure if this worked well at one point, but it definitely does
>not
>> work well for me now. See attached screenshot. It appears Google's
>crawler
>> somehow finds its way to all the docs and other general content via
>the
>> lists.gnucash.org, so it is not filtering out hardly anything as I
>would
>> expect. The only alternative approach I can find is to browse (not
>search)
>> https://lists.gnucash.org/pipermail/gnucash-user/, which I think
>> everyone
>> can appreciate to not be an exactly speedy process.
>> 
>> Is there a better way to verify existing discussions/issues
>> (including this
>> one)?
>> ___
>> 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 

[GNC] How to change a scheduled transaction amount

2025-03-01 Thread Edwin Booth
Hi All,

I get a Social Security payment each month (let’s hope it will continue
under this awful administration!). The monthly amount changes each January
to reflect the yearly Cost of Living increase. All last year I had the
amount automatically added to my checking account as a “scheduled
transaction.” It worked great! In January 2025 I wanted to update the
monthly amount for the next 12 months. I thought that I had done so. And
when I opened GnuCash at the end of January (and again, at the end of
February)—when this scheduled transaction is supposed to appear in my
checking account—it asked me if I wanted to add that transaction (as it had
all last year). I clicked “yes.”

GnuCash added the new transaction amount BUT it added it as a”Split
Transaction.” And, when I click on the Show Splits button, I get the
following:

Main Line:(Description) Social Security Payment  (Deposit)$X.XX(new 2025
amount—that’s good)(Withdrawal)Blank (Balance)$1,524.85
1st Split Line: Assets:Current Assets:Checking Account (Deposit)$X.XX [same
number as above] (Withdrawal and Balance)both entries Blank
2nd Split Line: Income:Retirement:Social Security  (Deposit)Blank
(Withdrawal)Blank (Balance)Blank
3rd Split Line: Imbalance-USD (Deposit)Blank (Withdrawal)$X.XX [same number
again] (Balance)Blank.

My question is: how do I update my Scheduled Transaction account so that
this deposit is simply listed as Income:Retirement:Social Security
(Deposit)$X.XX [same number as above, i.e. the new, 2025 amount] and,
finally, (Balance)$1,524.85 (the correct balance). That’s what it did all
last year with the correct 2024 amount.

The new numbers are all correct and the balance is correct, but it
shouldn’t be a Split Transaction at all and there shouldn’t be an Assets:
Current Assets: Checking Account line  nor an Imbalance-USD line at all. It
should just say what I listed in the previous paragraph.

I hope I explained my problem well and that someone can help me with what I
think is an easy problem to solve. PLEASE tell me if I did or I didn’t
explain properly. I just need to understand how to update my Scheduled
Transaction account. Maybe I need to delete last year’s scheduled
transaction and create a new, 2025,  one?

Thank you very much!

Edwin
___
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] QIF import does not import transactions

2025-03-01 Thread Elliot Huntington
For many years I have been happily using GnuCash (unsure of which version)
on Linux Mint. I just reinstalled my OS, now using Arch Linux, and
installed GnuCash (5.10) from the package repositories with pacman.

The whole time I've been using GnuCash, I've also been using GnuCash
Android. I know this is a separate project that appears to have been
abandoned. But the app has worked well enough for my needs. Usually I enter
transactions in GnuCash Android. At the end of the the month I export the
transactions in QIF format, email them to myself, and then import them into
GnuCash on my linux computer.

My several attempts to do this today have failed at the point of importing
the QIF file into the new version of GnuCash (5.10) running on Arch Linux.
I tried importing 3 different QIF files (two of them with nearly a month
worth of transactions in them, and one test file with only a single
transaction in it).

Once I realized this simply is not working, I decided to install GnuCash
(5.10) on my Macbook Pro (Apple Silicon). Again, I tried to import the QIF
files, but the transactions that are in the QIF files are simply not loaded
into the application. I can't find them anywhere in the application.

GnuCash (5.10) is not reporting any errors. In fact, the GUI leads me to
think that everything is working just fine, except for the fact that I can
not see any of the transactions that should have been successfully imported.

I decided to try and debug this problem myself by creating a single test
transaction with my GnuCash Android application, and exporting that file
like I normally do. Here is the content of that file:
-
!Account
NAccrued Expenses:USBank Credit Card
^
!Type:CCard
D2025/3/1
PTest
M
SAccrued Expenses:Lessons:Piano
$-1.00
^
--

Then on my Arch Linux machine, after some googling, I found that I could
watch the trace logs of the application with this command:

tail -f /tmp/gnucash.trace

So I started to tail the trace and went through the process of importing
the transactions again:

1. Import QIF files
* click the Next button.
2. Select a QIF file to load
* select the file to import
* click the Next button
3. Load QIF files
* click the Start button
* GnuCash shows the "Loading completed" message
* trace log shows the following message:
* 20:13:45  WARN  qif-parse:parse-date/format: format is y-d-m
but date is [2025/3/1].
* click the Next button
4. Set a date format for this QIF file
* select the "y-m-d" option in the date format select options
* click the Next button
5. QIF files you have loaded
* the file I selected is displayed in the list of files that have been
loaded
* click the Next button
6. Accounts and stock holdings
* click the Next button
7. Match QIF accounts with GnuCash accounts
* QIF account name displayed as "Accrued Expenses:USBank Credit Card"
* GnuCash account name displayed as "Accrued Expenses:USBank Credit
Card"
* click the Next button
8. Income and Expense categories
* click the Next button
9. Match QIF categories with GnuCash accounts
* QIF category name displayed as "Accrued Expenses:Lessons:Piano"
* GnuCash account name displayed as "Accrued Expenses:Lessons:Piano"
* click the Next button
10. Choose the QIF file currency
* select the "USD (US Dollar)" option in the currency select options
* click the Next button
11. QIF Import
* When you press the Start Button, GnuCash will import your QIF data.
If there are no errors or warnings, you will automatically proceed to the
next step. Otherwise, the details will be shown below for your review.
* click the "Start Import" button
* the trace log shows the following message:
* 20:27:48  WARN  Probable error: the new account tree has no
transactions.
12. Update your GnuCash accounts
* No errors or warnings are displayed. The application shows the normal
3 sentences starting with 'Click "Apply" to ...', 'Click "Back" to ...',
'Click "Cancel" to ...'
* click the Apply button
13. Qif Import Summary
* click the Close button

At this point, GnuCash has an asterisk next to the file name in the title
in the application window, indicating there are unsaved changes. So, I
press CTRL+S to save the application state and the asterisk goes away,
indicated the file has been saved.

But then when I go to look for my test transaction, I can not find it
anywhere in either of the accounts: "Accrued Expenses:USBank Credit Card",
or "Accrued Expenses:Lessons:Piano".

The transaction is simply not imported correctly.

So to summarize the output of the trace file, here is what I see was tailed
to the logs during the test:

tail -f /tmp/gnucash.trace
* 20:13:45  WARN  qif-parse:parse-date/format: format is y-d-m but
date is [2025/3/1].
* 20:27:48  WARN  Probable error: the new account tree has no
transact

Re: [GNC] QIF import does not import transactions

2025-03-01 Thread John Ralls
See https://bugs.gnucash.org/show_bug.cgi?id=799492

Regards,
John Ralls


> On Mar 1, 2025, at 19:42, Elliot Huntington  
> wrote:
> 
> For many years I have been happily using GnuCash (unsure of which version)
> on Linux Mint. I just reinstalled my OS, now using Arch Linux, and
> installed GnuCash (5.10) from the package repositories with pacman.
> 
> The whole time I've been using GnuCash, I've also been using GnuCash
> Android. I know this is a separate project that appears to have been
> abandoned. But the app has worked well enough for my needs. Usually I enter
> transactions in GnuCash Android. At the end of the the month I export the
> transactions in QIF format, email them to myself, and then import them into
> GnuCash on my linux computer.
> 
> My several attempts to do this today have failed at the point of importing
> the QIF file into the new version of GnuCash (5.10) running on Arch Linux.
> I tried importing 3 different QIF files (two of them with nearly a month
> worth of transactions in them, and one test file with only a single
> transaction in it).
> 
> Once I realized this simply is not working, I decided to install GnuCash
> (5.10) on my Macbook Pro (Apple Silicon). Again, I tried to import the QIF
> files, but the transactions that are in the QIF files are simply not loaded
> into the application. I can't find them anywhere in the application.
> 
> GnuCash (5.10) is not reporting any errors. In fact, the GUI leads me to
> think that everything is working just fine, except for the fact that I can
> not see any of the transactions that should have been successfully imported.
> 
> I decided to try and debug this problem myself by creating a single test
> transaction with my GnuCash Android application, and exporting that file
> like I normally do. Here is the content of that file:
> -
> !Account
> NAccrued Expenses:USBank Credit Card
> ^
> !Type:CCard
> D2025/3/1
> PTest
> M
> SAccrued Expenses:Lessons:Piano
> $-1.00
> ^
> --
> 
> Then on my Arch Linux machine, after some googling, I found that I could
> watch the trace logs of the application with this command:
> 
> tail -f /tmp/gnucash.trace
> 
> So I started to tail the trace and went through the process of importing
> the transactions again:
> 
> 1. Import QIF files
>* click the Next button.
> 2. Select a QIF file to load
>* select the file to import
>* click the Next button
> 3. Load QIF files
>* click the Start button
>* GnuCash shows the "Loading completed" message
>* trace log shows the following message:
>* 20:13:45  WARN  qif-parse:parse-date/format: format is y-d-m
> but date is [2025/3/1].
>* click the Next button
> 4. Set a date format for this QIF file
>* select the "y-m-d" option in the date format select options
>* click the Next button
> 5. QIF files you have loaded
>* the file I selected is displayed in the list of files that have been
> loaded
>* click the Next button
> 6. Accounts and stock holdings
>* click the Next button
> 7. Match QIF accounts with GnuCash accounts
>* QIF account name displayed as "Accrued Expenses:USBank Credit Card"
>* GnuCash account name displayed as "Accrued Expenses:USBank Credit
> Card"
>* click the Next button
> 8. Income and Expense categories
>* click the Next button
> 9. Match QIF categories with GnuCash accounts
>* QIF category name displayed as "Accrued Expenses:Lessons:Piano"
>* GnuCash account name displayed as "Accrued Expenses:Lessons:Piano"
>* click the Next button
> 10. Choose the QIF file currency
>* select the "USD (US Dollar)" option in the currency select options
>* click the Next button
> 11. QIF Import
>* When you press the Start Button, GnuCash will import your QIF data.
> If there are no errors or warnings, you will automatically proceed to the
> next step. Otherwise, the details will be shown below for your review.
>* click the "Start Import" button
>* the trace log shows the following message:
>* 20:27:48  WARN  Probable error: the new account tree has no
> transactions.
> 12. Update your GnuCash accounts
>* No errors or warnings are displayed. The application shows the normal
> 3 sentences starting with 'Click "Apply" to ...', 'Click "Back" to ...',
> 'Click "Cancel" to ...'
>* click the Apply button
> 13. Qif Import Summary
>* click the Close button
> 
> At this point, GnuCash has an asterisk next to the file name in the title
> in the application window, indicating there are unsaved changes. So, I
> press CTRL+S to save the application state and the asterisk goes away,
> indicated the file has been saved.
> 
> But then when I go to look for my test transaction, I can not find it
> anywhere in either of the accounts: "Accrued Expenses:USBank Credit Card",
> or "Accrued Expenses:Lessons:Piano".
> 
> The transacti

Re: [GNC] QIF import does not import transactions

2025-03-01 Thread Elliot Huntington
Wow!

Thank you John for your amazingly quick response. I've been desperately
trying to figure my way through this all day today. You replied to my
inquiry 13 minutes after I posted it. And 25 minutes after that, I have
been able to manually edit the scheme file as discussed in comment 5 on bug
https://bugs.gnucash.org/show_bug.cgi?id=799492. Specifically it means I
made this change to the
"/usr/share/guile/site/3.0/gnucash/qif-import/qif-to-gnc.scm" file in Arch
Linux:

diff qif-to-gnc.scm.bak qif-to-gnc.scm
437c437
<   (if (not (or (qif-xtn:mark xtn) (or (null? splits) (null?
(cdr splits)
---
>   (if (not (or (qif-xtn:mark xtn) (null? splits)))

After making the change I started GnuCash version 5.10 and retested
importing the QIF file. IT WORKED!!!

Thank you so much!

Now, I'm just curious, how long will it take for that change to be
available based on the version that is received when installing the
application with pacman?

On Sat, Mar 1, 2025 at 8:55 PM John Ralls  wrote:

> See https://bugs.gnucash.org/show_bug.cgi?id=799492
>
> Regards,
> John Ralls
>
>
> On Mar 1, 2025, at 19:42, Elliot Huntington 
> wrote:
>
> For many years I have been happily using GnuCash (unsure of which version)
> on Linux Mint. I just reinstalled my OS, now using Arch Linux, and
> installed GnuCash (5.10) from the package repositories with pacman.
>
> The whole time I've been using GnuCash, I've also been using GnuCash
> Android. I know this is a separate project that appears to have been
> abandoned. But the app has worked well enough for my needs. Usually I enter
> transactions in GnuCash Android. At the end of the the month I export the
> transactions in QIF format, email them to myself, and then import them into
> GnuCash on my linux computer.
>
> My several attempts to do this today have failed at the point of importing
> the QIF file into the new version of GnuCash (5.10) running on Arch Linux.
> I tried importing 3 different QIF files (two of them with nearly a month
> worth of transactions in them, and one test file with only a single
> transaction in it).
>
> Once I realized this simply is not working, I decided to install GnuCash
> (5.10) on my Macbook Pro (Apple Silicon). Again, I tried to import the QIF
> files, but the transactions that are in the QIF files are simply not loaded
> into the application. I can't find them anywhere in the application.
>
> GnuCash (5.10) is not reporting any errors. In fact, the GUI leads me to
> think that everything is working just fine, except for the fact that I can
> not see any of the transactions that should have been successfully
> imported.
>
> I decided to try and debug this problem myself by creating a single test
> transaction with my GnuCash Android application, and exporting that file
> like I normally do. Here is the content of that file:
> -
> !Account
> NAccrued Expenses:USBank Credit Card
> ^
> !Type:CCard
> D2025/3/1
> PTest
> M
> SAccrued Expenses:Lessons:Piano
> $-1.00
> ^
> --
>
> Then on my Arch Linux machine, after some googling, I found that I could
> watch the trace logs of the application with this command:
>
> tail -f /tmp/gnucash.trace
>
> So I started to tail the trace and went through the process of importing
> the transactions again:
>
> 1. Import QIF files
>* click the Next button.
> 2. Select a QIF file to load
>* select the file to import
>* click the Next button
> 3. Load QIF files
>* click the Start button
>* GnuCash shows the "Loading completed" message
>* trace log shows the following message:
>* 20:13:45  WARN  qif-parse:parse-date/format: format is y-d-m
> but date is [2025/3/1].
>* click the Next button
> 4. Set a date format for this QIF file
>* select the "y-m-d" option in the date format select options
>* click the Next button
> 5. QIF files you have loaded
>* the file I selected is displayed in the list of files that have been
> loaded
>* click the Next button
> 6. Accounts and stock holdings
>* click the Next button
> 7. Match QIF accounts with GnuCash accounts
>* QIF account name displayed as "Accrued Expenses:USBank Credit Card"
>* GnuCash account name displayed as "Accrued Expenses:USBank Credit
> Card"
>* click the Next button
> 8. Income and Expense categories
>* click the Next button
> 9. Match QIF categories with GnuCash accounts
>* QIF category name displayed as "Accrued Expenses:Lessons:Piano"
>* GnuCash account name displayed as "Accrued Expenses:Lessons:Piano"
>* click the Next button
> 10. Choose the QIF file currency
>* select the "USD (US Dollar)" option in the currency select options
>* click the Next button
> 11. QIF Import
>* When you press the Start Button, GnuCash will import your QIF data.
> If there are no errors or warnings, you will automatically proceed

Re: [GNC] Report gives black screen

2025-03-01 Thread Stephen M. Butler

On 3/1/25 19:12, Richard Dawson wrote:

Using 5.1, flathub version.  Installed on Kubuntu 24.04.

When I opened the report Gnucash immediately opened a new tab labeled 
"transaction report" that was completely black.  I proceeded to select 
options.  When I closed the options window the screen remained 
entirely black.


How did you close the Options Window?  I tried making changes to the 
options and then hit the X in the upper right corner to close the 
window.  It acted like you reported.


Instead hit the OK or APPLY in the lower right hand corner of that window.

I'm running Build ID: git 5.10-34-g618cd55826+(2025-01-30) on Ubuntu 
24.10  (note that this is a local build via the git repository with 
patches since v5.10).

___
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] User Experience Feedback After 5 Years of Using GnuCash

2025-03-01 Thread Tommy Trussell
On Sat, Mar 1, 2025 at 11:55 AM Gal Bar Mashiah  wrote:

>   4.
>
>*Register View Behavior for 'Description' and 'Transfer' Fields*: When
>entering a new transaction in the register view, leaving the
> 'Description'
>field with the 'Tab' key causes the 'Transfer' field to be auto-filled
> with
>the most recent transaction that has the same Description. While this is
>generally useful, there are times when I would prefer the Transfer
> field to
>remain empty. This issue occurs when the previous transaction involved
>splits with many accounts, but the current transaction only has one
> other
>account. Perhaps a different keyboard shortcut could be used instead of
>'Tab' to avoid this?
>

Instead of modifying the register code as you suggest, how about adding a
key binding to

Transaction --> Remove other splits

This is the command I use all the time when the circumstance you describe
comes up, mostly because I previously entered multiple different types of
purchases at a large store, and need to key in a new transaction for a
different shopping trip. If you're not aware of the function, give it a try
and see if it does what you need.

You may be able to add the keybinding yourself. (I haven't looked to see if
that function provides for it.)


> -
> 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] No reports

2025-03-01 Thread Tommy Trussell
On Sat, Mar 1, 2025 at 11:12 AM dboland99 via gnucash-user <
gnucash-user@gnucash.org> wrote:

> I don't have Windows - just Linux.
>

I'm going to interject that a few months ago I upgraded from Ubuntu 22.04
to 24.04, and the Nouveau open-source graphics driver for my old video card
seems to no longer be available, so I had to jump through several hoops to
finally get GnuCash reports to display again. The proprietary (and now
recommended) Nvidia driver needs a workaround that the open-source driver
did not. Several other things about this OS have been a bit less stable on
my (very much not new) system, so I've been disappointed in several
so-called "regressions," but I won't go into those here.

I'm mentioning this because I believe most versions of Mint are based upon
Ubuntu LTS versions, and if you recently upgraded Mint, it could now have a
different LTS version behind it. Several distributions are built using
Ubuntu as their base, and of course Ubuntu itself is built on top of
Debian, so it's sometimes useful to know about the lineage of your OS when
tracking down problems.



> 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] Problems getting prices from Yahoo as JSON

2025-03-01 Thread Adrian Holbrook
Sorry - I am using Windows 11.

Thanks for the prompt reply. I will now attempt to see if I can get the patch!

Best regards

Adrian

From: Murugan Mariappan 
Sent: 28 February 2025 21:32
To: Adrian Holbrook ; gnucash-user@gnucash.org 

Subject: Re: Problems getting prices from Yahoo as JSON

Hi Adrian

You did not mention what OS you are in, nevertheless the patch is already 
released by bruce

you can use cpan or cpanm to install "BPSCHUCK/Finance-Quote-1.64_02.tar.gz"






Saludos Cordiales


Murugan


From: gnucash-user 
 on behalf of 
Adrian Holbrook 
Sent: 28 February 2025 16:38
To: gnucash-user@gnucash.org 
Subject: [GNC] Problems getting prices from Yahoo as JSON

I am having the same problem as reported on a recent thread. I was not sure how 
to respond on the thread as the reply arrow was grayed out. I am not sure how 
to make the quick fix mentioned by Kalpesh Patel as I cannot find the file 
YahooJSOM.pm. Can anyone help?

Thanks

Adrian
___
gnucash-user mailing list
gnucash-user@gnucash.org
To update your subscription preferences or to unsubscribe:
https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Flists.gnucash.org%2Fmailman%2Flistinfo%2Fgnucash-user&data=05%7C02%7C%7Cfe73dc00cc134867130808dd582fe1c3%7C84df9e7fe9f640afb435%7C1%7C0%7C638763684878910308%7CUnknown%7CTWFpbGZsb3d8eyJFbXB0eU1hcGkiOnRydWUsIlYiOiIwLjAuMDAwMCIsIlAiOiJXaW4zMiIsIkFOIjoiTWFpbCIsIldUIjoyfQ%3D%3D%7C0%7C%7C%7C&sdata=SGt%2FHKueSd61YtGQpf%2BjOaGos%2FmVZLHjoZjLIJ02sR0%3D&reserved=0
-
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] Problems getting prices from Yahoo as JSON

2025-03-01 Thread Adrian Holbrook
Thanks. Not sure how to install a module from CPAN as suggested by Murugan so 
will attempt to modify the file.

Best regards

Adrian

From: Kalpesh Patel 
Sent: 28 February 2025 22:57
To: 'Adrian Holbrook' ; gnucash-user@gnucash.org 

Subject: RE: [GNC] Problems getting prices from Yahoo as JSON

On Windows it should be:

 C:\Strawberry\perl\site\lib\Finance\Quote

On Unix/Linux it could be in many different places depending on how it was
installed. Try these:

/usr/share/perl5/Finance/Quote
/usr/local/share/perl/5.26.1/Finance/Quote

If not then use find utility to locate it on Unix/Linux or Mac OS'...

# find / -name YahooJSON.pm
/usr/share/perl5/Finance/Quote/YahooJSON.pm
/usr/local/share/perl/5.26.1/Finance/Quote/YahooJSON.pm

For flatpak, I am not sure how.

-Original Message-
From: Adrian Holbrook 
Sent: Friday, February 28, 2025 2:38 PM
To: gnucash-user@gnucash.org
Subject: [GNC] Problems getting prices from Yahoo as JSON

I am having the same problem as reported on a recent thread. I was not sure
how to respond on the thread as the reply arrow was grayed out. I am not
sure how to make the quick fix mentioned by Kalpesh Patel as I cannot find
the file YahooJSOM.pm. Can anyone help?

Thanks

Adrian


___
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] Changing Global Font to Aptos Narrow

2025-03-01 Thread Lance Kibblewhite
On my Windows 11, I have installed the Aptos fonts.

Download from:  https://www.microsoft.com/en-us/download/details.aspx?id=106087
File name: Microsoft Aptos Fonts.zip

Narrow shows as a variant of the Aptos font, but it is in its own file:

[cid:670dfbb8-5c62-4c32-8aea-9a5d5427b5c4]

Aptos.ttf
Aptos-Black.ttf
Aptos-Black-Italic.ttf
Aptos-Bold.ttf
Aptos-Bold-Italic.ttf
Aptos-Display.ttf
Aptos-Display-Bold.ttf
Aptos-Display-Bold-Italic.ttf
Aptos-Display-Italic.ttf
Aptos-ExtraBold.ttf
Aptos-ExtraBold-Italic.ttf
Aptos-Italic.ttf
Aptos-Light.ttf
Aptos-Light-Italic.ttf
Aptos-Mono.ttf
Aptos-Mono-Bold.ttf
Aptos-Mono-Bold-Italic.ttf
Aptos-Mono-Italic.ttf
Aptos-Narrow.ttf
Aptos-Narrow-Bold.ttf
Aptos-Narrow-Bold-Italic.ttf
Aptos-Narrow-Italic.ttf
Aptos-SemiBold.ttf
Aptos-SemiBold-Italic.ttf
Aptos-Serif.ttf
Aptos-Serif-Bold.ttf
Aptos-Serif-Bold-Italic.ttf
Aptos-Serif-Italic.ttf



___
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] Problems getting prices from Yahoo as JSON

2025-03-01 Thread Klaus Dahlke via gnucash-user
Same here:
I installed finance-quote via 'cpanm Finance::Quote' on Arch Linux. Package was 
downloaded, installation was only successful with the --force option


The first try run into an early error:
$ ./stockdump.pl yahoo_json PJS1.DE
$VAR1 = {$crumb =
  'PJS1.DEsuccess' => 0,
  'PJS1.DEerrormsg' => 'Error accessing 
query2.finance.yahoo.com/v1/test/getcrumb: '
};

Accessing the URL in line 136 in YahooJSON.pm with a web browser produced as 
result 'EXqqcFK8sVB'. This, I commented the lines 136 to 144 and inserted 'my 
$crumb = 'EXqqcFK8sVB';

But overcoming this hurdle still lead to a successful retrievel:

$ ./stockdump.pl yahoo_json PJS1.DE
$VAR1 = {
  'PJS1.DEsymbol' => 'PJS1.DE',
  'PJS1.DEsuccess' => 0,
  'PJS1.DEerrormsg' => 'Error retrieving quote for PJS1.DE. Attempt to 
fetch the URL 
https://query2.finance.yahoo.com/v11/finance/quoteSummary/?symbols=PJS1.DE&crumb=EXqqcFK8sVB&modules=price,summaryDetail,defaultKeyStatistics
 resulted in HTTP response 429 (Too Many Requests)'
};

Also incrementing the interface version to v12 or v13 produces the same error.

Best regards
Klaus


On Fri, 28 Feb 2025 19:38:03 +
Adrian Holbrook  wrote:

> I am having the same problem as reported on a recent thread. I was not sure 
> how to respond on the thread as the reply arrow was grayed out. I am not sure 
> how to make the quick fix mentioned by Kalpesh Patel as I cannot find the 
> file YahooJSOM.pm. Can anyone help?
>
> Thanks
>
> Adrian
> ___
> 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] No reports

2025-03-01 Thread Brad Morrison
Hi Dave/GNUCash users, 

Quick answer: I DEFINITELY do not know if upgrading to the current
version of Linux Mint (22.1 over the 21.2 you mentioned that you are
using now) will solve that specific "reports" issue in GNUCash. 

With that said, using the latest version of open source software doesn't
directly cost you any money, but it may take some time and effort.  

From the perspective of the software maintainer/owner/manager, it is
much easier for them to reproduce issues/bugs raised if the number of
variables are reduced.  

Tracking down those issues/bugs involved is another process, in large
part because there is so much software and hardware possibilities
involved, especially in the open source software world. 

Another way of thinking about this is: why do you prefer to use Linux
Mint 21.2 instead of 22.1?
https://distrowatch.com/table.php?distribution=mint 

https://flathub.org/apps/org.gnucash.GnuCash - the Flatpak version of
GNUCash is 3 months old, so it may not be using all of the current
versions of the libraries, dependencies, and runtimes involved. 

It is not always easy to identify, much less solve the
issues/problems/bugs that crop up. 

https://www.gnucash.org/donate.phtml - feel free to donate if you would
like to help make GNUCash better! 

---
Thanks, 

Brad - https://www.facebook.com/brad.morrison.12327/ &
https://nextdoor.com/profile/01mP46jj8KCzj3sP4 &
https://norcal.social/@BradMorrison 

On 2025-02-28 09:24, dboland99 wrote:

> Will upgrading definitely fix the problem?
> 
> I thought a flatpack was supposed to contain every thing needed - including 
> all libraries.
> 
> Dave,
> 
> Sent with Proton Mail secure email.
> 
> On Friday, February 28th, 2025 at 12:11 PM, Brad Morrison 
>  wrote:
> 
> Hi Dave & GNUCash users,
> 
> https://www.linuxmint.com/download_all.php - the current version of
> Linux Mint is 22.1, so you may want to add upgrading from 21.2 to your
> to do list.
> 
> .
> 
> ---
> Thanks,
> 
> Brad - https://www.facebook.com/brad.morrison.12327/ &
> https://nextdoor.com/profile/01mP46jj8KCzj3sP4 &
> https://norcal.social/@BradMorrison
> 
> On 2025-02-28 04:19, dboland99 via gnucash-user wrote:
> 
> The graphics card is Intel Corporation HD Graphics 630
> 
> Dave
> 
> Sent with Proton Mail secure email.
> 
> On Thursday, February 27th, 2025 at 11:25 PM, sunfish62--- via gnucash-user 
> gnucash-user@gnucash.org wrote:
> 
> Does OP have an Nvidia card? 
> https://lists.gnucash.org/pipermail/gnucash-user/2023-October/109026.html 
> notes particular problems with rendering, along with a fix.
> 
> ⁣David T.
> 
> On Feb 28, 2025, 3:40 AM, at 3:40 AM, "Stephen M. Butler" kg...@arrl.net 
> wrote:
> 
> There are so many things that might have happened. Is this a case of
> you clicked on the report and it came up blank? If so, go to the
> Options menu item (on the top bar). Click on that and fill in the
> numerous pages of options available for each report (each report will
> have a different set of options available).
> 
> OR, is this a case of you see the report just fine on the screen but
> printing it results in a blank page? There was a bug in one of the
> libraries for one of the platforms and that may be your issue. I don't
> 
> remember the work around.
> 
> OR, something else?
> 
> On 2/27/25 16:16, dboland99 via gnucash-user wrote:
> 
> None of the reports work.
> 
> Dave
> 
> Sent with Proton Mail secure email.
> 
> On Thursday, February 27th, 2025 at 5:48 PM, Michael or Penny Novack
> via gnucash-user gnucash-user@gnucash.org wrote:
> 
> On 2/27/2025 4:57 PM, dboland99 via gnucash-user wrote:
> 
> I'm looking to get a report on some of my expense categories
> (accounts). All I get is a blank page. I'm told it has something to do
> with a library, but my installation is a flathub ver. 510. The OS is
> Linux Mint 21.2 Cinnamon.
> What report are you trying to run? If I wanted a report showing the
> totals of a set of expense accounts during some interval of time I
> would
> probably choose the "Income Statement (aka P&L) selecting JUST those
> accounts to be in the report and setting the start and end dates to
> be
> the start and end of the period.
> Michael D Novack
> 
> ___
> 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 

Re: [GNC] No reports

2025-03-01 Thread dboland99 via gnucash-user
I don't have Windows - just Linux.  My expectation is that the developers of 
gnuCash will make it work, not me.  The machine is only a few years old (less 
than 5).  So new hardware is not an option either.

Dave,



Sent with Proton Mail secure email.

On Saturday, March 1st, 2025 at 11:35 AM, Brad Morrison 
 wrote:

> Hi Keith, Dave, & GNUCash users,
> 
> https://en.wikipedia.org/wiki/Intel_Graphics_Technology - I'm guessing
> that both of your Intel graphics cards were manufactured before 2017,
> because according to that Wikipedia article, "It was first introduced in
> 2010 as Intel HD Graphics and renamed in 2017 as Intel UHD Graphics."
> 
> Does Windows 11 run well on hardware that is that old?
> https://en.wikipedia.org/wiki/Windows_11#System_requirements
> 
> You may have to purchase newer hardware, unless you want to try
> installing a Linux distro on your existing machine...
> https://distrowatch.com/
> 
> ---
> Thanks,
> 
> Brad - https://www.facebook.com/brad.morrison.12327/ &
> https://nextdoor.com/profile/01mP46jj8KCzj3sP4 &
> https://norcal.social/@BradMorrison
> 
> On 2025-02-28 09:45, Keith W Jones wrote:
> 
> > I've been waiting for this to come up. I have had this issue for several 
> > months but my system is Windows 11.
> > 
> > When I print it opens a blank window. However when I go to the Temp 
> > directory, I find the invoice in an HTML file which I can print to PDF. So 
> > the file is not going into the app.
> > 
> > C:/Users/USERNAME/AppData/Local/Temp.
> > 
> > My card is Intel HD Graphics 4600 (Gigabyte)
> > 
> > Intel Core i5 4460 @ 3.20GHz
> > Haswell 22nm Technology
> > 
> > Keith
> > 
> > On 28/02/2025 12:19, dboland99 via gnucash-user wrote: The graphics card is 
> > Intel Corporation HD Graphics 630
> > 
> > Dave
> > 
> > Sent with Proton Mail secure email.
> > 
> > On Thursday, February 27th, 2025 at 11:25 PM, sunfish62--- via 
> > gnucash-usergnucash-u...@gnucash.org wrote:
> > 
> > Does OP have an Nvidia 
> > card?https://lists.gnucash.org/pipermail/gnucash-user/2023-October/109026.html
> >  notes particular problems with rendering, along with a fix.
> > 
> > ⁣David T.
> > 
> > On Feb 28, 2025, 3:40 AM, at 3:40 AM, "Stephen M. Butler"kg...@arrl.net 
> > wrote:
> > 
> > There are so many things that might have happened. Is this a case of
> > you clicked on the report and it came up blank? If so, go to the
> > Options menu item (on the top bar). Click on that and fill in the
> > numerous pages of options available for each report (each report will
> > have a different set of options available).
> > 
> > OR, is this a case of you see the report just fine on the screen but
> > printing it results in a blank page? There was a bug in one of the
> > libraries for one of the platforms and that may be your issue. I don't
> > 
> > remember the work around.
> > 
> > OR, something else?
> > 
> > On 2/27/25 16:16, dboland99 via gnucash-user wrote:
> > 
> > None of the reports work.
> > 
> > Dave
> > 
> > Sent with Proton Mail secure email.
> > 
> > On Thursday, February 27th, 2025 at 5:48 PM, Michael or Penny Novack
> > via gnucash-usergnucash-u...@gnucash.org wrote:
> > 
> > On 2/27/2025 4:57 PM, dboland99 via gnucash-user wrote:
> > 
> > I'm looking to get a report on some of my expense categories
> > (accounts). All I get is a blank page. I'm told it has something to do
> > with a library, but my installation is a flathub ver. 510. The OS is
> > Linux Mint 21.2 Cinnamon.
> > What report are you trying to run? If I wanted a report showing the
> > totals of a set of expense accounts during some interval of time I
> > would
> > probably choose the "Income Statement (aka P&L) selecting JUST those
> > accounts to be in the report and setting the start and end dates to
> > be
> > the start and end of the period. Michael D Novack
> > 
> > ___
> > 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.
> ___
> gnucash-user mailing list
> gnucash-user@gnucash.org
> To 

Re: [GNC] No reports

2025-03-01 Thread Keith W Jones

Brad

Thank you that sounds about right.

The computer runs better on Windows 11 than it did on 10.

As I said I have worked a way around it to get the report, even though 
it does not display in app.


The issue happened at about the same time that I changed to 11, but can 
not say exactly.


What surprises me is that not more people are reporting this as an issue.

I am looking to see if I can put another driver in. But if I see a good 
offer on a computer I would upgrade.


Keith



On 01/03/2025 16:35, Brad Morrison wrote:

Hi Keith, Dave, & GNUCash users,

https://en.wikipedia.org/wiki/Intel_Graphics_Technology - I'm guessing
that both of your Intel graphics cards were manufactured before 2017,
because according to that Wikipedia article, "It was first introduced in
2010 as Intel HD Graphics and renamed in 2017 as Intel UHD Graphics."

Does Windows 11 run well on hardware that is that old?
https://en.wikipedia.org/wiki/Windows_11#System_requirements

You may have to purchase newer hardware, unless you want to try
installing a Linux distro on your existing machine...
https://distrowatch.com/

---
Thanks,

Brad - https://www.facebook.com/brad.morrison.12327/ &
https://nextdoor.com/profile/01mP46jj8KCzj3sP4 &
https://norcal.social/@BradMorrison



___
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] Problems getting prices from Yahoo as JSON

2025-03-01 Thread Brad Morrison
Hi Adrian/GNUCash users, 

Thanks for sharing that you use Windows 11 -
https://en.wikipedia.org/wiki/Windows_11 

What version of GNUCash are you using?
https://www.gnucash.org/download.phtml states that 5.10 is the
current/latest version 

---
Thanks, 

Brad - https://www.facebook.com/brad.morrison.12327/ &
https://nextdoor.com/profile/01mP46jj8KCzj3sP4 &
https://norcal.social/@BradMorrison 

On 2025-03-01 05:02, Klaus Dahlke via gnucash-user wrote:

> Same here:
> I installed finance-quote via 'cpanm Finance::Quote' on Arch Linux. Package 
> was downloaded, installation was only successful with the --force option
> 
> The first try run into an early error:
> $ ./stockdump.pl yahoo_json PJS1.DE
> $VAR1 = {$crumb =
> 'PJS1.DEsuccess' => 0,
> 'PJS1.DEerrormsg' => 'Error accessing 
> query2.finance.yahoo.com/v1/test/getcrumb: '
> };
> 
> Accessing the URL in line 136 in YahooJSON.pm with a web browser produced as 
> result 'EXqqcFK8sVB'. This, I commented the lines 136 to 144 and inserted 'my 
> $crumb = 'EXqqcFK8sVB';
> 
> But overcoming this hurdle still lead to a successful retrievel:
> 
> $ ./stockdump.pl yahoo_json PJS1.DE
> $VAR1 = {
> 'PJS1.DEsymbol' => 'PJS1.DE',
> 'PJS1.DEsuccess' => 0,
> 'PJS1.DEerrormsg' => 'Error retrieving quote for PJS1.DE. Attempt to fetch 
> the URL 
> https://query2.finance.yahoo.com/v11/finance/quoteSummary/?symbols=PJS1.DE&crumb=EXqqcFK8sVB&modules=price,summaryDetail,defaultKeyStatistics
>  resulted in HTTP response 429 (Too Many Requests)'
> };
> 
> Also incrementing the interface version to v12 or v13 produces the same error.
> 
> Best regards
> Klaus
> 
> On Fri, 28 Feb 2025 19:38:03 +
> Adrian Holbrook  wrote:
> 
>> I am having the same problem as reported on a recent thread. I was not sure 
>> how to respond on the thread as the reply arrow was grayed out. I am not 
>> sure how to make the quick fix mentioned by Kalpesh Patel as I cannot find 
>> the file YahooJSOM.pm. Can anyone help?
>> 
>> Thanks
>> 
>> Adrian
>> ___
>> 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.


Re: [GNC] Quotes again?

2025-03-01 Thread Brad Morrison
Hi Dale/GNUCash users, 

https://www.linuxmint.com/download_all.php &
https://distrowatch.com/table.php?distribution=mint - the current/latest
version of Linux Mint is 22.1, is there a reason that you are still
using 21.3? 

---
Thanks, 

Brad - https://www.facebook.com/brad.morrison.12327/ &
https://nextdoor.com/profile/01mP46jj8KCzj3sP4 &
https://norcal.social/@BradMorrison 

On 2025-03-01 08:10, Dale Alspach wrote:

> Thanks for this.
> I am running the flatpak version 5.10 on linux mint 21.3.
> It took a little searching to find YahooJSON.pm in the flatpak
> 
> In my case this works:
> find /var/lib/flatpak/app -name YahooJSON.pm
> 
> Replacing line 48 as suggested worked.
> 
> Dale
> 
> On Wed, Feb 19, 2025 at 9:26 AM Kalpesh Patel  wrote:
> 
> Yahoo's new changes are fixated on the value of the user agent header
> being passed. The quick fix is to replace line 48 of YahooJSON.pm module of
> the latest version from:
> 
> my $browser = 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_1)
> AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2171.95 Safari/537.36';
> 
> to:
> 
> my $browser = 'Mozilla/5.0';
> 
> -Original Message-
> From: Kalpesh Patel 
> Sent: Wednesday, February 19, 2025 6:53 AM
> To: 'Cam Ellison' 
> Cc: 'gnucash-user@gnucash.org' 
> Subject: RE: [GNC] Quotes again?
> 
> Calling http://query2.finance.yahoo.com/v1/test/getcrumb on command line
> is failing but browser version works. I would not be surprised if they
> introduced some sort of anti-programmatic use measures.
> 
> I will check if there is fix for it but it will most likely will not be
> until the weekends.
> 
> -Original Message-
> From: Cam Ellison 
> Sent: Wednesday, February 19, 2025 12:47 AM
> To: gnucash-user@gnucash.org
> Subject: Re: [GNC] Quotes again?
> 
> Error accessing query2.finance.yahoo.com/v1/test/getcrumb.
> 
> Someone worked out a patch for the original problem 2 years or so back
> which involves setting a crumb, but obviously Yahoo has again changed
> something and it doesn't work anymore. This particular API apparently
> hasn't been supported for some time, so this is hardly a surprise.
> 
> On 2025-02-18 16:53, David G. Pickett via gnucash-user wrote: Quotes on yahoo 
> broke today, something unhappy about getcrumb, I'd cop and paste but it does 
> not allow that! ___
> 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.
___
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] Quotes again?

2025-03-01 Thread Dale Alspach
If it ain't broke, don't fix it.

In general, unless I am seeing significant issues, I don't upgrade until
versions have aged a little and other users have uncovered problems.
I do generally apply fixes for individual packages as suggested by "update
manager".

Dale

On Sat, Mar 1, 2025 at 11:07 AM Brad Morrison 
wrote:

> Hi Dale/GNUCash users,
>
> https://www.linuxmint.com/download_all.php &
> https://distrowatch.com/table.php?distribution=mint - the current/latest
> version of Linux Mint is 22.1, is there a reason that you are still
> using 21.3?
>
> ---
> Thanks,
>
> Brad - https://www.facebook.com/brad.morrison.12327/ &
> https://nextdoor.com/profile/01mP46jj8KCzj3sP4 &
> https://norcal.social/@BradMorrison
>
> On 2025-03-01 08:10, Dale Alspach wrote:
>
> > Thanks for this.
> > I am running the flatpak version 5.10 on linux mint 21.3.
> > It took a little searching to find YahooJSON.pm in the flatpak
> >
> > In my case this works:
> > find /var/lib/flatpak/app -name YahooJSON.pm
> >
> > Replacing line 48 as suggested worked.
> >
> > Dale
> >
> > On Wed, Feb 19, 2025 at 9:26 AM Kalpesh Patel 
> wrote:
> >
> > Yahoo's new changes are fixated on the value of the user agent header
> > being passed. The quick fix is to replace line 48 of YahooJSON.pm module
> of
> > the latest version from:
> >
> > my $browser = 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_1)
> > AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2171.95
> Safari/537.36';
> >
> > to:
> >
> > my $browser = 'Mozilla/5.0';
> >
> > -Original Message-
> > From: Kalpesh Patel 
> > Sent: Wednesday, February 19, 2025 6:53 AM
> > To: 'Cam Ellison' 
> > Cc: 'gnucash-user@gnucash.org' 
> > Subject: RE: [GNC] Quotes again?
> >
> > Calling http://query2.finance.yahoo.com/v1/test/getcrumb on command line
> > is failing but browser version works. I would not be surprised if they
> > introduced some sort of anti-programmatic use measures.
> >
> > I will check if there is fix for it but it will most likely will not be
> > until the weekends.
> >
> > -Original Message-
> > From: Cam Ellison 
> > Sent: Wednesday, February 19, 2025 12:47 AM
> > To: gnucash-user@gnucash.org
> > Subject: Re: [GNC] Quotes again?
> >
> > Error accessing query2.finance.yahoo.com/v1/test/getcrumb.
> >
> > Someone worked out a patch for the original problem 2 years or so back
> > which involves setting a crumb, but obviously Yahoo has again changed
> > something and it doesn't work anymore. This particular API apparently
> > hasn't been supported for some time, so this is hardly a surprise.
> >
> > On 2025-02-18 16:53, David G. Pickett via gnucash-user wrote: Quotes on
> yahoo broke today, something unhappy about getcrumb, I'd cop and paste but
> it does not allow that! ___
> > 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.
> ___
> 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] No reports

2025-03-01 Thread Brad Morrison
Hi Keith, Dave, & GNUCash users, 

https://en.wikipedia.org/wiki/Intel_Graphics_Technology - I'm guessing
that both of your Intel graphics cards were manufactured before 2017,
because according to that Wikipedia article, "It was first introduced in
2010 as Intel HD Graphics and renamed in 2017 as Intel UHD Graphics." 

Does Windows 11 run well on hardware that is that old?
https://en.wikipedia.org/wiki/Windows_11#System_requirements 

You may have to purchase newer hardware, unless you want to try
installing a Linux distro on your existing machine...
https://distrowatch.com/ 

---
Thanks, 

Brad - https://www.facebook.com/brad.morrison.12327/ &
https://nextdoor.com/profile/01mP46jj8KCzj3sP4 &
https://norcal.social/@BradMorrison 

On 2025-02-28 09:45, Keith W Jones wrote:

> I've been waiting for this to come up. I have had this issue for several 
> months but my system is Windows 11.
> 
> When I print it opens a blank window. However when I go to the Temp 
> directory, I find the invoice in an HTML file which I can print to PDF. So 
> the file is not going into the app.
> 
> C:/Users/USERNAME/AppData/Local/Temp.
> 
> My card is Intel HD Graphics 4600 (Gigabyte)
> 
> Intel Core i5 4460 @ 3.20GHz
> Haswell 22nm Technology
> 
> Keith
> 
> On 28/02/2025 12:19, dboland99 via gnucash-user wrote: The graphics card is 
> Intel Corporation HD Graphics 630
> 
> Dave
> 
> Sent with Proton Mail secure email.
> 
> On Thursday, February 27th, 2025 at 11:25 PM, sunfish62--- via 
> gnucash-user wrote:
> 
> Does OP have an Nvidia 
> card?https://lists.gnucash.org/pipermail/gnucash-user/2023-October/109026.html
>  notes particular problems with rendering, along with a fix.
> 
> ⁣David T.
> 
> On Feb 28, 2025, 3:40 AM, at 3:40 AM, "Stephen M. Butler"kg...@arrl.net wrote:
> 
> There are so many things that might have happened. Is this a case of
> you clicked on the report and it came up blank? If so, go to the
> Options menu item (on the top bar). Click on that and fill in the
> numerous pages of options available for each report (each report will
> have a different set of options available).
> 
> OR, is this a case of you see the report just fine on the screen but
> printing it results in a blank page? There was a bug in one of the
> libraries for one of the platforms and that may be your issue. I don't
> 
> remember the work around.
> 
> OR, something else?
> 
> On 2/27/25 16:16, dboland99 via gnucash-user wrote:
> 
> None of the reports work.
> 
> Dave
> 
> Sent with Proton Mail secure email.
> 
> On Thursday, February 27th, 2025 at 5:48 PM, Michael or Penny Novack
> via gnucash-usergnucash-u...@gnucash.org wrote:
> 
> On 2/27/2025 4:57 PM, dboland99 via gnucash-user wrote:
> 
> I'm looking to get a report on some of my expense categories
> (accounts). All I get is a blank page. I'm told it has something to do
> with a library, but my installation is a flathub ver. 510. The OS is
> Linux Mint 21.2 Cinnamon.
> What report are you trying to run? If I wanted a report showing the
> totals of a set of expense accounts during some interval of time I
> would
> probably choose the "Income Statement (aka P&L) selecting JUST those
> accounts to be in the report and setting the start and end dates to
> be
> the start and end of the period. Michael D Novack
> 
> ___
> 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.
___
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] Searching mailing lists

2025-03-01 Thread Brad Morrison
Hi David/GNUCash users, 

Thanks for that GnuCash mailing lists link! 

https://lists.gnucash.org/mailman/listinfo/gnucash-user >
https://lists.gnucash.org/search/?idxinfo=gnucash-user >
https://gnucash.1415818.n4.nabble.com//GnuCash-User-f1415819.html does
not work for me right now (server not found), is anyone else also seeing
that issue? 

https://lists.gnucash.org/mailman/listinfo - it also looks like the
GNUCash mailing lists are using version 2.1.29 of the Mailman software -
https://list.org/ 

According to https://list.org/ - "Current Version The current stable GNU
Mailman versions are: 01-Oct-2024 Mailman 3.3.10 (Tom Sawyer)
13-Dec-2021 Mailman 2.1.39" 

Does GNUCash have any plans to upgrade the mailing lists
(https://wiki.gnucash.org/wiki/Mailing_Lists &
https://lists.gnucash.org/mailman/listinfo) to the current version of
Mailman 2 (2.1.39) or, even better, the current version of Mailman 3
(3.3.10)? 

---
Thanks, 

Brad - https://www.facebook.com/brad.morrison.12327/ &
https://nextdoor.com/profile/01mP46jj8KCzj3sP4 &
https://norcal.social/@BradMorrison 

On 2025-02-09 22:23, sunfish62--- via gnucash-user wrote:

> https://wiki.gnucash.org/wiki/Mailing_Lists
> 
> ⁣David T.​
> 
> On Feb 10, 2025, 8:23 AM, at 8:23 AM, David Cousens 
>  wrote: I am not sure what the official position is 
> re the mail archive site.
> AFAIK it mirrors posts to the official lists which are maintained by
> the GnuCash team and moderated by Liz. I just find it much easier to
> locate posts and threads on the mail archive site that in the official
> mailing lists.
> 
> david Cousens
> 
> On Mon, 2025-02-10 at 11:34 +0900, Bo Buckley wrote: Thank you for the links 
> David. That is helpful. Is this link not
> listed in the docs anywhere? If not, are you not seeing a bunch of
> duplicate questions in the mailing lists? Seems like having a clearly
> explained method for searching for duplicates would be of somewhat
> high priority to keep the lists from being overwhelming. 
> 
> I didn't see any response from Liz though. Still confused on how this
> email list is supposed to work if I'm not seeing all replies to my
> question. 
> 
> Thanks again
> 
> On Mon, Feb 10, 2025 at 11:21 AM David Cousens
>  wrote: 
> As well as the method Liz mentioned it is also possible to access
> and
> search the mailing list archives at 
> 
> https://www.mail-archive.com/gnucash-user@gnucash.org/
> 
> https://www.mail-archive.com/gnucash-devel@gnucash.org/
> 
> You need to have existing membership of the mailing list. I cannot
> remember whether or not this site will request membership if you
> are
> not already a list member.
> 
> David Cousens
> 
> On Sun, 2025-02-09 at 20:21 +0900, Bo Buckley wrote: In the docs:
> https://wiki.gnucash.org/wiki/GnuCash_Forum
> 
> If claims:
> 
> The *GnuCash project* does *not* use ancient *forum* software
 for 

>> its
>> online user support. It uses mailing list technology.
> 
> I'm completely lost as to the advantage of using a mailing list
 over 

> an
> indexed searchable forum, Github Discussions, or otherwise. In
> particular
> I'm really struggling to find a way to find if my existing issue
 has 

> already been discussed somewhere as the only thing indexed
 appears to 

> be
> bugzilla and the FAQs.
> 
> According to the mailing list docs:
> 
>> Currently, there is no on-site mechanism to search the mailing
>> lists
>> *and the search link on the archive page is broken.*Instead,
 use 

>> the term
>> "site:lists.gnucash.org" at Google or Yahoo! to search within
 the 

>> archives, e.g.

http://www.google.com/search?q=site%3Alists.gnucash.org+string+to+search


> I'm not sure if this worked well at one point, but it definitely does not
> work well for me now. See attached screenshot. It appears Google's crawler
> somehow finds its way to all the docs and other general content via the
> lists.gnucash.org, so it is not filtering out hardly anything as I would
> expect. The only alternative approach I can find is to browse (not search)
> https://lists.gnucash.org/pipermail/gnucash-user/, which I think
> everyone
> can appreciate to not be an exactly speedy process.
> 
> Is there a better way to verify existing discussions/issues
> (including this
> one)?
> ___
> 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@gnucas