GnuCash 2.4 Small Business Accounting

GnuCash 2.4 small business accounting

GnuCash 開発チームは PacktPub, UK から出版された新しい本に関する通知を受け取りました。

GnuCash 2.4 Small Business Accounting, Ashok Ramachandran著.

これは会計管理に関する初心者向けのガイドです。

我々自身の開発者である Christian Stimming 氏が査読者としてこの本に貢献しており、私たちは心からこの実りの多い協力の結果を推薦することができます。packtpub.comでこの本を自由に試し読みできます。そして、更に出版社は本の売り上げの数パーセントをGnuCashプロジェクトに割り当てることを約束しました。この本で楽しんでください!

GnuCash ニュース

新リリースのアナウンス、サーバメンテナンス …

GnuCash 5.5 Released

The GnuCash development team announces GnuCash 5.5, the sixth release in the stable 5.x series.

Between 5.4 and 5.5, the following bugfixes were accomplished:

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

  • Cancel the QIF import instead of inserting the default directory if the user cancels the file-selection dialog.
  • Memory leak fixes
  • Rename the scheduled transaction edit/new/delete menus to resolve a shortcut conflict.
  • Allow saving the sort column in the Since Last Run dialog
  • Ensure that Print Checks obtains for the check amount the sum of all splits in the current register account and subaccounts.
  • Ensure that report page actions are re-enabled after editing options. Some actions (Print, PDFExport, and Report Options) had been left disabled.
  • Ensure GncDateEntry always reverts to today if the user enters an invalid date string.
  • Direct cmake to find the base installed Python3 instead of the latest version installed. Reference Cmake Issue 24126, Cmake Issue 24878, and CMake merge request 8287. Note that this requires CMake 3.20 or later; users of older versions will still get the newest installed Python version.
  • CI: Run distcheck on one workflow to catch quickly instances where someone adds a file but forgets to update the distribution.
  • Primarily of interest to developers: We've added a new CMAKE_BUILD_TYPE, Asan, with two options -DLEAKS and -DODR, both of which default to OFF. This creates a non-optimized, with-symbols build with the Address Sanitizer hooks compiled in. While the primary motivation is a CI run to ensure that there aren't any memory allocation errors revealed in the test suite, this is also a useful build to use when debugging a segfault crash, many of which are caused by use-after-free errors. When building on non-Apple platforms -DLEAKS=ON will add leak detection, dumping a stack trace for the allocation of any leaked heap or free-store allocations. Similarly and on non-Apple platforms only -DODR=ON will log violations of the C++ one definition rule.
  • Also of interest to developers: A new cmake option -DCOVERAGE. When on and in a non-optimized build this will instrument the program and libraries to count usage for every source line. The option also adds three targets, lcov-initialize, lcov-collect, and lcov-generate-html. The primary motivation is to assess the completeness of tests in CI, see Coverage-HTML for the latest results.

New and Updated Translations: Chinese (Simplified), Croatian, Dutch, English (Australia), English (New Zealand), English (United Kingdom), Finnish, German, Gujarati, Hungarian, Italian, Norwegian Bokmål, Polish, Portuguese, Portuguese (Brazil), Romanian, Russian, Slovak, Spanish, Swedish

Help translate GnuCash on Weblate

Known Problems

Complete list of all open bugs.

Documentation

No changes were associated with bug reports between releases 5.4 and 5.5

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

  • EBICS: for business customers (of the bank) rather than business users.
  • docbook: additional entities for business GUI-elements
  • docbook: gnc-gui-*: Rename the scheduled edit/new/delete menus to match a change in the program.

New and Updated Translations: German

Getting GnuCash for Windows and MacOS

GnuCash is provided for both Microsoft Windows 8.1® and later and MacOS 10.13 (High Sierra)® and later in pre-built, all-in-one packages. An installer is provided for Microsoft Windows® while the MacOS® package is a disk image containing a drag-and-drop application bundle.

GnuCash is also available as a flatpak from Flathub.org. Instructions for installing and running.

The SHA256 Hashes for the downloadable files are:

  • b4daf67bb892b706323f62e9fa97242039d7dd0a2e1e10771e0c25817dd0ed3b  gnucash-5.5.tar.bz2
  • 73d2c367f7f1c2da045ce08cb7dfc619e43002ac1e17bb708e3287edff96ae47  gnucash-5.5.tar.gz
  • ca0fc0c79f378a3bc5cf767fe83bc5d073ae617bb1907443b41b470dbb5be7ea  gnucash-5.5-1.setup.exe
  • a27ab3dd3ada69456cb8033473f7bab5ae5874a4880416672d9b4fd2e1c26408  Gnucash-Intel-5.5-1.dmg
  • 93560f55d9305aef45525cf7e7143b72503365c353840dfaaa382d9dfb97c8ab  gnucash-docs-5.5.tar.gz

Getting GnuCash as source code

If you want to compile GnuCash 5.5 for yourself, the source code can be downloaded from:

To compile GnuCash from the source code by yourself, you will need at least Gtk+ 3.22.29, Guile 2.0, Boost 1.67, WebKitGtk 2.4, GoogleTest 1.8.0, cmake 3.10 and SWIG 2.0.12. Please consult the README.dependencies file in the sources for the exact list of dependencies and versions.

Getting the documentation

The documentation is available at Documentation page of the GnuCash website. The 5.5 documentation can be found under "GnuCash v4 (current stable release)" in multiple languages both for reading online and for download in pdf, epub, and mobi formats. The documentation is also included in the MacOS and Windows application bundles. Note that we are preparing to remove autotools support from the documentation build and that it is no longer included in the tarball.

If you want to compile the GnuCash Documentation 5.5 for yourself, the source code can be downloaded from:

About the Program

GnuCash is a free, open source accounting program released under the GNU General Public License (GPL) and available for GNU/Linux, *BSD, Solaris, MacOS, and Microsoft Windows. Programming on GnuCash began in 1997, and its first stable release was in 1998.

GnuCash 5.4 Released

The GnuCash development team announces GnuCash 5.4, the fifth release in the stable 5.x series.

