Re: [GNC] [GNC-dev] ANNOUNCE: GnuCash 5.6 Released

2024-03-31 Thread David Cousens

Thanks to John and all the team.  Builds and runs with no obvious
problems from the tarball on Linux Mint 21.3.

David Cousens


 On Sun, 2024-03-31 at 16:34 -0700, John Ralls wrote:
> The GnuCash development team announces GnuCash 5.6, the seventh
> release in the stable 5.x series.
> Between 5.5 and 5.6, the following bugfixes were accomplished:
> 
>     Bug 798946 - start/end of current/last quarter have off-by-one
> error
>     Bug 799093 - Cannot reconcile since v5.4
>     Bug 799179 - SLR won't allow change from "Reminder" to any other
> state
>     Bug 799210 - Bad encoding of accented chars in account names in
> "Import CSV" wizard
>     Bug 799213 - SIGSEGV caused by revising an auto completed
> transaction
>     Bug 799222 - Crash when changing the parent of an account that
> has had two or more levels of sub-accounts auto-created using the
> register in the current session.
>     Bug 799224 - Import of QIF gets Bug detected during duplicates
> (partial fix: If the new-splits object is null, it means the new
> account tree from the current import has no splits. Therefore the
> (apply min|max dates) will fail. Omitting the date query is a simple
> fix to prevent crashing. This is a partial fix because the crash is
> likely a symptom of another bug which causes the new account-tree to
> be empty.
>     Bug 799225 - QIF Importer Crashes Silently after "Start Import"
> Button: Don't allow a QIF investment transaction without an action
> (buy/sell/etc)
>     Bug 799246 - import matcher will rename incorrect splits
> 
> The following fixes and improvements were not associated with bug
> reports:
> 
>     Numeric parsing and string handling improvements in the Engine
> and XML backend.
>     [gnc-dense-cal.c] sx popup: show date in preference (cf.locale)
> format because the date format preference is user-facing and
> customisable. it's jarring if the preference is dd/mm/ and the
> display shows mm/dd/ in accordance to the locale.
>     Correct misleading description about creating Scheduled
> Transaction.
>     Date parsing efficiency improvements.
>     Update minumum Python version to 3.8, made necessary by updating
> the C API in the Python bindings.
>     Replace deprecated distutils.sysconfig with sysconfig. distutils
> is not present in Python 3.12.2.
>     Query user via dialog for date when creating a reverse
> transaction.
>     More C++ conversions
>     Avoid deprecation warning for -py3 in swig >= 4.1
>     [gnc-commodities.cpp] gnc_new_iso_codes is a std::unordered_map
>     Replace some naked for loops with C++ algorithms
>     Convert gnc-commodity to C++ and make GncQuoteSources a C++
> class.
>     [test-commodities.cpp] add some tests for gnc_quote_sources
>     Remove the SLR status sort as it is too confusing
>     Allow sorting of the transaction column in the Since Last Run
> dialog by schedule name or occurrence date. To sort by schedule name,
> a schedule name is first selected and then the column header is
> pressed to change order. To sort by occurrence date, a date is
> selected and then the column header is pressed to change order based
> on the date of the first occurrence. A tool tip has been added to
> indicate the sort order being used.
>     [gtest-gnc-numeric] add operator comparisons with example int64
> numbers
>     [assistant-stock-transaction] store & retrieve associated account
> as metadata
>     Update Form/Schedule line references for 2023 for the US Income
> Tax Report
>     Update another gnucash-help to gnucash-manual
>     [invoice.scm] centralize layout components into layout-key-list
> instead of maintaining 2 assoc lists.
>     [invoice.scm] normalize header section generators, changing the
> functions to require 1 options argument only
>     Update invoice.scm: Add spacing for long Invoice ID's (Displayed
> as "Reference" on the Invoice)
> 
> New and Updated Translations: Croatian, Dutch, English (Australia),
> English (New Zealand), English (United Kingdom), French, German,
> Hebrew, Hungarian, Indonesian, Japanese, Norwegian Bokmål, Polish,
> Portuguese, Slovak, Spanish, Swedish
> 
> Help translate GnuCash on Weblate
> Help translate GnuCash on Weblate:
> https://hosted.weblate.org/engage/gnucash/
> 
> Known Problems
> 
> Complete list of all open bugs:
> https://bugs.gnucash.org/buglist.cgi?bug_severity=blocker&bug_severity=critical&bug_severity=major&bug_severity=normal&bug_severity=minor&bug_severity=trivial&bug_status=NEW&bug_status=ASSIGNED&bug_status=NEEDINFO&bug_status=REOPENED&limit=0&list_id=8149&order=priority%2Cbug_severity&query_format=advanced
> 
> Documentation
> 
> Between 5.5 and 5.6, the following bugfixes were accomplished:
> 
>     Bug 799237 - Dead Link
> 
> The following fixes and improvements were not associated with bug
> reports:
> 
>     C, de:Manual:Finance-Quote: Note about Expected Time Commitment
>     C, de:Manual:Finance-Quote: Tip about 'gnc-fq-update: Command not
> found'
>     docbook: gnc-gui-de: Improve ac

