Re: [GNC] Please don't double post

2023-04-20 Thread G R Hewitt
Maybe a forum might serve better than a mailing list, there are many
advantages over a mailing list?

On Tue, 18 Apr 2023 at 20:25, Stan Brown  wrote:

> Lately there seems to be a rash of double posts.
>
> Maybe people, especially new subscribers, are unaware of how mailing
> lists work. There is always a lag between when you hit Send and when the
> message appears in your inbox. It may be a few seconds, or it may be a
> few minutes. Please give _at_least_ 10 minutes before you assume your
> email wasn't sent and send it again.
>
> And, of course, don't re-send just because you didn't get answers right
> away. Not everybody checks the list every few minutes, so it may take a
> day or more till you get the answer you're looking for. Re-posting
> doesn't cut that time down.
>
> There's a lot of traffic on this list, and the double posts just make it
> that much harder for recipients to manage. Thanks in advance for your
> consideration!
>
> --
> 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.
>
___
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] Configurable Year Start Day/Month

2023-04-20 Thread flywire
Fair enough. The quoted link is not part of a PR, it demonstrates the code, and
the thread from 2021 has extended into getting the functionality working
again following subsequent code changes released in V5.

All scheme reports in GnuCash are internals, interpreted reports, with much
of the repeatable code like the date options being modular. The Manual,
wiki, and Sample Report all refer to and use existing reports as examples.
Customising options is certainly part of customising reports and a
particular focus of the Sample Report.

https://wiki.gnucash.org/wiki/index.php?title=Custom_Reports&oldid=17184#Introduction
> Unfortunately, at the present time writing a custom report for GnuCash
requires a little bit of hacking.

"For help on writing reports... consult the mailing list
gnucash-de...@gnucash.org" didn't offer the guidance I was expecting for
functionality that was previously working.

https://lists.gnucash.org/pipermail/gnucash-user/2023-April/106563.html
John Ralls wrote:

> Nope, accounting periods didn't get fixed so everything I said in 2021
> about that is still true.
>
> >
> https://github.com/flywire/gnucash/blob/Fiscal-year/libgnucash/app-utils/date-utilities.scm#L557-L569
>
___
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] Please don't double post

2023-04-20 Thread Chris Green
On Thu, Apr 20, 2023 at 08:28:54AM +0100, G R Hewitt wrote:
> Maybe a forum might serve better than a mailing list, there are many
> advantages over a mailing list?
> 
... and there are many disadvantages!

1 - I (like may others here I expect) use a lot of, mostly technical,
mailing lists.  I can read them *all* in my mail program.  If I had
to use forums to do the same I'd have to connect to 60 or more
different web sites to see all the messages.

2 - I can use the same, familiar, tools for handling all my messages.
I don't have to use the message editor that a forum imposes on me.

3 - Very few forums preserve message threading properly so it becomes 
very difficult to follow messages in sub-threads etc.

4 - I can easily keep useful/interesting messages (or complete
threads) to refer to later, locally on my computer.

etc. etc.

-- 
Chris Green
___
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 create a new Invoice report template

2023-04-20 Thread Stein Erik Berget
Thanks! I guess that I will go the XSLT route for now. Will see if it works
before trying to get it to work with bindings.

man. 17. apr. 2023 kl. 17:57 skrev john :

>
>
> On Apr 17, 2023, at 12:27 AM, Stein Erik Berget 
> wrote:
>
> Hi all.
> I've been wondering how I can create a new invoice report for suppliers.
> The report is not to be created on paper, but to be delivered as email. The
> format is in XML and is known to be EHF - Elektronic Trade Format.
> https://anskaffelser.dev/postaward/g3/spec/current/billing-3.0/norway/
> shows how this would look like. The advantage in this format is direct
> handling of it, both at the supplier and you.
>
> How do I start with this? Where do I create the hooks and the driver to
> populate the report?
>
>
> The simplest way would be to write a program in the language of your
> choice to convert
> a GnuCash Invoice from HTML to XML complying with the EHF schema.
>
> For more flexibility you can query the GnuCash data using C/C++ or the
> Python/Guile
> bindings and write a program to format the XML directly from that, or
> write an external
> program to read the data directly from the GnuCash data file. Unless
> you're really
> proficient with XSLT or XQuery you'll probably prefer to save your file as
> SQL and query
> the resulting database. The SQL schema is described in
> https://wiki.gnucash.org/wiki/SQL and
> there's non-normative XML relax-ng schema and DTDs at
> https://github.com/Gnucash/gnucash/tree/stable/libgnucash/doc/xml.
>
> Regards,
> John Ralls
>
>
___
gnucash-user mailing list
gnucash-user@gnucash.org
To update your subscription preferences or to unsubscribe:
https://lists.gnucash.org/mailman/listinfo/gnucash-user
-
Please remember to CC this list on all your replies.
You can do this by using Reply-To-List or Reply-All.


