GnuCash 歷史舊版本 Page35

最新版本 Prepros 7.17.0

GnuCash 歷史版本列表

GnuCash 是個人和小企業的財務會計軟件,GNU GPL 免費授權,可用於 GNU / Linux,BSD,Solaris,Mac OS X 和 Microsoft Windows.6235896 設計易於使用,但功能強大而靈活,GnuCash 允許你跟踪銀行賬戶,股票,收入和支出。作為支票簿的快速和直觀的使用,它是基於專業的會計原則,以確保平衡的書籍和準確的報告。GnuCash 特點: 複式... GnuCash 軟體介紹


GnuCash 2.7.0 查看版本資訊

更新時間:2017-10-21
更新細節:

What's new in this version:

For Users:
- The headline item for this release is that GnuCash now uses the Gtk+-3.0 Toolkit and the WebKit2Gtk API. This change was forced on us by some major Linux distributions dropping support for the WebKit1 API. Unfortunately the Webkit project doesn't support Microsoft Windows with the newer API so that platform will continue to use the WebKit1 API, though with Gtk3. We've selected Gtk+-3.14.0 as the minimum version because it fully supports CSS theming
- There's a new CSV importer largely rewritten in C++, adding new features including the ability to re-import CSV files exported from GnuCash
- Data file directories are now located appropriately to the operating system's conventions by default. It's still possible to overried with the environment variable GNC_DOC_PATH, which replaces GNC_DOT_DIR in earlier versions of GnuCash
- Accounts in the Bayes import map are now linked by GUID instead of names so that the matcher won't have to be retrained if you rename an account. This will make your file unreadable by previous versions of gnucash. There's a new editor to remove outdated or incorrect match data from the import maps, a new user interfacs for managing files associated with transactions, an improved facility for removing old prices from the price database, and a way to remove deleted files from the history list in the file menu
- Numerics are rewritten to allow for more significant digits. The old 6-digit-maximum fraction will be a 9-digit maximum by 2.8. there is still some cleanup required before the limit can actually change
- New Income GST Report and some improvements to the Transaction report
- Chart Reports appearance is improved

For Developers:
- The code is reorganized into a core library directory, libgnucash, and applications-specific directory, gnucash. Code lifted from other projects is in borrowed
- Several parts of the engine and the SQL backend are rewritten in C++, an effort that will continue in the next development cycle. KVP is now private to libgncmod-engine. Object properties stored using KVP are generally accessible using g_object_get and g_object_set; there is also a more direct access available via qof_instance_get and qof_instance_set
- KVP and GUID are reimplemnted in C++ using boost::variant and boost::UUID respectively (Aaron Laws)
- The date implementation is migrated to boost::date-time, replacing a Glib GDateTime implementation. This makes the earliest date recordable 1 January 1400CE instead of 1 January 1CE
- Distribution tarballs can now be built with CMake as well as Autotools
- The CuteCash front end has been removed. The code we need from GOffice has been brought into the GnuCash code base so GOffice is no longer a dependency
- A new Russian translation of the Guide has been started by Dmitriy Mandel
- There will be no unstable documentation release at this time

Known problems:
- On Microsoft Windows starting the AQBanking Setup Wizard crashes GnuCash
- test-import-bayes built with autotools intermittently fails at line 381, where the returned value is 1 instead of the expected 6

GnuCash 2.6.18 查看版本資訊

更新時間:2017-09-24
更新細節:

更新時間:2017-08-15
更新細節:

What's new in this version:

- Added Ryzen and Skylake-X support

GnuCash 2.6.17 查看版本資訊

更新時間:2017-07-03
更新細節:

What's new in this version:

- Prevent changing some Account Options if it has transactions Relax the account type change restrictions. In the new implementation account types can't be changed for an account with splits: if the change woud force a commodity change e.g. from type STOCK to BANK as the former takes only non-currency commodities and the latter only currency or for immutable accounts
- At the time of this commit the following account types are considered immutable: Accounts Receivable, Accounts Payable, Trading accounts
- Foreign currency reports, amounts are not aligned correctly Improve the styling of the table element used for foreign currencies in the Balance sheet report so they end up aligned with the other currencies.
- link in github repo README file needs correction/editing
- Split-register transactions result in invalid price:type "transaction" Add 'transaction' to the schema and document it in gnc-pricedb.h.
- Online Banking Wizard Crashes for Windows (gnucash-on-windows)
- Alert on missing account currency when opening account Also separate translatable commodity namespace strings from those used in storage: There is now a separate GNC_COMMODITY_NS_ISO_GUI label to be used everywhere the user needs to read 'Currency namespace'. It's currently set to 'Currencies' and can be translated.
- Transactions produced by Transfer Funds or Process Payment dialogs sort to beginning of day and do not honor NUM field for custom sorting.
- Stock Split Assistant crashes GnuCash if you enter a New Price and that already exists in the Price DB
- gnucash-2.6.16 segfaults on startup
- typo in 'import customers or vendors from text file' dialog