Between 5.3 and 5.4, the following bugfixes were accomplished:

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

  • [import-main-matcher.cpp] After clicking/toggling A/U+C/C checkbox, reselect the row because it'll be much faster to use keyboard navigation -- use up/down/left/right to target desired checkbox, hit <down> <space> repeatedly to repeat the same action over several consecutive rows.
  • Implement support for !Type:Prices records in the QIF importer.
  • Modernize construction of GObjects using G_DECLARE_DERIVABLE, G_DECLARE_FINAL, etc.
  • Fix yet more leaks.
  • [DBI backend] Change DBI test URLs to environment variables from cmake configuration definitions.
  • Restore the Stock Transaction Assistant to full operation.
  • Fix the Fancy Date file property so that it saves.
  • Fix formatting error in po files project-id line.
  • [simple-business-create.py] Overwrite an existing file instead of crashing.
  • Update github action package versions.
  • Add parsing mixed number and fraction (e.g. 10 1/2) to the gnc_numeric string constructor.
  • Bump minimum cmake version to 3.14 and drop some conditionals for older versions
  • Major speedup in the SQLBackend by replacing C++ exceptions with std::optional for null values.
  • Refresh the GUI on completion of the import matcher so that the imports are immediately reflected in the register.
  • Improve online quote retrieval error reporting.
  • Test loading and saving XML files with and without compression
  • [import-main-matcher] always defer_bal_computation during import to speed up both importing new transactions, and destroying existing ones.
  • GncGtkListUIItem::set_option_from_ui_item: Iterate over selected items Instead of all possible items.
  • Convert gnc-ofx-import.c, import-parse.c, import-utilities.c, import-format-dialog.c, import-account-matcher.c, import-commodity-matcher.c, import-settings.c, import-pending-matches.c, import-match-picker.c, import-main-matcher.c, and gnc-pricedb.c to .cpp
  • By default, filter out online_wiggle in test-gnc-quotes. Running ./bin/test-gnc-quotes from the command line will still include online_wiggle
  • Replace yahoo_json with alphavantage in test-gnc-quotes. yahoo_json is too unstable.
  • Include timezone in price-quote date diagnostic messages.

New and Updated Translations: Arabic, Chinese (Traditional), Croatian, Dutch, English (Australia), English (New Zealand), English (United Kingdom), French, German, Greek, Hebrew, Hungarian, Indonesian, Italian, Polish, Portuguese, Portuguese (Brazil), Romanian, Slovak, Spanish, Swedish, Ukrainian

Help translate GnuCash on Weblate

Known Problems

Complete list of all open bugs.

Documentation

Between 5.2 and 5.4, the following bugfixes were accomplished:

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

  • Add a Chinese translation for the Tutorial and Concepts Guide.
  • Update git branches for API docs
  • Refactor the build system feature for adding customized xslt files.
  • Bump minimum cmake version to 3.14 to keep it in sync with the gnucash repo
  • Fix race condition in creating symlinks for the kde help system.
  • Update GitHub actions/checkout to v3 in all actions and add nightly-build github workflow.
  • Manual (C,de): Replace obsolete 'gnc-fq-*' with 'gnucash-cli --quotes *'
  • Guide (C,de,ru): Repair broken links from 'help' to 'manual'
  • Guide (C,de), ch_invest: Remove section 'Finance::Quote install'
  • Manual (C, de) Update F::Q screens to 1.57
  • Change version 4 to 5, branch maint to stable, and update Finance::Quote docs to reflect changes in GnuCash.

New and Updated Translations: German

Getting GnuCash for Windows and MacOS

GnuCash is provided for both Microsoft Windows 8.1® and later and MacOS 10.13 (High Sierra)® and later in pre-built, all-in-one packages. An installer is provided for Microsoft Windows® while the MacOS® package is a disk image containing a drag-and-drop application bundle.

GnuCash is also available as a flatpak from Flathub.org. Instructions for installing and running.

The SHA256 Hashes for the downloadable files are:

  • 7741165d6d652ea7b4a1e8498cf439a56b81a5cc8b653291a59054f2362abfcc  gnucash-5.4-1.tar.bz2
  • 7989c2fff67ff356e99c9a4b8d90a7759c7bde73844afb0595ee1322f4a19ced  gnucash-5.4.tar.gz
  • e1925591bbdddd80b1ff8ddf0634652ef098072bd96a5bb98f000cdcc5c841ff  gnucash-5.4-1.setup.exe
  • ffe311fd2077cf1df15c253a5e062dc3801fa9db06829d3d12184184727e89c8  Gnucash-Intel-5.4-2.dmg
  • e2a93460e7768b1b18e466e352ac13212b75094be6334ca0427b6cd4f66d8793  gnucash-docs-5.4.tar.gz

Getting GnuCash as source code

If you want to compile GnuCash 5.4 for yourself, the source code can be downloaded from:

To compile GnuCash from the source code by yourself, you will need at least Gtk+ 3.22.29, Guile 2.0, Boost 1.67, WebKitGtk 2.4, GoogleTest 1.8.0, cmake 3.10 and SWIG 2.0.12. Please consult the README.dependencies file in the sources for the exact list of dependencies and versions.

Getting the documentation

The documentation is available at Documentation page of the GnuCash website. The 5.4 documentation can be found under "GnuCash v4 (current stable release)" in multiple languages both for reading online and for download in pdf, epub, and mobi formats. The documentation is also included in the MacOS and Windows application bundles. Note that we are preparing to remove autotools support from the documentation build and that it is no longer included in the tarball.

If you want to compile the GnuCash Documentation 5.4 for yourself, the source code can be downloaded from:

About the Program

GnuCash is a free, open source accounting program released under the GNU General Public License (GPL) and available for GNU/Linux, *BSD, Solaris, MacOS, and Microsoft Windows. Programming on GnuCash began in 1997, and its first stable release was in 1998.

GnuCash 5.3 Released

The GnuCash development team announces GnuCash 5.3, the fourth release in the stable 5.x series. This is a snap release to fix the bug listed below.

Between 5.2 and 5.3, the following bugfixes were accomplished:

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

  • Some memory cleanup by Chris Lam.
  • Missing from the 5.2 release notes is that Chris streamlined the transaction scrubbing so that each transaction gets scrubbed only once. This improves--in some cases substantially--the time to load and to run Check and Repair.

New and Updated Translations: Dutch, French, Hungarian, Italian, Portuguese

Help translate GnuCash on Weblate

Known Problems

Complete list of all open bugs.

Documentation

This being a snap release there is no new documentation. Please continue to use the 5.2 versions.

Getting GnuCash for Windows and MacOS

GnuCash is provided for both Microsoft Windows 8.1® and later and MacOS 10.13 (High Sierra)® and later in pre-built, all-in-one packages. An installer is provided for Microsoft Windows® while the MacOS® package is a disk image containing a drag-and-drop application bundle.

GnuCash is also available as a flatpak from Flathub.org. Instructions for installing and running.

The SHA256 Hashes for the downloadable files are:

  • 1458cb08c585eae9d724bec6f2812bcc03bbe83ed294a46a7897aaab01a6f15a  gnucash-5.3.tar.bz2
  • e0d04e0fd5f03f39136e1f4d941ccd0202b64a6e92418f5382cb6a6772493529  gnucash-5.3.tar.gz
  • 4cd66cf6c261fe7f5fc071b8e01314f33fb97e3496fe832e07bad360c1cf685a  gnucash-5.3.setup.exe
  • 6bf4940d851b49a4edf5d6dd3cbe37a1112bc3606cdb924ed6668ce0ad7c7427  Gnucash-Intel-5.3-1.dmg
  • b9eb6581b403665c308b8909cc4d588c9ce483139cbc3ed3638403f61aefb49b  gnucash-docs-5.2.tar.gz

Getting GnuCash as source code

If you want to compile GnuCash 5.3 for yourself, the source code can be downloaded from:

To compile GnuCash from the source code by yourself, you will need at least Gtk+ 3.22.29, Guile 2.0, Boost 1.67, WebKitGtk 2.4, GoogleTest 1.8.0, cmake 3.10 and SWIG 2.0.12. Please consult the README.dependencies file in the sources for the exact list of dependencies and versions.

Getting the documentation

The documentation is available at Documentation page of the GnuCash website. The 5.3 documentation can be found under "GnuCash v4 (current stable release)" in multiple languages both for reading online and for download in pdf, epub, and mobi formats. The documentation is also included in the MacOS and Windows application bundles. Note that we are preparing to remove autotools support from the documentation build and that it is no longer included in the tarball.

If you want to compile the GnuCash Documentation 5.3 for yourself, the source code can be downloaded from:

About the Program

GnuCash is a free, open source accounting program released under the GNU General Public License (GPL) and available for GNU/Linux, *BSD, Solaris, MacOS, and Microsoft Windows. Programming on GnuCash began in 1997, and its first stable release was in 1998.

GnuCash 5.2 Released

The GnuCash development team announces GnuCash 5.2, the third release in the stable 5.x series

Between 5.1 and 5.2, the following bugfixes were accomplished:

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

  • The type-ahead selection of transaction descriptions has been substantially overhauled based on extensive user feedback. Matches are now only on the beginning of words and are now sorted by age since last use. This both substantially reduces the number of matches and prioritizes the most recently used as being the most likely candidates for re-use. To help distinguish cases of long descriptions where the match would be outside the popup's viewport the viewport is automatically scrolled horizontally so that the end of the left-most (right-most in rtl languages) matches is centered in the view. Completion can be aborted with the <escape> key or a new Don't autocomplete selection that's the first entry in the popup.
  • Fix lockup on Windows in type-ahead selection of transaction descriptions.
  • More budget-module sign fixes and improvements.
  • Lots of memory-leak fixes, GLib modernization, and code cleanup by Richard Cohen, Simon Arlott, & Chris Lam.
  • bugfix xaccTransGetTxnType: avoid returning TXN_TYPE_LINK incorrectly: A TXN_TYPE_PAYMENT will have non-APAR splits; a TXN_TYPE_LINK will not have non-APAR splits. This bug manifests as a regular TXN_TYPE_PAYMENT transaction being later voided being incorrectly changed to TXN_TYPE_LINK.
  • Including brokerage fees in Money Out calculation (if not ignoring them) in advanced-portfolio.scm report and updating the "advanced" tests to reflect selling fees being included into the money out value
  • [stock-txn-asst] Don't use the initial value in amount edit widgets unless they're valid. Otherwise the invalid value will log an error that will prevent later valid input from working.
  • BUGFIX: Actions > Online Actions > Show log Window does not open when it is first clicked.
  • cmake: check gdk only when building GUI
  • Get the tooltip working on "Online Banking Setup"

New and Updated Translations: Chinese (Simplified), Chinese (Traditional), Croatian, English (Australia), English (New Zealand), English (United Kingdom), Estonian, French, German, Hungarian, Lithuanian, Marathi, Norwegian Bokmål, Polish, Portuguese, Romanian, Spanish, Swedish, Ukrainian

Help translate GnuCash on Weblate

Known Problems

Complete list of all open bugs.

Documentation

Concurrent with the release of GnuCash 5.2 we're pleased to also release a new version of the companion Manual and the Tutorial and Concepts Guide:

There are no changes in the documentation for this release.

Getting GnuCash for Windows and MacOS

GnuCash is provided for both Microsoft Windows 8.1® and later and MacOS 10.13 (High Sierra)® and later in pre-built, all-in-one packages. An installer is provided for Microsoft Windows® while the MacOS® package is a disk image containing a drag-and-drop application bundle.

GnuCash is also available as a flatpak from Flathub.org. Instructions for installing and running.

The SHA256 Hashes for the downloadable files are:

  • 4826176b7e70bb889f99c206faffadd892628d78525715e9f7128ecf48b14680  gnucash-5.2.tar.bz2
  • 2d594cc889bb723746beb490f50853ccfb987b6e99e0a4587b058c51ca2a75a3  gnucash-5.2.tar.gz
  • 8299701f54d9b19743cbe90f1f369a4c998fd87436571d1b8fc630e7c71ffc13  gnucash-5.2.setup.exe
  • f7f0c82976755d228c32f71db4db8bde4e5de40c161011071dc39cac1f6f5a20  Gnucash-Intel-5.2-1.dmg
  • b9eb6581b403665c308b8909cc4d588c9ce483139cbc3ed3638403f61aefb49b  gnucash-docs-5.2.tar.gz

Getting GnuCash as source code

If you want to compile GnuCash 5.2 for yourself, the source code can be downloaded from:

To compile GnuCash from the source code by yourself, you will need at least Gtk+ 3.22.29, Guile 2.0, Boost 1.67, WebKitGtk 2.4, GoogleTest 1.8.0, cmake 3.10 and SWIG 2.0.12. Please consult the README.dependencies file in the sources for the exact list of dependencies and versions.

Getting the documentation

The documentation is available at Documentation page of the GnuCash website. The 5.2 documentation can be found under "GnuCash v4 (current stable release)" in multiple languages both for reading online and for download in pdf, epub, and mobi formats. The documentation is also included in the MacOS and Windows application bundles. Note that we are preparing to remove autotools support from the documentation build and that it is no longer included in the tarball.

If you want to compile the GnuCash Documentation 5.2 for yourself, the source code can be downloaded from:

About the Program

GnuCash is a free, open source accounting program released under the GNU General Public License (GPL) and available for GNU/Linux, *BSD, Solaris, MacOS, and Microsoft Windows. Programming on GnuCash began in 1997, and its first stable release was in 1998.

GnuCash 5.1 Released

The GnuCash development team announces GnuCash 5.1, the second release in the stable 5.x series

Between 5.0 and 5.1, the following bugfixes were accomplished:

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

  • Add filters to the File>Open dialog in File mode to show only files with GnuCash extensions, only those matching GnuCash's backup file pattern, or any extension.
  • Select the first result in the Customer/Vendor search box. This allows faster keyboard navigation -- Find Customer, input search string, press ENTER, use up/down to select desired object, press ENTER to open object.
  • Improve foreign currency handling in budget report
  • Improve handling of the blank transaction when the register is sorted in reverse:
    • Change the preference option 'Future transactions after blank transaction'
    • Change tooltip for 'Blank Transaction' in register to mention moving to the blank transaction.
    • Show the blank transaction at top of register
  • Prevent infinite recursion from gnucash_item_edit_focus_out when using an input method.
  • Create obsolete features list with first member book_currency.Obsolete features set in the book will be removed from the book's KVP and ignored.
  • Restore existence, but not implementation, of GNC_FEATURE_BOOK_CURRENCY.

    At least one user has managed to get it set on their book so even though it was supposed to be unimplemented it got through somehow. Restoring it allows books with it set to load.

  • Offer to force edit non-identical fields when multiple matches are selected in the import matcher window. Previously only identical Desc/Notes/Memo were unlocked for editing.
  • Guard against there being no namespaces in the new security dialog
  • Fix Finance::Quote use on Win32 by dealing with Win32 \r\n newlines on return from finance-quote-wrapper.
  • Fix some menu labels that were not marked for translation
  • Fix category in CSV export with simple layout.

    If Trading accounts is enabled, and the transaction is a transfer between two accounts of differing commodities, the CSV simple-layout export would incorrectly show "--Split Transaction--" as the category.

  • When configuring Guile use pkg-config before searching for binaries.

New and Updated Translations: Chinese (Simplified), Croatian, English (Australia), English (New Zealand), English (United Kingdom), Estonian, French, German, Hindi, Hungarian, Japanese, Portuguese, Slovak, Spanish, Swedish, Turkish, Ukrainian

Help translate GnuCash on Weblate

Known Problems

Complete list of all open bugs.

Documentation

Concurrent with the release of GnuCash 5.1 we're pleased to also release a new version of the companion Manual and the Tutorial and Concepts Guide:

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

  • Add details for some CSV import options.

New and Updated Translations: None

Getting GnuCash for Windows and MacOS

GnuCash is provided for both Microsoft Windows 8.1® and later and MacOS 10.13 (High Sierra)® and later in pre-built, all-in-one packages. An installer is provided for Microsoft Windows® while the MacOS® package is a disk image containing a drag-and-drop application bundle.

GnuCash is also available as a flatpak from Flathub.org. Instructions for installing and running.

The SHA256 Hashes for the downloadable files are:

  • 8a6581ddf7c7409db636510601351af724eda363ab59b1d5da8d981033f26f72  gnucash-5.1.tar.bz2
  • bd73204896d71cb19c2071bca9cc6faaf19d1499be66124f4fe66c8e15f876cb  gnucash-5.1.tar.gz
  • 3ddc5547b5694a11a33e21e4110d1adb908f04995637a54bfa930df68c7df014  gnucash-5.1.setup.exe
  • 65a67bdffbe2d50e5dbe69b7193acfde6d8964a0fbd631edfd0d064fbaea03d3  Gnucash-Intel-5.1-2.dmg
  • 59bd2b5ccc1efa7a034b38663e28f855b4ad16ee28b2248d61af8145097152f6  gnucash-docs-5.1.tar.gz

Getting GnuCash as source code

If you want to compile GnuCash 5.1 for yourself, the source code can be downloaded from:

To compile GnuCash from the source code by yourself, you will need at least Gtk+ 3.22.29, Guile 2.0, Boost 1.67, WebKitGtk 2.4, GoogleTest 1.8.0, cmake 3.10 and SWIG 2.0.12. Please consult the README.dependencies file in the sources for the exact list of dependencies and versions.

Getting the documentation

The documentation is available at Documentation page of the GnuCash website. The 5.1 documentation can be found under "GnuCash v4 (current stable release)" in multiple languages both for reading online and for download in pdf, epub, and mobi formats. The documentation is also included in the MacOS and Windows application bundles. Note that we are preparing to remove autotools support from the documentation build and that it is no longer included in the tarball.

If you want to compile the GnuCash Documentation 5.1 for yourself, the source code can be downloaded from:

About the Program

GnuCash is a free, open source accounting program released under the GNU General Public License (GPL) and available for GNU/Linux, *BSD, Solaris, MacOS, and Microsoft Windows. Programming on GnuCash began in 1997, and its first stable release was in 1998.

GnuCash 4.14 Released

The GnuCash development team announces GnuCash 4.14, the fifteenth and final release in the stable 4.x series

Between 4.13 and 4.14, the following bugfixes were accomplished:

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

  • Budget totals for one period would be wrong when increasing the number of periods.
  • Allow C decls after statements, legal since C99.
  • [kvp] Use static strings and boxed in gvalue_from_kvp_value. Saves allocating and copying complex values, avoiding potential memory leaks.
  • L10N:DE:Updating accounts from 0001 to 8000 DATEV-SKR04 2022-01-01.
  • Payment dialog - always list all possible post accounts. Before only the post account in the currency of the selected vendor or customer was available.
  • Revisit invoice payment in multi-currency context
    • Show proper amount in dialog when applying or editing an existing transaction as payment
    • Be more careful not to waste the existing payment split
    • If the user changed the payment amount while starting from an existing transaction unreconcile the changed payment split
    • Avoid needlessly changing transaction currency (only do so if the user chose a new transfer account and the old currency is neither the new transfer account's currency nor the post account's currency)
  • Edit/assign payment - be more prudent not to lose data

    We can't handle the case where a transaction has splits in more than one APAR account. Instead of only warning that some of them will be lost refuse to continue and leave it to the user to fix the transaction first.

  • Multi-currency - show split amount rather than transaction value
  • Activate feature GNC_FEATURE_EQUITY_TYPE_OPENING_BALANCE
  • [balsheet-pnl] move out of experimental into regular menu. After 4 years it can finally graduate.
  • [dialog-sx-editor]Allow a daily SX to show all recurrences in the calendar instead of only 6 months.
  • Update Form/Schedule line references for 2022 for the US Income Tax Report

New and Updated Translations: Chinese (Simplified), Croatian, Czech, English (Australia), English (New Zealand), English (United Kingdom), French, Hebrew, Hungarian, Italian, Japanese, Macedonian, Polish, Portuguese, Portuguese (Brazil), Russian, Spanish, Swedish, Ukrainian

Help translate GnuCash on Weblate

Known Problems

Complete list of all open bugs.

Documentation

Concurrent with the release of GnuCash 4.14 we're pleased to also release a new version of the companion Help and Tutorial and Concepts Guide

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

  • Only use localized &url-docs-*; entities
  • Guide:C: Replace several wrong usages off "Help"
    • Protocol "help:" Link type "Help"—both are available only under Linux
    • Document reference should be "Manual"

New and Updated Translations: None

Getting GnuCash for Windows and MacOS

GnuCash is provided for both Microsoft Windows 8.1® and later and MacOS 10.13 (High Sierra)® and later in pre-built, all-in-one packages. An installer is provided for Microsoft Windows® while the MacOS® package is a disk image containing a drag-and-drop application bundle.

GnuCash is also available as a flatpak from Flathub.org. Instructions for installing and running.

The SHA256 Hashes for the downloadable files are:

  • ac1b550bc6a85c458323fbee5090828ed939aefd33a6902a0bba3e5d99c04199  gnucash-4.14.tar.bz2
  • 441a49b93874a400ba2152a3974e508cf7918c2d8d85340398b21c9ee8968e71  gnucash-4.14.tar.gz
  • 5454676a365f3d6539b4f01081fc1859185829761e644f13edfd1b9e51535d2d  gnucash-4.14.setup.exe
  • 4ed562c3bbfe4f5317b222b1d3728bd1c1bbf5f36ab335bab28c53a04417ab7d  Gnucash-Intel-4.14-1.dmg
  • 03793eb6a962018716628be7c7979e759b5db050990e2ac78c8905c037736da9  gnucash-docs-4.14.tar.gz

Getting GnuCash as source code

If you want to compile GnuCash 4.14 for yourself, the source code can be downloaded from:

To compile GnuCash from the source code by yourself, you will need at least Gtk+ 3.22.29, Guile 2.0, Boost 1.67, WebKitGtk 2.4, GoogleTest 1.8.0, cmake 3.10 and SWIG 2.0.12. Please consult the README.dependencies file in the sources for the exact list of dependencies and versions.

Getting the documentation

The documentation is available at Documentation page of the GnuCash website. The 4.14 documentation can be found under "GnuCash v4 (current stable release)" in multiple languages both for reading online and for download in pdf, epub, and mobi formats. The documentation is also included in the MacOS and Windows application bundles. Note that we are preparing to remove autotools support from the documentation build and that it is no longer included in the tarball.

If you want to compile the GnuCash Documentation 4.14 for yourself, the source code can be downloaded from:

About the Program

GnuCash is a free, open source accounting program released under the GNU General Public License (GPL) and available for GNU/Linux, *BSD, Solaris, MacOS, and Microsoft Windows. Programming on GnuCash began in 1997, and its first stable release was in 1998.

GnuCash 5.0 Released

The GnuCash development team announces GnuCash 5.0

New Features

  • A new Stock Transaction Assistant to guide you through entering most investment transactions for stocks, bonds, and mutual funds. You can access it from Actions>Stock Assistant when the focus tab is the Accounts page or a Stock or Fund account register.
  • A new Investment Lots report showing a graph of capital gains and losses in a period by investment lot. Note that if you don't use the View Lots dialog to manage capital gains and losses this report won't have anything to show you. Use Reports>Assets & Liabilities>Investment Lots to see the report.
  • The Online Quotes facility has been completely rewritten and the old gnc-fq-check, gnc-fq-dump, and gnc-fq-helper programs have been replaced with finance-quote-wrapper. The functions performed by those programs may now be accomplished by passing commands to gnucash-cli -Q, see gnucash-cli --help for specifics. The perl module requirements have changed with the rewrite: The new version doesn't need Date::Manip but needs JSON::Parse instead. gnc-fq-update has been, er, updated to reflect that.
  • A new tab on the New/Edit Account dialog called More Properties includes entries to set a high and low limit on an account. That's coupled to a new column that's available on the Accounts Page, Balance Limit. If you set a high or low limit and the account balance falls above or below the respective limit an indicator will be shown in the Balance Limit column.
  • The description field quickfill in the register now displays a drop-down list of possible completions instead of just one inline completion.
  • File import menu items for the MT940, MT942, and DTAUS formats is replaced with a single Import from AQBanking that supports importing any file format supported by AQBanking, including the frequently requested CAMT. (Note that some CAMT profiles are under the XML format.)
  • The import matcher now permits editing descriptions, notes, and memo fields in the matcher window before creating the transactions. Right-click and select from the context menu.
  • The report generated by the Print Invoice button on the Edit Invoice tab can now be configured as a book option at the bottom of the Business tab; this permits selecting a saved configuration of one of the standard invoice reports. Another option enables a delay, during which a dialog box will appear enabling the user to select a different report. Note: When saving a configuration make sure that the invoice number is not set or you'll get that particular invoice instead of the one that you pressed the button for.

Significant Code Changes