Re: [GNC] Price Quotes

2023-04-20 Thread Frank H. Ellenberger

Hi,

nice to see you found a workaround.
The answer to your original posting is in
https://lists.gnucash.org/pipermail/gnucash-user/2023-April/106571.html

Regrds
Frank

Am 20.04.23 um 04:55 schrieb Steve Miller:

Re the price quote issue w yahoo json, in the big picture is no biggie,
cause alphaadvantage seems to work just fine, so will just switch all over
tomorrow to that source...

On Wed, Apr 19, 2023 at 7:06 PM Steve Miller 
wrote:


Running Version: 4.14
Build ID: 4.14+(2023-03-25)
Finance::Quote: 1.53

*Never, ever got this before... did something break???  I've changed
nothing!  Help!  Have always used Yahoo json...*

[image: Screenshot 2023-04-19 190342.png]




___
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] Price Quotes

2023-04-20 Thread Fross, Michael
I see there is a F::Q module for IEXCloud.  I've used this with an open
source program I wrote to pull down quotes from the command line
successfully.  However I don't see a way for a user to do this in GNUCash.
Is there a way to configure GNUCash to select other F::Q modules?

Regards,

Michael

On Thu, Apr 20, 2023 at 7:14 AM Frank H. Ellenberger <
frank.h.ellenber...@gmail.com> wrote:

> Hi,
>
> nice to see you found a workaround.
> The answer to your original posting is in
> https://lists.gnucash.org/pipermail/gnucash-user/2023-April/106571.html
>
> Regrds
> Frank
>
> Am 20.04.23 um 04:55 schrieb Steve Miller:
> > Re the price quote issue w yahoo json, in the big picture is no biggie,
> > cause alphaadvantage seems to work just fine, so will just switch all
> over
> > tomorrow to that source...
> >
> > On Wed, Apr 19, 2023 at 7:06 PM Steve Miller <
> srmnonessential2...@gmail.com>
> > wrote:
> >
> >> Running Version: 4.14
> >> Build ID: 4.14+(2023-03-25)
> >> Finance::Quote: 1.53
> >>
> >> *Never, ever got this before... did something break???  I've changed
> >> nothing!  Help!  Have always used Yahoo json...*
> >>
> >> [image: Screenshot 2023-04-19 190342.png]
> >>
> >
> >
> > ___
> > 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] Price Quote IEXCloud

2023-04-20 Thread Frank H. Ellenberger

Isn't it  available, if you set "Type of Quote Source" to "unknown"?

Am 20.04.23 um 14:19 schrieb Fross, Michael:

I see there is a F::Q module for IEXCloud.  I've used this with an open
source program I wrote to pull down quotes from the command line
successfully.  However I don't see a way for a user to do this in GNUCash.
Is there a way to configure GNUCash to select other F::Q modules?

Regards,

Michael

On Thu, Apr 20, 2023 at 7:14 AM Frank H. Ellenberger <
frank.h.ellenber...@gmail.com> wrote:


Hi,

nice to see you found a workaround.
The answer to your original posting is in
https://lists.gnucash.org/pipermail/gnucash-user/2023-April/106571.html

Regrds
Frank

Am 20.04.23 um 04:55 schrieb Steve Miller:

Re the price quote issue w yahoo json, in the big picture is no biggie,
cause alphaadvantage seems to work just fine, so will just switch all

over

tomorrow to that source...

On Wed, Apr 19, 2023 at 7:06 PM Steve Miller <

srmnonessential2...@gmail.com>

wrote:


Running Version: 4.14
Build ID: 4.14+(2023-03-25)
Finance::Quote: 1.53

*Never, ever got this before... did something break???  I've changed
nothing!  Help!  Have always used Yahoo json...*

[image: Screenshot 2023-04-19 190342.png]




___
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] Please don't double post

2023-04-20 Thread G R Hewitt
Well I suppose if you are a techno-person with 60 or more different tech
sites, that would make sense.
But I don't suppose that most users of Gnucash are, and are likely
Accountants, Book-keepers,
SME owners, sole-traders and people doing their home accounts.
I dare say what goes on under the bonnet is likely of little interest to
such, just so long as the software works.
An excellent example of support forum for users that springs to mind is
that of the the Affinity Design software group,
that can get pretty technical and is easy enough to follow.

On Thu, 20 Apr 2023 at 08:49, Chris Green  wrote:

> On Thu, Apr 20, 2023 at 08:28:54AM +0100, G R Hewitt wrote:
> > Maybe a forum might serve better than a mailing list, there are many
> > advantages over a mailing list?
> >
> ... and there are many disadvantages!
>
> 1 - I (like may others here I expect) use a lot of, mostly technical,
> mailing lists.  I can read them *all* in my mail program.  If I had
> to use forums to do the same I'd have to connect to 60 or more
> different web sites to see all the messages.
>
> 2 - I can use the same, familiar, tools for handling all my messages.
> I don't have to use the message editor that a forum imposes on me.
>
> 3 - Very few forums preserve message threading properly so it becomes
> very difficult to follow messages in sub-threads etc.
>
> 4 - I can easily keep useful/interesting messages (or complete
> threads) to refer to later, locally on my computer.
>
> etc. etc.
>
> --
> Chris Green
> ___
> 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] Please don't double post

2023-04-20 Thread Chris Green
On Thu, Apr 20, 2023 at 02:00:08PM +0100, G R Hewitt wrote:
> On Thu, 20 Apr 2023 at 08:49, Chris Green  wrote:
> 
> > On Thu, Apr 20, 2023 at 08:28:54AM +0100, G R Hewitt wrote:
> > > Maybe a forum might serve better than a mailing list, there are many
> > > advantages over a mailing list?
> > >
> > ... and there are many disadvantages!
> >
> > 1 - I (like may others here I expect) use a lot of, mostly technical,
> > mailing lists.  I can read them *all* in my mail program.  If I had
> > to use forums to do the same I'd have to connect to 60 or more
> > different web sites to see all the messages.
> >
> > 2 - I can use the same, familiar, tools for handling all my messages.
> > I don't have to use the message editor that a forum imposes on me.
> >
> > 3 - Very few forums preserve message threading properly so it becomes
> > very difficult to follow messages in sub-threads etc.
> >
> > 4 - I can easily keep useful/interesting messages (or complete
> > threads) to refer to later, locally on my computer.
> >
> > etc. etc.
> >
> Well I suppose if you are a techno-person with 60 or more different tech
> sites, that would make sense.
> But I don't suppose that most users of Gnucash are, and are likely
> Accountants, Book-keepers,

But it is a 'technical' mailing list in that it is all about how to
use, fix bugs, etc. in a big complex piece of software.  While many
(most) of the lists I use are software related they are also mostly
'user' lists.

Having said that there are a few forum software suites that also
provide E-Mail access so one can get the best of both worlds.  The one
I know about is called Discourse, it's used by a couple of the lists
I'm on and works well both by E-Mail and as a forum.

-- 
Chris Green
___
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] Yahoo JSON - throwing unauthorized error

2023-04-20 Thread Tom Teixeira
Other projects using Yahoo for finance quotes are running into the issue 
as well. https://github.com/joshuaulrich/quantmod/issues/382 is 
interesting because someone has developed a patch, but I don't think 
they are using Finance::Quotes. I'm not sure how to get this patch 
raised to the attention of people who might be working on Finance::Quotes.


On 4/19/23 10:31 PM, Bruce Schuck wrote:

On Wed, 19 Apr 2023 20:37:09 Murugan
Muruganandam wrote:


Today when i ran get quote got the following error message



Finance::Quote reported a failure for symbol acn: Error retrieving
quote for acn. Attempt to fetch the
URLhttps://query1.finance.yahoo.com/v7/finance/quote?symbols=acn
resulted in HTTP response 401 (Unauthorized)



When i queried the url i got the same error, if i change to v6
instead of v7 , it is providing me the quotes correctly both in
browser and in GNU (changed it in YahooJSON.pm)


That seems to have stopped working as well. I tried v6 and v8 earlier.

% curl --silent --include 
https://query1.finance.yahoo.com/v6/finance/quote?symbols=acn


HTTP/2 404
content-type: application/json;charset=utf-8
y-rid: e0e9j0di418rs
x-yahoo-request-id: e0e9j0di418rs
x-request-id: 18b17b37-84d3-4742-89be-88a028087d51
content-length: 91
x-envoy-upstream-service-time: 1
date: Thu, 20 Apr 2023 02:29:16 GMT
server: ATS
x-envoy-decorator-operation: 
finance-quote-api--mtls-production-gq1.finance-k8s.svc.yahoo.local:4080/*

cache-control: max-age=0, private
expires: -1
age: 0
strict-transport-security: max-age=31536000
referrer-policy: no-referrer-when-downgrade
x-frame-options: SAMEORIGIN
expect-ct: max-age=31536000, 
report-uri="http://csp.yahoo.com/beacon/csp?src=yahoocom-expect-ct-report-only";

x-xss-protection: 1; mode=block
x-content-type-options: nosniff

{"finance":{"result":null,"error":{"code":"Not 
Found","description":"HTTP 404 Not Found"}}}


___
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] Price Quote IEXCloud

2023-04-20 Thread Fross, Michael
Well that's embarrassing - I never looked at "Unknown" before.  I'll give
it a shot.

Michael

On Thu, Apr 20, 2023 at 7:48 AM Frank H. Ellenberger <
frank.h.ellenber...@gmail.com> wrote:

> Isn't it  available, if you set "Type of Quote Source" to "unknown"?
>
> Am 20.04.23 um 14:19 schrieb Fross, Michael:
> > I see there is a F::Q module for IEXCloud.  I've used this with an open
> > source program I wrote to pull down quotes from the command line
> > successfully.  However I don't see a way for a user to do this in
> GNUCash.
> > Is there a way to configure GNUCash to select other F::Q modules?
> >
> > Regards,
> >
> > Michael
> >
> > On Thu, Apr 20, 2023 at 7:14 AM Frank H. Ellenberger <
> > frank.h.ellenber...@gmail.com> wrote:
> >
> >> Hi,
> >>
> >> nice to see you found a workaround.
> >> The answer to your original posting is in
> >> https://lists.gnucash.org/pipermail/gnucash-user/2023-April/106571.html
> >>
> >> Regrds
> >> Frank
> >>
> >> Am 20.04.23 um 04:55 schrieb Steve Miller:
> >>> Re the price quote issue w yahoo json, in the big picture is no biggie,
> >>> cause alphaadvantage seems to work just fine, so will just switch all
> >> over
> >>> tomorrow to that source...
> >>>
> >>> On Wed, Apr 19, 2023 at 7:06 PM Steve Miller <
> >> srmnonessential2...@gmail.com>
> >>> wrote:
> >>>
>  Running Version: 4.14
>  Build ID: 4.14+(2023-03-25)
>  Finance::Quote: 1.53
> 
>  *Never, ever got this before... did something break???  I've changed
>  nothing!  Help!  Have always used Yahoo json...*
> 
>  [image: Screenshot 2023-04-19 190342.png]
> 
> >>>
> >>>
> >>> ___
> >>> 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] CSV import crash in 5.0+

2023-04-20 Thread Joseph Vernice
I am using the nightly build 5.0.77 on Windows 11.  Ever since upgrading to
5.0 (and above nightly builds) I am unable to import transactions from
CSV.  The system crashes when I select the CSV import profile or when I try
to create a new one.  The crash accors immediately after selecting the
profile OR after assigning the AMOUNT column. I have resorted to the latest
pre-5.0 build in order to import from CSV.  Unfortunately, my Fidelity
checking account only allows for CSV export, so this is an essential means
for me to import into gnucash. Thank you everyone for all your 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] Price Quote IEXCloud

2023-04-20 Thread Murugan Muruganandam
hi Michael

I have done a package to pull mutual funds price , you can check the following 
link for reference

https://github.com/Murugan-CL/gnucash-chile-mutual-fund-quote




Saludos Cordiales


Murugan


From: gnucash-user 
 on behalf of 
Fross, Michael 
Sent: Thursday, April 20, 2023 9:47 AM
To: Frank H. Ellenberger 
Cc: Gnucash 
Subject: Re: [GNC] Price Quote IEXCloud

Well that's embarrassing - I never looked at "Unknown" before.  I'll give
it a shot.

Michael

On Thu, Apr 20, 2023 at 7:48 AM Frank H. Ellenberger <
frank.h.ellenber...@gmail.com> wrote:

> Isn't it  available, if you set "Type of Quote Source" to "unknown"?
>
> Am 20.04.23 um 14:19 schrieb Fross, Michael:
> > I see there is a F::Q module for IEXCloud.  I've used this with an open
> > source program I wrote to pull down quotes from the command line
> > successfully.  However I don't see a way for a user to do this in
> GNUCash.
> > Is there a way to configure GNUCash to select other F::Q modules?
> >
> > Regards,
> >
> > Michael
> >
> > On Thu, Apr 20, 2023 at 7:14 AM Frank H. Ellenberger <
> > frank.h.ellenber...@gmail.com> wrote:
> >
> >> Hi,
> >>
> >> nice to see you found a workaround.
> >> The answer to your original posting is in
> >> https://lists.gnucash.org/pipermail/gnucash-user/2023-April/106571.html
> >>
> >> Regrds
> >> Frank
> >>
> >> Am 20.04.23 um 04:55 schrieb Steve Miller:
> >>> Re the price quote issue w yahoo json, in the big picture is no biggie,
> >>> cause alphaadvantage seems to work just fine, so will just switch all
> >> over
> >>> tomorrow to that source...
> >>>
> >>> On Wed, Apr 19, 2023 at 7:06 PM Steve Miller <
> >> srmnonessential2...@gmail.com>
> >>> wrote:
> >>>
>  Running Version: 4.14
>  Build ID: 4.14+(2023-03-25)
>  Finance::Quote: 1.53
> 
>  *Never, ever got this before... did something break???  I've changed
>  nothing!  Help!  Have always used Yahoo json...*
> 
>  [image: Screenshot 2023-04-19 190342.png]
> 
> >>>
> >>>
> >>> ___
> >>> 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] Yahoo JSON - throwing unauthorized error

2023-04-20 Thread Murugan Muruganandam
just checked, yahoo is back with v7 and am able to update pricing.




Saludos Cordiales


Murugan


From: gnucash-user 
 on behalf of Tom 
Teixeira 
Sent: Thursday, April 20, 2023 9:47 AM
To: gnucash-user@gnucash.org 
Subject: Re: [GNC] Yahoo JSON - throwing unauthorized error

Other projects using Yahoo for finance quotes are running into the issue
as well. https://github.com/joshuaulrich/quantmod/issues/382 is
interesting because someone has developed a patch, but I don't think
they are using Finance::Quotes. I'm not sure how to get this patch
raised to the attention of people who might be working on Finance::Quotes.

On 4/19/23 10:31 PM, Bruce Schuck wrote:
> On Wed, 19 Apr 2023 20:37:09 Murugan
> Muruganandam wrote:
>
>> Today when i ran get quote got the following error message
>
>> Finance::Quote reported a failure for symbol acn: Error retrieving
>> quote for acn. Attempt to fetch the
>> URLhttps://query1.finance.yahoo.com/v7/finance/quote?symbols=acn
>> resulted in HTTP response 401 (Unauthorized)
>
>> When i queried the url i got the same error, if i change to v6
>> instead of v7 , it is providing me the quotes correctly both in
>> browser and in GNU (changed it in YahooJSON.pm)
>
> That seems to have stopped working as well. I tried v6 and v8 earlier.
>
> % curl --silent --include
> https://query1.finance.yahoo.com/v6/finance/quote?symbols=acn
>
> HTTP/2 404
> content-type: application/json;charset=utf-8
> y-rid: e0e9j0di418rs
> x-yahoo-request-id: e0e9j0di418rs
> x-request-id: 18b17b37-84d3-4742-89be-88a028087d51
> content-length: 91
> x-envoy-upstream-service-time: 1
> date: Thu, 20 Apr 2023 02:29:16 GMT
> server: ATS
> x-envoy-decorator-operation:
> finance-quote-api--mtls-production-gq1.finance-k8s.svc.yahoo.local:4080/*
> cache-control: max-age=0, private
> expires: -1
> age: 0
> strict-transport-security: max-age=31536000
> referrer-policy: no-referrer-when-downgrade
> x-frame-options: SAMEORIGIN
> expect-ct: max-age=31536000,
> report-uri="http://csp.yahoo.com/beacon/csp?src=yahoocom-expect-ct-report-only";
> x-xss-protection: 1; mode=block
> x-content-type-options: nosniff
>
> {"finance":{"result":null,"error":{"code":"Not
> Found","description":"HTTP 404 Not Found"}}}
>
> ___
> 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] Configurable Year Start Day/Month

2023-04-20 Thread john
I'm not sure I understand your point. Nothing in the Sample report or the 
Custom Reports wiki page suggests changing the code that makes the options 
work, just how to use the existing options. Of course you can use GnuCash's 
existing code as a starting point just like you might use an existing answer on 
Stack Overflow as a starting point, or study anybody's code to learn ways of 
doing things. What has that got to do with modifying the internals of a program 
and expecting your modification to keep working in future versions?

Regards,
John Ralls

> On Apr 20, 2023, at 12:33 AM, flywire  wrote:
> 
> Fair enough. The quoted link is not part of a PR, it demonstrates the code, 
> and
> the thread from 2021 has extended into getting the functionality working
> again following subsequent code changes released in V5.
> 
> All scheme reports in GnuCash are internals, interpreted reports, with much
> of the repeatable code like the date options being modular. The Manual,
> wiki, and Sample Report all refer to and use existing reports as examples.
> Customising options is certainly part of customising reports and a
> particular focus of the Sample Report.
> 
> https://wiki.gnucash.org/wiki/index.php?title=Custom_Reports&oldid=17184#Introduction
>> Unfortunately, at the present time writing a custom report for GnuCash
> requires a little bit of hacking.
> 
> "For help on writing reports... consult the mailing list
> gnucash-de...@gnucash.org" didn't offer the guidance I was expecting for
> functionality that was previously working.
> 
> https://lists.gnucash.org/pipermail/gnucash-user/2023-April/106563.html
> John Ralls wrote:
> 
>> Nope, accounting periods didn't get fixed so everything I said in 2021
>> about that is still true.
>> 
>>> 
>> https://github.com/flywire/gnucash/blob/Fiscal-year/libgnucash/app-utils/date-utilities.scm#L557-L569
>> 
> ___
> 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] Patch release forthcoming?

2023-04-20 Thread R Losey
Greetings... I'm using Gnucash 5 and I've run into a  few of the listed
bugs. However, I haven't wanted to download a nightly build; I keep
expecting that there will be a forthcoming patch release to fix the known
issues. Is there any kind of timeframe for this? I know that GnuCash puts
out a new version about every three months, but I thought that with some of
the bigger issues, there may be an interim fix put out for download.

(I didn't list a platform, as I'm running GnuCash on both my M1 iMac with
Venture 13.3.1 and my Windows 10 box) -- in addition, it's not really
relevant to the question.

Thanks!

-- 
_
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] Patch release forthcoming?

2023-04-20 Thread David Carlson
Since release 4.14 is working as well as expected,   I wouldn't expect to
see an early 5.1 release before there is time to fully test the bug fixes
that will be contained therein.
Give the developers time to do a good job.



On Thu, Apr 20, 2023, 1:28 PM R Losey  wrote:

> Greetings... I'm using Gnucash 5 and I've run into a  few of the listed
> bugs. However, I haven't wanted to download a nightly build; I keep
> expecting that there will be a forthcoming patch release to fix the known
> issues. Is there any kind of timeframe for this? I know that GnuCash puts
> out a new version about every three months, but I thought that with some of
> the bigger issues, there may be an interim fix put out for download.
>
> (I didn't list a platform, as I'm running GnuCash on both my M1 iMac with
> Venture 13.3.1 and my Windows 10 box) -- in addition, it's not really
> relevant to the question.
>
> Thanks!
>
> --
> _
> 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.
>
___
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] Patch release forthcoming?

2023-04-20 Thread Adam Griffis
You can see the planned release schedule here:

https://wiki.gnucash.org/wiki/Release_Schedule

Next release is planned for the end of this month.

Adam

On Thu, Apr 20, 2023 at 20:28 R Losey  wrote:

> Greetings... I'm using Gnucash 5 and I've run into a  few of the listed
> bugs. However, I haven't wanted to download a nightly build; I keep
> expecting that there will be a forthcoming patch release to fix the known
> issues. Is there any kind of timeframe for this? I know that GnuCash puts
> out a new version about every three months, but I thought that with some of
> the bigger issues, there may be an interim fix put out for download.
>
> (I didn't list a platform, as I'm running GnuCash on both my M1 iMac with
> Venture 13.3.1 and my Windows 10 box) -- in addition, it's not really
> relevant to the question.
>
> Thanks!
>
> --
> _
> 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.
>
___
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] Patch release forthcoming?

2023-04-20 Thread Glenn Fowler
Yes there is an expected short cycle release due on 4/30/23. See:
https://wiki.gnucash.org/wiki/Release_Schedule

On Thu, Apr 20, 2023 at 2:27 PM R Losey  wrote:

> Greetings... I'm using Gnucash 5 and I've run into a  few of the listed
> bugs. However, I haven't wanted to download a nightly build; I keep
> expecting that there will be a forthcoming patch release to fix the known
> issues. Is there any kind of timeframe for this? I know that GnuCash puts
> out a new version about every three months, but I thought that with some of
> the bigger issues, there may be an interim fix put out for download.
>
> (I didn't list a platform, as I'm running GnuCash on both my M1 iMac with
> Venture 13.3.1 and my Windows 10 box) -- in addition, it's not really
> relevant to the question.
>
> Thanks!
>
> --
> _
> 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.
>
___
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] Yahoo JSON - throwing unauthorized error

2023-04-20 Thread David H
Yes appears to be all good again this morning.

Cheers David H.

On Fri, 21 Apr 2023 at 01:29, Murugan Muruganandam <
m.muruganan...@hotmail.com> wrote:

> just checked, yahoo is back with v7 and am able to update pricing.
>
>
>
>
> Saludos Cordiales
>
>
> Murugan
>
> 
> From: gnucash-user  hotmail@gnucash.org> on behalf of Tom Teixeira <
> tjteixe...@earthlink.net>
> Sent: Thursday, April 20, 2023 9:47 AM
> To: gnucash-user@gnucash.org 
> Subject: Re: [GNC] Yahoo JSON - throwing unauthorized error
>
> Other projects using Yahoo for finance quotes are running into the issue
> as well. https://github.com/joshuaulrich/quantmod/issues/382 is
> interesting because someone has developed a patch, but I don't think
> they are using Finance::Quotes. I'm not sure how to get this patch
> raised to the attention of people who might be working on Finance::Quotes.
>
> On 4/19/23 10:31 PM, Bruce Schuck wrote:
> > On Wed, 19 Apr 2023 20:37:09 Murugan
> > Muruganandam wrote:
> >
> >> Today when i ran get quote got the following error message
> >
> >> Finance::Quote reported a failure for symbol acn: Error retrieving
> >> quote for acn. Attempt to fetch the
> >> URLhttps://query1.finance.yahoo.com/v7/finance/quote?symbols=acn
> >> resulted in HTTP response 401 (Unauthorized)
> >
> >> When i queried the url i got the same error, if i change to v6
> >> instead of v7 , it is providing me the quotes correctly both in
> >> browser and in GNU (changed it in YahooJSON.pm)
> >
> > That seems to have stopped working as well. I tried v6 and v8 earlier.
> >
> > % curl --silent --include
> > https://query1.finance.yahoo.com/v6/finance/quote?symbols=acn
> >
> > HTTP/2 404
> > content-type: application/json;charset=utf-8
> > y-rid: e0e9j0di418rs
> > x-yahoo-request-id: e0e9j0di418rs
> > x-request-id: 18b17b37-84d3-4742-89be-88a028087d51
> > content-length: 91
> > x-envoy-upstream-service-time: 1
> > date: Thu, 20 Apr 2023 02:29:16 GMT
> > server: ATS
> > x-envoy-decorator-operation:
> > finance-quote-api--mtls-production-gq1.finance-k8s.svc.yahoo.local:4080/*
> > cache-control: max-age=0, private
> > expires: -1
> > age: 0
> > strict-transport-security: max-age=31536000
> > referrer-policy: no-referrer-when-downgrade
> > x-frame-options: SAMEORIGIN
> > expect-ct: max-age=31536000,
> > report-uri="
> http://csp.yahoo.com/beacon/csp?src=yahoocom-expect-ct-report-only";
> > x-xss-protection: 1; mode=block
> > x-content-type-options: nosniff
> >
> > {"finance":{"result":null,"error":{"code":"Not
> > Found","description":"HTTP 404 Not Found"}}}
> >
> > ___
> > 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.


[GNC] Reading a 2.6. GnuCash file (compressed XML) with 4.8?

2023-04-20 Thread Robert Heller
I just upgraded my Ubuntu desktop machine from 18.04 (now EOL) to 22.04, which 
jumps the repo supplied version of GnuCash from 2.6.something to 4.8.  Will 
4.8 load my 2.6. file properly?

-- 
Robert Heller -- Cell: 413-658-7953 GV: 978-633-5364
Deepwoods Software-- Custom Software Services
http://www.deepsoft.com/  -- Linux Administration Services
hel...@deepsoft.com   -- Webhosting Services

___
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] Reading a 2.6. GnuCash file (compressed XML) with 4.8?

2023-04-20 Thread Stan Brown

On 2023-04-20 13:04, Robert Heller wrote:
> I just upgraded my Ubuntu desktop machine from 18.04 (now EOL) to 22.04, 
> which 
> jumps the repo supplied version of GnuCash from 2.6.something to 4.8.  Will 
> 4.8 load my 2.6. file properly?

Maybe. If you make an archival copy first, it won't hurt to try. But I
wouldn't give much for your chances.

The conventional wisdom is never to skip a major version. Each of the
zillions of times this sort of question has come up, the recommendation
has been to upgrade first to the latest 2.x.x version, then the latest
3.x.x version, then to 4.x. After each upgrade, you should open the file
and click Actions » Check and Repair » All Transactions.

By the way, 4.x is no longer current; we're now in 5.x.

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.


[GNC] CSV Import Crash in GNC 5.0+

2023-04-20 Thread Joseph Vernice
I am using the nightly build 5.0.77 on Windows 11.  Ever since upgrading to
5.0 (and above nightly builds) I am unable to import transactions from
CSV.  The system crashes when I select the CSV import profile or when I try
to create a new one.  The crash occurs immediately after selecting the
profile OR after assigning the AMOUNT column when creating a new one.
I have resorted to the latest
pre-5.0 build (4.14) in order to import from CSV.  Unfortunately, my Fidelity
checking account only allows for CSV export, so this is an essential means
for me to import into gnucash. Thank you everyone for all your 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.


[GNC] Chile Mutual Fund Quotes (was Price Quote IEXCloud)

2023-04-20 Thread Bruce Schuck

On Thu, 20 Apr 2023 Murugan Muruganandam writes:


I have done a package to pull mutual funds price , you can check the following 
link for reference
https://github.com/Murugan-CL/gnucash-chile-mutual-fund-quote



Murugan,

Do you think you could create a pull request against 
https://github.com/finance-quote/finance-quote? Please see the Hackers 
Guide in the Documents folder for related information and details.


Thank you.

- 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] CSV import crash in 5.0+

2023-04-20 Thread Stephen M. Butler
I have been running 5.0.77 on Ubuntu and importing CSV transactions 
without problems.  So this may be tied to Windows.



Stephen M Butler, PMP, PSM
stephen.m.butle...@gmail.com
kg...@arrl.net
253-350-0166
---
GnuPG Fingerprint:  8A25 9726 D439 758D D846 E5D4 282A 5477 0385 81D8

On 4/20/23 06:52, Joseph Vernice wrote:

I am using the nightly build 5.0.77 on Windows 11.  Ever since upgrading to
5.0 (and above nightly builds) I am unable to import transactions from
CSV.  The system crashes when I select the CSV import profile or when I try
to create a new one.  The crash accors immediately after selecting the
profile OR after assigning the AMOUNT column. I have resorted to the latest
pre-5.0 build in order to import from CSV.  Unfortunately, my Fidelity
checking account only allows for CSV export, so this is an essential means
for me to import into gnucash. Thank you everyone for all your 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.


___
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] Ubuntu 23.04 upgrade and GnuCash

2023-04-20 Thread Stephen M. Butler
Just upgraded to Ubuntu 23.04 from 22.10.  GnuCash is now complaining 
that libicuuc.so.71 can't be found.


I had done a git pull a few days ago and build 5.0-77.  That worked 
great until upgraded Ubuntu to 23.04 this morning.  I did a git pull 
this afternoon and see that 5.0-84 is the current patch level.


Uninstalled the -77 build and installed the -84 build.  It appears to be 
working again.


Just an FYI in case you build on your box and then upgrade.

--
Stephen M Butler, PMP, PSM
stephen.m.butle...@gmail.com
kg...@arrl.net
253-350-0166
---
GnuPG Fingerprint:  8A25 9726 D439 758D D846 E5D4 282A 5477 0385 81D8

___
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] CSV import crash in 5.0+

2023-04-20 Thread Michael or Penny Novack

On 4/20/2023 6:58 PM, Stephen M. Butler wrote:
I have been running 5.0.77 on Ubuntu and importing CSV transactions 
without problems.  So this may be tied to Windows. 


However, speaking as a retired pro, I would consider a program crashing 
on ANY bad input to be a bug << a failure of its "input editing" >>


It is (should be) the responsibility of a program to check incoming data 
and reject any data that is bad (preferably with a meaningful error 
message). Programs should NOT trust that they will always be given good 
input.



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.


Re: [GNC] CSV import crash in 5.0+

2023-04-20 Thread John Ralls



> On Apr 20, 2023, at 6:52 AM, Joseph Vernice  wrote:
> 
> I am using the nightly build 5.0.77 on Windows 11.  Ever since upgrading to
> 5.0 (and above nightly builds) I am unable to import transactions from
> CSV.  The system crashes when I select the CSV import profile or when I try
> to create a new one.  The crash accors immediately after selecting the
> profile OR after assigning the AMOUNT column. I have resorted to the latest
> pre-5.0 build in order to import from CSV.  Unfortunately, my Fidelity
> checking account only allows for CSV export, so this is an essential means
> for me to import into gnucash. Thank you everyone for all your help.

There are two open CSV crashers, 
https://bugs.gnucash.org/show_bug.cgi?id=798799 and 
https://bugs.gnucash.org/show_bug.cgi?id=798830. The first is about the CSV 
having fewer fields
in the first line than in the second and while GnuCash shouldn't crash in that 
case IMO it should
reject the file as ill-formed. The second involves entries having a '/' 
character.

If your problem file matches neither of those please file a new bug report. Be 
sure to attach
the trace file[1] and if possible a stack trace[2].

Regards,
John Ralls

[1] https://wiki.gnucash.org/wiki/Tracefile
[2] https://wiki.gnucash.org/wiki/Stack_Trace


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