GnuCash 2.6.16 查看版本資訊

更新時間:2017-03-27
更新細節:

What's new in this version:

Fixed:
- Calendar Pop up disappears of the left side
- Prevent changing some Account Options if it has transactions
- Future Value not working with Loan Scheduled transaction
- Matching imported transactions doesn't indicate previously matched entries
- Tiny reports in HiDPI (workaround)
- gui dialog for sorting transactions to accounts after aqbanking import broken
- Bad invoices from importing "posted" needing currency conversion Only auto-post if the posted_to account name is valid, there's no currency conversion, or the invoice customer's currency matches the A/R account currency. Tell the user what happened with a dialog
- Select Security Dialog Not User Friendly: Add a new namespace “ALL NON-CURRENCY” to the namespace (type) selector lists on the security picker and price editor which causes the commodity list to include all non-security commodities
- PriceEditor thinks Currency XXX is an actual currency and tries to retrieve prices for it
- Gross value of bills charged back instead of net value
- Wrong menu entry in Tip of the day
- Trial Balance Report: Total Debits Issue re $0 Commodity Accounts and Price Source Mode Set to "Nearest in Time" or "Most Recent"
- Creating a scheduled transaction from an existing transaction does not include the notes field
- Scheduling 2nd, 3rd or 4th Wed doesn't seem to work
- Transactions rounded to 5 decimal places when opening file
- jqplot fixes for piechart and syntax error
- Reports with charts are flickering in certain circumstances
- Accounts implicitly created in ledger attempt creation twice
- Use "Billing Information" as in other biz modules
- Update local symbol for MUR
- Online banking: Add output of bank messages that might occasionally be received
- Allow only date entry for opening balances on new accounts
- Enable taxinvoice to show net price: Add gncEntryGetNetPrice. Create an option in taxinvoice to either use gncEntryGetNetPrice or gncEntryGetPrice
- Make SQL full-DB sync safer and clean up automatically if it's interrupted by a system or network failure
- Extend account color to all columns in the account hierarchy page
- Localize the word “CURRENCY” used in the commodity namespace selectors
- Translation Updates: Catalan, Dutch, Finnish, German, Portuguese, Russian, Serbian

VASSAL Engine 3.2.17 查看版本資訊

更新時間:2016-12-31
更新細節:

GnuCash 2.6.15 查看版本資訊

更新時間:2016-12-18
更新細節:

What's new in this version:

Between 2.6.14 and 2.6.15, the following bugfixes were accomplished:
- Default price source for reports not good.
- Scheduled trasaction calendar popup off screen
- Crashes on non-existent date
- Australian (GMT-10) OFX transactions imported have previous day's date
- Sign of Value in Lots in Account window seems inconsistent
- Set Invoice/Bill items date correctly from imported CSV
- Build fails because test test-report-utilities is sensitive to time of day/timezone
- Invalid DOCTYPE in report generation
- Replace use of guile's internal date/time functions
- Date off-by-one after DST change
- Segfault on Transaction edit
- Export Report Crash
- FTBFS under some timezones (eg. GMT-14)
- "Average cost" price source problem
- Confusing error message which includes the text "file file"
- Importing QIF file from PayPal crashes GnuCash 2.6.14 on Windows XP service pack 3
- Tips of the Day shows content only once very 3 times

Some other fixes not associated with reported bugs:
- Fix report html header
- Changed the default value for date format in Business Options
- Change report resizing when not in view
- Add an image for the report tab
- Show empty business splits in lot viewer
- Business check & repair - correct lot invoice state
- When juggling business splits while scrubbing set both value and amount
- Update progress bar while running Check & Repair
- Remove lot from account while deleting the lot
- Ensure that the Namespace combo box is initialized to a valid iter
- Fix CSV importer to handle GMT + 13 Timezone (New Zealand Daylight
- Fix broken german account template 'Kontenrahmen für Wohnungswirtschaft'.Time)
- Translation Updates: Dutch, German, Serbian

GnuCash 2.6.14 查看版本資訊

