summaryrefslogtreecommitdiff
path: root/finance
AgeCommit message (Collapse)AuthorFilesLines
2014-11-01Update to 2.6.4.wiz4-15/+45
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.
2014-10-31Add missing dependencies.wiz1-1/+4
Bump PKGREVISION.
2014-10-26Updated to latest stable, 1.19.1. Removed blacklist files from PLIST Fromrodent3-13/+7
CHANGELOG: === 1.19.1 2014-10-23 * Application Fee refunds now a list instead of array
2014-10-09Remove pkgviews: don't set PKG_INSTALLATION_TYPES in Makefiles.wiz1-3/+1
2014-10-07Revbump after updating libwebp and icuadam2-4/+4
2014-10-05v0.2.1rodent3-7/+16
Improve bitcoin address handling. P2SH and P2PKH addresses now get their own classes - P2SHBitcoinAddress and P2PKHBitcoinAddress respectively - and P2PKH can now convert scriptPubKeys containing non-canonical pushes as well as bare checksig to addresses. .deserialize() methods now fail if there is extra data left over. Various other small bugfixes. License is now LGPL v3 or later. v0.2.0 Major change: CTransaction, CBlock, etc. now come in immutable (default) and mutable forms. In most cases mutable and immutable can be used interchangeably; when that is not possible methods are provided to create new (im)mutable objects from (im)mutable ones efficiently. Other changes: New BIP70 payment protocol example. (Derren Desouza) Rework of message serialization. Note that this may not represent the final form of P2P support, which is still in flux. (Florian Schmaus) Various bugfixes Finally starting this release, git tags will be of the form 'python-bitcoinlib-(version)', replacing the less specific '(version)' form previously used.
2014-10-01According to upstream, guile-www is not used. Remove dependencywiz3-21/+3
and patch. See https://bugzilla.gnome.org/show_bug.cgi?id=726164 Bump PKGREVISION.
2014-09-17Update to 2.7.2 and fix build with py-sphinx-1.2.3.wiz4-12/+32
2.7.2 (2014-01-25) Fixed amount parsing issue. (#379) Don't repeatedly fetch currency rates we can never get. (#374) Fixed date parsing issue. [Windows, Linux] (#381) Fixed view plugins which were broken.
2014-09-10Add Tryton module analytic_account as finance/py-trytond-analytic-accountrichard5-1/+83
Update by consequence devel/py-trytond/Makefile.common
2014-09-10update finance/py-tryton-account-payment-sepa to 3.2.2richard2-6/+6
Changelog as generated by Mercurial: 2014-08-03 Cédric Krier <ced@b2ck.com> o * CHANGELOG: | Prepare release 3.2.2 | [c6e83e05054d] [3.2.2] <3.2> | 2014-06-28 Cédric Krier <ced@b2ck.com> o * payment.py: | Use mandate account for receivable payment | | issue4008 review14311002 (grafted from | 507f846f6331a94e512eb16b9e6bae69de2340a9) | [1c4aad4089b7] <3.2> | 2014-07-03 Cédric Krier <ced@b2ck.com> o * tryton.cfg: | Increase version number | [8962d54d59dc] <3.2> | o * .hgtags: | Added tag 3.2.1 for changeset 1377b3f11837 | [421e6bacf513] <3.2> | o * CHANGELOG: | Prepare release 3.2.1 | [1377b3f11837] [3.2.1] <3.2> | 2014-05-09 Cédric Krier <ced@b2ck.com> o * template/pain.001.001.03.xml, template/pain.001.001.05.xml, | template/pain.008.001.02.xml, template/pain.008.001.04.xml: | Some banks don't allow multi-line values in XML | | issue3880 review11261002 (grafted from | 3d3e65fc43df84a572c555906a94432f6edc6f43) | [baa34ff53f13] <3.2> | 2014-04-29 Cédric Krier <ced@b2ck.com> o * template/base.xml: | Use the Function field for creditor identifier (grafted from | 5f35c6dee7a9ab849b597741e667d133c6fd1cfe) | [7b9cdcb3c448] <3.2> | 2014-04-21 Cédric Krier <ced@b2ck.com> o * tryton.cfg: | Increase version number | [b1836714b597] <3.2> | o * Create branch 3.2 | [f273d1f295d1] <3.2> |
2014-09-06Update to 1.35:wiz2-7/+6
1.35 2014-06-17 08:06:14+02:00 Europe/Brussels * BUGFIX: VWD - currency returned. 1.34 2014-06-15 21:30:03+02:00 Europe/Brussels * VWD adapted to recent website change. 1.33 2014-06-01 11:24:24+02:00 Europe/Brussels * BUGFIX: yahoo_json never returns currency. so don't set a default. yahoo_json returned current timestamp instead of quote date. 1.32 2014-05-18 21:55:12+02:00 Europe/Brussels * return "symbol" for yahoo_json module * allow to retrieve ISIN codes with VWD module 1.31 2014-05-04 22:56:45+02:00 Europe/Brussels * Case mismatch in ZA_UnitTrusts pod 1.30 2014-05-04 21:56:34+02:00 Europe/Brussels * Bourso.pm works on current website changes. Thanks to Guillaume * New module CSE.pm by Hiranya Samarasekera. Covers Colombo Stock Exchange (CSE) in Sri Lanka. 1.29 2014-04-08 08:28:25+02:00 Europe/Brussels * New module za_unittrusts. kudos to Rolf Endres. * Indiamutual patched to current website. kudos to Vinay S Shastry. 1.28 2014-03-16 12:05:19+01:00 Europe/Brussels * Removed some unnecessary dependencies 1.27 2014-03-05 15:04:22+01:00 Europe/Brussels * New module YahooJSON added (Abhijit Kshirsagar) * mtgox.t should not create errors when ONLINE_TEST is not defined 1.26 2014-03-03 22:24:58+01:00 Europe/Brussels * VWD adapted to current website (skaringa) * Boursorama module mostly fixed (Arnaud Gardelein) 1.25 2014-03-02 23:18:23+01:00 Europe/Brussels * AEX.pm : Some checking added. Not working yet * Quote.pm : readded sub parse_csv_semicolon. 1.24 2014-03-02 21:39:00+01:00 Europe/Brussels * Added module Citywire.pm written by Martin Sadler * Added module FTfunds.pm written by Martin Sadler * Added module MStaruk.pm written by Martin Sadler * Added module TNetuk.pm written by Martin Sadler * Data::Dumper is no more required to build 1.23_02 2014-03-02 14:46:41+01:00 Europe/Brussels (TRIAL RELEASE) TEST RELEASE 1.22 2014-03-02 10:38:18+01:00 Europe/Brussels (TRIAL RELEASE) TEST RELEASE 1.21 2014-03-02 09:56:38+01:00 Europe/Brussels (TRIAL RELEASE) * ASX.pm now supports querying more than 10 symbols (goodvibes2) * Travis config added for automated test build * BUILD: Updated to use Dist::Zilla
2014-09-02Remove MAKE_JOBS_SAFE=no, I cannot trigger a failure with various MAKE_JOBSjperkin1-2/+1
settings up to '24' with the sqlite3 option enabled.
2014-08-22Bump PKGREVISION for ilmbase shlib major bump.wiz1-2/+2
2014-08-21fix darwin builddbj2-4/+4
2014-08-07=== 1.19.0 2014-07-26rodent2-6/+6
* Application Fee refunds now a list instead of array
2014-08-03Switch to v2 of webkit-gtk. Bump PKGREVISION.wiz1-3/+3
2014-08-03Switch to webkit1-gtk* in preparation for package update to v2.wiz1-3/+3
Packages can switch to that version when they're tested to build with it.
2014-07-16Expand on the description.darcy1-1/+2
2014-07-16=== 1.18.0 2014-06-17rodent2-6/+6
* Add metadata for disputes and refunds
2014-06-25Update trytond modules using py-trytond/Makefile.common while addingrichard26-23/+422
new leaf modules: py-trytond-account-asset py-trytond-account-payment py-trytond-account-payment-sepa py-trytond-account-statement py-trytond-bank ok wiz@
2014-06-15=== 1.17.0 2014-06-10rodent2-6/+6
* Remove official support for Python 2.5
2014-06-01=== 1.16.0 2014-05-28rodent2-6/+6
* Support for canceling transfers === 1.15.1 2014-05-21 * Support cards for recipients. === 1.14.1 2014-05-19 * Disable loading the ssl module on the Google App Engine dev server.
2014-05-29Bump for perl-5.20.0.wiz8-16/+16
Do it for all packages that * mention perl, or * have a directory name starting with p5-*, or * depend on a package starting with p5- like last time, for 5.18, where this didn't lead to complaints. Let me know if you have any this time.
2014-05-24Dependency cleanup:wiz1-3/+8
Remove libgnomeui, not used since 2012, see http://svn.gnucash.org/trac/changeset/22379/ Add libgnomecanvas and some other indirect dependencies. Add gnome-keyring dependency. It is optional, but I found no way to disable it when it's installed, so depend on it for now, to avoid surprises. Bump PKGREVISION.
2014-05-22Add dependency on py-readline.wiz1-2/+4
/usr/pkg/share/gnucash/python/pycons/console.py imports it. Bump PKGREVISION.
2014-05-18Uses syntax not supported by Python 2.6.joerg1-1/+3
2014-05-17Bump applications PKGREVISIONs for python users that might be usingwiz1-1/+2
python3, since the default changed from python33 to python34. I probably bumped too many. I hope I got them all.
2014-05-15import finance/py-trytond-account-frrichard5-1/+46
2014-05-13Package was uploaded to pypi. Thus, we can simplify the Makefile. Change inrodent2-12/+9
this version was: Fix CECKey.sign() handling of invalid hashes
2014-05-10Fix packaging with python-3.4wiz2-4/+5
2014-05-09Mark packages that are not ready for python-3.3 also not ready for 3.4,wiz6-12/+12
until proven otherwise.
2014-05-08+py-python-bitcoinlibrodent1-1/+2
2014-05-08Import py27-python-bitcoinlib-0.1 as finance/py-python-bitcoinlib.rodent4-0/+108
This Python2/3 library provides an easy interface to the bitcoin data structures and protocol. The approach is low-level and "ground up", with a focus on providing tools to manipulate the internals of how Bitcoin works.
2014-05-05Python 2.6 is not supported by py-tryton.joerg4-8/+8
2014-05-05Recursive revbump from x11/pixmanryoon2-4/+4
Fix PR pkg/48777
2014-05-03Updated to latest release, 3.2.0. From CHANGELOG:rodent2-7/+7
Version 3.2.0 - 2014-04-21 * Bug fixes (see mercurial logs for details) * Use account of write-off journal as default
2014-05-03Updated to latest version, 3.2.0. From CHANGELOG:rodent2-7/+7
Version 3.2.0 - 2014-04-21 * Bug fixes (see mercurial logs for details)
2014-05-03Updated to latest stable version, 3.2.0. From CHANGELOG:rodent2-7/+7
Version 3.2.0 - 2014-04-21 * Bug fixes (see mercurial logs for details) * Add start/end date to tax * Use account of write-off journal as default * Add write-off journal type * Add description on write-off move
2014-05-03Updated to latest release, 3.2.0. From CHANGELOG:rodent2-7/+7
* Bug fixes (see mercurial logs for details)
2014-05-03Updated to latest version 1.14.0. No changelog, but there's a certificaterodent3-7/+13
blacklist feature and testing thereof now.
2014-04-21Ignore SIGTTOU so that starting gnucash in the background works again.wiz3-3/+29
Bump PKGREVISION.
2014-04-19Don't use "-pe" for pax, it doesn't work on FreeBSD, use "-pp" instead.asau1-2/+2
2014-04-13Version 3.0.2 - 2014-03-22rodent2-6/+6
* Bug fixes (see mercurial logs for details)
2014-04-13Updated to latest stable, 3.0.3. From CHANGELOG:rodent2-6/+6
Version 3.0.3 - 2014-04-07 * Bug fixes (see mercurial logs for details) Version 3.0.2 - 2014-03-22 * Bug fixes (see mercurial logs for details)
2014-04-12Add missing dependency on py-gtk2. Bump PKGREVISION.wiz1-2/+3
2014-04-10recursive bump from ilmbase shlib version change.obache1-2/+2
2014-04-09recursive bump from icu shlib major bump.obache2-3/+4
2014-04-07Update to latest release, 1.12.2. From CHANGELOG:rodent2-6/+6
=== 1.12.2 2014-03-13 * Fix syntax errors in setup.py metadata === 1.12.1 2014-03-13 * Added license and other metadata in setup.py * Fix `__repr__` in Python 3 * Support pickling of responses
2014-04-03Update to 2.6.3:wiz3-707/+718
Version History --------------- 2.6.3 - 30 March 2014 o There have been no documentation changes since 2.6.2 2.6.2 - 2 March 2014 o Bug 547386 - Help text for Employee section missing. o Bug 723173 - One error and some typos in documentation. Thanks to Imat for the patch. o Bug 725013 - dividends reinvested example text doesn't match graphic. Also remove a useless figure and improve text. o Assorted typos and version number corrections. 2.6.1 - 1 January 2014 o First documention updates for credit notes o Adapt migration documentation to gsettings introduction o Move most of the text regarding business features from guide to help, correct links and wording and many small improvements. o Add information about the Business tab in book options window. o Enable building Japanese PDF without requiring Debian or downloading fonts from anywhere. o Add Fedora font paths o Adjust image after [23668] update. o Doc/guide/C: add cash account to accts-examples-organization2 o Docs/guide/de: minor corrections of spelling and an extension by Martin Mainka o Update Italian translation of guide. o Update instructions for Italian translation to adapt them to new generic langcode. 2.6.0 - 29 December 2013 o Updated documentation for new GnuCash stable version 2.6.0 o Update Preferences section o Menu and Toolbar references o Update Business Documentation: Bobby Ratliff o Budget Features: Bobby Ratliff o Update Copyrights, Author lists, and metadata o Add facility to publish docs as e-pubs o Bug 513122 - Documentation doesn't explain how to import account tree. o Bug 604519 - Explain scope of Find Transaction tool. o Bug 608932 - The documentation provided for opening a new stock account is not appropriate o Bug 633524 - Guide: introduce some splits concepts to help with understanding transactions. o Bug 638955 - Add documentation for book closing o Bug 639264 - Add information in Concepts 4.5 to Explain Starting Balance in Reconcile window o Bug 661705 - OMF files not installed at the right place: Yelp doesn't see them o Bug 670354 - [PATCH] Outdated Docs - Assign Starting Invoice Number o Bug 672668 - Add section explaining how to migrate data. o Bug 684709 - Some rearrangement of text and chapters. o Bug 687476 - Document Customer/Vendor overview feature o Bug 688425 - Fix steps in putting it all together section. o Bug 688579 - Run xmllint or variant in make distcheck o Bug 688968 - Investment documentation improvements for chapter about selling shares. o Bug 691762 - Clarify behaviour of Find Transaction dialog box's `Reconcile' criteria buttons. o Bug 692917 - Note for keys when entering transactions. o Bug 693493 - Add text to Tutorial 2.2.3 to explain Debit/Credit Columns in register o Bug 699430 - Describe the Assets over Time barchart Report o Bug 700656 - Tutorial does not explain type of security o Bug 702039 - Canadian stocks are fetched in USD by Finance-Quote o Bug 712308: Double click on parent account doesn't open the register - new behaviour not documented. o Bug 715161 - File structure csv import customers and vendors o Updated Translations: German, Italian
2014-04-03Update to 2.6.3:wiz2-6/+6
2.6.3 - 30 March 2014 Bugs Fixed: 721196 - Cannot import lines with empty fields for deposit or withdrawal in bank transaction download. 721654 - Style sheet preference is not saved for a Preconfigured Report 723975 - Dialog box displayed during QIF import has placeholder text 724995 - Gnucash crashes due to assertion failed when opening sqlite file 711567 - Cannot save a custom report if a path contain diacritic chars 726430 - Python: account.getName() raises TypeError 726891 - segmentation fault on session.end() Other Changes: Fix resizing of columns in budget view Fix guile 2 stack overflow errors for large reports Fix basis calculation for FIFO or LIFO when less than one lot is sold. Update Window and Menu item from "Preconfigured-" to "Saved-" Report and add lables to the dialog with help texts Aqbanking: SEPA transfer improvements - fix origin labels and add possibility to edit sender's name. Prevent crash reported in Bug 711567. Translations Updated: Catalan, Danish, Italian