Up to [cvs.NetBSD.org] / pkgsrc / finance / gnucash
Request diff between arbitrary revisions
Keyword substitution: kv
Default branch: MAIN
gnucash: update to 5.7. Version history: ------- ------- 5.7 - 20 June 2024 The following bugs have been fixed: Bug 669031 - Save the Scheduled Transactions number of months Bug 669035 - Save the Scheduled Transaction divider position Bug 798822 - Move to blank transaction Bug 799047 - AutoComplete Only Considers Visible Transactions Bug 799258 - Reports calculating net worth incorrectly after stock split Bug 799262 - Failed import QIF investment Bug 799264 - option account selector fails to include appropriate hidden accounts. Bug 799268 - Cannot write a check over $1000 Bug 799272 - Crashes when pasting a copied transaction Bug 799279 - Import Matcher (CSV) does not compute correctly the share amount based on security price Bug 799281 - Deleting a transaction may trigger a crash Bug 799290 - Invoice register context menu issue Bug 799298 - Shortcut Ctrl-G does not work in the General Journal register for the default date value Bug 799300 - Nullpointer exception in gnc_quote_source_s Bug 799305 - Crash when there is more than one unknown quote source for commodities Bug 799309 - Import Multi-split CSV can duplicate 'Notes' field from one transaction to next Bug 799320 - GNUCash Immediately Exits on Startup Bug 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 dialog Bug 799339 - RFE: Add Document Link for Payments to Owner Report Other repairs or enhancements not marked as bugs: New Report: Exprimental>Transaction Breakdown Report Retrieves 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 calendar Updated the Quote Sources list in the Security Editor to match F::Q v1.59 Import Matcher - select row if none is selected yet when right-clicking the list of matches Change 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 selection New 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's Rework version-info rules to allow building from github downloaded zip archives Remove account splits in reverse crono order, speeds up book shutdown. Move libgnucash/doc/xml to libgnucash/backend/xml/DTD Remove 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 engine Update doxygen.cfg file to more recent release Doxygen - Clean up obsolete files and comments. [gnc-ofx-import.cpp] show message while deduplicating download Replace 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 tests Convert more C files to C++ Fix more memory leaks and use-after-frees. [Transaction|Split.cpp] Remove Reg2 unused functions New and Updated Translations: Arabic, Croatian, Dutch, English (Australia), English (New Zealand), English (United Kingdom), French, German, Hebrew, Hungarian, Italian, Japanese, Macedonian, Norwegian Bokmål, Polish, Portuguese (Brazil), Slovak, Tamil, Turkish, Urdu
gnucash: update to 5.6. 5.6 - 31 March 2024 The following bugs have been fixed: 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 Other repairs or enhancements not marked as bugs: 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/yyyy and the display shows mm/dd/yyyy 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
gnucash: update to 5.3. 5.3 - 26 June 2023 The following bugs have been fixed: Bug 798967 - Cannot Save to Any Path After Upgrading to 5.2 Fix inverted if statement condition for save success flag Other repairs or enhancements not marked as bugs: 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: Hungarian, Dutch, Portuguese, French, Italian 5.2 - 25 June 2023 Between 5.1 and 5.2, the following bugfixes were accomplished: Bug 777472 - reconcile does not work if transaction selected Check that there's no outstanding activity in the current register page before starting a reconciliation. It is still possible to start modifying a transaction after the reconciliation window is open but this will stop the most common issue with the process. Starting a reconciliation from the account tree is left unprotected. Bug 798564 - GnuCash is slow when there are a lot of open tabs/registers Lazily load registers as is already done with reports. Bug 798597 - The word "Separators" needs two separate versions Use "Character-separated" when it's a choice between that and fixed field width and "Select Separator Character" when it's a heading. Bug 798695 - Deleting everything from the "Transfer" cell after suggestions pop-up restricts search to the first 30 accounts Skip the search on an empty value and return all accounts in the combo box as it normally does if the account list is opened without searching for something. Bug 798796 - Account list incomplete in report options Allow stock/fund accounts that are descendants of Bank accounts to be selected for the Advanced Portfolio, Investment Lots and Investment Portfolio reports. Bug 798809 - Multicolumn report error when reopened after saving. Bug 798839 - Edit -> Preferences string not translatable (reopened) Bug 798862 - Merge identical strings (reopened) Ensure similar strings are identical and use double line view instead of double line mode. Bug 798879 - RFE: [Transaction Report] add Running Total option Bug 798885 - Accented character in folder name on Account Export (reopened) Bug 798899 - Gnucash crashes during CSV import when using a template if the destination account is changed from one used in the template Bug 798901 - Wrong value for very small prices from Finance::Quote. Bug 798916 - Exchange rates fetched from openexchange off by factor of 10 Bug 798919 - Inconsistent signs in creating budget Bug 798923 - OFX import is no longer matching security nor asking for stock account. Bug 798930 - invoices won't sequence to the next number Bug 798948 - XML file corrupted by saving twice in extremely short period Bug 798952 - Unable to set day threshold or counters in properties. Bug 798960 - Transaction completion horizontal scrolling opens without the new text being visible and remembers previous position/width Bug 798966 - Uninitialised variable used in dialog-account-picker.c:dialog_response_cb() 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
gnucash: update to 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. 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.
gnucash: fix PLIST for python option
gnucash: update to 4.13. 4.13 - 18 December 2022 Between 4.12 and 4.13, the following bugfixes were accomplished: Bug 760274 - The Statusbar "forgets" when register doesn't have focus Bug 798545 - Crash when updating document link on vendor bill Bug 798614 - Croatia to join the Euro Bug 798629 - gnucash crashes attempting to import OFX file Bug 798633 - 4.12 build failure on 32-bit Linux: "No code for module" Bug 798640 - Segfault when running saved report Bug 798649 - Crash when closing Edit Style Sheets dialog while Style Sheet Properties dialog is still open. Bug 798653 - Schedule Calendar event description pop up window does not track mouse position Bug 798657 - Import Summary language is wrong Bug 798664 - Result of 'gnucash --nofile' is marked dirty Bug 798669 - Multicolumn Balance Sheet not printing exchange rates include equity accounts in the exchange rate commodities list. Bug 798672 - Preferences are not saved nor loaded, ERROR <GLib-GIO> g_settings_new_full: assertion 'schema != NULL' failed Bug 798680 - Not able to match a reverse transaction of a previously matched transaction. Bug 798681 - Previously imported investment income transactions may not be filtered. Bug 798694 - Cursor in the wrong place after pasting with auto-completion The following fixes and improvements were not associated with bug reports: Don't normalize text when pasting from the clipboard or appending descriptions or notes during imports. [register] Delay post-ime reset of the selection to works around bug 798587. [ofx import] Clean up importing investment transactions for smoother workflow and better UI behavior. [account-piecharts] drill-down piechart: tree-depth is at most 6 Fix numerous memory leaks. [ifrs-report] From Bug 798004 allow Cr cash to offset Dr fee and remove invalid "dividend reinvestment" during short. [gtest-qofevent.cpp] Add comprehensive tests for qofevent [test-qofbook] Test that gnc_features_test_unknown returns a suitable error message [test-qofbook.c] add test for gnc_features_set_unused [gnc-features.cpp] backport gnc_features_set_unused from master [qofbook.cpp] backport qof_book_unset_feature from master Move gnc-euro.[ch] to engine and unit test it. [test-qofbook] basic features test: Sets a feature and tests it's set. It's impossible to design a book with unknown features using the API. po/README: Remove relics from ancient context forms [test-ifrs-cost-basis] amend tests to accommodate extra column. [ifrs-cost-basis] compare register vs calculated capgain per transaction. Accomodate WebKit package version update to webkit2gtk-4.1. [assistant-stock-transaction] input positive capgains for Credit income account. Deprecations: qof_book_get_features New and Updated Translations: Chinese (Simplified), Croatian, English (Australia), English (New Zealand), English (United Kingdom), French, Hungarian, Indonesian, Japanese, Korean, Macedonian, Polish, Spanish, Urdu
gnucash: update to 4.12. Version history: ------- ------- 4.12 - 25 September 2022 Between 4.11 and 4.12, the following bugfixes were accomplished: Bug 794584 - Register not updated when scheduled transactions created Bug 798262 - Scheduled transactions with blank amounts do not get created. Bug 798385 - Description to often only "Landesbank Hessen-Thuringen Girozentrale" Prepend the Ulitimate Creditor or Ultimate Debtor to the transaction description. Bug 798565 - Import map editor: deletion of a map does not mark gnucash document as dirty Bug 798573 - Tab Width Behaviour Formerly when the notebook tabs on the left or right, the space used fluctuated depending on tab label width. This change sets the label width to the preference setting when the tabs are on the left or right but when top or bottom the width is set to the number of characters when shorter than the preference setting so they take up less room. Bug 798578 - MT940 imports broken - all transactions have date of first transaction Bug 798585 - segfault running sample script simple_business_create.py. Bug 798588 - sx scrubbing was using incorrect free function Bug 798590 - Transaction report: wrong type argument in position 1 Bug 798598 - Selecting a line in a Vendor Credit Note changes display of Subtotal cell to 0.00 Bug 798611 - Date changing when changing timezone by one hour When getting a date from the date editor anywhere in the program set the time to neutral time instead of the beginning of the day unless get_date_internal is called with GNC_DATE_EDIT_SHOW_TIME in which case the user-provided time is used. Bug 798616 - Can't register amount greater than 9,000,000,000 Because when loading the value the split in the xml backend doesn't yet have a parent so the code tried to convert to GNC_COMMODITY_MAX_FRACTION and if the numerator was larger than 10^10 that would overflow. To fix it this changes the "don't know" response in get_currency_denom and get_commodity_denom to GNC_DENOM_AUTO which will normally leave the denominator alone. The following fixes and improvements were not associated with bug reports: It is now possible to edit the description, notes, and memo fields of new transactions in the import matcher and to do so for multiple transactions. The option is accessed via a context menu on selected import lines. Show GnuCash's installation and configuration configuration paths in the About dialog. List the same from the command line with a --paths option. Add account hierarchy templates for locale es_AR Continued work on the Stock Transaction Assistant. If you want to try out this new way of recording your investment transactions start GnuCash with the --extra option. The stock assistant is available on the toolbar and from the Actions menu when a register for a STOCK or FUND account is focused. Replace the very obsolete ghelp: URI scheme with help: and install the documentation according to the XDG documentation spec on non-Mac Linux systems. This ensures that the Help menu documentation items work with Gnome 42 and later. Conforming to the XDG documentation spec, rename the root page of the Help manual to index from help. This has the happy side effect of removing some special-case code from the macOS documentation links. Standardize the top-level Equity and Assets account names in the French templates to "Capitaux propres" and "Actif" respectively. [gnc-ab-utils] concise string accumulator [gnc-glib-utils] gnc_g_list_stringjoin skips NULL data [ifrs-cost-basis] identify sale/purchase according to truth table instead of via flawed heuristics [ifrs-cost-basis] add options used as a report footer [lot-viewer] Show Open & Close dates only when they have a value. Fix use-after-free crash in gnc_set_busy_cursor. Create Swiss SMB account chart acctchrt_pme-19.gnucash-xea. [date-utilities] avoid report crash if start > end date [html-chart] add percent formatter for numbers for older javascript. [trial-balance] set default price-source to average-cost to minimise complaints (see Bug 798550) Use macos-latest github runner for mac tests. [dialog-price] Price Database: Insert help buttons Disable transaction type (i.e. Bill or Invoice) in Invoice/Bill Registers, determining the type by inspecting the money flow. Fix python tests dependencies So that ninja check works from a clean build directory with Python enabled. Review of account templates C—missing placeholders, redundancies Fixed a variety of fixed memory leaks, poor list handling, and dangling reference errors. New API: gnc_tm_get_today_neutral to complement gnc_tm_get_today_begin and gnc_tm_get_today_end. gnc_get_dialog_widget_from_id gnc_list_all_paths Deprecations: None. New and Updated Translations: Basque, Chinese (Simplified), Croatian, Dutch, English (Australia), English (New Zealand), English (United Kingdom), French, German, Hebrew, Hungarian, Indonesian, Italian, Korean, Marathi, Polish, Portuguese, Portuguese (Brazil), Russian, Swedish, Ukrainian
gnucash: update to 4.11. 4.11 - 26 June 2022 Between 4.10 and 4.11, the following bugfixes were accomplished: Bug 797163 - qof_book_get_option segfaults when retrieving a non-leaf frame Bug 798053 - Accounts renumeration (renumbering) Bug 798471 - Can't see or select Income or Expense accounts in Income Tax Information GUI Bug 798483 - GnuCash Crashing With SIGSEGV During QFX Import Transaction Matching Bug 798491 - MT940 of day 28.02.2022 ends in transactiondate 01.01.1970 Bug 798493 - Invoice Report Quantity & Unit Price fields have limited decimal precision on printed invoices Bug 798496 - gncEntry Quantity and Discount are misusing commodity scu Bug 798499 - Expense Chart data tables include extra columns of data Bug 798500 - FTBFS (tests failure) on armhf Bug 798501 - Balance wrong date end of period Bug 798531 - Selecting "Print" from the file menu on a report crashes gnucash Bug 798533 - Crash when importing quicken @ currency Bug 798535 - Crash when increasing the number of periods in a budget Bug 798547 - Calculated Due Date is short 1 day when posting on day of fall change from Daylight Time to Standard Time. The following fixes and improvements were not associated with bug reports: Partially fix Bug 771095 by inserting a help button in the Since-Last-Run dialog. Lock down GITHUB_TOKEN permissions on workflows. [g_option_context_get_help() returns a char* which must be freed. [assistant-stock-transaction] dividends must include stock account. Fix arch linux CI build failures. Add a help button to the financial calculator dialog. [assistant-stock-transaction] avoid resetting txn_types unnecessarily. [assistant-stock-transaction] reorder of Pages - date before type. [import matcher] Only append description if there's something to append to. Otherwise just set the new string. [balsheet-pnl] test "lvl <= depth-limit" outside add-indented-row this will be the first step trying to fix bug 798502. the bug likely resides in the (if) conditional in (add-account-row). [gnc-main-window] page->window is not main_window, skip warning. This function gets called for both regular register *and* the embedded register in the SX template editor. The latter is not a main_window, and launching the SX editor would lead to warnings. [gnc-plugin-page-register] if account==NULL, skip AccountIsPriced because gnc_plugin_page_register_ui_initial_state may be called for non-account registers (eg the sx editor) and account may be null. [gnc-account-sel.c] prepend & reverse while building acct list and don't use confusing double pointer Fix use-after-free in unable to save database dialog. [account.cpp] restore breadth-first search for 2 functions gnc_account_lookup_by_name and gnc_account_lookup_by_code were searching breadth-first and accidentally changed to depth-first in 4.7. [reports] use new function names [account.cpp] gnc_accounts_and_all_descendants converted from scm [CI]Work around new git security measure. [balsheet-pnl] faster definition of balance lists [gnc-numeric.cpp] Reduce logging level of gnc_numeric exception message because exceptions are expected in some use cases. Redo icon handling in cmake Using globs for file copying prevents cmake from discovering newly added icons. Writing rules that explicitly use lists of icons will fix this as a new icon in the sources will have to be added to the list and will force reparsing by cmake. We have to maintain the lists anyway for our dist target so there's actually no extra work involved for the devs. [assistant-stock-transaction] better Dr/Cr imbalance error message New API: gnc:accounts-and-all-descendants-sorted gnc-accounts-and-all-descendantsNone Deprecations: gnc:account-path-less-p gnc:accounts-and-all-descendants New and Updated Translations: Arabic, Chinese (Simplified), Croatian, English (Australia), English (New Zealand), English (United Kingdom), French, German, Hebrew, Hindi, Hungarian, Italian, Korean, Nepali, Norwegian Bokmål, Polish, Portuguese (Brazil), Russian, Spanish, Swedish, Ukrainian
gnucash: update to 4.10. 4.10 - 27 March 2022 The eleventh release of the 4.x Stable Series Between 4.9 and 4.10, the following bugfixes were accomplished: Bug 684507 - commodity namespace should be localized Bug 741674 - Newly created Scheduled Transactions appear in existing search windows Bug 797501 - Currency symbols in Hebrew (RTL) language Bug 797772 - Allow reconciliation report to double filter by both posting and reconciliation date Bug 798164 - Import transaction window does not allow changing the transaction description. Bug 798272 - up/down arrow keys do not work in account selection pop-up Bug 798375 - Transfer Account Selection not editable after typing error Bug 798386 - Cannot increment date by 1 day with Japanese keyboard.Allow ';' to increment the date because on those keyboards + is shift-;. Bug 798391 -OFX import routine keeps prompting for accepted (and reconciled) transactions when imported again Bug 797610 - Scrolling is too fast to follow Bug 798392 - Reports do not display when Reports JavaScript dependencies are located at a filepath that includes special characters like hash ("#") Bug 798395 - ofxdirectconnect downloads crash gnucash 4.9 Bug 798408 - The calculation in budgets UI and reports are wrong. Bug 798411 - Untranslated/Unused string [pt only] Bug 798415 - Due Bills Reminder Dialog - Right align 'amount'This was a right-to-left language (e.g. Hebrew) problem. Bug 798435 - Crash on print after printing checks Bug 798438 - on reconcile window, click on the last column 'R' does not order the entries according with the status Bug 798448 - Column 'num' cannot be null Bug 798458 - Build failure with gcc 12 Bug 798474 - Windows 10: Mouse scroll wheel on register only scrolls 1 pixel at a time (instead of 1 line at a time) The following fixes and improvements were not associated with bug reports: Added a BETA Stock Transaction Assistant to help create a variety of securities transactions. To try it out start GnuCash with the --extra option, open a stock-type register, and select Actions>Stock Assistant. Please note any issues on Bug 798004. Remove the hard-coded default namespaces"AMEX", "NASDAQ", "NYSE", "EUREX", and "FUND" from the New Security dialog. These namespaces were added to the list of existing namespaces; it was necessary to create a commodity that used one of them to make that one an actual namespace, so users who have commodities in e.g. the namespace NYSE will still see that namespace in the selection list. Reasoning: The list was necessarily incomplete and confused new users. Fixed the Income Statement report table formating so that all sections get laid out to the same width. [Python Bindings]Implement some comparison and arithmetic operators for GncNumeric Budgets are sensitive to readonly status Disable some budget features if book is readonly Fix suppression of "cut split/transaction" warnings for the current session These were not working because they were missing from the temporary warnings settings schema. The warnings could only be dismissed permanently. Add them to the temporary warnings section of the settings schema. Currencies in several locations not displayed correctly for Hebrew [category-barchart] Added option to show ratios [html-chart] Add format style option for numbers Better wording for tax table changed info message. [register] Checkbox any value other than 0x20 (ASCII space) is true. Because it can be X or U+2716 now and could be something else in future. Fixes in particular the disappearing tax-included and tax-table in the Invoice/Bill entry register. [gnc-budget-view.c] modify GList in reverse because the GList modification in gnc_budget_view_refresh works on the tail end (see g_list_last being chopped off successively, followed by g_list_append successively), wherease it's much faster to work on the head end. Therefore: reverse, modify, and re-reverse. [Python Bindings]Provide the complete set of QOF enums in gnucash [Pyton Bindings]Provide wrapper for qof numeric predicate Python bindings already have some wrapping objects for qof predicates. This adds the one missing for GncNumeric comparisons. Additionally fixes a wrong number for QOF_NUMERIC_MATCH_ANY in example file. Remove commodity-table.scm, no longer required after adjusting qif-dialog-utils Preferences, Import: UPDATE AND RECONCILE should be UPDATE AND CLEAR on preference "Enable update match action" tooltip text. [register] Enable horizontal scrolling with a touchpad. [business]Add diagnostic messages to GncEntry and GncInvoice. Replace code style guidance with reference to the wiki Coding Standard page. Update Form/Schedule line references for 2021 for the US Income Tax Report Update the register help label when cell read only Change AR/AP Type cell to be read only The Type cell in AR/AP registers should not be changeable from the register so make the cell read only. Tip-of-the-Day, new tip: the full file path is shown in the status bar. [assistant-qif-import] Prevent ambiguous mnemonic Mnemonic N clashes with GtkAssistant "Next". Change to D which does not clash. Numerous performance and code-clarity improvements.
gnucash: switch to guile30 XXX: needs paxctl +m now for guile30's JIT Bump PKGREVISION. Clean up a bit while here.
gnucash: update to 4.9. 4.9 - 19 December 2021 The tenth release of the 4.x Stable Series Between 4.8 and 4.9, the following bugfixes were accomplished: Bug 797502 - (RTL) - Right edge of the reports are locked while scrolling down Running gnucash in Hebrew, the right edge of the reports are locked while scrolling down and do not scroll with the rest of the report. Bug 797618 - Spanish translation of Shares and Stock Bug 797678 - OFX importer should supplement, not replace, existing Notes (and Description and Memo) fields Add an "Append" checkbox to the bottom of the "Generic import transaction matcher" window to the left of the "Reconcile after match" checkbox. When ticked, this causes the imported Description/Notes to be appended to the matched transaction Description/Notes respectively. The selected ticked/unticked state of the "Append" checkbox is saved in a key value pair for the import account, so the next import for that account will automatically default it to the saved state. As these mods are limited to the code for the matcher window, this should work for all the imports that use it - ie ofx & csv file imports (both tested) & aqbanking (cannot test). Bug 797772 - Allow reconciliation report to double filter by both posting and reconciliation date Bug 798222 - Account search dialog: Pushing enter does nothing Bug 798266 - Dropdown picker menu for category does not appear Bug 798313 - "File/Import/Import Transactions From CSV" crashes Gnucash. Bug 798320 - Error message indicating a crash of GNUcash when closing application - MacOS 10.15.7 (19H1419) Bug 798325 - New Currency for Venezuela (VED) Bug 798327 - Ofx import stops too early for multi-account OFX and one account has no new transactions Bug 798335 - No longer possible to change trading account Strip trading splits only if "Use Trading Accounts" is enabled for the book so that users who want to manage trading accounts by hand may do so. Bug 798341 - Right align in Hebrew - Account screen Bug 798346 - crashes when running check & repair Bug 798352 - Decimal Precision when Entering Mutual Fund Transaction Let xaccParseAmount parse up to 12 decimal places instead of 8. Bug 798382 - Typo corrections in comments The following fixes and improvements were not associated with bug reports: More memory leak plugging and GList efficiency improvements. Fix build with cmake older than 3.18 3.18 introduced 'cmake -E cat', but we still have to support versions starting from 3.14. [account-piecharts] don't use gnc:make-internal-option Several improvements to the experimental IFRS cost-basis report. Fix two minor issues with displaying links in the Document Link dialog. Fix obsolete links to bugzilla.gnome.org in translations. L18N: Fix glossary/es.po:906: duplicate message definition... 901: ...this is the location of the first definition [budget-flow] delay creating exchange-fn until a valid budget exists because it needs budget period end-date. [options.scm] Addon previous commit... need to initialize with guid [options.scm] gnc:make-budget-option stores guid instead of object because object may become stale if UI is used to delete it, leading to stale pointer and segfault. storing guid is safer, and will return null if budget is deleted. Support SEPA internal transfer Fix issue with failure to run reconciliation with all accounts present in a multi-account OFX file. Do that by saving a GList of statements, rather than a pointer to a single one. Also freeing of info happens during the call to process_next_file. Import of OFX files with many securities opens too many matching dialogs Because ofx import is currently split per target account, and since each security has its own accounts, importing such OFX is a tedious process. The fix is to only split the transactions if we identify a potential transfer, currently based on amount, date and accounts. To do that, we insert transactions one by one into a list, making sure we have not already inserted one that has the same date, and the same absolute amount. If we have, we keep this potential transfer for a second phase. A naive approach would loop through added transactions for each new transaction by that ends up being O(N^2), which matters if we have many transactions. Instead, I'm using a hash to make this O(N log N). [date-utilities.scm] remove unused date selectors code & string Adjust GNC_DEFINE_TYPE_EXTENDED_END To match new signature of g_once_init_enter and g_once_init_leave. glib headers should not be included with 'extern "C"'. Add explanatory note for gnc_add_scheme_deprecated_module test code [test-engine-extras] don't create splits of opposing amt/value signs Splits' value and amount should never be of opposite signs. Fix test book which had created this incorrect value/amount pair. Strengthen env-create-multisplit-transaction to disallow test book errors. [trep-engine] new option "Date Filter" to specify dates to filter by [dialog-sx-since-last-run] don't allocate repeatedly to combine strings [test-transaction] "Report Currency" renamed to "Report's currency" Separate the warnings for "cut split/transaction" and "delete split/transaction" [gnc-autoclear] Move autoclear algorithm into gnome-utils GSettings - fix GObject warning when old prefs-version is unset This will happen when current master (future 5.0) has been run at least once. [utest-gnc-pricedb] add tests for gnc_price_list_equal [reconcile-view][bug] dr/cr query tests amount instead of value Because split->amount and split->value are generally of equal sign, EXCEPT in stock transactions whereby split->value can be zero and split->amount is non-zero. e.g. a stock split transaction. Querying the split amount instead will allow stock accounts with stock splits to be reconciled. [split-register-model.c] Hide price==1 for zero-amount splits mainly of interest in zero-amount zero-value splits in the stock register eg dividend splits. [core-utils] introduce gnc:format (gnc:format str [binding value]...) str will contain ${binding} which will be replaced to value. [test-core-utils] uses srfi-64 [import-main-matcher] show destination acct for auto-match GSettings - add 'deprecate' and 'obsolete' conversions for user preferences 'deprecate' is technically a noop. It serves to remind maintainers the 'deprecated' preference is to be obsoleted in the next major release. 'obsolete' goes one step further in that it will cause gnucash to reset the preference, effectively clearing the value stored in the preferences backend. This is the final phase of a preference. Following this it will be completely removed from the GSettings schema in the next major release. Notes * 'deprecate' and 'migrate' are related. Both are a reminder the preference is to be obsoleted in the next major release. 'deprecate' does only that though while 'migrate' will also trigger a copy of the old value to a new location in the databse. * This commit readds a couple of preferences that had been removed in the past to be able to properly obsolete them (and to test the obsoleting code)
gnucash: update to 4.8. 4.8 - 28 September 2021 The ninth release of the 4.x stable series. This is a snap release to fix a crasher bug on Linux. The only changes are [gsettings] Avoid crash from settings schema not being registered. Rethink how gsettings migration file is constructed GSettings hotfix - resolve crash due to bad schema reference 4.7 - 26 September 2021 The eighth release of the 4.x stable series. Compatibility Notice In order to allow flatpak users to share preferences with installations outside of the sandbox we need to change the preference path from /org/gnucash to /org/gnucash/GnuCash. This release of GnuCash does that and it will automatically migrate existing preferences. It does not, however, continue to write preferences to the old path and it runs the migration only once. If you go back and forth between GnuCash 4.7 and an older versions you'll have two sets of preferences, one for GnuCash 4.7 and later and another for GnuCash 4.6 and earlier. This includes the file history list and last-opened file. Between 4.6 and 4.7, the following bugfixes were accomplished: Bug 87847 - RFE: Create a 'checkbox' cell type Bug 766052 - Job report payments wrong when payment contains splits Bug 797596 - New-owner - improved representation of payments with multiple non-APAR splits Bug 798142 - Tax rate appears as a fraction Bug 798180 - Update to macOS Big Sur 11.3 breaks Finance Quote Bug 798205 - Some transactions dropped with no apparent cause or warnings for credit card ofx import Do not exclude from import a transaction that has an FITID which matches an already existing split. This is because it (1) may be a coincidence and therefore the transaction needs to be added or (2) could be on a transfer from the account being imported to another bank account which has already been imported, and so needs to be matched, not added. Bug 798208 - management fee transactions are ignored on OFX import Bug 798211 - Equity statement double calculates unrealized gain Bug 798219 - apply/OK truncates exchange rates from 4 to 2 decimal places; enter doesn't Bug 798221 - Transfer funds between accounts with different currencies crashes Gnucash on macOS Bug 798224 - Scheduled transactions are created with date-entered copied from the template transaction. Bug 798229 - GncDate::c_formats is being created and destroyed twice resulting in a double free crash on every exit. Bug 798234 - Cut Transaction discards the reference to the description/memo strings so that Paste Transaction will paste uninitialised data (or other strings) Bug 798235 - Reconciliation Ending Balance not recalculated the 2nd and subsequent times Statement Date is updated. Bug 798237 - Logging during XML file loading degrades performance significantly Bug 798238 - "New security" dialog doesn't save the "Display symbol" Bug 798250 - Gnucash permanent hang on save while loading report Bug 798256 - Crash in recnFinishCB Bug 798298 - Re-imported transactions no longer ignored Bug 798303 - account list is sorted wrong by amount Bug 798312 - Opening the help for dialogues in the wrong language. The following fixes and improvements were not associated with bug reports: Lots of memory-leaks plugged Change the preferences path to org.gnucash.GnuCash to comply with flatpak requirements and migrate existing preferences to the new paths. This won't provide for automatic sync between a system-installed GnuCash and a flatpak one unless the system-installed one is GnuCash 4.7 or later. Please see the Wiki for more information and a procedure to convert your existing preferences. Cleanup - minimal glib=2.56.1 - drop all conditionals on older versions Add code to handle ofx files that include transfers between accounts During transaction import, ignore splits whose account is not the destination account Do not drop a potential match just because it has an online_id. Now that we don't exclude from import a transaction with an FITID that matches an already existing transaction, if one accidentally re-imports a transaction, this allows it to be automatically matched against the previously imported transaction. Add test for Transaction GetDate() in python bindings, pursuant to Bug 798284. In find customer dialog, add a column for "Shipping Contact" parameter Prep early splash screen messages for translation Change text for SX preference option 'Review created transactions' to better align with existing SX text. Fixed an XML backend problem where trying to open a locked file would clear the lock even if one didn't ask to, so the next attempt would find the file unlocked even if still open in another instance. Fix 2 crashes in Generic Transaction Matcher Handle very large denominators from Finance::Quote's OpenExchange source Update file extension in man pages per mailing list post. Changed some option names: * From "Show Accounts until level" to "Levels of Subaccounts" * From "Extra notes" to "Extra Notes" * From "Report title" to "Report Title" * From "Invoice number" to "Invoice Number" to ensure it matches all other invoice reports. Fix missing mnemonic keys after changes to GNCAmountEdit With the changes to GNCAmountEdit, the way the mnemonic keys are associated to the entry widget of the GNCAmountEdit needs to change so have created a function gnc_amount_edit_make_mnemeonic_target which does the same as GNCDateEdit. Fix rounding in Stock Split Assistant to correct earlier commit that rounded the share price to that of the currency. [Portfolio Reports] Allow share digits to 9 decimal places to match the maximum commodity fraction. Deprecations Date options with a time of day setting. Removing the only use, an example in hello-world.scm. GnuCash doesn't use this value in any of its own report options and the feature will be removed in GnuCash 5. Related to bug 798297 Pref "Use 24-hour clock" obsolete?. gnc:owner-report-create
gnucash: update to 4.6. The GnuCash development team announces GnuCash 4.6, the sixth release in the stable 4.x series Between 4.5 and 4.6, the following bugfixes were accomplished: Bug 648335 - Display Created Transactions setting Add a preference for the 'Review Created Transactions' setting in the 'Since Last Run' dialog so that the default can be specified. Bug 743753 - Nearest in time security price selection is incorrect in reports Add new price source - 'nearest before report date' will ignore prices *after* report date. Bug 743999 - Deleting a digit from an existing number greater than four digits in length generates an error message. Because the grouping is off. Checking grouping on input is pointless so just ignore the grouping separator when parsing number input. Bug 753283 - Current Selection Highlight Lost After Transaction Edit in Scheduled Transaction Window Bug 787813 - Price change from editing a transaction not reflected in pricedb. Bug 794877 - Intro text of "Online Banking Setup" is outdated Bug 795804 - Extremely slow save Only update the status bar when the percentage changes by at least 1% because running the mainloop is expensive on macOS and Microsoft Windows. This speeds up all operations that run the progress bar with overly-fine resolution. Bug 796761 - Newline (char(10)) is inserted into the end of the string if copy & paste text from excel into the description field of transaction Bug 797787 - Feature request: preference setting to open new tabs adjacent to currently active tab tests preference; if enabled then new tab inserted after current. if disabled then new tab is at the end. Bug 797928 - Since last run asks for security price when no shares traded Bug 798093 - Changing the symbol/abbreviation of a security after the trading account was created breaks GnuCash.(Reopened) Bug 798133 - Gnucash crash when any custom action is entered Bug 798144 - Reconciliation uses different number than entered If a number was pasted into the balance end value with a currency symbol the number would silently fail on evaluate and cause the wrong value to be used. With previous changes to the GNCAmountEdit widget a warning symbol will indicate a validation error and prevents going forward. Bug 798148 - "Accounts" page Present (USD) column uses future prices Bug 798151 - Value entry box not tied to associated transaction in Since Last Run assistant Bug 798156 - glib 2.68.0 breaks gnucash Bug 798159 - Keyboard shortcut bug in 'manage document link' Bug 798162 - Type Ahead Initialization Problem Bug 798170 - Unbound variable: gnc-budget-lookup when running saved report Budget Report via gnucash-cli Bug 798177 - Price of new stock transactions not saved in price database Bug 798186 - Incorrect result editting account in register when overtyping a part selection. Bug 798188 - The Invoice Editor -> Printable Invoice toolbar button crashes on Windows Bug 798196 - not building with Boost 1.76 Bug 798199 - Pasting invalid value in date column crashes GnuCash Bug 798202 - Register input ignores theme on KDE rendering black text on black background Bug 798203 - g_assert fault while reversing transaction Bug 798204 - Creation of Imbalance Accounts Bug 798212 - right-click the down-arrow in the date register changes focus to first split The following fixes and improvements were not associated with bug reports: Improve transaction sorting on effective num field so that alpha charachters and numbers larger than 1 billion will be ordered. Ordering is now numeric for leading numbers (so that 9 sorts before 10) and lexical beginning with the first non-numeric character. Note that if one of the values begins with an alpha character ordering will be entirely lexical. Lexical sorting is localized; as in the rest of GnuCash only standard ASCII numbers (codepoints U+0030 - U+0039) are treated as numbers. Add import preferences for the difference in time considered when matching an existing transaction to an imported one. A difference less than the matching-date-threshold raises the score of the match; a difference greater than match-date-not-threshold lowers the score. Add experimental report "IFRS weighted-average cost basis report". This is a work-in-progress to help calculate the cost basis of securities priced in a foreign currency. [income-gst-statement] amend headers post Brexit. UK left EU, therefore VAT headers have now changed. Plug a bunch of memory leaks. Change how the print_info is obtained for the register: Currently the register sets up some 'print_info' values using the default account but if the register is a stock register they should be obtained from a parent account with a currency. Change monetary value for gnc_default_share_print_info: Share values are not currencies so set the monetary value to 0 for the GNCPrintAmountInfo Parse the register monetary cells for a currency symbol: Add the ability to strip the currency symbol from a registry monetary cell if it is pasted with one so it can be validated. SKR-49 Account Template: Add codes 4500-4504, drop a duplicate, correct code 0674. [gnc-plugin-page-register] Disable reverse on blank split Make balancing transactions with trading accounts easier by removing and recalculating all trading splits. This ensures that there will be only one trading split pair per exchange and relieves the user of having to adjust the trading splits to match the accounting splits. Don't bother scrubbing for orphans if there's no transaction currency. If it found one it would try to create an orphan account with no currency which will crash later. [chartjs] upgrade chartjs to 2.9.4. Fixes CVE-2020-7746 [report-core] disallow define-report with incomplete export info. If exporting is allowed, 'export-types and 'export-thunk must both be defined. [test-engine-extras] augment book data generators ignore .vscode folder Reorder and relabel price source list for better coherence Python Bindings: Provide a deprecated GncPriceDB.lookup_latest_before_t64 to avoid breaking user scripts. Update gnucash_core.py with gnc-pricedb function name change Change some functions to use const gnc_commodity for gnc_pricedb Reformat schedule transaction source files for white space Add depreciation warnings for the removal of individual option tool tips Remove individual tool tips from radio button options Removes the function gnc_option_permissible_value_description ESC key was not working on load of Scheduled Transaction Editor [budget.scm] show correct tooltip for report option [html-acct-table] Remove unused 'pre-adjusting balances option Bugfix: export-code for category-barchart reports would fail. This stems from trying to handle file-name when calling export code. Export code no longer require file-name, The export-code returns a string in the html-document object instead. Remove all file-name handling in reports. No backward compatibility issues because most users would not copy a GnuCash >=4.6 report code onto a <4.5 installation. [gnucash-cli] improve discoverability of export-type. Formerly, selecting --export-type EXT would dump the cryptic "Report REPORTNAME has no export code". Modify to hint the user on acceptable reports with export-code. New API [report-utilities] Functions to dump splits in whole book: gnc:dump-book - splits grouped by account gnc:dump-all-transactions - splits grouped by transaction gnc:dump-split - dumps single split Rename a couple of gnc-pricedb functions that have not been used: gnc_pricedb_lookup_latest_before_t64 to gnc_pricedb_lookup_nearest_before_t64 gnc_pricedb_lookup_latest_before_any_currency_t64 to gnc_pricedb_lookup_nearest_before_any_currency_t64 Add retrieval functions for price before the date given: gnc_pricedb_convert_balance_nearest_before_price_t64 that retrieves the balance using the last price dated before a specified date like today for the preset value. gnc_pricedb_get_nearest_before_price does the retrieval. Deprecations gnc:get-start-next-year gnc:get-end-next-year gnc:get-start-next-month gnc:get-end-next-month gnc:get-start-next-quarter nc:get-end-next-quarter gnc:get-one-month-ago gnc:get-one-month-ahead gnc:account-code-less-p gnc:account-name-less-p
gnucash: update to 4.5. Fix build with glib 2.68. GnuCash 4.5 Released The GnuCash development team announces GnuCash 4.5, the sixth release in the stable 4.x series Between 4.4 and 4.5, the following bugfixes were accomplished: Bug 783283 - Multi-Currency payments use wrong date Bug 797621 - GnuCash freezes temporarily and sometimes crashes when selecting Sales Tax Table in Invoices Bug 797630 - Check for missing dependencies of 'Get Quotes' to avoid Gnucash crash. Bug 797906 - GnuCash data file is locked after a "save-as" to mysql database. Bug 797924 - Crash when searching for customer to process payment. Bug 797997 - File gnucash could note be found Bug 798019 - Currency rates in OFX file are ignored Bug 798044 - Adding splits to a lot is extremely slow Bug 798060 - Invoices are missing on Customer report after upgrade Bug 798070 - Opening balance does not update when creating account from Account Hierarchy Bug 798078 - Report 'Income Chart' prints stacktrace when end date before start date Bug 798085 - Incorrect transactions import of entires with large number amount Bug 798093 - Changing the symbol/abbreviation of a security after the trading account was created breaks GnuCash. Bug 798096 - can't duplicate TX previous to red line threshold Bug 798098 - Crash popup show when have 3 Windows in OSX Bug 798100 - Equity totals calculating incorrectly Bug 798101 - Do not #undef __STRICT_ANSI__ Bug 798104 - Menu item for "Import Account" is wrong in danish Bug 798112 - An error occurred while processing mysql ... Bug 798132 - Invoice Importing crashes when importing low quantity values. Bug 798135 - GtkEntry text with search list: shows selected entry again for no reason Bug 798147 - Notes entry crashes program Bug 798149 - CSV transaction Import setting loses account name if it is changed after setting is memorized Bug 798150 - Error on report over time Bug 798154 - Tooltips wrong when multiple charts in one report The following fixes and improvements were not associated with bug reports: Fix building based on unix makefiles Make the chart on the report page icon larger to align better with the account page icon. Allow the context menu when GncCellRendererTextView is in edit mode. Restructure early locale initialization Fix GncDateTime::format_zulu to emit the UTC timezone instead of the GncDateTime's timezone with the UTC timestamp. Fix the implementations of gnc_foo_get_day_neutral. As implemented these returned 10:59 AM local on the day but neutral time is 10:59 UTC. gnc_invoice_window_print_invoice return NULL if invoice is NULL. [dialog-invoice] invoice editor reuses invoice report tab. Allow for Header Bar use in CSV transaction Assistant Drop default locale currency special case for euro Fix fencepost error in calculating the week_num for POSIX timezone rules. Include the contents of PROJECT_DESCRIPTION in the PACKAGE_PREFIX. Update python/gnucash_business.py to reflect rename of gncOwnerApplyPayment. I18N: don't mark "<<", ">>" translatable From Budget editor, add toolbar and Edit menu to run budget report [gnc-plugin-page-budget] change note icon to a note page Allow the find account dialog position to be saved when using 'X' Update price database for imported transactions. Replace g_memdup by memcpy [html-fonts] Prevent sup/sub from affecting baseline Replace stat calls with GFile to retrieve last modified info [gnc-tree-model-split-reg.c] use xaccSplitListGetUniqueTransactionsReversed [Split.c]New function xaccSplitListGetUniqueTransactionsReversed [gnc-recurrence.c] avoid O(N^2) children traversal Ensure that any GncMainWindows containing no tabs are destroyed at shutdown. I18N: drop translatable flag from "xxx" dummies and remove trailing spaces from translatable strings Update Form/Schedule line references for 2020 for the US Income Tax Report. Fix build with glib2 2.67.x. [balsheet-pnl] Use last day of the month prices instead of first day of next month. [options.scm API] Remove canonically-tabbed parent-subtotal-mode Accommodate Gwenhywfar 5.5.0 signature change for some GUI callbacks. L10N: Move translation authority for Turkish from the GNU Translation Project to Weblate. Make prototypes static for autoclear unit test, fixes build on Debian Buster. [income-gst-statement] trep-engine currency section moved [test-scm-utilities] test-end properly so that test failures set the exit code correctly Create opening balance accounts only when there are opening balances. [qif-file.scm] Don't use match as an identifier Change the CSV export account tree header line [new-owner-report] Don't create empty rows on report when splits have no entry in the memo field. [gnc-report] dump backtrace to console when report crashes [report-core] remove 2.6/2.4 compatibility code [gnucash-commands.cpp] display report errors to stderr New API [report-core.scm] create and expose gnc:render-report [report-core.scm] create and expose gnc:render-report [gnc-plugin-page-report] add gnc_plugin_page_report_reload Deprecations [c-interface.scm] deprecate gnc:last-captured-error [report-core] deprecate gnc:restore-report-by-guid gnc:get-three-months-ago gnc:get-six-months-ago gnc:get-one-year-ago gnc:get-three-months-ahead gnc:get-six-months-ahead gnc:get-one-year-ahead traverse-list->vec traverse-vec->list New and Updated Translations: Bodo, Croatian, Danish, Dutch, English (United Kingdom), Finnish, French, German, Greek, Hebrew, Hindi, Indonesian, Italian, Japanese, Lithuanian, Norwegian Bokmål, Polish, Portuguese, Portuguese (Brazil), Russian, Spanish, Turkish, Ukrainian, Urdu, Vietnamese
gnucash: update to 4.2. 4.2 - 27 September 2020 The third release of the 4.x stable series. Between 4.1 and 4.2, the following bugfixes were accomplished: Bug 102787 - Currency selection should do autocompletion Bug 476114 - Goto register by date feature req Adds ability to jump to arbitrary date. Bug 554391 - Tax Options dialog - can only assign one TXF category at a time If the Tax options dialog is opened from the Chart of Accounts and an account is selected then the tax dialog will preselect that account. Bug 787295 - Allow UI jump from Business accounts to their relevant invoice/bill/voucher Bug 797514 - Changing transaction unreconciles a split inconsistently Partial: This make sure that the split's reconcile status gets updated before the transaction is committed. Bug 797730 - Transaction matching can match multiple imported transactions to the same existing one Bug 797839 - Auto-complete prevents entering non-ASCII transaction descriptions Bug 797852 - Error in Accounts Payable Aging re cut off dates Bug 797857 - Edit->Preferences: Help/Close buttons unreachable Bug 797874 - Errors in register and new-account UI Bug 797878 - Pie chart displays fractions and long decimal representations Ensure amounts rendering is rounded to report-currency SCU Bug 797880 - [gnucash-cli] encoding and font differing from manually exported reports (Win10, German locale). Bug 797883 - [Transaction Report] non-localized string Bug 797889 - editing amounts in dr / cr behaving oddly Bug 797893 - Unable to change font size in charts Use the stylesheet font values instead of hard-coded ones. Bug 797895 - Hang for a long time (9 minutes per account) importing a QFX file. Bug 797896 - [HBCI] crash when downloading transactions. Bug 797897 - Cannot select multiple accounts in Tax Report Options Bug 797898 - [reconciliation] calculated balance amount per reconcilation date depending on actual time. Bug 797900 - Crash caused by Quitting while Check and Repair All is running Bug 797923 - Running employee report results in "Unbound variable: txn" Bug 797924 - Crash when searching for customer to process payment. Bug 797935 - Strange formal register headers In languages other than English because of poorly constructed translatable strings. Bug 797936 - Lot viewer notes field too narrow Bug 797945 - Tools -> Import Map Editor causes GnuCash to lock up The following fixes and improvements were not associated with bug reports: Update version in README, add Boost::program_options to dependencies. [report-utilities] compact functions Small fixes for various translation issues: Deduplicate translatable strings Add context to one-letter strings in guile code Fix typo in linked document gui Align translatable strings Expose C_ function (gettext with context string) to guile code, first use is for the document link short code (L) Improve and repair progress bar display on a variety of reports and windows, improving performance on several by reducing the number of progressbar calls. [gnc-main-window] enable show_text for progressbar, allowing gtk_progress_bar_set_text to actually display the progress text. Fix help_label of dialog-doclink.glade, remove question mark from Available, and insert missing spaces into the Business Item variant. Rename all Transaction and Invoice Association identifiers to DocLink to better reflect the purpose and for consistency with other software (e.g. Libre Office). Rename Transaction and Invoice Associations to Document Links. More clearly describes the actions and is more consistent with other software (e.g. Libre Office). Remove the Remove Linked Document context menu item because that can be done in the Manage dialog box. Fix the horizontal scrollbar in the linked docs window. I18n - deduplicate translatable strings macOS: Give GnuCash time to shut down gracefully instead of letting macOS pull the rug out. I18N: Align glossary to gnucash.pot. Create a similar copyright header. Add missing Report-Msgid-Bugs-To. [report-utilities] More dump data functions: gnc:dump-book - splits grouped by account gnc:dump-all-transactions - splits grouped by transaction gnc:dump-split - dumps single split [business-urls] link to owner report with enddate [dialog-invoice] gnc_business_call_owner_report_with_enddate [new-owner-report][api] owner-report-create-with-enddate; accepts enddate argument like owner-report-create. Enable exporting the tables in charts and some reports as CSV. Tweak a few strings to reuse translations Exported gnc:cmdline-template-export and gnc:cmdline-get-report-id. Handle ambiguous reportnames by returning #f. [price-quotes.scm] ensure missing-alphavantage message can show on console [budget.scm] Fix report crash on books with unreversed budgets [gnucash-cli] -R show should accept & try to load datafile Speed up computation of import match lists by running query only once, committing accounts only once, and doing a bulk insert into the GtkTreeview. Add Python example export_account_totals.py. Exports acount totals of all accounts into a CSV file. Updated Translations: Dutch, German, Italian, Ukrainian New Translations: Estonian, Indonesian
gnucash: update to 4.0. What's New in GnuCash 4.0 Major Highlights A new Transaction Association dialog, available from the Update Association for Transaction menu item that has replaced the two association items in 3.x, allows setting, changing, and deleting associations. A symbol (paperclip for files, chain links for URLS) is now displayed in the Associations column (visible in double-line mode) in the register in place of the letters when a transaction has an association. This doesn't work on MacOS. Associations may now be added to bills, credit notes, invoices, and vouchers. The actual association when present is added as a link button which is shown below the notes. New type-ahead search is added to sequential search when selecting an account or an Action in the register: Instead of typing the first few characters of a top level account, the separator, the first few characters of the next level account and so on you may instead type a few characters of any part of a full account name and the drop-list will be filtered to contain only matching accounts. Once you have a small enough list you can use the arrow keys to select the account that you want. Command-Line A new separate executable, gnucash-cli (gnucash-cli.exe on Microsoft Windows) for doing command-line things like updating the prices in your book. gnucash-cli gains the ability to run reports from the command line. Specify reports to run by name or guid. It also provides an export format and an output file name without which it will output the report to stdout. gnucash-cli --report run --name=[reportname/guid] datafile.gnucash gnucash-cli --report run --name=[reportname/guid] --output-file=x.html datafile.gnucash gnucash-cli --report run --name=[reportname/guid] --output-file=x.html --export-type=TYPE datafile.gnucash gnucash-cli --help will display a screen listing all of the available commands and their options. The GUI program, gnucash, still responds to the options it always has, though --get-price-quotes is deprecated in favor of gnucash-cli --quotes get. Graphic User Interface When creating a new account hierarchy it's now possible to load account templates from locales other than the one set for the user interface. On the Choose Accounts to Create page there are two drop-downs above the Account Types selector, one for language and one for country, the choices in the latter depending on the former. The default is the current locale but they may be used to select account templates from any locale. When deleting accounts the destination accounts of moved splits will be checked to ensure that they have the same commodity as the source account. If they don't you'll get a warning and the opportunity to pick another account or to carry on regardless. Reversing transactions will now pop a dialog box to request a posting date. Business Functions Business Document Column Widths Entry column widths in Invoices, Bills, and Employee Vouchers may now be saved as defaults for each type of document. Two menu items are added to the View menu when a Bill, Invoice, or Voucher tab has focus: "Use as Default Layout for Vendor Documents" or "Reset Default Layout for Vendor Documents" Vendor Documents is for Bills and is replaced by Customer or Employee Documents for Invoices or Vouchers respectively. The first saves the current document's column widths and makes them the default for all documents in the same type. The second menu item removes the customization and documents of that type will therafter use the computed default widths. Importing Transactions Support for AQBanking Version 6. This is required to support new FinTS protocols for the European Payment Services Directive (PSD2). The Import Map Editor (Tools>Edit Import Maps) will scan for Bayesian associations with non-existent accounts and display a dialog offering to remove any that are found. It also adds a button at the bottom of the Import Map Editor to delete them if one chooses not to use the dialog. The OFX file importer can now import more than one file at a time. OFX imports having balance information will now offer to immediately reconcile, passing the balance information in the file to the reconcile info. The import transaction matcher window column headings are changed from R to C and from U+R to U+C, reflecting that the matcher marks transactions cleared but doesn't reconcile them. Account matcher will decline to match accounts with a different commodity from the imported split if the import information includes the commodity. Ellipsize the Description and Memo fields in the account matcher. Reports A new report menu supbmenu Multicolumn contains the old custom-multicolumn report and a new Dashboard report containing Account reports for expenses and income, an income-expense chart, and an account summary. Support for UK VAT and Australian GST have been added to the Income-GST report. The report's options are changed from source accounts to source sales and purchase accounts to permit proper reporting of capital purchases. N.B. This is incompatible with previous versions of the report and will require regenerating saved configurations. Budgets Optionally include the account code option in budget view. Enable adding notes to budgets. Account codes may now optionally be displayed in the Budget Tree View.. Compatibility GnuCash 4.x will not migrate old gconf settings from GnuCash 2.4.x. Customization and Scripting The GnuCash widget hierarchy for CSS has been revised to be more consistent with Gtk practice. You may need to spend some time with the GtkInspector to get your custom CSS back the way you like it. Python bindings are now localized and their strings available for translation.
gnucash: update to 3.9. 3.9 - 29 March 2020 The tenth release of the 3.x stable series. The following bugs have been fixed: Bug 685102 - Scheduled Transactions don't always respect weekends for first occurrence Bug 794916 - Fails to find environment file at startup when installation prefix is '/opt Bug 796579 - Cannot go forward with empty duplicates screen Bug 796911 - Minimum window width to large. To fix this the text labels used have been enabled to ellipsize at the end Bug 796984 - Import Bills & Invoices: date of line item is not validated; can lead to unexpected results Bug 796985 - Import Bills & Invoices: option 'open not yet posted docs in tab' does not open tab if invoice could not be posted Bug 796986 - Import Bills & Invoices: in case of invalid posting date in import file, invoice is posted with unexpected date Bug 796987 - Import Bills & Invoices: fixing import items only works in special case Bug 797022 - Import Bills & Invoices: expense/income account is not validated - leads to one-sided posting if account is invalid Bug 797023 - Import Bills & Invoices: no user confirmation requested for update of invoices, if new invoice is created first Bug 797024 - Import Bills & Invoices: import matches csv data rows with too few separators, messing up the import data Bug 797025 - Import Bills & Invoices: the type of the post to account is not validated - enabling A/P and A/R postings on regular accounts Bug 797042 - OK button in OFX importer doesn't work if nothing is imported. Bug 797133 - CSV Import of multicurrency transaction export in multiline form Bug 797139 - test-report-utilities failure after 10-march in travis Bug 797419 - equity-statement unrealized-gain calculator uses weighted-average Bug 797481 - crash on close of unsaved tabs by pressing [X] Bug 797522 - Focus after reconcile jumps to a different account Bug 797536 - cmake errors out because it cannot find GncPkgConfig (cmake 3.5.2) Bug 797540 - Mapping of aqbanking accounts to gnucash accounts doesn't work Bug 797546 - Autocomplete not updated when account names changed Bug 797548 - multicolumn income statement: some closing entries are not ignored when within reporting period Bug 797549 - Reconcile window shows S_tatement Date rather than Statement Date. Bug 797550 - Crash when changing register tab position Bug 797551 - Budget totals line missing in 3.8 Reinstate Income/Expense/Transfer/Total, but rename to: * Inflow from Income * Outflow to Expense * Outflow to Asset/Equity/Liability * Remaining to Budget Bug 797566 - Crash on use of context menu in importer Bug 797569 - Swedish account templates not accessible Bug 797570 - Unable to import vendors. In the import of Customer/Vendor or Bill/Invoice, the dialog that lists rows that were not imported shows a scrollable view of only four rows. Bug 797572 - Customer Report (beta): "Period Totals" includes total debit and credits outside the current period Change to formal accounting convention. Can swap to informal headers if set by global preference. Bug 797573 - Incorrect value of securities in the Asset Chart Bug 797576 - xaccAccountOrder shouldn't sort account codes as base-36 Bug 797583 - gnc:book-add-quotes crashes when there are no quotes Bug 797584 - New-owner - bill amount field links to wrong account Bug 797588 - Gnucash segfaults when using mysql backend with empty password Bug 797591 - multiperiod b/s and PnL reports: add style sheet 'easy' Bug 797609 - Backtraces for eguile report errors strips wrong part of stack Bug 797613 - Due Invoices Reminder shows Job Name instead of Company Name Bug 797624 - At some point Vietnam Dong seemed to drop xu (decimals) Bug 797631 - Superfluous account selection dialog on first online retrieval The online id, which is needed to find a GnuCash account for a transaction or the balance retrieved from an online account, is already assigned to each matched GnuCash account within the Online Banking Setup tool. The online id is removed from the GnuCash account if it is no longer matched with an AqBanking account. Bug 797636 - Incorrect Online account matches cannot be deleted A push button with text "Delete selected matches" is added to the "Match Online accounts with GnuCash accounts" page of the "Online Banking Setup" tool. Additionally, the underlying tree view is set to multiple selection mode from single selection mode. Pushing the button will remove the matched GnuCash account from all selected AqBanking (Online) accounts. Bug 797638 - SIGSEGV editing transaction after closing Find Accounts dialog. Bug 797640 - The Reconciliation Window starting balance calculator needs to ignore splits after statement date Bug 797648 - Cannot reconcile both splits of a transaction with 2 splits for bank account subaccounts if only 1 is cleared Force all splits in a transaction for the account being reconciled and its children to have the same reconciliation status. Bug 797656 - Immediate crash when retrieving quotes Other repairs or enhancements not marked as bugs: [report-utilities] fix gnc:account-accumulate-at-dates sorting & operator This commit performs 2 important fixes: 1. The account splitlist walking assumes that the split->date always increases. This is now enforced by sorting the splitlist, *only* if a custom split->date is offered. By default the splits are sorted by posted_date, and if a custom split->date is used, will be stable-sorted to ensure the algorithm works. 2. The handling of splits *ON* date boundaries is fixed. Previously if a split->date was equal to a date boundary, it would be considered part of the "after" date section. It is more intuitive that a date boundary includes all splits on and before the date. When selecting a file for OFX import, restrict the files listed to .OFX (or .QFX) Fix crash when changing account-separator. Change the default focus to search entry for 'Find Account' Fix rounding precision when importing prices from CSV [trep-engine] subtotals when cells have monetary only Instead of accumulating subtotals from any non-#f value, ensure value is a gnc-monetary before accumulating subtotals. This paves the way to allow non-monetary in RHS custom-calculated-cells. Travis - don't try to copy the removed after-failure file to the test container Travis - use ctest built-in feature to verbosely log test failures Fix tokenize_string()to prevent empty strings as Bayes account-matching tokens and remove duplicated tokens. Fix calculation of Bayes account-matching token info to find exactly matching tokens only. Clear online banking KVP from accounts no longer associated with an online one Account template improvements for Swiss-German KMU and Germany SKR04. Appdata file allows packagers to include distribution release information. Ensure that new budgets are saved instead of saving only the state information. Update US Income Tax information for 2019. Correct double-counting of accounts in some cases in US Income Tax Report. Housekeeping - reduce the number of PACKAGE and VERSION related cmake variables Restrict gnucash.pot comment collection to ones beginning with "Translators". At the recommendation of the Translation Project coordinator. [html-table][API] html-table can have multirow-col-headers * NEW API: gnc:html-table-multirow-col-headers and gnc:html-table-set-multirow-col-headers! gnc:html-table col-headers have been augmented to support list of <th> rows. * BACKWARD COMPATIBILITY is offered. Old use of single-row headers API gnc:html-table-col-headers and gnc:html-table-set-col-headers! should be unchanged; will get/set a single row of <th> elements. * NEW functions gnc:html-table-multirow-col-headers and gnc:html-table-set-multirow-col-headers! will get/set an arbitrary number of rows of <th> elements. * using old API gnc:html-table-col-headers on a table, whose multiple row headers have been set, will lead to a warning and return the first row only. Translations Updated: Croatian, German, Polish, Ukrainian.
gnucash: update to 3.8b. 3.8 - 29 December 2019 Note for German FinTS users: This release includes the latest fixes in support of the PSD2 changes. The Mac and Windows bundles include the current beta releases of AQBanking and its support library needed to work with most German banks' implementations of FinTS. Translators, Note Well: The obsolete "disambiguation prefix" translator comments are removed in favor of three-parameter gettext(). See https://lists.gnucash.org/pipermail/gnucash-devel/2019-September/044199.html The following bugs have been fixed: Bug 412151 - Not handling exception when guile is compiled w/o regexp support Disable qif-import and make-regexp if guile is compiled without regex. Bug 724219 - Customer Summary includes Closing Entries when reporting across the end of year Bug 743943 - "Edit->Post Invoice" is ambiguous. Bug 759005 - Print negatives in red. Bug 787295 - Allow UI jump from Business accounts to their relevant invoice/bill/voucher Bug 796530 - [txn csv importer] usability suggestions Bug 796736 - Register cell pop up columns width to narrow Bug 796945 - Find Transaction Split Search Search Criteria window does not scroll when added criteria exceed a certain amount Bug 797078 - "Automatic decimal point" Should Not Cause 2 Different Behaviors Bug 797086 - Import customer dialog – headers not translated Bug 797279 - Reports RTL do not support RTL Bug 797326 - Enhancement: budget's Estimate tool should ignore Closing Entries Bug 797356 - ninja check fails with GCC-9 Bug 797390 - xaccAccountRecomputeBalance also tallies no-closing balances Bug 797397 - Import Map Editor - Deletion not limited by current filter. Bug 797401 - Invoice Reports need an overall page width set Bug 797405 - HBCI Import PIN entry window is hidden behind log window, program stuck Bug 797408 - Find Transaction Window -> Search Criteria Section -> Add Search Criteria -> Section does not expand to new size to include a newly added Search Criteria Bug 797416 - Enter key does not move to blank tx or next line Bug 797418 - In budget report, column with Actual Totals for Liabilities and Income are reversed Bug 797430 - SEPA transfers are not executed Avoid double init of gui Patch by Mike Pieper. Thanks! Bug 797453 - Chart of Accounts is slow to update / redraw Bug 797459 - Installation (for 3.7) Readme Version number shows 2.2.x Bug 797462 - gnc:strify reports the amount and value incorrectly Bug 797473 - UTF8 characters not processed correctly with aqbanking6 Bug 797481 - crash on close of unsaved tabs by pressing [X] Bug 797482 - Can't edit date when using Edit Payment function Bug 797492 - Lock up on 'Find Account' Bug 797500 - valgrind errors - new/delete vs malloc/free Bug 797506 - New Aging errors out with guile backtrace in case of a few uncommon transactions Bug 797519 - Budget Viewer Totals do not redraw upon to Sign-Reversal changes Bug 797520 - Balance Sheet (Multicolumn) the retained earnings amount in the equity section has its sign reversed Bug 797521 - Receivable Aging (beta): include earliest split Bug 797521 - Receivable Aging (beta): prepayments logic doesn't work, appears to use incorrect absolute value logic Bug 797532 - Crash/Coredump Lots Other repairs or enhancements not marked as bugs: The Customer/Employee/Vendor reports have been rewritten. The new versions may be found in Reports>Experimental. [stylesheet-css] a user-customisable CSS based stylesheet New stylesheet. Exposes a single text box for full CSS customisability. Allow account selection by typing into the post-to field of the payment window When sizing some register columns take account of 'Tot' being added. Take account for the pop up button border in the register. Change the date sample so it has the maximum text width possible [new-owner-report] bugfix: balance row needs variable linked cols Improve translations by scriptedly removing the removed colon suffix. [report-utilities] bugfix: aging-list was incorrect. off-by-1 error. [report-utilities] bugfix: overpayment works for AP accounts. Swap the buttons around on the Budget Open dialogue Swap the OK and Cancel buttons so they conform to the normal layout. [report-utilities] bugfix: fix overpayment detection For 1 payment to >1 invoices, previously would miscalculate overpayment. [budgets.scm] Budget reports handle both natural & reversed budgets. This change is protected by a Feature: Using it will prevent the file from being opened by earlier versions of GnuCash. [gnc-budget-view.c] totals - 5 fundamental types previous showed income/expense/transfers/totals budget totals, of uncertain meaning. now shows income/expense/asset/liability/equity budget totals. The 5 lines also become sensitive to the global sign-reverse property. bindings-python - drop references to gnucash-env We no longer ship a gnucash-env script, directly use python(3) instead [balsheet-pnl] fix: single-date balsheet missed printing date [balsheet-pnl] fix: hide Equity sections when not needed * If currencies are not converted, Unrealized Gains are meaningless. Hide them. * If there are no income/expense accounts, retained earnings will be nil. Remove row. Ignore trailing noise on imported transaction account numbers. AQBanking6 uses a separate method for retrieving account numbers for account info and transactions, where the transactions method can have additional characters, most often the ISO4217 currency code. That results in match failures when importing. As a work-around, compare only the length of the account-info-generated online id when comparing it to the transaction-generated one. Note that this is only a partial solution: At least one German bank also appends characters to the transaction-generated bank id and that will still cause the match to fail. [dialog-payment] Add warning label if payment is unattached Completing a payment for a customer without associating with an open invoice is allowable and is used for prepayments. Enable a warning to inform that the payment does not have an invoice/bill document attached. [aging] update error reporting This error handling was for transactions in APAR accounts whereby Transaction Currency != Owner Currency. An example is a manually entered transaction, then assigned as payment to a customer with a different currency. Update to modern API calls. Show the culprit split details. Fixed example output: IGNORING TRANSACTION! Invoice Owner: [None:] Transaction:Txn<d:28/10/19> Splits are: Split<d:28/10/19,acc:Current,amt:$150.00,val:£150.00> Split<d:28/10/19,acc:AR,amt:$0.00,val:-£150.00> Transaction Currency:GBP Client Currency:AUD Fixed German IBAN error message Allow edit of some fields for posted invoice Allow editing of some fields for posted invoice. For reasons, see bug report: https://bugs.gnucash.org/show_bug.cgi?id=797400 [average-balance] show monetaries instead of numbers in data table UK VAT template: replace obsolete EEC and EC by EU Implements the presentation of static optical TAN challenges (photoTAN and QR) inside the enter TAN dialogue. [budget] fixcrash: fix crasher for some periods eg. the following combo would previously crash: - periods from next to current - use accumulated amounts [budget] fixcrash: prevent crash if periods start > end It's silly to input start-period > end-period. Nevertheless handle it by swapping them instead of crashing. i.e. report budget periods from end to start. [budget-flow] fixcrash: exchange-fn needs to specify exchange date because some exchange-fn *do* require date eg. pricedb-nearest. use the period end-date for the exchange date. [portfolio report] There's no report-currency. Use currency. [window-report] show backtrace when report crashes * exposes a SCM string last-captured-error containing last backtrace * when rendering report-crash window, include it New Scheme Functions: gnc:html-markup-ol: creates an HTML ordered list. gnc:multiline-to-html-textt: creates html-text with <br/> elements. gnc:make-html-table-cell/min-width: Create a table-cell with min-width style attribute gnc:collector+ and gnc:collector- New Deprecations: gnc:html-table-append-ruler/at! gnc:html-table-remove-last-row!
gnucash: update to 3.7. The following bugs have been fixed: Bug 605602 - precision of Financial Calculator seems to depend on locale Bug 746937 - Template transaction splits are loaded in reverse order and then not sorted before saving. Actually not sorted after loading because the template accounts weren't being committed. Bug 752395 - Start Day of weekly report doesn't respond to change in locale Redefines some functions to ensure weekly grouping in transaction report obeys locale's start-of-week. Bug 784623 - GNUCash does not work with sql backend, I can open in read only mode. Upgrade the splits table as well, an oversight from the original fix. Bug 793018 - Balance (with >>eguile<<) - Report Title can't be changed Bug 795251 - googletest detection cannot be overridden Bug 796819 - bad icon with Spanish localization Temporary fix for Farsi, which was afffected, too. As it is maintained by TP, the final fix has to come from them. Bug 796952 - Report formatting (justify) is broken Previous patch reverted and replaced with a more correct one. Bug 797085 - Import Bills & Invoices – headers not translated. Make strings translatable. Translators: This adds 22 new translatable strings. Bug 797158 - gnc:make-account-sel-limited-option is not working Option was being deliberately reset to default_value every time. Bug 797171 - Allow multiple credit/debit columns to be selected Bug 797279 - Reports RTL do not support RTL - fix reports Bug 797279 - Reports RTL do not support RTL - fix string fix guile-2.0 string handling to prevent munging unicode in report-titles etc. while loading/saving reports Bug 797295 - problems with entering swedish åäö in company address Bug 797297 - GNUCash is in English even though MacOS is set-up to French. Bug 797301 - Register Menu View > Refresh doesn't work in 'with sub-accounts' window Bug 797306 - "URL cannot be shown" when one clicks an account line link in report. Bug 797316 - New Mauritanian ouguiya MRU not supported Bug 797319 - Mauritanian ouguiya MRO shows too few decimals Bug 797339 - Online banking frame to small Bug 797349 - "A"ssociate header badly translated. Note to translators: This is about msgids of the form "Associate:A". The correct msgstr includes the part up to the ':' verbatim with only the part to the right of it tranlated, e.g. "Associate:П" from uk.po. Each such msgstr has a comment explaining this. Bug 797353 - Add copyright and release info in appdata file Bug 797355 - General Journal report seems to be off balance Previously, for general-journal, each split was being analyzed, and only the source split was counted for totals. This change will means the source split *and* its peers are accounted for. Bug 797377 - cmake fails on debian-8 and ubuntu-14.04 with gnucash.appdata.xml.in does not exist Bug 797378 - QIF file import fails: Loading gives wrong type argument in position 2 Bug 797389 - Random Crashes while attaching a document. Other repairs or enhancements not marked as bugs: New feature: Multiselection in the import transaction matcher. Use control-left-click, shift-left-click, or click-and-drag to select multiple unmatched transactions to match them with a single account, then right-click to bring up a single-item context menu sith "Assign Transfer Account". Set a FinTS product version key when the installed AQBanking supports it. Reworking of many translatable strings with context to use the modern gettext three-parameter function instead of the ':' hack noted in bug 797349. Stop duplicate entries for the invoice taxtable cell Do not log an error when no default tax tables are set. Fix cmake dependency tree so that make/ninja check works without having to first run make/ninja. Remove the accelerator for the Clear buttons on the Loan Calculator because they were all the same and also the same as the Close button's accelerator. Change the transfer account notation for single-split transactions in basic view from "--Split Transaction--" (they're obviously not) to "None". Correctly parse decimal values between 0 and -1 (e.g. -0.5) in register caclulations: The negative sign was being stripped. Require CMake 3.5 or later for all platforms. Rework the building of libgtest.a from source when the builder sets GTEST_ROOT or the distro doesn't provide a pre-build one. Fix crash when trying to display a tooltip in the register split view when a split has focus. Fix repeated requests to create a new account when you click No. Suppress bogus error when creating a new account from register split view. Fix price conversion report crashes in Balance Sheet PNL and all average balance calculations. Upgrade the Budget reports to support accumulated accounts. Redefine gnc:debug to use QofLog instead of writing to stdout. Change the Balance Sheet PNL account depth to mean the deepest *selected* account rather than the deepest account. Set the Owner Report date option to default to today. Much Scheme cleanup and more testing. Deprecated API: gnc:html-acct-table-cell - Unused. gnc:make-general-journal-report - Unused. gnc:easy-invoice-report-create-internal - Unused. gnc:fancy-invoice-report-create-internal - Unused. make-simple-class - Use make-record-type simple-obj-getter - Use record-accessor simple-obj-setter - Use record-modifier simple-obj-print - Use write simple-obj-to-list - Use record-type->list simple=obj-from-list-obj - Use list-record-type make-simple-obj - Use construct gnc:time64-le-date - Unused gnc:time64-ge-date - Unused gnc:make-reldate-hash - Unused gnc:get-relative-date-strings - Unused gnc:entry-type-percent-p gnc:make-customer-option - Unused gnc:make-vendor-option - Unused gnc:make-employee-option - Unused gnc:html-build-acct-table - Unused gnc:html-acct-table-comm-row-helper - Unused gnc:sum-collector-stocks - Unreachable Updated Translations: German, Hebrew, Ukrainian, New Account Templates: Hebrew-Israel
gnucash: update to 3.6. 3.6 - 30 June 2019 The seventh release of the 3.x stable series. The following bugs have been fixed: Bug 397927 - QIF Import: Usability: Remember window position and size Bug 577968 - Values are not stored by pressing <TAB> in budget page Bug 583277 - Cancel button closes QIF importer without confirmation Bug 624176 - budget report - option for showing sum is ignored Bug 642824 - Different actions like QIF import, other imports and... closing book allow to assign transactions to placeholder... accounts Placeholder accounts do not allow transactions so when the account picker dialog is presented, add an error dialog for placeholder selection and a column to display that the account is a placeholder. Bug 646361 - Estimate budget should give option to have same amount... in each budget period Bug 668349 - Select Account does not return user to correct location... in "Match payee/memos to GNUCash Accounts" screen Bug 676810 - Wrong accounting in multi-currency budget report Bug 679800 - Shortcut to allow population of all budgeting periods Bug 689753 - Budget Report: Negative Numbers Not Colored Red Bug 728873 - Account name does not focus automatically in QIF import... assistant Bug 751290 - Rethinking the invoice ledger view Bug 754710 - Add column sorting to Qif import Match views Bug 781345 - Equity disregarded by budget totals Bug 788157 - Open Budget Menu Item Doesn't Select Default Budget Bug 796949 - Incorrect conversion of 0,01 USD to EUR Bug 797051 - Price Database Add Overwrites Data Without Confirmation Bug 797089 - In the main Account Register window, the value shown... under 'Total (Period)' excludes any transaction with date... equal to the end date of the reporting period. Bug 797104 - Translations not showing in receipt options Bug 797123 - File->Export Transactions to CSV doesn't output... transaction data Bug 797126 - It is annoying to run cmake to get an updated mo file Bug 797127 - Company name and address in reports not display properly Bug 797134 - Decimal separator: Windows configured as dot,... Gnucash shows comma. Bug 797165 - Deleting an old quote from Price Database Core Dumps Gnucash Bug 797169 - GnuCash hangs loading XML file Bug 797170 - gnucash-3.5 fails to compile with GTK+3-3.20.x Bug 797175 - Gnucash will not open from UNC paths. Bug 797175 - Opening a file from a gvfs mount point fails Bug 797183 - association head path with spaces displayed wrong Bug 797185 - Correct the sorting for the Transaction Association Dialog Bug 797186 - gtk crash closing parent window edit->stylesheets Bug 797188 - Default invoice prints credit note as invoice Bug 797196 - Allow for per-payment rounding in amortization calculations. Bug 797197 - Transaction report: Error message when sorting on month Bug 797204 - qif import: commodities throw blocking dialog in symbol... field on every commodity Bug 797207 - Chart reports show blank when run from the build directory Bug 797215 - qif import: review duplicates - allow sorting candidates... on all columns Bug 797223 - Missing Tooltip on Edit->Preferences->Register:Actions:Tab... order includes Transfer on Memorised Transaction Bug 797230 - Use after free in gnucash_sheet_style_destroy. Bug 797232 - dialog-ab.glade was written for gtk 2.16. Bug 797233 - Balance Sheet, Chart of Accounts, and other reports... crash when involving foreign currency stocks. Bug 797240 - Multicolumn report not showing each report name reportname was not correctly applied as the chart-title Bug 797241 - Some reports skip transactions of the last day of the selected period Bug 797244 - Remove the invert prices for less than 1 Bug 797246 - Cleared Balance Remains Red After Turning Positive Bug 797249 - Cutting home account causes transaction to disappear Bug 797262 - Change "Today date format" Bug 797266 - Missing translation settings Bug 797277 - Assets over time ignores nested liabilities Bug 797278 - Create an option for type of commodity for Price import Currently when you use the 'Commodity From' column for Price imports it can match against the wrong commodity like COP (Conoco Philips) would match against the currency COP (Columbian Peso). To fix this add a new column type 'From Namespace' and rename 'Commodity From' to 'From Symbol' so they match the Security Editor. Bug 797281 - Gnucash crashes when attempting to match online accounts Other repairs or enhancements not marked as bugs: Rewrite the Customer Summary Report to correctly handle multiple currencies. Improve the Owner Report's find-first function to consider currency when selecting the account. Prevent cutting the "anchor" split or pasting another split on top of it in account registers so that the transaction won't suddenly disappear from the register page. Displays an explanatory dialog just like trying to delete the anchor split does. Allow deleting, cutting, and pasting over all splits in Journal View registers which don't have anchor splits because they're not associated with any account. Disable editing the "blank split" (the new split at the bottom of a transaction in split view) if the transaction itself is read-only. Use the customer and vendor currency instead of the default currency from preferences when generating bills, invoices, or credit notes. Allow assigning a single target account to more than one transaction in the import matcher. To do this select the new transactions and right-click to open a single-item context menu. Click the menu item to open the account selection dialog box. Note that imported transactions that match transactions already in the eriger, i.e. those marked "update" or "reconcile and update" are not eligible for inclusion. This feature still has some rough edges that are being addressed for the next release. Use the default currency from Properties>Accounts for the summary bar currency to make it configurable. Allow CSV export of grand total amounts from reports using the trep-engine. Fix XML file import failures into GnuCash for Android. Raise minimum CMake version to 3.5 for all platforms. Prevent crash in Aging Report when the book has no AP or AR accounts. Fix operation of the "default budget" option. Change the account-picker dialog to disable the OK button instead of raising a warning dialog if the selected account is a placeholder. Fix crash after unloading all files from the QIF import assistant. Disable the Next button in the QIF import assistant if no files are selected for import. New report "Balance Sheet-PNL" combines a Balance Sheet and an Income Statement in a single report. Rework localization in C++ on Win32 builds, fixing several crashes and speeding up file loading by 10x. Create a console window for displaying stdout/stderr. Define __MSWIN_CONSOLE__ and recompile to enable. Keep the selection in the Securities Editor on the commodity after editing it. Allow the Securities Editor to stack separately from the main window. Much more Scheme cleanup and refactoring. Python console improvements, including switching to Python3 and not killing GnuCash when quitting the console. New API: The following functions can now be used in scheduled transaction credit/debit calculations: gnc:amort_pmt gnc:amort_ppmt gnc:amort_ipmt API Deprecations: gnc:html-table-prepend-column! gnc:html-acct-table-num-cols gnc:html-acct-table-append-row! gnc:html-acct-table-prepend-row! gnc:html-acct-table-append-col! gnc:html-acct-table-prepend-col! gnc:html-acct-table-remove-last-row! gnc:html-acct-table-render gnc:second-html-build-acct-table Updated Translations: Croatian, Farsi, German, Romanian, and Ukrainian Known Issues: (long list redacted)
gnucash: update to 3.5. The following bugs have been fixed: Bug 639049 - Asset Barchart Report includes also the first day of next month transactions If the original date is an end-of-month date, we take it as an indicator they always want monthdelta dates to be end-of-months. This works for monthly/quarterly/halfyearly/annual. Bug 748431 - Wrong average balance for transactions during DST Replace average-splits with custom loop, cycling through the balancelist and splitlist, creating interval summaries along the way. Bug 787401 - Test for the report system - HTML Tests. Bug 795729 - Advanced Portfolio Report - Percentage rates not displaying leading zeros. Bug 796498 - Incorrect starting balance in TXF Report calculations. Bug 796530 - TxnCsvImport - fix loading of saved preset with update of seperator selection. Previously this would cause all but the first column to lose its assigned types. Bug 796687 - Tax Entity name and type for an account won't work under "Tax Reporting Options" in Gnucash 3.2 Bug 796826 - Report HTML - not possible to suppress the document header. Bug 796827 - Report HTML - it is not possible to suppress the document title. Bug 796829 - Report HTML - HTML table rows are prepended not as list elements Bug 796831 - Report-HTML - append table column correctly. Bug 796877 - test-stress-options fails. Bug 796946 - Mortgage and Loan Repayment Setup tool crashes when exiting "Loan Repayment Options" page. Because libstdc++ on Windows doesn't support any C++ locales besides "C" and throws an exception if you try. Bug 796952 - Report formatting (justify) is broken. Bug 796956 - Aqbanking 6 will drop DTAUS Adds support for the upcoming AQBanking 6 and removes support for AQBanking earlier than 5.3.4. Bug 796965 - Change the default to show unused accounts. Bug 796989 - some date/time does not honor user locale. Bug 797002 - Program crashes when exporting tax data in txf format. Bug 797011 - GnuCash 3.4 Crashes When Printing Checks with Custom Format. Bug 797013 - Import Customers & Vendors: error in CMakeLists.txt - causes incomplete project in Xcode. Bug 797029 - Import Customer & Vendors: blank name and company in import data row crashes GnuCash Bug 797030 - Import Customer & Vendors: several issues with the matching of data rows. Bug 797031 - Import customer & Vendors: import can create customer and vendors without address data Bug 797041 - enum confusion in qoflog. Bug 797046 - Tools / Price Database / Currencies UI not working since 3.4. Bug 797067 - Date displayed incorrectly in register. Bug 797074 - Reports with averages are displaying fractions Convert amounts to decimal prior to adding to html-table. Also adds tests to make sure averages are displayed in 2 decimal places. Bug 797098 - Quitting Gnucash shortly after clicking Save may abort file save. Bug 797105 - Incorrect local-symbol for SZL currency Bug 797136 - Balance sheet report "Show Exchange rate" broken when foreign currency is sold completely For cases where total(amount)/total(value) = 0/0, the price is reported as 0. Other repairs or enhancements not marked as bugs: API: Add dedicated api to query build-time, version related compile constants and use it in several location in the code for consistent behaviour. Budget: Save and restore the Account filter settings. Build: Fix deprecation warnings for g_type_class_add_private. CSV Tokenizer: Add additional test to guard against quote parsing regressions. GUI: Replace ambiguous mnemonic for File>Export>Export Active Register... GUI: Rearrange menu accelerators for Actions>Online Actions menu items GUI: Add mnemonic for File>Import>Import Bills... GUI: Move Balance-Forecast report to Reports>Assets & Liabilities GUI: Move Void Transactions item in Report Options from the Accounts tab to the Filter tab. I18N: Fix erratic localization of dates on Windows. Date format selection on Windows relies on Windows National Language functions and those are unaffected by the POSIX setlocale(). We have in the past relied upon gtk initialization to handle this but it has not been reliable since the move to Gtk3. Note that this applies only when the locale is set via a Unix-style environment variable (typically LANG) or in the environment file; it's unnecessary and ignored when using the localization settings in Region & Language. I18N: Unify phrases to remove untranslated msgids. I18N: Restore the global locale after Guile munges it. There's no way to change the environment locale on Windows so calling setlocale(LC_ALL, ""), as guile does in its init routine, reads the user's Language and Region settings instead of the environment variables. We save the discovered environment locale and call setlocale with it again after Guile has initialized. Importing: Remove old (non-SEPA) online transaction code, because now in 2019 the banks will only offer SEPA transactions and no others. This in turn means we don't need the old ktoblzcheck checking functions at all so also remove the dependency. Importing: Usability improvements for Bayes editor window Remove the "Are you sure" question as it is simply annoying but does not help. Fix some string wordings to be more understandable. Online Banking: No longer force existence of local BIC code. Online Banking: Entering of TAN must use normal visibility The visibility of the entered content was set to FALSE (=invisible) always, which was wrong for certain types of input as indicated by the GUI_INPUT_FLAGS. This should now be honored and visibility set to TRUE (=visible) for the correct flags. Online Banking: Fix reconcile timestamps when importing balances. Used to be start-of-day, but needs to be day-neutral. Performance: Provide a single static instance of C++ locale. We can't use std::locale::global because all streams imbue it by default and if it's not 'C' (aka std::locale::classic) then we must imbue all the streams that we don't want localized, and that's most of them. Performance: Add GncDateTime::timestamp(). To provide a C++ implementation of gnc_date_timestamp and to avoid using the expensive and localized GncDateTime::format(). Performance: Implement a faster date-time serialization function. Has the side effect of recording all date-times in XML files in UTC instead of local time with a timezone. This will help users who like to keep their files under version control because the time strings won't shift every time Daylight time begins or ends. Performance: >Fix XML load CPU hotspot: Scrub.c xaccTransScrubPostedDate The refactoring provides roughly 10% reduction in user CPU use for XML file load by moving an expensive function to within an if-clause where the result is used. Performance: Speed-up of txn match dialog: Suspend GUI refresh during deletion of selected lines. Performance: Sorting speed-up: Cache the bool value of Transaction's is_closing property. Register: Accept URLs or file paths for files associated with transactions. File paths can be relative or absolute. A preference is provided. Reports: Speed up the budget and cash flow report calculation by iterating over accounts only once. Reports: Heavy scrubbing for code readability and performance. Reports: New Report by Ryan Turner: Balance Forecast Report This report forecasts the combined balances of the selected accounts based on the scheduled transactions and plots them on a line graph. You can set a "reserve" amount, which will draw a red line on the graph, so you can easily see if your forecast dips below a given value. There is also a "future minimum" line which shows what the lowest future balance will be at a given point. I find this useful in conjunction with the "target" line for planning. Reports: Fix crash when loading saved-report with unknown choices. If a saved-report with e.g. relative date, multichoice option is unknown, the report would crash, and the Report-Options would segfault. This commit fixes both: report-date defaults to 'today', multichoice-options defaults to default-value. Following this commit, if a report loads a saved-report or .gcm from a future version, a gnc:warn will be emitted and the report will not crash; it will use relative-date today. Multichoice will remain the default value. Report Options will not segfault. The user will be notified via a gnc:gui-warn dialog Reports: Date intervals at end-of-month: Instead of recursing the date, we calculate the next month using an index-based multiplier, and apply modulo/remainder as appropriate to determine the next month/year. Then we attempt to create new mktime, and if the resulting mktime's month is not as expected, reduce the mday by 1 until resulting month is correct. This fixes monthly intervals for end-of-month days. Test via monthly/quarterly deltas, and also includes leapyear calculation. Reports: Date-grouping must allow indenting. Indenting checkbox was erroneously disabled when: sortkey = date, date-subtotal = not 'none. Reports: Table display It is intuitive that if the user wishes to show the subtotal-table, and hide the transactions, then both the main (hidden) transactions and subtotals must be hidden as well. Reports: Update US Income Tax information for 2018. Scheme Deprecations: account-assoc account-hash account-hashtable-ref account-hashtable-set! account-in-alist account-in-list-pred account-in-list? account-same? gnc-commodity-collector-commodity-count gnc-commodity-collector-contains-commodity? gnc:commodity-collectorlist-get-merged gnc:exchange-by-pricedb-helper gnc:exhange-by-pricevalue-helper gnc:get-commoditylist-inst-prices gnc:hook-run-danglers gnc:make-drcr-collector gnc:make-stats-collector gnc:report-template-menu-name/name gnc:report-template-name-to-id gnc:report-template-new-options/name gnc:report-template-renderer/name gnc:restore-report gnc:save-options split-assoc split-hash split-hashtable-ref split-hashtable-set! split-in-list? split-same? Scheme: Replace account and split utility functions with SRFI-1 functions. Scheme: Testing (create-transaction) adds price trading commodities/currency this will modify a test which was calibrated to record purchase price only. fix transaction creation to add prices for both purchase and sales, and also fix test which was assuming no sale price was bring recorded. Scheme: Testing (env-create-multisplit-transaction) This is the general case for any transaction creation. Rewrite other transaction creation routines to use it. All tests still work unchanged, which confirms this function works well. This will allow tests to create multisplit transactions, of an arbitrary number of splits. If the list-of-split's values are not balanced (i.e. total 0), the engine will create an Imbalance-CUR split. The motivation is to allow creation of complex multisplit multicommodity transactions eg USD50 + GBP20 (USD25) = EUR66 (USD75) as well as their prices GBP/USD = 25/20 and EUR/USD = 75/66. * USD -50 * USD -25 = GBP -20 * USD +75 = EUR +66 This will be useful in creating tests for stock-based reports, whereby stock sales need splits in STOCK/ASSET/INCOME accounts. Scheme: Redesign gnc:account-get-balances-at-dates, replacing the ignore-closing? parameter with a split->amount function parameter having a default value of xaccSplitgetAmount. (split->amount split) should return the amount of the split or #f; in the latter case the split is skipped. This allows for a more general account balance list accumulator with novel balance strategies. For example a split->amount function could test void status and return xaccSplitVoidForerAmount on void splits; test description/memo for some content and vary the returned amount accoridingly; or test the split and return 1 or 0 creating a counter. To recreate the ignore-closing use case pass (lambda (s) (and not (xaccTransGetIsClosingTxn (xaccSplitGetParent s))) (xaccSplitGetAcmount s))) Scheme: Replace some option names. Automatically convert usage of the old names and issue a warning. Updated Translations: Arabic, Croatian (New!), Farsi, French, German, Spanis, Ukrainian Updated Account Templates: Belgium (French) (New!), Frsnce, Croatia (New!), Germany. Switzerland (French)
gnucash: update to 3.4. 3.4 - 30 December 2018 The following bugs have been fixed: Bug 498072 - GnuCash show taxes on invoice when individual taxes is not checked Bug 760825 - On duplicating a bill, the entry dates should be set to the bill date, not to the current date - followup: Use neutral time on entry post dates instead of canonical time Bug 767772 - Associated file with transaction is lost when moving entry between accounts Bug 775580 - Inaccurate information provided for "Common Accounts" when using "New Account Hierarchy Setup" Bug 779565 - Treeview header combos do not work at first load Bug 788332 - Last Reconcile Date column sorts by day of month not date Bug 789674 - Close Book tool regression Bug 793156 - Incorrect date sort order in Generic import matcher window Bug 795080 - Some dates reset to 01/01/1970 Bug 795237 - Update of "wohnungsw" template Bug 795425 - Version 2018 of german account template SKR49 Bug 796772 - Receivable Ageing Report invalid URL for Totals column Bug 796806 - Crash after OFX import if line item dragged Bug 796842 - Add new employee window may not fit on screen Bug 796849 - Load another QIF file causes "that file already loaded" dialog Bug 796875 - Unable to use arrow keys to advance past pre-filled text in register Bug 796878 - test-qofsession fails on x86_32. Bug 796883 - Register text oddities HOME and END need to be treated like right and left arrow keys. Bug 796886 - OFX Import does not show source account in the transaction matching window Bug 796887 - Remove account slot key color if there is no valid color Bug 796893 - invoice.GetDatePosted() and other date related functions returns strange values for uninitalised dates. Bug 796896 - Button to complete an export not intuitively placed or discoverable Bug 796903 - Crash when searching invoice by Invoice Owner Bug 796914 - Customer Summary is giving error Bug 796915 - Update Account colour background Bug 796940 - Invalid transaction date-posted KVP causes date-posted to not be saved. Bug 796944 - Tab navigation From Company Address field in New Book Options Bug 796945 - Search Search Criteria window does not scroll when added criteria exceed a certain amount Bug 796948 - Scheduled Transactions Entered Since Last Run Are not Visible Bug 796949 - Incorrect conversion of 0,01 USD to EUR Bug 796960 - Incorrect amount sort order in Generic import matcher window Bug 796961 - Can't overwrite existing MYSQL database, V3.3. Bug 796967 - gnclock table not removed when using PostgreSQL. Bug 796978 - Deleting a split of same account as register cancels the transaction without warning Bug 796981 - Gnucash crashes with critical error when selecting another file Bug 796982 - Import Bills & Invoices: change in un_escape() routine causes description and notes fields to be mangled. Bug 796988 - Untranslated string in CSV transaction importer Bug 796989 - some date/time does not honor user locale Bug 796994 - Unable to generate Tax Report because of pricedb error Other repairs or enhancements not marked as bugs: Set up filepath utils to determine the GNC_CONFIG_HOME in the same way as GNC_DATA_HOME Until now GNC_CONFIG_HOME was more or less hard-coded. Now it can be set via environment variable GNC_CONFIG_HOME. In addition it will automatically be created to avoid potential user confusion. Redesign gnc-uri-utils gnc_uri_get_components will now return NULL as protocol if the input is a normal file system path instead of a uri (it used to return 'file') gnc_uri_get_protocol will now return NULL if the input is a normal file system path instead of a uri (it used to return 'file') gnc_uri_is_file_protocol now returns FALSE if protocol is NULL (it used to return TRUE) gnc_uri_is_file_uri now returns FALSE if input is a normal file system path instead of a uri (it used to return TRUE) a new function gnc_uri_targets_local_fs will return TRUE only if its input is either a file uri or a normal file system path. This function is now mostly used instead of gnc_uri_is_file_uri in the current code base a new function gnc_uri_is_uri is added to check whether its input is a valid uri (has protocol, path and hostname for non-file uris) refer to 'scheme' instead of 'protocol' as that's the more formal term used in uris This involves renaming 3 functions: gnc_uri_get_protocol -> gnc_uri_get_scheme gnc_uri_is_known_protocol -> gnc_uri_is_known_scheme gnc_uri_is_file_protocol -> gnc_uri_is_file_scheme The *_protocol variants are marked as deprecated. Additionally a number of local variables have been renamed from protocol to scheme to support this change. Show warnings for deprecated declarations We're about to announce our own set of deprecated functions in libgnucash. That would be pretty pointless if we also would silence all deprecation warnings at the same time... More report code-cleanup by Chris Lam, including deprecating the following functions: gnc:account-get-balance-at-date gnc:account-get-total-flow gnc-commodity-numeric-string gnc-commodity-value->string gnc:double-col gnc:options-add-include-subaccounts gnc:options-add-group-accounts gnc:options-add-currency-selection The following modules are deprecated: report-system/collectors report-system/report-collectors Invoice: Remove H1 title and superflous option. Printing the title twice is silly, so remove the option and the H1 display of the title. Note that the remaining title is in a div named "invoice-title" so it can be styled with CSS as the user pleases from the Report Options Layout tab. The preference, use formal accounting labels does not update the header With a register open and you change preference 'use formal accounting labels' it does not update the register header so add a call back for the preference. Make the grid lines of totals Budget tree view track the preferences Make the grid lines of the totals tree view track the preferences to match the account tree view above it. Add routine to fix Account Color being set to "Not Set" Previously the account color slot has been populated with "Not Set" when any field for the account has been edited and saved. This routine should run once and remove all such entries. Performance fix in dom_chars_handler: use g_strndup instead of g_strdup In the appdata/metadata file, rename the ID from org.gnucash.Gnucash to org.gnucash.GnuCash to match flathub, and add a launchable ID to link it to the desktop file. Added double-click-on-file for the CSV transaction, price, and account importers and exporters. Cleaned up a variety of issues reported by the clang static analyzer. Allow the text options widget to use all remaining space The text option widget used for report options has only about 3 lines visible currently and will not use any available space in the dialogue. Change the packing for this widget to expand and fill the remaining dialogue space. If there are more than one text option widget on a page then the available space will be shared equally. Add short_labels for a few toolbar buttons with long names. That should fit a few more buttons on the toolbar. Update iso-4217-currencies.xml, adddding VES - Bolivar Soberano, minor updates of other VE currencies. Python 3 bindings fixes and improvements from Christoph Holterman and Sumit Bhardwaj.
gnucash: update to 3.3. Between 3.2 and 3.3, the following bugfixes were accomplished: • Bug 771667 - Different warnings when changing reconciled splits vs. splits linked to reconciled splits. • Bug 784420 - "Save changes on closing" window waits 2^32 seconds when "Time to wait for answer" is set 0. • Bug 786708 - GnuCash won't load currency fractions larger than 1000000. Also create larger fractions for the account dialog. • Bug 787439 - Segmentation Fault in Transfer dialog after clearing Date field and pressing escape. • Bug 789594 - Unable to overwrite sqlite3 database file. • Bug 792446 - Mixed languages in error dialog. • Bug 794526 - Python bindings can't find loadable modules. • Bug 794755 - Commodity Register displays fractional prices. • Bug 794870 - If no book is opened, gnucash still asks if the user wants to save changes when opening a file. • Bug 795821 - GnuCash could not obtain the lock for file://C:\Users\username\Documents\GnuCash\2.6.21\xxxx\xxxx.gnucash • Bug 796054 - Unposting and reposting invoice doubles amounts. • Bug 796137 - query.search_for outputs critical qof.object errors and prevents queries being run. • Bug 796248 - Editing Scheduled Transaction. • Bug 796474 - Segmentation fault while setting up online banking. • Bug 796509 - Saved reports don't respect *some* 'Edit report options'. • Bug 796579 - Cannot go forward with empty duplicates screen. • Bug 796665 - Backspace Key Inoperable After Ctrl+V. • Bug 796669 - Dark Theme Text Colors Hard to Read. • Bug 796724 - Can't overwrite gnucash DB on MariaDB. • Bug 796725 - 4 of 6 Date Posted options fail to return matching transactions. • Bug 796734 - Auto-complete entry not highlighting to allow for incremental entry. • Bug 796737 - Patch to restore gncmod-python.c. • Bug 796739 - Toolbar buttons have no labels. • Bug 796751 - reconcile window usability - R column should be next to Amount. • Bug 796755 - buggy window handling at startup. • Bug 796756 - OFX import fails to recognize associated income accounts. • Bug 796759 - --add-price-quotes leaves a lock on the file. • Bug 796762 - Scrollbar partially hides the delete button in the Saved Report Configurations window. • Bug 796766 - Credit note creating 'imbalance' with wrong entries. • Bug 796777 - CVE-2008-1391: Integer overflow in included strfmon function. • Bug 796788 - Strange behaviour in options of multicolumn report. • Bug 796792 - SaveAs Overwrite dialogue in background and not visible. • Bug 796812 - gnc_date_cell_get_date and gnc_date_cell_get_date_gdate have different date validation behaviour. • Bug 796813 - Date validation inconsistent. • Bug 796814 - Changing a book's read-only threshold doesn't immediately affect open registers. • Bug 796816 - Notes field in Duplicate Invoice dialogue is 'read-only'. • Bug 796819 - Bad icon with Spanish localization. • Bug 796820 - References to 'Gnome Bugzilla' should be changed to 'GnuCash Bugzilla'. • Bug 796833 - Excel csv Format misprocessed. • Bug 796839 - Find transaction won't filter on Date Posted. • Bug 796858 - TypeError: in method 'qof_query_int32_predicate', argument 2 of type 'gint32' on gnucash.gnucash_core.QueryInt32Predicate.
gnucash: update to 3.2. Between 3.0 and 3.2, the following bugfixes were accomplished: • Bug 787401 - Test Report System - Report Definition. • Bug 794617 - Can't compile with -DWITH_GNUCASH=NO due to scm-gnome-utils. • Bug 795101 - Scroll Bar in Reconcile Window Floats in and covers the check boxes. • Bug 795247 - datepicker broken in Persian. GnuCash passes dates as integer y/m/d without using locale-specific formats, so we need to strip out 'E' and 'O' from the format when scanning dates or determining separators in gnc-date. None of '-', 'E', or 'O' are supported by boost (and '-' causes errors), so strip them out from formatters in gnc-datetime as well. • Bug 795253 - Have problems input Chinese. • Bug 795272 - QIF importer causes application crash if action is invalid. • Bug 795276 - Invalid date on price stops file from being parsed. • Bug 795362 - Special variable "i" not parsed in function calls. Due to balance tests with insane random values. • Bug 795471 - Impossible to Edit Budget Unless Maximized. • Bug 795519 - Credit card payment after reconciliation. • Bug 795666 - Backslash '\' in Description field spoils CSV Import without helpful error message. • Bug 795831 - When read only threshold set, dates are silently changed. Display a message box informing the user of the change. • Bug 795944 - Cannot store change to Business Suppliers data. • Bug 796079 - Repeatable Crash in Tax Report Options. • Bug 796081 - Tax Schedule Report - An error occurred while running the report. • Bug 796083 - Reconcile Selection Doesn't Work Anymore. • Bug 796117 - Connecting 3.1 to an existing mysql db drops all data. Provide a backup recovery function that instead of dropping primaries and restoring backups merges the primaries and backups. This should handle a worst-case safe-save failure where the backup tables don't have a complete set of rows for some reason. • Bug 796256 - Main Window stays hidden when starting after closing main window while minimized. • Bug 796369 - Notes lost or perhaps just not displaying when using SQLite backend. This bug caused data loss if you saved your SQLite3 database to a different file or database. The problem is that in SQLite3 (though not in MySQL or PgSQL) the subquery ((SELECT DISTINCT guid FROM transactions)) (note the double parentheses) returns only the first guid in the subquery's results. Some transactions are loaded by special queries and those queries are also used to retrieve the transaction's slots so they weren't affected. • Bug 796398 - Restrict accelerator keys to valid date range. • Bug 796409 - Incorrect Current Value for Stocks. Missed calculating the value in the register summary bar. • Bug 796423 - Cannot Input Chinese, seems does not work with other IME too. Toggles not in view with all rows selected weren't being redrawn. • Bug 796484 - csv import: iostream error. Unfortunately it turns out that we can't use filestreams because they can't take path arguments containing Unicode on Windows. • Bug 796527 - invalid currency on scheduled transactions. • Don't even check for price/exchange rate on template transactions, there's no point. • Check all split commodities are valid, abort transaction creation if not. • If the template transaction's currency isn't used by any of the splits set the new transaction's currency to the first-found currency if there is one, otherwise to the first-found commodity. • Bug 796537 - Transaction Report cannot sort by "num". • Bug 796586 - QIF import incorrectly converts unicode characters from UTF8 encoded file. • Bug 796595 - QIF Import Select Account button to add a new account is labled gnc-account-new but should be New. • Bug 796600 - stock split cash-in-lieu income/asset labels backwards. • Bug 796614 - Reconciliation report contains incorrect transactions. • Bug 796638 - configuration not properly saved for CSV transactions import form. The Following fixes and improvemts were not associated with bug reports: • Transaction report improvements: • Performance: Do all filtering ops before sorting. • Move the options summary before the subtotals table. • New unit tests • Enable computing averages in subtotal grid. • Generate the subtotal grid only if the primary sort key enables subtotals. • Fix subtotal grid to support multiple commodities. • New filters. • Much cleaning and refactoring of the internals. • Cache the num-split-action book option to avoid thousands of KVP queries for the same value when loading a register. • Create a static string for book option KVPs to save an extra malloc/free on old compilers without small-string optimization. • Add tooltip support for register cells. • New unit tests for the balance sheet report and invoices. • Consolidate charting code into a single module. • Removed an incomplete and abandoned C implementation of QIF import. • Restored libsecret support that had been left out of CMake. • Replace old-style html style attributes with css. • Modify emitted html to be parseable by the Guile SXML module for testing. • Remove support for long-gone gtkhtml renderer. • Clean up code generating html tables. • Ensure full precision of doubles is saved to SQL. std::iostream's operator<<(double) uses only 6 digits of precision by default. • Make float database operations more consistent, working around dbd-sqlite3's failure to support doubles (dbd-sqlite3, not sqlite3 itself). • Prevent crash in gnc-tree-view.c: When getting information from the state file, protect against the key not having a '_' which is used to split the string. • Add the full account name to the saved register settings If you need to delete the layout for a register in the settings file, the only thing identifying it is the account guid. To make it easier for humans, add the full account name also. • When register pages are restored it uses the full account name. When register pages are restored, the account is found from the full name so if the separator changes it will fail. Instead, also save the account guid and use that as default to find the account falling back to the full name. • Fix misplaced try block that caused unhandled exception if year out of range. • Fix permanent storage of vendor details: Since the data types did not match for the billterms and taxtable, those references/guids were not saved to the database. • Update invoice reports to use totals calculate by gncInvoice. This should give a consistent representation of invoice data across the application. • Ensure gncEntry rounding is consistent. Internally calculated values in the entry are never rounded. Consumers of gncEntry's calculated values can request them either rounded or not. Next use a pragmatical approach for calculating values on invoices based on the entry values: do the rounding such that we never create an unbalanced transaction while posting. That means: • round each entry's net value before summing them in net total • accumulate all tax totals on invoice level per tax account before rounding and round before before summing them in a global tax total Hopefully this will catch a few more rounding issues in this area. A complete solution can only offered if we allow users to manually correct tax entries. This requires changes to user interface and data format so that's not going to happen in gnucash 3.x. • Use Scheme SRFI-64 test framework for new Scheme unit tests. • New compilers (gcc-8.0 and Xcode 9) bring new warnings, so several fixups to mollify them. • Lowercase all cmake commands for better readability. • Metadate migration (2.6.x->3.x) fixes for Windows. • Ensure timezone is set correctly in FreeBSD. The following translations are updated: Dutch
gnucash: update to 3.1. 3.1 - 29 April 2018 The second release of the 3.0 stable series. The following bugs have been fixed: Bug 118391 - Long currency names untranslated Bug 769686 - Notes not imported when using update and reconcile in import transactions from CSV Bug 772776 - VERY large queries (over 11000 fields in IN clause) slow down GnuCash Bug 782144 - git-master - Save Corrupts Data File / Not Open Data File Bug 792105 - Startup takes several minutes Bug 793461 - Transaction matcher window blank when importing QFX Bug 794767 - Dates default to 01/01/1970 Bug 794916 - Fails to find environment file at startup when installation prefix is '/opt' Bug 794936 - 3.0 does not open previously saved sqlite3 files properly - corrupted business data Bug 794941 - Both print icons export to pdf Bug 794953 - Ellipsize on short tab labels Correct error on when to ellipsize tab labels. Also as this is used in two places separate out this to new function so it is not duplicated. Bug 794990 - Double click does not work on saved reports When you double click on the saved report description nothing happens. This was down to a conflict on a couple of call backs and one of them was incorrectly setup. Bug 794994 - Display Alphavantage key in full Set the entry to expand so all the space is used to display. Bug 795031 - 3.0 Crashes on loading when opening 2.6.19 file Bug 795039 - Crash on startup using Technicolor Style sheet in report Bug 795040 - GnuCash crashes when searching for a newly created bill Bug 795049 - GnuCash 2.6.20-1 (Fedora Linux package) is unable to open MariaDB. Bug 795064 - Enable subtotal-only if either sortkeys are dates This will allow 'show subtotals only' if sortkeys are date-types. This allows, for example, prime-sortkey=date, yearly. sec-sortkey=date, monthly. Bug 795068 - src/optional/python-bindings missing several files Bug 795080 - Some dates reset to 01/01/1970 An odd corner case: BST apparently came off of DST at 23:00 26 Oct 2014, so midnight that day was ambiguous about being DST or not; that causes the local_date_time constructor to throw in spite of the tm.is_dst element being 0 (meaning pick standard time). Instead of just failing in that case, try constructing a local_date_time three hours later then adjust it back three hours. If *that* doesn't work then throw a std::invalid argument. Bug 795082 - CSV import crashes if a transaction's 'Account' field is empty and no default Account set Bug 795101 - Scrollbar floats and covers toggle buttons When the scrollbar appears for the reconcile windows it can float above the reconcile toggle button which make it difficult to toggle. Move this column to the start which has the advantage of aligning the amount column above the Total value. Bug 795142 - Unable to enter account codes in business sheets In Bills, Invoices and Expense vouchers you can not enter an account code in an account field like you can on a normal register, enable this. Bug 795155 - CSV import does not distinguish between deposit and withdrawal Bug 795347 - Australian (GMT+10) OFX transactions imported have previous days date Bug 795377 - Reads and saves Gnucash 2.6.19 XML file, then can't reread it, due to bad date in old file Bug 795389 - Hard to see figures in the budget window The budget view had hard coded black for normal values and dark grey for other values. Changed this so normal values are reset to default color and adjusted the grey based on default color for theme. Bug 795405 - All Dates in Price Database Off-By-One After 3.0 Upgrade Bug 795446 - On Windows there is a blank tip of the day When the tip_of_the_day.list is created a new line is appended to the list file and on Windows this causes a blank tip so remove the adding of the extra line. Bug 795471 - Budget window scrolls edited cell out of site When editing cells that have been revealed on the right by scrolling the window snaps back to the left hiding the cell being edited. This may be due to an underlying gtk issue but these changes fix the issue visually. Other repairs or enhancements not marked as bugs: On Windows the tooltip for saved reports was incorrect When the mouse was placed over a saved report description on Windows an empty tooltip was displayed. Setup the query tooltip callback so it does not display a tooltip for description column. Fix crash when loading sql book with posted transactions Add ability to recognize and use a pre-compiled libgmock.so. html-font: add default font family Windows ships with GTK2 in which the default font styles are named "Sans" "Sans Bold" "Sans Normal" etc. There is no "Sans" font in Windows; I vote to add a default "Sans-Serif" font-family which is valid CSS. This ensures exported reports are shown as intended. Several improvements to the Transaction and GST reports. csv-impport - Allow empty amount fields Treat empty amount fields as 0. This is necessary for example in the case the csv import file has both a deposit and a withdrawal column. Remove the set transient parent setting for Reconcile window The Reconcile option is already a window so it is not necessary to set this value which allows the jump to transaction to work properly. Date Format dialog flashes up when file/properties used When you select the File/Properties dialog, in the construction of that a 'Date Format' dialog flashes up while the date component is moved to the properties dialog. Can mainly be seen on Windows so remove the visible setting in glade file. Prevent throw in gnc-pricedb. If a price lookup is given an invalid time64/timespec (i.e. INT64_MAX) then just return NULL instead of trying to find the nearest price. Set GNC_VCS at build time instead of when making the tarball. Because the tarball is always made from a VCS repo. If there are no prices in the db, critical errors are flagged When dialog transfer is used between two commodities and there are no prices in the db a critical error is logged. Test for price object being NULL before retrieving the price for the error message. The following translations are updated: Slovak, Spanish Known Problems: It is not possible to overwrite SQL Databases from within GnuCash, even though GnuCash will ask if you want to. Bug 789594 Several dates, including Accounting Period, are subject to change with time zone and daylight-time changes. Bug 791825 Some HBCI information is not loaded correctly so the first transaction download will re-retrieve transactions unless the beginning date is set explicitly. Bug 792397. The new CSV importer's Price of Shares column doesn't work. Bug 793306 The new CSV importer's numeric parser can't parse numbers of the form x + y/z. Bug 793556. Python bindings may not work in some installations because the bindings are unable to find the backend modules (libgncmod-backend-dbi and libgncmod-backend-xml). Bug 794526 Get Quotes can be slow if one has a large number of saved prices. Bug 794644. The Mac localization code can set the wrong encoding for strftime causing the register's date picker to label months "Null" in some locales. Bug 794807 On Mac, the File Open dialog will crash if one types anything. (This is a Gtk+ bug). Bug 794809 An open register is not immediately updated when the Since Last Run dialog creates transaction splits in the register's account. Bug 794854 GnuCash asks if one wants to save changes when quitting or opening a file even if there's no book open. Bug 794870 Windows Defender falsly identifies the GnuCash installer as a Trojan. Bug 794967 Some Windows users have trouble using Chinese input methods on the Register; other controls work. Bug 795253 On Microsoft Windows the Tab key does not work in the register if the caps-lock key is on. Bug 795294 GnuCash will crash if one attempts to import a CSV file with more than 1400 transactions. Bug 795383 Invalid input into a formula (Debit/Credit) field is inconsistent depending on the input. Bug 795614.
gnucash: update to 3.0. The GnuCash development team proudly announces GnuCash 3.0, the first release in our new 3.x stable series. New Features 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 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. New editors 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. New Reports: A Reconciliation Report based on the Transaction Report,a Income GST Report, and a Cashflow Barchart report. A new CSV importer largely rewritten in C++, adding new features including the ability to re-import CSV files exported from GnuCash, along with a separate CSV price importer. A new preference panel for the Alphavantage API key so that Finance::Quote users need not edit /etc/gnucash/environment. We've removed all references to the various Yahoo! quote sources and made Alphavantage the default. Data file directories are now located appropriately to the operating system's conventions by default: Windows: CSIDL_APPDATA/Gnucash MacOS: $HOME/Application Support/Gnucash Linux: $XDG_CONFIG_HOME/gnucash (or the default $HOME/.config/gnucash) 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. The Bayesian import maps are also stored in a flatter structure to allow faster access, especially in SQL. These changes mean that if you have Bayesian mapping data, once converted your database will be loadable only by GnuCash 2.6.20 and later. MySQL and SQLite3 date storage has changed a bit. Once converted, MySQL and SQLite3 database will be loadable only by GnuCash 2.6.19 and later. Numerics are rewritten to allow for more significant digits. The old 6-digit-maximum fraction is now 9-digits, and prices may have up to 18 digit precision. Chart Reports appearance is improved, including more modern chart colours as suggested by http://clrs.cc/. Transaction Report improvements, including regular expression filtering and many more options and features including a "Subtotal Summary Grid" The subtotal summary-grid will tabulate subtotals - prime-sortkey vertically, sec-sortkey horizontally. For example, with prime-sortkey = accounts, sec-sortkey = date, sec-subtotal = monthly will produce a monthly time series table. The About dialog box layout is improved and now includes the detected Finance::Quote version. GnuCash will always build the locale-specific tax modules. This was optional when building with autotools and never enabled when building with cmake. Note that the only supported tax locales are en_US and de_DE. On Macs the Reconcile Window's menu moved to the menubar. GnuCash no longer supports Guile-1.8 and now does support Guile-2.2
gnucash: update to 2.6.19. Between 2.6.18 and 2.6.19, the following bugfixes were accomplished: Bug 787497 - Disabling OFX, AqBanking or python-bindings support cripples the dist build target. (Partial: The requisite files for AQB and OFX are provided. There remain ways to break the distribution.) Bug 789928 - FTBFS with libdbi 0.9.0-5 on Debian Failed to create file "/usr/share/glib-2.0/schemas/gschemas.compiled.XY789Y". Some other fixes not associated with reported bugs: A better way to handle MySQL's 0000-00-00 invalid date indicator. Fix python build and test errors on Mac. Add translator hint comments to C and glade files. Improve type of bank accounts in SKR03 Stop testing GObject's handling of invalid parameters
gnucash: update to 2.6.18.1. 2.6.18 - 24 September 2017 The following bugs are fixed: Bug 644898 - Calendar of upcoming SXes has various display issues Bug 647805 - Interdependent report options fail to change state after using apply for a limited number of times. Bug 771246 - Set Invoice/Bill items date correctly from imported CSV. Bug 784284 - unifying "Clear the entry." tooltip on Loan Repayment Calculator Bug 787479 - Persian currency symbol is doubled. Other repairs not marked as bugs in git: Added Catalan Accounts for the New Account Assistant Fixed errors from loading init.py. Run the python bindings tests in a CMake build. Implement dist, distcheck, and uninstall targets for CMake build. Updated Translations: Farsi, German, Japanese, Latvian, Serbian, Spanish
Updated gnucash to 2.6.16. 2.6.16 - 26 March 2017 The following bugs are fixed: Bug 516920 - Calendar Pop up disappears of the left side. Bug 603379 - Prevent changing some Account Options if it has transactions Bug 670731 - Future Value not working with Loan Scheduled transaction Bug 739571 - Matching imported transactions doesn't indicate previously matched entries Bug 759934 - Tiny reports in HiDPI (workaround). Bug 766630 - gui dialog for sorting transactions to accounts after aqbanking import broken Bug 767032 - 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. Bug 773945 - 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. Bug 776247 - PriceEditor thinks Currency XXX is an actual currency and tries to retrieve prices for it. Bug 776380 - Gross value of bills charged back instead of net value Bug 776494 - Wrong menu entry in Tip of the day Bug 776517 - Trial Balance Report: Total Debits Issue re $0 Commodity Accounts and Price Source Mode Set to "Nearest in Time" or "Most Recent" Bug 776564 - Creating a scheduled transaction from an existing transaction does not include the notes field. Bug 778208 - Scheduling 2nd, 3rd or 4th Wed doesn't seem to work. Bug 779217 - Transactions rounded to 5 decimal places when opening file. Bug 779411 - jqplot fixes for piechart and syntax error. Bug 777875 - Reports with charts are flickering in certain circumstances Bug 777949 - Accounts implicitly created in ledger attempt creation twice Other repairs not marked as bugs in git: 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. The following translations have been updated: Catalan, Dutch, Finnish, German. Portuguese, Russian, Serbian.
Updated gnucash to 2.6.15. GnuCash 2.6.15 Release 2016-12-18 The GnuCash development team proudly announces GnuCash 2.6.15, the fifteenth maintenance release in the 2.6-stable series. The following bugs are fixed: Bug 340991 - Default price source for reports not good. Bug 516920 - Scheduled trasaction calendar popup off screen. Bug 685329 - Crashes on non-existent date. Bug 769124 - Australian (GMT-10) OFX transactions imported have previous day's date. Bug 770364 - Sign of Value in Lots in Account window seems inconsistent. Bug 771246 - Set Invoice/Bill items date correctly from imported CSV. Bug 771617 - Build fails because test test-report-utilities is sensitive to time of day/timezone. Bug 772313 - Invalid DOCTYPE in report generation. Bug 772369 - Replace use of guile's internal date/time functions. Bug 772382 - Date off-by-one after DST change. Bug 772484 - Segfault on Transaction edit. Bug 773808 - Export Report Crash. Bug 774237 - FTBFS under some timezones (eg. GMT-14). Bug 775368 - "Average cost" price source problem. Bug 775385 - Confusing error message which includes the text "file file". Bug 775567 - Importing QIF file from PayPal crashes GnuCash 2.6.14 on Windows XP service pack 3/ Bug 775912 - Tips of the Day shows content only once very 3 times. Other repairs that weren't marked as bugs in git: 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: Danish, German, Serbian
Add libdbi option and enable it by default. libdbi is similar to p5-DBI in that it provides a database independent interface that can be use to access a variety of different types of database servers. Approved By: wiz
Updated gnucash to 2.6.13. Between 2.6.12 and 2.6.13, the following bugfixes were accomplished: Bug 637004 - Optionally allow customer and vendor address info to display. Bug 736352 - Expense Voucher adds tax automatically. Bug 748983 - Crash after opening money transfer dialog twice. Bug 760021 - File "Save As" to an existing file...overwrites without warning. Bug 761672 - Transfer made to placeholder account. Bug 764248 - saved-reports-2.4-backup line endings unconventional. Bug 764871 - Crash starting gnu cash. Bug 765859 - The budget reports missing in Hungarian edition Bug 766028 - crash on manual addition of price entry in Price Editor. Bug 766200 - 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. Bug 766688 - Minimal fraction of BYN should be 1/100. Bug 766960 - gnucash-make-guids fails to run due to hardcoded paths. Bug 767824 - 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.
Update gnucash to 2.6.12. GnuCash 2.6.12 released The GnuCash development team announces GnuCash 2.6.12, the twelfth maintenance release in the 2.6-stable series. Please take the tour of all the new features. Changes Between 2.6.11 and 2.6.12, the following bugfixes were accomplished: Bug 482186 - Customer and vendor report for partners who get invoiced/paid in foreign currency show total labeled with the symbol of the default currency Bug 620281 - Adding reversing transaction to bill transactions creates undeleteable transactions Bug 642292 - General Ledger report - 'Primary Sort Key' value is not persistent Bug 687504 - Not possible to reset an invoice/bill counter format Bug 693342 - Print (bottom) prints to middle for 3-check pages Bug 719904 - Decide payment type only based on the account type involved Bug 720934 - Barcharts with many data points have overlapping x-axis labels Bug 722996 - Cannot add stock price on Price Editor Bug 723689 - Splash screen doesn't set the floating hint. Bug 728074 - Posting bill converts currency to itself using 0 rate Bug 728722 - Setting number format details appear wrong in Help, section 10.3.4. Counters Book Options Tab Bug 733164 - [MacOSX] Command-H Invokes Help->Help Contents Bug 742352 - Budget Summary section does not show expense totals Bug 744157 - Tip about subaccount is confusing Bug 754209 - Bills can be posted from "find bill" search results even if bill is already posted and results in extra $ posted to A/P Bug 754856 - scheduled transaction fails without warning Bug 756469 - CSV Invoice Import - Items with double quote escape not imported. Bug 760015 - guile support is automagic Bug 760529 - Get Quotes updates value just once per day Bug 760711 - Non-ASCII characters not shown in Report Name when a report is created with 2.6.12 Bug 762971 - Duplicating multiple invoices results in invoices without an ID number Bug 763111 - commodities prices editor creates hidden db entries Bug 763146 - Invalid exchange rate is recorded when entering multi-currency transaction Bug 763279 - GnuCash has empty reports in recent Gentoo builds. Some other fixes not associated with reported bugs: Various memory leaks. More multi-currency fixes related to bug 763146. Be more liberal in accepting business counter custom formats: li, lli, I64i, and whatever is defined to G_GINT_64 or PRIx64 on the system on which GnuCash is compiled. Correctly re-value splits when the transaction currency is changed. Reset the transaction currency to match the currently open account when auto-completing. Refine the MacOS X localization when the system-generated POSIX locale isn't a supported locale: Prefer the country to language when selecting an alternate locale, but still pass the original language to gettext. Check printing: extract address from invoice/bill for payment transactions. Robert Fewell has contributed changes needed to allow the 2.6 series to read files from future major versions which use GUIDs instead of names to identify matched accounts with the Bayesian import matcher. Translations Updated:Azeri, Basque, Catalan, Chinese (Simplified), Czech, Danish, Dutch, Farsi, Japanese, Kinyarwandan, Portuguese, Slovak, Serbian, Swedish, Turkish, Ukrainian. Important update notification
Update gnucash to 2.6.11: Between 2.6.10 and 2.6.11, the following bugfixes were accomplished: Bug 680104 - Scheduled Tranaction formula not calculated when variables are mixed with constants. Bug 756335 - When importing, date selection causes exit crash. Bug 759570 - Postponing a repeating SX skips over the instance. Bug 759674 - GNUCash crashes when importing invoices or bills with delimited import. Bug 759859 - Reconcilation does not convert transactions' currency to the main one making reconcilation impossible. Bug 760052 - missing flag translatable in Custom Report. Bug 760079 - Translations comments: Remove translatable flag from placeholder labels in dialog date-close. Bug 760398 - Cancelling the creation of a duplicate bill or invoice doesn't reset the invoice number counter Some other fixes not associated with reported bugs: Add Account.AssignLots to python bindings. Allow panel that provides information about TXF categories to be adjusted by the user in the Income Tax Information dialog under Edit->Tax Report Options. Minor improvement to information provided about TXF categories in the Income Tax Information dialog under Edit->Tax Report Options. Translations Updated: German.
Update gnucash to 2.6.10: 2.6.10 - 20 December 2015 Announcement: GnuCash 2.6.10 Release 2015-12-20 GnuCash 2.6.10 released The GnuCash development team proudly announces GnuCash 2.6.10, the tenth maintenance release in the 2.6-stable series. The following bugs are fixed: Bug 627692 - Report options, Account Selection, "select all" => not all accounts selected, only visible ones Bug 646129 - Account selection in reports: 'Select Children' doesn't actually select children if they are collapsed. Bug 662126 - Cannot create scheduled transaction for dividend reinvestment Bug 742321 - Reset temporary prefs on application startup Bug 745101 - No warning when quitting with unsaved file. When the file was first created without the New File Assistant. Bug 746155 - Reports: html-acct-table prepend-row! & prepend-col! unknown variables Fixed following the suggestions by Tony Kerns. Bug 754192 - Since Last Run Dialog asks for security price even if not needed. Bug 754533 - No Account Templates Error Patch Bug 755781 - Files with copyright but no grant of license. Bug 756335 - When importing, date selection causes exit crash Bug 756339 - Prices table not updated Bug 756720 - configure fails to find libgoffice 0.10-10 (0.10.18-1) While we can't support libgoffice 0.10 because that would require gtk3 we can improve the error message if no libgoffice 0.8.x version is found. Bug 757378 - Display the user-defined display symbol for non-currency commodities. Bug 759224 - illegal dates in stock transactions cause corrupt file. Bug 759294 - New the billing term are not saved during invoice editing. Prevent editing the terms from the invoice view. Other repairs that weren't marked as bugs in git: Revert the automatic inversion of prices whose value is less than 1.0. This corrects several regressions from 2.6.8 and 2.6.9; it proved to be to big a change for a maintenance branch and will re-appear in the next major release. Fix test failure due to trying to parse nanoseconds, which we don't actually use. Use @SHELL@ instead of hardcode /bin/sh in test shell scripts. This is a workaround for MacOS X 10.11's System Integrity Protection. Improve the revert action: Ask user confirmation and don't ask to save before reverting Have a more generic mechanism to set Save action's sensitivity and use it for Revert action as well Avoid assert in gnc_split_register_balance_trans if default_account is null. Performance improvements in the Cash Flow report. Add new account chart for Duch small businesses. Add some developer documentation. New Translations: Portugal Portuguese Updated Translations: Arabic, German
Update to 2.6.8: 2.6.8 - 27 September 2015 Announcement: GnuCash 2.6.8 Release 2015-09-27 GnuCash 2.6.8 released The GnuCash development team proudly announces GnuCash 2.6.8, the eighth maintenance release in the 2.6-stable series. The following bugs are fixed: Bug 724738 - Value in "Display Symbol" field not saved. Bug 746998 - "Months Remaining" spinbox in Loan Assistant is non-obvious. Provide a tool tip explaining what it's for. Bug 747795 - Attached file not found. MSWin only. ShellExecuteW("open") doesn't decode http escapes on file: IRIs. Bug 749077 - wrongfully invalidating any account save location/path starting with ".gnucash" Bug 752035 - Transaction Report "Filter By" Not Always Working. Bug 752204 - .gml2 files are modified during build. Since there's no real benefit to saving the files most of the time, don't, but leave the save line in, commented out, to make it easy to write new files if necessary. Bug 752879 - Finance::Quote TZ Date::Manip config variable is deprecated. Bug 753146 - free(): invalid pointer on duplicate transaction when Use Split Action Field for Number is set. Bug 754617 - Gnucash should use PKG_PROG_PKG_CONFIG Bug 754764 Budget Doxygen documentation - gnc-budget-view.c. Other repairs that weren't marked as bugs in git: Clean up deprecated Gtk functions to make eventual migration to Gtk3 easier. Improve storage of prices in the price db so that there is only one per day and a preference list determines what sources can overwrite existing prices. Prices are stored in the direction that the price is greater than one to preserve precision for large prices that would be small in the other direction. Correct the Stock, Bond, Market Index, and Mutual Fund account types to ASSET in the template accounts. STOCK and MUTUAL are not compatible with currency. Clean up some non-fatal asserts. Developer documentation improvements. Fix backend Sync errors not being reported. Restore Date::Manip as an explicit dependency in gnc-fq-update; it's required for gnc-fq-helper, not Finance::Quote. Updated Translations: Danish, Dutch, French, German
Update to 2.6.7: 2.6.7 - 28 June 2015 GnuCash 2.6.7 released The GnuCash development team proudly announces GnuCash 2.6.7, the seventh maintenance release in the 2.6-stable series. The following bugs are fixed: 681225 - income statement displays blank base currency entries when trading account transactions are present during the report period 739271 - pt_BR translation wrong word "limpesa". Should be "limpeza" 744858 - Update exchange rate on bill only possible once per session (after unpost/repost) 746792 - process payment in foreign currency leads to broken equation 734183 - Set value to zero before calling gnc_exp_parser_parse. 746163 - Custom register colors (table rows) not recognized from .gtkrc-2.0.gnucash file 746873 - Gnucash asks sql passwords before wallet password 747812 - unset LDFLAGS when unsetting CFLAGS 747377 - Fix overly restrictive input validation for IBAN of SEPA transfer. 740955 - Correct general journal and general ledger reports to properly handle Use-Split-Action-For-Num option in File->Properties. 747300 - SQL backend missing from most recent DMG? 746977 - scm ccache files should be in pkglibdir not pkgdatadir Other repairs that weren't marked with bugs in git: Fix hidden panes in lot viewer Fix some abs() errors from new clang and gcc versions. Fix dbi driver detection on linux and similar Improve "Auto pay on posting" message Enable travis continuous integration tests on the gnucash repository Updated Translations: Azerbaijani, Basque, Catalan, Chinese (Simplified), Czech, Danish, Dutch, German, Kinyarwanda, Persian (Farsi), Portuguese, Slovak, Swedish, Turkish, Ukrainian. New Translations: Serbian
Update to 2.6.6: 2.6.6 - 29 March 2015 GnuCash 2.6.6 released The GnuCash development team proudly announces GnuCash 2.6.6, the sixth maintenance release in the 2.6-stable series. The following bugs are fixed: 619899 - Use normal gettext or intltool toolchain also for scm files 649933 - Creating cash flow report takes a long tim 672760 - Postponed transaction applied invalid date 721196 - CSV. Cannot import lines with empty fields for deposit or withdrawal in bank transaction download. 723409 - Incorrect symbol for Turkish lira 727466 - The symbol of CNY changed to 元 727647 - "gncInvoiceGetTotal" is not read-only function? 731889 - guile 2 exports different autoconf macros than what is expected 733685 - Fancy Date Format doesn't stick 738749 - Broken account template en_GB/uk-vat.gnucash-xea. 739228 - Advanced Portfolio report: wrong calculation of Value Correctly convert the value into the report's currency. 739584 - gnucash-2.6.4 segfaults regularly on transfer . 740471 - Applying payment to invoice Segmentation fault 741228 - "Red line" threshold applies to Template scheduled transactions 741810 - Compilation fails because of creating .gnucash 742089 - Decimal places. Set the debit and credit cells' print_info to the account so that the decimal places are correct for the commodity. 742332 - German tax report uses US tax quarters and not real quarters. 742624 - Scheduled Transaction Editor results in immediate segfault 743609 - Add configure options to disable libsecret detection 743807 - Stops critical error messages. 745265 - Segfault in generate_statusbar_lastmodified_message on Windows. Actually change the default date format without AM/PM 745354 - Enhance the Find Transactions dialog. Make it possible to define search criteria that consist of multiple terms anded or ored together. Use this to define a new criterion to look for specified text in any of the Description, Notes, or Memo fields 746517 - gnc-sql-backend.c compile fails with -Werror=format-nonliteral. Use GCC pragma to disable the warning in the one place that trips it 746977 - scm ccache files should be in pkglibdir not pkgdatadir. Other repairs that weren't reported in bugs: Let CPAN and ActiveState package managers take care of dependencies instead of explicitly installing a few of them directly. Correct the number field displayed in the reconcile window to correspond with the source specified in File->Options Fix some bugs found by SWIG version 3.0.5. Prior to version 3.0.3 SWIG silently ignored invalid preprocessor directives Scrubbing Improvements, including avoiding a potential infinite loop. Remove build and run of no-longer-existant intl-scm/guile-strings. Rewrite gnc-test-env in perl. This eliminates another guile dependency in the build chain. Switch from guile to xml to manage our iso-currencies source file Numeric values with more than commodity smallest fraction get silently dropped. Update US Income Tax data to reflect minor changes for 2014 Advanced portfolio should respect report date when looking for other income/expense Improve income and expense reporting in advanced portfolio report Accept prices of the form n.nnne[+-]nn, i.e. with an exponent. An example requiring this is currency conversion from IDR to USD Added Lithuanian language business accounts Fix crash when running check & repair on an open AP/AR register Updated Translations: Danish, Dutch, German, Spanish New Translations: Maithili, Manipuri-Bengali Script, Manipuri-Meetei Mayek Script.
Add default-on ofx option.
Update to 2.6.5: 2.6.5 - 16 December 2014 Announcement: GnuCash 2.6.5 Release 2014-12-16 GnuCash 2.6.5 released The GnuCash development team proudly announces GnuCash 2.6.5, the fifth maintenance release in the 2.6-stable series. The primary reason for this release is that the problems which plagued 2.6.4 on Microsoft Windows have been resolved. We've also fixed the following bugs: 736359 - Date of 0000-00-00 in MySQL backend crashes GnuCash. 737815 - Graphs Cannot Be Generated Correctly. 738113 - Crash on reload budget report. 738477 - WebKit is broken on Win32. 741418 - Freeze unposting bill, 100% cpu usage. Other fixes that weren't reported as bugs: Pre-compile scm files when building with guile 2. Fix build-time hard-coded path introduced by the guile2 compile changes Prevent crash when standards-report dir doesn't exist. QIF Import crashes when closing via the 'X' button on the last page Omit extension on calls to load-extension. Use one common base directory to store all scheme files and modules. Guile module structure cleanup. Harmonize variable names used to refer to guile modules in all makefiles. Add missing comma in call to gtk_tree_store_set(). Thanks to Frédéric Bière for finding and fixing the problem. Revert to using numerical indexes for the x-axis on bar charts. Aqbanking: Add display of aqbanking subaccountid in initial correspondence setup. Aqbanking online SEPA transfer: Allow transfers without BIC, only IBAN. Also add IBAN checking. Aqbanking transfer: Make IBAN and BIC text entry fields filter digits or alphas correctly as needed. Adapt german SKR03 account template to updated tax rate. Allow GUILE1_PROGS as m4 name. Patch by dimstar@opensuse.org. Add sv_AX, sv_FI, zh_HK, and zh_TW to Makefiles & configure. Updated Translations: Assamese Indic, Danish, German, Gujarati Indic, Italian, Kannada Indic, Konkani Latin,
Update to 2.6.4. Version history: ------- ------- 2.6.4 - 28 September 2014 Announcpement: GnuCash 2.6.4 Release 2014-09-28 GnuCash 2.6.4 released The GnuCash development team proudly announces GnuCash 2.6.4, the third maintenance release in the 2.6-stable series. Please take the tour of all the new features. Between 2.6.3 and 2.6.4, the following bugfixes were accomplished: 120199 - Incorrect sort order in "Sort by Statement Date". 434462 - register color don't work correct with system theme color. 509263 - Since Last Run dialog won't allow resizing of Status column. 610202 - gnucash silently closes when no X11/$DISPLAY is present. 630638 - 'Process payment' should allow to select equity accounts for payment 671615 - French: 'New Customer' button in Find Customer dialog is translated to 'Nouvel onglet' 688965 - Page Up, Page Down keys cause GnuCash to hang. 692249 - Add Help button in Custom Reports dialog box, 695240 - mortgage wizard empty table. 707243 - Hard-coded font colors in account tree? 711440 - Tab labels have different background colour than containing gui element. 711567 - Cannot save a custom report if a path contain diacritic chars 719457 - Template for Home Mortgage Loan isn't properly nested. 719457 - Template for Home Mortgage Loan isn't properly nested. 720427 - Review of french account templates 720934 - Barcharts with many data points have overlapping x-axis labels. 722140 - Add option to control inclusion of trading accounts in cash flow report. 722200 - configure script does not pick the correct am_cv_scanf version. 723145 - Currency display does not respect locale. 723442 - Report Options - Report Name too short. 725054 - Re-numbering sub accounts crashes the program. 725366 - Formula Parsing Error with Scheduled Mortgage Transactions 726449 - Budget Barchart does not show up if running sum is selected. 726888 - cancel button is available on all pages of assistant. 727130 - Crash when newline in Report Title 727338 - Translation and Account file updates for Latvian. 728103 - Invoice opened does not contain the Job under circumstances. 728717 - Ubuntu 14.04 - GNUcash crashes on close. 728841 - XML backend does not always store KVP slots. 729157 - Bill Term discount days are allowed to be more than due days. 729497 - Saved Report Configuration selection window resize. 730255 - Python bindings: Assigns bill entries to non-existant invoice. 731519 - The fix sets the upper limit before it sets the value of the end row spin button. 733107 - Search for reconcile status doesn't work right. 733283 - [PATCH] Loss of fractions when importing OFX investment transactions. 733506 - (ForwadDisableQIF) The forward button is not active even though a file is selected. 734183 - Set all of the denominators correctly on the currency values. 736703 - Scheduled transaction are registered without credit/debit. 732545 - gnucash-2.6.3 segfaults when started. Some other fixes not associated with reported bugs were accomplished: Add business lot scrubbing to Check & Repair->All/This transaction(s). Add context to generic translatable string. This was suggested in Bug 671615 by Jérôme Rapinat. Add scrub function to reduce the amount of lot links used. Only lot links between two or more document lots must remain. All lot links between document and payment lots can be scrubbed. Add some date format checking and make sure generated dates are the correct user selected format, not always locale format. Allow the ability to skip rows when importing transactions. Always use the price we display to calculate the current value of an account. Better period totals formatting in Invoices. CSV Export: factor out function to generate regular expression. CSV Import transform macro into function. Convert ISO-8859-1 account chart templates to UTF-8. Correct txf output to use a minus sign, rather than parenthesis. Fix document type dispay for credit notes on owner report. Fix test-backend-dbi segfault with libdbi-0.9.0. Handle the case of scrubbing a lot link between two non-document lots. Make scrub in lot viewer scrub business lots using the new scrub functions. Move account type checking functions into the engine. Prevent older gnucash versions from opening a data file if previously unhandled kvps are used. Python bindings. Add function gncVendorNextID, complementary to gncCustomerNextID. Re-enable loading and saving gnucashdotdir/accelerator-home on OSX. Refactor OS-specific ifdef to reduce code duplication, which results in reduced risk on typos in either branch Refactor get_pay_split into gncOwnerFindOffsettingSplit. In this form it can be used both for scrubbing lot links and for adding new payments Refactor gncOwnerReduceSplitTo out of reduce_biggest_split. It can now be used both for scrubbing and when applying payments Refactor gnc_doc_doc_link into gncOwnerSetLotLinkMemo and move it. It can now be used both for scrubbing and when applying payments Refactor scrub_doc_pay_link into scrub_other_link and make it more generic. It can now be used both to: * move a payment to a document lot (its original use case) * move a refund to a payment lot or the other way around Relax requirements for booleans in invoice line, accepting 'y' as well as 'yes', 't' as well as 'true'. Replace C++ reserved words for future compatibility with C++. Rework assistant csv import regex code to eliminate the mandatory dummy field. Rewrite invoice payment logic to fix lot link proliferation. SQL: Save commodity namespace changes from template. Set default currency for French account chart templates. Tweak the get_pay_split function to prefer the best possible match. Use libsecret if available since gnome-keyring has been deprecated. Use more significant digits for SX function returns. Use same default setting for quotes in csv import and export. Widen the scope of the subsplit merge scrub function. When used in a strict sense it will only merge splits that are marked as subsplits of each other. In relaxed mode it will merge any split two splits that are both in the same lot and the same transaction. double_to_gnc_numeric: Return overflow error immediately on invalid input. Ensure that the root account is saved to the SQL backend. Chart-of-Account Templates Updated: Latvian, French, Swedish Translations Updated: Brazilian Portuguese, Dutch, Konkani (includes replacing Raman character set with Devangari), Latvian, Marathi, Tamil, New Translations: Bodo, Hindi, Kashmiri, Telugu, Urdu. Thanks to The Centre for Development of Advanced Computing (C-DAC), Pune, India. Translation Team Leader: Chandrakant Dhutadmal Documentation Concurrent with the release of Gnucash 2.6.4 we're pleased to also release a new version 2.6.4 of the companion Help and Tutorial and Concepts Guide.
Update to 2.6.2: 2.6.2 - 2 March 2014 The GnuCash development team proudly announces GnuCash 2.6.1, the latest stable release of the GnuCash Free Accounting Software. This is a maintenance release; there are no new features, but Mike Alexander has extensively reworked the Advanced Portfolio Report. Mike Alexander has completed his extensive reworking of the Advanced Portfolio Report. Bugs Fixed: 497831 - Can't change the date of a transaction with certain locales 721472 - Fix Reconcile description column. 721677 - Customer Summary does not include inactive customers 722123 - Zero price entry added to price database on stock purchase 722903 - Poor performance of account hierarchy, budgets, reconcile window,... 723051 Implement gncCustomerNextID in Python bindings. 723373 - Don't create any sx in the since-last-run dialog if this is a read-only file 723644 - Make sure that gnc_search_invoice_on_id() returns the correct type of object. 724211 - Can't select march 6 date on register 724426 - Errors in account plan 724427 - New account plan for Sweden 724578 - Problems clearing incompletely paid invoices 724753 - Saved Multicolumn Report Error 725131 - Adding Payments to Fancy Invoice Translations Updated: Catalan, Italian
Update to 2.6.0 Changelog: 2.6.0 - 29 Dec 2013 The GnuCash development team proudly announces GnuCash 2.6.0, the latest stable release of the GnuCash Free Accounting Software. GnuCash Users can experience the following new features: * Preferences have been migrated from GConf to GSettings. This is a simpler and more robust backend which writes to the OS's native prefs -- defaults on OS X and the Registry on MSWindows -- and allows us to remove several troublesome dependencies including GConf, ORBit, and DBus. The change includes a migration script that will run at Gnucash startup. * New date handling which allows GnuCash to use dates after March 2038. * Guile-2 compatibility: GnuCash now requires either Guile-1.8 or Guile-2.0 * Documents outside of GnuCash, images of receipts for example, can now be linked to transactions, with the facility of opening them in the default application for the document type. * Cutsom Reports can now be saved without renaming the report, and modifications can overwrite an existing report. * The import assistant now finishes much more quickly after assigning contra-accounts. * GnuCash now requires Gtk+-2.24.0 and GLib-2.26.0. Most of the dependencies on obsolete libraries have been removed; only libgnomecanvas remains. Unfortunately the effort to rewrite the register code to use GtkTreeModel wasn't completed in time, so GnuCash is not on the cusp of converting to Gtk3. * The Business Module has been substantially revamped, including support for Credit Notes and import of customers and vendors from a CSV file. * The Num field in the register display is now optionally per-split, so for example a check number can be entered for the checking account split and an invoice number for the expense account split. * GnuCash can now open locked books read-only so that more than one user can view a file. GnuCash still does not support multiple simultaneous writers. * By agreement of all authors, GnuCash is now licensed under the GNU General Public License Version 2 or later rather than simply Version 2. This allows derivative works to be licensed under the GPL Version 3 if the author of such a work so desires. * Fixed more than 500 bugs. For those keeping score, the following changes have occurred since 2.5.10: Bug Fixes: Bug 157247 - Asset account's "total" value should use most recent transaction prices Bug 710823 - libofx can supply broken UTF-8 for account id Bug 710824 - GnuCash should sanitise UTF-8 before serialising files to avoid writing broken unparseable XML. Bug 720555 - General Ledger - Can't Enter Transaction Amounts Bug 720556 - The Tip of the Day preference isn't getting saved Bug 720646 - New Book Tabs on Windows Other Changes: * Don't create a second account hierarchy page when cancelling the Hierarchy Assistant or when using Actions->New Account Hierarchy on an already open book. * Reset Warnings dialog: show translated warnings * The locale-names for Help and the Tutorial and Concepts Guide have been renamed to language-only so that, for example, someone using the Swiss-German locale will be shown help in German instead of English. Translations Updated: British, Dutch, French, Italian, Lithuanian. 2.5.10 - 15 December 2013 This is the eleventh and final release in the UNSTABLE 2.5 series. It is the second beta release. Barring any surprises, we will release a STABLE 2.6.0 on 29 December. Changes since the last release have been entirely bug fixes and translation updates, though not all bug fixes had associated bug reports. Note that WebKit 1.2 is now tested for in configure; it had been 1.0, but GnuCash wouldn't actually compile with versions earlier than 1.1.5. Bug Fixes: Bug 336843 - Attach images/files/urls to transactions: Disable the "show attachment" menu item if the transaction has no attached file. Bug 619478 - Build warning in html/gnc-html-webkit.c Bug 627575 - Stylesheet names with non-alphanumeric characters and saved-reports Bug 630578 - current date instead of posting date in exchange rate, when posting a bill Bug 632588 - Scrub doesn't fix missing currency Bug 639371 - Welcome Sample Report reports wrong version and has a broken report Bug 653594 - wrong amount printed on checks Bug 705714 - QIF Import - File selection pop-up is not on top during qif import Bug 708526 - GnuCash Crashes when opening About page: Downgrade the error to a critical warning. Bug 711317 - Indian Rupee Symbol appears as "?" marks Bug 715123 - Post invoice problem, cannot unpost Bug 719481 - GnuCash report crashes with Guile2 Bug 719521 - Missing radio button in "Edit security" dialog Bug 719726 - Click on File -> Open seg-faults Bug 720235 - Python bindings should load environment file just like gnucash does Fix Python tests to no longer require gsettings schemas installed. Fix the CuteCash (Qt GUI based) build Multi-currency "Post invoice" improvements Protect gnc_mktime against bad dates. Protect against null account pointers in a couple of place to avoid asserts. Qif Import Assistant: Don't disable the whole dialog, just the Forward button QifImport: Fix crash from attempting to import an empty file. Add the ability to search for transactions that are, or are not, book closing entries. Move customer, bill, and invoice importers form the business menu to the file menu. Rename some directories in src/import-export so that the gschema.xml.in.in files within them don't have pathnames that are too long for tar when the GnuCash version exceeds 5 digits (e.g., 2.5.10). Translation Updates: Italian, German, French New Translations: Arabic! 2.5.9 - 1 December 2013 This is the tenth release in the UNSTABLE 2.5 series. It is the first beta release. Barring any surprises, there will be one more beta release in two weeks, followed by the release of 2.6.0 on 29 December. Changes since the last release have principally been code cleanup, including KVP storage in the SQL Backend, Python testing in out-of-source builds, test failures when using Guile-2, ensure that saved state (especially KVP) is deleted along with the primary object, use the progress bar when loading the PriceDB. Translator note: We found it advisable to correct some typos and to add two translatable strings "Bill Information" and "Voucher Information". Bug Fixes: 644044 - Lots: SQL backend loses link to Gain/Loss Txn 704506 - Connection loss to mysql after resume from hibernation 707311 - Tax Invoice fails to open when using guile 2 710871 - Python site-packages not found when not installed to default location using --prefix 710905 - Column withs, visibility, order and sort order not saved and restored 711289 - time zone handling is inconsistent between 2.4 and 2.5 712299 - Tax Invoice with guile 2 doesn't display currency symbols 715041 - Crash opening a file when a file is already open. 715184 - Bill or Invoice; a new Bill gives a new Invoice 719471 - Unused commodities saved to XML file Translations updated: German, Italian 2.5.8 - 17 November 2013 This is the ninth release in the UNSTABLE 2.5 series. This release is the last alpha release. String and feature freeze are now in effect: Only bug fixes which have no effect on UI, API, or translatable strings should be committed to trunk until after the release of GnuCash 2.6, currently scheduled for 29 December 2013. Translators: Please use the tarballs from this release to prepare your translations. New contributor Patrick has provided a beginning implementation of linking attachments to transactions. This is accessed through the Transaction menu and the transaction context menu. In this initial version, linked files are displayed in the default viewer for the file type. E.g., html files will open in a browser and jpegs will open in the default picture viewer. Bug Fixes: 707311 - Tax Invoice fails to open when using guile 2 709589 - make check fails with guile 2 711289 - Time Zone Handling is Inconsistent between 2.4 and 2.5 Partial fix that may also correct 699997 711294 - Gnucash repeatedly ask associated income account when import qfx file. Patch by Kuang-che Wu <kcwu@csie.org> 711493 - Fix unselected account that is NULL Translations Updated: German 2.5.7 - 3 November 2013 This is the eighth release in the UNSTABLE 2.5 series. Register2 is now a configure option. Default builds, including the Windows and Mac All-in-one packages, will use only the old register. We've decided that it isn't ready for general use and the principal author doesn't have time to make it ready in time for a 2.6 release. Frédéric Perrin has contributed a change to display currency symbols whenever they are known and unambiguous. Geert Janssens has cleaned up most of the issues from the initial GSettings preference changes. There's a new configure option, --with-xdg-data-dirs to overide the environment and defaults if necessary. Building Gnucash now requires Automake version 1.11 or later. Configure will abort if --enable-ofx is set but no libofx configuration files are found. Budget periods may no longer set to values greater than the budget's num_periods, and the budget options descriptions will wrap. Contributed by Robert Ratliff. Bug Fixes: 668530 - In budget flow report options, change the maximum value for period to 60 (Note the FIXMEs) Author: Robert Ratliff 687478 - Bills due reminder doesn't work well with credit notes 687479 - Automatic invoice/payment matching on posting an invoice should be an optional feature 693244 - View Lots window enhancements 708659 - Totals column moves to right hand side when periods are added Remove unneeded gnc_plugin_page_budget_refresh_cb Author: R Ratliff 710055 - advanced portfolio report counts capital gains split as dividend. Author: Jason McCarty <jmccarty@sent.com> 710311 - Missing ChangeLogs 710739 - Fill in field for remote bank account information also for SEPA transfers. 710871 - Fix for Python site-packages not found when not installed to default location 710979 - Crash in gnc_plugin_page_invoice_summarybar_position_changed Translations Updated: None 2.5.6 - 7 October 2013 This is the seventh release in the UNSTABLE 2.5 series. Geert Janssens has rewritten the preferences system to use GSettings from GIO (GLib) instead of GConf. This is a simpler and more robust backend which writes to the OS's native prefs -- defaults on OS X and the Registry on MSWindows -- and allows us to remove several troublesome dependencies including GConf, ORBit, and DBus. The change includes a migration script that will run at Gnucash startup. WARNING: the saved settings in gconf are not (yet) migrated to gsettings ! running gnucash as of this commit will start you with default values for all preferences ! You can of course change your preferences, your changes will be saved properly in gsettings and restored when you restart gnucash. But what has been set in GConf before will basically be ignored. Bug Fixes: Bug 632362 - Unable to create "reversing transaction" again after it is removed Bug 654196 - "make check" fails when built with --enable-dbi Bug 674862 - 2038 bug in libdbi Bug 682280 - bill/invoice importer fails to save imported bills/invoice Bug 684670 - Interest amount calculation is wrong in Sqlite3 format Bug 699450- New budgets cause Account Name column to expand until display bigger than screen. -- Robert Ratliff <ratliff.bobby@gmail.com> Bug 708700 - "make check" fails (missing glib bits)-- Frédéric Perrin <fred+gnome@resel.fr> Bug 704039 - time zone is not respected in Windows -- Thanks to Kuang-che Wu <kcwu@csie.org> Translations Updated: Dutch 2.5.5 - 10 September 2013 This is the sixth release in the UNSTABLE 2.5 series. No new features are added in this release. Bug Fixes: 334939 - Account Report and Account Transaction Report are apparently the same, but different. Change menu entry for the single transaction Account Report from "Accout Transaction Report" to "Account Report - Single Transaction" Author: Carsten Rinke 603183 - Equity statement shows incorrect changes Add function gnc:account-get-total-flow to report-utilities.scm This function filters the splits from the source to the target accounts and returns a commodity collector. It does NOT do currency exchanges. Export the new function gnc:account-get-total-flow from report-utilities.scm. Apply the new function gnc:account-get-total-flow for the "Withdrawal" calculation. Author: Carsten Rinke 629136 - Move the code that updates the sensitivity of immutable page actions from gnc_main_window_switch_page to gnc_main_window_generate_title. Patch by Guilherme Salgado. 696492 - Change report name in menu or in report output to be consistent Change the register name to "Accout Transaction Report" when the register type is GENERAL_LEDGER, INCOME_LEDGER, or default in function gnc_reg_get_name(). Patch by Carsten Rinke. 704039 - time zone is not respected on windows Author: Kuang-che Wu 704056 - Online Banking (Online Actions) does not appear in Action menu Ensure that all functions are exported to the dll. 704525 - When you have a mix of chart types (bar charts and pie charts). Add new procedure gnc:substring-replace-from-to Similar to gnc:substring-replace, but offers the possibility to replace substrings in a range of occurances. Add calls to gnc:substring-replace-from-to to procedure gnc:report-run. Filter out all occurances of jquery.min.js and jquery.jqplot.js except for the first occurances. Author: Carsten Rinke Translations updated: Lithuatnian 2.5.4 - 4 August 2013 This is the fifth release in the UNSTABLE 2.5 series. New Features: Register2 work: Restore the delete-transaction-up/down feature, replace the filter-and-sort model with a qof query which loads only a subset of transactions to improve speed, and some date and cursor changes. Aurimas Fišeras contribued patches to make CSV Account import table header translatable, to fix translation of table headers, fix dash marker usage, and some other translation issues. Revert the Bitcoin support until the patch is rewritten with a better UI. Bug Fixes: 703897: Functions which can return null always return a Python object, Tom Lofts. 704183: ofx file import tries to match online_id against ACCTID[space]ACCTKEY even when ACCTKEY is empty, G. Paul Ziemba 704185: GnuCash 2.5 doesn't build on FreeBSD Translations Updated: Catalan, Danish, Italian, and Lithuanian 2.5.3 - 7 July 2013 This is the fourth release in the UNSTABLE 2.5 series. New Features: Save and Save As for custom report templates (Geert Jansens) Customized report settings can now be saved without renaming the report, and updates saved directly replacing the previously saved report or "saved as" to a new name. It's now possible to post multiple invoices from the find dialog. GnuCash was crashing if you searched for all unposted invoices, selected two or more of them, and posted them. This was because the list of invoices to be posted changed while it was being processed. As part of fixing this the prompt for post date, due date, etc. will only be given once, not once per invoice. Register2 work: Better commodity/currency handling, sanity checks when converting TreePaths, Posted Dates now work like the old Register, PostedDate is now recorded only as a date, with no time. Peter Broadberry contributed faster versions of several reports. Bug Fixes: 703272: list of windows in OSX Windows menu 699686: Startup dialog windows should be top level (Simon Arlot) 701670: (OSX)Command-V in reconcile window pastes data in register 702899: Fix crash in scrubbing code 703305: Fix crash on entering a non-valid date The crash that occurs when duplicating multiple invoices from Find results. 691587: Catch scheme exceptions when converting error messages 669964: Fix txn creation that forgot to set a txn currency. 672595: After creation of a new book, make sure to set it to dirty 700582: Enable online actions in Register2 Now works with automake 1.13 Translations Updated: Catalan, Italian, Lithuanian 2.5.2 - 27 May 2013 This is the third release in the UNSTABLE 2.5 series. Robert Fewell continues his work on the GtkTreeModel register, including better transaction editing without using the mouse and some display issues. Sam Morris contributed a patch supporting retrieving Bitcoin and Litecoin exchange rates from Mt. Gox with Finance::Quote Fix Bug 700197, backend errors when creating Customers with the Python bindings. Patch by Tom Lofts Carsten Rinke provided several patches: Bug #682800 Generated balances on Report different than calculated balances on Ledger when using "open subaccounts" Bug #622778 Miscalculation in cashflow reports Bug #584869 net change line in general journal report Bug #589865 - Budget flow period doesn't work. Patches by Carsten Rinke and Mikhail Tsaplin The translation files have been copied from the 2.4 branch. Translators may start working on the new strings, though string freeze is scheduled for 2.5.5 in early September. Translations Updated: Danish, German, Italian 2.5.1 - 5 May 2013 This is the second release in the UNSTABLE 2.5 series. Robert Fewell has continued his work on the GtkTreeModel register. It is now the default for account registers. Geert Janssens has begun work on replacing the GConf configuration management tool with the newer GSettings API from recent versions of GLib. Tom Lofts contributed the beginning of a RESTful Python API to enable access to minimal account, invoice, and customer information in a JSON format. Christian Stimming fixed the very long wait time for the UI to become responsive when running the import matcher. Also some bug fixes, package upgrades, and minor improvements. 2.5.0 - 30 Mar 2013 The Gnucash Development Team is pleased to release Gnucash 2.5.0, the first release of an unstable series leading to Gnucash 2.6.0. This release is UNSTABLE and SHOULD NOT BE USED in production. Robert Fewell has contributed a rewrite of the ledger (Gnucash's primary interface window) to use the GtkTreeModel (select "register 2" from the menu) as well as a new CSV import/export facility for account trees. Gnucash now requires Gtk+-2.24 and GLib-2.26. We've removed most of the dependencies on libraries obsoleted by project Ridley and will be in position to move to Gtk+-3.x once the GtkTreeModel register window work is complete. This means that Gnucash 2.5 requires Debian 6, RHEL 6, or one of the more aggressive distributions like Ubuntu. Gnucash now works with Guile-2.0. The business module has been revamped and we introduce a new feature, Credit Notes. It is now possible to import customers and vendors from a CSV file as well. The "Num" field is now optionally per-split rather than per-transaction. When opening a locked "book" one now has the option of opening it read-only. Note that Gnucash is still a single-user program and that the database backends are still used only as a data store. Gnucash is no longer subject to the "2038" bug, so that 30-year mortgages can now be entered correctly. By agreement of all authors we have relicensed Gnucash to the Gnu Public License Version 2 or later from just Version 2.
Update to 2.4.13: Between 2.4.12 and 2.4.13, the following bugfixes was included: Bug #697133: OFX file handling was broken in the Windows versions In 2.4.13, the following languages had their translations updated: Danish, Dutch, German Between 2.4.11 and 2.4.12, the following bugfixes were included: Bug #696469: Renumbering subaccounts does not preserve original order Bug #695423: Fix OFX Commodity Account handling. Patch by Burke. Bug #661832: MySQL database error after wireless reconnect After suggestion by Wang Xiaozhe <chaoslawful@gmail.com> Bug #667093: Update taxtxf.scm to fix beginning balance sign and signs for Transfer From/To amounts for liability/equity accounts Bug #680086: Each Tip of the Day has an n shown at the end Bug #672364: does not properly handle XML parse errors, leading to possible data loss Author: Sébastien Villemot <sebastien@debian.org> Bug-Debian: http://bugs.debian.org/696282 Fix #638955: Connect the `Help' button in the `Close Book' dialog box (Tools > Close Book) to newly-written help section on book closing. Bug #638971: Multicolumn report does not show more than one graph Bug #680887: Updated RELAX NG schema for v2.4.11 XML file format Bug #677488: DROP INDEX missing ON <table> Bug #632931: Advanced portfolio: add "rate of gain" column Author: Sebastien Alborini <salborini@gmail.com> Bug #610648: Change Reconciled Split Dialog ignores pressing Cancel Author: Robert Fewell <14ubobit@gmail.com> Bug 680402: Tests fail due to unused translations Add all scheme files to POTFILES.skip so that intltool-update > 0.50 will ignore them. Scheme file translation strings are handled by intl-scm/. Bug #680613: Date format setting seems to be ignored since version 2.4.9 Work around strange side-effect of r21665 which caused LC_TIME to be changed after it had been set by setlocale(LC_ALL) in set_mac_locale(). Bug #680887: RELAX NG schema for 2.4.11 XML file format Contributed by Baptiste Carvello Bug #680576: Transaction report: date takes up two lines when using Canadian locale format. Change date cells type from text-cell to date-cell to apply white-space: nowrap style. Bug #680671: Configure should check for the python-devel package if called with --enable-python In 2.4.12, the following languages had their translations updated: Russian, German, Ukrainian, Italian, Lithuanian
Enable python bindings, bump PKGREVISION. (This package already depends on python via glib, so this change is effectively free! :) ).
Update to 2.4.11: Between 2.4.10 and 2.4.11, the following bugfixes were included: [22080]Fix make dist for Swedish accounts files Reported by Robert Fewell [22260]Rewrite the tip-of-the-day parsing logic Since commit 22246, an empty tip of the day appears in the list of tips. This is due to the way the file is parsed. This commit rewrites the parsing logic to avoid such problems. As an added bonus, you can now add newlines in tips by using '\n' in the string. [22248]Bug #678848 - Customer/Vendor reports off-by-one on start date Additionally removes a superfluous module load [22246][PATCH] Fix tip-of-the-day with gcc-4.7 When making the text file tips-of-the-day, GnuCash expects 'gcc -E' to preserve at least one of the whitespace lines between entries. However, this relies on behavior of 'gcc -E' that isn't actually part of the spec, and is a historical accident. And it changed in gcc-4.7, such that all the whitespace is removed. Work around this by explicitly adding a newline in the sed expression. Pre gcc-4.7 there will be two newlines between tips, but this has no impact on the tip displaying code. Patch by Bill Nottingham Bug #631611 - Check printing fails because fonts are too tiny on Windows Lesson learned: don't use cairo_identity_matrix on a cairo_t managed by GtkPrintContext. It kills a number of transformations that were already configured by GtkPrintContext. On Windows this breaks proper scaling. Fix a double free crash when the required features dialog is shown Bug #611853 - Entering a 2-digit year in the opening balance tab results in "Parsing Error" This bug was already fixed on trunk as part of the patch that converted the new account dialog from glade to gtkbuilder. This commit extracts only the parts required to fix bug #611853 [22224] Bug #671323 - Scheduled monthly transactions lose "except on weekends" setting when using MySQL [22229] Bug #678214 - GnuCash fails to open some post-processed XML files Patch by Daniel Harding Bug #677570 - Error creating net worth linechart report Remove doubled file contents. Changeset 21628 has already done this for trunk. Add formatting to table. Add cell padding to columns in table. Bug #677570 Error creating net worth linechart report Revert "Added user settable line width and data point markers to net worth" Removed entire commit in order to make report work. Details of error still need to found so that the feature can be reinstated. This reverts r21644. Note, this feature works in trunk. [22197]Add EXTRA_CFLAGS for compiling on Win7 Configure gets confused by some gcc builtins on Win7: Disable them so that configure finds the right settings. Add EXTRA_CFLAGS to inst_gnucash compile line so that cflags can be added by custom.sh [r22171][Bug 674862] Gnucash crashes after creating a new SX using the Mortgage Wizard and SQL Backend This addresses the crash reported on Ubuntu with Postgres by Krzysiek. The stack trace he posted showed the crash was the result of dereferencing a NULL GDate*, and this change protects against that. It still doesn't address the more basic problem of why on Win32 and with mysql and pgsql (but not SQLite3) the mortgage wizard is writing corrupt dates. [r22188][Bug #674862] Gnucash crashes after creating a new SX using the Mortgage Wizard and SQL Backend Special-cases dbi_result_get_datetime returning -1 to work around a bug in MinGW's implementation of gmtime(). [22157] Bug #674494: Fix version and method of downloading isocodes in win32 packaging Patch by Mark Jenkins [r22154][Bug 674283] With mysql crash after deleting accounts included into a budget Never assume a pointer is NULL unless you set it to NULL! [22097] [Win32 build] Update gwenhywfar/aqbanking versions. [22090] Revert r22083, "Adapt German account templates to updated tax rate." A pure renaming is not the correct solution, I've been told. [22083] Adapt German account templates to updated tax rate. [22067] Remove potentially abandoned file (that has a GPLv2-only license, too). The last contributors here, Josh Sled and Chris Lyttle, have put their code under "GPLv2 and GPLv3" license, see r22063, but I'm too lazy to look up the copyright holders on the file as a whole so I'd rather remove it. If someone wants to add a similar packaging file again, feel free to do so, but please don't use GPLv2-only code to do so. [22066] Bug #670727: Extend license of 3 files to be GPLv2 and GPLv3. This has been granted by the gnumeric copyright holders. See https://bugzilla.gnome.org/show_bug.cgi?id=670727#c7 [22063] Bug #670727: Clarify license of a file to be GPLv2 and GPLv3 gnc-dense-cal.h: License remark was forgotten in r19507, but the author Josh Sled agreed on GPLv2 and GPLv3 licensing in his gnucash-devel message on 2010-08-28. Fix skipping of alternate rows when there is a customer id mis-match and fix gtk_entry_set_text errors. Fix already exists in trunk. Revert "Fix skipping of alternate rows when there is a customer id mis-match." Doesn't fully work. Will redo. This reverts commit 63c4689a36aa042564d7c29b40ee970533e3d81f. Fix skipping of alternate rows when there is a customer id mis-match. Fix already exists in trunk. Fix translatable strings. Patch provided by Aurimas Fišeras. Properly handle Windos end-of-line markers in determining file versions. [21905] Bug #668196: Fix installation of python bindings With this patch, files are correctly installed together. Patch by Vint as suggested on bugzilla. Total return is now an amount (not a percentage), and includes income as well as capital gains. New column "Rate of return" gives the percentage. - changed default value for "Ignore brokerage fees when calculating returns", therovided (BAS 2012) Additionally this commit adds some required changes to get the Swedish account plans to actually show up in GnuCash (both BAS and the earlier committed Swedish small business account plan) [22011] Fix a GtkWarning in the Account Hierarchy Druid which occurs if the Example Account file doesn't contain a long description. Fix translatable strings code for tax invoice report. Fix translatable strings code for some reports. Patch provided by Aurimas Fišeras. [21978] Move the features tests to its own source files. This allows for - other engine consumers to use the features test as well (think CuteCash, python bindings,...) - a central point for developers to check for feature definitions - a central point to manage all feature related code Windows: Update Gtk+ to 2.24.10
Update to 2.4.10: Between 2.4.9 and 2.4.10, the following bugfixes were included: [Bug #667900] no clipboard editing in Release 2.4.9 Update Gtk+ to 2.24.8 for Windows, to pick up da756d51 (win32: fix gdk clipboard). Turn on AQBAnking 5 in 2.4 branch. [Bug 666849] Non-privileged user first run trouble The problem is that the first run was creating the slib catalog. This introduces a script to do that as part of installation, guaranteed to be run as an admin user. Update xml file backend to recognize a newer version file on load attempt, not load, and alert user of need to upgrade Gnucash. Reports: Make report Budget Flow 100% translatable Update txf.scm in stable branch to reflect changes to US Income Tax Forms and Schedules for 2011. [r21867]Reverse the test for HAVE_DBI ac_cv_header_dbi_dbi_h is set only if want_dbi is true, so testing for != no succeeds if dbi isn't enabled -- which is not what we want. [21860]Bug #667417 - Fix build with glib 2.31.x Patch by Vincent Untz [21840] Add dependency on qofbook.h for swig generated file. Otherwise the old generated file complains about a missing declaration from r21832. In 2.4.10, the following languages had their translations updated: Lithuanian, Finnish, German. Between 2.4.8 and 2.4.9, the following bugfixes were included: Bug #666329 Empty database after a little while Separate the two uses of QofBook::dirty -- indicating that the book object itself has been edited and indicating that some object in the dataset has been changed -- into two separate variables with separate getters & setters. Use gnc_dbi_safe_sync_all (which doesn't lose data if the save partion errors out) for all be->sync. Reverse qof_book_mark_saved and qof_instance_mark_clean so that the book is dirty for qof_book_mark_saved when it's the instance. Original commit by jralls Bug #667105: Fix grammatical error in some accounts file. Bug #667276 : Fiix Korean accounts files. Patch submitted by Eulgyoon Lim. Bug #457401 - Print invoice should not be disabled for unposted invoices. Enable printing for unposted invoices. Add a "features" table to the KVP frame, and pop up an error message if we find a feature we don't know about. Currently there are no known features, so essentially we will error out if we see anything. Bug #665998 Replace no-op function force_account_dirty with qof_book_mark_dirty. Bug #658247 - First time setup should prompt to save file. Fix supplied by Bob referenced in bug #665996. Bug #642276 Bayesian association with Sqlite Wraps the kvp_frame_set_slot_path with xaccAccountBeginEdit()/xaccAccountCommitEdit(). Also clean up some other cases where KVP was set without committing an edit. Fix table number alignment. Fix number alignment in table. Bug #649362 - Transfer Funds Window Exchange Rate and Decimal Points Rounding in Bill/Invoices This patch fixes the rounding by showing the actual value to convert. As a result the exchange rate direction had to be swapped as well to avoid lots of confusion. Abort posting if not all required exchange rates are given. Note that any exchange rate successfully entered before the posting is aborted are still saved with the invoice. Bug #665202 - Improve python-finding code. Patch by Pacho Ramos Bug #661383 - GnuCash segfault on Linux (Fedora 16 beta) because of shared library load / unload weirdness Fix right align for number cells in table. Added user settable line width and data point markers to net worth line chart. Commented line width. This value really should be passed from .scm file Fix setting of line color for line charts. Bug #664862 - New report showing net assets over time Added new line chart report for assets, net-linechart.scm. Distantly related to Bug #570011 Add missing Root Account part. Original commit by mikee. Bug #664764 - Account setup for Swedish small business Added Swedish chart of accounts for small businesses. Original commit by mikee. Bug #663368 When importing CSV files, the word 'Deposit' appears in Num/Action column Bug #630804 - make check failure in business module Don't install a script that is only used for building and testing. This fixes Secunia Advisory SA42048 Bug #663638 - Posting Invoices asks for curency conversion for blank lines Bug #639082 - General Journal report reports an error Bug #662477 - Desktop file not compliant with FreeDesktop spec and GNOME goal Patch by Sébastien Villemot In 2.4.9, the following languages had their translations updated: French, German, Lithuanian .
Update to 2.4.8: Between 2.4.7 and 2.4.8, the following bugfixes were included: * Bug #655901 - Fix build with guile 2.0 * Fix handling a directory as a dataset file. * Bug #626970 - Crash when saving a transaction whose destination account was deleted in the meantime * Bug #661721 - Exposed Password * Bug #651522 - crash in query_free_compiled, gnc_query_list_reset_query * Use "Nimbus" gtk theme on Windows. A previous attempt failed to set this in the installer. * Bug #644977 - Add new Quicken Check 21 format. Thanks to Steve Holland <sholland@napervillegi.com> * Update Mac customizations for gtk-mac-integration-1.0.0. Mac integration has had a name and api change from ige-mac-integration as part of migration from Sourceforge to Gnome. * Bug #553432 - Status line of edit invoice page mixes invoice currency amount with default currency symbol * Bug #365928 - Jobs do not stick in Expense Vouchers * Find the python libraries and includes even if the path to them includes a symlink. When python is installed using MacPorts there is a symlink in the path. * Bug #612562 - Transfer Funds dialog - 'Show Income/Expense' checkboxes are not working. Subaccounts of income and expense are not always shown. * Make sure that exiting conn_test_dbi_library on a failure doesn't leave the locale at "C". * Bug #645216 - Fix wrong permissions on server result in bogus error message. * Change default post date: * customer invoices: post at the current date * bills/vouchers: post at the last date on the bill/voucher * Bug #658244 - Custom css stylesheet and logo in Tax Invoice report require protocol in exported HTML * Bug #655901 - Fix build with guile 2.0 Patch by Petr Gajdos * Fix critical error regarding the color tabs when trying to display the search results and also on the scheduled transactions template. * Patch by Robert Fewell In 2.4.8, the following languages had their translations updated: Japanese, Lithuanian, Latvian, Russian, Hungarian.
pkglint cleanup: Shorten DESCR. Fix warning in buildlink3.mk. Install config files properly. Bump PKGREVISION for last.
Update to 2.4.4: Changes between 2.4.3 and 2.4.4 include: * User-visible changes * Update rev to 2.4.4 * Implement automatic creation of stock account for newly imported OFX stocks. Only active if "auto-create commodity" is switched on in the preferences from r20376. * When setting the report print name, check whether this exact name has been used before. Append an increasing number if that was the case. * When setting a printer job name, remove slashes because they are not allowes in filenames. * Add the invoice number in the output printer job name, if an invoice report is printed. * Add option in OFX import to have newly encountered commodities automatically created. * Modify Tax Info on Account Page to display or not display sub-account info based on whether row is expanded. Re-apply changes reverted in r20251. The only difference between this commit and r20207 is that, contrary to the recommendation given in gnc-tree-view.h, "Use GNC_TREE_VIEW_COLUMN_DATA_NONE if you plan on using a non-model data source for this column", it cobtinues to use "GNC_TREE_MODEL_ACCOUNT_COL_TAX_INFO". Using "GNC_TREE_VIEW_COLUMN_DATA_NONE" generates problems later in the "gnc_tree_view_add_text_column" routine when it tries to set up sorting for the column ("CRIT <Gtk> gtk_tree_sortable_set_sort_func: assertion `sort_column_id >= 0' failed"). Define a new column, GNC_TREE_MODEL_ACCOUNT_COL_TAX_INFO_SUB_ACCT, in gnc-tree-model-account.c filled with gnc_ui_account_get_tax_info_sub_acct_string. Modify gnc-tree-view-account.c to define a tax_info_data_func that displays only the the data in the GNC_TREE_MODEL_ACCOUNT_COL_TAX_INFO model column if the row is expanded; otherwise it combines it with the data in the GNC_TREE_MODEL_ACCOUNT_COL_TAX_INFO_SUB_ACCT model column. Modily the view creation function to use the new tax_info_data_func for the text after having first set it to GNC_TREE_MODEL_ACCOUNT_COL_TAX_INFO to prevent the problem mentioned above, thereby overriding it. * Update page name if invoice/bill is renamed. * Present already open budget page if the user tries to open a budget more than once * Update page name if budget is renamed. * Updated translations or translation-related changes * Bugs fixed * Bug #570042: Better default for book-closing entries in Income Statement Report Options Patch by Tristan Faujour: Proposed patch: make reports ignore book-closing entries I chose to: - Change the reports' default behavior to have them ignore the book-closing entries. - Do not change anything in reports that deal explicitly with them. Here is the content of this patch (everything is under gnucash/src/report): - In function gnc:account-get-trans-type-balance-interval, depending on an argument, closing entries can be ignored (they are identified by xaccTransGetIsClosingTxn). - Some report utility functions are duplicated (with a "-with closing" suffix) to provide the legacy feature. - Equity statement and Profit & Loss reports are modified to call the *-with-closing functions. * Bug #644556: Running the test as root happened to remove /dev/null. Check for this and also fix the respective test. Additionally, it turned out the log system never gave notice about a log output file that was unwritable. Added an appropriate CRITICAL error message. * Bug #644557 - gnucash-2.4.3: downstream patches to fix tests linking Patches kindly provided by Gilles Dartiguelongue <eva@gentoo.org> of the Gentoo project. * Bug #642739 - Translog files being created in Gnucash program installation directory Translog files for databases are now created in a directory "translog" inside the .gnucash dir. The files will be named following this scheme: <dbtype>_<hostname>_<user>_<dbname>.<timestamp>.log * Bug #644036: Counter format validation fails on Windows because the number format is I64i there. Note: Users will run into a problem when copying a windows file to linux and vice versa because the counter format will have to be changed on the other operating system each time. * Bug #521817 - Guid_init causes very long startup delay if Novell Network active P_tmpdir is set to "\" by mingw. The way P_tmpdir is used by GnuCash, this seems to trigger unwanted network activity. So on Windows, I'm replacing it with "C:/temp" for now, based on suggestions found on the internet regarding this issue. * Bug #347265 - budget column resizing/options applies to all budget windows * Other code/build changes * Tag 2.4.4 * Add some more sanity checking in common importer module. * Refactor KVP-related functions of OFX into separate file. * Revert r20405, "Correct memory leaks..." - does not compile with guile-1.6 The patch will be re-applied once trunk requires guile-1.8, which will be done right after the oncoming branching. * Code cleanup in ofx importer; refactoring to get away from the single giant long function. * Add some more const-correctness. * Configure simplification: Use pkg-config for libofx. Remove obsolete external qof detection. (Somehow the argument --with-qt3-wizard-package was writting right inside the qof code stuff. This has been moved to the aqbanking section now.) * Win32: Tweak cross compiling script for webkit so that is seems to almost compile. * Correct memory leaks found with valgrind * Remove unused functions for wall clock timing. Facilities such as this should be used from external expert libraries. Also, this is in the way when cleaning up some log system problems in subsequent commits. * Fix r20394: Output string clean-up was missing the date part. * Move business-options.[hc] from business-utils to app-utils. As "business-core" has been dissolved, the "business-utils" code has no more requirements than app-utils and can be moved there because of this. * Add ChangeLog.2010. * Fix missing timestamp in trace files on Windows * Additional svn:ignore settings * Add yet more gitignores. * Add more gitignore entries. * Add comments to warn about lack of Windows support in the guid_init function. * Fix an accelerator. * Correct memory leaks found with valgrind * Add more debug logging. * Minor code cleanup: Move gconf section name into header; clarify argument name. * Minor code cleanup in ofx importer; improve const-correctness. * Use qualified include path for cmake/automake simplification * Add additional debug markers * Correct memory leak found with valgrind * Remove some obsolete files These files were once copied from gtk 2.8 to work around pre-2.8 gtk bugs when that was still our baseline. Our baseline is currently 2.10, so these files are no longer needed/used. * Fix Gtk CRIT warnings introduced in r20351 * Small spelling corrections in comments and some whitespace adjustments
Update to 2.4.3: Changes between 2.4.2 and 2.4.3 include: * User-visible changes o Only show the Save As dialog at the end of the Hierarchy druid if it was called at the beginning of a new book, not when a hierarchy is added to from the actions menu. o Set a printer job name when printing reports and cheques o Update revision to 2.4.3 o Fix invoice line ordering mismatch between register window and reports. The new code was missing the call to gncInvoiceSortEntries. o Add extra toolbar buttons as shortcuts for some business functions, "New Invoice" for now. The extra toolbar buttons are disabled until the user enables them manually in Preferences -> Business -> Extra buttons. o Implement command for changing the ordering of invoice entries by moving them up or down one row. Turned out this is rather easy: Just swap the "date-entered" of both items. o Fix r20272: The text selection after auto-completion should work correctly now. o Extend the addr2/addr3 auto-completion also to the shipping addr2/addr3 lines. o Implement auto-completion on the addr2/addr3 lines of the "New Customer" dialog box. o Fix missing copying of invoice currency on "Copy Invoice". Unfortunately this feature has been creating invoices with no currency set. This leads to weird amounts that have more digits than expected and don't sum up correctly, and it also triggers the warning dialog "One or more of the entries are for accounts different from the invoice/bill currency. (...)" o Minor tweaking of icon for duplicate invoice so that it doesn't look grayed out * Translation updates * Bugs fixed o Bug #635552: Rename "Financial Calculator" into "Loan Repayment Calculator" I've been told (by users who know the subject well enough) the "Financial Calculator" should rather be called a "Loan Repayment Calculator" or a "Mortgage Payment Calculator", as this is what is being offered there. So I finally made this renaming. o Bug #640357: Adding very limited Perl-Support for doxygen Adding Doxygen commands to the Perl-scripts in the sources I searched for every *.pl file in the GnuCash source and added Doxygen commands like @file, @brief, @author to better include them in doxygen. Patch by Christoph Holtermann. o Bug #640357: Adding very limited Perl-Support for doxygen There are a few Perl-scripts scattered through the GnuCash sources. This patch enables doxygen to interpret them so that they can be provided with information about author, date and so on. This is done by telling doxygen that their python-files. So python-comments can be used. The actual Perl-source is commented out by using @cond Perl ...PERL-CODE... @endcond Perl Patch by Christoph Holtermann o Bug #640347: Adding Example Skripts for historic Stock Quotes This patch adds the example skripts from http://wiki.gnucash.org/wiki/Stocks/get_prices to the directory python-bindings/example_scripts. Patch by Christoph Holtermann. o Bug #640328: This patch makes Transaction.GetSplitList and Account.GetSplitList return Split instances I changed gnucash_core.py so that GetSplitList methods of Transaction and Account return Split-instances so that the user doesn't need to call Split(instance=GetSplitList()[n]). I checked the examples and changed one either. Patch by Christoph Holtermann o Bug #639906: Changing the way __format__ works for Split and Transaction Patch by Christoph Holtermann o Bug #641832: Workaround to avoid the current crashes on windows. On win32 the queryf() calls below seem to crash. On the other hand, we know the used libdbi on windows is fine, so as a first workaround, we assume libdbi is safe. o Bug #642445 [PATCH] Segfault when tip_of_the_day.list is empty o Bug #642284: Fails to build on Ubuntu Natty Patch by Ahmed El-Mahmoudy. o Bug #641832: Use g_strdup_printf() instead of dbi_conn_queryf() to format the query; the latter crashed msvcrt. Also reverts r20287 because the root bug is fixed. o Bug #641909: Fix broken price scatter plot The report was unknowingly broken by the move of one function in r20209 namely gnc-locale-default-iso-currency-code from app-utils to core-utils, and somehow this needs a re-export in the core-utils.scm declaration. (I don't know why. For me, this confirms again this whole scheme plugin stuff sucks, royally.) * Other code/build changes o Tag 2.4.3 o Re-indentation of source code. o Really fix conditional configure test for gtkmm. o Add optional module that compiles with gtkmm, i.e. in C++. This was just a crazy idea, but it turns out to be extremely easy. This can be used as a place for new GUI elements which people prefer to write in gtkmm/C++ instead of C. It's disabled by default. Use configure --enable-gtkmm to enable it. o Fix const-correctness of gnc-module interface. o Add missing run-time typechecks in new code. o Fix CRIT gtk warning if the old_page_long_name was NULL but still passed to g_strrstr. o Add accessor of GtkUIManager in GncMainWindow. o QofSession: Don't push a new generic error if there's already one available that might be more descriptive. o Remove no-longer-correct warning about the aqbanking5 setup wizard not being implemented: It is. o Add a Timespec constructor for the current clock time. o Fix potential parsing of NULL strings by correctly use an empty non-NULL string instead. o Another error message somewhat more verbose. o Make log warning about bad gnc_numeric print the actual error code. o Add address auto-completion of r20272 also for address line 4. o Add a common shared quickfill object for the addr2/addr3 lines of a GncAddress. o Minor code cleanup - remove includes from header if not necessary. o Fix CRIT error message on program quit in the aqbanking module.
Update to 2.4.2: Changes between 2.4.0 and 2.4.2 include: * User-visible changes * Partly revert r20207, "Modify Tax Info on Account Page..." The changes in the tree-model-account caused CRITICAL gtk warnings, so we revert that part for now. The changes in gnc-ui-utils.[hc] have been kept. * Do not modify the entry's DateEntered when duplicating invoice to keep the entry ordering. Follow-up to r20115. * Modify Tax Info on Account Page to display or not display sub-account info based on whether row is expanded. Revert changes made in gnc-ui-util.c in rev 20039 and instead put those changes in new function: gnc_ui_account_get_tax_info_sub_acct_string. Define a new column, GNC_TREE_MODEL_ACCOUNT_COL_TAX_INFO_SUB_ACCT, in gnc-tree-model-account.c filled with gnc_ui_account_get_tax_info_sub_acct_string. Modify gnc-tree-view-account.c to define a tax_info_data_func that displays only the the data in the GNC_TREE_MODEL_ACCOUNT_COL_TAX_INFO model column if the row is expanded; otherwise it combines it with the data in the GNC_TREE_MODEL_ACCOUNT_COL_TAX_INFO_SUB_ACCT model column. Modily the view creation function to use the new tax_info_data_func. * Open the newly created invoices for editing after import. * Make the splash screen stack as a regular window instead of stacking in front of everything else. * SQL Backend Version Control: The final part. New error dialog boxes for ERR_SQL_DB_TOO_OLD and ERR_SQL_DB_TOO_NEW Marks the book read-only if the user doesn't upgrade a too-old db and when the user tries to load a too-new db. * Provide more detail in commit error when it's caused by a read-only book. Mark error message for translation. * Throw an error and return if if the book is marked readonly. * Add icons for Duplicate Invoice functionality * This patch adds a new option under Edit -> Preferences -> Date/Time that looks like this: Date Completion When a date is entered without year, it should be taken: (*) In the current calendar year ( ) In a sliding 12-month window starting this many months before the current month: [ 6 ] Patch by Peter Selinger with minor modifications * Fix a bug introduced in 20042 which caused lists of Scheme strings passed to C code to be garbage. This caused online price quotes to fail for anything other than a currency. * Make it possible to include trading accounts in the Income Statement and Profit and Loss reports. * Additionally, make the "Duplicate Invoice" feature available as menu item and toolbar button when viewing an invoice. * Implement "Duplicate Invoice" feature, where a new invoice is created as a copy of an old one with new date and new ID. This patch makes this feature available as button "Duplicate" in the search window. * Make reconcile+update import action of r20021 bug#373415 enabled by default because it's so useful. * Fix version number in welcome report. * Set sort order for GncEntry quickfill to LIFO by-date. Previously, the insertion order was random instead of by-date. * Activate balance averaging in account piechart report, introduced in r19253. * Add budget name to budget tab * Add info about sub-accounts to Tax Info column on Accounts page. * A plugin to import CSV data as a new invoice or bill. Based on code written by Sebastian Held. Also includes a python script to massage a downloaded order form into the correct format for import. See contrib/rapid2gnucash.py This works with Rapid Electronics (UK) and can be used as a basis for other vendors. Users need to add a line in their ~/.gnucash/config.user for the module to be loaded: (gnc:module-load "gnucash/plugins/bi_import" 0) See bug #624911 for more details. * Add "copy budget" command to menu. Works like "open budget" except that a copy of the budget is made with the name "Copy of "+name of old budget. This command will allow you to easily create a copy of your 2010 budget and change its name to "2011". I also plan to add UI capabilities to more easily manipulate budget numbers. * Fully implement auto-completion in the invoice entries on the description field, separately for bills or invoices. The quickfill is obtained from the global cache of the GncEntry's descriptions, one for invoices, one for the rest. The auto-completion is a simple query to get the newest entry with the same description, but limited to invoices or bills, respectively. * Add a new report: Customer Summary. This report shows a table of all customers and the sales, profit, and markup in that table. * Add a new report: Future Scheduled Transaction Summary. * Improve GncEntry quickfill to create separate quickfills for invoices and bills As well as lots of bug and translation fixes.
Update to 2.4.0: The GnuCash development team proudly announces GnuCash 2.4.0, the latest stable release of the GnuCash Free Accounting Software. With this new release series, GnuCash can use an SQL database using SQLite3, MySQL or PostgreSQL. It runs on GNU/Linux, *BSD, Solaris, Microsoft Windows and Mac OSX. WARNING: You should uninstall any earlier GnuCash version from your system prior to installing 2.4.0. Failing to do so may result in startup errors. In particular on Windows this may cause "Parse error: entry point not found" errors. Major changes in the 2.4.0 release include; * In addition to the XML backend, Gnucash can now use a SQLite3, MySQL or PostgreSQL database to store the data. This is a new implementation using libdbi. It supports all features including the business features. In order to build with this, add --enable-dbi to the configure command. In addition to the libdbi-dev package for your distribution, you will also need the appropriate DBD (libdbi driver) package for sqlite3, mysql or postgresql. (not enabled in pkgsrc due to lack of recent libdbi) * As a replacement for the current GtkHTML HTML engine used to display reports and graphs, Gnucash can use WebKit. WebKit is the engine used by Google Chrome on Windows and Safari on Apple. (enabled in pkgsrc)
Pullup ticket 3267 - requested by wiz security fix Revisions pulled up: - pkgsrc/finance/gnucash/Makefile 1.145 - pkgsrc/finance/gnucash/PLIST 1.38 ------------------------------------------------------------------------- Module Name: pkgsrc Committed By: wiz Date: Sun Nov 7 23:27:53 UTC 2010 Modified Files: pkgsrc/finance/gnucash: Makefile PLIST Log Message: Do not install gnc-test-env. This file got CVE-2010-3999 attached to it and it's not needed except for testing. Bump PKGREVISION. While here, include desktopdb.mk. To generate a diff of this commit: cvs rdiff -u -r1.144 -r1.145 pkgsrc/finance/gnucash/Makefile cvs rdiff -u -r1.37 -r1.38 pkgsrc/finance/gnucash/PLIST
Do not install gnc-test-env. This file got CVE-2010-3999 attached to it and it's not needed except for testing. Bump PKGREVISION. While here, include desktopdb.mk.
Use @pkgdir.
Remove @dirrm entries from PLISTs
Update to 2.2.9: 2.2.9 - 23 February 2009 Welcome to the GnuCash 2.2.9 Release. Fixed Bugs: o #339027: Reconcile window should display the date o #435642: Crash editing results of a find o #438132: Warning about commodity being NULL for root account on save o #462148: Report output is vertically inverted and bottom up printed (mirror, reverse, &c.) o #514455: Dutch (Netherlands) translation of account templates o #526775: Win32: Crashes when importing brokerage account data o #542382: Assign GnuCash to file name extension .gnucash o #564209: Improved debuggability for module loading o #564450: HUF currency handling incorrect as 1HUF divided into 100FILLERs o #564928: Segfault when closing a invoice tab o #565421: gnc-date-edit.c did not compile with Gtk < 2.10 o #565721: Multicolumn report options: Report names are not translated o #566198: Slovakia joined the Euro o #566352: Crash during OFX import under Win 2000 / SP4 o #566567: Scheme modifications are not built on windows o #567174: Files with NIS stocks fail to open o #568327: Using most "budget" reports, without a budget defined crashes gnucash o #568653: Add SKR49 template o #568945: The gnc_pricedb_convert_balance_... methods should look for the reciprocal of the exchange rate o #569734: Give the template root account a name o #570166: Weird text entry box when typing on Account Tree page o #570894: Use of symbol t, which is not defined in all guile versions o #571220: Program won't start if SCHEME_LIBRARY_PATH is set Other Changes: o Added German account template for a Wohnungswirtschaft business o Fixed french business account templates o Updated translations: Catalan, Chinese, German, Italian
Update to 2.2.8: 2.2.8 - 14 December 2008 Welcome to the GnuCash 2.2.8 Release. Fixed Bugs: o #115066: "Search For" dialog shows all when criteria is left as default o #128774: "Edit exchange rate" context menu item disfunctional often o #137017: date of transaction change with time zone change o #339433: TiaaCref price quote dates off by one day o #340041: 0 as an amount should be allowed in Exchange Editor o #345980: changing Stylesheet doesn't commit o #347274: to track the difference between budgeted and actual amounts in the budget report o #348860: Error with saved multicolumn reports o #405472: Unable to save changes on files opened over FUSE and sshfs o #432457: Security/stock import should follow tutorial regarding Account Name o #435427: "Generic import transaction matcher" dialog does not sort by date o #436342: Currency exchange druid does not show on changed o #436920: crash on loading OFX data for a commodity that exists without cusip field o #492417: currency mapping of New Israeli Shekel o #529494: Wrong fractional precision in register with multi-currency transactions o #532889: Monthly scheduled payments preview shows wrong dates o #536299: Fix two underlinking issues o #539947: OpenSolaris:__FUNCTION__ not defined in sun cc o #543332: Severe performance regression in Average Balance report o #548218: OpenSolaris: $(expression) cause configure error on solaris o #554042: OpenSolaris: configure fail on checking 'unsigned long is at least as big as guint32' o #557604: date-utilities.scm typos o #557374: MT940 import does not work o #563160: Multicolumn report: Confusing order of "Column span" and "Row span" o #563273: crash in GnuCash Finance Management: Starting GnuCash o #564033: aqbanking plugin: g_module_open failed: WEXITSTATUS undefined Other Changes: o Fix account defaulting for posting vendor bill o Fix tax-related inconsistency in UI o Fix the average cost price source computation for a certain case o Add account templates: Dutch, Finnish o Update account templates: Italian, Slovak o Update translations: Finnish, German, Hebrew, Italian, Japanese, Russian, Slovak, Simplified Chinese
Update to 2.2.7: 2.2.7 - 26 September 2008 Welcome to the GnuCash 2.2.7 Release. Fixed Bugs: o #139651: Register: Split transaction with multiple currencies fails o #309863: Balance Sheet: Rounding errors with prices from pricedb o #341362: Price Editor: Price is displayed as fraction instead of decimal o #376298: Price Editor: Window Contents Corrupted After Manually Adding a Price o #378734: Drop down calendar only works once o #430121: Incorrect Sign Symbol for Fractional Commodity/Security Sale o #454340: Security Editor: duplicate rows after editing a security o #454827: Reports: Incorrect share value of stocks in foreign currency o #464771: Investment Portfolio: Report crashes without price data o #483393: Reports: Allow mixed denominators in numeric collectors o #504935: Add currencies XDR and XXX o #506873: Win32: Cannot install online price retrieval with ActivePerl 5.10 o #520570: Drop-down calendar for "reconcile information" non-responsive o #522095: Updating stock prices does not update totals shown in windows o #526313: GnuCash does not support the new currency in Venezuela o #529816: Supplement "CUSIP" by "ISIN", to give people outside USA a hint o #539640: Price Editor: Security disappears from price list o #539962: Void function cannot return value with sun cc o #540148: GnuCash cannot be built with libgoffice-0.8 o #541970: Balance Sheet: "Nearest in time" exchange rate not correct o #543061: Fractional not working in IDR (rupiah) currency o #543780: Transfer Dialog: CRIT messages in gnucash.trace from exchange rate dialog o #545316: Drop-down calendar is not clickable when posting invoice o #545722: Can't change date in dialog boxes o #546064: gnucash.desktop file does not comply with desktop-file-validate o #548601: AqBanking Import: Obscuring zero balance windows after getting transactions o #548891: QIF Import: GnuCash crashes when .gnucash/qif-accounts-map is readonly o #549115: Popup calendar unresponsive in modal dialogs o #549595: Silently removes main files while trying to save without lock o #549738: Reports: Default date on aging and customer reports is too far in the future o #551038: Reports: Alt-O shortcut in report options dialog crashes app o #552306: Fails to save file when using a network filesystem on Mac Other Changes: o New Finnish translation o Complete Romanian translation o Usability improvements in the price and the security editor o Lower number of false positives when checking aqbanking results for failures o Correct import of remote names, zero balances from aqbanking3 o Update translations: Catalan, Dutch, German, Italian, Polish
Update to 2.2.6: 2.2.6 - 27 July 2008 Welcome to the GnuCash 2.2.6 Release. Fixed Bugs: o #129099: Register: Optionally show leaf names instead of full names o #144669: Register: Shortcut to filter accounts by account number o #313660: QIF Import: Can't stop progress on long importing process o #336192: QIF Import: Allow new namespaces when defining new securities o #353880: Reports: Options dialog violates HIG, add borders. o #309359: QIF Import: "unknown Action '..'" shown many times o #452354: Average Balance Report: Translate account type option names o #454305: Trial Balance Report: Wrong after negative Stock Split o #460721: Balance Sheet: Should have a "value at cost" option o #463320: Trial Balance Report: Does not add up correctly o #470656: Preferences, Win32: Crash when setting accounting period o #475980: QIF Import: Forward and Back don't follow same path o #489502: Register: Account autocompletion ignores new separator until restart o #501490: Balance Sheet: Incorrect in presence of stock sale o #502646: Win32: Crash entering dates before 1/1/1970 in dialogs o #506499: Win32: Crash after online banking transfer o #512991: Invoices: Do not allow posting to placeholder accounts o #514210: QIF Import: Allow multiple selections for account mapping o #515163: QIF Import: Eliminate pointless mappings o #521403: Reports: One more option in "Price Source" in Stock Value Reports o #526883: Transaction Report: Question marks instead of month in cyrillic locale o #528835: Crash when creating SKR04 accounts with German locale o #530924: Customer Report: Honor the used column list o #531662: Budget report: Crash on #f in budget->guid o #532405: Win32: Guile crashes on strftime formats containing %e o #535407: QIF Import: Crash on invalid or unsupported date format o #538800: Balance Sheet: Gives wrong results o #539654: Reports: html-table-append-column! in html-table.scm crashes o #539829: Build Process: qofsession.c compile warning o #540207: Reports: Show a table of data beneath barcharts o #542472: Reports: Period does not default to Accounting Period o #542967: Reports: Options dialog title shows GUID Other Changes: o New Hebrew translation o Add support for aqbanking3 o Correct quickfill directions in transfer dialogs o Add QIF importer support for importing to A/R and A/P account types o QIF importer loading speedup and visual feedback, further improvements o Avoid crashing if a report's option generating procedure causes a Scheme exception o Make the new option Average Cost the default for several reports o Make weighted average price source computations ignore zero amount splits o Support calculation of unrealized gains/losses on liabilities in balance sheet o Allow creating new accounts from the general ledger o Fix some compiler warnings, minor build system improvements o Update translations: Catalan, German, Russian, Traditional Chinese
Update to 2.2.5: 2.2.5 - 27 April 2008 Welcome to the GnuCash 2.2.5 Release. Fixed Bugs: o #166101: Register: Topmost splits' accounts are rewritten confusingly o #341414: QIF Import: Changing account separator breaks saved account mappings o #341608: Transaction Report: Filtering void/non-void doesn't work o #347474: Register: Tab goes to wrong split o #396665: QIF Import: Detect and convert non-ascii character encoding of QIF files o #450354: QIF Import, Win32: Can only load files from ascii paths o #475960: Reconciliation: Postponed balances of liability accounts are not reversed correctly o #467529: Check Printing: Align_n not working in custom check definitions o #509089: QIF Import: Duplicates windows shown after Scheme error o #511182: QIF Import: Saved commodity mappings lost after import to new GnuCash file o #511231: QIF Import: Use QIF security type to provide better default namespace o #512208: QIF Import: New commodities remain if import canceled o #512841: Register: Crash in expression parser on nullary functions, like pmt() o #514027: QIF Import: Commodities page is skipped if you go back to currency page o #519988: QIF Import: Error reporting doesn't follow GnuCash guidelines o #520606: QIF import: Memo mappings for non-split, non-investment transactions are ignored o #521957: Auto-save not canceled on opening other files o #522795: QIF Import: Does not support "ShtSell" or "CvrShrt" transactions o #523194: QIF Import: Existing commodities can cause import failure o #523922: GnuCash ships the wrong scalable icon and no small (22², 24²) sizes o #527459: QIF Import: Support voided transactions o #527886: QIF Import: Support QIF numeric formats of 12'345.67 as produced by Quicken 4 o #529232: Average Balance Report: Reversing the starting balance distorts the numbers Other Changes: o Add a new Liberty(tm) check format o Show QIF import documentation by default o Improve cancel behavior in reconciliation window o Fix a few memory leaks o Update translations: Brazilian Portuguese, German, Romanian, Russian, Swiss German
Add guile-www dependency and bump PKGREVISION.
Update to 2.2.4: 2.2.4 - 02 March 2008 Welcome to the GnuCash 2.2.4 Release. Fixed Bugs: o #106242: qif Importer should warn users about dates before 1970 o #106383: feature request: close year end o #123312: QIF Import: Autoselection of Stock Exchange during import o #336211: QIF Import generates spurious duplicate transactions o #360058: GnuCash crashes on QIF-import after changing account's separator to * (asterisk) o #373584: Rounding error in QIF import of commodity transactions o #454834: Memo Incorrect or missing in Transaction Report o #457591: QIF import does not handle tabs at top of file o #481528: QIF importer should show imported transaction as possible duplicate if original transaction is split o #503166: QIF Import Druid Flow incorrect o #506798: Custom Reports don't allow sorting by Account Code o #506873: 'Install Online Price Retrieval' fails with ActivePerl 5.10 o #506810: QIF Import can mismatch account transfers o #510221: Include Mexican Accounts o #510630: typo in description of BUYMF transaction (OFX import) o #510725: crash importing a .OFX file o #510940: Unrecognized date format causes crash o #510962: QIF transactions without dates are silently ignored o #511006: Commodity creation skipped due to saved mappings o #512166: doesn't build with glib-2.15.3 o #512173: Empty "match payees/memos" druid step shown o #512497: Investment transactions ignore payee/memo mappings o #513088: "Find" immediately unmaps window o #513829: Investment account may be created with Stock account type o #516178: Scheme error during progress dialog causes freeze Other Changes: o Recognize 401k/403b in QIF import o Remove superfluous trailing colons of de_DE SKR04 account names o Add russian account templates o Add Swiss German translation o Update translations: Brazilian Portugese, German, Greek, Russian, Simplified Chinese, Slovak, Spanish
Update to 2.2.3: 2.2.3 - 06 January 2008 Welcome to the GnuCash 2.2.3 Release. Fixed Bugs: o #114724: QIF importer drops split details for transfers with identical amount o #463678: xfer dialog from CC auto-payment from reconcile doesn't display accounts o #495219: QIF-Importer handles memo from transactions wrong o #497517: Transactions set to 'c' in the R(econciled) field of the register are incorrectly set to 'n' when postponing a reconciliation o #503889: Should install icons into expected locations o #504007: QIF Import Druid does not allow selecting currency o #504257: Need to replace old Afghanistan Afghani (AFA) with new Afghanistan Afghani (AFN) o #504261: Start on W2K fails with Entry Point Not Found (KERNEL32.dll) o #505386: Gnucash looses transactions if the file contains special characters o #505972: SX-related segfaults in 2.2.2 o #506074: Fractional timezone offsets not always handled correctly o #506429: "Last Day of Month" SXes saved on wrong day of week o #506671: Add cyprus, maltese and slovenian currencies to EURO support o #506714: progress bar during launching Other Changes: o New Vietnamese translation o Improve several minor strings o Update translations: Dutch, German o Some business report improvements regarding date parameters o Fix gcc 4.2.x compiler warnings o Use aqbanking pkg-config file and require < v2.9, allow goffice v0.6 2.2.2 - 16 December 2007 Welcome to the GnuCash 2.2.2 Release. Fixed Bugs: o #336240: advanced portfolio - the basis calculation is not working properly in funds o #343245: Advanced Portfolio gets basis wrong with stock split o #343448: Hide unused horizontal scrollbar o #344566: Advance Portfolio has wrong Realized Gain o #347739: Advanced Portfolio calculates values incorrectly when it involves a capital loss o #438360: Case-insensitive search for non-ascii characters broken o #460232: advanced portfolio report fails o #467521: Persistent splash screen blocks "could not obtain lock" warning o #467532: Clipping check fields in gtkprint is not consistent with clipping in gnomeprint o #468681: RFE: Customizable summary bar position o #470750: src/design/*.texinfo refers to non-existent GncBooks API o #470801: Tip Of The Day says 2.2.1 is development version o #473827: chinese translate for gnucash account o #475666: Missing national currency CUC o #476189: Configure script should fail when gettext is not installed o #481110: Win32: Crash when opening SX Editor o #482177: Customer report shows no invoices or detail with 2nd A/Receivable o #483796: Fancy Invoice - Report Error o #484576: Configuration error with goffice 0.5 o #487317: QIF import druid crash when stepping back and forth from the "loaded files page" without selection o #487326: Preferences dialog does not remove all its gconf callbacks o #487572: advanced portfolio breaks on "Most Recent to Report" o #488001: speed up several reports that rely on html-acct-table.scm o #488004: provide a two-column income-statement o #490679: GnuCash doesn't honor the GNOME toolbar settings o #491581: Import 'Cash' Action (in Investment Accounts) o #492137: Lot scrubber doesn't add splits to existing lots correctly o #496023: Pressing ESC Cancels modifications whether you choose yes or no. o #496178: gnucash segfaults with troublesome automatic transactions o #499360: Crash when editing a commodity whose quote source timezone is set to local time o #499788: gnucash-make-guids does not work, fails with "Unbound variable: gnc:guid-new" o #500026: [PATCH] Report correct package for qt3-wizard o #500427: SX creation doesn't include template transaction "Notes" o #501059: GnuCash leaks since last run dialogs o #502755: GnuCash hangs after modifying SX o #503579: win32 packaging fails installing mingw Other Changes: o Many changes to the german SKR03 and SKR04 account templates o Include updated GNOME libraries and a patched ORBit2 in Win32 build o Improve resizing of search and invoice posting dialogs o Add MimeType directive for GnuCash data files o Fix some new compiler warnings o Add AZN [Azerbaijani Manat] o Add COU [Colombian Unidad de Valor Real] o Add MZN [Mozambique Metical] o Some occurrences of "Open Source" were changed to "Free" o Update translations: Brazilian Portugese, Czech, German, Japanese, Traditional Chinese
Fix comment (GConf2 -> GConf).
Update to 2.2.0, based on gnucash-current package. 2.2.0 - 14 July 2007 o Welcome to the GnuCash 2.2.0 Release. o With this new release series, GnuCash is available on Microsoft Windows for the first time, and it also runs on GNU/Linux, *BSD, Solaris and Mac OSX. o This release has only a few user-visible new features, except for the completed port to the Microsoft Windows operating system. In summary, the following features are new, compared to the older 2.0.x series: o Port to Microsoft Windows completed. Note that Windows 2000, XP, or Vista is required; GnuCash does not run on Windows 98 or 95. o Data file notice: In version 2.1.2 the format for scheduled transactions in the data file was changed. Files using the old format will be read without problems by this new version, but the new version of GnuCash only writes the new format. The new file format cannot be loaded by older versions of GnuCash. (If you try, the file will fail to be loaded with an error message.) As a result, if you begin using the new Gnucash, and you have data files with scheduled transactions, then these files will not be readable by older versions. If you have to make a new data file readable by older versions of GnuCash, this can be achived by deleting all records of scheduled transactions in the scheduled transaction editor. o SWIG is now used instead of g-wrap for providing language bindings. o The Scheduled Transaction list view is now improved and summarized more compactly. The Since-Last-Run dialog has been simplified. o Check printing has been improved, with new formats and simpler format descriptions. o Automatic saving of the data file was added. o Bugfixes and improvements since the last version 2.1.5 include: o Updated translations. o Improved handling of Online Banking wizard on Windows.
Update to 2.0.5: 2.0.5 - 18 February 2007 o Release of new stable version 2.0.5. o Fix some strings not being translated. o Use guiles native sort and record. o Adjust how payment dialog resizes. o Don't abort when F::Q fails to return a quote. o Change Russian Ruble from RUR to RUB. o Fix security problem with tmp filesystem and symlink attack. o Add French and Canadian French translation updates. o Do not crash on delete_event in new user dialog. o Add sanity checks when accessing GncPluginPage. o Make new windows the same size as the active one. o The New Turkish Lira changed from TRL to TRY in 2005.
Update to 2.0.2: 2.0.2 - 08 October 2006 o Release of new stable version 2.0.2 o Configure changes; - Find absolute path of gconftool-2 during configure. Make gconftool rules to fail if gconftool-2 could not be found. - Fix Makefiles for .schemas file installation. o Core changes; - various: String fixes that have been delayed due to the string freeze. - Update so that bug-buddy 2.16 will still allow you to file bugs against gnucash. - Add a tip for raising the accounts menu in a register page. - Maintain the accounthierarchy when reparenting the descendants of a deleted account. - If the file type wasn't recognized, check whether this failed because of no read permission and give appropriate user feedback. - Avoid crash from opening transaction in more than one register. - Add the ability to override the default sort. o Import Changes; - Improve wording for XML data file import druid. - Replace exact comparison of doubles by checking for a small enough difference. - Double-check really every string from aqbanking for valid utf-8 characters. o Translations; - Updated Hungarian translation - Updated complete Nepali translation - Updated French translation
Update to 2.0.1: 2.0.1 - 30 July 2006 o Release of new stable version 2.0.1 o Configure changes; - Check for (g-wrap) module, apparently some distributions ship g-wrap-config separately from the g-wrap.scm guile module. - Check for SLIB. o Core changes; - Correctly set column sort orders from gconf. - Allow proper compile/install from tarball using separate builddir. o Import Changes; - Fixed bug where OFX/HBCI imports loose spaces in descriptions - Ignore any unknown !Option in QIF files that are being imported. - Allow comma-radix numbers without a radix. I.e., allow "17.500" to be parsed either as "seventeen and a half" or as "seventeen thousand five hundred". Note that numbers STILL default to decimal-radix instead of asking the user to choose. - Replace the hbox separating debits from credits in the reconciliation window by a homogeneous table. - Remove obsolete buttons for aqbanking/hbci setup that are unneeded. o Business changes; - Fixed problem when booking an invoice with account name using account separator character. - Set the summary bar values when the invoice window is first opened. - Properly round invoice entries and totals. o Scheduled Transactions changes; - Changed Since-Last-Run default to automatically run at GnuCash start. o Reports changes; - Change cmdline warning into an actual user's error dialog when user attempts to save a report with the same name as an existing report.
Update to 2.0.0, based on gnucash-devel: 2.0.0 - 9 July 2006 o Release of new stable version 2.0.0. o GnuCash 2.0 is based on state-of-the-art gtk2 GUI technology. o GnuCash 2.0 follows the Gnome Human Interface Guidelines (HIG) for a consistent behaviour and look-and-feel for the whole Desktop. o New tabbed window. o New importing feature: OFX DirectConnect can directly retrieve and import account statements over the Internet. o Implemented a "Hide account" feature to keep a better overview of your current accounts. o Implemented the ability to create budgets within GnuCash using your account data. o New importing feature: MT940 files can be imported (in addition to QIF files and OFX files). o The data file format has been improved with respect to international characters. Data files with international characters can be transferred to other countries flawlessly. o Support for Accounting Periods. o GnuCash Help and Guide are now fully integrated with the GNOME Help system (Yelp). o New releases of Finance::Quote and LibOFX will be coming soon to update support for GnuCash 2.0.0.
Strip ${PKGLOCALEDIR} from PLISTs of packages that already obey PKGLOCALEDIR and which install their locale files directly under ${PREFIX}/${PKGLOCALEDIR} and sort the PLIST file entries. From now on, pkgsrc/mk/plist/plist-locale.awk will automatically handle transforming the PLIST to refer to the correct locale directory.
* List the info file entries directly in the PLIST. * Honor PKGINFODIR and PKGMANDIR.
Update to 1.8.12. Take up maintainership. 1.8.12 - 19 Oct 2005 o Online Banking/HBCI improvements: Debit notes are fixed again; Bank-internal money transfers are now supported, if the HBCI bank offers them; Setup wizard can now works with HBCI, OFX-Connect, and other AqBanking backends; Fix character encoding issues in utf-8 locales; Fix date interval in the import transaction matcher for OFX and HBCI import; Fix PIN entry bug. o New currencies added: Romanian Leu, Bulgarian Lev, Malagasy Ariary o Fix problem with long date formats in some locales (bug#170444) o Add configure macros for mips, mipsel, arm, and m68k; Fix compilation on OpenBSD 64bit architectures o Updated translations: German, Italian, Kinyarwanda
Update to 1.8.11: 1.8.11 - 06 Feb 2005 o Add extra sanity checks and verbose error message if the setup wizard of aqhbci cannot be found. o Fix potentially missing initialization of gwenhywfar library, as reported by Peter O'Gorman on Max OS X. o Properly accumulate splits (bug #165053). Also fixes a (related) memory leak o Add explicit dependency on business-utils. o Adapt to latest changes in aqbanking; external wizard name is no longer hard-coded here but is asked from aqbanking. o Enable debit notes again in HBCI. o Update German translation. o Thomas Bushnell's patch to protect non-backup pruning (#164875) o Add the transaction guid to some error warning messages. o Fix HBCI date range for statement download. o Fix the last-day-of-month computation for leap years.
Update to 1.8.10. Changes: 1.8.10 - 11 Dec 2004 o Don't use C++/C99 declarations. Declare variables at the top of the function. o Updated British English, Czech, Italian, Russian, German, Brazilian Portugese, Dutch, French, Spanish, translations. o Fabien COELHO's zero-balance patch to remove accounts of zero balance from the report. o Fix a broken recursion problem. Don't call show-acct? from use-acct? so we don't recurse ad flictum. This recursive call isn't necessary, just have use-acct? recurse unto itself. o look in ${srcdir} for build-config.scm.in o Work around problems with libltdl3. o don't automatically try to (require 'format), so gnucash will build on an slib-3 system. o Added quote sources for Indian Mutual Funds. o Skip the case when a token is the empty string. This caused many warnings about a NULL kvp_frame lookup. o Luigi Ballabio's automake patch to gnucash.m4 o guile-1.6 complains about string->symbol when passed a symbol. o applied Vasil's patch to improve the transaction report for HTML export purposes. o Backport of CVS-head changes to improve register open performance when working with large account trees (>500 accounts). The new code caches the quickfill tree so that it is shared by all register windows. o create gnc:current-saved-reports, as the file to store saved reports from cstim. Autoload the saved-reports file at startup (after config.user/config.auto is loaded). o Added gnc:report-generate-saved-forms that will generate the scheme code necessary to create a new report from the saved options of an old report. o Added example Menu item "File -> Save all reports" that will call the new report saving function for all reports. This would need more work so that not all reports are saved but only the currently selected one -- any volunteer may feel free to add that. o Fix saving of report: It now appends to ~/.gnucash/saved-reports-1.8 Statusbar tip is now more verbose. o Add toolbar element for saving the current report. o Add function for saving one particular report to the ~/.gnucash/saved-reports-1.8 file. Add extra menu only for customized reports. o Remove the previous function for saving all reports since it is no longer necessary. o Apply David Reiser's patch for Quicken(tm) cheques with stub. o Apply David Grant's patch to add TD Efunds. o make the desktop file HIG compliant. o change the gtkhtml order to search for >= 1.1 before < 1.1, in order to try to fix #84707 on systems with multiple versions of gtkhtml. o Perry Smith's Null Account Patch. Make sure the security is a real string before appending an account separator, so we don't try to create a "null" account. o Add option to include zero-amount splits in computations. o fix xaccAccountGetBalanceAsOfDate() to properly compute the balance at the end of the split list. o Major change for HBCI, back-ported from HEAD. The HBCI online banking is no longer based on the openhbci library but instead on the aqbanking library http://sf.net/projects/aqbanking which is Martin Preuss' successor of openhbci. This means that now aqbanking-0.9.5 is required instead of any openhbci package. o Fixes for x86_64 o Update for new LibOfx, this among other things, gives gnucash Microsoft OFC support. o Duplicate match tweaks in import code o Andreas Rottmann's patch to support g-wrap 1.9. o provide a default account name so we don't crash when someone imports a broken QIF that has a !Account without an account name. o Daniel Lindenaar's patch to implement a check-box in the Invoice Post Dialog (with a default in the File Preferences) to choose to accumulate splits when posting an invoice, or post a 1:1 mapping. o Phil Longstaff's patch to prevent duplicate pricedb entries. o Heath Martin's x86_64 patch o Mark search criteria for translation -- somehow this had been missed all the time. o Change currency mnemonic for "New Israeli Shekel" from "ILS" to "NIS". o Identified and fixed several places with untranslated strings. o Add configure check for libofx version 0.7.0 and respective error message. Update docs. o Improve importer performance by matching imported transactions only against transactions in the proper time interval. o send an event when a payment is processed so the invoice gets updated as "paid" in the search window. o Make sure we set the proper search-type when we create the query, otherwise the search will fail later. Package changes: . install documentation in share/doc instead of share/doc/html . cleanup of the Makefile
Convert to use guile-1.6. Bump PKGREVISION. Based on PR 28526 by Andreas Hallmann.
add some files missed in 1.8.9 update
Mechanical changes to package PLISTs to make use of LIBTOOLIZE_PLIST. All library names listed by *.la files no longer need to be listed in the PLIST, e.g., instead of: lib/libfoo.a lib/libfoo.la lib/libfoo.so lib/libfoo.so.0 lib/libfoo.so.0.1 one simply needs: lib/libfoo.la and bsd.pkg.mk will automatically ensure that the additional library names are listed in the installed package +CONTENTS file. Also make LIBTOOLIZE_PLIST default to "yes".
Handle some shared directories by depending on (or updating dependancies to the latest versions) xdg-dirs, xdg-x11-dirs or gnome*-dirs. Bump PKGREVISION.
Remove info files entries from PLIST.
Update gnucash to version 1.8.8, the latest stable version. Changes since version 1.8.4 are numerous. For brevity, I'll include the changes from 1.8.6 onwards. Other changes available at http://www.gnucash.org. What's New in GnuCash 1.8.8? o HBCI - Improve error message when receiving zero balance from bank. o Add account template for Swiss German businesses "KMU" by Tom Winterhalder o Add *big* account template for German businesses "SKR04" by Betina Schmidt o Add Catalan and Turkish translation, Updated German, Italian, Czech, Greek o Add Turkish account template. Updated Greek account templates. o Remove debian scripts o Add a comment about minimum string length o Fix the ISO_DATELEN to be "long enough" o Fix handling of HBCI direct debits (fix wrong textkey). Fix and initially implement handling of multiple banks/users/customers. o Fixed extremly stupid, old bug that causes weird HBCI errors. Improved user messages. o Refactor some GUI code. Improve user messages. o BillTermDecRef should have been BillTermIncRef when setting new bill term. o Applied Frank Pavageau's patch regarding capital gains to handle split transactions. o Don't make a timespec with tv_sec == 0. Fixes some tests on the alpha platform. What's New in GnuCash 1.8.7? o Use instead of "libofx/libofx.h" as it's not part of our system. Fixes a dependency problem in 1.8.6 release. o Small fix from hawkfan to get tests to work when building outside srcdir. o Fix a bug introduced by Matthew -- ANSI C does not allow you to declare a variable in the middle of an expression. Move the declaration to the top of the function. o We don't need the trailing semi-colon because the #include adds one. The double semi-colon causes build failures in some cases. What's New in GnuCash 1.8.6? o Updated Spanish, Greek, French, Czech, Slovak translations o Fixed extremely stupid bug in the import value setting workaround. o Fixed problem with SX formula_cell calls o Merge missing part of 2003-05-28 commit. The log format changes didn't get commited for some reason, making the log replayer completely unusable. o Fixed crash during dialog startup on Solaris. o Turn off scheme garbage collection during query->scm and scm->query conversion. It shaves about 50% off the test-scm-query-string tests. o Make test-scm-query-string test deterministic by seeding the RNG with a known value. o Add a "slots" parameter to allow for future expansion. Right now this is completely ignored.
Resurrect patch-bf (removes update-finance-quote, wants to update perl module outside of pkgsrc). Remove --preserve-dup-deps from libtool, compiles and links fine w/o it. Prompted by comment from Ron Roskens. Add RCS tag to patch.
Update gnucash to 1.8.4. Features updated translations and several pages of improvements and bug fixes. This version is much more stable and usable than 1.8.1.
Convert to USE_NEW_TEXINFO.
Depend on (at least) version 1.2 of gnome{,1,2}-dirs to automatically handle the shared share/mime-info directory. Bump PKGREVISION.
Update gnucash to latest stable version 1.8.1. This update is based on patches provided by Ron Roskens (roskens at elfin dot net) in PR pkg/20271 and his posts to tech-pkg@. Furthermore, this update fixes PR pkg/20109 by Bill Sommerfeld. Changes since our last version include: * src/register/ledger-core/split-register-control.c If we're expanded, ignore TRANS cursor classes. This prevents a bug where the exchange-rate dialog is realized when there really is nothing to do (because we're in an expanded transaction). * src/register/ledger-core/split-register-model.c Don't PERR() if we have no account -- this prevents annoying messages when handling multi-currency txns in the GL. Note: all GL txns are displayed in the locale currency (if possible). * src/register/ledger-core/split-register.c AUTO_LEDGER and JOURNAL register types _ARE_ expanded -- return TRUE, not FALSE. * src/report/standard-report/advanced-portfolio.scm: add extra arguments to prevent scheme crash. * src/gnome/glade/sched-xact.glade: Need to start the Editor dialog as non-visible so the ledger get's sized properly * src/gnome/dialog-scheduledxaction.c: resize the cal after the dialog is shown, so it get's sized properly. * src/register/register-gnome/gnucash-style.c: temporary fix to prevent 105346, until a real fix can be created. There is still a visual artifact leftover, but at least it doesn't crash. * src/scm/tip-list.scm: remove the tip that says that this is a development version. (Thanks, pogma) * src/scm/command-line.scm: remove the "development version" string when running "gnucash --version" * src/import-export/import-backend.c: Add heuristic for duplicate matching by check number. * doc/README.OFX: Update * src/engine/gnc-lot-p.h: some strange platforms assume "char" is 0..255 instead of -128..127. Force a "signed char" to make sure we get the latter interpretation. * src/app-utils/gnc-ui-utils.c: Don't round unless force_fit is true. Fixes Debian Bug #179802. * src/bin/overrides/gnucash-build-env.in: add business-utils * src/business/business-utils/Makefile.am: make scm-links so you can run gnucash from within the build tree * po/it.po: Updated Italian translation by Lorenzo Cappelletti <L.Cappelletti@mail.com>. * src/import-export/qif-import/qif-file.scm: mark "splits" as negative to make sure the numbers are reflected appropriately. * src/import-export/qif-import/qif-objects.scm: add a neg? value to a qif-split; use this when converting the split-amount. Fixes bug #105179 * src/calculation/Makefile.am: need to add GUILE_INCS * src/engine/Makefile.am: add ${INTLLIBS} for gettext() et al on platforms that don't have it in libc * src/backend/file/io-gncbin-r.c: don't need to define functions that are never used, so move the #ifdef around. Fixes # 105124 * src/import-export/qif-import/qif-file.scm: fix a wrong-number-of-arguments fatal crash when trying to reparse dates. * src/scm/main.scm: turn off devel version message
Updated to 1.6.8 o Updated or new translations for Japanese, Italian, Traditional Chinese, Simplified Chinese, Russian, French, German, Swedish, Portuguese, Brasilian Portugese o Add French account hierarchy template o Back-ported fix for locale of new accounts o File permission fix o Changed "Opening Balances" to "Opening Balance" to unify the account name o Tweak for newer versions of db2html o Fix a common crash caused by a dangling pointer reference o Add upper bounds checking on the versions of guile and g-wrap o Fix for guile-1.4.1 srfi problem o Added support for VWD as a quote source
Update gnucash to 1.6.6 o Updated or new translations for Dutch, Norwegian, Russian, Greek, French, German, Portuguese, Azerbaijani Turkic, and Slovak o Tweaked the exchange rate calculation so that it will work in even more complicated cases, involving different Euroland and other currencies. o Added Edit Report Options hyperlink to warnings in reports. o Added workaround for Guppi barchart legend sorting (broken in Guppi 0.40.0 - 0.40.3). o Bug fixes
Introduce new framework for handling info files generation and installation. Summary of changes: - removal of USE_GTEXINFO - addition of mk/texinfo.mk - inclusion of this file in package Makefiles requiring it - `install-info' substituted by `${INSTALL_INFO}' in PLISTs - tuning of mk/bsd.pkg.mk: removal of USE_GTEXINFO INSTALL_INFO added to PLIST_SUBST `${INSTALL_INFO}' replace `install-info' in target rules print-PLIST target now generate `${INSTALL_INFO}' instead of `install-info' - a couple of new patch files added for a handful of packages - setting of the TEXINFO_OVERRIDE "switch" in packages Makefiles requiring it - devel/cssc marked requiring texinfo 4.0 - a couple of packages Makefiles were tuned with respect of INFO_FILES and makeinfo command usage See -newly added by this commit- section 10.24 of Packages.txt for further information.
Update to 1.6.5 o Euro conversion druid o Updated or new translations for Brazilian Portuguese, Danish, German, Nicaraguan Spanish, Norwegian, Portuguese, Slovak, Spanish, and Swedish o minor bug fixes
Move pkg/ files into package's toplevel directory