Re: [GNC] ANNOUNCE: GnuCash 5.6 Released

2024-03-31 Thread Glenn Fowler
Thank you John and the whole development team for the release! Ran it
through the normal paces and all seems well!

On Sun, Mar 31, 2024 at 7:34 PM John Ralls  wrote:

> The GnuCash development team announces GnuCash 5.6, the seventh release in
> the stable 5.x series.
> Between 5.5 and 5.6, the following bugfixes were accomplished:
>
> Bug 798946 - start/end of current/last quarter have off-by-one error
> Bug 799093 - Cannot reconcile since v5.4
> Bug 799179 - SLR won't allow change from "Reminder" to any other state
> Bug 799210 - Bad encoding of accented chars in account names in
> "Import CSV" wizard
> Bug 799213 - SIGSEGV caused by revising an auto completed transaction
> Bug 799222 - Crash when changing the parent of an account that has had
> two or more levels of sub-accounts auto-created using the register in the
> current session.
> Bug 799224 - Import of QIF gets Bug detected during duplicates
> (partial fix: If the new-splits object is null, it means the new account
> tree from the current import has no splits. Therefore the (apply min|max
> dates) will fail. Omitting the date query is a simple fix to prevent
> crashing. This is a partial fix because the crash is likely a symptom of
> another bug which causes the new account-tree to be empty.
> Bug 799225 - QIF Importer Crashes Silently after "Start Import"
> Button: Don't allow a QIF investment transaction without an action
> (buy/sell/etc)
> Bug 799246 - import matcher will rename incorrect splits
>
> The following fixes and improvements were not associated with bug reports:
>
> Numeric parsing and string handling improvements in the Engine and XML
> backend.
> [gnc-dense-cal.c] sx popup: show date in preference (cf.locale) format
> because the date format preference is user-facing and customisable. it's
> jarring if the preference is dd/mm/ and the display shows mm/dd/ in
> accordance to the locale.
> Correct misleading description about creating Scheduled Transaction.
> Date parsing efficiency improvements.
> Update minumum Python version to 3.8, made necessary by updating the C
> API in the Python bindings.
> Replace deprecated distutils.sysconfig with sysconfig. distutils is
> not present in Python 3.12.2.
> Query user via dialog for date when creating a reverse transaction.
> More C++ conversions
> Avoid deprecation warning for -py3 in swig >= 4.1
> [gnc-commodities.cpp] gnc_new_iso_codes is a std::unordered_map
> Replace some naked for loops with C++ algorithms
> Convert gnc-commodity to C++ and make GncQuoteSources a C++ class.
> [test-commodities.cpp] add some tests for gnc_quote_sources
> Remove the SLR status sort as it is too confusing
> Allow sorting of the transaction column in the Since Last Run dialog
> by schedule name or occurrence date. To sort by schedule name, a schedule
> name is first selected and then the column header is pressed to change
> order. To sort by occurrence date, a date is selected and then the column
> header is pressed to change order based on the date of the first
> occurrence. A tool tip has been added to indicate the sort order being used.
> [gtest-gnc-numeric] add operator comparisons with example int64 numbers
> [assistant-stock-transaction] store & retrieve associated account as
> metadata
> Update Form/Schedule line references for 2023 for the US Income Tax
> Report
> Update another gnucash-help to gnucash-manual
> [invoice.scm] centralize layout components into layout-key-list
> instead of maintaining 2 assoc lists.
> [invoice.scm] normalize header section generators, changing the
> functions to require 1 options argument only
> Update invoice.scm: Add spacing for long Invoice ID's (Displayed as
> "Reference" on the Invoice)
>
> New and Updated Translations: Croatian, Dutch, English (Australia),
> English (New Zealand), English (United Kingdom), French, German, Hebrew,
> Hungarian, Indonesian, Japanese, Norwegian Bokmål, Polish, Portuguese,
> Slovak, Spanish, Swedish
>
> Help translate GnuCash on Weblate
> Help translate GnuCash on Weblate:
> https://hosted.weblate.org/engage/gnucash/
>
> Known Problems
>
> Complete list of all open bugs:
> https://bugs.gnucash.org/buglist.cgi?bug_severity=blocker&bug_severity=critical&bug_severity=major&bug_severity=normal&bug_severity=minor&bug_severity=trivial&bug_status=NEW&bug_status=ASSIGNED&bug_status=NEEDINFO&bug_status=REOPENED&limit=0&list_id=8149&order=priority%2Cbug_severity&query_format=advanced
>
> Documentation
>
> Between 5.5 and 5.6, the following bugfixes were accomplished:
>
> Bug 799237 - Dead Link
>
> The following fixes and improvements were not associated with bug reports:
>
> C, de:Manual:Finance-Quote: Note about Expected Time Commitment
> C, de:Manual:Finance-Quote: Tip about 'gnc-fq-update: Command not
> found'
> docbook: gnc-gui-de: Improve accelerator of menuitems
> Link
> https://wiki.g