更新時間:2016-09-19
更新細節:

What's new in this version:

Between 2.6.13 and 2.6.14, the following bugfixes were accomplished:
- RFE: Ability to select and open multiple invoices.
- Ambiguous view of buttons in search dialog Linux version.
- SQL backend doesn't update customer info.
- CSV data with Posted information will always have last invoice not posted
- Crash opening associated location that has no scheme.
- [PATCH] Fix saving Account Treeview sort order.
- Investments: Lots in This Account, Closed column shows date 25/11/1833 instead of Open.
- Zero interest loan formula fails.
- compiling issue with libdbi.
- 'Reverse Order' in 'View'->'Sort by' is not saved.
- gnc-fq-dump incorrectly says "quote cannot be used...
- cppcheck va_list not closed.
- Incorrect commodity match during import OFX and possible solution.
- Set Invoice/Bill items date correctly from imported CSV.
- GnuCash doesn't support Russian Ruble Symbol.

Some other fixes not associated with reported bugs:
- Build improvements with CMake, accomodation for Guile-2.0.12 on Gentoo.
- Change the date_posted timestamp from midnight local to 11:00 AM GMT, which will be the same date in nearly all timezones.
- SX - Recalculate all occurrences of all SX if the calendar is updated to start on another month
- SX Window: correctly show first sx on calendar when it is moved to next weekday.
- Work around libofx bug which caused OFX imports to have the wrong date_posted when in an eastern-hemisphere timezone and not daylight time.
- Indicate in the register when a transaction has an associated file or URI. The indicator will appear in the "reconciled" column in the second transaction line (enable double-line view to see it).

GnuCash 2.6.13 查看版本資訊

更新時間:2016-06-29
更新細節:

What's new in this version:

Between 2.6.12 and 2.6.13, the following bugfixes were accomplished:
- Optionally allow customer and vendor address info to display.
- Expense Voucher adds tax automatically.
- Crash after opening money transfer dialog twice.
- File "Save As" to an existing file...overwrites without warning.
- Transfer made to placeholder account.
- saved-reports-2.4-backup line endings unconventional.
- Crash starting gnu cash.
- The budget reports missing in Hungarian edition
- crash on manual addition of price entry in Price Editor.
- Three-up printing does not position the third check properly. A few bugs in the calculation of check positions while printing checks have been corrected. If you manually edited the check formats to compensate for these positioning errors in previous versions of gnucash, you may have to undo these changes. Please check this before printing your next check.
- Minimal fraction of BYN should be 1/100.
- gnucash-make-guids fails to run due to hardcoded paths.
- Some UTC timezones incorrectly recognized on Windows 7

Some other fixes not associated with reported bugs:
- The gnc_gui_refresh_all statement in gnc_book_options_dialog_apply_cb causes the 'apply' and 'OK' buttons to be set to sensitive on the open Book Options dialog in some circumstances; this commit causes them to be reset to insensitive, as they should be.
- Check printing: make logic easier to follow.
- Fix adjust_sql_option_string test on Windows.
- Don't try to compile test_adjust_sql_options on windows, it won't link.
- Fix the CMake build by linking gnc-backend-dbi for test-backend-dbi.
- Improved adjust_sql_options_string, added tests.
- Improve quickfill performance on huge registers.
- Mac Localization: Prefer the country to the language for fall-back locales, on the theory that in countries where multiple languages are in use similar date and number formats will apply regardless of language, and especially that the default currency will be the same regardless of language. Also ensure that the specified language is in the list passed to gettext; the net effect of which is that the user will effectively get the requested localization behavior.
- Update README to refer to wiki Submitting_Patches and regarding pull request policy.
- Translation Updates: Dutch, Russian, Serbian
- Standard Chart-of-Accounts Localizations Updates: Finnish, Sweden_Finnish, and Åland Islands Finnish.

Concurrent with the release of Gnucash 2.6.13 we're pleased to also release a new version 2.6.13 of the companion Help and Tutorial and Concepts Guide:
- Fix the very stale Release Schedule link in the Guide.
- Document Payable/Receivable Aging Rpts and new options for allowing customer and vendor address info to display.
- Fix unclear statement re docbook stylesheets in README.
- Clarify Account type designations in the Tutorial.
- Explain how to use Find Transaction to report per-employee.
- Fix order of Report menu items.
- Update Report menu item names to Save Report Configuration.
- Document Investment Return of Capital in the Guide.

VASSAL Engine 3.2.16 查看版本資訊

更新時間:2016-04-01
更新細節: