Commit graph

576 commits

Author SHA1 Message Date
wiz
10a0401f12 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.
2014-11-01 13:25:23 +00:00
wiz
d234164933 Add missing dependencies.
Bump PKGREVISION.
2014-10-31 09:51:25 +00:00
rodent
be9e35f7b9 Updated to latest stable, 1.19.1. Removed blacklist files from PLIST From
CHANGELOG:

=== 1.19.1 2014-10-23
* Application Fee refunds now a list instead of array
2014-10-26 23:46:15 +00:00
wiz
cda18437be Remove pkgviews: don't set PKG_INSTALLATION_TYPES in Makefiles. 2014-10-09 14:05:50 +00:00
adam
243c29c4cc Revbump after updating libwebp and icu 2014-10-07 16:47:10 +00:00
rodent
76c74720ff v0.2.1
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-05 20:21:30 +00:00
wiz
c0be10332b According to upstream, guile-www is not used. Remove dependency
and patch.
See https://bugzilla.gnome.org/show_bug.cgi?id=726164

Bump PKGREVISION.
2014-10-01 10:23:46 +00:00
wiz
d7896f88be Update to 2.7.2 and fix build with py-sphinx-1.2.3.
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-17 22:37:04 +00:00
richard
4c71a8db35 Add Tryton module analytic_account as finance/py-trytond-analytic-account
Update by consequence devel/py-trytond/Makefile.common
2014-09-10 16:03:48 +00:00
richard
d559a44fb7 update finance/py-tryton-account-payment-sepa to 3.2.2
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-10 15:09:36 +00:00
wiz
2c4c6e5468 Update to 1.35:
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-06 12:45:14 +00:00
jperkin
f005fd8f56 Remove MAKE_JOBS_SAFE=no, I cannot trigger a failure with various MAKE_JOBS
settings up to '24' with the sqlite3 option enabled.
2014-09-02 10:50:02 +00:00
wiz
ae075e6d55 Bump PKGREVISION for ilmbase shlib major bump. 2014-08-22 11:24:25 +00:00
dbj
fd381c4b5f fix darwin build 2014-08-21 04:48:51 +00:00
rodent
847da6f8bf === 1.19.0 2014-07-26
* Application Fee refunds now a list instead of array
2014-08-07 02:05:28 +00:00
wiz
6055793889 Switch to v2 of webkit-gtk. Bump PKGREVISION. 2014-08-03 22:34:03 +00:00
wiz
eac55c7061 Switch to webkit1-gtk* in preparation for package update to v2.
Packages can switch to that version when they're tested to build with it.
2014-08-03 22:13:19 +00:00
darcy
f058a5a533 Expand on the description. 2014-07-16 13:33:40 +00:00
rodent
b974a116ce === 1.18.0 2014-06-17
* Add metadata for disputes and refunds
2014-07-16 12:19:57 +00:00
richard
c9b7659bc7 Update trytond modules using py-trytond/Makefile.common while adding
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-25 06:03:36 +00:00
rodent
4140954e6c === 1.17.0 2014-06-10
* Remove official support for Python 2.5
2014-06-15 15:34:12 +00:00
rodent
b18969a431 === 1.16.0 2014-05-28
* 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-06-01 01:06:24 +00:00
wiz
7eeb51b534 Bump for perl-5.20.0.
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-29 23:35:13 +00:00
wiz
c5964d1b4a Dependency cleanup:
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-24 22:59:51 +00:00
wiz
596f5a0fd5 Add dependency on py-readline.
/usr/pkg/share/gnucash/python/pycons/console.py imports it.

Bump PKGREVISION.
2014-05-22 07:19:48 +00:00
joerg
be150b035f Uses syntax not supported by Python 2.6. 2014-05-18 21:22:13 +00:00
wiz
3faf991a33 Bump applications PKGREVISIONs for python users that might be using
python3, since the default changed from python33 to python34.

I probably bumped too many. I hope I got them all.
2014-05-17 16:10:41 +00:00
richard
6fe6dc8bb6 import finance/py-trytond-account-fr 2014-05-15 05:33:45 +00:00
rodent
315543fc41 Package was uploaded to pypi. Thus, we can simplify the Makefile. Change in
this version was:

Fix CECKey.sign() handling of invalid hashes
2014-05-13 02:39:11 +00:00
wiz
b7aa80c689 Fix packaging with python-3.4 2014-05-10 06:52:03 +00:00
wiz
c1b44346cd Mark packages that are not ready for python-3.3 also not ready for 3.4,
until proven otherwise.
2014-05-09 07:36:53 +00:00
rodent
4561b121ec +py-python-bitcoinlib 2014-05-08 10:14:56 +00:00
rodent
9ed1922575 Import py27-python-bitcoinlib-0.1 as finance/py-python-bitcoinlib.
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-08 10:14:10 +00:00
joerg
e475b31086 Python 2.6 is not supported by py-tryton. 2014-05-05 22:58:40 +00:00
ryoon
60806aa001 Recursive revbump from x11/pixman
Fix PR pkg/48777
2014-05-05 00:47:34 +00:00
rodent
ede816700c Updated to latest release, 3.2.0. From CHANGELOG:
Version 3.2.0 - 2014-04-21
* Bug fixes (see mercurial logs for details)
* Use account of write-off journal as default
2014-05-03 22:28:04 +00:00
rodent
e4c1bc9a74 Updated to latest version, 3.2.0. From CHANGELOG:
Version 3.2.0 - 2014-04-21
* Bug fixes (see mercurial logs for details)
2014-05-03 13:39:53 +00:00
rodent
b52e2984f4 Updated to latest stable version, 3.2.0. From CHANGELOG:
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-03 13:36:01 +00:00
rodent
a73ef8532d Updated to latest release, 3.2.0. From CHANGELOG:
* Bug fixes (see mercurial logs for details)
2014-05-03 13:26:52 +00:00
rodent
3d7a468e6a Updated to latest version 1.14.0. No changelog, but there's a certificate
blacklist feature and testing thereof now.
2014-05-03 13:23:52 +00:00
wiz
1855b1ad6c Ignore SIGTTOU so that starting gnucash in the background works again.
Bump PKGREVISION.
2014-04-21 21:40:01 +00:00
asau
5fb2a3c988 Don't use "-pe" for pax, it doesn't work on FreeBSD, use "-pp" instead. 2014-04-19 01:14:41 +00:00
rodent
d6e851ba22 Version 3.0.2 - 2014-03-22
* Bug fixes (see mercurial logs for details)
2014-04-13 05:04:02 +00:00
rodent
1a544d21a0 Updated to latest stable, 3.0.3. From CHANGELOG:
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-13 05:02:11 +00:00
wiz
7661af6176 Add missing dependency on py-gtk2. Bump PKGREVISION. 2014-04-12 14:19:56 +00:00
obache
1335204923 recursive bump from ilmbase shlib version change. 2014-04-10 06:21:18 +00:00
obache
d8fc20e0b0 recursive bump from icu shlib major bump. 2014-04-09 07:26:56 +00:00
rodent
3c85f63f4c Update to latest release, 1.12.2. From CHANGELOG:
=== 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-07 00:39:08 +00:00
wiz
8268173112 Update to 2.6.3:
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-03 10:55:53 +00:00
wiz
23385e89fe Update to 2.6.3:
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
2014-04-03 09:44:02 +00:00