Re: [GNC] Finance::Quote Default Currency Module

2024-03-31 Thread Jim DeLaHunt

Bruce:

I try to run GnuCash's "Get Quotes" feature every day, so every day I 
use your hard work on Finance::Quote and am grateful for it. Thank you.


On 2024-03-30 15:09, Bruce Schuck wrote:

Hello all,

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


While the currency module used can be changed using the FQ_CURRENCY 
environment variable, I have been asked to change the default to 
YahooJSON instead of AlphaVantage.


Before I make such a change I wanted to get a general consensus from 
the GnuCash users.


Thank you for asking. But I'm afraid I don't understand what you are asking.

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


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


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


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


    —Jim DeLaHunt


___
gnucash-user mailing list
gnucash-user@gnucash.org
To update your subscription preferences or to unsubscribe:
https://lists.gnucash.org/mailman/listinfo/gnucash-user
-
Please remember to CC this list on all your replies.
You can do this by using Reply-To-List or Reply-All.


[GNC] ANNOUNCE: GnuCash 5.6 Released

2024-03-31 Thread John Ralls
The GnuCash development team announces GnuCash 5.6, the seventh release in the 
stable 5.x series.
Between 5.5 and 5.6, the following bugfixes were accomplished:

Bug 798946 - start/end of current/last quarter have off-by-one error
Bug 799093 - Cannot reconcile since v5.4
Bug 799179 - SLR won't allow change from "Reminder" to any other state
Bug 799210 - Bad encoding of accented chars in account names in "Import 
CSV" wizard
Bug 799213 - SIGSEGV caused by revising an auto completed transaction
Bug 799222 - Crash when changing the parent of an account that has had two 
or more levels of sub-accounts auto-created using the register in the current 
session.
Bug 799224 - Import of QIF gets Bug detected during duplicates (partial 
fix: If the new-splits object is null, it means the new account tree from the 
current import has no splits. Therefore the (apply min|max dates) will fail. 
Omitting the date query is a simple fix to prevent crashing. This is a partial 
fix because the crash is likely a symptom of another bug which causes the new 
account-tree to be empty.
Bug 799225 - QIF Importer Crashes Silently after "Start Import" Button: 
Don't allow a QIF investment transaction without an action (buy/sell/etc)
Bug 799246 - import matcher will rename incorrect splits

The following fixes and improvements were not associated with bug reports:

Numeric parsing and string handling improvements in the Engine and XML 
backend.
[gnc-dense-cal.c] sx popup: show date in preference (cf.locale) format 
because the date format preference is user-facing and customisable. it's 
jarring if the preference is dd/mm/ and the display shows mm/dd/ in 
accordance to the locale.
Correct misleading description about creating Scheduled Transaction.
Date parsing efficiency improvements.
Update minumum Python version to 3.8, made necessary by updating the C API 
in the Python bindings.
Replace deprecated distutils.sysconfig with sysconfig. distutils is not 
present in Python 3.12.2.
Query user via dialog for date when creating a reverse transaction.
More C++ conversions
Avoid deprecation warning for -py3 in swig >= 4.1
[gnc-commodities.cpp] gnc_new_iso_codes is a std::unordered_map
Replace some naked for loops with C++ algorithms
Convert gnc-commodity to C++ and make GncQuoteSources a C++ class.
[test-commodities.cpp] add some tests for gnc_quote_sources
Remove the SLR status sort as it is too confusing
Allow sorting of the transaction column in the Since Last Run dialog by 
schedule name or occurrence date. To sort by schedule name, a schedule name is 
first selected and then the column header is pressed to change order. To sort 
by occurrence date, a date is selected and then the column header is pressed to 
change order based on the date of the first occurrence. A tool tip has been 
added to indicate the sort order being used.
[gtest-gnc-numeric] add operator comparisons with example int64 numbers
[assistant-stock-transaction] store & retrieve associated account as 
metadata
Update Form/Schedule line references for 2023 for the US Income Tax Report
Update another gnucash-help to gnucash-manual
[invoice.scm] centralize layout components into layout-key-list instead of 
maintaining 2 assoc lists.
[invoice.scm] normalize header section generators, changing the functions 
to require 1 options argument only
Update invoice.scm: Add spacing for long Invoice ID's (Displayed as 
"Reference" on the Invoice)

New and Updated Translations: Croatian, Dutch, English (Australia), English 
(New Zealand), English (United Kingdom), French, German, Hebrew, Hungarian, 
Indonesian, Japanese, Norwegian Bokmål, Polish, Portuguese, Slovak, Spanish, 
Swedish

Help translate GnuCash on Weblate
Help translate GnuCash on Weblate: https://hosted.weblate.org/engage/gnucash/

Known Problems

Complete list of all open bugs: 
https://bugs.gnucash.org/buglist.cgi?bug_severity=blocker&bug_severity=critical&bug_severity=major&bug_severity=normal&bug_severity=minor&bug_severity=trivial&bug_status=NEW&bug_status=ASSIGNED&bug_status=NEEDINFO&bug_status=REOPENED&limit=0&list_id=8149&order=priority%2Cbug_severity&query_format=advanced

Documentation

Between 5.5 and 5.6, the following bugfixes were accomplished:

Bug 799237 - Dead Link

The following fixes and improvements were not associated with bug reports:

C, de:Manual:Finance-Quote: Note about Expected Time Commitment
C, de:Manual:Finance-Quote: Tip about 'gnc-fq-update: Command not found'
docbook: gnc-gui-de: Improve accelerator of menuitems
Link https://wiki.gnucash.org/wiki/Documentation_Translation#The_Procedure 
in recent gnc-gui-*.dtd files
Replace *dquote entities by  tags
C:Manual:Tools:Unify main section titles and other minor improvements
Unify filename extension
C:Manual:CSV Import: show icons
xmlformat: Apply changes at the element 'scre

Re: [GNC] Finance::Quote Default Currency Module

2024-03-31 Thread john
David,

That would be pretty easy to do, particularly since the alphavantage key also 
works by setting an environment variable. Unfortunately your suggestion is too 
late to make today's release. Please file an enhancement request so that we 
don't forget it.

Regards,
John Ralls


> On Mar 31, 2024, at 04:25, sunfish62--- via gnucash-user 
>  wrote:
> 
> In recent years, I've been using GnuCash on Windows machines, and the idea of 
> environment variables is foreign, so providing that option is, perhaps, less 
> than ideal. 
> 
> Although the developers of GnuCash dislike it, I wonder whether it would be 
> possible to have a user-visible setting for the currency lookups, placed on 
> the settings page with the AlphaVantage key. This would allow users an easy 
> way to change this setting, and would also make it clearer to users that F::Q 
> is retrieving currency info (which messages on this list have demonstrated 
> that people don't realize).
> 
> Not a developer, not a programmer. 
> 
> ⁣David T. ​
> 
> On Mar 31, 2024, 1:10 AM, at 1:10 AM, Bruce Schuck 
>  wrote:
>> Hello all,
>> 
>> I'm getting ready to release Finance::Quote v1.60 to CPAN. It appears 
>> that AlphaVantage has again changed how they deal with throttling for 
>> requests using the free API keys/tokens. This has affected some users 
>> that may have data that requires doing more than a handful of currency 
>> exchange calculations.
>> 
>> While the currency module used can be changed using the FQ_CURRENCY 
>> environment variable, I have been asked to change the default to 
>> YahooJSON instead of AlphaVantage.
>> 
>> Before I make such a change I wanted to get a general consensus from
>> the 
>> GnuCash users.
>> 
>> Thank you.
>> 
>> 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.
> ___
> gnucash-user mailing list
> gnucash-user@gnucash.org
> To update your subscription preferences or to unsubscribe:
> https://lists.gnucash.org/mailman/listinfo/gnucash-user
> -
> Please remember to CC this list on all your replies.
> You can do this by using Reply-To-List or Reply-All.

___
gnucash-user mailing list
gnucash-user@gnucash.org
To update your subscription preferences or to unsubscribe:
https://lists.gnucash.org/mailman/listinfo/gnucash-user
-
Please remember to CC this list on all your replies.
You can do this by using Reply-To-List or Reply-All.


Re: [GNC] Finance::Quote Default Currency Module

2024-03-31 Thread sunfish62--- via gnucash-user
In recent years, I've been using GnuCash on Windows machines, and the idea of 
environment variables is foreign, so providing that option is, perhaps, less 
than ideal. 

Although the developers of GnuCash dislike it, I wonder whether it would be 
possible to have a user-visible setting for the currency lookups, placed on the 
settings page with the AlphaVantage key. This would allow users an easy way to 
change this setting, and would also make it clearer to users that F::Q is 
retrieving currency info (which messages on this list have demonstrated that 
people don't realize).

Not a developer, not a programmer. 

⁣David T. ​

On Mar 31, 2024, 1:10 AM, at 1:10 AM, Bruce Schuck  
wrote:
>Hello all,
>
>I'm getting ready to release Finance::Quote v1.60 to CPAN. It appears 
>that AlphaVantage has again changed how they deal with throttling for 
>requests using the free API keys/tokens. This has affected some users 
>that may have data that requires doing more than a handful of currency 
>exchange calculations.
>
>While the currency module used can be changed using the FQ_CURRENCY 
>environment variable, I have been asked to change the default to 
>YahooJSON instead of AlphaVantage.
>
>Before I make such a change I wanted to get a general consensus from
>the 
>GnuCash users.
>
>Thank you.
>
>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.
___
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.