Revisions of gnucash

Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 1076738 from Johannes Engel's avatar Johannes Engel (j-engel) (revision 101)
- Update to 4.14
  + Bugfixes
    o Bug 797477 - Manual foreign transaction from APAR to 
      another doesn't trigger price input
    o Bug 797725 - Untranslatable string "For Period Covering 
      ~a to ~a"
    o Bug 797903 - Transaction window: The 'blue line' is always 
      (erroneously) topmost when t. sorting order is inverted.
    o Bug 798570 - Totals for the income, expenses and remaining to 
      budget incorrect for one specific date.
    o Bug 798625 - "Last up through report date" changed in 4.12
      Don't adjust report dates with time64CanonicalDayTime. They're 
      set to 23:59:59 local which is always >= neutral time at which 
      prices and transactions are timestamped. Local noon is before 
      neutral time for all time zones east of UTC+2.
    o Bug 798679 - Unicode normalization should be used for 
      comparison but not stored.
      Change to NFC normalization for all comparisons because the 
      Unicode meaning of compatible might collide with the user's 
      intent.
    o Bug 798702 - Crash in gnc_plugin_page_focus_idle_destroy() 
      closing a report before it completes.
    o Bug 798705 - ] New: UI string mismatch: OK vs. Next
    o Bug 798712 - Regional Decimal Point not recognized in budgets
    o Bug 798717 - Reports > Business > Fancy Invoice duplicates 
      company details
    o Bug 798732 - : Type of balance carry forward accounts for 
      German skr49 account template fixed
    o Bug 798734 - Aging Reports don't handle mixed currency payments 
      and invoices without Trading Accounts
    o Bug 798734 - Aging Reports don't handle mixed currency payments 
      and invoices without Trading Accounts
    o Bug 798737 - Minor grammatical error - 'for' missing in 'You 
      will be asked a conversion rate for each.'
    o Bug 798740 - Build fails with gcc 13
    o Bug 798747 - Crash in Investment Portfolio report
    o Bug 798748 - Transaction Notes field's value does not appear in 
      reverse transaction.
    o Bug 798754 - Build fails with gcc 13 and glib > 2.76
    o Bug 798759 - Register widths for 'with sub-account' not saved
    o Bug 798765 - Increase the limit for Maximum Slices in the Expense 
      Piechart
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 943639 from Johannes Engel's avatar Johannes Engel (j-engel) (revision 94)
- Update to 4.9
  + Bugfixes
- Remove 285017793d2c0c9f5a8d52b3db42944480e3f557.patch: No longer
  required as the underlying issue has been fixed in release 
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 884679 from Johannes Engel's avatar Johannes Engel (j-engel) (revision 90)
- Update to 4.5
  + Bugfixes
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 825299 from Dominique Leuenberger's avatar Dominique Leuenberger (dimstar) (revision 86)
- Update to 4.1
  + New gnucash-cli executable for command line interactions
  + Improvements for business documents layout
  + 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.
  + New type-ahead search added to sequential search when selecting 
    an account 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.
  + Python bindings are now localized and their strings available for 
    translation.
  + 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.
  + Allow Associations to be added to invoices. The actual 
    association when present is added as a link button which is shown 
    below the notes.
  + A symbol is now displayed on transactions in the register when 
    they have an attachment and the selected font supports the 
    symbol. This does not work on MacOS, which will continue to use 
    a letter.
  + The OFX file importer can now import more than one file at a time.
  + 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 added to the Income-GST 
    report. The reports 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.
  + The matcher window columns 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. (Bug 797338)
  + OFX imports having balance information will now offer to immediately 
    reconcile, passing the balance information in the file to the 
    reconcile info.
  + Improve quickfill in the account pickers to filter the choices 
    based on any part of the name.
  + 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.
  + 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. (Bug 797472)
  + New Account - Online Account match list to the Import Map Editor.
  + New invalid maps dialog in the Import Map Editor. (Bug 797612)
  + Optionally include the account code option in budget view.
  + 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.
  + Enable adding notes to budgets. (Bug 693180)
  + Support for AQBanking Version 6. This is required to support new 
    FinTS protocols for the European Payment Services Directive (PSD2).
  + GnuCash 4.x will not migrate old gconf settings from GnuCash 2.4.x.
  + Reversing transactions will now pop a dialog box to request a 
    posting date. (Bug 782455)
  + The Accounts page has a new optional column for the hidden 
    property to make it easier to toggle it. Note that in order 
    to see hidden accounts you must still enable that in the 
    Filter by... dialog. (Bug 797486)
  + The Customer, Vendor, and Employee overviews have a 
    process-payment toolbar. (Bug 797605).
  + Account codes may now optionally be displayed in the Budget 
    Tree View. (Bug 797489).
- Add gnucash-4.1-fix-gtest-path.patch to cope with file layout
  for gtest/gmock in openSUSE 
- Upgrade to 3.10
  + Update latest translation from the Translation project.
  + [window-reconcile] when reconciling, warn on splits having a 
    reconcile date > statement_date
  + [window-reconcile] when inputing statement_date, warn if it's 
    after today
  + [find-transactions] add search for reconciled date
  + Show transaction value, not amount, for registers with 
    subaccounts.
  + Add instance argument to Session constructor
  + Enables a python console to connect to the running GnuCash's 
    session.
  + Make python console less noisy without --debug.
  + Provide locals and globals of calling context to the python 
    console's shell on shell init
  + Merge Jean Laroche's '797006_subaccounts' into maint.
  + Add check to display warning dialog for mismatched commodities
  + Replicate changes in *2 files
  + Apply astyle to modified files
  + Merge Chris Mayo's iPython-fixes into maint.
  + Make pycons/ishell.py compatible with Python 3 and current 
    IPython
  + [eguile-utilities] Prevent crash in balsheet-eg.scm
  + [eguile] escape-html -> gnc:html-string-sanitize
  + [qif-to-gnc] Properly mark intra-QIF internal transfers.
  + Bugfixes (forwarded request 824967 from j-engel)
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 794350 from Dominique Leuenberger's avatar Dominique Leuenberger (dimstar) (revision 85)
- Upgrade to 3.9:
  * this release brings lots of fixes (forwarded request 792382 from polslinux)
Displaying revisions 1 - 20 of 104
openSUSE Build Service is sponsored by