Software-update: GnuCash 5.7
Versie 5.7 van GnuCash is uitgekomen. GnuCash is een crossplatform- en opensourceboekhoudprogramma voor particulieren en kleine bedrijven. Het maakt gebruik van het dubbelboekhoudsysteem en is in staat om eenvoudig bijvoorbeeld bankrekeningen, beleggingen, inkomsten en uitgaven, budgetten, hypotheken en leningen bij te houden, en kan natuurlijk rapportages en grafieken maken. De changelog voor deze uitgave maakt melding van de volgende veranderingen en verbeteringen:
the following bugfixes were accomplished:Bug 669031 - Save the Scheduled Transactions number of monthsBug 669035 - Save the Scheduled Transaction divider positionBug 798822 - Move to blank transactionBug 799047 - AutoComplete Only Considers Visible TransactionsBug 799258 - Reports calculating net worth incorrectly after stock splitBug 799262 - Failed import QIF investmentBug 799264 - option account selector fails to include appropriate hidden accounts.Bug 799268 - Cannot write a check over $1000Bug 799272 - Crashes when pasting a copied transactionBug 799279 - Import Matcher (CSV) does not compute correctly the share amount based on security priceBug 799281 - Deleting a transaction may trigger a crashBug 799290 - Invoice register context menu issueBug 799298 - Shortcut Ctrl-G does not work in the General Journal register for the default date valueBug 799300 - Nullpointer exception in gnc_quote_source_sBug 799305 - Crash when there is more than one unknown quote source for commoditiesBug 799309 - Import Multi-split CSV can duplicate 'Notes' field from one transaction to nextBug 799320 - GNUCash Immediately Exits on StartupBug 799324 - Invalid free in gvalue_from_kvp_value()Bug 799334 - GnuCash re-opens to incorrect account window if there are transient tabs present when closed.Bug 799336 - Stock Assistant closes with its New Account dialogBug 799339 - RFE: Add Document Link for Payments to Owner Report
Bug 669031 - Save the Scheduled Transactions number of monthsBug 669035 - Save the Scheduled Transaction divider positionBug 798822 - Move to blank transactionBug 799047 - AutoComplete Only Considers Visible TransactionsBug 799258 - Reports calculating net worth incorrectly after stock splitBug 799262 - Failed import QIF investmentBug 799264 - option account selector fails to include appropriate hidden accounts.Bug 799268 - Cannot write a check over $1000Bug 799272 - Crashes when pasting a copied transactionBug 799279 - Import Matcher (CSV) does not compute correctly the share amount based on security priceBug 799281 - Deleting a transaction may trigger a crashBug 799290 - Invoice register context menu issueBug 799298 - Shortcut Ctrl-G does not work in the General Journal register for the default date valueBug 799300 - Nullpointer exception in gnc_quote_source_sBug 799305 - Crash when there is more than one unknown quote source for commoditiesBug 799309 - Import Multi-split CSV can duplicate 'Notes' field from one transaction to nextBug 799320 - GNUCash Immediately Exits on StartupBug 799324 - Invalid free in gvalue_from_kvp_value()Bug 799334 - GnuCash re-opens to incorrect account window if there are transient tabs present when closed.Bug 799336 - Stock Assistant closes with its New Account dialogBug 799339 - RFE: Add Document Link for Payments to Owner ReportThe following fixes and improvements were not associated with bug reports:New Report: Exprimental>Transaction Breakdown ReportRetrieves transactions from an account, distributes the splits into accounts - note if a transaction has 2 or more splits into 1 account, the transaction account cell will show the sum of the 2 splits - note if a transaction's currency is different from the account's currency, both amounts will be shown into the appropriate currency. [txn-columns] multilevel sorting - type then name.Add ability for the dense calendar to start from any week day.In the dense calendar, add a default number of months per column entry to the view model to get a better layout when the function gnc_dense_cal_set_num_months is solely used.Add today indication on the dense calendarUpdated the Quote Sources list in the Security Editor to match F::Q v1.59Import Matcher - select row if none is selected yet when right-clicking the list of matchesChange the default visible period for General Ledger from 1 calendar month to 30 days.Fix Failing SRFI-64 tests being reported as pass by ctest with guile-3.Ensure that filters are re-applied to multi-account registers when the number of included sub-accounts changes.Copy the latest price when creating a new entry in the Price Editor from a commodity selectionNew function gnc_account_foreach_until_date uses binary search to find first split after date, then for_each from earliest split to (but excluding) that split.New function gnc_reports_foreach to abstract GHashTable-base implementation.Cleanup - remove deprecated function (re-)defines that were deprected 11 years ago.[engine.i] move gnc_accounts_and_all_descendants to engine.i[Account.cpp] Convert children from GList to std::vector.[html-utilities.scm] show acct full names in gnc:html-render-options-changed[ifrs-cost-basis.scm] amend truth table as per bug 797796 comment 241 further amendments to match updated truth table.Clean up some obsolete tools and references to non-git VCS'sRework version-info rules to allow building from github downloaded zip archivesRemove account splits in reverse crono order, speeds up book shutdown.Move libgnucash/doc/xml to libgnucash/backend/xml/DTDRemove libgnucash/docs, ensuring all of the content is available either in Doxygen comments or in the Wiki.Remove XCode info from HACKING, obsolete. Move valgrind/callgrind instructions to the Wiki.Move doxygen target and related files to toplevel. Note: this also means the target directory changes from libgnucash/docs/html to [toplevel]/doxygen/html and the main page is specified directly in doxygen.cfg.Drop old migration script to split qof from engineUpdate doxygen.cfg file to more recent releaseDoxygen - Clean up obsolete files and comments.[gnc-ofx-import.cpp] show message while deduplicating downloadReplace more GLib containers with C++ containers.Change python install path to be compatible with distro installations.Update some C++ template override signatures to be C++20 compliant.[gnc-log-replay.cpp] don't set import to DEBUG because it'll spew too many debug messages when gnc-log-replay completes.Fix transaction report sorting/show-account-description and display.[test-commodity-utils.scm] don't test TZ-sensitive datetimes[engine.i] gnc_get_match_commodity_splits from scheme to c++ for better efficiency.[utest-Account] add more balance limit testsConvert more C files to C++Fix more memory leaks and use-after-frees.[Transaction|Split.cpp] Remove Reg2 unused functions
New Report: Exprimental>Transaction Breakdown ReportRetrieves transactions from an account, distributes the splits into accounts - note if a transaction has 2 or more splits into 1 account, the transaction account cell will show the sum of the 2 splits - note if a transaction's currency is different from the account's currency, both amounts will be shown into the appropriate currency. [txn-columns] multilevel sorting - type then name.Add ability for the dense calendar to start from any week day.In the dense calendar, add a default number of months per column entry to the view model to get a better layout when the function gnc_dense_cal_set_num_months is solely used.Add today indication on the dense calendarUpdated the Quote Sources list in the Security Editor to match F::Q v1.59Import Matcher - select row if none is selected yet when right-clicking the list of matchesChange the default visible period for General Ledger from 1 calendar month to 30 days.Fix Failing SRFI-64 tests being reported as pass by ctest with guile-3.Ensure that filters are re-applied to multi-account registers when the number of included sub-accounts changes.Copy the latest price when creating a new entry in the Price Editor from a commodity selectionNew function gnc_account_foreach_until_date uses binary search to find first split after date, then for_each from earliest split to (but excluding) that split.New function gnc_reports_foreach to abstract GHashTable-base implementation.Cleanup - remove deprecated function (re-)defines that were deprected 11 years ago.[engine.i] move gnc_accounts_and_all_descendants to engine.i[Account.cpp] Convert children from GList to std::vector.[html-utilities.scm] show acct full names in gnc:html-render-options-changed[ifrs-cost-basis.scm] amend truth table as per bug 797796 comment 241 further amendments to match updated truth table.Clean up some obsolete tools and references to non-git VCS'sRework version-info rules to allow building from github downloaded zip archivesRemove account splits in reverse crono order, speeds up book shutdown.Move libgnucash/doc/xml to libgnucash/backend/xml/DTDRemove libgnucash/docs, ensuring all of the content is available either in Doxygen comments or in the Wiki.Remove XCode info from HACKING, obsolete. Move valgrind/callgrind instructions to the Wiki.Move doxygen target and related files to toplevel. Note: this also means the target directory changes from libgnucash/docs/html to [toplevel]/doxygen/html and the main page is specified directly in doxygen.cfg.Drop old migration script to split qof from engineUpdate doxygen.cfg file to more recent releaseDoxygen - Clean up obsolete files and comments.[gnc-ofx-import.cpp] show message while deduplicating downloadReplace more GLib containers with C++ containers.Change python install path to be compatible with distro installations.Update some C++ template override signatures to be C++20 compliant.[gnc-log-replay.cpp] don't set import to DEBUG because it'll spew too many debug messages when gnc-log-replay completes.Fix transaction report sorting/show-account-description and display.[test-commodity-utils.scm] don't test TZ-sensitive datetimes[engine.i] gnc_get_match_commodity_splits from scheme to c++ for better efficiency.[utest-Account] add more balance limit testsConvert more C files to C++Fix more memory leaks and use-after-frees.[Transaction|Split.cpp] Remove Reg2 unused functionsGerman AQBanking Users:The AQBanking author is still working to get his updated PIN/TAN code finalized so the Flatpak, macOS, and Windows bundles of this release contain the last stable version, 6.5.4. The GnuCash nightly builds have beta releases with the new implementation, so consider using one of those if the stable AQBanking doesn't work for you.
New and Updated Translations:ArabicCroatianDutchEnglish (Australia)English (New Zealand)English (United Kingdom)FrenchGermanHebrewHungarianItalianJapaneseMacedonianNorwegian BokmålPolishPortuguese (Brazil)SlovakTamilTurkishUrdu
ArabicCroatianDutchEnglish (Australia)English (New Zealand)English (United Kingdom)FrenchGermanHebrewHungarianItalianJapaneseMacedonianNorwegian BokmålPolishPortuguese (Brazil)SlovakTamilTurkishUrdu
Source:
Tweakers.net