Deprecations (will be removed in GnuCash 6.0)

  • _ (the alias for gettext. Use G_ instead
  • gnc:make-account-list-limited-option
  • gnc:make-account-list-option
  • gnc:make-account-sel-limited-option
  • gnc:make-account-sel-option
  • gnc:make-budget-option
  • gnc:make-color-option
  • gnc:make-commodity-option
  • gnc:make-complex-boolean-option
  • gnc:make-counter-format-option
  • gnc:make-counter-option
  • gnc:make-currency-option
  • gnc:make-date-format-option
  • gnc:make-font-option
  • gnc:make-internal-option
  • gnc:make-invoice-option
  • gnc:make-list-option
  • gnc:make-multichoice-callback-option
  • gnc:make-multichoice-option
  • gnc:make-number-plot-size-option
  • gnc:make-number-range-option
  • gnc:make-owner-option
  • gnc:make-pixmap-option
  • gnc:make-query-option
  • gnc:make-radiobutton-option
  • gnc:make-simple-boolean-option
  • gnc:make-string-option
  • gnc:make-taxtable-option
  • gnc:make-text-option
  • gnc:option-set-default-value
  • gnc:option-set-value
  • gnc:option-setter
  • gnc:option-value
  • gnc:register-option
  • The invoice option to gnc:register-report-create-internal

Report and Book Options

  • This major change will affect everyone who has written custom reports in Guile Scheme.
  • The report and book options code has been completely rewritten in C++ with SWIG providing Guile Scheme access for reports. The new design requires directly registering options with for example gnc-optiondb-register-string-option instead of calling gnc:make-string-option to create an option followed by gnc:register-option to insert it in the report's options.
  • Value access is also changed: Instead of retrieving an option and then querying or setting its value with gnc:option-value one will query the optiondb with gnc-option-value, the arguments to which are the optiondb, the section, and the option name.
  • Supporting the new options backend the options dialog code in gnc-dialog-options, gnc-business-options, and the new gnc-option-gtk-ui have also been rewritten in C++.

Online Price Retrieval

  • As noted under New Features the interface to Finance::Quote has been completely rewritten in C++ with much of the behavior previously coded in external perl scripts moved into GnuCash proper. This permits much better access to Finance::Quotes's facilities and in particular should provide much richer error reporting.

Stability Improvements

  • There are hundreds of small changes to prevent memory leaks, reduce unnecessary memory allocations, and fix compiler and static analyzer warnings.
  • Use of deprecated API in C/C++ is now an error (with 3 exceptions), including for the minimum required version of GLib and Gtk.
  • Extensive changes to the CSV importer, resolving most known bugs.
  • Remove all unused variables and made an unused variable a compile error.
  • Move all extern "C" declarations into the respective header files and remove extern "C" wrappers around #include statements.
  • Separate the scheme financial functions into a separate module so that all other scheme code can be banished from libgnucash to bindings.

Modernization

  • The menus and toolbars now use the GAction and GActionGroup actuation functions, replacing the deprecated GtkAction and GtkActionGroup APIs.
  • The experimental Register2 implementation is removed, as is the never-used Jalali calendar code and partly-written option code for creating a book currency.

New and Updated Translations: Chinese (Simplified), Croatian, Czech, English (Australia), English (New Zealand), English (United Kingdom), Hungarian, Japanese, Macedonian, Polish, Portuguese, Portuguese (Brazil), Russian, Spanish, Swedish, Ukrainian

Known Problems

Complete list of all open bugs.

.

Documentation

Concurrent with the release of GnuCash 5.0 we're pleased to also release a new version of the companion Manual and Tutorial and Concepts Guide

Note that the document formerly titled Help is now the Manual

The installation of the documentation has changed to match the XDG-Documentation recommendations so that recent releases of Gnome Desktop's Yelp can find it.

Getting GnuCash for Windows and MacOS

GnuCash is provided for both Microsoft Windows 8.1® and later and MacOS 10.13 (High Sierra)® and later in pre-built, all-in-one packages. An installer is provided for Microsoft Windows® while the MacOS® package is a disk image containing a drag-and-drop application bundle.

The SHA256 Hashes for the downloadable files are:

  • cfc13bab31aed8e4962805ef56530f9772889604910b5678cb5c79c283138824  gnucash-5.0.tar.bz2
  • 66dd5e32829cb6d8dd9a7e017a894583c7579932d13c4fe024329d9c6cfe956d  gnucash-5.0.tar.gz
  • e9d30e36163a7f047daf2523ac35bf2218d2e661bcfc7f279d57d4d396caa33d  gnucash-5.0.setup.exe
  • c8ea60b2ccbeab5f6997a927939a0fad715fbbe494644e586c6c386bfec6857a  Gnucash-Intel-5.0-1.dmg
  • 02a1d6d0d8c61aae47b1200af482967ed16322a41f31dd8cf3a6679e7159edb1  gnucash-docs-5.0.tar.gz

GnuCash is now available as a flatpak from Flathub.org. Instructions for installing and running.

Getting GnuCash as source code

If you want to compile GnuCash 5.0 for yourself, the source code can be downloaded from:

To compile GnuCash from the source code by yourself, you will need at least Gtk+ 3.22.29, Guile 2.0, Boost 1.67, WebKitGtk 2.4, GoogleTest 1.8.0, cmake 3.10 and SWIG 2.0.12. Please consult the README.dependencies file in the sources for the exact list of dependencies and versions.

Getting the documentation

The documentation is available at Documentation page of the GnuCash website. The 5.0 documentation can be found under "GnuCash v5 (current stable release)" in multiple languages both for reading online and for download in pdf, epub, and mobi formats. The documentation is also included in the MacOS and Windows application bundles.

If you want to compile the GnuCash Documentation 5.0 for yourself, the source code can be downloaded from:

About the Program

GnuCash is a free, open source accounting program released under the GNU General Public License (GPL) and available for GNU/Linux, *BSD, Solaris, MacOS, and Microsoft Windows. Programming on GnuCash began in 1997, and its first stable release was in 1998.

GnuCash 4.904 Released

The GnuCash development team announces GnuCash 4.904, the fifth unstable release leading to GnuCash 5.0.

This is an unstable release for testing purposes. Do not use it with production data! Make a copy of your book to test this release.

New Features

  • A new Stock Transaction Assistant to guide you through entering most investment transactions for stocks, bonds, and mutual funds. You can access it from Actions>Stock Assistant when you have the Accounts page ora Stock or Fund account register open.
  • A new Investment Lots report showing a graph of capital gains and losses in a period by investment lot. Note that if you don't use the View Lots dialog to manage capital gains and losses this report won't have anything to show you. Use Reports>Assets & Liabilities>Investment Lots to see the report.
  • The Online Quotes facility has been completely rewritten and the old gnc-fq-check, gnc-fq-dump, and gnc-fq-helper programs have been replaced with finance-quote-wrapper. The functions performed by those programs may now be accomplished by passing commands to gnucash-cli -Q, see gnucash-cli --help for specifics. The perl module requirements have changed with the rewrite: The new version doesn't need Date::Manip but needs JSON::Parse instead. gnc-fq-update has been, er, updated to reflect that.
  • A new tab on the New/Edit Account dialog called More Properties includes entries to set a high and low limit on an account. That's coupled to a new column that's available on the Accounts Page, Balance Limit. If you set a high or low limit and the account balance falls above or below the respective limit an indicator will be shown in the Balance Limit column.
  • The description field quickfill in the register now displays a drop-down list of possible completions instead of just one inline completion.
  • File import menu items for the MT940, MT942, and DTAUS formats is replaced with a single Import from AQBanking that supports importing any file format supported by AQBanking, including the frequently requested CAMT.
  • The report generated by the Print Invoice button on the Edit Invoice tab can now be configured as a book option at the bottom of the Business tab; this permits selecting a saved configuration of one of the standard invoice reports. Another option enables a delay, during which a dialog box will appear enabling the user to select a different report.

    Note: When saving a configuration make sure that the invoice number is not set or you'll get that particular invoice instead of the one that you pressed the button for.

Between 4.903 and 4.904, the following bugfixes were accomplished:

The following fixes will also appear in GnuCash 4.14:
The following fixes are in 4.904 only and will not appear in GnuCash 4.14:

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

  • Fix quotes codecvt to wchar_t error on Windows.
  • Budget totals for one period would be wrong when increasing the number of periods.
  • Change the handling of accelerator maps. Gtk no longer supports changing these from the menus and the save no longer writes out the accelerators that have their default values, so to assist users editing them we have generated default ones that we include with GnuCash and have disabled saving when quitting GnuCash. At startup GnuCash will check for the presence of the file accelerator-map in GNC_CONFIG_HOME and if it's not found will copy in the default one.
  • Properly parse plus signs while importing numbers in a CSV file.
  • Fix CSV price import file loading.
  • CsvImport - actually do as the warning indicates: If an invalid column is found in a preset, replace it with a NONE column, rather than not inserting a column at all.

New and Updated Translations: Chinese (Simplified), Croatian, Hungarian, Japanese, Portuguese, Portuguese (Brazil), Spanish, Swedish

Help translate GnuCash on Weblate.

Translators note that there is a new project Program-beta on weblate for this unstable branch. Having twice the strings causes us to exceed the free account limit, but Weblate has so far just warned us about it. If we need to change the branch we'll announce it on gnucash-devel.

Known Problems

Complete list of all open bugs.

Documentation

There were no Documentation changes.

Getting GnuCash for Windows and MacOS

GnuCash is provided for both Microsoft Windows 8.1® and later and MacOS 10.13 (High Sierra)® and later in pre-built, all-in-one packages. An installer is provided for Microsoft Windows® while the MacOS® package is a disk image containing a drag-and-drop application bundle.

GnuCash is also available as a flatpak from Flathub.org. Instructions for installing and running.

The SHA256 Hashes for the downloadable files are:

  • 72f9c2141bfe1d313f799ccb2390744c68385a1c28e1a52ba64afab3421823b0  gnucash-4.904.tar.bz2
  • 4adf7e3673fe41202a61d91d6e52e9ab94badc88ff05406e55f91d21c366fd31  gnucash-4.904.tar.gz
  • 008b934eeb357f49cfb062974b869a16c46ca02f41d6e553f5844e2ea4711ad7  gnucash-4.904.setup.exe
  • cb66c9db5a47197a54813d438402d94df070b055edf63bb1ac9eae125295eb5b  Gnucash-Intel-4.904-1.dmg
  • 3d45084b6f191cd093a64c2186ac05083f95d718d2adb1c6690abf0e5a59736b  gnucash-docs-4.903.tar.gz

Getting GnuCash as source code

If you want to compile GnuCash 4.904 for yourself, the source code can be downloaded from:

To compile GnuCash from the source code by yourself, you will need at least Gtk+ 3.22.29, Guile 2.0, Boost 1.67, WebKitGtk 2.4, GoogleTest 1.8.0, cmake 3.10 and SWIG 2.0.12. Please consult the README.dependencies file in the sources for the exact list of dependencies and versions.

Getting the documentation

Note that the documentation for unstable releases is not on the GnuCash website. It is built daily and may be found on the development server under the locale directory; "C" is English, "de" is German, and so on.

The documentation is included in the MacOS and Windows application bundles.

If you want to compile the GnuCash Documentation 4.904 for yourself, the source code can be downloaded from:

About the Program

GnuCash is a free, open source accounting program released under the GNU General Public License (GPL) and available for GNU/Linux, *BSD, Solaris, MacOS, and Microsoft Windows. Programming on GnuCash began in 1997, and its first stable release was in 1998.

GnuCash 4.903 Released

The GnuCash development team announces GnuCash 4.903, the fourth unstable release leading to GnuCash 5.0.

This is an unstable release for testing purposes. Do not use it with production data! Make a copy of your book to test this release.

New Features

  • A new Stock Transaction Assistant to guide you through entering most investment transactions for stocks, bonds, and mutual funds. You can access it from Actions>Stock Assistant when you have the Accounts page ora Stock or Fund account register open.
  • A new Investment Lots report showing a graph of capital gains and losses in a period by investment lot. Note that if you don't use the View Lots dialog to manage capital gains and losses this report won't have anything to show you. Use Reports>Assets & Liabilities>Investment Lots to see the report.
  • The Online Quotes facility has been completely rewritten and the old gnc-fq-check, gnc-fq-dump, and gnc-fq-helper programs have been replaced with finance-quote-wrapper. The functions performed by those programs may now be accomplished by passing commands to gnucash-cli -Q, see gnucash-cli --help for specifics. The perl module requirements have changed with the rewrite: The new version doesn't need Date::Manip but needs JSON::Parse instead. gnc-fq-update has been, er, updated to reflect that.
  • A new tab on the New/Edit Account dialog called More Properties includes entries to set a high and low limit on an account. That's coupled to a new column that's available on the Accounts Page, Balance Limit. If you set a high or low limit and the account balance falls above or below the respective limit an indicator will be shown in the Balance Limit column.
  • The description field quickfill in the register now displays a drop-down list of possible completions instead of just one inline completion.
  • File import menu items for the MT940, MT942, and DTAUS formats is replaced with a single Import from AQBanking that supports importing any file format supported by AQBanking, including the frequently requested CAMT.
  • The report generated by the Print Invoice button on the Edit Invoice tab can now be configured as a book option at the bottom of the Business tab; this permits selecting a saved configuration of one of the standard invoice reports. Another option enables a delay, during which a dialog box will appear enabling the user to select a different report.

    Note: When saving a configuration make sure that the invoice number is not set or you'll get that particular invoice instead of the one that you pressed the button for.

Between 4.902 and 4.903, the following bugfixes were accomplished:

The following fixes will also appear in GnuCash 4.14:

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

  • Add JSON::Parse to gnc-fq-update.
  • Guard against some possible null pointer dereferences
  • Change the reconcile window toolbar icon for 'Other the Account' to 'gnc-jumpto'
  • Change toolbar 'Blank' icon for invoice page to match register
  • Change the short cut from CTRL+Page_Down to CTRL+b and change the toolbar icon to 'go-jump'.
  • Remove -Wno-pointer-sign, adding the necessary casts in gnc-gwen-guic.c
  • Remove -Wno-error=parentheses, added for gcc 8.0 and gtk 3.14
  • Remove redundant uses of cmake -E env
  • [c++options] Save an empty SCM string for nil or empty option values. Avoids crash at reload due to unknown variable.
  • [c++options]Really fix the gnc_option_db_lookup_string_value leak

New and Updated Translations: Chinese (Simplified), Croatian, English (Australia), English (New Zealand), English (United Kingdom), Hungarian, Macedonian, Polish, Portuguese, Russian, Ukrainian

Help translate GnuCash on Weblate.

Translators note that there is a new project Program-beta on weblate for this unstable branch. Having twice the strings causes us to exceed the free account limit, but Weblate has so far just warned us about it. If we need to change the branch we'll announce it on gnucash-devel.

Known Problems

Complete list of all open bugs.

Documentation

Concurrent with the release of GnuCash 4.900 we're pleased to also release a new version of the companion Manual and Tutorial and Concepts Guide

  • Document Import using AQBanking.
  • Document the new Stock Transaction Assistant.
  • Add JSON::Parse module to finance-quote requirements.

    finance-quote-wrapper uses it to parse Finance-Quote's output.

  • Update sample & custom reports
  • Update for sample-report
  • Only use localized &url-docs-*; entities
  • Simplify screenshot declarations
  • Add documentation for new Investment Lots report

    Add screenshots, links, etc more cleanup, add missing images cleanup documentation

  • Guide:C: Replace several wrong usages off "Help"

    Protocol "help:" Link type "Help"—both are only under Linux available Document reference should be "Manual"

Getting GnuCash for Windows and MacOS

GnuCash is provided for both Microsoft Windows 8.1® and later and MacOS 10.13 (High Sierra)® and later in pre-built, all-in-one packages. An installer is provided for Microsoft Windows® while the MacOS® package is a disk image containing a drag-and-drop application bundle.

GnuCash is also available as a flatpak from Flathub.org. Instructions for installing and running.

The SHA256 Hashes for the downloadable files are:

  • 89986a98afd1885b126529ed98bc614a65efa0cf58dc37f616ab178d9aa95157  gnucash-4.903.tar.bz2
  • c4060a1d6412586ea7bbad50a7e06bb81e4718f71d528bfa9f643e82977aa109  gnucash-4.903.tar.gz
  • 9832069131c01e694f579f5f4459f6adb888567e8b33fd95c8911991f9960cb0  gnucash-4.903.setup.exe
  • 82120b26c79a4c0c7a73aeab3115d2d70688fbc41c7cc0a3214d7ef700a1bf62  Gnucash-Intel-4.903-1.dmg
  • 3d45084b6f191cd093a64c2186ac05083f95d718d2adb1c6690abf0e5a59736b  gnucash-docs-4.900.tar.gz

Getting GnuCash as source code

If you want to compile GnuCash 4.903 for yourself, the source code can be downloaded from:

To compile GnuCash from the source code by yourself, you will need at least Gtk+ 3.22.29, Guile 2.0, Boost 1.67, WebKitGtk 2.4, GoogleTest 1.8.0, cmake 3.10 and SWIG 2.0.12. Please consult the README.dependencies file in the sources for the exact list of dependencies and versions.

Getting the documentation

Note that the documentation for unstable releases is not on the GnuCash website. It is built daily and may be found on the development server under the locale directory; "C" is English, "de" is German, and so on.

The documentation is included in the MacOS and Windows application bundles.

If you want to compile the GnuCash Documentation 4.903 for yourself, the source code can be downloaded from:

About the Program

GnuCash is a free, open source accounting program released under the GNU General Public License (GPL) and available for GNU/Linux, *BSD, Solaris, MacOS, and Microsoft Windows. Programming on GnuCash began in 1997, and its first stable release was in 1998.

GnuCash 4.902 Released

The GnuCash development team announces GnuCash 4.902, the third unstable release leading to GnuCash 5.0.

This is an unstable release for testing purposes. Do not use it with production data! Make a copy of your book to test this release.

New Features

  • A new Stock Transaction Assistant to guide you through entering most investment transactions for stocks, bonds, and mutual funds. You can access it from Actions>Stock Assistant when you have the Accounts page ora Stock or Fund account register open.
  • A new Investment Lots report showing a graph of capital gains and losses in a period by investment lot. Note that if you don't use the View Lots dialog to manage capital gains and losses this report won't have anything to show you. Use Reports>Assets & Liabilities>Investment Lots to see the report.
  • A new tab on the New/Edit Account dialog called More Properties includes entries to set a high and low limit on an account. That's coupled to a new column that's available on the Accounts Page, Balance Limit. If you set a high or low limit and the account balance falls above or below the respective limit an indicator will be shown in the Balance Limit column.
  • The description field quickfill in the register now displays a drop-down list of possible completions instead of just one inline completion.
  • File import menu items for the MT940, MT942, and DTAUS formats is replaced with a single Import from AQBanking that supports importing any file format supported by AQBanking, including the frequently requested CAMT.
  • The report generated by the Print Invoice button on the Edit Invoice tab can now be configured as a book option at teh bottom of the Business tab; this permits selecting a saved configuration of one of the standard invoice reports. Another option enables a delay, during which a dialog box will appear enabling the user to select a different report.

    Note: When saving a configuration make sure that the invoice number is not set or you'll get that particular invoice instead of the one that you pressed the button for.

Between 4.901 and 4.902, the following bugfixes were accomplished:

The following fixes will also appear in GnuCash 4.14:
The following additional bug fixes are in unstable only:

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

  • Always use the Company Name from book options in reports, removing the Company Name report option.
  • Fix the register sheet being insensitive when in reverse order
  • Allow C decls after statements.

    Legal since C99.

  • Make the scheme tests fail immediately if they load an external gnucash file.
  • [c++options] Restore the ability to set plot sizes in pixels.
  • [c++ options] Restore forward & backward compatibility, fix crash.
  • CsvTokenizer - add additional test case for escaped quotes

    It simulates the case where csv fields are fully quoted and an escaped quote ("") is found in some field. This case is handled correctly, adding the test to guard this in potential future modifications.

  • [dialog-employee] toggle sensitivity instead of visibility of GncAccountSel
  • [eguile-utilities.scm] remove fmtnumber

    deprecated in maint.

  • Sort the gnc tree view column menu
  • Delete action on account page not disabled on edits.
  • L10N:DE:Updating accounts from 0001 to 8000 DATEV-SKR04 2022-01-01
  • GSettings migration: Ensure that the current version is set on a new GnuCash installation and that migrations applicable to versions of GnuCash later than the current one do not run.
  • Turn on -Wunused
  • Rename Hellow World report to Sample Report.
  • Generic Importer - allow user to modify exchange rates for unbalanced transactions.
  • Make logging accessible from python modules
  • Allow C declarations after statements

    Good for declaring variables at point of use

New and Updated Translations: Czech, Hungarian

Help translate GnuCash on Weblate.

Translators note that there is a new project Program-beta on weblate for this unstable branch. Having twice the strings causes us to exceed the free account limit, but Weblate has so far just warned us about it. If we need to change the branch we'll announce it on gnucash-devel.

Known Problems

Complete list of all open bugs.

Documentation

There have been no documentation changes since 4.900 so continue to use that release.

Getting GnuCash for Windows and MacOS

GnuCash is provided for both Microsoft Windows 8.1® and later and MacOS 10.13 (High Sierra)® and later in pre-built, all-in-one packages. An installer is provided for Microsoft Windows® while the MacOS® package is a disk image containing a drag-and-drop application bundle.

GnuCash is also available as a flatpak from Flathub.org. Instructions for installing and running.

The SHA256 Hashes for the downloadable files are:

  • 424e477ef82a171dfe74db14433d6ff73002fa659619f325730041b1d15e7b4e  gnucash-4.902.tar.bz2
  • c5da520e4afe3fc89c220fec3147edfd283f83954962b944e79e077b23fe2e1e  gnucash-4.902.tar.gz
  • 290144cad57d73fc135c63f16f20ecf274500edc92d027d6438de98459760996  gnucash-4.902.setup.exe
  • 340b6eecf12c74670621cd94861ea2e6780f809d2e42fd11ffe971604fe18d57  Gnucash-Intel-4.902-1.dmg
  • c81a99d8e9ae287abad1a38f93fdac1a66e27f4f24aed85b25259df30bd1db83  gnucash-docs-4.900.tar.gz

Getting GnuCash as source code

If you want to compile GnuCash 4.902 for yourself, the source code can be downloaded from:

To compile GnuCash from the source code by yourself, you will need at least Gtk+ 3.22.29, Guile 2.0, Boost 1.67, WebKitGtk 2.4, GoogleTest 1.8.0, cmake 3.10 and SWIG 2.0.12. Please consult the README.dependencies file in the sources for the exact list of dependencies and versions.

Getting the documentation

Note that the documentation for unstable releases is not on the GnuCash website. It is built daily and may be found on the development server under the locale directory; "C" is English, "de" is German, and so on.

The documentation is included in the MacOS and Windows application bundles.

If you want to compile the GnuCash Documentation 4.902 for yourself, the source code can be downloaded from:

About the Program

GnuCash is a free, open source accounting program released under the GNU General Public License (GPL) and available for GNU/Linux, *BSD, Solaris, MacOS, and Microsoft Windows. Programming on GnuCash began in 1997, and its first stable release was in 1998.

過去のアナウンスを読むためには ここ をクリックしてください。
HTML5 Powered with CSS3 / Styling, and Semantics

Copyright © 2001–2024 The GnuCash Project

サーバーおよび電子メールの不具合に関する連絡先: irc://irc.gimp.net/gnucash

翻訳の問題に関する連絡先: gnucash-devel@gnucash.org