pkgsrc/finance
wiz e9e725fc3c 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)
2019-07-22 13:39:57 +00:00
..
bitcoin Recursive revbump from boost-1.70.0 2019-07-01 04:07:44 +00:00
cpuminer *: recursive bump for nettle 3.5.1 2019-07-20 22:45:58 +00:00
gkrellm-stock *: recursive bump for gdk-pixbuf2-2.38.1 2019-07-21 22:23:57 +00:00
gnucash gnucash: update to 3.6. 2019-07-22 13:39:57 +00:00
gnucash-docs gnucash-docs: update to 3.4.0.1. 2019-01-01 22:33:34 +00:00
homebank *: recursive bump for gdk-pixbuf2-2.38.1 2019-07-21 22:23:57 +00:00
ledger Recursive revbump from boost-1.70.0 2019-07-01 04:07:44 +00:00
libofx *: recursive bump for nettle 3.5.1 2019-07-20 22:45:58 +00:00
magento *: update email for fhajny 2018-12-15 21:12:18 +00:00
moneyguru PKGREVISION bump for anything using python without a PYPKGPREFIX. 2019-04-25 07:32:34 +00:00
p5-Algorithm-LUHN Follow some remaining search.cpan.org redirects. 2019-07-01 21:35:32 +00:00
p5-Data-Currency Follow some remaining search.cpan.org redirects. 2019-07-01 21:35:32 +00:00
p5-Finance-Currency-Convert-WebserviceX Follow some remaining search.cpan.org redirects. 2019-07-01 21:35:32 +00:00
p5-Finance-Quote Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-Locale-Currency-Format Update packages using a search.cpan.org HOMEPAGE to metacpan.org. 2019-06-30 20:14:13 +00:00
py-alpha_vantage py-alpha_vantage: updated to 2.1.0 2019-06-17 19:54:07 +00:00
py-alphalens py-alphalens: updated to 0.3.6 2019-06-17 05:31:49 +00:00
py-backtrader py-backtrader: updated to 1.9.74.123 2019-06-17 05:43:02 +00:00
py-braintree py-braintree: updated to 3.55.0 2019-07-02 03:44:15 +00:00
py-empyrical py-empyrical: updated to 0.5.0 2019-06-17 15:24:34 +00:00
py-fecon235 py-fecon235: mark as incompatible with Python 2.7 2019-06-17 20:50:02 +00:00
py-ofxparse py-ofxparse: updated to 0.20 2018-12-04 13:18:54 +00:00
py-pyfolio py-pyfolio: updated to 0.9.2 2019-06-17 15:31:09 +00:00
py-python-bitcoinlib
py-quickbooks
py-stripe py-stripe: updated to 2.27.0 2019-04-25 05:06:20 +00:00
py-trytond-account
py-trytond-account-asset
py-trytond-account-be
py-trytond-account-credit-limit
py-trytond-account-de-skr03
py-trytond-account-deposit
py-trytond-account-dunning
py-trytond-account-dunning-fee
py-trytond-account-dunning-letter
py-trytond-account-fr
py-trytond-account-invoice
py-trytond-account-invoice-history
py-trytond-account-invoice-line-standalone
py-trytond-account-invoice-stock
py-trytond-account-payment
py-trytond-account-payment-clearing
py-trytond-account-payment-sepa Omit mentions of python 34 and 35, after those were removed. 2019-04-26 13:13:41 +00:00
py-trytond-account-payment-sepa-cfonb
py-trytond-account-product
py-trytond-account-statement
py-trytond-account-stock-anglo-saxon
py-trytond-account-stock-continental
py-trytond-account-stock-landed-cost
py-trytond-account-stock-landed-cost-weight
py-trytond-account-tax-rule-country
py-trytond-analytic-account
py-trytond-analytic-invoice
py-trytond-analytic-purchase
py-trytond-analytic-sale
py-trytond-bank Omit mentions of python 34 and 35, after those were removed. 2019-04-26 13:13:41 +00:00
py-trytond-commission
py-trytond-commission-waiting
py-trytond-currency
py-trytond-customs
py-trytond-product-cost-fifo
py-trytond-product-cost-history
py-trytond-product-price-list
py-trytond-purchase
py-trytond-purchase-invoice-line-standalone
py-trytond-purchase-request
py-trytond-purchase-requisition
py-trytond-purchase-shipment-cost
py-trytond-sale
py-trytond-sale-complaint
py-trytond-sale-credit-limit
py-trytond-sale-extra
py-trytond-sale-invoice-grouping
py-trytond-sale-opportunity
py-trytond-sale-price-list
py-trytond-sale-promotion
py-trytond-sale-shipment-cost
py-trytond-sale-shipment-grouping
py-trytond-sale-stock-quantity
py-trytond-sale-supply
py-trytond-sale-supply-drop-shipment
py-trytond-stock-supply
py-trytond-stock-supply-day
py-trytond-stock-supply-forecast
py-trytond-stock-supply-production
py-vatnumber Omit mentions of python 34 and 35, after those were removed. 2019-04-26 13:13:41 +00:00
QuantLib Recursive revbump from boost-1.70.0 2019-07-01 04:07:44 +00:00
R-fAsianOptions Remove MASTER_SITES= from individual R package Makefiles. 2018-07-28 14:40:42 +00:00
R-fBasics Remove MASTER_SITES= from individual R package Makefiles. 2018-07-28 14:40:42 +00:00
R-fOptions Remove MASTER_SITES= from individual R package Makefiles. 2018-07-28 14:40:42 +00:00
R-quantmod Remove MASTER_SITES= from individual R package Makefiles. 2018-07-28 14:40:42 +00:00
R-timeSeries Remove MASTER_SITES= from individual R package Makefiles. 2018-07-28 14:40:42 +00:00
R-tseries Remove MASTER_SITES= from individual R package Makefiles. 2018-07-28 14:40:42 +00:00
R-TTR Remove MASTER_SITES= from individual R package Makefiles. 2018-07-28 14:40:42 +00:00
ruby-activemerchant
ruby-braintree
tclticker all: replace SUBST_SED with the simpler SUBST_VARS 2019-05-23 19:22:54 +00:00
tex-euro
tex-euro-doc
xfinans
xinvest Sort PLIST files. 2018-01-01 22:29:15 +00:00
xquote Sort PLIST files. 2018-01-01 22:29:15 +00:00
Makefile finance/gnucash2: remove outdated version, use finance/gnucash instead. 2018-08-16 09:24:15 +00:00