diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..a0878d2 --- /dev/null +++ b/.gitignore @@ -0,0 +1,5 @@ +_site +Gemfile.lock +.jekyll-metadata +.sass-cache +vendor diff --git a/.htaccess b/.htaccess new file mode 100644 index 0000000..c368352 --- /dev/null +++ b/.htaccess @@ -0,0 +1,14 @@ +RewriteEngine On +RewriteCond %{THE_REQUEST} \ /(.+)\.php +RewriteRule ^ /%1 [L,R=301] + +RewriteCond %{REQUEST_FILENAME} !-f +RewriteRule ^([^\.]+)$ $1.html [NC,L] + +Redirect /plugins.html https://docs.kde.org/stable4/en/extragear-office/kmymoney/details.settings.plugins.html +Redirect /support.php /support/ +Redirect /documentation.php /support/documentation.html +Redirect /faq.php /support/faq.html +Redirect /recovery.php /support/recovery.html +Redirect /release-notes.php /changelog.html + diff --git a/Gemfile b/Gemfile new file mode 100644 index 0000000..5e367ff --- /dev/null +++ b/Gemfile @@ -0,0 +1,11 @@ +source "https://rubygems.org" +ruby RUBY_VERSION + +gem "jekyll", "3.8" +gem "jekyll-kde-theme", :git => 'https://invent.kde.org/websites/jekyll-kde-theme.git' +gem 'jekyll-feed' + +# If you have any plugins, put them here! +# group :jekyll_plugins do +# gem "jekyll-github-metadata", "~> 1.0" +# end diff --git a/_changelogs/kmymoney-1-0-0-release-notes.md b/_changelogs/kmymoney-1-0-0-release-notes.md new file mode 100644 index 0000000..17b160f --- /dev/null +++ b/_changelogs/kmymoney-1-0-0-release-notes.md @@ -0,0 +1,49 @@ +--- +title: KMyMoney 1.0.0 Release Notes +date: 2009-08-19 00:00:00 +layout: post +--- + +

The KMyMoney development team is pleased to announce a major step forward for what has been described as "the BEST personal finance manager for FREE users". With over 3 years of development, this new stable release has a lot of new features and a refreshed user interface.

What's new since version 0.9.3:

What's new since version 0.8.9:

Many enhancements have been made to existing functionality, to improve your user experience. Among the foremost of these are the following:

Let us know what you think. We hope that you enjoy using this version of + KMyMoney.

Please let us know about any abnormal behavior in the program by + selecting "Report bug..." from the help menu or by sending an e-mail to + the developers mailing list.

The KMyMoney Development Team

diff --git a/_changelogs/kmymoney-4-5-0-release-notes.md b/_changelogs/kmymoney-4-5-0-release-notes.md new file mode 100644 index 0000000..7988fd8 --- /dev/null +++ b/_changelogs/kmymoney-4-5-0-release-notes.md @@ -0,0 +1,40 @@ +--- +title: ' KMyMoney 4.5.0 Release Notes + ' +date: 2011-08-16 00:00:00 +layout: post +--- + +

The KMyMoney is pleased to announce the release of a stable version + for KDE Platform 4. With over 15 months of development, this new + version is the starting point of a new series of KMyMoney versions to + leverage the stellar features offered by the KDE Platform.

Throughout this effort, our focus has been to maintain feature-parity + with previous versions, maintaining and improving the high level of + quality that your personal financial data deserve. This version has + gone through an intensive testing, allowing us to find and fix many + bugs and improve the usability of the application.

Along the way, we did manage to add some new features: +

+

Since the release candidate in May, about 70 bugs were fixed, and over + 400 commits were made to the code alone, not including documentation + and translations. The application is now fully Qt4 native and is ready + to accept new features.

In the process, we are also moving from Sourceforge to KDE. For this + release, we have created a new mailing list for users only, + kmymoney@kde.org, which replaces the kmymoney2-users list.

The release of a stable version for KDE4 also marks the beginning of + the end for the KDE3 series. In maintenance mode since 1.0.0, it is + progressively going into frozen state. New features will be added to + the KDE4-series only, with the KDE3 code receiving only critical + fixes.

All in all, we believe that the port to KDE4 has grown a better + application, and even more important, a better team. We have asked you + for patience while we took this much needed step, now are ready to + start adding new features again. Right after we take some a deep + breath and some rest, because this has been very stressful to all of + us.

The KMyMoney Development Team

\ No newline at end of file diff --git a/_changelogs/kmymoney-4-5-1-release-notes.md b/_changelogs/kmymoney-4-5-1-release-notes.md new file mode 100644 index 0000000..ac4f12b --- /dev/null +++ b/_changelogs/kmymoney-4-5-1-release-notes.md @@ -0,0 +1,26 @@ +--- +title: ' KMyMoney 4.5.1 Release Notes + ' +date: 2010-11-12 00:00:00 +layout: post +--- + +

The KMyMoney Team is pleased to announce the release of KMyMoney version + 4.5.1. This version contains several fixes for bugs found in 4.5.0 since it was + released almost three months ago as the stable release for the KDE Platform 4.

Here is a list of the most important changes since the last stable release: +

+

For a full list of the changes please check out the changelog. If you + are using the KDE4 version and where affected by one of the closed bugs or wish + for a few improvements we recommend upgrading to 4.5.1.

The KMyMoney Development Team

\ No newline at end of file diff --git a/_changelogs/kmymoney-4-5-2-release-notes.md b/_changelogs/kmymoney-4-5-2-release-notes.md new file mode 100644 index 0000000..bf82e54 --- /dev/null +++ b/_changelogs/kmymoney-4-5-2-release-notes.md @@ -0,0 +1,23 @@ +--- +title: ' KMyMoney 4.5.2 Release Notes + ' +date: 2010-12-21 00:00:00 +layout: post +--- + +

The KMyMoney Team is pleased to announce the immediate availability of KMyMoney version + 4.5.2. This is a bugfix version from the 4.5 series.

Here is a list of the most important changes since the 4.5.1 release: +

For a full list of the changes please check out the changelog. As with the previous bugfix versions we recommend upgrading to 4.5.2.

Merry Christmas!

The KMyMoney Development Team

\ No newline at end of file diff --git a/_changelogs/kmymoney-4-5-3-release-notes.md b/_changelogs/kmymoney-4-5-3-release-notes.md new file mode 100644 index 0000000..a8d237c --- /dev/null +++ b/_changelogs/kmymoney-4-5-3-release-notes.md @@ -0,0 +1,16 @@ +--- +title: ' KMyMoney 4.5.3 Release Notes + ' +date: 2011-02-01 00:00:00 +layout: post +--- + +

The KMyMoney Team is happy to announce the availability of KMyMoney version + 4.5.3. This is a bugfix version from the 4.5 series.

This release only contains performance improvements since the 4.5.2 release and a few bugfixes: +

+

For a full list of the changes please check out the changelog. As with the previous bugfix versions we recommend upgrading to 4.5.3.

The KMyMoney Development Team

\ No newline at end of file diff --git a/_changelogs/kmymoney-4-5-95-release-notes.md b/_changelogs/kmymoney-4-5-95-release-notes.md new file mode 100644 index 0000000..4957d71 --- /dev/null +++ b/_changelogs/kmymoney-4-5-95-release-notes.md @@ -0,0 +1,24 @@ +--- +title: ' KMyMoney 4.5.95 Release Notes + ' +date: 2011-06-04 00:00:00 +layout: post +--- + +

It's been almost 9 months since the last stable version is out on the + street. During that time, lots of bugs were uncovered, and lots were + fixed. So much so, that the team has decided it's time to get on the + treadmill toward another stable release.

KMyMoney 4.5.95 is now available for download. It is KMyMoney 4.6 Beta + 1, only suitable for advanced users willing to help us stabilize and + iron out the upcoming stable version.

Your help is important. Please download it, use it, and help us find issues to make a great release. + Keep in mind that this version will still bark your dog away. Make + extensive backups before using it.

Our plan is to have a stable version ready in August. You can find the + schedule here.

Some of the highlights since the latest stable version are: +

+

For a full list of the changes please check out the changelog.

The KMyMoney Development Team

\ No newline at end of file diff --git a/_changelogs/kmymoney-4-5-96-release-notes.md b/_changelogs/kmymoney-4-5-96-release-notes.md new file mode 100644 index 0000000..80b7034 --- /dev/null +++ b/_changelogs/kmymoney-4-5-96-release-notes.md @@ -0,0 +1,18 @@ +--- +title: ' KMyMoney 4.5.96 Release Notes + ' +date: 2011-06-16 00:00:00 +layout: post +--- + +

We are happy to announce the release of KMyMoney version 4.5.96 (the second beta release on the way to KMyMoney 4.6). A few bugs were fixed since the release of the first beta and we even added some small improvements.

Here is the list of the most important changes (since 4.6 Beta 1): +

+

For a full list of the changes please check out the changelog.
+ Please try the beta (don't forget to activate the backup) and report any issues you find so 4.6 will become a rock solid release.

The KMyMoney Development Team

\ No newline at end of file diff --git a/_changelogs/kmymoney-4-6-0-release-notes.md b/_changelogs/kmymoney-4-6-0-release-notes.md new file mode 100644 index 0000000..1667199 --- /dev/null +++ b/_changelogs/kmymoney-4-6-0-release-notes.md @@ -0,0 +1,24 @@ +--- +title: ' KMyMoney 4.6.0 Release Notes + ' +date: 2012-08-11 00:00:00 +layout: post +--- + +

We are happy to announce the release of KMyMoney version 4.6.0, the next stable version, after 11 months of development from the first release of the 4.5 series.

Some of the highlights since the latest stable version: +

+

For a full list of the changes since the latest stable version please check out the changelog

The KMyMoney Development Team

\ No newline at end of file diff --git a/_changelogs/kmymoney-4-6-1-release-notes.md b/_changelogs/kmymoney-4-6-1-release-notes.md new file mode 100644 index 0000000..0c936b7 --- /dev/null +++ b/_changelogs/kmymoney-4-6-1-release-notes.md @@ -0,0 +1,19 @@ +--- +title: ' KMyMoney 4.6.1 Release Notes + ' +date: 2011-11-06 00:00:00 +layout: post +--- + +

The KMyMoney Team is pleased to announce the immediate availability of KMyMoney version + 4.6.1. This version contains several fixes for bugs found in 4.6.0 since it was + released three months ago.

Here is a list of the most important changes since the last stable release: +

For a full list of the changes please check out the changelog. We highly recommend upgrading to 4.6.1 as soon as possible.

The KMyMoney Development Team

\ No newline at end of file diff --git a/_changelogs/kmymoney-4-6-2-release-notes.md b/_changelogs/kmymoney-4-6-2-release-notes.md new file mode 100644 index 0000000..9b5d32c --- /dev/null +++ b/_changelogs/kmymoney-4-6-2-release-notes.md @@ -0,0 +1,25 @@ +--- +title: ' KMyMoney 4.6.2 Release Notes + ' +date: 2012-02-04 00:00:00 +layout: post +--- + +

The KMyMoney Team is pleased to announce the immediate availability of KMyMoney version + 4.6.2. This version contains quite a few fixes for bugs found in 4.6.1 since it was + released three months ago.

Here is a list of the most important changes since the last stable release: +

+

For a full list of the changes please check out the changelog. We highly recommend upgrading to 4.6.2 as soon as possible. We would also recommend packagers to endorse this version as their latest stable version of KMyMoney due to the number of fixes available vs. 4.5.3. During this bugfix cycle a new release of libalkimia was also made available.

The KMyMoney Development Team

\ No newline at end of file diff --git a/_changelogs/kmymoney-4-6-3-release-notes.md b/_changelogs/kmymoney-4-6-3-release-notes.md new file mode 100644 index 0000000..4adf1d4 --- /dev/null +++ b/_changelogs/kmymoney-4-6-3-release-notes.md @@ -0,0 +1,26 @@ +--- +title: ' KMyMoney 4.6.3 Release Notes + ' +date: 2012-09-03 00:00:00 +layout: post +--- + +

The KMyMoney Team is pleased to announce the immediate availability of KMyMoney version + 4.6.3. This version contains quite a few fixes for bugs found in 4.6.2 since it was + released seven months ago.

Here is a list of the most important changes since the last stable release: +

+

For a full list of the changes please check out the changelog. We highly recommend upgrading to 4.6.3 as soon as possible.

The KMyMoney Development Team

\ No newline at end of file diff --git a/_changelogs/kmymoney-4-6-4-release-notes.md b/_changelogs/kmymoney-4-6-4-release-notes.md new file mode 100644 index 0000000..c7944a6 --- /dev/null +++ b/_changelogs/kmymoney-4-6-4-release-notes.md @@ -0,0 +1,21 @@ +--- +title: ' KMyMoney 4.6.4 Release Notes + ' +date: 2013-10-06 00:00:00 +layout: post +--- + +

After more than a year from the last bugfix release the KMyMoney development team is pleased + to announce the immediate availability of KMyMoney version 4.6.4. This version contains a few fixes for bugs found in 4.6.3.

Here is a list of the most important changes since the last stable release: +

For a full list of the changes please check out the changelog. We highly recommend upgrading to 4.6.4 as soon as possible.

\ No newline at end of file diff --git a/_changelogs/kmymoney-4-7-0-release-notes.md b/_changelogs/kmymoney-4-7-0-release-notes.md new file mode 100644 index 0000000..5063af8 --- /dev/null +++ b/_changelogs/kmymoney-4-7-0-release-notes.md @@ -0,0 +1,26 @@ +--- +title: ' KMyMoney 4.7.0 Release Notes + ' +date: 2014-10-01 00:00:00 +layout: post +--- + +

It's been over 3 years since the last feature release is out on the + street. During that time, many new features were added and many bugs were fixed. + The team has decided it's time to get on the + path to another stable release.

KMyMoney 4.7.0 is now available for download. It is KMyMoney 4.8 Beta + 1, only suitable for advanced users willing to help us stabilize and + iron out the upcoming stable version.

Your help is important. Please download it, use it, and help us find issues to make a great release. + Keep in mind that this version will still bark your dog away. Make + extensive backups before using it.

Our plan is to have a stable version ready in December. You can find the + schedule here.

Some of the highlights since the latest feature version are: +

+

For a full list of the changes please check out the changelog.

The KMyMoney Development Team

\ No newline at end of file diff --git a/_changelogs/kmymoney-4-7-1-release-notes.md b/_changelogs/kmymoney-4-7-1-release-notes.md new file mode 100644 index 0000000..22ccf6d --- /dev/null +++ b/_changelogs/kmymoney-4-7-1-release-notes.md @@ -0,0 +1,19 @@ +--- +title: ' KMyMoney 4.7.1 Release Notes + ' +date: 2014-11-01 00:00:00 +layout: post +--- + +

KMyMoney version 4.7.1 is now available. This version contains fixes for several bugs, here is a short list: +

+ A more complete list of changes can be found in KDE's issue tracker.

If you are still using 4.6.x to import your transactions and consider + upgrading to 4.7.1 please note that transaction matching will take the + payee into consideration. This means that payee matching rules might + need to be setup to get matching working a expected.

For a full list of the changes please check out the changelog. We highly recommend upgrading to 4.7.1.

The KMyMoney Development Team

\ No newline at end of file diff --git a/_changelogs/kmymoney-4-7-2-release-notes.md b/_changelogs/kmymoney-4-7-2-release-notes.md new file mode 100644 index 0000000..916c3ce --- /dev/null +++ b/_changelogs/kmymoney-4-7-2-release-notes.md @@ -0,0 +1,14 @@ +--- +title: ' KMyMoney 4.7.2 Release Notes + ' +date: 2015-04-25 00:00:00 +layout: post +--- + +

KMyMoney version 4.7.2 is now available. This version contains fixes for several bugs, here is a short list: +

+ The full list of solved issues can be viewed in KDE's issue tracker.

Thanks to the KDE translation teams the following new translations were added: documentation in Italian and application translation in Slovak, Turkish and Simplified Chinese

If you are using AqBanking to place transactions with your bank and want to contribute to the availability of this feature in KMyMoney please contact the developers or build git master to give it a try.

For a full list of the changes please check out the changelog. We highly recommend upgrading to 4.7.2.

The KMyMoney Development Team

\ No newline at end of file diff --git a/_changelogs/kmymoney-4-8-0-release-notes.md b/_changelogs/kmymoney-4-8-0-release-notes.md new file mode 100644 index 0000000..191ae65 --- /dev/null +++ b/_changelogs/kmymoney-4-8-0-release-notes.md @@ -0,0 +1,23 @@ +--- +title: ' KMyMoney 4.8.0 Release Notes + ' +date: 2016-06-14 00:00:00 +layout: post +--- + +

KMyMoney version 4.8.0 is now available. This version contains fixes for several bugs, here is a short list: +

+ The full list of solved issues can be viewed in KDE's issue tracker.

Thanks to the KDE translation teams the following new translations were added: documentation in Estonian.

For a full list of the changes please check out the changelog. We highly recommend upgrading to 4.8.0.

The KMyMoney Development Team

\ No newline at end of file diff --git a/_changelogs/kmymoney-5-0-0-release-notes.md b/_changelogs/kmymoney-5-0-0-release-notes.md new file mode 100644 index 0000000..5051196 --- /dev/null +++ b/_changelogs/kmymoney-5-0-0-release-notes.md @@ -0,0 +1,42 @@ +--- +title: ' KMyMoney 5.0.0 Release Notes + ' +date: 2018-02-06 00:00:00 +layout: post +--- + +

The KMyMoney development team is proud to present version 5.0.0 of its open source Personal Finance Manager.

As with every release, the KMyMoney development team has been working hard + to make this release better and easier to use in every way. We have also made + quite a few improvements. We are confident you will like what you see.

The largest amount of work has gone towards basing this version on KDE + Frameworks. Many of the underlying libraries used by the application have + been reorganized and improved, but most of that is behind the scenes, and not + directly visible to the end user. Some of the general look and feel may have + changed, but the basic functionality of the program remains the same, aside + from intentional improvements and additions.

In addition to adapting to new and updated libraries, there have also been + numerous bug fixes, as well as several new features and improved + functionality. Although this means there have been some major changes to the + underlying code, this version has actually been used in production by many of + the developers, so it has actually had a significant amount of testing.

Here are some of the new features found in this release: +

+

Here are some of the major bugs which have been fixed: +

+

There are a some changes which will need some adjustments on the user's side if you are upgrading from 4.8.x or an older version + The program searches for the templates for the printcheck plugin in + different locations. The user needs to account for this in the plugins + setting dialog.

Known issues +

+

For a full list of the changes please check out the changelog. We highly recommend upgrading to 5.0.0.

The KMyMoney Development Team

\ No newline at end of file diff --git a/_changelogs/kmymoney-5-0-1-release-notes.md b/_changelogs/kmymoney-5-0-1-release-notes.md new file mode 100644 index 0000000..7be52d5 --- /dev/null +++ b/_changelogs/kmymoney-5-0-1-release-notes.md @@ -0,0 +1,50 @@ +--- +title: ' KMyMoney 5.0.1 Release Notes + ' +date: 2018-03-17 00:00:00 +layout: post +--- + +

The KMyMoney development team is proud to present version 5.0.1 of its open source Personal Finance Manager.

Although several members of the development team had been using the new + version 5.0.0 in production for some time, a number of bugs and regressions slipped + through testing, mainly in areas and features not used by them.

These have been reported by many of you and the development team worked hard + to fix them in the meantime. Some of them are very annoying which lead us to + work on a first maintenance release which is available immediately as KMyMoney 5.0.1.

Here is the list of the bugs which have been fixed: +

+

Here are some of the new improvements found in this release: +

+

For a full list of the changes please check out the changelog. We highly recommend upgrading to 5.0.1.

The KMyMoney Development Team

\ No newline at end of file diff --git a/_changelogs/kmymoney-5-0-2-release-notes.md b/_changelogs/kmymoney-5-0-2-release-notes.md new file mode 100644 index 0000000..8817eec --- /dev/null +++ b/_changelogs/kmymoney-5-0-2-release-notes.md @@ -0,0 +1,90 @@ +--- +title: ' KMyMoney 5.0.2 Release Notes + ' +date: 2018-10-17 00:00:00 +layout: post +--- + +

The KMyMoney development team is proud to present version 5.0.2 of its open source Personal Finance Manager.

Although several members of the development team had been using version + 5.0.1 in production for some time, a number of bugs and regressions slipped + through testing, mainly in areas and features not used by them.

These have been reported by many of you and the development team worked hard + to fix them in the meantime. The result of this effort is the new + KMyMoney 5.0.2 release.

Despite even more extensive testing than usual, we understand that some + bugs may have slipped past our best efforts. If you find one of them, + please forgive us, and be sure to report it, either to the mailing list + or on bugs.kde.org.

From here, we will continue to fix reported bugs, and working to add + many requested additions and enhancements, as well as further improving + performance.

Many thanks go out to KDE's sysadmin team. Ben supported us with numerous hours + to get daily builds onto the KDE CI system. + This even includes MS-Windows installers. + Please feel free to visit our overview page of the CI builds at + https://kmymoney.org/build.php.

Thanks also to those users who provided valuable support by sending in test files saved by earlier versions as + far back as KMyMoney 4.6.6. Using these files + we were able to fix some upgrade problems.

Here is the list of the bugs which have been fixed: +

+

Here are some of the new improvements found in this release: +

+

For a full list of the changes please check out the changelog. We highly recommend upgrading to 5.0.2.

The KMyMoney Development Team

\ No newline at end of file diff --git a/_changelogs/kmymoney-5-0-3-release-notes.md b/_changelogs/kmymoney-5-0-3-release-notes.md new file mode 100644 index 0000000..bdaf199 --- /dev/null +++ b/_changelogs/kmymoney-5-0-3-release-notes.md @@ -0,0 +1,57 @@ +--- +title: ' KMyMoney 5.0.3 Release Notes + ' +date: 2019-01-27 00:00:00 +layout: post +--- + +

The KMyMoney development team is proud to present version 5.0.3 of its open source Personal Finance Manager.

Some problems have been reported by many of you and the development team worked hard + to fix them in the meantime. The result of this effort is the new + KMyMoney 5.0.3 release.

Despite even more extensive testing than usual, we understand that some + bugs may have slipped past our best efforts. If you find one of them, + please forgive us, and be sure to report it, either to the mailing list + or on bugs.kde.org.

From here, we will continue to fix reported bugs, and working to add + many requested additions and enhancements, as well as further improving + performance.

Please feel free to visit our overview page of the CI builds at + https://kmymoney.org/build.php.

Here is the list of the bugs which have been fixed: +

+

Here is the list of the enhancements which have been added: +

+

\ No newline at end of file diff --git a/_changelogs/kmymoney-5-0-4-release-notes.md b/_changelogs/kmymoney-5-0-4-release-notes.md new file mode 100644 index 0000000..045479f --- /dev/null +++ b/_changelogs/kmymoney-5-0-4-release-notes.md @@ -0,0 +1,51 @@ +--- +title: ' KMyMoney 5.0.4 Release Notes + ' +date: 2019-04-21 00:00:00 +layout: post +--- + +

The KMyMoney development team is proud to present version 5.0.4 of its open source Personal Finance Manager.

+One fix needs special mentioning: 406608 +which deals with customized budget reports. KMyMoney supports two types of budget reports. One only +containing the budget information and the other, more detailed report, providing also information +about the actual situation. In the past this caused all customized budget reports to contain the +detailed version. In case you encounter this scenario and want to see only the budget values in +your customized report, please delete the customized report and re-create from the base report to +fix the problem. +

Here is the list of the bugs which have been fixed: +

+

Here is the list of the enhancements which have been added: +

+

\ No newline at end of file diff --git a/_changelogs/kmymoney-5-0-5-release-notes.md b/_changelogs/kmymoney-5-0-5-release-notes.md new file mode 100644 index 0000000..31f49b3 --- /dev/null +++ b/_changelogs/kmymoney-5-0-5-release-notes.md @@ -0,0 +1,29 @@ +--- +title: ' KMyMoney 5.0.5 Release Notes + ' +date: 2019-07-10 00:00:00 +layout: post +--- + +

The KMyMoney development team is proud to present version 5.0.5 of its open source Personal Finance Manager.

Here is the list of the bugs which have been fixed: +

+

Here is the list of the enhancements which have been added: +

+

A complete description of all changes can be found in the changelog

. \ No newline at end of file diff --git a/_changelogs/kmymoney-5-0-6-release-notes.md b/_changelogs/kmymoney-5-0-6-release-notes.md new file mode 100644 index 0000000..21e5d3a --- /dev/null +++ b/_changelogs/kmymoney-5-0-6-release-notes.md @@ -0,0 +1,19 @@ +--- +title: ' KMyMoney 5.0.6 Release Notes + ' +date: 2019-08-18 00:00:00 +layout: post +--- + +

The KMyMoney development team is proud to present version 5.0.6 of its open source Personal Finance Manager.

Here is the list of the bugs which have been fixed: +

+

Here are some of the new improvements found in this release: +

+

A complete description of all changes can be found in the changelog

. \ No newline at end of file diff --git a/_changelogs/kmymoney-5-0-7-release-notes.md b/_changelogs/kmymoney-5-0-7-release-notes.md new file mode 100644 index 0000000..30c6d7f --- /dev/null +++ b/_changelogs/kmymoney-5-0-7-release-notes.md @@ -0,0 +1,26 @@ +--- +title: ' KMyMoney 5.0.7 Release Notes + ' +date: 2019-09-22 00:00:00 +layout: post +--- + +

The KMyMoney development team is proud to present version 5.0.7 of its open source Personal Finance Manager.

This release becomes necessary due to the new regulations of the PSD2 which affects the online capabilities + for German users. To make KMyMoney compatible with them, especially the + strong customer authentication part, + KMyMoney had to be adapted to updated APIs of the Gwenhywfar and AqBanking libraries which provide the banking + protocol implementations. KMyMoney now requires a Gwenhywfar + minimum version of 4.99.16 and an AqBanking + version of 5.99.32.

Important note: Users who have a working setup with an older AqBanking version need to consult the + AqBanking Wiki for update instructions before launching KMyMoney 5.0.7 to keep/update their current configuration.

Before the online functions are ready for use again, some more adjustments are necessary. Instruction are also provided on the + AqBanking Wiki. These adjustments can be performed + via the Settings/Configure AqBanking dialog accessible from within KMyMoney 5.0.7 and have to be performed per institution.

Besides this major adaption a few standing bugs have also been fixed.

Here is the list: +

+

A complete description of all changes can be found in the changelog

. \ No newline at end of file diff --git a/_changelogs/libalkimia-5-0-0-release-notes.md b/_changelogs/libalkimia-5-0-0-release-notes.md new file mode 100644 index 0000000..d78cd64 --- /dev/null +++ b/_changelogs/libalkimia-5-0-0-release-notes.md @@ -0,0 +1,13 @@ +--- +title: ' LibAlkimia 5.0.0 Release Notes + ' +date: 2015-12-01 00:00:00 +layout: post +--- + +

LibAlkimia version 5.0.0 was released in preparation for the release of KMyMoney version 4.8.0. This version contains build system updates and optimizations that will allow KMyMoney to run faster: +

+ For a full list of the changes please check out the changelog.

The KMyMoney Development Team

\ No newline at end of file diff --git a/_config.yml b/_config.yml new file mode 100644 index 0000000..20fcf68 --- /dev/null +++ b/_config.yml @@ -0,0 +1,53 @@ +# Site settings +title: KMyMoney +email-devel: kmymoney-devel@kde.org +email: kmymoney@kde.org +git: https://cgit.kde.org/kmymoney.git/ +description: > + KMyMoney: the best Personal Finance Manager for free +baseurl: "" # the subpath of your site, e.g. /blog +url: "https://kmymoney.org" +twitter_username: kde_community +github_username: kde + +# Build settings +markdown: kramdown +theme: jekyll-kde-theme +sass: + style: compressed + +plugins: + - jekyll-feed + +feed: + path: rss.php + +defaults: + - scope: + path: "assets/img" + values: + image: true + +collections: + changelogs: + output: true + +navigation: + top: + - title: User support + url: /support.html + - title: Features + url: /screenshots.html + - title: Download + url: /download.html + - title: Team + url: /team/ + - title: Donate + url: https://www.kde.org/donate + +paginate: 3 + +exclude: + - Gemfile + - Gemfile.lock + - vendor diff --git a/_data/screenshots.yml b/_data/screenshots.yml new file mode 100644 index 0000000..ba3462b --- /dev/null +++ b/_data/screenshots.yml @@ -0,0 +1,324 @@ +- title: The Welcome Page + small: /images/screenshots/small/kmm1.png + large: /images/screenshots/large/kmm1.png + tip: View normal version + description: > + KMyMoney has a welcome page to help new users get off to a good start. + + +- title: Your Financial Summary + small: /images/screenshots/small/kmm2.png + large: /images/screenshots/large/kmm2.png + tip: View normal version + description: > + The financial summary gives you an overview of your + finances, including overdue and upcoming scheduled + transactions. The summary also shows your accounts and + their current balances. You can also customize this page, + adding your favorite reports for example. + +- title: The Institutions View + small: /images/screenshots/small/kmm3.png + large: /images/screenshots/large/kmm3.png + tip: View normal version + description: > + In this view your accounts are organized, + viewed, and managed by the institutions they are held + at.
+ You can easily see all the accounts you might hold with a + particular bank for instance. You can create new accounts + or edit, view, delete, reconcile and update existing + accounts from here if you wish. + +- title: The New Institution Dialog + small: /images/screenshots/small/kmm4.png + large: /images/screenshots/large/kmm4.png + tip: View normal version + description: > + It is easy to add new financial institutions. + +- title: The Accounts View + small: /images/screenshots/small/kmm5.png + large: /images/screenshots/large/kmm5.png + tip: View normal version + description: > + In this view your accounts are organized, viewed, and + managed by the type of account they are (an Asset or + Liabiliy account), and by category (Income or Expense + account). You can create new accounts or edit, view, + delete, reconcile and update existing accounts from here + if you wish. + +#- title: The Accounts, Icon View +# small: /images/screenshots/small/kmm6.png +# large: /images/screenshots/large/kmm6.png +# tip: View normal version +# description: > +# Some people prefer to have their accounts +# presented as icons. You can view your accounts displayed +# this way in the icon view tab. Each account is displayed +# using an icon that helps indicate what type of account it +# is. Checking, savings, credit card, and loan are examples +# of some of the account types used in this view. + +- title: The Schedule view + small: /images/screenshots/small/kmm7.png + large: /images/screenshots/large/kmm7.png + tip: View normal version + description: > + You can create and manage scheduled + transactions in the Schedule View. Schedules are a very + useful and time saving feature. Creating a scheduled + transaction for an regularly recurring event like your + rent or your bills will help you not forget to pay them + on time. Schedules can even be configured to + automatically enter a transaction into the ledger for you + if you wish. + +#- title: Schedule, Calendar View +# small: /images/screenshots/small/kmm8.png +# large: /images/screenshots/large/kmm8.png +# tip: View normal version +# description: > +# In the calendar view, scheduled transactions can be +# viewed by month or by week. This helps you to visualize +# when transactions are scheduled to occur each month. +# Moving your mouse over a transaction shows a preview of +# the transaction details and gives you the option to enter +# it. + +- title: Schedule, Creating or editing transactions + small: /images/screenshots/small/kmm9.png + large: /images/screenshots/large/kmm9.png + tip: View normal version + description: > + Scheduled transactions can be bills, deposits, or + transfers. When a scheduled transaction is created or + edited, the transaction information is displayed in a + dialog where you can enter or edit the transaction + details. + +- title: The Categories View + small: /images/screenshots/small/kmm10.png + large: /images/screenshots/large/kmm10.png + tip: View normal version + description: > + You can create, edit or delete categories in the + Categories View. Categories allow you to organize all of + your financial transactions. This makes it easier to see + where your money comes from and where it goes."); + +- title: Categories, Creating or Editing + small: /images/screenshots/small/kmm11.png + large: /images/screenshots/large/kmm11.png + tip: View normal version + description: > + You can create or edit any categories you want. KMyMoney + has pre-made category templates you can use if you don't + want to create them all yourself. Un-used categories can + be hidden if you wish. + +- title: The Tags View + small: /images/screenshots/small/kmm12.png + large: /images/screenshots/large/kmm12.png + tip: View normal version + description: > + You can create, edit or delete tags in the + Tags View. Tags allow you to organize all of + your financial transactions. This makes it easier to see + where your money comes from and where it goes. + +- title: The Tags View + small: /images/screenshots/small/kmm13.png + large: /images/screenshots/large/kmm13.png + tip: View normal version + description: > + You can create, edit or delete tags in the + Tags View. Tags allow you to organize all of + your financial transactions. This makes it easier to see + where your money comes from and where it goes. + +- title: The Payee View + small: /images/screenshots/small/kmm14.png + large: /images/screenshots/large/kmm14.png + tip: View normal version + description: > + Payees can be managed in this view. You can add or delete + payees here. You can also see your transaction history + with each payee that you have, which includes the date, + amount, category and if applicable, the check number for + each transaction. + +- title: The Payees, Personal information + small: /images/screenshots/small/kmm15.png + large: /images/screenshots/large/kmm15.png + tip: View normal version + description: > + Information about each payee including their address, + phone number and email address can be stored here. + Information can be entered directly into this form. + +- title: The Payees, matching + small: /images/screenshots/small/kmm16.png + large: /images/screenshots/large/kmm16.png + tip: View normal version + description: > + Automatic matching can be setup for each payee. + +- title: The Payees, default category + small: /images/screenshots/small/kmm17.png + large: /images/screenshots/large/kmm17.png + tip: View normal version + description: > + A default category can be setup for each payee. + +- title: The Ledger View + small: /images/screenshots/small/kmm18.png + large: /images/screenshots/large/kmm18.png + tip: View normal version + description: > + By default the ledger uses a transaction + form for data entry similar to MS Money. A 'ledger lens' + expands the selected transaction to three lines showing + all the details of the transaction (unless you are + creating a new transaction.) Automatic entry of data from + previous transactions is also an option. Columns may be + sorted by right clicking on the column header. + Many users who previously used a commercial + finance management program, are accustomed to using + calculator style data entry to enter numerical values. + For them, and for anyone else who prefers this method of + data entry, KMyMoney now has a calculator for data + entry. + +- title: Ledger, direct entry + small: /images/screenshots/small/kmm19.png + large: /images/screenshots/large/kmm19.png + tip: View normal version + description: > + If you prefer to enter your data directy + into the ledger, similar to Quicken, you can configure + the ledger to use direct data entry in the KMyMoney + configuration dialog. + +- title: The Investments View + small: /images/screenshots/small/kmm21.png + large: /images/screenshots/large/kmm21.png + tip: View normal version + description: > + You can track basic investments like + Stocks, Bonds, and Mutual funds. + +- title: The Investments Ledger + small: /images/screenshots/small/kmm22.png + large: /images/screenshots/large/kmm22.png + description: > + Investment transactions can be created and + edited in a similar way as the general ledger. + +- title: Investment Wizard + video: true + large: /images/screenshots/investement_wizard.webm + description: > + An investment wizard helps you set up new + investments. + +- title: Investments, Online Update + small: /images/screenshots/small/kmm24.png + large: /images/screenshots/large/kmm24.png + description: > + Stock and currency prices can be updated + online. + +- title: The Reports View + small: /images/screenshots/small/kmm25.png + large: /images/screenshots/large/kmm25.png + tip: View normal version + description: > + Reports have finally been added with charts. The reports + are fully configurable and very powerful. Custom reports + are easily created and a link to any report can easily be + placed on your financial summary home page. + +- title: A sample report + small: /images/screenshots/small/kmm26.png + large: /images/screenshots/large/kmm26.png + tip: View normal version + description: > + Here is an example of a report. Reports can + be exported as .csv files (comma separated values) which + can then be opened with a spreadsheet. + +- title: A sample chart report + small: /images/screenshots/small/kmm27.png + large: /images/screenshots/large/kmm27.png + tip: View normal version + description: > + Reports have finally been added with charts. + +- title: Configuring and creating custom reports + small: /images/screenshots/small/kmm28.png + large: /images/screenshots/large/kmm28.png + tip: View normal version + description: > + Custom reports can be created and edited + easily with the report configuration dialog. + +- title: Documentation + small: /images/screenshots/small/kmm29.png + large: /images/screenshots/large/kmm29.png + tip: View normal version + description: > + The KMyMoney user manual is now available + and can be read in several ways including as a PDF + document. You can access the manual from the KMyMoney + website or from inside KMyMoney itself in the 'Help' + menu. + +- title: Searching for transactions + small: /images/screenshots/small/kmm30.png + large: /images/screenshots/large/kmm30.png + tip: View normal version + description: > + KMyMoney has a powerful transaction search + feature that makes finding past transactions in years of + financial data a lot easier. + +- title: QIF Import + small: /images/screenshots/small/kmm31.png + large: /images/screenshots/large/kmm31.png + tip: View normal version + description: > + QIF files can be imported into KMyMoney. + OFX import is also supported and is becoming the standard + method of financial data exchange in many + countries. + +- title: GPG Encryption + small: /images/screenshots/small/kmm32.png + large: /images/screenshots/large/kmm32.png + tip: View normal version + description: > + You can now protect your financial data by + using GPG encryption from within KMyMoney. You + are also given the option to encrypt your file with a + recovery key if you choose to, in case you lose your + keyring/passphrase. + +- title: Budgets View + small: /images/screenshots/small/kmm33.png + large: /images/screenshots/large/kmm33.png + tip: View normal version + description: > + +- title: Forecast View + small: /images/screenshots/small/kmm34.png + large: /images/screenshots/large/kmm34.png + tip: View normal version + description: > + +- title: Online credit transfers + small: /images/screenshots/small/kmm35.png + large: /images/screenshots/large/kmm35.png + tip: View normal version + description: > diff --git a/_data/team.yml b/_data/team.yml new file mode 100644 index 0000000..077ca2b --- /dev/null +++ b/_data/team.yml @@ -0,0 +1,262 @@ +- name: Baumgart + firstname: Thomas + email: tbaumgart@kde.org + location: Germany + roles: Project administrator, Maintainer, Developer, User Support + since: 2001 + image: /images/people/thb.jpg + active: true + description: > +

Open minded, solution oriented, helpful, eager to learn, + Thomas Baumgart started to work on the KMyMoney project mid + September of 2001. "I was on the hunt for a good M$-Money + replacement, which was the last application I was actively + using on M$-Windows." Shortly after 0.4. was delivered, + Thomas was elected a project admin and maintainer for this + project.

+ +

Thomas rewrote most parts of the core engine (MyMoneyXXX) + objects and introduced the double entry accounting stuff. He also + rewrote the register code (ledger view), added + multi-currency support, GPG encryption and some widget + improvements. This all is now part of 0.8. "I would like to + see KMyMoney become as well known as some other KDE + programs like KMail, Kopete and others."

+ +

Uses: "I am mostly using openSUSE distros. Currently, I have + openSUSE Leap on 64 bit. For + bug-hunting in KMyMoney I use VirtualBox based virtual machines and + load whatever is required. Also, I have already accessed a + FreeBSD machine of one of our users through the internet to + solve some problems."

+ + +- name: Habacker + firstname: Ralf + email: ralf.habacker at freenet.de + location: Germany + roles: Developer, Maintainer, User support + since: 2009 + image: /images/people/ralf.png + active: true + description: > +

Ralf is a long term KDE contributor. He started in 1998 by + bringing the KDE desktop to the Windows environment. He is + the founder of the now retired KDE on Cygwin project and co-founder + of the KDE on Windows project.

+ +

In 2009 he provided first patches for KMyMoney and committed + his first patch in 2010, again a Windows related issue. Since then + he worked on many ends of the KMyMoney project including bug fixes, + new features, the build system and adding features to the web-site + just to name a few. Ever since the team is working on the KF5 based + version he is actively maintaining KMyMoney's 4.8 branch.

+ +

He started using the coverity static code analysis and builds + Windows releases on the openSUSE build service.

+ +

Uses: OpenSuse Leap/64 bit, Windows

+ + +- name: Ostroff + firstname: Jack + email: ostroffjh@users.sourceforge.net + location: United States + roles: Documentation, User support + since: 2010 + image: /images/people/jack.png + active: true + description: > +

When Jack discovered KMyMoney, he noticed that the manual needed a bit + of work, and after asking a few questions on the mailing list, figured + out that if he wanted a decent manual, he'd have to do it himself. He + finds this kind of funny, since he really hates writing.

+ +

Jack has been using computers in one form or another since about 1972, + the Internet (or something like it) and PCs since about 1980. He first + used Linux in the early 1990's. He dabbles in programming, and knows + many languages, the more obscure the better, but isn't very advanced in + any of them. He rarely wants to do anything the easy way, so he used + Linux from Scratch for several years, eventually settling on Gentoo + Linux and also using Artix Linux.

+ +

Uses: Gentoo and Artix Linux

+ +- name: Soliverez + firstname: Alvaro + email: asoliverez at users.sourceforge.net + location: Argentina + roles: Developer + since: 2007 + image: /images/people/alvaro.jpg + active: false + description: > +

Alvaro has worked in the IT industry since 1997, doing anything from + application support to software development and project management. When he + switched to Linux in 2005, he became aware of KMyMoney. This was the last + application he was missing to make the final switch to a full GNU/Linux + environment. Having programmed in C at an early age and developed + in Java, he found his way around with Qt C++. He is also an activist in the local + Free Software community, helping others make the switch to Linux.

+ +

He is currently the maintainer of forecast and reports, and moderator of the forum + and mailing lists.

+ +

Uses: Kubuntu and Xubuntu 7.10

+ + +- name: Oneţ + firstname: Cristian + email: onet.cristian at gmail.com + location: Romania + roles: Developer + since: 2007 + image: /images/people/cristian.png + active: false + description: > +

Cristian is a young Romanian who came in touch with Open Source Software during his studies at + the Timișoara computer science faculty between 2002 and 2007. After spending some time with development in C for + embedded devices for the automotive industry, he now develops desktop applications for Windows using C++.

+ +

In 2007 he started using KMyMoney and joined the developer community a year later. Before he became + an official member of the team, Cristian developed a set of plugins for the application. + Nowadays, he's one of the driving people behind the KF5 port of KMyMoney.

+ +

Uses: Desktop - Gentoo Linux with KDE and VMs with varioius OSes

+ + +- name: Villas + firstname: Fernando + email: fvilas at users.sourceforge.net + location: United States + roles: Developer + since: 2000 + image: /images/people/fernando.jpg + active: false + description: > +

Fernando's interest in computers was inevitable after his parents found him trying to take apart + the family car -- as a toddler. He started using Slackware and FreeBSD as part of a school project + in 1997. Since then, as his taste in operating systems and programs matured he converted completely + to Slackware in 2002. He is striving to convert his entire family to Linux operating + systems -- under the threat he won't maintain their Windows boxes anymore.

+ +

He came across KMyMoney in search of a stable and Linux-friendly money management software. + Currently, he is working with Tony on the database backend. Once that is stable, he hopes + to add support for investment derivatives as well as a watch list for potential investments.

+ +

Uses: Laptop and Desktop - Slackware-current. Ancient Laptop - Xubuntu

+ + +- name: Bloomfield + firstname: Tony + email: tony at users.sourceforge.net + location: United Kingdom + roles: Developer + since: 2003 + image: /images/people/tony.jpg + active: false + description: > +

Tony is in early retirement, living in Berkshire, UK, about + 30 miles west of London. He worked for 35+ years as a + techie (anything from OS programming to database design) in + the IT business, using many languages on many different + mainframes. He last worked for Honeywell/Bull.

+ +

Tony did the Gnucash importer for KMyMoney and now + continues to work on preparing the next stable release of + MyMoney. Future plans? "Writing file archiver, I think."

+ +

Uses: Desktop with Suse9.3 64-bit. Laptop with Suse9.2 32-bit. Also has another OS on it, I forget the name, something to do with panes...

+ + +- name: Wadley + firstname: Rob + email: robntina at users.sourceforge.net + location: United States + roles: Artist, Visual designer + since: 2003 + image: /images/people/rob.jpg + active: false + description: > +

Rob is our artist/visual designer. He helped create the new + look and feel of KMyMoney, suggesting visual improvements + and creating the new default icon theme. He designed and + made the new website, and he helped with the user manual. + He also does all of the screenshots found on the website + and in the user manual.

+ +

Rob also works as an artist for OpenOffice.org helping to + create the KDE crytal icons for the KDE integrated version + of that project. He has also done some icons which have + been included in KDE.

+ +

Uses: PCLinuxOS 9.1 "Unstable"

+ + +- name: Neal + firstname: Ian + email: ianrsn70 at users.sourceforge.net + location: United Kingdom + roles: Developer + since: 2009 + image: /images/people/iann.png + active: false + description: > +

Ian lives in the UK and has worked in IT since 1993, but first got + interested in programming in the early 80s whilst at school. Ian has + previously coded in Basic (BBC and Visual), XUL/JS and simple C++.

+ +

Ian has been contributing patches to KMyMoney since early 2009 and has done + work around making fuller use of adjusted dates and tapping into KDE's + pimlibs for processing day calendars. He also contributes to Mozilla + (Firefox, Thunderbird and SeaMonkey) and is a reviewer, module owner and + driver for the SeaMonkey project.

+ +

Uses: Fedora, Sun Solaris, OS X and Windows

+ + +- name: Jones + firstname: Ace + email: ace at users.sourceforge.net + location: United States + roles: Developer + since: 2009 + image: /images/people/ace.jpg + active: false + description: > +

Ace has been a professional software developer since 1988. + He learned in 6502, moved to C, then finally discovered C++ + in 1994 and has been hooked ever since. He is also + knowledgeable in intellectual property, software + contracting, and various aspects of marketing. He is an + active developer of KMyMoney, libOFX and the KIO::Slave for + Creative Nomad Jukebox (kionjb).

+ +

His contributions to KMyMoney include: Reports, Charts, OFX + importer, Online quotes, and the Anonymous file format. He + is also maintaining the QIF importer and acts as the User + documentation editor. Ace is fluent in all areas of KMM + except ledgers.

+ +

Uses: SuSE and Mandrake

+ + +- name: Wojniłowicz + firstname: Łukasz + email: lukasz.wojnilowicz at gmail.com + location: Poland + roles: Developer + since: 2016 + image: /images/people/lukas.png + active: false + description: > +

Łukasz joined the project around March 2016. At first, he reported a few bugs in the CSV Importer. + Then he provided patches via Phabricator + to fix them and finally rewrote the whole plug-in, making its code bug-free, readable and feature-rich.

+ +

Once these tasks were completed, he got his hands on fixing long standing and irritating bugs, such as rounding problem, + improper exchange rates. Besides, he implemented several features requested by users, for example, capital gains + report, total ROI; but also brought into life his own ideas, such as configurable Y-range for line charts, + prices improvements (price precision per security, online quotes for time range), icon themes, adding currencies.

+ +

Uses: Desktop - Fedora

diff --git a/_posts/2010-02-15-kmymoney-second-beta-for-kde4-now-available.md b/_posts/2010-02-15-kmymoney-second-beta-for-kde4-now-available.md new file mode 100644 index 0000000..f22832d --- /dev/null +++ b/_posts/2010-02-15-kmymoney-second-beta-for-kde4-now-available.md @@ -0,0 +1,28 @@ +--- +title: ' KMyMoney second beta for KDE4 now available + ' +date: 2010-02-15 00:00:00 +layout: post +--- + +

The KMyMoney Team is proud to announce the immediate availability of version 3.96 of KMyMoney. This is the second beta release for the KDE4 platform, + after only 1 and a half month of hard work, stabilizing and fixing bugs found during the first beta release.

This version is still considered beta and not recommended for general use. As with the previous version, the intention is to get feedback from the + community and find those issues that are not immediately apparent.

Some of the improvements included in this release are:

For this and coming releases, at least until hitting a stable version, we have adopted a quick release cycle, comprised of 4 weeks devoted to the big + changes and fixes, and 2 weeks to stabilizing and translating. We believe this will help us find bugs more quickly and improve the feedback, while still + having enough time to work on bugs and new features. This means you can expect a new release 6 weeks from now, unless a blocking issue gets in the way.

\ No newline at end of file diff --git a/_posts/2010-05-19-kmymoney-announces-release-candidate-for-kde4.md b/_posts/2010-05-19-kmymoney-announces-release-candidate-for-kde4.md new file mode 100644 index 0000000..948535f --- /dev/null +++ b/_posts/2010-05-19-kmymoney-announces-release-candidate-for-kde4.md @@ -0,0 +1,13 @@ +--- +title: ' KMyMoney announces release candidate for KDE4 + ' +date: 2010-05-19 00:00:00 +layout: post +--- + +

After a year of hard work on a version for the KDE platform 4, the KMyMoney team is happy to announce the immediate availability of the first release candidate. Unlike previous versions, this one is recommended for general use. The feedback provided by previous beta releases makes us confident that it is as stable and rock-solid as previous stable versions.

Throughout this effort, our focus has been to maintain feature-parity compared to the KDE3 stable version. We know that many of you keep using KDE3 for the sole purpose of running KMyMoney, so we devised a plan to produce a version for KDE4 as fast as possible and at the same time keep the high level of quality that your financial data deserves. If you upgrade to this new version and you notice no changes, other than some style eye-candy here and there, we can say we fulfilled our goal.

Over the last 5 months, 4 beta versions were released, putting our developers, translators, packagers, and those of you brave enough to test it, under a big stress. This has payed off, allowing us to uncover much of the strength and weakness of this new platform, and even finding bugs in the current stable version.

This release candidate is not the end, but an important milestone in that plan. The final milestone will be the release of a final stable version together with KDE SC 4.5 in August. After that, we'll point our efforts to add new features and get the best out of this new platform.

We did manage to add some new features along the way:

A lot of effort has gone into finding and fixing bugs. However, we need your feedback to make the stable release the best ever. Please try it and let us know if you find errors, a missing feature or even just annoyances.

Feel free to open reports on https://bugs.kde.org and assign them to the project called 'kmymoney'.

At the same time, we provide a maintenance release for the stable KDE3 code. Version 1.0.5 includes fixes to bugs we found during the development of the KDE4 version and which we simply backported

Thank you!

\ No newline at end of file diff --git a/_posts/2010-08-16-stable-release-for-kde-platform-4.md b/_posts/2010-08-16-stable-release-for-kde-platform-4.md new file mode 100644 index 0000000..7db7bd8 --- /dev/null +++ b/_posts/2010-08-16-stable-release-for-kde-platform-4.md @@ -0,0 +1,15 @@ +--- +title: ' Stable release for KDE platform 4 + ' +date: 2010-08-16 00:00:00 +layout: post +--- + +

The KMyMoney is pleased to announce the release of a stable version for KDE Platform 4. With over 15 months of development, this new version is the starting point of a new series of KMyMoney versions to leverage the stellar features offered by the KDE Platform.

Throughout this effort, our focus has been to maintain feature-parity with previous versions, maintaining and improving the high level of quality that your personal financial data deserve. This version has gone through an intensive testing, allowing us to find and fix many bugs and improve the usability of the application.

Along the way, we did manage to add some new features:

For the last year, our team has been fully committed to release this version. Now, we will continue to make KMyMoney the best personal finance manager by leveraging all features provided by the KDE Platform, and also improving the integration with other applications via Alkimia, the nascent framework of the KDE Finance applications group. Expect interesting features coming your way soon!

\ No newline at end of file diff --git a/_posts/2011-11-06-kmymoney-4-6-1-released.md b/_posts/2011-11-06-kmymoney-4-6-1-released.md new file mode 100644 index 0000000..1941180 --- /dev/null +++ b/_posts/2011-11-06-kmymoney-4-6-1-released.md @@ -0,0 +1,16 @@ +--- +title: ' KMyMoney 4.6.1 released + ' +date: 2011-11-06 00:00:00 +layout: post +--- + +

The KMyMoney Team is pleased to announce the immediate availability of KMyMoney version 4.6.1. This version contains several fixes for bugs found in 4.6.0 since it was released three months ago.

Here is a list of the most important changes since the last stable release:

We highly recommend upgrading to 4.6.1 as soon as possible.

\ No newline at end of file diff --git a/_posts/2011-11-18-kmymoney-4-6-0-released.md b/_posts/2011-11-18-kmymoney-4-6-0-released.md new file mode 100644 index 0000000..fd9bdc3 --- /dev/null +++ b/_posts/2011-11-18-kmymoney-4-6-0-released.md @@ -0,0 +1,22 @@ +--- +title: ' KMyMoney 4.6.0 released + ' +date: 2011-11-18 00:00:00 +layout: post +--- + +

We are happy to announce the release of KMyMoney version 4.6.0, the next stable version, after 11 months of development from the first release of the 4.5 series.

Some of the highlights since the latest stable version:

\ No newline at end of file diff --git a/_posts/2012-02-04-kmymoney-4-6-2-released.md b/_posts/2012-02-04-kmymoney-4-6-2-released.md new file mode 100644 index 0000000..8e113a1 --- /dev/null +++ b/_posts/2012-02-04-kmymoney-4-6-2-released.md @@ -0,0 +1,21 @@ +--- +title: ' KMyMoney 4.6.2 released + ' +date: 2012-02-04 00:00:00 +layout: post +--- + +

The KMyMoney Team is pleased to announce the immediate availability of KMyMoney version 4.6.2. This version contains quite a few fixes for bugs found in 4.6.1 since it was released three months ago.

Here is a list of the most important changes since the last stable release:

For a full list of the changes please check out the changelog. We highly recommend upgrading to 4.6.2 as soon as possible. We would also recommend packagers to endorse this version as their latest stable version of KMyMoney due to the number of fixes available vs. 4.5.3. During this bugfix cycle a new release of libalkimia was also made available.

\ No newline at end of file diff --git a/_posts/2012-09-10-kmymoney-4-6-3-released.md b/_posts/2012-09-10-kmymoney-4-6-3-released.md new file mode 100644 index 0000000..0bcbb63 --- /dev/null +++ b/_posts/2012-09-10-kmymoney-4-6-3-released.md @@ -0,0 +1,22 @@ +--- +title: ' KMyMoney 4.6.3 released + ' +date: 2012-09-10 00:00:00 +layout: post +--- + +

The KMyMoney Team is pleased to announce the immediate availability of KMyMoney version 4.6.3. This version contains quite a few fixes for bugs found in 4.6.2 since it was released seven months ago.

Here is a list of the most important changes since the last stable release:

\ No newline at end of file diff --git a/_posts/2013-01-21-kmymoney-installer-for-windows.md b/_posts/2013-01-21-kmymoney-installer-for-windows.md new file mode 100644 index 0000000..0322373 --- /dev/null +++ b/_posts/2013-01-21-kmymoney-installer-for-windows.md @@ -0,0 +1,13 @@ +--- +title: ' KMyMoney installer for Windows + ' +date: 2013-01-21 00:00:00 +layout: post +--- + +

We are happy to announce the release of a standalone installer for Windows of KMyMoney version 4.6.3. For a while now the latest version that was available on Windows was 4.6.2. Since we took over the packaging of the application on Windows with the help of the KDE on Windows project we will be able to provide the latest stable release once we release a source tarball.

The package contains:
+ KMyMoney 4.6.3 (all available languages)
+ KDE 4.8.5

Please note that the application is far from being thoroughly tested on this platform so please report any issues you find. We are counting on the community of KMyMoney users on Windows to fix issues that are specific to this platform. Don't forget to use the backup feature (without checking the 'mount' flag).

Please take care of these steps before trying to report a crash of the application.

Known issues of this version:

If you were already using version 4.6.2 on Windows you can install 4.6.3 in a different directory try it, and if you are happy with it you can safely remove the previous installation (make sure that you keep your data file).

The KMyMoney Development Team

\ No newline at end of file diff --git a/_posts/2013-10-05-kmymoney-4-6-4-released.md b/_posts/2013-10-05-kmymoney-4-6-4-released.md new file mode 100644 index 0000000..e4235c2 --- /dev/null +++ b/_posts/2013-10-05-kmymoney-4-6-4-released.md @@ -0,0 +1,20 @@ +--- +title: ' KMyMoney 4.6.4 released + ' +date: 2013-10-05 00:00:00 +layout: post +--- + +

After more than a year from the last bugfix release the KMyMoney development team is pleased to announce the immediate availability of KMyMoney version 4.6.4. This version contains a few fixes for bugs found in 4.6.3.

Here is a list of the most important changes since the last stable release:

For a full list of the changes please check out the changelog. We highly
+ recommend upgrading to 4.6.4 as soon as possible.

The KMyMoney Development Team

\ No newline at end of file diff --git a/_posts/2013-10-06-kmymoney-4-6-4-windows-installer-released.md b/_posts/2013-10-06-kmymoney-4-6-4-windows-installer-released.md new file mode 100644 index 0000000..dc494da --- /dev/null +++ b/_posts/2013-10-06-kmymoney-4-6-4-windows-installer-released.md @@ -0,0 +1,14 @@ +--- +title: ' KMyMoney 4.6.4 Windows installer released + ' +date: 2013-10-06 00:00:00 +layout: post +--- + +

We are pleased to announce the immediate availability of the KMyMoney 4.6.4 standalone installer for Windows.

The package contains:
+ KMyMoney 4.6.4 (all available languages)
+ KDE 4.10.5

Notes about this version:

As with the other versions KMyMoney 4.6.4 can be installed in a separate directory and tested. But make sure that the KDE platform services of older versions are stopped by issuing the following command

C:\Program Files\KMyMoney\bin\kdeinit4.exe --shutdown"

We highly recommend it over the previous 4.6.3 version since it's based on an improved KDE platform and a fixed version of KMyMoney. If you are happy with it you can safely remove the previous installation (make sure that you keep your data file).

\ No newline at end of file diff --git a/_posts/2014-06-18-kmymoney-4-6-5-released.md b/_posts/2014-06-18-kmymoney-4-6-5-released.md new file mode 100644 index 0000000..70d08bd --- /dev/null +++ b/_posts/2014-06-18-kmymoney-4-6-5-released.md @@ -0,0 +1,8 @@ +--- +title: ' KMyMoney 4.6.5 released + ' +date: 2014-06-18 00:00:00 +layout: post +--- + +

KMyMoney version 4.6.5 is now available. This version contains fixes for online imports using Quicken 2011 compatibility.

We have added latest Quicken versions, to be able to continue using online imports with those banks that dropped support for deprecated Quicken versions.

For a full list of the changes please check out the changelog. We only recommend upgrading if you have been having problems importing statements from your bank lately.

The KMyMoney Development Team

\ No newline at end of file diff --git a/_posts/2014-06-20-kmymoney-4-6-6-released.md b/_posts/2014-06-20-kmymoney-4-6-6-released.md new file mode 100644 index 0000000..3659ad5 --- /dev/null +++ b/_posts/2014-06-20-kmymoney-4-6-6-released.md @@ -0,0 +1,8 @@ +--- +title: ' KMyMoney 4.6.6 released + ' +date: 2014-06-20 00:00:00 +layout: post +--- + +

KMyMoney version 4.6.6 is now available. A build problem was found in the previous version 4.6.5 and a new version was issued to fix it.

sha254sum of the file is 2b9e70a157ce270ab337d981145b3a79aa4533c7daadcca426299dfcd0a9d06d.

The KMyMoney Development Team

\ No newline at end of file diff --git a/_posts/2014-08-25-kmymoney-live-windows-installer-available.md b/_posts/2014-08-25-kmymoney-live-windows-installer-available.md new file mode 100644 index 0000000..9b66336 --- /dev/null +++ b/_posts/2014-08-25-kmymoney-live-windows-installer-available.md @@ -0,0 +1,19 @@ +--- +title: ' KMyMoney Live Windows installer available + ' +date: 2014-08-25 00:00:00 +layout: post +--- + +

We are pleased to announce the immediate availability of the first installer + from the live build series for Windows KMyMoney version 4.6.90-cdd451fe35. A live build package is + created directly from the sources in git master available at that moment.

Notes about this package:

If you currently use KMyMoney on Windows there is no need to uninstall your current version since this version will install in it's own folder and will have it's own shortcut by default. Just remember, the newer version extends the stored information in the data file (like tags) so when switching back to the old version this new extra information (tags), that the old version knows nothing about, will be lost.

If you find the new version useful feel free to use it on a daily basis since it will be receiving regular updates.

The KMyMoney Development Team

\ No newline at end of file diff --git a/_posts/2014-10-01-kmymoney-4-7-0-released.md b/_posts/2014-10-01-kmymoney-4-7-0-released.md new file mode 100644 index 0000000..09b41d2 --- /dev/null +++ b/_posts/2014-10-01-kmymoney-4-7-0-released.md @@ -0,0 +1,19 @@ +--- +title: ' KMyMoney 4.7.0 released + ' +date: 2014-10-01 00:00:00 +layout: post +--- + +

It's been over 3 years since the last feature release is out on the street. During that time, many new features were added and many bugs were fixed. The team has decided it's time to get on the path to another stable release.

KMyMoney version 4.7.0 is now available for download. It is KMyMoney 4.8 Beta + 1, only suitable for advanced users willing to help us stabilize and iron out the upcoming stable version.

Your help is important. Please download it, use it, and help us find issues to make a great release. Keep in mind that this version will still bark your dog away. Make extensive backups before using it.

Our plan is to have a stable version ready in December. You can find the schedule here.

Some of the highlights since the latest feature version are: +

+

For a full list of the changes please check out the changelog.

The KMyMoney Development Team

\ No newline at end of file diff --git a/_posts/2014-11-01-kmymoney-4-7-1-released.md b/_posts/2014-11-01-kmymoney-4-7-1-released.md new file mode 100644 index 0000000..8620f61 --- /dev/null +++ b/_posts/2014-11-01-kmymoney-4-7-1-released.md @@ -0,0 +1,19 @@ +--- +title: ' KMyMoney 4.7.1 released + ' +date: 2014-11-01 00:00:00 +layout: post +--- + +

KMyMoney version 4.7.1 is now available. This version contains fixes for several bugs, here is a short list: +

+ A more complete list of changes can be found in KDE's issue tracker.

If you are still using 4.6.x to import your transactions and consider + upgrading to 4.7.1 please note that transaction matching will take the + payee into consideration. This means that payee matching rules might + need to be setup to get matching working a expected.

For a full list of the changes please check out the changelog. We highly recommend upgrading to 4.7.1.

The KMyMoney Development Team

\ No newline at end of file diff --git a/_posts/2015-04-25-kmymoney-4-7-2-released.md b/_posts/2015-04-25-kmymoney-4-7-2-released.md new file mode 100644 index 0000000..3213a80 --- /dev/null +++ b/_posts/2015-04-25-kmymoney-4-7-2-released.md @@ -0,0 +1,14 @@ +--- +title: ' KMyMoney 4.7.2 released + ' +date: 2015-04-25 00:00:00 +layout: post +--- + +

KMyMoney version 4.7.2 is now available. This version contains fixes for several bugs, here is a short list: +

+ The full list of solved issues can be viewed in KDE's issue tracker.

Thanks to the KDE translation teams the following new translations were added: documentation in Italian and application translation in Slovak, Turkish and Simplified Chinese

If you are using AqBanking to place transactions with your bank and want to contribute to the availability of this feature in KMyMoney please contact the developers or build git master to give it a try.

For a full list of the changes please check out the changelog. We highly recommend upgrading to 4.7.2.

The KMyMoney Development Team

\ No newline at end of file diff --git a/_posts/2015-12-01-libalkimia-5-0-0-released.md b/_posts/2015-12-01-libalkimia-5-0-0-released.md new file mode 100644 index 0000000..5b0146b --- /dev/null +++ b/_posts/2015-12-01-libalkimia-5-0-0-released.md @@ -0,0 +1,11 @@ +--- +title: ' LibAlkimia 5.0.0 released + ' +date: 2015-12-01 00:00:00 +layout: post +--- + +

LibAlkimia version 5.0.0 was released in preparation for the release of KMyMoney version 4.8.0. This version contains build system updates and optimizations that will allow KMyMoney to run faster:

For a full list of the changes please check out the changelog.

The KMyMoney Development Team

\ No newline at end of file diff --git a/_posts/2016-06-14-kmymoney-4-8-0-released.md b/_posts/2016-06-14-kmymoney-4-8-0-released.md new file mode 100644 index 0000000..7212098 --- /dev/null +++ b/_posts/2016-06-14-kmymoney-4-8-0-released.md @@ -0,0 +1,23 @@ +--- +title: ' KMyMoney 4.8.0 released + ' +date: 2016-06-14 00:00:00 +layout: post +--- + +

KMyMoney version 4.8.0 is now available. This version contains fixes for several bugs, here is a short list: +

+ The full list of solved issues can be viewed in KDE's issue tracker.

Thanks to the KDE translation teams the following new translations were added: documentation in Estonian.

For a full list of the changes please check out the changelog. We highly recommend upgrading to 4.8.0.

The KMyMoney Development Team

\ No newline at end of file diff --git a/_posts/2016-06-15-kmymoney-goes-cross-platform.md b/_posts/2016-06-15-kmymoney-goes-cross-platform.md new file mode 100644 index 0000000..e3ef6b8 --- /dev/null +++ b/_posts/2016-06-15-kmymoney-goes-cross-platform.md @@ -0,0 +1,14 @@ +--- +title: ' KMyMoney goes cross platform + ' +date: 2016-06-15 00:00:00 +layout: post +--- + +

As a result of the development towards KDE Frameworks 5 (KF5), KMyMoney has been successfully build by the developers from a common source base on the following platforms today: +

+ This is very exciting news because the last versions for these platforms could not be build at all lately. The Randa Meetings 2016 was the base for this success which has been accomplished by various platform teams and the KMyMoney developers in a joint effort.

Thanks to all of you who made this happen.

The KMyMoney Development Team

\ No newline at end of file diff --git a/_posts/2017-09-28-kmymoney-4-8-1-released.md b/_posts/2017-09-28-kmymoney-4-8-1-released.md new file mode 100644 index 0000000..88177fa --- /dev/null +++ b/_posts/2017-09-28-kmymoney-4-8-1-released.md @@ -0,0 +1,8 @@ +--- +title: ' KMyMoney 4.8.1 released + ' +date: 2017-09-28 00:00:00 +layout: post +--- + +

KMyMoney version 4.8.1 is now available. This version contains about 70 fixes for several bugs and a few implemented feature requests. See here for a short list. For a full list of the changes please check out the changelog.

Please note that this release does not contains any translated documentation, which affects Linux/Unix platform. Translated documentation will be available in release 4.8.1.1.

Binary packages are available from related Linux distributions and for 32 and 64 bit Windows from the KDE download mirror network.

The KMyMoney Development Team

\ No newline at end of file diff --git a/_posts/2017-12-26-kmymoney-4-8-1-1-released.md b/_posts/2017-12-26-kmymoney-4-8-1-1-released.md new file mode 100644 index 0000000..41a2909 --- /dev/null +++ b/_posts/2017-12-26-kmymoney-4-8-1-1-released.md @@ -0,0 +1,10 @@ +--- +title: ' KMyMoney 4.8.1.1 released + ' +date: 2017-12-26 00:00:00 +layout: post +--- + +

KMyMoney version 4.8.1.1 is now available. + This version contains updated translations for several languages. Due to delays in the translation work, the translations for this version are + unfortunally not complete for a few languages. We ask for your understanding.

Binary packages are available from related Linux distributions and for 32 and 64 bit Windows from the KDE download mirror network.

We highly recommend upgrading to 4.8.1.1.

The KMyMoney Development Team

\ No newline at end of file diff --git a/_posts/2018-01-08-kmymoney-5-0-release-plan.md b/_posts/2018-01-08-kmymoney-5-0-release-plan.md new file mode 100644 index 0000000..38ee54e --- /dev/null +++ b/_posts/2018-01-08-kmymoney-5-0-release-plan.md @@ -0,0 +1,17 @@ +--- +title: ' KMyMoney 5.0 release plan + ' +date: 2018-01-08 00:00:00 +layout: post +--- + +

The KMyMoney development team recently announced the timeline for the long awaited KMyMoney 5.0 release. The dates are as follows: +

+ The required Alkimia 7.0 package has been released over the last weekend.

The KMyMoney Development Team

\ No newline at end of file diff --git a/_posts/2018-02-06-kmymoney-5-0-0-released.md b/_posts/2018-02-06-kmymoney-5-0-0-released.md new file mode 100644 index 0000000..79109cd --- /dev/null +++ b/_posts/2018-02-06-kmymoney-5-0-0-released.md @@ -0,0 +1,8 @@ +--- +title: ' KMyMoney 5.0.0 released + ' +date: 2018-02-06 00:00:00 +layout: post +--- + +

KMyMoney version 5.0.0 is now available.

Please take a look at the release notes before installing.

The KMyMoney Development Team

\ No newline at end of file diff --git a/_posts/2018-03-19-kmymoney-5-0-1-released.md b/_posts/2018-03-19-kmymoney-5-0-1-released.md new file mode 100644 index 0000000..2dbdb45 --- /dev/null +++ b/_posts/2018-03-19-kmymoney-5-0-1-released.md @@ -0,0 +1,8 @@ +--- +title: ' KMyMoney 5.0.1 released + ' +date: 2018-03-19 00:00:00 +layout: post +--- + +

KMyMoney version 5.0.1 is now available.

Please take a look at the release notes before installing.

The KMyMoney Development Team

\ No newline at end of file diff --git a/_posts/2018-06-01-kmymoney-4-8-2-released.md b/_posts/2018-06-01-kmymoney-4-8-2-released.md new file mode 100644 index 0000000..39a251d --- /dev/null +++ b/_posts/2018-06-01-kmymoney-4-8-2-released.md @@ -0,0 +1,10 @@ +--- +title: ' KMyMoney 4.8.2 released + ' +date: 2018-06-01 00:00:00 +layout: post +--- + +

KMyMoney version 4.8.2 for Windows 7 SP1 or newer is now available. This version contains 20 bug fixes and a few implemented feature requests. + For a full list of the changes please check out the changelog.

This release supports 29 languages (bs ca ca@valencia cs da de el en_GB es et eu fi fr gl hu it kk nds nl pl pt pt_BR ro ru sk sv tr uk zh_TW) + and the documentation is available in 11 languages (en_US de es et fr it nl pt pt_BR sv uk) - many thanks to the translation teams for their efforts.

Binary packages are available from related Linux distributions and for 32 and 64 bit Windows from the KDE download mirror network.

The KMyMoney Development Team

\ No newline at end of file diff --git a/_posts/2018-11-04-kmymoney-5-0-2-released.md b/_posts/2018-11-04-kmymoney-5-0-2-released.md new file mode 100644 index 0000000..af76ce8 --- /dev/null +++ b/_posts/2018-11-04-kmymoney-5-0-2-released.md @@ -0,0 +1,8 @@ +--- +title: ' KMyMoney 5.0.2 released + ' +date: 2018-11-04 00:00:00 +layout: post +--- + +

KMyMoney version 5.0.2 is now available.

Please take a look at the release notes before installing.

The KMyMoney Development Team

\ No newline at end of file diff --git a/_posts/2019-01-11-kmymoney-5-0-0-5-0-2-show-a-backward-compatibility-problem.md b/_posts/2019-01-11-kmymoney-5-0-0-5-0-2-show-a-backward-compatibility-problem.md new file mode 100644 index 0000000..2fa72b8 --- /dev/null +++ b/_posts/2019-01-11-kmymoney-5-0-0-5-0-2-show-a-backward-compatibility-problem.md @@ -0,0 +1,11 @@ +--- +title: ' KMyMoney 5.0.0-5.0.2 show a backward compatibility problem + ' +date: 2019-01-11 00:00:00 +layout: post +--- + +

Today the development team discovered a backward compatibility problem that affects customized reports of the + Information group. If you upgrade from earlier versions of the application, your customization will partially get lost + as soon as you save the file with the 5.0 version. All other report types are not affected by this problem. The team + is working on a solution which will be made available with KMyMoney 5.0.3. Unfortunately, there is no workaround.

For details, please take a look at the respective bug tracker entry.

The KMyMoney Development Team

\ No newline at end of file diff --git a/_posts/2019-01-27-kmymoney-5-0-3-released.md b/_posts/2019-01-27-kmymoney-5-0-3-released.md new file mode 100644 index 0000000..e06affc --- /dev/null +++ b/_posts/2019-01-27-kmymoney-5-0-3-released.md @@ -0,0 +1,8 @@ +--- +title: ' KMyMoney 5.0.3 released + ' +date: 2019-01-27 00:00:00 +layout: post +--- + +

KMyMoney version 5.0.3 is now available.

Please take a look at the release notes before installing.

The KMyMoney Development Team

\ No newline at end of file diff --git a/_posts/2019-02-04-kmymoney-4-8-3-released.md b/_posts/2019-02-04-kmymoney-4-8-3-released.md new file mode 100644 index 0000000..4036fa0 --- /dev/null +++ b/_posts/2019-02-04-kmymoney-4-8-3-released.md @@ -0,0 +1,9 @@ +--- +title: ' KMyMoney 4.8.3 released + ' +date: 2019-02-04 00:00:00 +layout: post +--- + +

KMyMoney version 4.8.3 for Windows 7 SP1 or newer is now available. This version contains more than 20 bug fixes. + For a full list of the changes please check out the changelog.

Binary packages for 32 and 64 bit Windows are available from the KDE download mirror network.

The KMyMoney Development Team

\ No newline at end of file diff --git a/_posts/2019-04-21-kmymoney-5-0-4-released.md b/_posts/2019-04-21-kmymoney-5-0-4-released.md new file mode 100644 index 0000000..3ebe279 --- /dev/null +++ b/_posts/2019-04-21-kmymoney-5-0-4-released.md @@ -0,0 +1,8 @@ +--- +title: ' KMyMoney 5.0.4 released + ' +date: 2019-04-21 00:00:00 +layout: post +--- + +

KMyMoney version 5.0.4 is now available.

Please take a look at the release notes before installing.

The KMyMoney Development Team

\ No newline at end of file diff --git a/_posts/2019-07-10-kmymoney-5-0-5-released.md b/_posts/2019-07-10-kmymoney-5-0-5-released.md new file mode 100644 index 0000000..aeef2ce --- /dev/null +++ b/_posts/2019-07-10-kmymoney-5-0-5-released.md @@ -0,0 +1,8 @@ +--- +title: ' KMyMoney 5.0.5 released + ' +date: 2019-07-10 00:00:00 +layout: post +--- + +

KMyMoney version 5.0.5 is now available.

Please take a look at the release notes before installing.

For a full list of the changes please check out the changelog

.

The KMyMoney Development Team

\ No newline at end of file diff --git a/_posts/2019-08-13-kmymoney-4-8-4-released.md b/_posts/2019-08-13-kmymoney-4-8-4-released.md new file mode 100644 index 0000000..41be3e9 --- /dev/null +++ b/_posts/2019-08-13-kmymoney-4-8-4-released.md @@ -0,0 +1,9 @@ +--- +title: ' KMyMoney 4.8.4 released + ' +date: 2019-08-13 00:00:00 +layout: post +--- + +

KMyMoney version 4.8.4 for Windows is now available. This version contains several bug fixes and a few implemented feature requests. + For a full list of the changes please check out the changelog.

Binary packages for 32 and 64 bit Windows are available from the KDE download mirror network

The KMyMoney Development Team

diff --git a/_posts/2019-08-18-kmymoney-5-0-6-released.md b/_posts/2019-08-18-kmymoney-5-0-6-released.md new file mode 100644 index 0000000..e1a382a --- /dev/null +++ b/_posts/2019-08-18-kmymoney-5-0-6-released.md @@ -0,0 +1,14 @@ +--- +title: ' KMyMoney 5.0.6 released + ' +date: 2019-08-18 00:00:00 +layout: post +--- + +KMyMoney version 5.0.6 is now available. + +Please take a look at the release notes before installing. + +For a full list of the changes please check out the changelog + +The KMyMoney Development Team diff --git a/_posts/2019-09-22-kmymoney-5-0-7-released.md b/_posts/2019-09-22-kmymoney-5-0-7-released.md new file mode 100644 index 0000000..b46be2c --- /dev/null +++ b/_posts/2019-09-22-kmymoney-5-0-7-released.md @@ -0,0 +1,15 @@ +--- +title: 'KMyMoney 5.0.7 released' +date: 2019-09-22 00:00:00 +layout: post +--- + +KMyMoney version 5.0.7 is now available. It provides online banking access according to the new PSD2 regulations. + +Please take a look at the release notes before installing. + +For a full list of the changes please check out the changelog. + +Binary packages for 32 and 64 bit Windows are available from the KDE download mirror network. + +The KMyMoney Development Team diff --git a/appimage.md b/appimage.md new file mode 100644 index 0000000..ad09a27 --- /dev/null +++ b/appimage.md @@ -0,0 +1,20 @@ +--- +title: "the BEST Personal Finance Manager for FREE Users, full stop." +layout: page +--- + +# How to install and use the AppImage version? + +For Linux users, who want to use a newer version than is available in their distro repository, we offer an AppImage version which reflects the current stable version including the latest fixes. It is build on a daily basis straight from the source. + +Here's how you install and run it: + +* Download the file from [https://binary-factory.kde.org/job/KMyMoney_Stable_Appimage_Build/](https://binary-factory.kde.org/job/KMyMoney_Stable_Appimage_Build/) to any location you like. + +* Change into the directory where you downloaded the file. + +* Make the file executable with `chmod +x name-of-downloaded-file`. + +* Execute the file with `name-of-downloaded-file`. + +For the very adventurous Linux user, there is an AppImage with the latest development version at [https://binary-factory.kde.org/job/KMyMoney_Nightly_Appimage_Build/](https://binary-factory.kde.org/job/KMyMoney_Nightly_Appimage_Build/). diff --git a/appimage.php b/appimage.php deleted file mode 100644 index 65e476b..0000000 --- a/appimage.php +++ /dev/null @@ -1,31 +0,0 @@ - - -

How to install and use the AppImage version?

- -

-For Linux users, who want to use a newer version than is available in their distro repository, we offer an AppImage version which reflects the current stable version including the latest fixes. It is built on a daily basis straight from the source. -

-

-Here's how you install and run it: -

- - - - -

-For the very adventurous Linux user, there is an AppImage with the latest development version at https://binary-factory.kde.org/job/KMyMoney_Nightly_Appimage_Build/. -

- - diff --git a/assets/img/App-image-logo.svg b/assets/img/App-image-logo.svg new file mode 100644 index 0000000..7ed5a4a --- /dev/null +++ b/assets/img/App-image-logo.svg @@ -0,0 +1,78 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/assets/img/app_icon.png b/assets/img/app_icon.png new file mode 100644 index 0000000..8831c89 Binary files /dev/null and b/assets/img/app_icon.png differ diff --git a/assets/img/appimage.svg b/assets/img/appimage.svg new file mode 100644 index 0000000..7ed5a4a --- /dev/null +++ b/assets/img/appimage.svg @@ -0,0 +1,78 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/assets/img/ark.svg b/assets/img/ark.svg new file mode 100644 index 0000000..1214394 --- /dev/null +++ b/assets/img/ark.svg @@ -0,0 +1,46 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/assets/img/git.svg b/assets/img/git.svg new file mode 100644 index 0000000..409cd0a --- /dev/null +++ b/assets/img/git.svg @@ -0,0 +1,24 @@ + +image/svg+xml \ No newline at end of file diff --git a/assets/img/macOS.svg b/assets/img/macOS.svg new file mode 100644 index 0000000..1a4fcdd --- /dev/null +++ b/assets/img/macOS.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/assets/img/tux.png b/assets/img/tux.png new file mode 100644 index 0000000..bdc5b1d Binary files /dev/null and b/assets/img/tux.png differ diff --git a/assets/img/windows.svg b/assets/img/windows.svg new file mode 100644 index 0000000..5cfe4e5 --- /dev/null +++ b/assets/img/windows.svg @@ -0,0 +1,72 @@ + + + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/build.php b/build.html similarity index 89% rename from build.php rename to build.html index e781d71..8bb0729 100644 --- a/build.php +++ b/build.html @@ -1,161 +1,161 @@ - +--- +title: The KMyMoney project on KDE CI +layout: page +---

The build status on KDE CI

Stable Qt5

-

Alkimia

+

Alkimia

LinuxWindowsFreeBSD
-

KMyMoney

+

KMyMoney

- - + +
LinuxWindowsFreeBSD
LinuxWindowsFreeBSD
- + - + - +

Development Qt5

-

Alkimia

+

Alkimia

LinuxWindowsFreeBSD

KMyMoney

Coverty static code analysis
Coverity Scan Build Status
 
LinuxWindowsFreeBSD

Nightly Package Builds (stable)

Windows MSVCWindows MinGWMacOSAppImage

Nightly Package Builds (unstable)

Windows MSVCWindows MinGWMacOSAppImage
diff --git a/changelog.md b/changelog.md new file mode 100644 index 0000000..768625e --- /dev/null +++ b/changelog.md @@ -0,0 +1,23 @@ +--- +layout: page +title: Changelog +css-include: /css/main.css +sorted: 2 +--- + +{% assign sorted = site.changelogs | sort: 'sorted' %} +{% assign reverse = sorted | reverse %} +{% assign changelogs_size = changelogs.size %} + +{% if changelogs_size == 0 %} + No changelog available. +{% endif %} + +{% for changelog in reverse %} + +## [{{ changelog.title }}]({{ changelog.url }}) + +{{ changelog.content | markdownify }} + +{% endfor %} + diff --git a/css/main.scss b/css/main.scss new file mode 100644 index 0000000..5c0c5ae --- /dev/null +++ b/css/main.scss @@ -0,0 +1,31 @@ +--- +# Only the main Sass file needs front matter (the dashes are enough) +--- + +@charset "utf-8"; + +@import "download.scss"; +@import "home.scss"; + +@media (min-width: 768px) { + .kAppInfo a, .kAppInfo video, .kAppInfo-content, .kTeamMember { + flex: 1 0; + } +} + +.kAppInfo a, .kAppInfo video { + width: 100%; + height: auto; + margin: 15px; +} + +.kAppInfo img { + min-width: 100%; + height: auto; + margin: 0; +} +.kTeamMember img { + margin-left: 15%; + box-shadow: 4px 4px 4px #808080; +} + diff --git a/documentation.md b/documentation.md new file mode 100644 index 0000000..467619f --- /dev/null +++ b/documentation.md @@ -0,0 +1,39 @@ +--- +title: The KMyMoney user manuals +layout: page +--- + +The user manuals are hosted by [docs.kde.org](https://docs.kde.org). + +[KMyMoney (en)](https://docs.kde.org/stable5/en/extragear-office/kmymoney/index.html) [ (pdf)](https://docs.kde.org/stable5/en/extragear-office/kmymoney/kmymoney.pdf) + +[KMyMoney (de)](https://docs.kde.org/stable5/de/extragear-office/kmymoney/index.html) [ (pdf)](https://docs.kde.org/stable5/de/extragear-office/kmymoney/kmymoney.pdf) + +[KMyMoney (es) (outdated)](https://docs.kde.org/stable4/es/extragear-office/kmymoney/index.html) + + + +[KMyMoney (et) (outdated)](https://docs.kde.org/stable4/et/extragear-office/kmymoney/index.html) + + +[KMyMoney (fr)](https://docs.kde.org/stable4/fr/extragear-office/kmymoney/index.html) +[ (pdf) (outdated)](https://docs.kde.org/stable4/fr/extragear-office/kmymoney/kmymoney.pdf) + +[KMyMoney (it)](https://docs.kde.org/stable5/it/extragear-office/kmymoney/index.html) +[ (pdf)](https://docs.kde.org/stable5/it/extragear-office/kmymoney/kmymoney.pdf) + +[KMyMoney (nl)](https://docs.kde.org/stable5/nl/extragear-office/kmymoney/index.html) +[ (pdf)](https://docs.kde.org/stable5/nl/extragear-office/kmymoney/kmymoney.pdf) + +[KMyMoney (pt)](https://docs.kde.org/stable4/pt/extragear-office/kmymoney/index.html) +[ (pdf) (outdated)](https://docs.kde.org/stable4/pt/extragear-office/kmymoney/kmymoney.pdf) + +[KMyMoney (pt_BR)](https://docs.kde.org/stable5/pt_BR/extragear-office/kmymoney/index.html) +[ (pdf)](https://docs.kde.org/stable5/pt_BR/extragear-office/kmymoney/kmymoney.pdf) + +[KMyMoney (sv)](https://docs.kde.org/stable5/sv/extragear-office/kmymoney/index.html) +[ (pdf)](https://docs.kde.org/stable5/sv/extragear-office/kmymoney/kmymoney.pdf) + +[KMyMoney (uk)](https://docs.kde.org/stable5/uk/extragear-office/kmymoney/index.html) +[ (pdf)](https://docs.kde.org/stable5/uk/extragear-office/kmymoney/kmymoney.pdf) + diff --git a/documentation.php b/documentation.php deleted file mode 100644 index 165b711..0000000 --- a/documentation.php +++ /dev/null @@ -1,42 +0,0 @@ - - -

The user manuals are hosted by docs.kde.org.

-KMyMoney (en) - (pdf)
- -KMyMoney (de) - (pdf)
- -KMyMoney (es) (outdated) -
- -KMyMoney (et) (outdated) -
- -KMyMoney (fr) - (pdf) (outdated)
- -KMyMoney (it) - (pdf)
- -KMyMoney (nl) - (pdf)
- -KMyMoney (pt) - (pdf) (outdated)
- -KMyMoney (pt_BR) - (pdf)
- -KMyMoney (sv) - (pdf)
- -KMyMoney (uk) - (pdf)
- - diff --git a/download.md b/download.md new file mode 100644 index 0000000..8356fef --- /dev/null +++ b/download.md @@ -0,0 +1,74 @@ +--- +layout: page +title: Download +sources: + - name: Linux + icon: /assets/img/tux.png + description: > +

+ KMyMoney is already available on majority of Linux distriutions. You + can install it from the KDE Software Center. +

+ - name: AppImage + icon: /assets/img/appimage.svg + description: > +

+ For Linux users, who want to use a newer version than is available + in their distro repository, we offer an AppImage version which reflects + the current stable version including the latest fixes. It is build on a + daily basis straight from the source. +

+

+ Installation instructions can be found in the + AppImage page +

+ - name: Windows + icon: /assets/img/windows.svg + description: > + KMyMoney is available for Windows. An `.exe` can be found on our + [download server](https://download.kde.org/stable/kmymoney/5.0.6/). + This is a cross compiled and includes KBanking, Gpg2 and translations. + + We also provide two preview builds: + [Windows MSVC 64bit](https://binary-factory.kde.org/job/KMyMoney_Nightly_win64/) and + [Windows MinGW](https://binary-factory.kde.org/job/KMyMoney_Nightly_mingw64/). + - name: macOS + icon: /assets/img/macOS.svg + description: > + Nightly release of KMyMoney are available for macOS. An old version is also available + in [MacPorts](https://www.macports.org/ports.php?by=name&substr=kmymoney). + - name: Release Sources + icon: /assets/img/ark.svg + description: > + You can find KMyMoney latest stable realease + here and + installation instructions in the + + KDE TechBase wiki. + - name: Git + icon: /assets/img/git.svg + description: > + The KMyMoney Git repository can be viewed in the + KDE Git web + browser. + + To clone KMyMoney use: + + git clone git://anongit.kde.org/kmymoney.git +--- + +

Download

+ + +{% for source in page.sources %} + + + + + + + +{% endfor %} +
+ {{ source.name }} + {{ source.name }}
{{ source.description | markdownify }}
diff --git a/faq.md b/faq.md new file mode 100644 index 0000000..30b78d1 --- /dev/null +++ b/faq.md @@ -0,0 +1,246 @@ +--- +title: "Frequently Asked Questions" +layout: page +questions: + - question: "How do I compile from Git?" + answer: > + [Our "Installing From Git" page](https://techbase.kde.org/Projects/KMyMoney#Installation) + contains all the information about compiling and installing from Git. + + - question: "Where do I find some more information about OFX parameters?" + answer: > + Here are some external sources which might give your more information: + [ofxblog](http://ofxblog.wordpress.com/) and [ofxhome](http://www.ofxhome.com/). + + - question: "Why is a transaction shown in red and how can I get rid of the color?" + answer: | + The transaction is shown in red if parts of the amount are not categorized. + This is most commonly caused by importing a QIF or OFX file or by downloading + statement data online. + + So all you have to do is to modify the transaction such that + the whole amount of the transaction is assigned to + categories. + + - question: "Why does the QIF import choke on a wrong date format?" + answer: | + The QIF specification does not specify a definite format for + dates. Several different formats are used and the format is + selected by the source of your QIF file (e.g. your bank). In + order to cope with many different date formats, KMyMoney + provides 'QIF profiles'. Each profile allows to customize + KMyMoney to accept the input data format chosen by the + originator of the QIF file. + + With respect to dates, KMyMoney supports m/d/y as well as + d/m/y formats. 2 digit year info as well as 4 digit year info + is also supported. For 2 digit year info some institutions use + an apostrophe to identify a certain range of years. Within the + date tab of the QIF profile editor you can also select the + behaviour of KMyMoney in case of such an apostrophe. + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Date FormatMeaning
%yyidentifies two digit year info
%yyyyidentifies four digit year info
%midentifies a numeric month (1-12)
%mmmidentifies a short month name (e.g. Jan, Feb)
%didentifies a numeric day (1-31)
+
+ + Example: If you see a date of 21/3\'03 in your records, + select the '%d/%m/%yy' setting. It does not matter if you have + a / or an ' preceeding the years. Therfore, '%d/%m%yy' would be + the wrong format. If your bank sends you this file for the year + 2003 then you probably want to set the apostrophe handling to + '2000-2099'. Then the above record would be interpreted to + carry the '21st of March 2003' as it's date. + + If you picked the wrong date format in the QIF profile, + KMyMoney cannot correctly interpret the data and shows error + messages. The default in this case is to use today's date. + + - question: When I start KMyMoney I get a "Malformed URL" error. What's wrong? + answer: > + Usually the reason for this is that you didn't run `make install` + as root. This step actually copies all of the icons, + and other files needed by KMyMoney to run properly. If you did + run this, make sure you passed the correct prefix to + `configure` at the beginning of your compile. + + - question: > + I have mistyped the name of a payee and want to change it + in all transaction. Is there a global search/replace? + + answer: > + There is no global search and replace function in KMyMoney. + Nevertheless, it is easy to change a payees name: select the + Payees view and search the entry with the name you want to + change. Enter the new name. Since the transactions only use a + reference to the payees record, all transactions now show the + new name. + + - question: Why is there no translation for 'my' language" + answer: > + Most likely, the reason is that no one has offered to + translate it yet. Translating KDE/QT-based applications is very + simple, and does not require any programming skills. If you + would like to translate KMyMoney into your language, please + post a message to the [KMyMoney](mailto:kmymoney-devel@kde.org), + and we will give you the details on how you can easily provide + a translation for us. + + - question: When I compile from source, all the icons show up as missing. What did I do wrong? + answer: > + Usually the reason for this is that you didn't run 'make + install' as root. This step actually copies all of the icons, + and other files needed by KMyMoney to run properly. If you did + run this, make sure you passed the correct prefix to + 'configure' at the beginning of your compile. + + - question: How can I use distcc to help speed up compilation of KMyMoney, or other KDE (C++) applications? + answer: | + distcc is a tool + developed from the Samba team to help distribute compiling of + applications on multiple machines at once. You have to set up + distcc on each machine that you want to compile on, and distcc + takes care of distributing the compile tasks to all of the + various machines. + An article at ibm.com is what got me started, and cut down + my compile times by a factor of 8. + + After I first installed distcc, I couldn\'t get the distributed + compiling to work. I stumbled upon this post + in the gentoo forums which told me how to get distcc to work + with C++ applications. After I created the /usr/bin/dist++ + shell script, (and performing an \'export CXX=dist++\'), the next + time I ran make on KMyMoney, it was being compiled on two + machines. + + My compile with distcc was about 8 times as fast as compiling + just on my local machine. My local machine is a Athlon XP 1700, + 512 MB ram. Compiling with just the local machine took 17m51s + after running make clean on my current codebase. I added my + second computer, a 2.4 GHz Celeron, with 384 MB ram, and the + compile time shrank to 2m45s. + + Another useful link on this topic is at OSNews.com. + + - question: 'Speaking of names: where did the "2" come from? Is it KMyMoney or KMyMoney2?' + answer: > + The name of the app is KMyMoney. The "2" is historical + legacy from when the project went from KDE 1 to KDE 2. You can + search the mailing list archive for more details. + + - question: The Git version is broken! What do I do now? + answer: | + Usually the reason for this is that one of the developers + made a change to the code that requires a clean reconfigure. + Please run a \'git pull --rebase\' to update your local repository. + + After following these steps carefully, if there is still a + problem compiling, please write the KMyMoney + Developers List and send in the failed output of + "make". + + - question: > + Accounts and categories show a total + balance of 0.00 which is wrong. What's going on here? + answer: | + This is a design problem in the 0.8 branch which has been + fixed in the current development version. It will show + the total of the account and all its sub-ordinate accounts + when the entry in the tree is collapsed. If the entry is + expanded, the value shown will be the one of the account + without the sub-oridinate accounts included. + + Due to design reasons, the fix cannot easily be backported + to the 0.8 branch. + + - question: Will KMymoney work on my X/Ubuntu desktop? + answer: > + It will work, but you will have to install the `basic KDE libraries` + first, as Xubuntu comes with Gnome libraries by default. If you want + to install from Git, you should install build-essential and + kdelibs4-dev. The second one will install a ton of other + KDE-related packages. + + - question: How do I configure file encryption on Windows ? + answer: > + KMyMoney on Windows uses an embedded copy of GPG to support file encryption. + To create a new gpg key pair open a command shell in the bin directory + of the kmymoney installation and run: gpg2 --gen-key. Then, in kmymoney + settings dialog, enter encryption tab, enable encryption support and choose the + just generated gpg key. Now you are ready to save to an encrypted file and load from it. + For additional gpg key management see [here](https://www.gnupg.org/gph/de/manual/x193.html). + + - question: How can I report a bug? + answer: > + You can report a bug here. + You can also browse the [mailing list](https://mail.kde.org/pipermail/kmymoney-devel/) + to search for previous discussions of similar bugs. + +--- + +# FAQ + +Hopefully this page will answer many of the questions a first +time user may have as well as answering many common problems +encountered while building and running KMyMoney. + +## Questions + +{% for question in page.questions %} ++ [{{ question.question }}](#{{forloop.index}}) +{% endfor %} + +## Answers + +{% for question in page.questions %} + +### {{ question.question }} + +{{ question.answer|markdonify}} +{% endfor %} + + +## Anything else? + +If you have a question that is not answered on this FAQ, please +don't hesitate to post it on the [KMyMoney Developers List](mailto:kmymoney-devel@kde.org), +the [KMyMoney Users List](mailto:kmymoney@kde.org) or the +[KMyMoney Forum](https://forum.kde.org/viewforum.php?f=69) and we will try to +answer you as soon as possible. + + diff --git a/faq.php b/faq.php deleted file mode 100644 index 124fc6d..0000000 --- a/faq.php +++ /dev/null @@ -1,211 +0,0 @@ - -

Hopefully this page will answer many of the questions a first -time user may have as well as answering many common problems -encountered while building and running KMyMoney.

- -addQuestion("How do I compile from Git?", 'Our "Installing From Git" page -contains all the information about compiling and installing -from Git.', "question1"); - -$faq->addQuestion("Where do I find some more information about OFX parameters?", 'Here are some external sources which might give your more information: -ofxblog and -ofxhome.', "question2"); - -$faq->addQuestion("Why is a transaction shown in red and how can I get rid of the -color?", 'The transaction is shown in red if parts of the amount are not categorized. -This is most commonly caused by importing a QIF or OFX file or by downloading -statement data online. -So all you have to do is to modify the transaction such that -the whole amount of the transaction is assigned to -categories.', "question3"); - -$faq->addQuestion("Why does the QIF import choke on a -wrong date format?", 'The QIF specification does not specify a definite format for -dates. Several different formats are used and the format is -selected by the source of your QIF file (e.g. your bank). In -order to cope with many different date formats, KMyMoney -provides \'QIF profiles\'. Each profile allows to customize -KMyMoney to accept the input data format chosen by the -originator of the QIF file.

- -

With respect to dates, KMyMoney supports m/d/y as well as -d/m/y formats. 2 digit year info as well as 4 digit year info -is also supported. For 2 digit year info some institutions use -an apostrophe to identify a certain range of years. Within the -date tab of the QIF profile editor you can also select the -behaviour of KMyMoney in case of such an apostrophe.

- -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Date FormatMeaning
%yyidentifies two digit year info
%yyyyidentifies four digit year info
%midentifies a numeric month (1-12)
%mmmidentifies a short month name (e.g. Jan, Feb)
%didentifies a numeric day (1-31)
-
- -

Example: If you see a date of 21/3\'03 in your records, -select the \'%d/%m/%yy\' setting. It does not matter if you have -a / or an \' preceeding the years. Therfore, \'%d/%m%yy\' would be -the wrong format. If your bank sends you this file for the year -2003 then you probably want to set the apostrophe handling to -\'2000-2099\'. Then the above record would be interpreted to -carry the \'21st of March 2003\' as it\'s date.

- -

If you picked the wrong date format in the QIF profile, -KMyMoney cannot correctly interpret the data and shows error -messages. The default in this case is to use today\'s date.', "question4"); - -$faq->addQuestion("When I start KMyMoney I get a -\"Malformed URL\" error. What's wrong?", 'Usually the reason for this is that you didn\'t run \'make -install\' as root. This step actually copies all of the icons, -and other files needed by KMyMoney to run properly. If you did -run this, make sure you passed the correct prefix to -\'configure\' at the beginning of your compile.', "question5"); - -$faq->addQuestion("I have mistyped the name of a payee -and want to change it in all transaction. Is there a global -search/replace?", 'There is no global search and replace function in KMyMoney. -Nevertheless, it is easy to change a payees name: select the -Payees view and search the entry with the name you want to -change. Enter the new name. Since the transactions only use a -reference to the payees record, all transactions now show the -new name.', "question6"); - -$faq->addQuestion("Why is there no translation for 'my' -language", 'Most likely, the reason is that no one has offered to -translate it yet. Translating KDE/QT-based applications is very -simple, and does not require any programming skills. If you -would like to translate KMyMoney into your language, please -post a message to the KMyMoney -Developers List, and we will give you the details on how -you can easily provide a translation for us.', "question7"); - -$faq->addQuestion("When I compile from source, all the -icons show up as missing. What did I do wrong?", "Usually the reason for this is that you didn't run 'make -install' as root. This step actually copies all of the icons, -and other files needed by KMyMoney to run properly. If you did -run this, make sure you passed the correct prefix to -'configure' at the beginning of your compile.", "question9"); - -$faq->addQuestion("How can I use distcc to help speed -up compilation of KMyMoney, or other KDE (C++) -applications?", 'distcc is a tool -developed from the Samba team to help distribute compiling of -applications on multiple machines at once. You have to set up -distcc on each machine that you want to compile on, and distcc -takes care of distributing the compile tasks to all of the -various machines. -An article at ibm.com is what got me started, and cut down -my compile times by a factor of 8.

- -

After I first installed distcc, I couldn\'t get the distributed -compiling to work. I stumbled upon this post -in the gentoo forums which told me how to get distcc to work -with C++ applications. After I created the /usr/bin/dist++ -shell script, (and performing an \'export CXX=dist++\'), the next -time I ran make on KMyMoney, it was being compiled on two -machines.

- -

My compile with distcc was about 8 times as fast as compiling -just on my local machine. My local machine is a Athlon XP 1700, -512 MB ram. Compiling with just the local machine took 17m51s -after running make clean on my current codebase. I added my -second computer, a 2.4 GHz Celeron, with 384 MB ram, and the -compile time shrank to 2m45s.

-

Another useful link on this topic is at OSNews.com.', "question10"); - -$faq->addQuestion("The Git version is broken! What do I do -now?", 'Usually the reason for this is that one of the developers -made a change to the code that requires a clean reconfigure. -Please run a \'git pull --rebase\' to update your local repository.

- -

After following these steps carefully, if there is still a -problem compiling, please write the KMyMoney -Developers List and send in the failed output of -"make".', "question11"); - -$faq->addQuestion('Speaking of names: where did the -"2" come from? Is it KMyMoney or KMyMoney2?', 'The name of the app is KMyMoney. The "2" is historical -legacy from when the project went from KDE 1 to KDE 2. You can -search the mailing list archive for more details.', "question12"); - -$faq->addQuestion("Accounts and categories show a total -balance of 0.00 which is wrong. What's going on here?", "This is a design problem in the 0.8 branch which has been -fixed in the current development version. It will show -the total of the account and all its sub-ordinate accounts -when the entry in the tree is collapsed. If the entry is -expanded, the value shown will be the one of the account -without the sub-oridinate accounts included.

-Due to design reasons, the fix cannot easily be backported -to the 0.8 branch.", "question13"); - -$faq->addQuestion("Will KMymoney work on my X/Ubuntu desktop?", 'It will work, but you will have to install the basic KDE libraries -first, as Xubuntu comes with Gnome libraries by default. If you want -to install from Git, you should install build-essential and kdelibs4-dev. The second one will install a ton of other KDE-related packages.' -, "question14"); - -$faq->addQuestion("How do I configure file encryption on Windows ?", -"KMyMoney on Windows uses an embedded copy of GPG to support file encryption. -To create a new gpg key pair open a command shell in the bin directory -of the kmymoney installation and run: gpg2 --gen-key. Then, in kmymoney -settings dialog, enter encryption tab, enable encryption support and choose the -just generated gpg key. Now you are ready to save to an encrypted file and load from it. -For additional gpg key management see here.", "question14"); - -$faq->addQuestion('How can I report a bug?', 'You can report a bug here. -You can also browse the mailing list archive to search for previous discussions of similar bugs.', "question15"); - -$faq->show(); - -?> - -

Anything else?

-

- If you have a question that is not answered on this FAQ, please - don't hesitate to post it on the KMyMoney - Developers List, the KMyMoney Users List - or the KMyMoney Forum - and we will try to answer you as soon as possible. -

- - diff --git a/images/screenshots/investement_wizard.webm b/images/screenshots/investement_wizard.webm new file mode 100644 index 0000000..fc5c714 Binary files /dev/null and b/images/screenshots/investement_wizard.webm differ diff --git a/images/screenshots/large/kmm1.png b/images/screenshots/large/kmm1.png index 5fb02a6..e74b295 100644 Binary files a/images/screenshots/large/kmm1.png and b/images/screenshots/large/kmm1.png differ diff --git a/images/screenshots/large/kmm10.png b/images/screenshots/large/kmm10.png index d6b85f5..c2503af 100644 Binary files a/images/screenshots/large/kmm10.png and b/images/screenshots/large/kmm10.png differ diff --git a/images/screenshots/large/kmm11.png b/images/screenshots/large/kmm11.png index 06f3271..12168b0 100644 Binary files a/images/screenshots/large/kmm11.png and b/images/screenshots/large/kmm11.png differ diff --git a/images/screenshots/large/kmm12.png b/images/screenshots/large/kmm12.png index e6d1a80..0905eae 100644 Binary files a/images/screenshots/large/kmm12.png and b/images/screenshots/large/kmm12.png differ diff --git a/images/screenshots/large/kmm13.png b/images/screenshots/large/kmm13.png index 38b8f22..5c9a01c 100644 Binary files a/images/screenshots/large/kmm13.png and b/images/screenshots/large/kmm13.png differ diff --git a/images/screenshots/large/kmm14.png b/images/screenshots/large/kmm14.png index 8346d7b..3f0bac1 100644 Binary files a/images/screenshots/large/kmm14.png and b/images/screenshots/large/kmm14.png differ diff --git a/images/screenshots/large/kmm15.png b/images/screenshots/large/kmm15.png index af539b0..87abf44 100644 Binary files a/images/screenshots/large/kmm15.png and b/images/screenshots/large/kmm15.png differ diff --git a/images/screenshots/large/kmm16.png b/images/screenshots/large/kmm16.png index c71059d..bf8abd1 100644 Binary files a/images/screenshots/large/kmm16.png and b/images/screenshots/large/kmm16.png differ diff --git a/images/screenshots/large/kmm17.png b/images/screenshots/large/kmm17.png index b480cfd..f6a792c 100644 Binary files a/images/screenshots/large/kmm17.png and b/images/screenshots/large/kmm17.png differ diff --git a/images/screenshots/large/kmm18.png b/images/screenshots/large/kmm18.png index b9cac7c..7d6a791 100644 Binary files a/images/screenshots/large/kmm18.png and b/images/screenshots/large/kmm18.png differ diff --git a/images/screenshots/large/kmm19.png b/images/screenshots/large/kmm19.png index 57f5802..e2d17b2 100644 Binary files a/images/screenshots/large/kmm19.png and b/images/screenshots/large/kmm19.png differ diff --git a/images/screenshots/large/kmm2.png b/images/screenshots/large/kmm2.png index 6fdbc7b..1330f46 100644 Binary files a/images/screenshots/large/kmm2.png and b/images/screenshots/large/kmm2.png differ diff --git a/images/screenshots/large/kmm21.png b/images/screenshots/large/kmm21.png index 41c6620..8cec146 100644 Binary files a/images/screenshots/large/kmm21.png and b/images/screenshots/large/kmm21.png differ diff --git a/images/screenshots/large/kmm22.png b/images/screenshots/large/kmm22.png index f6fcdaa..43e0790 100644 Binary files a/images/screenshots/large/kmm22.png and b/images/screenshots/large/kmm22.png differ diff --git a/images/screenshots/large/kmm24.png b/images/screenshots/large/kmm24.png index 052122b..bac2222 100644 Binary files a/images/screenshots/large/kmm24.png and b/images/screenshots/large/kmm24.png differ diff --git a/images/screenshots/large/kmm25.png b/images/screenshots/large/kmm25.png index 609b9aa..958fe91 100644 Binary files a/images/screenshots/large/kmm25.png and b/images/screenshots/large/kmm25.png differ diff --git a/images/screenshots/large/kmm26.png b/images/screenshots/large/kmm26.png index a74c418..d520c73 100644 Binary files a/images/screenshots/large/kmm26.png and b/images/screenshots/large/kmm26.png differ diff --git a/images/screenshots/large/kmm27.png b/images/screenshots/large/kmm27.png index f5913d6..077a1f3 100644 Binary files a/images/screenshots/large/kmm27.png and b/images/screenshots/large/kmm27.png differ diff --git a/images/screenshots/large/kmm28.png b/images/screenshots/large/kmm28.png index 0826327..05fee91 100644 Binary files a/images/screenshots/large/kmm28.png and b/images/screenshots/large/kmm28.png differ diff --git a/images/screenshots/large/kmm29.png b/images/screenshots/large/kmm29.png index 29e8c33..a721756 100644 Binary files a/images/screenshots/large/kmm29.png and b/images/screenshots/large/kmm29.png differ diff --git a/images/screenshots/large/kmm3.png b/images/screenshots/large/kmm3.png index d2f7e8e..414c054 100644 Binary files a/images/screenshots/large/kmm3.png and b/images/screenshots/large/kmm3.png differ diff --git a/images/screenshots/large/kmm30.png b/images/screenshots/large/kmm30.png index c815043..371f95f 100644 Binary files a/images/screenshots/large/kmm30.png and b/images/screenshots/large/kmm30.png differ diff --git a/images/screenshots/large/kmm31.png b/images/screenshots/large/kmm31.png index 6f5fe10..04a0fb5 100644 Binary files a/images/screenshots/large/kmm31.png and b/images/screenshots/large/kmm31.png differ diff --git a/images/screenshots/large/kmm33.png b/images/screenshots/large/kmm33.png index 2320820..75f5ada 100644 Binary files a/images/screenshots/large/kmm33.png and b/images/screenshots/large/kmm33.png differ diff --git a/images/screenshots/large/kmm34.png b/images/screenshots/large/kmm34.png index 40692d6..27e853d 100644 Binary files a/images/screenshots/large/kmm34.png and b/images/screenshots/large/kmm34.png differ diff --git a/images/screenshots/large/kmm35.png b/images/screenshots/large/kmm35.png index e6b83a4..de5fccb 100644 Binary files a/images/screenshots/large/kmm35.png and b/images/screenshots/large/kmm35.png differ diff --git a/images/screenshots/large/kmm4.png b/images/screenshots/large/kmm4.png index d5ce414..2b21b10 100644 Binary files a/images/screenshots/large/kmm4.png and b/images/screenshots/large/kmm4.png differ diff --git a/images/screenshots/large/kmm5.png b/images/screenshots/large/kmm5.png index 7a4e46d..4a5dd1d 100644 Binary files a/images/screenshots/large/kmm5.png and b/images/screenshots/large/kmm5.png differ diff --git a/images/screenshots/large/kmm7.png b/images/screenshots/large/kmm7.png index 66fe2e5..ce25bca 100644 Binary files a/images/screenshots/large/kmm7.png and b/images/screenshots/large/kmm7.png differ diff --git a/images/screenshots/large/kmm9.png b/images/screenshots/large/kmm9.png index 6af1a30..5b30750 100644 Binary files a/images/screenshots/large/kmm9.png and b/images/screenshots/large/kmm9.png differ diff --git a/index.html b/index.html new file mode 100644 index 0000000..1c916d6 --- /dev/null +++ b/index.html @@ -0,0 +1,117 @@ +--- +title : "the BEST Personal Finance Manager for FREE Users, full stop." +layout: default +--- + + + + + + + +
+
+
+

Available on all major plateforms

+
+ + + +
+ Download +
+
+ +
+
+

What is KMyMoney?

+ +

+ KMyMoney is a cross-platform personal finance manager build on KDE frameworks technologies for your desktop and notebook environment. It enables users to keep careful track of their personal finances by providing a broad array of financial features and tools. +

+

+ The principal goals of the application are: +

+
+
+ +
+
+

Ease of use

+

+ KMyMoney strives to be the easiest open + source personal finance manager to use, especially for the + non-technical user. +

+
+
+ +
+
+

Familiarity

+

+ KMyMoney already provides the most important features found in + commercially-available personal finance managers and we are constantly + planning, testing and releasing new features to fit every task you'll + ever encounter. +

+
+
+ +
+
+

Accuracy

+

+ Using time-tested, double-entry accounting principles, KMyMoney can + help ensure that your finances are recorded as they should. +

+
+
+ +
+
+ {% include blog.html %} +
+
+
diff --git a/index.php b/index.php deleted file mode 100644 index aa1dee4..0000000 --- a/index.php +++ /dev/null @@ -1,100 +0,0 @@ - - -
- - - - -
- -
- - 4.7.2 for your Mac on MacPorts -
- 4.8.4 for your Windows PC -
- -

Preview versions

- Windows MSVC 64bit -
- Windows MinGW 64bit -
- Mac OS -
- Windows MinGW 32/64bit (cross compiled) -
- includes KBanking, Gpg2 and translations
-
-

Unstable versions

- Windows MinGW 32/64bit (cross compiled) -
- includes KBanking, Gpg2, PSD2 support. Build from git branch 5.0 with aqbanking and gwenhywfar snapshots
-
- - -
- -

-

Build status

-
- Development Qt5 -
- - KMyMoney -
- -
- - Alkimia -
- -
- - More ... - - - -

-
- -

The ultimate objectives of KMyMoney are...

- - - - - - RSS - - diff --git a/news.php b/news.php deleted file mode 100644 index 287c957..0000000 --- a/news.php +++ /dev/null @@ -1,13 +0,0 @@ - - -\"RSS\"/"; - kde_general_news("./news.rdf", 200, false); -?> - - diff --git a/news.rdf b/news.rdf deleted file mode 100644 index 8aafe8b..0000000 --- a/news.rdf +++ /dev/null @@ -1,625 +0,0 @@ - - - - - - - - KMyMoney News - https://kmymoney.org/ - The BEST Personal Finance Manager for FREE Users, full stop. - en-us - kmymoney-devel@kde.org - Copyright (c) 2001-2019 kmymoney.org Webmaster - - - KMyMoney 5.0.7 released - - 2019/09/22 - -

KMyMoney version 5.0.7 is now available. It provides online banking access according to the new PSD2 regulations.

-

Please take a look at the release notes before installing.

-

For a full list of the changes please check out the changelog

. -

The KMyMoney Development Team

-
-
- - - KMyMoney 5.0.6 released - - 2019/08/18 - -

KMyMoney version 5.0.6 is now available.

-

Please take a look at the release notes before installing.

-

For a full list of the changes please check out the changelog.

-

Binary packages for 32 and 64 bit Windows are available from the KDE download mirror network.

-

The KMyMoney Development Team

-
-
- - - KMyMoney 4.8.4 released - - 2019/08/13 - -

KMyMoney version 4.8.4 for Windows is now available. This version contains several bug fixes and a few implemented feature requests. - For a full list of the changes please check out the changelog.

-

Binary packages for 32 and 64 bit Windows are available from the KDE download mirror network.

-

The KMyMoney Development Team

-
-
- - - KMyMoney 5.0.5 released - - 2019/07/10 - -

KMyMoney version 5.0.5 is now available.

-

Please take a look at the release notes before installing.

-

For a full list of the changes please check out the changelog

. -

The KMyMoney Development Team

-
-
- - - KMyMoney 5.0.4 released - - 2019/04/21 - -

KMyMoney version 5.0.4 is now available.

-

Please take a look at the release notes before installing.

-

The KMyMoney Development Team

-
-
- - - KMyMoney 4.8.3 released - - 2019/02/04 - -

KMyMoney version 4.8.3 for Windows 7 SP1 or newer is now available. This version contains more than 20 bug fixes. - For a full list of the changes please check out the changelog.

-

Binary packages for 32 and 64 bit Windows are available from the KDE download mirror network.

-

The KMyMoney Development Team

-
-
- - - KMyMoney 5.0.3 released - - 2019/01/27 - -

KMyMoney version 5.0.3 is now available.

-

Please take a look at the release notes before installing.

-

The KMyMoney Development Team

-
-
- - - KMyMoney 5.0.0-5.0.2 show a backward compatibility problem - - 2019/01/11 - -

Today the development team discovered a backward compatibility problem that affects customized reports of the - Information group. If you upgrade from earlier versions of the application, your customization will partially get lost - as soon as you save the file with the 5.0 version. All other report types are not affected by this problem. The team - is working on a solution which will be made available with KMyMoney 5.0.3. Unfortunately, there is no workaround.

-

For details, please take a look at the respective bug tracker entry.

-

The KMyMoney Development Team

-
-
- - - KMyMoney 5.0.2 released - - 2018/11/04 - -

KMyMoney version 5.0.2 is now available.

-

Please take a look at the release notes before installing.

-

The KMyMoney Development Team

-
-
- - - KMyMoney 4.8.2 released - - 2018/06/01 - -

KMyMoney version 4.8.2 for Windows 7 SP1 or newer is now available. This version contains 20 bug fixes and a few implemented feature requests. - For a full list of the changes please check out the changelog.

-

This release supports 29 languages (bs ca ca@valencia cs da de el en_GB es et eu fi fr gl hu it kk nds nl pl pt pt_BR ro ru sk sv tr uk zh_TW) - and the documentation is available in 11 languages (en_US de es et fr it nl pt pt_BR sv uk) - many thanks to the translation teams for their efforts.

-

Binary packages are available from related Linux distributions and for 32 and 64 bit Windows from the KDE download mirror network.

-

The KMyMoney Development Team

-
-
- - - KMyMoney 5.0.1 released - - 2018/03/19 - -

KMyMoney version 5.0.1 is now available.

-

Please take a look at the release notes before installing.

-

The KMyMoney Development Team

-
-
- - - KMyMoney 5.0.0 released - - 2018/02/06 - -

KMyMoney version 5.0.0 is now available.

-

Please take a look at the release notes before installing.

-

The KMyMoney Development Team

-
-
- - - KMyMoney 5.0 release plan - - 2018/01/08 - -

The KMyMoney development team recently announced the timeline for the long awaited KMyMoney 5.0 release. The dates are as follows: -

    -
  • 2018-01-05: Create new stable branch 5.0 and inform kde-i18n-doc, Code freeze on 5.0 (only bug fixes from now on)
  • -
  • 2018-01-12: String-Freeze on 5.0 branch (ready for screenshots) and “What’s new” page must be finished too
  • -
  • 2018-01-26: Finish Release Notes compilation
  • -
  • 2018-02-02: Finish documentation (English) and UI translations
  • -
  • 2018-02-03: Tarball creation and tagging for 5.0.0
  • -
  • 2018-02-04: Release time for 5.0.0
  • -
- The required Alkimia 7.0 package has been released over the last weekend.

-

The KMyMoney Development Team

-
-
- - - KMyMoney 4.8.1.1 released - - 2017/12/26 - -

KMyMoney version 4.8.1.1 is now available. - This version contains updated translations for several languages. Due to delays in the translation work, the translations for this version are - unfortunally not complete for a few languages. We ask for your understanding.

-

Binary packages are available from related Linux distributions and for 32 and 64 bit Windows from the KDE download mirror network.

-

We highly recommend upgrading to 4.8.1.1.

-

The KMyMoney Development Team

-
-
- - - KMyMoney 4.8.1 released - - 2017/09/28 - -

KMyMoney version 4.8.1 is now available. This version contains about 70 fixes for several bugs and a few implemented feature requests. See here for a short list. For a full list of the changes please check out the changelog.

-

Please note that this release does not contains any translated documentation, which affects Linux/Unix platform. Translated documentation will be available in release 4.8.1.1.

-

Binary packages are available from related Linux distributions and for 32 and 64 bit Windows from the KDE download mirror network.

-

The KMyMoney Development Team

-
-
- - - KMyMoney goes cross platform - - 2016/06/15 - -

As a result of the development towards KDE Frameworks 5 (KF5), KMyMoney has been successfully build by the developers from a common source base on the following platforms today: -

    -
  • Linux (various distros) using GCC and CLANG
  • -
  • Mac OS X using CLANG
  • -
  • Microsoft Windows 7 using MSVC 2015.
  • -
- This is very exciting news because the last versions for these platforms could not be build at all lately. The Randa Meetings 2016 was the base for this success which has been accomplished by various platform teams and the KMyMoney developers in a joint effort.

-

Thanks to all of you who made this happen.

- -

The KMyMoney Development Team

-
-
- - - KMyMoney 4.8.0 released - - 2016/06/14 - -

KMyMoney version 4.8.0 is now available. This version contains fixes for several bugs, here is a short list: -

    -
  • Added support for online SEPA transactions
  • -
  • Added support for import from Weboob
  • -
  • Improved payee matching when importing transactions
  • -
  • Supports AqBanking versions 5.5.0 or later
  • -
  • Updated Brazilian account templates
  • -
  • When an account cannot be closed, a tooltip explains the reason
  • -
  • Categories no longer have opening date, which caused annoying errors - both during input and while running the consistency check
  • -
  • Do not inadvertently modify start date of schedules
  • -
  • Solved rounding problems causing reconciliation to fail and - investment transaction to show missing assignments of 0.00
  • -
  • Fixed some annoying consistency check errors
  • -
- The full list of solved issues can be viewed in KDE's issue tracker.

-

Thanks to the KDE translation teams the following new translations were added: documentation in Estonian.

- -

For a full list of the changes please check out the changelog. We highly recommend upgrading to 4.8.0.

-

The KMyMoney Development Team

-
-
- - - LibAlkimia 5.0.0 released - - 2015/12/01 - -

LibAlkimia version 5.0.0 was released in preparation for the release of KMyMoney version 4.8.0. This version contains build system updates and optimizations that will allow KMyMoney to run faster: -

    -
  • add support for newer versions of cmake (>=2.8.7)
  • -
  • use implicit sharing in AlkValue
  • -
-

For a full list of the changes please check out the changelog.

-

The KMyMoney Development Team

-
-
- - - KMyMoney 4.7.2 released - - 2015/04/25 - -

KMyMoney version 4.7.2 is now available. This version contains fixes for several bugs, here is a short list: -

    -
  • fix a crash in the transaction split editor
  • -
  • added the monetary symbol of the Turkish lira
  • -
  • matching restrictions on an already imported transaction were removed
  • -
- The full list of solved issues can be viewed in KDE's issue tracker.

- -

Thanks to the KDE translation teams the following new translations were added: documentation in Italian and application translation in Slovak, Turkish and Simplified Chinese

- -

If you are using AqBanking to place transactions with your bank and want to contribute to the availability of this feature in KMyMoney please contact the developers or build git master to give it a try.

- -

For a full list of the changes please check out the changelog. We highly recommend upgrading to 4.7.2.

-

The KMyMoney Development Team

-
-
- - - KMyMoney 4.7.1 released - - 2014/11/01 - -

KMyMoney version 4.7.1 is now available. This version contains fixes for several bugs, here is a short list: -

    -
  • fix ledger context menu triggering with multiple selection on Windows
  • -
  • fix setting all amounts to zero while editing multiple transactions
  • -
  • zero valued transactions can be entered again just like in 4.6.x
  • -
  • fix the currency conversion dialog for really big/small conversion rates
  • -
  • fix investment transaction unassigned value errors in some cases
  • -
- A more complete list of changes can be found in KDE's issue tracker.

- -

If you are still using 4.6.x to import your transactions and consider - upgrading to 4.7.1 please note that transaction matching will take the - payee into consideration. This means that payee matching rules might - need to be setup to get matching working a expected.

- -

For a full list of the changes please check out the changelog. We highly recommend upgrading to 4.7.1.

-

The KMyMoney Development Team

-
-
- - - KMyMoney 4.7.0 released - - 2014/10/01 - -

It's been over 3 years since the last feature release is out on the street. During that time, many new features were added and many bugs were fixed. The team has decided it's time to get on the path to another stable release.

-

KMyMoney version 4.7.0 is now available for download. It is KMyMoney 4.8 Beta - 1, only suitable for advanced users willing to help us stabilize and iron out the upcoming stable version.

-

Your help is important. Please download it, use it, and help us find issues to make a great release. Keep in mind that this version will still bark your dog away. Make extensive backups before using it.

-

Our plan is to have a stable version ready in December. You can find the schedule here.

-

Some of the highlights since the latest feature version are: -

    -
  • Revamped CSV import plugin
  • -
  • New Tags feature
  • -
  • Oxygen is now the default icon set
  • -
  • For OFX imports, application ID can be entered manually now
  • -
  • Many fixes in the import and online banking modules
  • -
  • Performance improvements
  • -
  • Many fixes for multi-platform issues
  • -
-

-

For a full list of the changes please check out the changelog.

-

The KMyMoney Development Team

-
-
- - - KMyMoney Live Windows installer available - - 2014/08/25 - -

We are pleased to announce the immediate availability of the first installer - from the live build series for Windows KMyMoney version 4.6.90-cdd451fe35. A live build package is - created directly from the sources in git master available at that moment.

-

Notes about this package:

-
    -
  • it will only run on Windows 7 or newer version
  • -
  • it uses KDE 4.12.5 and Qt 4.8.6
  • -
  • it does not yet contain translations
  • -
  • GPG works with gpg4win out of the box
  • -
  • as with previous versions it does not contain the HBCI KBanking plugin because AqBanking's build system is autotools based making it hard to build using MSVC
  • -
  • the OFX import plugin is available
  • -
  • as with previous versions the Finance::Quote module will only work if you install perl (with the Finance::Quote module) separately
  • -
  • it will be periodically updated as issues are fixed
  • -
-

If you currently use KMyMoney on Windows there is no need to uninstall your current version since this version will install in it's own folder and will have it's own shortcut by default. Just remember, the newer version extends the stored information in the data file (like tags) so when switching back to the old version this new extra information (tags), that the old version knows nothing about, will be lost.

-

If you find the new version useful feel free to use it on a daily basis since it will be receiving regular updates.

-

The KMyMoney Development Team

-
-
- - - KMyMoney 4.6.6 released - - 2014/06/20 - -

KMyMoney version 4.6.6 is now available. A build problem was found in the previous version 4.6.5 and a new version was issued to fix it.

-

sha254sum of the file is 2b9e70a157ce270ab337d981145b3a79aa4533c7daadcca426299dfcd0a9d06d.

-

The KMyMoney Development Team

-
-
- - - KMyMoney 4.6.5 released - - 2014/06/18 - -

KMyMoney version 4.6.5 is now available. This version contains fixes for online imports using Quicken 2011 compatibility.

-

We have added latest Quicken versions, to be able to continue using online imports with those banks that dropped support for deprecated Quicken versions.

-

For a full list of the changes please check out the changelog. We only recommend upgrading if you have been having problems importing statements from your bank lately.

-

The KMyMoney Development Team

-
-
- - - KMyMoney 4.6.4 Windows installer released - - 2013/10/06 - -

We are pleased to announce the immediate availability of the KMyMoney 4.6.4 standalone installer for Windows.

-

The package contains:
- KMyMoney 4.6.4 (all available languages)
- KDE 4.10.5

-

Notes about this version:

-
    -
  • it fixes IME (input method editor) related crashes
  • -
  • the availability of the local user manual was fixed
  • -
  • as with previous versions the Finance::Quote module will only work if you install perl (with the Finance::Quote module) separately
  • -
-

As with the other versions KMyMoney 4.6.4 can be installed in a separate directory and tested. But make sure that the KDE platform services of older versions are stopped by issuing the following command

-
C:\Program Files\KMyMoney\bin\kdeinit4.exe --shutdown"
-

We highly recommend it over the previous 4.6.3 version since it's based on an improved KDE platform and a fixed version of KMyMoney. If you are happy with it you can safely remove the previous installation (make sure that you keep your data file).

-
-
- - - KMyMoney 4.6.4 released - - 2013/10/05 - -

After more than a year from the last bugfix release the KMyMoney development team is pleased to announce the immediate availability of KMyMoney version 4.6.4. This version contains a few fixes for bugs found in 4.6.3.

-

Here is a list of the most important changes since the last stable release:

-
    -
  • Fixed the interaction with input method editors #320579, #272393 and #272631
  • -
  • Fixed a crash after editing a security #309105
  • -
  • The 'Use system colors' setting was made a default setting #309010
  • -
  • Fixed the rendering of a ledger entry when the ledger does not have focus
  • -
  • Fixed the persitency of some header settings like in the 'Investments' view #310260
  • -
  • Fixed a crash when OFX update is cancelled while waiting for KWallet #281728
  • -
  • Fixed a crash cause by a transaction with an empty postdate #310265
  • -
  • Fixed a possible crash while mapping an OFX account #296681
  • -
  • Added definition for new Azerbaijani Manat #307774
  • -
  • Fixed the category selection actions in the find transactions dialog #313874
  • -
-

For a full list of the changes please check out the changelog. We highly
- recommend upgrading to 4.6.4 as soon as possible.

-

The KMyMoney Development Team

-
-
- - - KMyMoney installer for Windows - - 2013/01/21 - -

We are happy to announce the release of a standalone installer for Windows of KMyMoney version 4.6.3. For a while now the latest version that was available on Windows was 4.6.2. Since we took over the packaging of the application on Windows with the help of the KDE on Windows project we will be able to provide the latest stable release once we release a source tarball.

-

The package contains:
- KMyMoney 4.6.3 (all available languages)
- KDE 4.8.5

-

Please note that the application is far from being thoroughly tested on this platform so please report any issues you find. We are counting on the community of KMyMoney users on Windows to fix issues that are specific to this platform. Don't forget to use the backup feature (without checking the 'mount' flag).

-

Please take care of these steps before trying to report a crash of the application.

-

Known issues of this version:

-
    -
  • the local user manual is not yet available (there is an online version)
  • -
  • the Finance::Quote module will only work if you install perl (with the Finance::Quote module) separately
  • -
-

If you were already using version 4.6.2 on Windows you can install 4.6.3 in a different directory try it, and if you are happy with it you can safely remove the previous installation (make sure that you keep your data file).

-

The KMyMoney Development Team

-
-
- - - KMyMoney 4.6.3 released - - 2012/09/10 - -

The KMyMoney Team is pleased to announce the immediate availability of KMyMoney version 4.6.3. This version contains quite a few fixes for bugs found in 4.6.2 since it was released seven months ago.

-

Here is a list of the most important changes since the last stable release:

-
    -
  • The online statement balance is highlighted if it's different from current file balance
  • -
  • Correct the post date of the opening balance transaction when the opening date of the account changes
  • -
  • The header state (adjusted column sizes) is now always restored correctly
  • -
  • Can be built with Qt 4.8 without patching KDChart
  • -
  • Fix a crash on opening SQLite databases
  • -
  • MZN as new Mozambique Metical as well as an entry for MZM as the old Mozambique Metical were added
  • -
  • Attempt to reconnect to the database (once) on accidental disconnects
  • -
  • Allow the creation of 'Equity' accounts when "Show equity accounts" is checked
  • -
  • In the 'Find transactions' dialog trigger a search when return is pressed and there is text entered in the filter
  • -
  • Reports related fixes
  • -
  • Fixed a large minimum ledger size when using some fonts
  • -
  • Fixed SQL sintax in a certain usecase
  • -
  • CSV importer plugin related fixes
  • -
-
-
- - - KMyMoney 4.6.2 released - - 2012/02/04 - -

The KMyMoney Team is pleased to announce the immediate availability of KMyMoney version 4.6.2. This version contains quite a few fixes for bugs found in 4.6.1 since it was released three months ago.

-

Here is a list of the most important changes since the last stable release:

-
    -
  • OFX files with UTF-8 data can now be imported correctly
  • -
  • Fix displaying the 'Enter/Skip schedule' action icons in the homepage on Windows
  • -
  • Fixed the initial size of the schedule entry dialog in some use cases
  • -
  • Fixed a hang in reports in some scenarios
  • -
  • Fixed some Finance::Quote related problems on Windows
  • -
  • Allow editing the memo of multiple transactions
  • -
  • Fix schedule handling
  • -
  • Make the QIF import on Windows usable
  • -
  • Fix GnuCash file import
  • -
  • Improve item navigation using the keyboard
  • -
  • Scheduled transactions can now be correctly skipped or ignored when automatic entry is enabled
  • -
  • Fix the budgets that somehow still reference invalid accounts
  • -
-

For a full list of the changes please check out the changelog. We highly recommend upgrading to 4.6.2 as soon as possible. We would also recommend packagers to endorse this version as their latest stable version of KMyMoney due to the number of fixes available vs. 4.5.3. During this bugfix cycle a new release of libalkimia was also made available.

-
-
- - - KMyMoney 4.6.1 released - - 2011/11/06 - -

The KMyMoney Team is pleased to announce the immediate availability of KMyMoney version 4.6.1. This version contains several fixes for bugs found in 4.6.0 since it was released three months ago.

-

Here is a list of the most important changes since the last stable release:

-
    -
  • fixed schedules moved to the next processing day
  • -
  • fixed a crash with an uncaught exception when closing the current file before a GNUCash import
  • -
  • fixed the split window redraw when resizing
  • -
  • fixed a crash caused by an invalid budget
  • -
  • fixed a crash when deleting an account
  • -
  • the date can now be modified when editing multiple transactions
  • -
  • the balance in the payees view is now computed correctly even if the payee has transactions with different currencies
  • -
-

We highly recommend upgrading to 4.6.1 as soon as possible.

-
-
- - - KMyMoney 4.6.0 released - - 2011/18/11 - -

We are happy to announce the release of KMyMoney version 4.6.0, the next stable version, after 11 months of development from the first release of the 4.5 series.

-

Some of the highlights since the latest stable version:

-
    -
  • New CSV import plugin
  • -
  • The application is translated in 36 languages (Bosnian and Uyghur added)
  • -
  • The user documentation is available in 7 languages (French translation added)
  • -
  • Many fixes for the OS X and Windows platform
  • -
  • Performance improvements (although we know there's still work to do in this regard)
  • -
  • Many fixes in the import and online banking modules
  • -
  • Over 100 bugs have been fixed since the latest bugfix release alone
  • -
  • Since the OFX institution listing service run by Microsoft (TM) stopped working, we switched to the service run on www.ofxhome.com which is provided on a voluntarily basis by Jesse Liesch. With his support it was easy to make the switch in KMyMoney
  • -
  • Added Serbian Dinar as a standard currency
  • -
  • Allow entering an interest rate with three decimal places when editing a loan
  • -
  • Improved wording when transaction editing is canceled by selecting another transaction in the ledger
  • -
  • Make FID an optional field during definition of an OFX account mapping
  • -
  • Allow to base the payee name from either the PAYEEID, NAME or MEMO field in an OFX transaction
  • -
-
-
- - - Stable release for KDE platform 4 - - 2010/08/16 - -

The KMyMoney is pleased to announce the release of a stable version for KDE Platform 4. With over 15 months of development, this new version is the starting point of a new series of KMyMoney versions to leverage the stellar features offered by the KDE Platform.

-

Throughout this effort, our focus has been to maintain feature-parity with previous versions, maintaining and improving the high level of quality that your personal financial data deserve. This version has gone through an intensive testing, allowing us to find and fix many bugs and improve the usability of the application.

-

Along the way, we did manage to add some new features:

-
    -
  • Better documentation
  • -
  • Works with the latest version of AqBanking
  • -
  • Improved usability of the online banking features
  • -
  • Uses KWallet to store online banking passwords
  • -
  • The consistency checks runs automatically before saving your data, it now checks for a wider range of problems, and it automatically corrects many of them.
  • -
  • Runs in all operating systems supported under KDE
  • -
-

For the last year, our team has been fully committed to release this version. Now, we will continue to make KMyMoney the best personal finance manager by leveraging all features provided by the KDE Platform, and also improving the integration with other applications via Alkimia, the nascent framework of the KDE Finance applications group. Expect interesting features coming your way soon!

-
-
- - - KMyMoney announces release candidate for KDE4 - - 2010/05/19 - -

After a year of hard work on a version for the KDE platform 4, the KMyMoney team is happy to announce the immediate availability of the first release candidate. Unlike previous versions, this one is recommended for general use. The feedback provided by previous beta releases makes us confident that it is as stable and rock-solid as previous stable versions.

-

Throughout this effort, our focus has been to maintain feature-parity compared to the KDE3 stable version. We know that many of you keep using KDE3 for the sole purpose of running KMyMoney, so we devised a plan to produce a version for KDE4 as fast as possible and at the same time keep the high level of quality that your financial data deserves. If you upgrade to this new version and you notice no changes, other than some style eye-candy here and there, we can say we fulfilled our goal.

-

Over the last 5 months, 4 beta versions were released, putting our developers, translators, packagers, and those of you brave enough to test it, under a big stress. This has payed off, allowing us to uncover much of the strength and weakness of this new platform, and even finding bugs in the current stable version.

-

This release candidate is not the end, but an important milestone in that plan. The final milestone will be the release of a final stable version together with KDE SC 4.5 in August. After that, we'll point our efforts to add new features and get the best out of this new platform.

-

We did manage to add some new features along the way:

-
    -
  • Works with the latest version of AqBanking
  • -
  • Runs in all operating systems supported by KDE
  • -
  • Runs natively on the KDE4 platform
  • -
  • The documentation is better, even if we know it still needs more work
  • -
-

A lot of effort has gone into finding and fixing bugs. However, we need your feedback to make the stable release the best ever. Please try it and let us know if you find errors, a missing feature or even just annoyances.

-

Feel free to open reports on https://bugs.kde.org and assign them to the project called 'kmymoney'.

-

At the same time, we provide a maintenance release for the stable KDE3 code. Version 1.0.5 includes fixes to bugs we found during the development of the KDE4 version and which we simply backported

-

Thank you!

-
-
- - - KMyMoney second beta for KDE4 now available - - 2010/02/15 - -

The KMyMoney Team is proud to announce the immediate availability of version 3.96 of KMyMoney. This is the second beta release for the KDE4 platform, - after only 1 and a half month of hard work, stabilizing and fixing bugs found during the first beta release.

-

This version is still considered beta and not recommended for general use. As with the previous version, the intention is to get feedback from the - community and find those issues that are not immediately apparent.

-

Some of the improvements included in this release are:

-
    -
  • Compatibility with KDE SC 4.4, after an unfortunate bug in our previous release that made it impossible to compile in that setup
  • -
  • Better integration with the Qt4 version of AqBanking, and an arrangement with AqBanking to have the Qt4 version more easily available
  • -
  • Integration with KDE Calendar libraries, for a better local holiday support
  • -
  • Improved handling of GPG-related errors
  • -
  • The main view now has three different navigation modes: the traditional left navigation bar, a tree, and tabbed windows
  • -
  • Charts have been improved and several features which were missing in the previous release have been added back, and some that were not present in the - KDE3 version
  • -
  • Over 30 bugs have been fixed for this release alone and only 8 bugs remain open at this point. We thank the community for the reports and we expect to - see more reports (and hopefully more fixes) after this release
  • -
  • Several custom widgets have been ported to be fully Qt4-native. This means not only an aesthetic improvement, but also a cleaner and more maintainable - code, which has already helped us solve some bugs along the way. Plans are already being laid out to extend this effort to all the remaining widgets in - subsequent releases
  • -
  • Better build management, thanks to the feedback provided by the packagers of many distributions and platforms
  • -
  • Documentation is now available in more languages (Italian, UK English, and Brazilian Portuguese, among others) and a Valencian Catalan translation is - available for the user interface
  • -
-

For this and coming releases, at least until hitting a stable version, we have adopted a quick release cycle, comprised of 4 weeks devoted to the big - changes and fixes, and 2 weeks to stabilizing and translating. We believe this will help us find bugs more quickly and improve the feedback, while still - having enough time to work on bugs and new features. This means you can expect a new release 6 weeks from now, unless a blocking issue gets in the way.

-
-
-
-
- diff --git a/people.php b/people.php deleted file mode 100644 index ee70bb2..0000000 --- a/people.php +++ /dev/null @@ -1,429 +0,0 @@ - - -

Who we are and what we do...

-
- - - - - - - - - - - - - - - - - - - - - - - - - -
-
-
-
- Thomas Baumgart -
-
-
-
Thomas Baumgart - project - administrator, maintainer, and developer.
- ipwizard at - users.sourceforge.net

- Open minded, solution oriented, helpful, eager to learn, - Thomas Baumgart started to work on the KMyMoney project mid - September of 2001. "I was on the hunt for a good M$-Money - replacement, which was the last application I was actively - using on M$-Windows." Shortly after 0.4. was delivered, - Thomas was elected a project admin and maintainer for this - project.
-
- Thomas rewrote most parts of the core engine (MyMoneyXXX) - objects and introduced the double entry accounting stuff. He also - rewrote the register code (ledger view), added - multi-currency support, GPG encryption and some widget - improvements. This all is now part of 0.8. "I would like to - see KMyMoney become as well known as some other KDE - programs like KMail, Kopete and others."
-
- Uses:
"I am mostly using openSUSE distros. Currently, I have - openSUSE Leap 42.2 on 64 bit. For - bug-hunting in KMyMoney I use VirtualBox based virtual machines and - load whatever is required. Also, I have already accessed a - FreeBSD machine of one of our users through the internet to - solve some problems."
-
-
-
- Ralf Habacker -
-
-
-
Ralf Habacker - Developer
ralf.habacker at freenet.de

- Ralf is a long term KDE contributor. He started in 1998 by - bringing the KDE desktop to the Windows environment. He is - the founder of the now retired KDE on Cygwin project and co-founder - of the KDE on Windows project.
-
- In 2009 he provided first patches for KMyMoney and committed - his first patch in 2010, again a Windows related issue. Since then - he worked on many ends of the KMyMoney project including bug fixes, - new features, the build system and adding features to the web-site - just to name a few. Ever since the team is working on the KF5 based - version he is actively maintaining KMyMoney's 4.8 branch.
-
- He started using the coverity static code analysis and builds - Windows releases on the openSUSE build service.
-
- Uses:
OpenSuse Leap/64 bit, Windows -
-
-
-
- Jack Ostroff -
-
-
-
Jack Ostroff - Documentation writer.
- ostroffjh at - users.sourceforge.net

- When Jack discovered KMyMoney, he noticed that the manual needed a bit - of work, and after asking a few questions on the mailing list, figured - out that if he wanted a decent manual, he'd have to do it himself. He - finds this kind of funny, since he really hates writing.
-
- Jack has been using computers in one form or another since about 1972, - the Internet (or something like it) and PCs since about 1980. He first - used Linux in the early 1990's. He dabbles in programming, and knows - many languages, the more obscure the better, but isn't very advanced in - any of them. He rarely wants to do anything the easy way, so he used - Linux from Scratch for several years, eventually settling on Gentoo - Linux and also using Artix Linux. - -
-
- Uses:
- Gentoo and Artix Linux
-

Inactive members of the KMyMoney Development Team

-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-
-
-
- Alvaro Soliverez -
-
-
-
Alvaro Soliverez - Developer
asoliverez at - users.sourceforge.net

- Alvaro has worked in the IT industry since 1997, doing anything from - application support to software development and project management. When he - switched to Linux in 2005, he became aware of KMyMoney. This was the last - application he was missing to make the final switch to a full GNU/Linux - environment. Having programmed in C at an early age and developed - in Java, he found his way around with Qt C++. He is also an activist in the local - Free Software community, helping others make the switch to Linux.
-
- He is currently the maintainer of forecast and reports, and moderator of the forum - and mailing lists. -
-
-
- Uses:
Kubuntu and Xubuntu 7.10
-
-
-
- Fernando Vilas -
-
-
-
Fernando Vilas - Developer
fvilas at - users.sourceforge.net

- - Fernando's interest in computers was inevitable after his parents found him trying to take apart - the family car -- as a toddler. He started using Slackware and FreeBSD as part of a school project - in 1997. Since then, as his taste in operating systems and programs matured he converted completely - to Slackware in 2002. He is striving to convert his entire family to Linux operating - systems -- under the threat he won't maintain their Windows boxes anymore.
-
- - He came across KMyMoney in search of a stable and Linux-friendly money management software. - Currently, he is working with Tony on the database backend. Once that is stable, he hopes - to add support for investment derivatives as well as a watch list for potential investments. - -
-
-
- Uses:
Laptop and Desktop - Slackware-current. Ancient Laptop - Xubuntu.
-
-
-
- Tony Bloomfield -
-
-
-
Tony Bloomfield - - Developer
tony at - users.sourceforge.net

- Tony is in early retirement, living in Berkshire, UK, about - 30 miles west of London. He worked for 35+ years as a - techie (anything from OS programming to database design) in - the IT business, using many languages on many different - mainframes. He last worked for Honeywell/Bull.
-
- Tony did the Gnucash importer for KMyMoney and now - continues to work on preparing the next stable release of - MyMoney. Future plans? "Writing file archiver, I - think."
-
-
-
- Uses:
Desktop with Suse9.3 64-bit.
- Laptop with Suse9.2 32-bit. Also has another OS on it, I - forget the name, something to do with panes...
-
-
-
- Robert Wadley -
-
-
-
Robert Wadley - Artist, Visual - Design
robntina at - users.sourceforge.net

- Rob is our artist/visual designer. He helped create the new - look and feel of KMyMoney, suggesting visual improvements - and creating the new default icon theme. He designed and - made the new website, and he helped with the user manual. - He also does all of the screenshots found on the website - and in the user manual.
-
- Rob also works as an artist for OpenOffice.org helping to - create the KDE crytal icons for the KDE integrated version - of that project. He has also done some icons which have - been included in KDE.
-
-
- Uses:
PCLinuxOS 9.1 "Unstable"
-
-
-
- Ian Neal -
-
-
-
Ian Neal - Developer
ianrsn70 at users.sourceforge.net

- Ian lives in the UK and has worked in IT since 1993, but first got - interested in programming in the early 80s whilst at school. Ian has - previously coded in Basic (BBC and Visual), XUL/JS and simple C++. -

- Ian has been contributing patches to KMyMoney since early 2009 and has done - work around making fuller use of adjusted dates and tapping into KDE's - pimlibs for processing day calendars. He also contributes to Mozilla - (Firefox, Thunderbird and SeaMonkey) and is a reviewer, module owner and - driver for the SeaMonkey project -

- -
-
-
- Uses:
Uses: Fedora, Sun Solaris, OS X and Windows
-
-
-
- Ace Jones -
-
-
-
Ace Jones - Developer
- acejones at - users.sf.net

- Ace has been a professional software developer since 1988. - He learned in 6502, moved to C, then finally discovered C++ - in 1994 and has been hooked ever since. He is also - knowledgeable in intellectual property, software - contracting, and various aspects of marketing. He is an - active developer of KMyMoney, libOFX and the KIO::Slave for - Creative Nomad Jukebox (kionjb).
-
- His contributions to KMyMoney include: Reports, Charts, OFX - importer, Online quotes, and the Anonymous file format. He - is also maintaining the QIF importer and acts as the User - documentation editor. Ace is fluent in all areas of KMM - except ledgers.
-
- Uses:
SuSE & Mandrake
-
-
-
- Cristian Onet -
-
-
-
Cristian Oneţ - Developer
onet.cristian at gmail.com

- Cristian is a young Romanian who came in touch with Open Source Software during his studies at - the Timișoara computer science faculty between 2002 and 2007. After spending some time with development in C for - embedded devices for the automotive industry, he now develops desktop applications for Windows using C++. -

- In 2007 he started using KMyMoney and joined the developer community a year later. Before he became - an official member of the team, Cristian developed a set of plugins for the application. - Nowadays, he's one of the driving people behind the KF5 port of KMyMoney. -

- -
-
-
- Uses:
Desktop - Gentoo Linux with KDE and VMs with varioius OSes
-
-
-
- Łukasz Wojniłowicz -
-
-
-
Łukasz Wojniłowicz - Developer
lukasz.wojnilowicz at gmail.com

- Łukasz joined the project around March 2016. At first, he reported a few bugs in the CSV Importer. - Then he provided patches via Phabricator - to fix them and finally rewrote the whole plug-in, making its code bug-free, readable and feature-rich. -

- Once these tasks were completed, he got his hands on fixing long standing and irritating bugs, such as rounding problem, - improper exchange rates. Besides, he implemented several features requested by users, for example, capital gains - report, total ROI; but also brought into life his own ideas, such as configurable Y-range for line charts, - prices improvements (price precision per security, online quotes for time range), icon themes, adding currencies. -
-
-
- Uses:
Desktop - Fedora
- diff --git a/plasmaMenu.inc b/plasmaMenu.inc deleted file mode 100644 index baae6b9..0000000 --- a/plasmaMenu.inc +++ /dev/null @@ -1,51 +0,0 @@ -addMenu("Home", "/", "red.icon.png", "#ff96af"); - $plasmaMenu->addMenuEntry("About KMyMoney", "index.php"); - $plasmaMenu->addMenuEntry("Install", "https://techbase.kde.org/Projects/KMyMoney#Installation"); - $plasmaMenu->addMenuEntry("News", "news.php"); - $plasmaMenu->addMenuEntry("Release notes", "release-notes.php"); - $plasmaMenu->addMenuEntry("Screenshots", "screenshots.php"); - $plasmaMenu->addMenuEntry("User compliments", "user-comments.php"); - $plasmaMenu->addMenuEntry("The Developers", "people.php"); - - $plasmaMenu->addMenu("Support", "support.php", "purple.icon.png", "#e285ff"); - $plasmaMenu->addMenuEntry("FAQ", "faq.php"); - $plasmaMenu->addMenuEntry("User's Manual", "documentation.php"); - $plasmaMenu->addMenuEntry("Mailing List","https://mail.kde.org/mailman/listinfo/kmymoney"); - $plasmaMenu->addMenuEntry("Forum", "https://forum.kde.org/viewforum.php?f=69"); - $plasmaMenu->addMenuEntry("IRC WebChat","http://webchat.freenode.net/?channels=kmymoney"); - $plasmaMenu->addMenuEntry("IRC Channel","irc://irc.freenode.net/kmymoney"); - $plasmaMenu->addMenuEntry("Report a Bug", "https://bugs.kde.org/enter_bug.cgi?product=kmymoney&format=guided"); - $plasmaMenu->addMenuEntry("Userbase Wiki", "https://userbase.kde.org/KMyMoney"); - $plasmaMenu->addMenuEntry("Recovery key", "recovery.php"); - - $plasmaMenu->addMenu("Community", "https://www.kde.org/community/", "green.icon.png", "#acff08"); - $plasmaMenu->addMenuEntry("About KDE", "https://www.kde.org/community/whatiskde/"); - $plasmaMenu->addSubMenuEntry("Software Compilation", "https://www.kde.org/community/whatiskde/softwarecompilation.php"); - $plasmaMenu->addSubMenuEntry("Project Management", "https://www.kde.org/community/whatiskde/management.php"); - $plasmaMenu->addSubMenuEntry("Development Model", "https://www.kde.org/community/whatiskde/devmodel.php"); - $plasmaMenu->addSubMenuEntry("Internationalization", "https://www.kde.org/community/whatiskde/i18n.php"); - $plasmaMenu->addSubMenuEntry("KDE e.V. Foundation", "https://ev.kde.org"); - $plasmaMenu->addSubMenuEntry("Free Qt Foundation", "https://www.kde.org/community/whatiskde/kdefreeqtfoundation.php"); - $plasmaMenu->addSubMenuEntry("History", "https://www.kde.org/community/whatiskde/../history/"); - $plasmaMenu->addSubMenuEntry("Awards", "https://www.kde.org/community/whatiskde/../awards/"); - $plasmaMenu->addSubMenuEntry("Press Contact", "https://www.kde.org/community/whatiskde/../../contact/"); - $plasmaMenu->addSubMenuEntry("Join The Game", "https://jointhegame.kde.org/"); - $plasmaMenu->addMenuEntry("Announcements", "https://www.kde.org/announcements/"); - $plasmaMenu->addMenuEntry("Events", "https://www.kde.org/events"); - $plasmaMenu->addMenuEntry("Get Involved", "https://community.kde.org/Get_Involved"); - $plasmaMenu->addMenuEntry("Donate", "https://www.kde.org/community/donations/"); - $plasmaMenu->addMenuEntry("Code Of Conduct", "https://www.kde.org/code-of-conduct/"); - $plasmaMenu->addMenuEntry("Press Page", "https://www.kde.org/presspage/"); - - $plasmaMenu->addMenu("Developer Resources", "", "gray.icon.png", "#aaa"); - $plasmaMenu->addMenuEntry("Developer Mailing List","https://mail.kde.org/mailman/listinfo/kmymoney-devel"); - $plasmaMenu->addMenuEntry("Git repository","https://cgit.kde.org/kmymoney.git"); - $plasmaMenu->addMenuEntry("Techbase Wiki","https://techbase.kde.org/Projects/KMyMoney"); - $plasmaMenu->addMenuEntry("Phabricator page","https://phabricator.kde.org/project/profile/167/"); - $plasmaMenu->addMenuEntry("API Docs", "https://api.kde.org/"); - $plasmaMenu->addMenuEntry("CI Status", "https://kmymoney.org/build.php"); - $plasmaMenu->addMenuEntry("Krazy Code Checker", "http://ebn.kde.org/krazy/reports/extragear/office/kmymoney/index.html"); - $plasmaMenu->addMenuEntry("Static Code analysis", "https://scan.coverity.com/projects/5215"); -?> diff --git a/plugins.html b/plugins.html deleted file mode 100644 index eb8d54a..0000000 --- a/plugins.html +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/recovery.md b/recovery.md new file mode 100644 index 0000000..063c658 --- /dev/null +++ b/recovery.md @@ -0,0 +1,109 @@ +--- +title: "The KMyMoney recovery key" +layout: page +--- + +# The KMyMoney recovery key + +KMyMoney has the ability to encrypt your data using GPG. +Besides using your own key for encryption, KMyMoney supports the +ability to encrypt your data with a recover key only available to the +core developers. + +This key will have no effect if you always have access to +your own key, but if you lose your key or the passphrase for +it, the KMyMoney recover key comes in handy as now the core +developers can help you to recover your financial data. The only +thing you have to do upfront is to encrypt your data with the +recover key. If you don't do that, There is nothing we can do to help you. + +**For the second time I received an email with a request for help to decrypt a +KMyMoney data encrypted with GPG where the user has lost his/her +GPG-Key(ring). Unfortunately, in both cases KMyMoney's recover key feature had not been +used and I could not recover the data.** If I had the ability to help in +these cases (without the recover key) it would mean that I can successfully +break any GPG encryption. Trust me, this is not the case. + +**The *only* thing that allows me to help a user in this situation is the +KMyMoney recover key.** Using this feature, you encrypt your data with your +key ***and*** the recover key. In case you lose yours, you can send me the +file and I can use the secret part of the recover key pair to decrypt it. +I will ask you some questions about the contents of the file to make sure +that the person who sends me the file is the legal owner of the file. You +will also have to provide me with your new (public) key, which I will use +to encrypt the file to send it back to you. This way, your data is never +travelling the internet in readable form. + +BTW: I encrypt my data using my own key (the same I use to sign all my +e-mails) and the recover key just for this purpose. I have stored a +printed copy of the recover key as well as a CD containing it in a safe at +my bank. This way, I can always reconstruct it and it is not getting lost. + +**Now, don't ever tell me you have not used the recover key feature... you +have been warned.** + +Import the key into your GPG keyring before you can use it +inside KMyMoney. Select encryption against this key in the +Security settings dialog. Save your data. That's it. + + + -----BEGIN PGP PUBLIC KEY BLOCK----- + Comment: http://www.net-bembel.de/ + + mQGiBEHZVEsRBADT6dNItEHaZjpa9OOZ24mbemfwrVbCzH1EuV6mE+7ID8yH37Va + B5chb3qg44nAc4GY8F9Y/mggTQsG/Lvp6fIj1ADFHygHxeyzr7rh323TLZqaDbkc + rTQX0mzOK1I1Crp8AaRu3+Rs6J6WMC94QcMBNYyRppg0AN4Hxi3aPdXggwCgjd7a + wlFkKK4tXubzoXDOH06HDT0EAITZQdcZvlRMXx3XI4B/Qll3hgN55OVVhrV+xY34 + E6XBFY1aaqLbussFCZOOcjUELymcD/eK/qt+mYLdkvmA0IYTk+W3E2NXvewphQuJ + X9h7kl5/Cvtm/0HLBIeRLEC4TVEruqc2ml7wni24HOC/Ez+vU4Zzk4HZVyS3akRl + xFnFBAC4fNyrupnWlWPd2UJNyggpd40rUYzy/yK+4W0b/3coHP1hOSFf1RBhhgC3 + D/W8QEAWnCih15IXNNI4om86Bz+p9cnoDVELIjeq5BvafpPGGkz84Z7YU1+q9Lhc + oXabxZdzI/dC6EjOLThqQL0J/xlRaDyfdWXlHA9Kpf58Qz8w17RJS015TW9uZXkg + ZW1lcmdlbmN5IGRhdGEgcmVjb3ZlcnkgPGtteW1vbmV5LXJlY292ZXJAdXNlcnMu + c291cmNlZm9yZ2UubmV0PohkBBMRAgAkBQJB2VRLAhsDBQkJZgGABgsJCAcDAgMV + AgMDFgIBAh4BAheAAAoJEFmw+CbSsIRATLUAoISpsD7HywfBRxxtTGcoCddFvyot + AJ9iFoySYwXVz6/Q8W9yqxEGCuhaBYhMBBMRAgAMBQJB2V9SBYMJZfZ5AAoJEJxZ + 20C3XdO6Ka4AoKV1dfZLAfs6IMjBdLlqK4yXwboyAJ4pzfrXOC+5EWnvLWr1jjbU + ceEkfYhGBBARAgAGBQJGin/0AAoJEDfVOyfVAUYWzbkAoLLFoH5qpTqX4DHqPLhA + DZhFHRa8AKDjCDTqbEUfMxHwvDol70rB616DqIhGBBARAgAGBQJHdE5/AAoJECm6 + cuUpyqIU1ZwAn0dsvIE+qLRYmTJT9vNNMS5oKviaAKC0ljkJDgf63LwYT8li+C8a + x1wYGIh7BBMRCgA7AhsDBgsJCAcDAgMVAgMDFgIBAh4BAheAFiEELhsZu95KmtO1 + G8QYWbD4JtKwhEAFAl3svxkFCSHf484ACgkQWbD4JtKwhEDr+ACcDE/KZJT/i+Mp + rkeqy2Uq8+g19vQAn2c6U33WhheIlManLouBiXtIV8ASiQEcBBABAgAGBQJGfULB + AAoJEHJCAEvq1TJwKTIH/05RnEECu63km8NZVx8H7CjVkl8jc+kg2xPfz6zdeV53 + fcdHKLrZJEbgdrCdSPg8iiMwD9dklw/o1I9USMcSypk6IUpTJoaK7NoFP+h2eoMT + 28HocWd4fhL/kS+Lz3yElD59ejLUtdmI7IoC6EcWnr4t4WoEkTtJ9BL8nDCyoeOt + kdBQpUsuLoO5tASg9Ydu/a3sLvxueQF006x1yfkcUw+xZ/WE62xIDV01yVXLZUw3 + xYaZI2Alye0qQ4PJk6nPQGgJArACbRfssERgbOAi9KneToMQmJ7UEkWH4UZz0zo+ + P7zns9JvHQ4o6NfcQUrQDdgq8OSVjp+NCK4IiR2apkWIRgQQEQgABgUCTFQy2AAK + CRDWp10Ysds7X33FAJ9Ip++rUruA6hPbV7TsEayh/Mg7iQCgh1QtLB7kh1TSWM/C + KEqGOdmbRnWIZAQTEQIAJAIbAwYLCQgHAwIDFQIDAxYCAQIeAQIXgAUCS0JB+AUJ + Es7vLQAKCRBZsPgm0rCEQMZZAJ93gkHTFoYpbx0nCc/pvXoLxLelUgCfTYrD9WUY + 6oSUihlTjEELz4DD+cOIZAQTEQIAJAIbAwYLCQgHAwIDFQIDAxYCAQIeAQIXgAUC + VDE/kgUJHDsrRwAKCRBZsPgm0rCEQMeCAKCMBK0zaqs2L23isA9or+BwIWh1NQCe + IWOSS+75n3moWF2eM71MVZIv1ji0N0tNeU1vbmV5IGVtZXJnZW5jeSBkYXRhIHJl + Y292ZXJ5IDxyZWNvdmVyQGtteW1vbmV5Lm9yZz6IgAQTEQoAQAIbAwcLCQgHAwIB + BhUIAgkKCwQWAgMBAh4BAheAFiEELhsZu95KmtO1G8QYWbD4JtKwhEAFAl3svxkF + CSHf484ACgkQWbD4JtKwhEAHSgCbBoRECStWV5od70Lu0Py4VpjTUF4AnRqEsr+9 + bM7xJMvoDO/tVE13nSLniEYEExECAAYFAlQxROIACgkQnFnbQLdd07olPgCgkHT6 + /bpLV3lqHy84MK/Drkk6ZlcAoNrTzg9BvRg4K+7U8GoTTPBqlJnYiGkEExECACkF + AlQxRKECGwMFCRw7K0cHCwkIBwMCAQYVCAIJCgsEFgIDAQIeAQIXgAAKCRBZsPgm + 0rCEQPzpAJ9hDz7is4YlUlQeyR3/xwPjto19pQCdElFQhAV9xFM6gIt042chQpkB + VcO5Ag0EQdlUVhAIANVkbMJOK9SPu/qJmU1NV+uOZni6uJUjm1nyLqkQPG0+Uv6A + Ykcd8jjAOjoXVboHglI2l/aACGhuO/EN9IUaK9BK0C+B1XDGKzyXy+Qudepq4y1Q + SHkaT63FMcHDtaOMff3i1qFBm4GLuQ5icllEHZjZgw8T0TUrOsgbRZsHajoqFmVB + KoFFvABigqqksNmPU2hcnveHURHg2oNFn3hIstchZJ9ntkeaBEXp+Y+shx2qBBTA + kWQEHlahwt0x4hFctWr0hCjVLnIcBQtGRK3jBQ413VZNGHlKBrt/436Sw8tgr3W6 + ws1ip/hzhEZpJq6JYeThKNnUScpzHRX3OuEHIp8AAwcH/Rw3xL0Y872XFxyLBAhS + xFutftFCaVYIEMdNXv9gkp6/sz/LLWXeiRBP4E2YuPYhxXTfZgm/so/Ceyk43hky + JqRvpHzQOwl3IuIQHplXv98JAWC7+Dtk9r9N783jlUaAoc3Z8TiKBIHJDcj3CbLm + rMZghyXAAnsUxv2FUMzKTq61JLWO33KlFa3q6k+FTWx8xUEb9TRjoHCSQmWmqLpo + cP0LH2eRY0CB4I0JrrZSYTZL/0YFfogFD1vM60bUDeQ3DZZPKWDTBuFiBgAbEiRc + NbiNkj/61V3Y7Sxp4nn4TTW9qClNYjyqAqepot7cXmeazgFnP+1PQ+vIqMDnNEQv + lxKITwQYEQIADwUCQdlUVgIbDAUJCWYBgAAKCRBZsPgm0rCEQKixAJwKc1lQN9f2 + IeWqe91qlv7NT4radACfXqgAN8VL3w2NuoCxpdQR6nWkdfOIZgQYEQoAJgIbDBYh + BC4bGbveSprTtRvEGFmw+CbSsIRABQJd7L+/BQkh3+RpAAoJEFmw+CbSsIRAW50A + n2EAldLeBkpIBhl6K6nghiX+5EEXAKCDAErqDWMCRdoBPDmmSjj3rqt6gg== + =TpDx + -----END PGP PUBLIC KEY BLOCK----- + diff --git a/recovery.php b/recovery.php deleted file mode 100644 index 4feb14e..0000000 --- a/recovery.php +++ /dev/null @@ -1,112 +0,0 @@ - - -

KMyMoney has the ability to encrypt your data using GPG. -Besides using your own key for encryption, KMyMoney supports the -ability to encrypt your data with a recover key only available to the -core developers.

- -This key will have no effect if you always have access to -your own key, but if you lose your key or the passphrase for -it, the KMyMoney recover key comes in handy as now the core -developers can help you to recover your financial data. The only -thing you have to do upfront is to encrypt your data with the -recover key. If you don't do that, There is nothing we can do to help you.

- -For the second time I received an email with a request for help to decrypt a -KMyMoney data encrypted with GPG where the user has lost his/her -GPG-Key(ring). Unfortunately, in both cases KMyMoney's recover key feature had not been -used and I could not recover the data. If I had the ability to help in these cases (without the recover key) it would mean that I can successfully break any GPG encryption. Trust me, this is not the case.

- -The only thing that allows me to help a user in this situation is the -KMyMoney recover key. Using this feature, you encrypt your data with your -key and the recover key. In case you lose yours, you can send me the -file and I can use the secret part of the recover key pair to decrypt it. -I will ask you some questions about the contents of the file to make sure -that the person who sends me the file is the legal owner of the file. You -will also have to provide me with your new (public) key, which I will use -to encrypt the file to send it back to you. This way, your data is never -travelling the internet in readable form.

- -BTW: I encrypt my data using my own key (the same I use to sign all my -e-mails) and the recover key just for this purpose. I have stored a -printed copy of the recover key as well as a CD containing it in a safe at -my bank. This way, I can always reconstruct it and it is not getting lost.

- -Now, don't ever tell me you have not used the recover key feature ... you -have been warned. - -

- -

Import the key into your GPG keyring before you can use it - inside KMyMoney. Select encryption against this key in the - Security settings dialog. Save your data. That's it.

-
-
------BEGIN PGP PUBLIC KEY BLOCK-----
-Comment: http://www.net-bembel.de/
-
-mQGiBEHZVEsRBADT6dNItEHaZjpa9OOZ24mbemfwrVbCzH1EuV6mE+7ID8yH37Va
-B5chb3qg44nAc4GY8F9Y/mggTQsG/Lvp6fIj1ADFHygHxeyzr7rh323TLZqaDbkc
-rTQX0mzOK1I1Crp8AaRu3+Rs6J6WMC94QcMBNYyRppg0AN4Hxi3aPdXggwCgjd7a
-wlFkKK4tXubzoXDOH06HDT0EAITZQdcZvlRMXx3XI4B/Qll3hgN55OVVhrV+xY34
-E6XBFY1aaqLbussFCZOOcjUELymcD/eK/qt+mYLdkvmA0IYTk+W3E2NXvewphQuJ
-X9h7kl5/Cvtm/0HLBIeRLEC4TVEruqc2ml7wni24HOC/Ez+vU4Zzk4HZVyS3akRl
-xFnFBAC4fNyrupnWlWPd2UJNyggpd40rUYzy/yK+4W0b/3coHP1hOSFf1RBhhgC3
-D/W8QEAWnCih15IXNNI4om86Bz+p9cnoDVELIjeq5BvafpPGGkz84Z7YU1+q9Lhc
-oXabxZdzI/dC6EjOLThqQL0J/xlRaDyfdWXlHA9Kpf58Qz8w17RJS015TW9uZXkg
-ZW1lcmdlbmN5IGRhdGEgcmVjb3ZlcnkgPGtteW1vbmV5LXJlY292ZXJAdXNlcnMu
-c291cmNlZm9yZ2UubmV0PohkBBMRAgAkBQJB2VRLAhsDBQkJZgGABgsJCAcDAgMV
-AgMDFgIBAh4BAheAAAoJEFmw+CbSsIRATLUAoISpsD7HywfBRxxtTGcoCddFvyot
-AJ9iFoySYwXVz6/Q8W9yqxEGCuhaBYhMBBMRAgAMBQJB2V9SBYMJZfZ5AAoJEJxZ
-20C3XdO6Ka4AoKV1dfZLAfs6IMjBdLlqK4yXwboyAJ4pzfrXOC+5EWnvLWr1jjbU
-ceEkfYhGBBARAgAGBQJGin/0AAoJEDfVOyfVAUYWzbkAoLLFoH5qpTqX4DHqPLhA
-DZhFHRa8AKDjCDTqbEUfMxHwvDol70rB616DqIhGBBARAgAGBQJHdE5/AAoJECm6
-cuUpyqIU1ZwAn0dsvIE+qLRYmTJT9vNNMS5oKviaAKC0ljkJDgf63LwYT8li+C8a
-x1wYGIh7BBMRCgA7AhsDBgsJCAcDAgMVAgMDFgIBAh4BAheAFiEELhsZu95KmtO1
-G8QYWbD4JtKwhEAFAl3svxkFCSHf484ACgkQWbD4JtKwhEDr+ACcDE/KZJT/i+Mp
-rkeqy2Uq8+g19vQAn2c6U33WhheIlManLouBiXtIV8ASiQEcBBABAgAGBQJGfULB
-AAoJEHJCAEvq1TJwKTIH/05RnEECu63km8NZVx8H7CjVkl8jc+kg2xPfz6zdeV53
-fcdHKLrZJEbgdrCdSPg8iiMwD9dklw/o1I9USMcSypk6IUpTJoaK7NoFP+h2eoMT
-28HocWd4fhL/kS+Lz3yElD59ejLUtdmI7IoC6EcWnr4t4WoEkTtJ9BL8nDCyoeOt
-kdBQpUsuLoO5tASg9Ydu/a3sLvxueQF006x1yfkcUw+xZ/WE62xIDV01yVXLZUw3
-xYaZI2Alye0qQ4PJk6nPQGgJArACbRfssERgbOAi9KneToMQmJ7UEkWH4UZz0zo+
-P7zns9JvHQ4o6NfcQUrQDdgq8OSVjp+NCK4IiR2apkWIRgQQEQgABgUCTFQy2AAK
-CRDWp10Ysds7X33FAJ9Ip++rUruA6hPbV7TsEayh/Mg7iQCgh1QtLB7kh1TSWM/C
-KEqGOdmbRnWIZAQTEQIAJAIbAwYLCQgHAwIDFQIDAxYCAQIeAQIXgAUCS0JB+AUJ
-Es7vLQAKCRBZsPgm0rCEQMZZAJ93gkHTFoYpbx0nCc/pvXoLxLelUgCfTYrD9WUY
-6oSUihlTjEELz4DD+cOIZAQTEQIAJAIbAwYLCQgHAwIDFQIDAxYCAQIeAQIXgAUC
-VDE/kgUJHDsrRwAKCRBZsPgm0rCEQMeCAKCMBK0zaqs2L23isA9or+BwIWh1NQCe
-IWOSS+75n3moWF2eM71MVZIv1ji0N0tNeU1vbmV5IGVtZXJnZW5jeSBkYXRhIHJl
-Y292ZXJ5IDxyZWNvdmVyQGtteW1vbmV5Lm9yZz6IgAQTEQoAQAIbAwcLCQgHAwIB
-BhUIAgkKCwQWAgMBAh4BAheAFiEELhsZu95KmtO1G8QYWbD4JtKwhEAFAl3svxkF
-CSHf484ACgkQWbD4JtKwhEAHSgCbBoRECStWV5od70Lu0Py4VpjTUF4AnRqEsr+9
-bM7xJMvoDO/tVE13nSLniEYEExECAAYFAlQxROIACgkQnFnbQLdd07olPgCgkHT6
-/bpLV3lqHy84MK/Drkk6ZlcAoNrTzg9BvRg4K+7U8GoTTPBqlJnYiGkEExECACkF
-AlQxRKECGwMFCRw7K0cHCwkIBwMCAQYVCAIJCgsEFgIDAQIeAQIXgAAKCRBZsPgm
-0rCEQPzpAJ9hDz7is4YlUlQeyR3/xwPjto19pQCdElFQhAV9xFM6gIt042chQpkB
-VcO5Ag0EQdlUVhAIANVkbMJOK9SPu/qJmU1NV+uOZni6uJUjm1nyLqkQPG0+Uv6A
-Ykcd8jjAOjoXVboHglI2l/aACGhuO/EN9IUaK9BK0C+B1XDGKzyXy+Qudepq4y1Q
-SHkaT63FMcHDtaOMff3i1qFBm4GLuQ5icllEHZjZgw8T0TUrOsgbRZsHajoqFmVB
-KoFFvABigqqksNmPU2hcnveHURHg2oNFn3hIstchZJ9ntkeaBEXp+Y+shx2qBBTA
-kWQEHlahwt0x4hFctWr0hCjVLnIcBQtGRK3jBQ413VZNGHlKBrt/436Sw8tgr3W6
-ws1ip/hzhEZpJq6JYeThKNnUScpzHRX3OuEHIp8AAwcH/Rw3xL0Y872XFxyLBAhS
-xFutftFCaVYIEMdNXv9gkp6/sz/LLWXeiRBP4E2YuPYhxXTfZgm/so/Ceyk43hky
-JqRvpHzQOwl3IuIQHplXv98JAWC7+Dtk9r9N783jlUaAoc3Z8TiKBIHJDcj3CbLm
-rMZghyXAAnsUxv2FUMzKTq61JLWO33KlFa3q6k+FTWx8xUEb9TRjoHCSQmWmqLpo
-cP0LH2eRY0CB4I0JrrZSYTZL/0YFfogFD1vM60bUDeQ3DZZPKWDTBuFiBgAbEiRc
-NbiNkj/61V3Y7Sxp4nn4TTW9qClNYjyqAqepot7cXmeazgFnP+1PQ+vIqMDnNEQv
-lxKITwQYEQIADwUCQdlUVgIbDAUJCWYBgAAKCRBZsPgm0rCEQKixAJwKc1lQN9f2
-IeWqe91qlv7NT4radACfXqgAN8VL3w2NuoCxpdQR6nWkdfOIZgQYEQoAJgIbDBYh
-BC4bGbveSprTtRvEGFmw+CbSsIRABQJd7L+/BQkh3+RpAAoJEFmw+CbSsIRAW50A
-n2EAldLeBkpIBhl6K6nghiX+5EEXAKCDAErqDWMCRdoBPDmmSjj3rqt6gg==
-=TpDx
------END PGP PUBLIC KEY BLOCK-----
-
-
- - diff --git a/release-notes-preview.rdf b/release-notes-preview.rdf deleted file mode 100644 index 51604ae..0000000 --- a/release-notes-preview.rdf +++ /dev/null @@ -1,974 +0,0 @@ - - - - - KMyMoney News - https://kmymoney.org/ - The BEST Personal Finance Manager for FREE Users, full stop. - en-us - kmymoney-devel@kde.org - Copyright (c) 2001-2019 kmymoney.org Webmaster - - - - KMyMoney 5.0.7 Release Notes - - 2019/09/22 - -

The KMyMoney development team is proud to present version 5.0.7 of its open source Personal Finance Manager.

-

This release becomes necessary due to the new regulations of the PSD2 which affects the online capabilities - for German users. To make KMyMoney compatible with them, especially the - strong customer authentication part, - KMyMoney had to be adapted to updated APIs of the Gwenhywfar and AqBanking libraries which provide the banking - protocol implementations. KMyMoney now requires a Gwenhywfar - minimum version of 4.99.16 and an AqBanking - version of 5.99.32.

-

Important note: Users who have a working setup with an older AqBanking version need to consult the - AqBanking Wiki for update instructions before launching KMyMoney 5.0.7 to keep/update their current configuration.

-

Before the online functions are ready for use again, some more adjustments are necessary. Instruction are also provided on the - AqBanking Wiki. These adjustments can be performed - via the Settings/Configure AqBanking dialog accessible from within KMyMoney 5.0.7 and have to be performed per institution.

-

Besides this major adaption a few standing bugs have also been fixed.

-

Here is the list: -

    -
  • 374123 Date Entry change to land on month part instead of day part
  • -
  • 389944 Copy SEPA credit transfer fails
  • -
  • 395977 Schedule Reports show both sides of transactions
  • -
  • 400846 Outbox can't edit a saved item
  • -
  • 407072 Scheduled Transaction Report does not show amount
  • -
  • 410391 Unable to change forecast days
  • -
-

- -

A complete description of all changes can be found in the changelog

. -
-
- - - - - KMyMoney 5.0.6 Release Notes - - 2019/08/18 - -

The KMyMoney development team is proud to present version 5.0.6 of its open source Personal Finance Manager.

-

Here is the list of the bugs which have been fixed: -

    -
  • 408361 Hardly distinguishable line colors in reports
  • -
  • 410091 Open sqlite database under kmymoney versions >= 5.0
  • -
  • 410865 Access to german online banking requires product key
  • -
  • 411030 Attempt to move one split to new category moves all splits with same category
  • -
-

- -

Here are some of the new improvements found in this release: -

    -
  • The default price precision for the Indonesian Rupiah in new files has been raised to 10 decimals.
  • -
-

- -

A complete description of all changes can be found in the changelog

. -
-
- - - - - KMyMoney 5.0.5 Release Notes - - 2019/07/10 - -

The KMyMoney development team is proud to present version 5.0.5 of its open source Personal Finance Manager.

-

Here is the list of the bugs which have been fixed: -

    -
  • 352029 Tag not shown in ledger if only an category is set
  • -
  • 393752 Budgeted vs. Actual report: Budgeted values broken if ticks selected to Bi-Monthly, Quarterly or Yearly
  • -
  • 402672 Can't edit loan account with institution of "Accounts with no institution assigned"
  • -
  • 405206 OFX import targets the wrong account
  • -
  • 407021 Show hidden accounts
  • -
  • 407422 Invalid online statement balance shown
  • -
  • 407800 21st June 2019 shows as non-processing day when holiday calendar is configured
  • -
  • 407902 KMyMoney crashes in LEAP15.1
  • -
  • 407982 Categories with different currencies, no more rate
  • -
  • 408026 Crash during CSV import
  • -
  • 408205 Merging payees results in error and data loss if payee is in matched transaction
  • -
  • 408494 AqBanking File Import does not allow to select account
  • -
  • 409098 Gnucash importer ignores the accounts currencies
  • -
  • 409428 Converted amount not entered into exchange rate editor
  • -
-

- -

Here is the list of the enhancements which have been added: -

    -
  • 409089 In Payees view, change "Default Account" tab to "Default Category"
  • -
-

-

A complete description of all changes can be found in the changelog

. -
-
- - - - - KMyMoney 5.0.4 Release Notes - - 2019/04/21 - -

The KMyMoney development team is proud to present version 5.0.4 of its open source Personal Finance Manager.

-

-One fix needs special mentioning: 406608 -which deals with customized budget reports. KMyMoney supports two types of budget reports. One only -containing the budget information and the other, more detailed report, providing also information -about the actual situation. In the past this caused all customized budget reports to contain the -detailed version. In case you encounter this scenario and want to see only the budget values in -your customized report, please delete the customized report and re-create from the base report to -fix the problem. -

-

Here is the list of the bugs which have been fixed: -

    -
  • 368159 Report Transactions by Payee omits transactions lacking category
  • -
  • 390681 OFX import and unrecognized <FITID> tag
  • -
  • 392305 Not all Asset accounts are shown during OFX import
  • -
  • 396225 When importing a ofx/qif file, it does not show me all my accounts
  • -
  • 396978 Stable xml file output
  • -
  • 400761 Cannot open files on MacOS
  • -
  • 401397 kmymoney changes group permissions
  • -
  • 403745 in import dialog, newly-created account doesn't appear in pulldown menu
  • -
  • 403825 Transaction validity filter is reset when re-opening configuration
  • -
  • 403826 Transactions without category assignment are not shown in report
  • -
  • 403885 Buying / selling investments interest / fees round to 2 decimal places even when currency is to 6 decimal places
  • -
  • 403886 No way to set/change investment start date in investment wizard
  • -
  • 403955 After an action, the cursor returns to top of page and does not remain in a similar position to when action was started
  • -
  • 404156 Can't select many columns as memo
  • -
  • 404848 Crash on "Enter Next Transcation"
  • -
  • 405061 No chart printing support
  • -
  • 405329 CPU loop reconciling if all transactions are cleared
  • -
  • 405817 CSV importer trailing lines are treated as absolute lines
  • -
  • 405828 Budget problems
  • -
  • 405928 Loss of inserted data in transaction planner
  • -
  • 406073 Change of forecast method is not reflected in forecast view
  • -
  • 406074 Unused setting "Forecast (history)" for home view
  • -
  • 406220 Crash when deleting more than 5000 transactions at once
  • -
  • 406509 "Find Transaction..." dialog focus is on "Help" button instead of "Find"
  • -
  • 406525 Subtotals are not correctly aggregated when (sub-)categories have the same name
  • -
  • 406537 Encrypted file cannot be saved as unencrypted
  • -
  • 406608 Custom report based on Annual Budget incorrectly getting Actuals
  • -
  • 406714 Home view shows budget header twice
  • -
-

- -

Here is the list of the enhancements which have been added: -

    -
  • 341589 Cannot assign tag to a split
  • -
-

-
-
- - - - - KMyMoney 5.0.3 Release Notes - - 2019/01/27 - -

The KMyMoney development team is proud to present version 5.0.3 of its open source Personal Finance Manager.

- -

Some problems have been reported by many of you and the development team worked hard - to fix them in the meantime. The result of this effort is the new - KMyMoney 5.0.3 release.

- -

Despite even more extensive testing than usual, we understand that some - bugs may have slipped past our best efforts. If you find one of them, - please forgive us, and be sure to report it, either to the mailing list - or on bugs.kde.org.

- -

From here, we will continue to fix reported bugs, and working to add - many requested additions and enhancements, as well as further improving - performance.

- -

Please feel free to visit our overview page of the CI builds at - https://kmymoney.org/build.php.

- -

Here is the list of the bugs which have been fixed: -

    -
  • 403068 Storing and loading customized information reports in XML is totally broken
  • -
  • 347685 Transaction contains erroneous *** UNASSIGNED *** in Tags view if no payee is given
  • -
  • 392684 Unable to remove Payee from transactions
  • -
  • 396831 5.0 Version - Crashes when importing OFX/QFX File Using Firefox
  • -
  • 397467 Closed accounts are removed from a historical report each time the report is changed
  • -
  • 398919 Display schedule transactions with planned post date
  • -
  • 399260 title of report is truncated in graph view
  • -
  • 400628 Error Attempting Backup to Samba share - Windows 10
  • -
  • 400820 KMyMoney crashed when clicking on Forecast>Chart
  • -
  • 401080 Cumbersome opening of multiple reports
  • -
  • 401144 Price in exponential format is not interpreted correctly
  • -
  • 401448 Windows build is broken - '_isinf': identifier not found
  • -
  • 402101 Allow to reuse check numbers
  • -
  • 402120 "Pay to" field gets auto filled from previous transaction even if cleared manually
  • -
  • 402195 CSV importer: Opposite signs option not read from banking profile
  • -
  • 402200 EnterSchedule dialog too narrow
  • -
  • 402302 Saving confirmation asked even for unfilled operation
  • -
  • 402501 Check/transaction number not imported via CSV plugin
  • -
  • 402534 DB password doesn't apply while trying to save
  • -
  • 402547 Unable to save data to database in presence of online jobs
  • -
  • 402694 in remove shares transaction field tab order sticks in number of shares field
  • -
  • 402699 Unknown account id mymoneystoreagemgr.cpp:142
  • -
  • 402708 Division by zero errors in investement reports
  • -
  • 402750 Rounding problems with stock split factor cause crashes and errors
  • -
  • 402783 Transaction editor is not reset
  • -
  • 402794 Automatic category assignment does not respect tax assignment
  • -
  • 402814 Initial state of "View/Show all accounts" is not correct
  • -
  • 403039 The Interest pull down field missing when trying to enter income transaction in Investment ledger
  • -
  • 403156 Cmake fails on Fedora 28 looking for LibAlkimia and Qt4 Core and DBus
  • -
  • 403529 assigned TAG isn't shown up in scheduled transaction configuration
  • -
  • 403565 Crash when importing qif
  • -
  • 403608 SaveAs defaults to "wrong" file path
  • -
  • 403617 The currency New Kwanza Angolano has been replaced
  • -
-

- -

Here is the list of the enhancements which have been added: -

    -
  • 398133 Allow saving investment transaction without brokerage account if net amount is zero
  • -
  • 402316 Add action to create new transaction from any view
  • -
-

-
-
- - - - - KMyMoney 5.0.2 Release Notes - - 2018/10/17 - -

The KMyMoney development team is proud to present version 5.0.2 of its open source Personal Finance Manager.

- -

Although several members of the development team had been using version - 5.0.1 in production for some time, a number of bugs and regressions slipped - through testing, mainly in areas and features not used by them.

- -

These have been reported by many of you and the development team worked hard - to fix them in the meantime. The result of this effort is the new - KMyMoney 5.0.2 release.

- -

Despite even more extensive testing than usual, we understand that some - bugs may have slipped past our best efforts. If you find one of them, - please forgive us, and be sure to report it, either to the mailing list - or on bugs.kde.org.

- -

From here, we will continue to fix reported bugs, and working to add - many requested additions and enhancements, as well as further improving - performance.

- -

Many thanks go out to KDE's sysadmin team. Ben supported us with numerous hours - to get daily builds onto the KDE CI system. - This even includes MS-Windows installers. - Please feel free to visit our overview page of the CI builds at - https://kmymoney.org/build.php.

- -

Thanks also to those users who provided valuable support by sending in test files saved by earlier versions as - far back as KMyMoney 4.6.6. Using these files - we were able to fix some upgrade problems.

- -

Here is the list of the bugs which have been fixed: -

    -
  • 283784 when using the 'amount entry widget' in the ledger view, it hangs off the screen
  • -
  • 340244 Update the documentation screenshots
  • -
  • 340902 Saving anonymous file loses relation between investment accounts and brokerage accounts
  • -
  • 343878 investment account does not have key value pair for lastImportedTransactionDate
  • -
  • 344409 User is asked to create a new category in splits table if change is aborted
  • -
  • 368190 "Update Stock and Currency Prices" doesn't work when base currency is South Korean Won(KRW)
  • -
  • 385180 investactivities.cpp: 8 * Redundant condition
  • -
  • 390750 Entering fees in Investment account (ie broker fee) doesn't appear with transaction
  • -
  • 391251 Double free or corruption when creating a new asset account.
  • -
  • 392110 Missing 2 .h files in /usr/include/kmymoney
  • -
  • 392372 5.0.1 is shown as 5.0.0 in splash screen and about dialog
  • -
  • 392407 Home page Net Worth Forecast Not correct
  • -
  • 392477 Cannot create new investment
  • -
  • 392519 Reports Configure dialog uses a "Find" button instead of an "Apply" button.
  • -
  • 392603 OFX - Mapping Account - Last Update Change causing Update Account greying - Online Settings disappears
  • -
  • 392735 Crash on viewing or trying to add data into any account
  • -
  • 393168 [Patch] Fix working week in 5.x/master
  • -
  • 393752 Budgeted vs. Actual report: Budgeted values broken if ticks selected to Bi-Monthly, Quarterly or Yearly
  • -
  • 394384 MySQL connection error with dbname "KMyMoney"
  • -
  • 394394 problems adding securities to investment accounts
  • -
  • 395025 csv writer generates invalid file in case field delimiter is used in any field
  • -
  • 395040 CSV Export of Investment Accounts does not issue transactions on non-English kmymoney installations
  • -
  • 395100 Last selected view
  • -
  • 395291 KMyMoney gitt head master, crash on opening any account
  • -
  • 395459 Ledger Input: Category Field
  • -
  • 395985 QIF Export manually typing file path adds .qif after every character
  • -
  • 396174 Cannot create new investment
  • -
  • 396405 Last digit of date field is obscured by "details column" in ledger view
  • -
  • 396759 CSV: ordering of buttons when finishing wizard
  • -
  • 396886 Online Banking Behavior Change Since 4.8
  • -
  • 396987 Payee "Suggest a category" does not work
  • -
  • 397020 Opening dates in "all dates" plot
  • -
  • 397021 Net worth does not appear
  • -
  • 397023 Default color of imported transaction in the ledger
  • -
  • 397025 Kmymoney version in help menu, splash screen and apt are different
  • -
  • 397436 Net worth forecast graph in new file shows formatting problem
  • -
  • 397457 double clicking in ledger activates edit, but does not select transaction clicked on
  • -
  • 397675 cannot connect to kmysql database because of prepended slash
  • -
  • 397824 Limit in number of securities
  • -
  • 398168 écran d'accueil
  • -
  • 398394 Account information report crashes
  • -
  • 398409 KMyMoney does not prompt for password when connecting to database
  • -
  • 399244 KMyMoney does not work properly when changing from one file to another
  • -
  • 399309 "show balance chart" does not show 3 months forecast in the future anymore
  • -
  • 399378 Unable to Update Prices
  • -
  • 399673 importer file selector does not show QIF files and does not remember last import directory
  • -
-

- -

Here are some of the new improvements found in this release: -

    -
  • 396797 Online web source "KMyMoney Currency" does not support price pairs without decimal
  • -
  • Speedup loading of home page
  • -
  • KDE binary factory builds for MS-Windows installer
  • -
  • Add color coding of pos/neg amounts for 'posted value' column
  • -
  • Fix online credit transfer creation
  • -
  • Some features have been moved to plugins so that they can be turned off if unused
  • -
  • Provide correct version information for all shared object files
  • -
  • Improved handling of "Save as..." logic
  • -
  • Allow to add a timezone offset for OFX import on account basis
  • -
  • Moved GPG key handling to XML plugin
  • -
  • Accounts can now take a URL for direct access of the online banking web-site
  • -
  • Support more than one online banking provider during update
  • -
  • Added option to keep linebreaks in memo of AqBanking transaction imports
  • -
  • Remove reference to online balance when unmapping account
  • -
  • Added feature to make DB password visible during input
  • -
-

- -

For a full list of the changes please check out the changelog. We highly recommend upgrading to 5.0.2.

-

The KMyMoney Development Team

-
-
- - - - - KMyMoney 5.0.1 Release Notes - - 2018/03/17 - -

The KMyMoney development team is proud to present version 5.0.1 of its open source Personal Finance Manager.

- -

Although several members of the development team had been using the new - version 5.0.0 in production for some time, a number of bugs and regressions slipped - through testing, mainly in areas and features not used by them.

- -

These have been reported by many of you and the development team worked hard - to fix them in the meantime. Some of them are very annoying which lead us to - work on a first maintenance release which is available immediately as KMyMoney 5.0.1.

- -

Here is the list of the bugs which have been fixed: -

    -
  • 390264 Clicking autocomplete entry crashes application
  • -
  • 350850 Kmymoney does not open multiple files correctly
  • -
  • 377760 Cannot turn off Outbox tab in 4.8.0.
  • -
  • 390042 can't change ledger sort options in configure dialog
  • -
  • 390176 File/backup give mount/unmount error, even if "mount" is not checked
  • -
  • 390232 Don't add new payee from new operation panel
  • -
  • 390627 QIF Import filter fails
  • -
  • 390657 Huge gap in report display screen
  • -
  • 390658 Crash > Tools > Currencies
  • -
  • 390834 Scheduled transactions: "Enter next transaction" should be available in ledger
  • -
  • 390873 dollar symbol appears after amount
  • -
  • 390967 quantity in Investments view should be right-justified
  • -
  • 391048 Pre-Fill dialog missing
  • -
  • 391249 Show tip of the day
  • -
  • 391453 Displaying the ledger without an account having been selected displays a closed account
  • -
  • 391733 Startup WM Class is wrong
  • -
  • 391770 CSV importer ignores last line if not followed by a newline
  • -
  • 391773 Context does not change to ledger view from the find transaction dialog
  • -
  • 390178 After completing reconcile, Statement/Cleared/Balance show reconcile amounts, not account amounts
  • -
  • 390406 switching from Investments page to Ledgers always shows same stale closed account ledger
  • -
  • 390593 Clearing ledger search box doesn't return to the previous position
  • -
  • 390249 Ctrl+Shift+Space shortcut no longer available
  • -
  • 390467 Save as defaults to encrypted with no way to not encrypt
  • -
  • 391961 Home page Net Worth Forecast Y axis starts at 0
  • -
-

- -

Here are some of the new improvements found in this release: -

    -
  • Remove old locolor icons
  • -
  • Install local icons in the local datadir
  • -
  • Fix icon presentation of our own icons
  • -
  • Fix build with QtWebEngine
  • -
  • Enable investment actions when appropriate
  • -
  • Ledger search box now supports the account hierarchy character ":"
  • -
  • Enable calculator tool button
  • -
  • Allow CSV importer to deal with Feb 30th
  • -
-

- -

For a full list of the changes please check out the changelog. We highly recommend upgrading to 5.0.1.

-

The KMyMoney Development Team

-
-
- - - - - KMyMoney 5.0.0 Release Notes - - 2018/02/06 - -

The KMyMoney development team is proud to present version 5.0.0 of its open source Personal Finance Manager.

- -

As with every release, the KMyMoney development team has been working hard - to make this release better and easier to use in every way. We have also made - quite a few improvements. We are confident you will like what you see.

- -

The largest amount of work has gone towards basing this version on KDE - Frameworks. Many of the underlying libraries used by the application have - been reorganized and improved, but most of that is behind the scenes, and not - directly visible to the end user. Some of the general look and feel may have - changed, but the basic functionality of the program remains the same, aside - from intentional improvements and additions.

- -

In addition to adapting to new and updated libraries, there have also been - numerous bug fixes, as well as several new features and improved - functionality. Although this means there have been some major changes to the - underlying code, this version has actually been used in production by many of - the developers, so it has actually had a significant amount of testing.

- -

Here are some of the new features found in this release: -

    -
  • Multiple improvements to reports, including better performance.
  • -
  • Allow logarithmic axes in report graphs.
  • -
  • When deleting a security, automatically delete its prices.
  • -
  • Allow separate beginning balance accounts for different currencies.
  • -
  • Added support for several new currencies
  • -
-

- -

Here are some of the major bugs which have been fixed: -

    -
  • Elimination of several crashes.
  • -
  • Fix problems with report graphs using older data.
  • -
  • Fix rounding errors in some investment transactions.
  • -
  • Removed Yahoo from stock and currency price sources, as they no longer provide this service
  • -
-

- -

There are a some changes which will need some adjustments on the user's side if you are upgrading from 4.8.x or an older version - The program searches for the templates for the printcheck plugin in - different locations. The user needs to account for this in the plugins - setting dialog.

- -

Known issues -

    -
  • Executing SEPA online transfers are not working. Transaction download is still possible
  • -
  • Italian documentation requires KDE Frameworks newer. than 5.30.0. In case you run into problems compiling the Italian documentation because you have an older version of the KDE Frameworks, simply remove the file po/it/docs/kmymoney/index.docbook from the released source, re-run cmake and build the application.
  • -
-

- -

For a full list of the changes please check out the changelog. We highly recommend upgrading to 5.0.0.

-

The KMyMoney Development Team

-
-
- - - KMyMoney 4.8.0 Release Notes - - 2016/06/14 - -

KMyMoney version 4.8.0 is now available. This version contains fixes for several bugs, here is a short list: -

    -
  • Added support for online SEPA transactions
  • -
  • Added support for import from Weboob
  • -
  • Improved payee matching when importing transactions
  • -
  • Supports AqBanking versions 5.5.0 or later
  • -
  • Updated Brazilian account templates
  • -
  • When an account cannot be closed, a tooltip explains the reason
  • -
  • Categories no longer have opening date, which caused annoying errors - both during input and while running the consistency check
  • -
  • Do not inadvertently modify start date of schedules
  • -
  • Solved rounding problems causing reconciliation to fail and - investment transaction to show missing assignments of 0.00
  • -
  • Fixed some annoying consistency check errors
  • -
- The full list of solved issues can be viewed in KDE's issue tracker.

-

Thanks to the KDE translation teams the following new translations were added: documentation in Estonian.

- -

For a full list of the changes please check out the changelog. We highly recommend upgrading to 4.8.0.

-

The KMyMoney Development Team

-
-
- - - LibAlkimia 5.0.0 Release Notes - - 2015/12/01 - -

LibAlkimia version 5.0.0 was released in preparation for the release of KMyMoney version 4.8.0. This version contains build system updates and optimizations that will allow KMyMoney to run faster: -

    -
  • add support for newer versions of cmake (>=2.8.7)
  • -
  • use implicit sharing in AlkValue
  • -
- For a full list of the changes please check out the changelog.

-

The KMyMoney Development Team

-
-
- - - KMyMoney 4.7.2 Release Notes - - 2015/04/25 - -

KMyMoney version 4.7.2 is now available. This version contains fixes for several bugs, here is a short list: -

    -
  • fix a crash in the transaction split editor
  • -
  • added the monetary symbol of the Turkish lira
  • -
  • matching restrictions on an already imported transaction were removed
  • -
- The full list of solved issues can be viewed in KDE's issue tracker.

- -

Thanks to the KDE translation teams the following new translations were added: documentation in Italian and application translation in Slovak, Turkish and Simplified Chinese

- -

If you are using AqBanking to place transactions with your bank and want to contribute to the availability of this feature in KMyMoney please contact the developers or build git master to give it a try.

- -

For a full list of the changes please check out the changelog. We highly recommend upgrading to 4.7.2.

-

The KMyMoney Development Team

-
-
- - - KMyMoney 4.7.1 Release Notes - - 2014/11/01 - -

KMyMoney version 4.7.1 is now available. This version contains fixes for several bugs, here is a short list: -

    -
  • fix ledger context menu triggering with multiple selection on Windows
  • -
  • fix setting all amounts to zero while editing multiple transactions
  • -
  • zero valued transactions can be entered again just like in 4.6.x
  • -
  • fix the currency conversion dialog for really big/small conversion rates
  • -
  • fix investment transaction unassigned value errors in some cases
  • -
- A more complete list of changes can be found in KDE's issue tracker.

- -

If you are still using 4.6.x to import your transactions and consider - upgrading to 4.7.1 please note that transaction matching will take the - payee into consideration. This means that payee matching rules might - need to be setup to get matching working a expected.

- -

For a full list of the changes please check out the changelog. We highly recommend upgrading to 4.7.1.

-

The KMyMoney Development Team

-
-
- - - KMyMoney 4.7.0 Release Notes - - 2014/10/01 - -

It's been over 3 years since the last feature release is out on the - street. During that time, many new features were added and many bugs were fixed. - The team has decided it's time to get on the - path to another stable release.

-

KMyMoney 4.7.0 is now available for download. It is KMyMoney 4.8 Beta - 1, only suitable for advanced users willing to help us stabilize and - iron out the upcoming stable version.

-

Your help is important. Please download it, use it, and help us find issues to make a great release. - Keep in mind that this version will still bark your dog away. Make - extensive backups before using it.

-

Our plan is to have a stable version ready in December. You can find the - schedule here.

-

Some of the highlights since the latest feature version are: -

    -
  • Revamped CSV import plugin
  • -
  • New Tags feature
  • -
  • Oxygen is now the default icon set
  • -
  • For OFX imports, application ID can be entered manually now
  • -
  • Many fixes in the import and online banking modules
  • -
  • Performance improvements
  • -
  • Many fixes for multi-platform issues
  • -
-

-

For a full list of the changes please check out the changelog.

-

The KMyMoney Development Team

-
-
- - - KMyMoney 4.6.4 Release Notes - - 2013/10/06 - -

After more than a year from the last bugfix release the KMyMoney development team is pleased - to announce the immediate availability of KMyMoney version 4.6.4. This version contains a few fixes for bugs found in 4.6.3.

-

Here is a list of the most important changes since the last stable release: -

    -
  • Fixed the interaction with input method editors. #320579, #272393 and #272631
  • -
  • Fixed a crash after editing a security #309105
  • -
  • The 'Use system colors' setting was made a default setting #309010
  • -
  • Fixed the rendering of a ledger entry when the ledger does not have focus
  • -
  • Fixed the persitency of some header settings like in the 'Investments' view #310260
  • -
  • Fixed a crash when OFX update is cancelled while waiting for KWallet #281728
  • -
  • Fixed a crash cause by a transaction with an empty postdate #310265
  • -
  • Fixed a possible crash while mapping an OFX account #296681
  • -
  • Added definition for new Azerbaijani Manat #307774
  • -
  • Fixed the category selection actions in the find transactions dialog. #313874
  • -

-

For a full list of the changes please check out the changelog. We highly recommend upgrading to 4.6.4 as soon as possible.

-
-
- - - KMyMoney 4.6.3 Release Notes - - 2012/09/03 - -

The KMyMoney Team is pleased to announce the immediate availability of KMyMoney version - 4.6.3. This version contains quite a few fixes for bugs found in 4.6.2 since it was - released seven months ago.

-

Here is a list of the most important changes since the last stable release: -

    -
  • The online statement balance is highlighted if it's different from current file balance #287494
  • -
  • Correct the post date of the opening balance transaction when the opening date of the account changes #293430
  • -
  • The header state (adjusted column sizes) is now always restored correctly #294093
  • -
  • Can be built with Qt 4.8 without patching KDChart #293448
  • -
  • Fix a crash on opening SQLite databases #295235
  • -
  • MZN as new Mozambique Metical as well as an entry for MZM as the old Mozambique Metical were added
  • -
  • Attempt to reconnect to the database (once) on accidental disconnects #286503 and 294046
  • -
  • Allow the creation of 'Equity' accounts when "Show equity accounts" is checked #295483
  • -
  • In the 'Find transactions' dialog trigger a search when return is pressed and there is text entered in the filter #299525
  • -
  • Reports related fixes #267990, #296723, #290737 and #283294
  • -
  • Fixed a large minimum ledger size when using some fonts #295883
  • -
  • Fixed SQL sitax in a certain usecase #250300
  • -
  • CSV importer plugin related fixes #302181, #287786, #295162, #296550, #296676 and #296977
  • -
-

-

For a full list of the changes please check out the changelog. We highly recommend upgrading to 4.6.3 as soon as possible.

-

The KMyMoney Development Team

-
-
- - - KMyMoney 4.6.2 Release Notes - - 2012/02/04 - -

The KMyMoney Team is pleased to announce the immediate availability of KMyMoney version - 4.6.2. This version contains quite a few fixes for bugs found in 4.6.1 since it was - released three months ago.

-

Here is a list of the most important changes since the last stable release: -

    -
  • OFX files with UTF-8 data can now be imported correctly #291685
  • -
  • Fix displaying the 'Enter/Skip schedule' action icons in the homepage on Windows #291480
  • -
  • Fixed the initial size of the schedule entry dialog in some use cases #236475
  • -
  • Fixed a hang in reports in some scenarios #290487
  • -
  • Fixed some Finance::Quote related problems on Windows
  • -
  • Allow editing the memo of multiple transactions #289351
  • -
  • Fix schedule handling #290059
  • -
  • Make the QIF import on Windows usable #290483
  • -
  • Fix GnuCash file import #283848
  • -
  • Improve item navigation using the keyboard #283804
  • -
  • Scheduled transactions can now be correctly skipped #288647 or ignored #254363 when automatic entry is enabled
  • -
  • Fix the budgets that somehow still reference invalid accounts #288279
  • -
-

-

For a full list of the changes please check out the changelog. We highly recommend upgrading to 4.6.2 as soon as possible. We would also recommend packagers to endorse this version as their latest stable version of KMyMoney due to the number of fixes available vs. 4.5.3. During this bugfix cycle a new release of libalkimia was also made available.

-

The KMyMoney Development Team

-
-
- - - KMyMoney 4.6.1 Release Notes - - 2011/11/06 - -

The KMyMoney Team is pleased to announce the immediate availability of KMyMoney version - 4.6.1. This version contains several fixes for bugs found in 4.6.0 since it was - released three months ago.

-

Here is a list of the most important changes since the last stable release: -

    -
  • fixed schedules moved to the next processing day #262945
  • -
  • fixed a crash with an uncaught exception when closing the current file before a GNUCash import #280070
  • -
  • fixed the split window redraw when resizing #241544
  • -
  • fixed a crash caused by an invalid budget #280172
  • -
  • fixed a crash when deleting an account #280740
  • -
  • the date can now be modified when editing multiple transactions #280795
  • -
  • the balance in the payees view is now computed correctly even if the payee has transactions with different currencies #280795
  • -

-

For a full list of the changes please check out the changelog. We highly recommend upgrading to 4.6.1 as soon as possible.

-

The KMyMoney Development Team

-
-
- - - KMyMoney 4.6.0 Release Notes - - 2012/08/11 - -

We are happy to announce the release of KMyMoney version 4.6.0, the next stable version, after 11 months of development from the first release of the 4.5 series.

-

Some of the highlights since the latest stable version: -

    -
  • New CSV import plugin
  • -
  • The application is translated in 36 languages (Bosnian and Uyghur added)
  • -
  • The user documentation is available in 7 languages (French translation added)
  • -
  • Many fixes for the OS X and Windows platform
  • -
  • Performance improvements (although we know there's still work to do in this regard)
  • -
  • Many fixes in the import and online banking modules
  • -
  • Over 100 bugs have been fixed since the latest bugfix release alone
  • -
  • Since the OFX institution listing service run by Microsoft (TM) stopped working, we switched to the service run on www.ofxhome.com which is provided on a voluntarily basis by Jesse Liesch. With his support it was easy to make the switch in KMyMoney
  • -
  • Added Serbian Dinar as a standard currency
  • -
  • Allow entering an interest rate with three decimal places when editing a loan
  • -
  • Improved wording when transaction editing is canceled by selecting another transaction in the ledger
  • -
  • Make FID an optional field during definition of an OFX account mapping
  • -
  • Allow to base the payee name from either the PAYEEID, NAME or MEMO field in an OFX transaction
  • -
-

-

For a full list of the changes since the latest stable version please check out the changelog

-

The KMyMoney Development Team

-
-
- - - KMyMoney 4.5.96 Release Notes - - 2011/06/16 - -

We are happy to announce the release of KMyMoney version 4.5.96 (the second beta release on the way to KMyMoney 4.6). A few bugs were fixed since the release of the first beta and we even added some small improvements.

-

Here is the list of the most important changes (since 4.6 Beta 1): -

    -
  • Since the OFX institution listing service run by Microsoft (TM) stopped working, we switched to the service run on www.ofxhome.com which is provided on a voluntarily basis by Jesse Liesch. With his support it was easy to make the switch in KMyMoney
  • -
  • Added Serbian Dinar as a standard currency
  • -
  • Allow entering an interest rate with three decimal places when editing a loan
  • -
  • Improved wording when transaction editing is canceled by selecting another transaction in the ledger
  • -
  • Make FID an optional field during definition of an OFX account mapping
  • -
  • Allow to base the payee name from either the PAYEEID, NAME or MEMO field in an OFX transaction
  • -
-

-

For a full list of the changes please check out the changelog.
- Please try the beta (don't forget to activate the backup) and report any issues you find so 4.6 will become a rock solid release.

-

The KMyMoney Development Team

-
-
- - - KMyMoney 4.5.95 Release Notes - - 2011/06/04 - -

It's been almost 9 months since the last stable version is out on the - street. During that time, lots of bugs were uncovered, and lots were - fixed. So much so, that the team has decided it's time to get on the - treadmill toward another stable release.

-

KMyMoney 4.5.95 is now available for download. It is KMyMoney 4.6 Beta - 1, only suitable for advanced users willing to help us stabilize and - iron out the upcoming stable version.

-

Your help is important. Please download it, use it, and help us find issues to make a great release. - Keep in mind that this version will still bark your dog away. Make - extensive backups before using it.

-

Our plan is to have a stable version ready in August. You can find the - schedule here.

-

Some of the highlights since the latest stable version are: -

    -
  • New CSV import plugin
  • -
  • Many fixes for the OS X and Windows platform
  • -
  • Performance improvements (although we know there's still work to do in this regard)
  • -
  • Many fixes in the import and online banking modules
  • -
  • Over 100 bugs have been fixed since the latest bugfix release alone
  • -
-

-

For a full list of the changes please check out the changelog.

-

The KMyMoney Development Team

-
-
- - - KMyMoney 4.5.3 Release Notes - - 2011/02/01 - -

The KMyMoney Team is happy to announce the availability of KMyMoney version - 4.5.3. This is a bugfix version from the 4.5 series.

-

This release only contains performance improvements since the 4.5.2 release and a few bugfixes: -

    -
  • Improve performance with investment account balance calculation
  • -
  • Switch to AqBanking5
  • -
  • Don't select the character that starts the split editor #263319
  • -
  • Support "Gielda Papierow Wartosciowych" as price source #261803
  • -
-

-

For a full list of the changes please check out the changelog. As with the previous bugfix versions we recommend upgrading to 4.5.3.

-

The KMyMoney Development Team

-
-
- - - KMyMoney 4.5.2 Release Notes - - 2010/12/21 - -

The KMyMoney Team is pleased to announce the immediate availability of KMyMoney version - 4.5.2. This is a bugfix version from the 4.5 series.

-

Here is a list of the most important changes since the 4.5.1 release: -

    -
  • fixed several crashes like when adding transactions directly into the register (on Qt 4.7.1) #258355, - when cancelling the QIF importer date selection dialog #259235, importing GnuCash files with zero valued prices #256282
  • -
  • fixed a problem with Finance::Quote #257260
  • -
  • it is now possible to use KMyMoney with small resolutions (1024x600) #258460 - and #256769
  • -
  • improved some small user interface issues - #259437, - #258466, - #257986, - #257761, - #257369
  • -
  • fixed a usability issue when using the Include sub-accounts feature with budgets #255135
  • -

-

For a full list of the changes please check out the changelog. As with the previous bugfix versions we recommend upgrading to 4.5.2.

-

Merry Christmas!

-

The KMyMoney Development Team

-
-
- - - KMyMoney 4.5.1 Release Notes - - 2010/11/12 - -

The KMyMoney Team is pleased to announce the release of KMyMoney version - 4.5.1. This version contains several fixes for bugs found in 4.5.0 since it was - released almost three months ago as the stable release for the KDE Platform 4.

-

Here is a list of the most important changes since the last stable release: -

    -
  • fixed several crashes like when adding a default category to a payee #248448, - when activating the schedules calendar on certain languages #232757, when - back-tabbing in the split editor #244962
  • -
  • fixed some report configuration bugs #255532 and - #249119
  • -
  • improved some small user interface issues #252598, - #249609, - #241044, - #255433, - #251212
  • -
  • added the new Bulgarian Lev as a currency #255491
  • -
-

-

For a full list of the changes please check out the changelog. If you - are using the KDE4 version and where affected by one of the closed bugs or wish - for a few improvements we recommend upgrading to 4.5.1.

-

The KMyMoney Development Team

-
-
- - - KMyMoney 4.5.0 Release Notes - - 2011/08/16 - -

The KMyMoney is pleased to announce the release of a stable version - for KDE Platform 4. With over 15 months of development, this new - version is the starting point of a new series of KMyMoney versions to - leverage the stellar features offered by the KDE Platform.

-

Throughout this effort, our focus has been to maintain feature-parity - with previous versions, maintaining and improving the high level of - quality that your personal financial data deserve. This version has - gone through an intensive testing, allowing us to find and fix many - bugs and improve the usability of the application.

-

Along the way, we did manage to add some new features: -

    -
  • Better documentation
  • -
  • Works with the latest version of AqBanking
  • -
  • Improved usability of the online banking features
  • -
  • Uses KWallet to store online banking passwords
  • -
  • The consistency checks runs automatically before saving your data, - it now checks for a wider range of problems, and it automatically - corrects many of them.
  • -
  • Runs in all operating systems supported under KDE
  • -
-

-

Since the release candidate in May, about 70 bugs were fixed, and over - 400 commits were made to the code alone, not including documentation - and translations. The application is now fully Qt4 native and is ready - to accept new features.

-

In the process, we are also moving from Sourceforge to KDE. For this - release, we have created a new mailing list for users only, - kmymoney@kde.org, which replaces the kmymoney2-users list.

-

The release of a stable version for KDE4 also marks the beginning of - the end for the KDE3 series. In maintenance mode since 1.0.0, it is - progressively going into frozen state. New features will be added to - the KDE4-series only, with the KDE3 code receiving only critical - fixes.

-

All in all, we believe that the port to KDE4 has grown a better - application, and even more important, a better team. We have asked you - for patience while we took this much needed step, now are ready to - start adding new features again. Right after we take some a deep - breath and some rest, because this has been very stressful to all of - us.

-

The KMyMoney Development Team

-
-
- - - KMyMoney 1.0.0 Release Notes - - 2009/08/19 - -

The KMyMoney development team is pleased to announce a major step forward for what has been described as "the BEST personal finance manager for FREE users". With over 3 years of development, this new stable release has a lot of new features and a refreshed user interface.

-

What's new since version 0.9.3:

-
    -
  • A new look and feel, and a new set of icons
  • -
  • Added investment price reports, investment moving average price
  • -
  • Added GUI option for expert mode
  • -
  • Improved scheduled occurrences support
  • -
  • Improved support for CMake
  • -
  • Improved text filter for transactions
  • -
  • Improved charts look and feel
  • -
  • Improved DB support and performance
  • -
  • Improved QIF and OFX support
  • -
  • Updated documentation
  • -
  • Updated translations
  • -
  • A lot of bug fixing and polishing rough edges to make this an outstanding release
  • -
-

What's new since version 0.8.9:

-
    -
  • Home Page. Improved reports are available on the home page to give a quick glance on your financial situation
  • -
  • Appearance. A refreshed home page and a new set of icons have been exclusively designed to celebrate the 1.0 release
  • -
  • Budgets. A new budget feature allows you to specify your future expectations of income and expenditure, and then to compare your actual performance against these. You can use your historical data to have KMyMoney create a basic budget for you. Budget reports can be displayed as charts if desired. Monthly budget overruns can be displayed on your home page, but can be removed if you find it too depressing
  • -
  • Forecasts. A forecast can be produced of the future balances of your critical accounts, based either on regular scheduled transactions or your historical data
  • -
  • Reports. Forecast, Schedule Information, Account Information, Loan Information, Reconciliation, Cash Flow, Investment Price, and Investment Moving Average Price
  • -
  • Charts. Many of the reports produced by KMyMoney may now be displayed in chart form. Line, bar, stacked bar, pie and ring charts are supported where appropriate
  • -
  • Schedules. More flexible occurrence periods
  • -
  • Importer. A totally re-written Quicken (QIF) file importer and an improved GnuCash file importer. Also added OFX support for money market accounts
  • -
  • PGP encryption. Added support for more than one key
  • -
  • Database. The optional use of a database for data storage is supported (MySQL, PostgreSQL and SQLite version 3 have been extensively tested)
  • -
  • CMake. Added support for compilation and tests
  • -
  • Translations. Added translations for Swedish, Simplified Chinese, Turkish, Romanian, and Finnish
  • -
-

Many enhancements have been made to existing functionality, to improve your user experience. Among the foremost of these are the following:

-
    -
  • User interface. Several new options have been provided to enable you to configure KMyMoney to your personal requirements. Multiple user interface improvements
  • -
  • Accounts. New 'wizards' have been produced to simplify the setting up of new accounts, and complicated situations such as loans and mortgages. One wizard in particular will guide first time users through the setting up of their new file, and template lists of frequently-used accounts and categories are supplied, often tailored to nationality. Defunct accounts may now be marked as closed, so that they no longer clutter up your screens, though they are still available for viewing if required. Allow creation of additional Equity accounts and editing of Equity transactions. Added hierarchy management to New Account wizard. Warning messages can be displayed if the balance on an account exceeds, or falls below, a given value
  • -
  • Currencies. Added Euro support for Slovakia. Better support for multiple currencies
  • -
  • Ledgers. The views of the various ledgers have been revamped to provide better performance, and more facilities for sorting and searching transactions, including a 'quick search' option. A new multiple transaction selection function will allow you to do some 'bulk' changing of transactions. A new, more comprehensive, transaction autofill facility, based on payee name, has been introduced
  • -
  • Payees. Deletion of 'non-empty' payees and categories is now allowed, with the transactions being re-assigned as required
  • -
  • Schedules. Changes have been made to simplify the entry and maintenance of your regular scheduled transactions. Allow direct editing and entering of schedules from Home page. Allow viewing and entering schedules on the Ledger View
  • -
  • Reports. Improved text filter for transactions. Various fixes related to Loans, and Budget reports. Some new reports have been added, new levels of detail have been included, and many of them have also been made more configurable. There have also been a lot of fixes related to multi-currency reports. Improved calculation of returns and multiple currencies in investment reports
  • -
  • Online update. If you use OFX or HBCI for online banking, your setup has been made easier, and a manual transaction matching facility should simplify reconciliation of your downloaded statements. There is support for new versions of AqBanking and libofx, providing more flexibility and reliability. Improved QIF and OFX support, with significant improvements to the OFX import process. Improvements and enhancements to matching and error handling, among others. Improved investment transaction and online update dialog
  • -
  • Improved documentation and README files
  • -
  • Updated translations for Spanish, Argentinian Spanish, Brazilian Portuguese, simplified Chinese, Czech, Dutch, French, Galician, German, Italian and Portuguese
  • -
  • Lots of code cleanup
  • -
  • A lot of bug fixing and polishing rough edges to make this an outstanding release
  • -
-

Let us know what you think. We hope that you enjoy using this version of - KMyMoney.

-

Please let us know about any abnormal behavior in the program by - selecting "Report bug..." from the help menu or by sending an e-mail to - the developers mailing list.

-

The KMyMoney Development Team

-
-
-
-
diff --git a/release-notes.php b/release-notes.php deleted file mode 100644 index 9557007..0000000 --- a/release-notes.php +++ /dev/null @@ -1,16 +0,0 @@ - - - - - diff --git a/release-notes.rdf b/release-notes.rdf deleted file mode 100644 index 51604ae..0000000 --- a/release-notes.rdf +++ /dev/null @@ -1,974 +0,0 @@ - - - - - KMyMoney News - https://kmymoney.org/ - The BEST Personal Finance Manager for FREE Users, full stop. - en-us - kmymoney-devel@kde.org - Copyright (c) 2001-2019 kmymoney.org Webmaster - - - - KMyMoney 5.0.7 Release Notes - - 2019/09/22 - -

The KMyMoney development team is proud to present version 5.0.7 of its open source Personal Finance Manager.

-

This release becomes necessary due to the new regulations of the PSD2 which affects the online capabilities - for German users. To make KMyMoney compatible with them, especially the - strong customer authentication part, - KMyMoney had to be adapted to updated APIs of the Gwenhywfar and AqBanking libraries which provide the banking - protocol implementations. KMyMoney now requires a Gwenhywfar - minimum version of 4.99.16 and an AqBanking - version of 5.99.32.

-

Important note: Users who have a working setup with an older AqBanking version need to consult the - AqBanking Wiki for update instructions before launching KMyMoney 5.0.7 to keep/update their current configuration.

-

Before the online functions are ready for use again, some more adjustments are necessary. Instruction are also provided on the - AqBanking Wiki. These adjustments can be performed - via the Settings/Configure AqBanking dialog accessible from within KMyMoney 5.0.7 and have to be performed per institution.

-

Besides this major adaption a few standing bugs have also been fixed.

-

Here is the list: -

    -
  • 374123 Date Entry change to land on month part instead of day part
  • -
  • 389944 Copy SEPA credit transfer fails
  • -
  • 395977 Schedule Reports show both sides of transactions
  • -
  • 400846 Outbox can't edit a saved item
  • -
  • 407072 Scheduled Transaction Report does not show amount
  • -
  • 410391 Unable to change forecast days
  • -
-

- -

A complete description of all changes can be found in the changelog

. -
-
- - - - - KMyMoney 5.0.6 Release Notes - - 2019/08/18 - -

The KMyMoney development team is proud to present version 5.0.6 of its open source Personal Finance Manager.

-

Here is the list of the bugs which have been fixed: -

    -
  • 408361 Hardly distinguishable line colors in reports
  • -
  • 410091 Open sqlite database under kmymoney versions >= 5.0
  • -
  • 410865 Access to german online banking requires product key
  • -
  • 411030 Attempt to move one split to new category moves all splits with same category
  • -
-

- -

Here are some of the new improvements found in this release: -

    -
  • The default price precision for the Indonesian Rupiah in new files has been raised to 10 decimals.
  • -
-

- -

A complete description of all changes can be found in the changelog

. -
-
- - - - - KMyMoney 5.0.5 Release Notes - - 2019/07/10 - -

The KMyMoney development team is proud to present version 5.0.5 of its open source Personal Finance Manager.

-

Here is the list of the bugs which have been fixed: -

    -
  • 352029 Tag not shown in ledger if only an category is set
  • -
  • 393752 Budgeted vs. Actual report: Budgeted values broken if ticks selected to Bi-Monthly, Quarterly or Yearly
  • -
  • 402672 Can't edit loan account with institution of "Accounts with no institution assigned"
  • -
  • 405206 OFX import targets the wrong account
  • -
  • 407021 Show hidden accounts
  • -
  • 407422 Invalid online statement balance shown
  • -
  • 407800 21st June 2019 shows as non-processing day when holiday calendar is configured
  • -
  • 407902 KMyMoney crashes in LEAP15.1
  • -
  • 407982 Categories with different currencies, no more rate
  • -
  • 408026 Crash during CSV import
  • -
  • 408205 Merging payees results in error and data loss if payee is in matched transaction
  • -
  • 408494 AqBanking File Import does not allow to select account
  • -
  • 409098 Gnucash importer ignores the accounts currencies
  • -
  • 409428 Converted amount not entered into exchange rate editor
  • -
-

- -

Here is the list of the enhancements which have been added: -

    -
  • 409089 In Payees view, change "Default Account" tab to "Default Category"
  • -
-

-

A complete description of all changes can be found in the changelog

. -
-
- - - - - KMyMoney 5.0.4 Release Notes - - 2019/04/21 - -

The KMyMoney development team is proud to present version 5.0.4 of its open source Personal Finance Manager.

-

-One fix needs special mentioning: 406608 -which deals with customized budget reports. KMyMoney supports two types of budget reports. One only -containing the budget information and the other, more detailed report, providing also information -about the actual situation. In the past this caused all customized budget reports to contain the -detailed version. In case you encounter this scenario and want to see only the budget values in -your customized report, please delete the customized report and re-create from the base report to -fix the problem. -

-

Here is the list of the bugs which have been fixed: -

    -
  • 368159 Report Transactions by Payee omits transactions lacking category
  • -
  • 390681 OFX import and unrecognized <FITID> tag
  • -
  • 392305 Not all Asset accounts are shown during OFX import
  • -
  • 396225 When importing a ofx/qif file, it does not show me all my accounts
  • -
  • 396978 Stable xml file output
  • -
  • 400761 Cannot open files on MacOS
  • -
  • 401397 kmymoney changes group permissions
  • -
  • 403745 in import dialog, newly-created account doesn't appear in pulldown menu
  • -
  • 403825 Transaction validity filter is reset when re-opening configuration
  • -
  • 403826 Transactions without category assignment are not shown in report
  • -
  • 403885 Buying / selling investments interest / fees round to 2 decimal places even when currency is to 6 decimal places
  • -
  • 403886 No way to set/change investment start date in investment wizard
  • -
  • 403955 After an action, the cursor returns to top of page and does not remain in a similar position to when action was started
  • -
  • 404156 Can't select many columns as memo
  • -
  • 404848 Crash on "Enter Next Transcation"
  • -
  • 405061 No chart printing support
  • -
  • 405329 CPU loop reconciling if all transactions are cleared
  • -
  • 405817 CSV importer trailing lines are treated as absolute lines
  • -
  • 405828 Budget problems
  • -
  • 405928 Loss of inserted data in transaction planner
  • -
  • 406073 Change of forecast method is not reflected in forecast view
  • -
  • 406074 Unused setting "Forecast (history)" for home view
  • -
  • 406220 Crash when deleting more than 5000 transactions at once
  • -
  • 406509 "Find Transaction..." dialog focus is on "Help" button instead of "Find"
  • -
  • 406525 Subtotals are not correctly aggregated when (sub-)categories have the same name
  • -
  • 406537 Encrypted file cannot be saved as unencrypted
  • -
  • 406608 Custom report based on Annual Budget incorrectly getting Actuals
  • -
  • 406714 Home view shows budget header twice
  • -
-

- -

Here is the list of the enhancements which have been added: -

    -
  • 341589 Cannot assign tag to a split
  • -
-

-
-
- - - - - KMyMoney 5.0.3 Release Notes - - 2019/01/27 - -

The KMyMoney development team is proud to present version 5.0.3 of its open source Personal Finance Manager.

- -

Some problems have been reported by many of you and the development team worked hard - to fix them in the meantime. The result of this effort is the new - KMyMoney 5.0.3 release.

- -

Despite even more extensive testing than usual, we understand that some - bugs may have slipped past our best efforts. If you find one of them, - please forgive us, and be sure to report it, either to the mailing list - or on bugs.kde.org.

- -

From here, we will continue to fix reported bugs, and working to add - many requested additions and enhancements, as well as further improving - performance.

- -

Please feel free to visit our overview page of the CI builds at - https://kmymoney.org/build.php.

- -

Here is the list of the bugs which have been fixed: -

    -
  • 403068 Storing and loading customized information reports in XML is totally broken
  • -
  • 347685 Transaction contains erroneous *** UNASSIGNED *** in Tags view if no payee is given
  • -
  • 392684 Unable to remove Payee from transactions
  • -
  • 396831 5.0 Version - Crashes when importing OFX/QFX File Using Firefox
  • -
  • 397467 Closed accounts are removed from a historical report each time the report is changed
  • -
  • 398919 Display schedule transactions with planned post date
  • -
  • 399260 title of report is truncated in graph view
  • -
  • 400628 Error Attempting Backup to Samba share - Windows 10
  • -
  • 400820 KMyMoney crashed when clicking on Forecast>Chart
  • -
  • 401080 Cumbersome opening of multiple reports
  • -
  • 401144 Price in exponential format is not interpreted correctly
  • -
  • 401448 Windows build is broken - '_isinf': identifier not found
  • -
  • 402101 Allow to reuse check numbers
  • -
  • 402120 "Pay to" field gets auto filled from previous transaction even if cleared manually
  • -
  • 402195 CSV importer: Opposite signs option not read from banking profile
  • -
  • 402200 EnterSchedule dialog too narrow
  • -
  • 402302 Saving confirmation asked even for unfilled operation
  • -
  • 402501 Check/transaction number not imported via CSV plugin
  • -
  • 402534 DB password doesn't apply while trying to save
  • -
  • 402547 Unable to save data to database in presence of online jobs
  • -
  • 402694 in remove shares transaction field tab order sticks in number of shares field
  • -
  • 402699 Unknown account id mymoneystoreagemgr.cpp:142
  • -
  • 402708 Division by zero errors in investement reports
  • -
  • 402750 Rounding problems with stock split factor cause crashes and errors
  • -
  • 402783 Transaction editor is not reset
  • -
  • 402794 Automatic category assignment does not respect tax assignment
  • -
  • 402814 Initial state of "View/Show all accounts" is not correct
  • -
  • 403039 The Interest pull down field missing when trying to enter income transaction in Investment ledger
  • -
  • 403156 Cmake fails on Fedora 28 looking for LibAlkimia and Qt4 Core and DBus
  • -
  • 403529 assigned TAG isn't shown up in scheduled transaction configuration
  • -
  • 403565 Crash when importing qif
  • -
  • 403608 SaveAs defaults to "wrong" file path
  • -
  • 403617 The currency New Kwanza Angolano has been replaced
  • -
-

- -

Here is the list of the enhancements which have been added: -

    -
  • 398133 Allow saving investment transaction without brokerage account if net amount is zero
  • -
  • 402316 Add action to create new transaction from any view
  • -
-

-
-
- - - - - KMyMoney 5.0.2 Release Notes - - 2018/10/17 - -

The KMyMoney development team is proud to present version 5.0.2 of its open source Personal Finance Manager.

- -

Although several members of the development team had been using version - 5.0.1 in production for some time, a number of bugs and regressions slipped - through testing, mainly in areas and features not used by them.

- -

These have been reported by many of you and the development team worked hard - to fix them in the meantime. The result of this effort is the new - KMyMoney 5.0.2 release.

- -

Despite even more extensive testing than usual, we understand that some - bugs may have slipped past our best efforts. If you find one of them, - please forgive us, and be sure to report it, either to the mailing list - or on bugs.kde.org.

- -

From here, we will continue to fix reported bugs, and working to add - many requested additions and enhancements, as well as further improving - performance.

- -

Many thanks go out to KDE's sysadmin team. Ben supported us with numerous hours - to get daily builds onto the KDE CI system. - This even includes MS-Windows installers. - Please feel free to visit our overview page of the CI builds at - https://kmymoney.org/build.php.

- -

Thanks also to those users who provided valuable support by sending in test files saved by earlier versions as - far back as KMyMoney 4.6.6. Using these files - we were able to fix some upgrade problems.

- -

Here is the list of the bugs which have been fixed: -

    -
  • 283784 when using the 'amount entry widget' in the ledger view, it hangs off the screen
  • -
  • 340244 Update the documentation screenshots
  • -
  • 340902 Saving anonymous file loses relation between investment accounts and brokerage accounts
  • -
  • 343878 investment account does not have key value pair for lastImportedTransactionDate
  • -
  • 344409 User is asked to create a new category in splits table if change is aborted
  • -
  • 368190 "Update Stock and Currency Prices" doesn't work when base currency is South Korean Won(KRW)
  • -
  • 385180 investactivities.cpp: 8 * Redundant condition
  • -
  • 390750 Entering fees in Investment account (ie broker fee) doesn't appear with transaction
  • -
  • 391251 Double free or corruption when creating a new asset account.
  • -
  • 392110 Missing 2 .h files in /usr/include/kmymoney
  • -
  • 392372 5.0.1 is shown as 5.0.0 in splash screen and about dialog
  • -
  • 392407 Home page Net Worth Forecast Not correct
  • -
  • 392477 Cannot create new investment
  • -
  • 392519 Reports Configure dialog uses a "Find" button instead of an "Apply" button.
  • -
  • 392603 OFX - Mapping Account - Last Update Change causing Update Account greying - Online Settings disappears
  • -
  • 392735 Crash on viewing or trying to add data into any account
  • -
  • 393168 [Patch] Fix working week in 5.x/master
  • -
  • 393752 Budgeted vs. Actual report: Budgeted values broken if ticks selected to Bi-Monthly, Quarterly or Yearly
  • -
  • 394384 MySQL connection error with dbname "KMyMoney"
  • -
  • 394394 problems adding securities to investment accounts
  • -
  • 395025 csv writer generates invalid file in case field delimiter is used in any field
  • -
  • 395040 CSV Export of Investment Accounts does not issue transactions on non-English kmymoney installations
  • -
  • 395100 Last selected view
  • -
  • 395291 KMyMoney gitt head master, crash on opening any account
  • -
  • 395459 Ledger Input: Category Field
  • -
  • 395985 QIF Export manually typing file path adds .qif after every character
  • -
  • 396174 Cannot create new investment
  • -
  • 396405 Last digit of date field is obscured by "details column" in ledger view
  • -
  • 396759 CSV: ordering of buttons when finishing wizard
  • -
  • 396886 Online Banking Behavior Change Since 4.8
  • -
  • 396987 Payee "Suggest a category" does not work
  • -
  • 397020 Opening dates in "all dates" plot
  • -
  • 397021 Net worth does not appear
  • -
  • 397023 Default color of imported transaction in the ledger
  • -
  • 397025 Kmymoney version in help menu, splash screen and apt are different
  • -
  • 397436 Net worth forecast graph in new file shows formatting problem
  • -
  • 397457 double clicking in ledger activates edit, but does not select transaction clicked on
  • -
  • 397675 cannot connect to kmysql database because of prepended slash
  • -
  • 397824 Limit in number of securities
  • -
  • 398168 écran d'accueil
  • -
  • 398394 Account information report crashes
  • -
  • 398409 KMyMoney does not prompt for password when connecting to database
  • -
  • 399244 KMyMoney does not work properly when changing from one file to another
  • -
  • 399309 "show balance chart" does not show 3 months forecast in the future anymore
  • -
  • 399378 Unable to Update Prices
  • -
  • 399673 importer file selector does not show QIF files and does not remember last import directory
  • -
-

- -

Here are some of the new improvements found in this release: -

    -
  • 396797 Online web source "KMyMoney Currency" does not support price pairs without decimal
  • -
  • Speedup loading of home page
  • -
  • KDE binary factory builds for MS-Windows installer
  • -
  • Add color coding of pos/neg amounts for 'posted value' column
  • -
  • Fix online credit transfer creation
  • -
  • Some features have been moved to plugins so that they can be turned off if unused
  • -
  • Provide correct version information for all shared object files
  • -
  • Improved handling of "Save as..." logic
  • -
  • Allow to add a timezone offset for OFX import on account basis
  • -
  • Moved GPG key handling to XML plugin
  • -
  • Accounts can now take a URL for direct access of the online banking web-site
  • -
  • Support more than one online banking provider during update
  • -
  • Added option to keep linebreaks in memo of AqBanking transaction imports
  • -
  • Remove reference to online balance when unmapping account
  • -
  • Added feature to make DB password visible during input
  • -
-

- -

For a full list of the changes please check out the changelog. We highly recommend upgrading to 5.0.2.

-

The KMyMoney Development Team

-
-
- - - - - KMyMoney 5.0.1 Release Notes - - 2018/03/17 - -

The KMyMoney development team is proud to present version 5.0.1 of its open source Personal Finance Manager.

- -

Although several members of the development team had been using the new - version 5.0.0 in production for some time, a number of bugs and regressions slipped - through testing, mainly in areas and features not used by them.

- -

These have been reported by many of you and the development team worked hard - to fix them in the meantime. Some of them are very annoying which lead us to - work on a first maintenance release which is available immediately as KMyMoney 5.0.1.

- -

Here is the list of the bugs which have been fixed: -

    -
  • 390264 Clicking autocomplete entry crashes application
  • -
  • 350850 Kmymoney does not open multiple files correctly
  • -
  • 377760 Cannot turn off Outbox tab in 4.8.0.
  • -
  • 390042 can't change ledger sort options in configure dialog
  • -
  • 390176 File/backup give mount/unmount error, even if "mount" is not checked
  • -
  • 390232 Don't add new payee from new operation panel
  • -
  • 390627 QIF Import filter fails
  • -
  • 390657 Huge gap in report display screen
  • -
  • 390658 Crash > Tools > Currencies
  • -
  • 390834 Scheduled transactions: "Enter next transaction" should be available in ledger
  • -
  • 390873 dollar symbol appears after amount
  • -
  • 390967 quantity in Investments view should be right-justified
  • -
  • 391048 Pre-Fill dialog missing
  • -
  • 391249 Show tip of the day
  • -
  • 391453 Displaying the ledger without an account having been selected displays a closed account
  • -
  • 391733 Startup WM Class is wrong
  • -
  • 391770 CSV importer ignores last line if not followed by a newline
  • -
  • 391773 Context does not change to ledger view from the find transaction dialog
  • -
  • 390178 After completing reconcile, Statement/Cleared/Balance show reconcile amounts, not account amounts
  • -
  • 390406 switching from Investments page to Ledgers always shows same stale closed account ledger
  • -
  • 390593 Clearing ledger search box doesn't return to the previous position
  • -
  • 390249 Ctrl+Shift+Space shortcut no longer available
  • -
  • 390467 Save as defaults to encrypted with no way to not encrypt
  • -
  • 391961 Home page Net Worth Forecast Y axis starts at 0
  • -
-

- -

Here are some of the new improvements found in this release: -

    -
  • Remove old locolor icons
  • -
  • Install local icons in the local datadir
  • -
  • Fix icon presentation of our own icons
  • -
  • Fix build with QtWebEngine
  • -
  • Enable investment actions when appropriate
  • -
  • Ledger search box now supports the account hierarchy character ":"
  • -
  • Enable calculator tool button
  • -
  • Allow CSV importer to deal with Feb 30th
  • -
-

- -

For a full list of the changes please check out the changelog. We highly recommend upgrading to 5.0.1.

-

The KMyMoney Development Team

-
-
- - - - - KMyMoney 5.0.0 Release Notes - - 2018/02/06 - -

The KMyMoney development team is proud to present version 5.0.0 of its open source Personal Finance Manager.

- -

As with every release, the KMyMoney development team has been working hard - to make this release better and easier to use in every way. We have also made - quite a few improvements. We are confident you will like what you see.

- -

The largest amount of work has gone towards basing this version on KDE - Frameworks. Many of the underlying libraries used by the application have - been reorganized and improved, but most of that is behind the scenes, and not - directly visible to the end user. Some of the general look and feel may have - changed, but the basic functionality of the program remains the same, aside - from intentional improvements and additions.

- -

In addition to adapting to new and updated libraries, there have also been - numerous bug fixes, as well as several new features and improved - functionality. Although this means there have been some major changes to the - underlying code, this version has actually been used in production by many of - the developers, so it has actually had a significant amount of testing.

- -

Here are some of the new features found in this release: -

    -
  • Multiple improvements to reports, including better performance.
  • -
  • Allow logarithmic axes in report graphs.
  • -
  • When deleting a security, automatically delete its prices.
  • -
  • Allow separate beginning balance accounts for different currencies.
  • -
  • Added support for several new currencies
  • -
-

- -

Here are some of the major bugs which have been fixed: -

    -
  • Elimination of several crashes.
  • -
  • Fix problems with report graphs using older data.
  • -
  • Fix rounding errors in some investment transactions.
  • -
  • Removed Yahoo from stock and currency price sources, as they no longer provide this service
  • -
-

- -

There are a some changes which will need some adjustments on the user's side if you are upgrading from 4.8.x or an older version - The program searches for the templates for the printcheck plugin in - different locations. The user needs to account for this in the plugins - setting dialog.

- -

Known issues -

    -
  • Executing SEPA online transfers are not working. Transaction download is still possible
  • -
  • Italian documentation requires KDE Frameworks newer. than 5.30.0. In case you run into problems compiling the Italian documentation because you have an older version of the KDE Frameworks, simply remove the file po/it/docs/kmymoney/index.docbook from the released source, re-run cmake and build the application.
  • -
-

- -

For a full list of the changes please check out the changelog. We highly recommend upgrading to 5.0.0.

-

The KMyMoney Development Team

-
-
- - - KMyMoney 4.8.0 Release Notes - - 2016/06/14 - -

KMyMoney version 4.8.0 is now available. This version contains fixes for several bugs, here is a short list: -

    -
  • Added support for online SEPA transactions
  • -
  • Added support for import from Weboob
  • -
  • Improved payee matching when importing transactions
  • -
  • Supports AqBanking versions 5.5.0 or later
  • -
  • Updated Brazilian account templates
  • -
  • When an account cannot be closed, a tooltip explains the reason
  • -
  • Categories no longer have opening date, which caused annoying errors - both during input and while running the consistency check
  • -
  • Do not inadvertently modify start date of schedules
  • -
  • Solved rounding problems causing reconciliation to fail and - investment transaction to show missing assignments of 0.00
  • -
  • Fixed some annoying consistency check errors
  • -
- The full list of solved issues can be viewed in KDE's issue tracker.

-

Thanks to the KDE translation teams the following new translations were added: documentation in Estonian.

- -

For a full list of the changes please check out the changelog. We highly recommend upgrading to 4.8.0.

-

The KMyMoney Development Team

-
-
- - - LibAlkimia 5.0.0 Release Notes - - 2015/12/01 - -

LibAlkimia version 5.0.0 was released in preparation for the release of KMyMoney version 4.8.0. This version contains build system updates and optimizations that will allow KMyMoney to run faster: -

    -
  • add support for newer versions of cmake (>=2.8.7)
  • -
  • use implicit sharing in AlkValue
  • -
- For a full list of the changes please check out the changelog.

-

The KMyMoney Development Team

-
-
- - - KMyMoney 4.7.2 Release Notes - - 2015/04/25 - -

KMyMoney version 4.7.2 is now available. This version contains fixes for several bugs, here is a short list: -

    -
  • fix a crash in the transaction split editor
  • -
  • added the monetary symbol of the Turkish lira
  • -
  • matching restrictions on an already imported transaction were removed
  • -
- The full list of solved issues can be viewed in KDE's issue tracker.

- -

Thanks to the KDE translation teams the following new translations were added: documentation in Italian and application translation in Slovak, Turkish and Simplified Chinese

- -

If you are using AqBanking to place transactions with your bank and want to contribute to the availability of this feature in KMyMoney please contact the developers or build git master to give it a try.

- -

For a full list of the changes please check out the changelog. We highly recommend upgrading to 4.7.2.

-

The KMyMoney Development Team

-
-
- - - KMyMoney 4.7.1 Release Notes - - 2014/11/01 - -

KMyMoney version 4.7.1 is now available. This version contains fixes for several bugs, here is a short list: -

    -
  • fix ledger context menu triggering with multiple selection on Windows
  • -
  • fix setting all amounts to zero while editing multiple transactions
  • -
  • zero valued transactions can be entered again just like in 4.6.x
  • -
  • fix the currency conversion dialog for really big/small conversion rates
  • -
  • fix investment transaction unassigned value errors in some cases
  • -
- A more complete list of changes can be found in KDE's issue tracker.

- -

If you are still using 4.6.x to import your transactions and consider - upgrading to 4.7.1 please note that transaction matching will take the - payee into consideration. This means that payee matching rules might - need to be setup to get matching working a expected.

- -

For a full list of the changes please check out the changelog. We highly recommend upgrading to 4.7.1.

-

The KMyMoney Development Team

-
-
- - - KMyMoney 4.7.0 Release Notes - - 2014/10/01 - -

It's been over 3 years since the last feature release is out on the - street. During that time, many new features were added and many bugs were fixed. - The team has decided it's time to get on the - path to another stable release.

-

KMyMoney 4.7.0 is now available for download. It is KMyMoney 4.8 Beta - 1, only suitable for advanced users willing to help us stabilize and - iron out the upcoming stable version.

-

Your help is important. Please download it, use it, and help us find issues to make a great release. - Keep in mind that this version will still bark your dog away. Make - extensive backups before using it.

-

Our plan is to have a stable version ready in December. You can find the - schedule here.

-

Some of the highlights since the latest feature version are: -

    -
  • Revamped CSV import plugin
  • -
  • New Tags feature
  • -
  • Oxygen is now the default icon set
  • -
  • For OFX imports, application ID can be entered manually now
  • -
  • Many fixes in the import and online banking modules
  • -
  • Performance improvements
  • -
  • Many fixes for multi-platform issues
  • -
-

-

For a full list of the changes please check out the changelog.

-

The KMyMoney Development Team

-
-
- - - KMyMoney 4.6.4 Release Notes - - 2013/10/06 - -

After more than a year from the last bugfix release the KMyMoney development team is pleased - to announce the immediate availability of KMyMoney version 4.6.4. This version contains a few fixes for bugs found in 4.6.3.

-

Here is a list of the most important changes since the last stable release: -

    -
  • Fixed the interaction with input method editors. #320579, #272393 and #272631
  • -
  • Fixed a crash after editing a security #309105
  • -
  • The 'Use system colors' setting was made a default setting #309010
  • -
  • Fixed the rendering of a ledger entry when the ledger does not have focus
  • -
  • Fixed the persitency of some header settings like in the 'Investments' view #310260
  • -
  • Fixed a crash when OFX update is cancelled while waiting for KWallet #281728
  • -
  • Fixed a crash cause by a transaction with an empty postdate #310265
  • -
  • Fixed a possible crash while mapping an OFX account #296681
  • -
  • Added definition for new Azerbaijani Manat #307774
  • -
  • Fixed the category selection actions in the find transactions dialog. #313874
  • -

-

For a full list of the changes please check out the changelog. We highly recommend upgrading to 4.6.4 as soon as possible.

-
-
- - - KMyMoney 4.6.3 Release Notes - - 2012/09/03 - -

The KMyMoney Team is pleased to announce the immediate availability of KMyMoney version - 4.6.3. This version contains quite a few fixes for bugs found in 4.6.2 since it was - released seven months ago.

-

Here is a list of the most important changes since the last stable release: -

    -
  • The online statement balance is highlighted if it's different from current file balance #287494
  • -
  • Correct the post date of the opening balance transaction when the opening date of the account changes #293430
  • -
  • The header state (adjusted column sizes) is now always restored correctly #294093
  • -
  • Can be built with Qt 4.8 without patching KDChart #293448
  • -
  • Fix a crash on opening SQLite databases #295235
  • -
  • MZN as new Mozambique Metical as well as an entry for MZM as the old Mozambique Metical were added
  • -
  • Attempt to reconnect to the database (once) on accidental disconnects #286503 and 294046
  • -
  • Allow the creation of 'Equity' accounts when "Show equity accounts" is checked #295483
  • -
  • In the 'Find transactions' dialog trigger a search when return is pressed and there is text entered in the filter #299525
  • -
  • Reports related fixes #267990, #296723, #290737 and #283294
  • -
  • Fixed a large minimum ledger size when using some fonts #295883
  • -
  • Fixed SQL sitax in a certain usecase #250300
  • -
  • CSV importer plugin related fixes #302181, #287786, #295162, #296550, #296676 and #296977
  • -
-

-

For a full list of the changes please check out the changelog. We highly recommend upgrading to 4.6.3 as soon as possible.

-

The KMyMoney Development Team

-
-
- - - KMyMoney 4.6.2 Release Notes - - 2012/02/04 - -

The KMyMoney Team is pleased to announce the immediate availability of KMyMoney version - 4.6.2. This version contains quite a few fixes for bugs found in 4.6.1 since it was - released three months ago.

-

Here is a list of the most important changes since the last stable release: -

    -
  • OFX files with UTF-8 data can now be imported correctly #291685
  • -
  • Fix displaying the 'Enter/Skip schedule' action icons in the homepage on Windows #291480
  • -
  • Fixed the initial size of the schedule entry dialog in some use cases #236475
  • -
  • Fixed a hang in reports in some scenarios #290487
  • -
  • Fixed some Finance::Quote related problems on Windows
  • -
  • Allow editing the memo of multiple transactions #289351
  • -
  • Fix schedule handling #290059
  • -
  • Make the QIF import on Windows usable #290483
  • -
  • Fix GnuCash file import #283848
  • -
  • Improve item navigation using the keyboard #283804
  • -
  • Scheduled transactions can now be correctly skipped #288647 or ignored #254363 when automatic entry is enabled
  • -
  • Fix the budgets that somehow still reference invalid accounts #288279
  • -
-

-

For a full list of the changes please check out the changelog. We highly recommend upgrading to 4.6.2 as soon as possible. We would also recommend packagers to endorse this version as their latest stable version of KMyMoney due to the number of fixes available vs. 4.5.3. During this bugfix cycle a new release of libalkimia was also made available.

-

The KMyMoney Development Team

-
-
- - - KMyMoney 4.6.1 Release Notes - - 2011/11/06 - -

The KMyMoney Team is pleased to announce the immediate availability of KMyMoney version - 4.6.1. This version contains several fixes for bugs found in 4.6.0 since it was - released three months ago.

-

Here is a list of the most important changes since the last stable release: -

    -
  • fixed schedules moved to the next processing day #262945
  • -
  • fixed a crash with an uncaught exception when closing the current file before a GNUCash import #280070
  • -
  • fixed the split window redraw when resizing #241544
  • -
  • fixed a crash caused by an invalid budget #280172
  • -
  • fixed a crash when deleting an account #280740
  • -
  • the date can now be modified when editing multiple transactions #280795
  • -
  • the balance in the payees view is now computed correctly even if the payee has transactions with different currencies #280795
  • -

-

For a full list of the changes please check out the changelog. We highly recommend upgrading to 4.6.1 as soon as possible.

-

The KMyMoney Development Team

-
-
- - - KMyMoney 4.6.0 Release Notes - - 2012/08/11 - -

We are happy to announce the release of KMyMoney version 4.6.0, the next stable version, after 11 months of development from the first release of the 4.5 series.

-

Some of the highlights since the latest stable version: -

    -
  • New CSV import plugin
  • -
  • The application is translated in 36 languages (Bosnian and Uyghur added)
  • -
  • The user documentation is available in 7 languages (French translation added)
  • -
  • Many fixes for the OS X and Windows platform
  • -
  • Performance improvements (although we know there's still work to do in this regard)
  • -
  • Many fixes in the import and online banking modules
  • -
  • Over 100 bugs have been fixed since the latest bugfix release alone
  • -
  • Since the OFX institution listing service run by Microsoft (TM) stopped working, we switched to the service run on www.ofxhome.com which is provided on a voluntarily basis by Jesse Liesch. With his support it was easy to make the switch in KMyMoney
  • -
  • Added Serbian Dinar as a standard currency
  • -
  • Allow entering an interest rate with three decimal places when editing a loan
  • -
  • Improved wording when transaction editing is canceled by selecting another transaction in the ledger
  • -
  • Make FID an optional field during definition of an OFX account mapping
  • -
  • Allow to base the payee name from either the PAYEEID, NAME or MEMO field in an OFX transaction
  • -
-

-

For a full list of the changes since the latest stable version please check out the changelog

-

The KMyMoney Development Team

-
-
- - - KMyMoney 4.5.96 Release Notes - - 2011/06/16 - -

We are happy to announce the release of KMyMoney version 4.5.96 (the second beta release on the way to KMyMoney 4.6). A few bugs were fixed since the release of the first beta and we even added some small improvements.

-

Here is the list of the most important changes (since 4.6 Beta 1): -

    -
  • Since the OFX institution listing service run by Microsoft (TM) stopped working, we switched to the service run on www.ofxhome.com which is provided on a voluntarily basis by Jesse Liesch. With his support it was easy to make the switch in KMyMoney
  • -
  • Added Serbian Dinar as a standard currency
  • -
  • Allow entering an interest rate with three decimal places when editing a loan
  • -
  • Improved wording when transaction editing is canceled by selecting another transaction in the ledger
  • -
  • Make FID an optional field during definition of an OFX account mapping
  • -
  • Allow to base the payee name from either the PAYEEID, NAME or MEMO field in an OFX transaction
  • -
-

-

For a full list of the changes please check out the changelog.
- Please try the beta (don't forget to activate the backup) and report any issues you find so 4.6 will become a rock solid release.

-

The KMyMoney Development Team

-
-
- - - KMyMoney 4.5.95 Release Notes - - 2011/06/04 - -

It's been almost 9 months since the last stable version is out on the - street. During that time, lots of bugs were uncovered, and lots were - fixed. So much so, that the team has decided it's time to get on the - treadmill toward another stable release.

-

KMyMoney 4.5.95 is now available for download. It is KMyMoney 4.6 Beta - 1, only suitable for advanced users willing to help us stabilize and - iron out the upcoming stable version.

-

Your help is important. Please download it, use it, and help us find issues to make a great release. - Keep in mind that this version will still bark your dog away. Make - extensive backups before using it.

-

Our plan is to have a stable version ready in August. You can find the - schedule here.

-

Some of the highlights since the latest stable version are: -

    -
  • New CSV import plugin
  • -
  • Many fixes for the OS X and Windows platform
  • -
  • Performance improvements (although we know there's still work to do in this regard)
  • -
  • Many fixes in the import and online banking modules
  • -
  • Over 100 bugs have been fixed since the latest bugfix release alone
  • -
-

-

For a full list of the changes please check out the changelog.

-

The KMyMoney Development Team

-
-
- - - KMyMoney 4.5.3 Release Notes - - 2011/02/01 - -

The KMyMoney Team is happy to announce the availability of KMyMoney version - 4.5.3. This is a bugfix version from the 4.5 series.

-

This release only contains performance improvements since the 4.5.2 release and a few bugfixes: -

    -
  • Improve performance with investment account balance calculation
  • -
  • Switch to AqBanking5
  • -
  • Don't select the character that starts the split editor #263319
  • -
  • Support "Gielda Papierow Wartosciowych" as price source #261803
  • -
-

-

For a full list of the changes please check out the changelog. As with the previous bugfix versions we recommend upgrading to 4.5.3.

-

The KMyMoney Development Team

-
-
- - - KMyMoney 4.5.2 Release Notes - - 2010/12/21 - -

The KMyMoney Team is pleased to announce the immediate availability of KMyMoney version - 4.5.2. This is a bugfix version from the 4.5 series.

-

Here is a list of the most important changes since the 4.5.1 release: -

    -
  • fixed several crashes like when adding transactions directly into the register (on Qt 4.7.1) #258355, - when cancelling the QIF importer date selection dialog #259235, importing GnuCash files with zero valued prices #256282
  • -
  • fixed a problem with Finance::Quote #257260
  • -
  • it is now possible to use KMyMoney with small resolutions (1024x600) #258460 - and #256769
  • -
  • improved some small user interface issues - #259437, - #258466, - #257986, - #257761, - #257369
  • -
  • fixed a usability issue when using the Include sub-accounts feature with budgets #255135
  • -

-

For a full list of the changes please check out the changelog. As with the previous bugfix versions we recommend upgrading to 4.5.2.

-

Merry Christmas!

-

The KMyMoney Development Team

-
-
- - - KMyMoney 4.5.1 Release Notes - - 2010/11/12 - -

The KMyMoney Team is pleased to announce the release of KMyMoney version - 4.5.1. This version contains several fixes for bugs found in 4.5.0 since it was - released almost three months ago as the stable release for the KDE Platform 4.

-

Here is a list of the most important changes since the last stable release: -

    -
  • fixed several crashes like when adding a default category to a payee #248448, - when activating the schedules calendar on certain languages #232757, when - back-tabbing in the split editor #244962
  • -
  • fixed some report configuration bugs #255532 and - #249119
  • -
  • improved some small user interface issues #252598, - #249609, - #241044, - #255433, - #251212
  • -
  • added the new Bulgarian Lev as a currency #255491
  • -
-

-

For a full list of the changes please check out the changelog. If you - are using the KDE4 version and where affected by one of the closed bugs or wish - for a few improvements we recommend upgrading to 4.5.1.

-

The KMyMoney Development Team

-
-
- - - KMyMoney 4.5.0 Release Notes - - 2011/08/16 - -

The KMyMoney is pleased to announce the release of a stable version - for KDE Platform 4. With over 15 months of development, this new - version is the starting point of a new series of KMyMoney versions to - leverage the stellar features offered by the KDE Platform.

-

Throughout this effort, our focus has been to maintain feature-parity - with previous versions, maintaining and improving the high level of - quality that your personal financial data deserve. This version has - gone through an intensive testing, allowing us to find and fix many - bugs and improve the usability of the application.

-

Along the way, we did manage to add some new features: -

    -
  • Better documentation
  • -
  • Works with the latest version of AqBanking
  • -
  • Improved usability of the online banking features
  • -
  • Uses KWallet to store online banking passwords
  • -
  • The consistency checks runs automatically before saving your data, - it now checks for a wider range of problems, and it automatically - corrects many of them.
  • -
  • Runs in all operating systems supported under KDE
  • -
-

-

Since the release candidate in May, about 70 bugs were fixed, and over - 400 commits were made to the code alone, not including documentation - and translations. The application is now fully Qt4 native and is ready - to accept new features.

-

In the process, we are also moving from Sourceforge to KDE. For this - release, we have created a new mailing list for users only, - kmymoney@kde.org, which replaces the kmymoney2-users list.

-

The release of a stable version for KDE4 also marks the beginning of - the end for the KDE3 series. In maintenance mode since 1.0.0, it is - progressively going into frozen state. New features will be added to - the KDE4-series only, with the KDE3 code receiving only critical - fixes.

-

All in all, we believe that the port to KDE4 has grown a better - application, and even more important, a better team. We have asked you - for patience while we took this much needed step, now are ready to - start adding new features again. Right after we take some a deep - breath and some rest, because this has been very stressful to all of - us.

-

The KMyMoney Development Team

-
-
- - - KMyMoney 1.0.0 Release Notes - - 2009/08/19 - -

The KMyMoney development team is pleased to announce a major step forward for what has been described as "the BEST personal finance manager for FREE users". With over 3 years of development, this new stable release has a lot of new features and a refreshed user interface.

-

What's new since version 0.9.3:

-
    -
  • A new look and feel, and a new set of icons
  • -
  • Added investment price reports, investment moving average price
  • -
  • Added GUI option for expert mode
  • -
  • Improved scheduled occurrences support
  • -
  • Improved support for CMake
  • -
  • Improved text filter for transactions
  • -
  • Improved charts look and feel
  • -
  • Improved DB support and performance
  • -
  • Improved QIF and OFX support
  • -
  • Updated documentation
  • -
  • Updated translations
  • -
  • A lot of bug fixing and polishing rough edges to make this an outstanding release
  • -
-

What's new since version 0.8.9:

-
    -
  • Home Page. Improved reports are available on the home page to give a quick glance on your financial situation
  • -
  • Appearance. A refreshed home page and a new set of icons have been exclusively designed to celebrate the 1.0 release
  • -
  • Budgets. A new budget feature allows you to specify your future expectations of income and expenditure, and then to compare your actual performance against these. You can use your historical data to have KMyMoney create a basic budget for you. Budget reports can be displayed as charts if desired. Monthly budget overruns can be displayed on your home page, but can be removed if you find it too depressing
  • -
  • Forecasts. A forecast can be produced of the future balances of your critical accounts, based either on regular scheduled transactions or your historical data
  • -
  • Reports. Forecast, Schedule Information, Account Information, Loan Information, Reconciliation, Cash Flow, Investment Price, and Investment Moving Average Price
  • -
  • Charts. Many of the reports produced by KMyMoney may now be displayed in chart form. Line, bar, stacked bar, pie and ring charts are supported where appropriate
  • -
  • Schedules. More flexible occurrence periods
  • -
  • Importer. A totally re-written Quicken (QIF) file importer and an improved GnuCash file importer. Also added OFX support for money market accounts
  • -
  • PGP encryption. Added support for more than one key
  • -
  • Database. The optional use of a database for data storage is supported (MySQL, PostgreSQL and SQLite version 3 have been extensively tested)
  • -
  • CMake. Added support for compilation and tests
  • -
  • Translations. Added translations for Swedish, Simplified Chinese, Turkish, Romanian, and Finnish
  • -
-

Many enhancements have been made to existing functionality, to improve your user experience. Among the foremost of these are the following:

-
    -
  • User interface. Several new options have been provided to enable you to configure KMyMoney to your personal requirements. Multiple user interface improvements
  • -
  • Accounts. New 'wizards' have been produced to simplify the setting up of new accounts, and complicated situations such as loans and mortgages. One wizard in particular will guide first time users through the setting up of their new file, and template lists of frequently-used accounts and categories are supplied, often tailored to nationality. Defunct accounts may now be marked as closed, so that they no longer clutter up your screens, though they are still available for viewing if required. Allow creation of additional Equity accounts and editing of Equity transactions. Added hierarchy management to New Account wizard. Warning messages can be displayed if the balance on an account exceeds, or falls below, a given value
  • -
  • Currencies. Added Euro support for Slovakia. Better support for multiple currencies
  • -
  • Ledgers. The views of the various ledgers have been revamped to provide better performance, and more facilities for sorting and searching transactions, including a 'quick search' option. A new multiple transaction selection function will allow you to do some 'bulk' changing of transactions. A new, more comprehensive, transaction autofill facility, based on payee name, has been introduced
  • -
  • Payees. Deletion of 'non-empty' payees and categories is now allowed, with the transactions being re-assigned as required
  • -
  • Schedules. Changes have been made to simplify the entry and maintenance of your regular scheduled transactions. Allow direct editing and entering of schedules from Home page. Allow viewing and entering schedules on the Ledger View
  • -
  • Reports. Improved text filter for transactions. Various fixes related to Loans, and Budget reports. Some new reports have been added, new levels of detail have been included, and many of them have also been made more configurable. There have also been a lot of fixes related to multi-currency reports. Improved calculation of returns and multiple currencies in investment reports
  • -
  • Online update. If you use OFX or HBCI for online banking, your setup has been made easier, and a manual transaction matching facility should simplify reconciliation of your downloaded statements. There is support for new versions of AqBanking and libofx, providing more flexibility and reliability. Improved QIF and OFX support, with significant improvements to the OFX import process. Improvements and enhancements to matching and error handling, among others. Improved investment transaction and online update dialog
  • -
  • Improved documentation and README files
  • -
  • Updated translations for Spanish, Argentinian Spanish, Brazilian Portuguese, simplified Chinese, Czech, Dutch, French, Galician, German, Italian and Portuguese
  • -
  • Lots of code cleanup
  • -
  • A lot of bug fixing and polishing rough edges to make this an outstanding release
  • -
-

Let us know what you think. We hope that you enjoy using this version of - KMyMoney.

-

Please let us know about any abnormal behavior in the program by - selecting "Report bug..." from the help menu or by sending an e-mail to - the developers mailing list.

-

The KMyMoney Development Team

-
-
-
-
diff --git a/rss.php b/rss.php deleted file mode 100644 index b7c46ea..0000000 --- a/rss.php +++ /dev/null @@ -1,130 +0,0 @@ -(.*)<\/item>/is", $rf, $printing ); - $rdf_pieces = explode( "", $printing[0] ); - $rdf_items = count( $rdf_pieces ); - if( !isset( $max_items ) ) $max_items = 5; - if( $rdf_items > $max_items) $rdf_items = $max_items; - if( $rdf_items < $max_items) $rdf_items = $rdf_items-1; - - for ( $x=1; $x<=$rdf_items; $x++ ) - { - // Process one item - preg_match( "/(.*)<\/title>/s", $rdf_pieces[$x], $title ); - preg_match( "/<date>(.*)<\/date>/s", $rdf_pieces[$x], $date ); - preg_match( "/<fullstory>(.*)<\/fullstory>/s", $rdf_pieces[$x], $fullstory ); - - // We need to escape the XML/HTML characters referenced in the <fullstory> - $description = $fullstory[1]; - $description = preg_replace( "/&/", "&", $description ); - $description = preg_replace( "/</", "<", $description ); - $description = preg_replace( "/>/", ">", $description ); - $description = preg_replace( "/href=\"\//", "href="". $base_site . "/", $description ); - $description = preg_replace( "/\"/", """, $description ); - - // Process date (e.g.: "29th April, 2005") - // The function strtotime cannot handle the "th" and the comma, so have find day, month and year - preg_match( "/([a-zA-Z]+) +([0-9]{1,2})(st|nd|rd|th).+ +([0-9]{2,4})/", $date[1], $datepiece ); - $newdate = $datepiece[2] . " " . $datepiece[1] . " " . $datepiece[4] . " UTC"; - // Nevertheless we use strtotime to avoid to have a month name table - $pubdate = strtotime( $newdate ); - - // Create link (the reference to a HTML file where the news can be read) - $link = $refered_news_file . "#item" . preg_replace("/[^a-zA-Z0-9]/", "", $title[1]); - // add a prefix for the application, if given - if( $app_name ) $title[1] = "[" . $app_name . "] " . $title[1]; - - // Write one item - print( "\n" ); - print( " <item>\n" ); - print( " <title>" . $title[1] . "\n" ); - print( " " . $link . "\n" ); - print( " " . gmdate( "r", $pubdate ) . "\n" ); - print( " " . $description . "\n" ); - print( " \n" ); - } - } -} - -/* Parameters: - * $rdf_file: name of the RDF file that is to be transformed to RSS 2 - * $refered_news_file: full URL of a HTML page where the news are displayed - * $base_site: base site URL for relative links - * - */ -function kde_rdf_to_valid_rss2 ( $rdf_file, $refered_news_file, $base_site ) -{ - $file = @fopen( $rdf_file, "r" ); - - if ($file) { - // ### TODO: support more than 32MB ( rss 2.0 has not any limit ) - $rf = fread( $file, 32000 ); - fclose( $file ); - - // Process header - $pos = strpos( $rf, "" ); // The header is before the first item - // ### TODO: test if $pos === FALSE - $header = substr( $rf, 0, $pos ); - - preg_match( "/(.*)<\/title>/", $header, $title ); - preg_match( "/<link>(.*)</\link>/", $header, $link ); - preg_match( "/<description>(.*)<\/description>/", $header, $description ); - preg_match( "/<language>(.*)<\/language>/", $header, $language ); - preg_match( "/<webMaster>(.*)<\/webMaster>/", $header, $webmaster ); - preg_match( "/<copyright>(.*)<\/copyright>/", $header, $copyright ); - - // Write RSS 2 header - print( "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n" ); - print( "<rss version=\"2.0\">\n" ); - print( " <channel>\n" ); - print( " <title>" . $title[1] . "\n" ); - print( " " . $link[1] . "\n" ); - print( " " . $description[1] . "\n" ); - print( " " . $language[1] . "\n" ); - print( " " . $webmaster[1] . "\n" ); - print( " " . $copyright[1] . "\n" ); - print( " http://blogs.law.harvard.edu/tech/rss\n" ); - print( " 120\n" ); - print( " " . gmdate( "r", filemtime("./news.rdf") ) ."\n" ); - print( " \n" ); - print( " http://edu.kde.org/media/images/edu.png\n" ); - print( " " . $title[1] . "\n" ); - print( " " . $link[1] . "\n" ); - print( " " . $description[1] . "\n" ); - print( " \n" ); - - // Process and write items - process_items( $rdf_file, $refered_news_file, $base_site, 7, "" ); - - // Write RSS 2 footer - print( "\n" ); - print( " \n" ); - print( "\n" ); - } -} - -error_reporting(E_ERROR | E_PARSE); -header( "Content-Type: application/rss+xml" ); -kde_rdf_to_valid_rss2( "news.rdf", "https://kmymoney.org/news.php", "https://kmymoney.org" ); - -?> diff --git a/screenshots.md b/screenshots.md new file mode 100644 index 0000000..3d61ed1 --- /dev/null +++ b/screenshots.md @@ -0,0 +1,27 @@ +--- +title: Screenshots +layout: default +css-include: /css/main.css +--- + +
+

Screenshots

+ + {% for image in site.data.screenshots %} +
+
+
+

{{ image.title }}

+

+ {{image.description | markdownify}} +

+
+ {% if image.video %} +
+
+ {% endfor %} +
diff --git a/screenshots.php b/screenshots.php deleted file mode 100644 index 382710f..0000000 --- a/screenshots.php +++ /dev/null @@ -1,299 +0,0 @@ - - -addImage("images/screenshots/small/kmm1.png", - "images/screenshots/large/kmm1.png", - "320", "250", "View normal version", - "The Welcome Page", - "KMyMoney has a welcome page to help new users get off to a good start."); - $gallery->addImage("images/screenshots/small/kmm2.png", - "images/screenshots/large/kmm2.png", - "320", "250", "View normal version", - "Your Financial Summary", - "The financial summary gives you an overview of your - finances, including overdue and upcoming scheduled - transactions. The summary also shows your accounts and - their current balances. You can also customize this page, - adding your favorite reports for example."); - $gallery->startNewRow(); - $gallery->addImage("images/screenshots/small/kmm3.png", - "images/screenshots/large/kmm3.png", - "320", "250", "View normal version", - "The Institutions View", - "In this view your accounts are organized, - viewed, and managed by the institutions they are held - at.
- You can easily see all the accounts you might hold with a - particular bank for instance. You can create new accounts - or edit, view, delete, reconcile and update existing - accounts from here if you wish."); - $gallery->addImage("images/screenshots/small/kmm4.png", - "images/screenshots/large/kmm4.png", - "320", "250", "View normal version", - "The New Institution Dialog", - "It is easy to add new financial institutions."); - $gallery->startNewRow(); - $gallery->addImage("images/screenshots/small/kmm5.png", - "images/screenshots/large/kmm5.png", - "320", "250", "View normal version", - "The Accounts View", - "In this view your accounts are organized, viewed, and - managed by the type of account they are (an Asset or - Liabiliy account), and by category (Income or Expense - account). You can create new accounts or edit, view, - delete, reconcile and update existing accounts from here - if you wish."); - $gallery->addImage("images/screenshots/small/kmm6.png", - "images/screenshots/large/kmm6.png", - "320", "250", "View normal version", - "The Accounts, Icon View", - "Some people prefer to have their accounts - presented as icons. You can view your accounts displayed - this way in the icon view tab. Each account is displayed - using an icon that helps indicate what type of account it - is. Checking, savings, credit card, and loan are examples - of some of the account types used in this view."); - $gallery->startNewRow(); - $gallery->addImage("images/screenshots/small/kmm7.png", - "images/screenshots/large/kmm7.png", - "320", "250", "View normal version", - "The Schedule view", - "You can create and manage scheduled - transactions in the Schedule View. Schedules are a very - useful and time saving feature. Creating a scheduled - transaction for an regularly recurring event like your - rent or your bills will help you not forget to pay them - on time. Schedules can even be configured to - automatically enter a transaction into the ledger for you - if you wish."); - $gallery->addImage("images/screenshots/small/kmm8.png", - "images/screenshots/large/kmm8.png", - "320", "250", "View normal version", - "Schedule, Calendar View", - "In the calendar view, scheduled transactions can be - viewed by month or by week. This helps you to visualize - when transactions are scheduled to occur each month. - Moving your mouse over a transaction shows a preview of - the transaction details and gives you the option to enter - it."); - $gallery->startNewRow(); - $gallery->addImage("images/screenshots/small/kmm9.png", - "images/screenshots/large/kmm9.png", - "320", "250", "View normal version", - "Schedule, Creating or editing transactions", - "Scheduled transactions can be bills, deposits, or - transfers. When a scheduled transaction is created or - edited, the transaction information is displayed in a - dialog where you can enter or edit the transaction - details."); - $gallery->addImage("images/screenshots/small/kmm10.png", - "images/screenshots/large/kmm10.png", - "320", "250", "View normal version", - "The Categories View", - "You can create, edit or delete categories in the - Categories View. Categories allow you to organize all of - your financial transactions. This makes it easier to see - where your money comes from and where it goes."); - $gallery->startNewRow(); - $gallery->addImage("images/screenshots/small/kmm11.png", - "images/screenshots/large/kmm11.png", - "320", "250", "View normal version", - "Categories, Creating or Editing", - "You can create or edit any categories you want. KMyMoney - has pre-made category templates you can use if you don't - want to create them all yourself. Un-used categories can - be hidden if you wish."); - $gallery->addImage("images/screenshots/small/kmm12.png", - "images/screenshots/large/kmm12.png", - "320", "250", "View normal version", - "The Tags View", - "You can create, edit or delete tags in the - Tags View. Tags allow you to organize all of - your financial transactions. This makes it easier to see - where your money comes from and where it goes."); - $gallery->startNewRow(); - $gallery->addImage("images/screenshots/small/kmm13.png", - "images/screenshots/large/kmm13.png", - "320", "250", "View normal version", - "The Tags View", - "You can create, edit or delete tags in the - Tags View. Tags allow you to organize all of - your financial transactions. This makes it easier to see - where your money comes from and where it goes."); - $gallery->addImage("images/screenshots/small/kmm14.png", - "images/screenshots/large/kmm14.png", - "320", "250", "View normal version", - "The Payee View", - "Payees can be managed in this view. You can add or delete - payees here. You can also see your transaction history - with each payee that you have, which includes the date, - amount, category and if applicable, the check number for - each transaction."); - $gallery->startNewRow(); - $gallery->addImage("images/screenshots/small/kmm15.png", - "images/screenshots/large/kmm15.png", - "320", "250", "View normal version", - "The Payees, Personal information", - "Information about each payee including their address, - phone number and email address can be stored here. - Information can be entered directly into this form."); - $gallery->addImage("images/screenshots/small/kmm16.png", - "images/screenshots/large/kmm16.png", - "320", "250", "View normal version", - "The Payees, matching", - "Automatic matching can be setup for each payee."); - $gallery->startNewRow(); - $gallery->addImage("images/screenshots/small/kmm17.png", - "images/screenshots/large/kmm17.png", - "320", "250", "View normal version", - "The Payees, default account", - "A default account can be setup for each payee."); - $gallery->addImage("images/screenshots/small/kmm18.png", - "images/screenshots/large/kmm18.png", - "320", "250", "View normal version", - "The Ledger View", - "By default the ledger uses a transaction - form for data entry similar to MS Money. A 'ledger lens' - expands the selected transaction to three lines showing - all the details of the transaction (unless you are - creating a new transaction.) Automatic entry of data from - previous transactions is also an option. Columns may be - sorted by right clicking on the column header. - Many users who previously used a commercial - finance management program, are accustomed to using - calculator style data entry to enter numerical values. - For them, and for anyone else who prefers this method of - data entry, KMyMoney now has a calculator for data - entry."); - $gallery->startNewRow(); - $gallery->addImage("images/screenshots/small/kmm19.png", - "images/screenshots/large/kmm19.png", - "320", "250", "View normal version", - "Ledger, direct entry", - "If you prefer to enter your data directy - into the ledger, similar to Quicken, you can configure - the ledger to use direct data entry in the KMyMoney - configuration dialog."); - $gallery->addImage("images/screenshots/small/kmm20.png", - "images/screenshots/large/kmm20.png", - "320", "250", "View normal version", - "The Investments View", - "You can now track basic investments like - Stocks, Bonds, and Mutual funds."); - $gallery->startNewRow(); - $gallery->addImage("images/screenshots/small/kmm21.png", - "images/screenshots/large/kmm21.png", - "320", "250", "View normal version", - "The Investments View", - "You can now track basic investments like - Stocks, Bonds, and Mutual funds."); - $gallery->addImage("images/screenshots/small/kmm22.png", - "images/screenshots/large/kmm22.png", - "320", "250", "View normal version", - "The Investments Ledger", - "Investment transactions can be created and - edited in a similar way as the general ledger."); - $gallery->startNewRow(); - $gallery->addImage("images/screenshots/small/kmm23.png", - "images/screenshots/large/kmm23.png", - "320", "250", "View normal version", - "New Investment Wizard", - "An investment wizard helps you set up new - investments."); - $gallery->addImage("images/screenshots/small/kmm24.png", - "images/screenshots/large/kmm24.png", - "320", "250", "View normal version", - "Investments, Online Update", - "Stock and currency prices can be updated - online."); - $gallery->startNewRow(); - $gallery->addImage("images/screenshots/small/kmm25.png", - "images/screenshots/large/kmm25.png", - "320", "250", "View normal version", - "The Reports View", - "Reports have finally been added with charts. The reports - are fully configurable and very powerful. Custom reports - are easily created and a link to any report can easily be - placed on your financial summary home page."); - $gallery->addImage("images/screenshots/small/kmm26.png", - "images/screenshots/large/kmm26.png", - "320", "250", "View normal version", - "A sample report", - "Here is an example of a report. Reports can - be exported as .csv files (comma separated values) which - can then be opened with a spreadsheet."); - $gallery->startNewRow(); - $gallery->addImage("images/screenshots/small/kmm27.png", - "images/screenshots/large/kmm27.png", - "320", "250", "View normal version", - "A sample chart report", - "Reports have finally been added with charts."); - $gallery->addImage("images/screenshots/small/kmm28.png", - "images/screenshots/large/kmm28.png", - "320", "250", "View normal version", - "Configuring and creating custom - reports", - "Custom reports can be created and edited - easily with the report configuration dialog."); - $gallery->startNewRow(); - $gallery->addImage("images/screenshots/small/kmm29.png", - "images/screenshots/large/kmm29.png", - "320", "250", "View normal version", - "Documentation", - "The KMyMoney user manual is now available - and can be read in several ways including as a PDF - document. You can access the manual from the KMyMoney - website or from inside KMyMoney itself in the 'Help' - menu."); - $gallery->addImage("images/screenshots/small/kmm30.png", - "images/screenshots/large/kmm30.png", - "320", "250", "View normal version", - "Searching for transactions", - "KMyMoney has a powerful transaction search - feature that makes finding past transactions in years of - financial data a lot easier."); - $gallery->startNewRow(); - $gallery->addImage("images/screenshots/small/kmm31.png", - "images/screenshots/large/kmm31.png", - "320", "250", "View normal version", - "QIF Import", - "QIF files can be imported into KMyMoney. - OFX import is also supported and is becoming the standard - method of financial data exchange in many - countries."); - $gallery->addImage("images/screenshots/small/kmm32.png", - "images/screenshots/large/kmm32.png", - "320", "250", "View normal version", - "GPG Encryption", - "You can now protect your financial data by - using GPG encryption from within KMyMoney. You - are also given the option to encrypt your file with a - recovery key if you choose to, in case you loose your - keyring/passphrase."); - $gallery->startNewRow(); - $gallery->addImage("images/screenshots/small/kmm33.png", - "images/screenshots/large/kmm33.png", - "320", "250", "View normal version", - "Budgets View", - ""); - $gallery->addImage("images/screenshots/small/kmm34.png", - "images/screenshots/large/kmm34.png", - "320", "250", "View normal version", - "Forecast View", - ""); - $gallery->startNewRow(); - $gallery->addImage("images/screenshots/small/kmm35.png", - "images/screenshots/large/kmm35.png", - "320", "250", "View normal version", - "HBCI interface", - ""); - $gallery->show(); -?> - - diff --git a/site.inc b/site.inc deleted file mode 100644 index fb00e8f..0000000 --- a/site.inc +++ /dev/null @@ -1,23 +0,0 @@ - - diff --git a/support.md b/support.md new file mode 100644 index 0000000..6ac3d64 --- /dev/null +++ b/support.md @@ -0,0 +1,38 @@ +--- +title : "KMyMoney - Support" +layout: page +--- + +# How can we help You? + +For new users, it is recommended to read the [user's manual](documentation.html). Many frequently asked questions are collected in the [FAQ](faq.html). +Should there still be any questions, you should take a look at the +[Forum](https://forum.kde.org/viewforum.php?f=69) or the +[Mailing List](https://mail.kde.org/mailman/listinfo/kmymoney). If you just have a little question you could also use the +[IRC Webchat](http://webchat.freenode.net/?channels=kmymoney). + + + +* [**FAQ**](faq.html) Here you can find *Frequently Asked Questions*. + If you have a question that is not answered on this FAQ, please do not hesitate to + post it on the KMyMoney Developers List or KMyMoney Users List and we will try to + get an answer for you as soon as possible. + +* [**User's Manual**](documentation.html) Here you can visit the documentation to read about all the functions KMyMoney provides, maybe even in your own language. + +* [**Mailing List**](https://mail.kde.org/mailman/listinfo/kmymoney) Do you want to subscribe the KDE mailing list or send an E-Mail to all List Members of kmymoney.org? Then you are right here. An [archive](https://marc.info/?l=kmymoney) of mails to this list is also available. + +* [**Forum**](https://forum.kde.org/viewforum.php?f=69) In the Forum for KMyMoney it is possible to write about an existing topic or create a new topic. + +* [**IRC Webchat**](https://webchat.freenode.net/?channels=kmymoney) + +* [**IRC Channel**](irc://irc.freenode.net/kmymoney) + +* [**Report a Bug**](https://bugs.kde.org/enter_bug.cgi?product=kmymoney&format=guided) Did you find some bugs? Please report them in the KDE Bugtracking System for kmymoney.org + +* [**Suggest a Feature**](https://bugs.kde.org/enter_bug.cgi?product=kmymoney&format=guided) Are you missing some functionality? Please open a wishlist item in the KDE Bugtracking System for kmymoney.org and make sure it is not already listed. + +* [**Userbase Wiki**](https://userbase.kde.org/KMyMoney) That's the Wiki for the users. The Wiki for the programmers is called [Techbase Wiki](https://techbase.kde.org/Projects/KMyMoney). + +* [**Recovery key**](recovery.html) To prevent accidental lockout from your encrypted KMyMoney file you can use the recovery key. + diff --git a/support.php b/support.php deleted file mode 100644 index 273b7dd..0000000 --- a/support.php +++ /dev/null @@ -1,46 +0,0 @@ - - -

How can we help You?

- -For new users, it is recommended to read the user's manual. Many frequently asked questions are collected in the FAQ. -Should there still be any questions, you should take a look at the -Forum or the -Mailing List. If you just have a little question you could also use the -IRC Webchat. - - - - - diff --git a/team/index.md b/team/index.md new file mode 100644 index 0000000..364f1d9 --- /dev/null +++ b/team/index.md @@ -0,0 +1,59 @@ +--- +layout: page +title: Team +css-include: /css/main.css +--- + +# The KMyMoney development team + +## Who we are and what we do + +Our core development team is quite small, but KMyMoney was developed by many people. + +{% for dev in site.data.team %} + {% if dev.active == true %} +
+
+
+

{{ dev.firstname }} {{ dev.name }}

+ Location: {{ dev.location }}
+ {% if dev.homepage %} + Homepage:
+ {% endif %} + Roles: {{ dev.roles }}
+ Since: {{ dev.since }}

+ About {{ dev.firstname }} + {{dev.description | markdownify}} +
+
+ Photo of {{ dev.firstname }} {{ dev.name }} +
+
+ {% endif %} +{% endfor %} + +
+ +# Inactive Developers + +{% for dev in site.data.team %} + {% if dev.active != true %} +
+
+
+

{{ dev.firstname }} {{ dev.name }}

+ Location: {{ dev.location }}
+ {% if dev.homepage %} + Homepage:
+ {% endif %} + Roles: {{ dev.roles }}
+ Since: {{ dev.since }}

+ About {{ dev.firstname }} + {{dev.description | markdownify}} +
+
+ Photo of {{ dev.firstname }} {{ dev.name }} +
+
+ {% endif %} +{% endfor %} diff --git a/user-comments.md b/user-comments.md new file mode 100644 index 0000000..910e5cf --- /dev/null +++ b/user-comments.md @@ -0,0 +1,914 @@ +--- +title: Compliments +layout: page +--- + +# ***Compliments*** + +## ***These are some of the nice things we hear from users of KMyMoney*** + +*If you have something nice you'd like to say about KMyMoney, please let us know and send us the compliment (naturally, we love to get them.) We may even publish it here.* + +*Constructive criticism is welcome too, and in fact many of these compliments came with some criticism as well.* +*You can read from the archive the complete email message for each quote, good and bad, by following the "read the full comment" link below each quote.* + +[**Email us your comments**](mailto:kmymoney-devel@kde.org?subject=Comments%20about%20KMyMoney) + +Note: Some of the older Read the full comment links are still broken due to a change in the mail archive. +We are sorry about that, but fixing them is a manual and time consuming process and we considered to leave them broken for now. + +--- + +## ***jimdavis*** +Thanks again, and just so you know KMyMoney has the best CSV import method and functionality that I have run across so far in my effort to do this. Kudos to you and everyone. + +[**Read the full comment**](https://forum.kde.org/viewtopic.php?f=69&t=159784&p=414162#p414145) + +## ***Michael Carpino*** +Thomas & the KMM developement Team, + +I wanted to reply to say thank you for all the hard work you put in and +continue to do regarding the release of KMM 5.0. I know there has been +some bumps but I still have faith in the product and your work. I'm +grateful for what you do and appreciate your continued effort with +developing the product. I know many have been doing some backflips +getting the bugs worked out since the release and your efforts should be +applauded. + +[**Read the full comment**](https://mail.kde.org/pipermail/kmymoney/2018-March/002859.html) + +## ***thomasforrester*** +Having used this app for a short time, I can say it's a shoe-in as a replacement for Quicken. +Could use some usability improvements, but its super-impressive as is. I was totally blown +away when it sucked in a very robust xml data file from GnuCash and was perfectly functional +with it from the git-go. + +[**Read the full comment**](https://forum.kde.org/viewtopic.php?f=69&t=151173&p=395127#p395127) + +## ***Philip Henderson*** +I've been using KMyMoney for over a dozen years now and find it the best +program for my needs. Some of the features make KMyMoney a joy to use +and are just so logical (to me anyway). The improvements that have been +made over the last few years have made it even better. A great program. +Thank you to all the developers for a great piece of work. + +[**Read the full comment**](https://mail.kde.org/pipermail/kmymoney-devel/2017-June/018619.html) + +## ***Frank Osborne*** +I've used Quicken. MS Money, Moneydance, and others and KMyMoney is the +best. You guys did an excellent job. + +[**Read the full comment**](https://bugs.kde.org/show_bug.cgi?id=376010#c2) + +## ***Roger G. Rioux*** +Just wanted to say "Thank you" for all your effort in developing this +excellent money management program. I have finally weaned myself off +M$Money after many years of use. The learning curve for KMyMoney was a +little steeper than that of MSMoney, however, it was well worth it. I +am now completely free from Microsoft (MSMoney was the last hold out). +Once again, thank you so very much! + + +## ***Loic d'Anterroches*** +Anyway, wonderful, having nearly 8 years of personal accounting in a +simple to use, robust, easy to use with the keyboard only, easy to +customize reports, easy to print for the wife software is really really +great! + +[**Read the full comment**](https://mail.kde.org/pipermail/kmymoney-devel/2015-April/015165.html) + +## ***Huw*** +I just want to add that I've recently decided to really take a hold of my finances, budget properly etc., and I've found KMyMoney to be excellent so far. The interface is intuitive and helpful, there's no unnecessary jargon, I've found no bugs at all, and the reports are powerful. It's going to be a real boon and I found it just when I needed it. + +[**Read the full comment**](https://mail.kde.org/pipermail/kmymoney/2014-July/001783.html) + +## ***Les Turner*** +I'm now starting to use Kmymoney properly and I've got to say I really like the software. You've done an excellent job. It's intuitive and easy to use. All the useful standard reports that I need are there (and more) and I'm really pleased with what I see. + +[**Read the full comment**](https://mail.kde.org/pipermail/kmymoney-devel/2014-April/012436.html) + +## ***Charlie Bray*** +The interface is intuitive, the workflow is superb, the quality of the program +is top notch and I have to say, this is one of the most polished, +wellconceived, easiest to use yet deep enough to do what you need financial +apps I have ever seen. + +[**Read the full comment**](https://mail.kde.org/pipermail/kmymoney-devel/2013-August/010723.html) + +## ***steffie (on the KDE bug tracker)*** +I have said this before, but am happy to say it again ... as a long-term [but now ex-] Quicken-user, & a GnuCash-user [also now ex-] for ~a year, i think that KMM is just *fabulous*. To everyone who designed, built & actively maintains & enhances it... thank you for doing your marvellous work for the world!!! + +[**Read the full comment**](https://bugs.kde.org/show_bug.cgi?id=283858#c32) + +## ***currawong (on the KDE forum)*** +I have evaluated most of the freely available personal +finance packages available under Linux and found the feature +that I was asking about is included in many of them. + +Although there are several very good packages available, they +all seem to lack some crucial element of some type, e.g. some +don't support split transactions (an essential feature in my opinion), +some don't support fiscal years other than calendar years, some don't +have reconciliation features and so on. + +KMyMoney I have found to be the most comprehensive (just lacking +this minor feature) so I will continue to use it and make use of +the cheque no. field as a payment mode field. + +[**Read the full comment**](http://forum.kde.org/viewtopic.php?f=69&t=95865&p=199618#p199618) + +## ***James Adams*** +First, let me say that I am EXTREMELY impressed with KMyMoney2. The +functionality, completeness and ease of use are tremendous, and I have +thoroughly enjoyed using it. + +[**Read the full comment**](https://sourceforge.net/p/kmymoney2/mailman/message/25198552/) + +## ***bbroeksema (on IRC)*** +[18:19] \ ipwizard: Is it also possible to link (or however to call it) transaction from a bankaccount to scheduled transactions in KMymoney? + +[18:19] \ that is, from within the qif file + +[18:20] \ Yes, that's what transaction matching is for. See http://kmymoney2.sourceforge.net/online-manual/details.ledgers.match.html + +[18:22] \ aah cool. You guys make accounting almost fun :) + + +## ***Paul Saletan*** +This is one of the most polished open source applications you'll find. +The user interface and navigation is beautifully engineered. The +developers have delivered a complex double entry accounting system but +kept it easy to use. As a long-time Quickbooks user who also tried +GnuCash, I had despaired of finding a Linux personal finance app good +enough to ditch Windows. Now I'm getting my accounts balanced in half +the time and enjoying it. Kudos! + + +## ***Bruce Herdman*** +Just a quick note to say how +much I appreciate the support and hand holding from Alvaro Soliverez +and the development team for Kmymoney. My problems were resolved and I +am impressed by the level of competence and care your team has shown me + +[**Read the full comment**](http://sourceforge.net/mailarchive/message.php?msg_name=4AB3CD7F.3090103%40centurytel.net) + +## ***Martin Beenham*** +The support in this forum is outstanding. +The application is outstanding. +I do not regret upgrading to KMyMoney from MSMoney. +I only regret not doing it sooner... + +[**Read the full comment**](http://forum.kde.org/viewtopic.php?f=69&t=62451&start=10#p83115) + +## ***Graeme Nichols*** +KMyMoney is a very polished application. It works just fine and I have +no niggles at all. Much better than Quicken Personal Plus 2009 on Vista +or XP. No bringing the system down and just as many features that I use. + +[**Read the full comment**](http://sourceforge.net/mailarchive/message.php?msg_name=4A4596FA.6090005%40graemenichols.com) + +## ***Dave Le Huray*** +I have recently started using KMyMoney (v0.9.3) on my laptop running +PCLinuxOS2009. I am looking to replace Moneydance, for no other reason than +the data is locked in proprietary format. I have looked at KMyMoney before +and not found it suitable but now I must say that I am very pleased and it +looks like I'll be changing over very shortly. + +[**Read the full comment**](http://sourceforge.net/mailarchive/message.php?msg_name=dcb2dbe10906140450m30aa99abhdf9a872ede8c045a%40mail.gmail.com) + +## ***Dorneles Treméa*** +... After testing a dozen of different softwares, which didn't fit my needs, I finally discovered KMyMoney. + +It was love at first sight and to make things even better, it +imported my 3 years old gnucash file without miss a single record! + +That's a fantastic job guys! KMyMoney is the *only* software that +can actually do that, congratulations! + +[**Read the full comment**](http://sourceforge.net/mailarchive/message.php?msg_name=gj9rdo$dmc$1%40ger.gmane.org) + +## ***David Pardue*** +... Thanks for any help/advice with this. I appreciate how helpful and friendly Thomas, Alvaro and the other KMM developers are. You guys make Intuit Tech Support look like slackers! + +[**Read the full comment**](http://sourceforge.net/mailarchive/message.php?msg_name=662150.61765.qm%40web57001.mail.re3.yahoo.com) + +## ***Marko Käning*** +Dear developers of KMyMoney, this is just a general thanks to all of you! + +I never worked with Quicken on Windows. Years back I used some tool called Dialog24 for HBCI access to Deutsche Bank, but gave up on it for various reasons... I am so happy that I found KMyMoney running on my beloved Linux!!! + +>>> This tool currently saves my ass. <<< + +:) Honestly! + +Without it's features I'd be in deep trouble. + +THANKS. THANKS. THANKS. + +Wish I could contribute more to it than just translating or bugging you developers with little quirks or design proposals... +But I wouldn't have time for more than this, to tell the truth. + +Anyway, once again I want to express my thanks to all of you. I am very happy that you guys (especially Thomas and Alvaro) are so active here and almost instantaneously respond to everything. + +I hope to be able to contribute a bit more in the future when ressources and time allow that. + +[**Read the full comment**](http://sourceforge.net/mailarchive/message.php?msg_name=956300039%40web.de) + +## ***Greg Darke*** +Firstly, I wish to express my sincere gratitude and thanks to everybody +involved with this great project. I finally have a replacement for the +very last application that required me to keep M$FT software on my hard +drives. I have been using Microsoft Money for more than 12 years and +have a huge file containing every transaction from approx 10 open +accounts and about another 12 accounts that have been closed. M$ Money +has handled this fairly well although various problems have arisen over +the years that have always been solved by purchasing and upgrading to +the next version. + +[**Read the full comment**](http://sourceforge.net/mailarchive/message.php?msg_name=48A45670.4070000%40gmail.com) + +## ***Hugh Whelan*** +Let me start by saying I am a huge fan of KMyMoney (I run the CVS version) and the excellence of it's +informative reports is one of the key reasons I much prefer it to other finance programs. + +[**Read the full comment**](http://sourceforge.net/tracker/?func=detail&atid=354708&aid=1954556&group_id=4708) + +## ***Martin Zaske*** +... We have still not transitioned fully to Linux but for this very purpose we have a dual +boot set-up and we boot into Kubuntu just to do our bookkeeping. What +more proof could you want that we really appreciate this software. + +[**Read the full comment**](http://sourceforge.net/mailarchive/message.php?msg_name=200804082038.17192%40net-bembel.de) + +## ***John Dow*** +Hi Guys, + +Just built the current developer version from CVS and am seriously +impressed. KMyMoney has just leapt ahead of MS Money by a fair +margin, and I can at last ditch the Windows XP VM that's cluttering up +my disk. + +[**Read the full comment**](http://sourceforge.net/mailarchive/message.php?msg_name=2a0f0ec00803240347m9efbedbl18b7b78d48eb0db9%40mail.gmail.com) + +## ***David Pardue*** +I would like to take a few minutes to thank you for all the work and +time you have devoted to creating KMyMoney. I recently began using +version 0.8.7 and am very pleased with it; I think KMyMoney will likely +allow me to move away from Quicken and handle my finances entirely in +Linux.  ... + +[**Read the full comment**](http://sourceforge.net/mailarchive/message.php?msg_name=47CE49C9.2040809%40earthlink.net) + +## ***Craig Lindholm*** +While I have played with Linux off and on for the past few years, This is the first time I have found it able to finally replace my windows box.... mostly thanks to you guys on KMyMoney. Quicken was really the thorn in my side. But since I've installed OpenSuse 10.3 about 3-4 weeks ago, I haven't needed to reboot once into Windows (I have however snuck in once or twice using VirtualBox to do my stock charting software) + +[ Received in a private e-mail ] + +## ***Kyle Rabe*** +Hello!First, I'm so happy that you have created KMyMoney. I use it +for all of my personal finances (and have for a couple of years now), +and I'm glad that I don't have to buy the bloated, +commercially-available software and an OS to go with it.  ... + +[**Read the full comment**](http://sourceforge.net/mailarchive/message.php?msg_name=68a9c78a0802251735q720ea7b9u9c1ae58999aaacce%40mail.gmail.com) + +## ***Sébastien Plc*** +I've tried KMM this week-end (originally just out of curiosity...) and I have to admit that the overall ergonomic as well as the strange "accounting is simple" feeling just convinced me to do something amazing (at least for a me): manage my accounts in another way than stacking everything for months and then spending week-ends to try to reconciliate the mess (better late than never!).  ... + +[**Read the full comment**](http://sourceforge.net/mailarchive/message.php?msg_name=BLU119-W41B8699675F904E04083AB9F180%40phx.gbl) + +## ***Mikhail Yakshin*** +First, I'd like to express my kudos and cheers for generally +developing such high-class product. In fact, I've never seen any +personal finance products before and KMyMoney was the first one I've +seen. It was a bliss to explore and in fact, everything I've seen +after KMyMoney (evaluating other products, including commercial ones) +looks worse than it. + +[**Read the full comment**](http://sourceforge.net/mailarchive/message.php?msg_name=240e377b0801202054i5cebfda3k9aa8ed584b71d337%40mail.gmail.com) + +## ***Walter Sams*** +... FYI, once I loaded up 0.9-CVS this program, in the words of our teenagers, +really ROCKS. + +It works the way I like it too ( except for my little oops with the first +reconcile.) + +[**Read the full comment**](http://sourceforge.net/mailarchive/message.php?msg_name=200801201510.36400.walter%40samsco.biz) + +## ***Greg*** +... Your work is wonderful and I am slowly migrating. The absolute +"cats-meow" would be that tool to instantly "beam" all my MS Money data +into KMyMoney, so I could move on. In any case, I am a fan, a +developing user and commend your efforts. + +[**Read the full comment**](http://sourceforge.net/mailarchive/message.php?msg_name=1200859552.11917.15.camel%40g-MainDesktop1) + +## ***Bob Igo*** +... I switched from Quicken +to KMyMoney, too, having first tried GNUcash. I really needed to escape +the forced upgrading built into Quicken for simple things like stock +price lookups. + +[**Read the full comment**](http://sourceforge.net/mailarchive/message.php?msg_name=47617E12.1000300%40Igo.name) + +## ***Michael A. Schwarz*** +First off, let me say "great work." I've got all of my accounts +balanced to the penny for the first time since I swore of Intuit's +products. + +[**Read the full comment**](http://sourceforge.net/mailarchive/message.php?msg_name=45991189-6BF5-4DF9-95B0-93A0A7619141%40multitool.net) + +## ***Ahmad El-Gazzaz*** +Dear KMyMoney Developers, + +First I would like to thank you very much for this wonderful software, I +have been using it since I started using linux 2 years ago and my tries to +use any finance software under windows failed. You really help making life +easier. +[... snip ...] +Thank you for this program and keep beating the commercial software! + +[**Read the full comment**](http://sourceforge.net/mailarchive/message.php?msg_name=84d1efb40711191142kf9fcaecice07016fdec5bce4%40mail.gmail.com) + +## ***Old Al' (Dr. Algis Kabaila)*** +...With kind regards to all who are working on this fine program that beats the +commercial stuff 5 - 0 ! + +[**Read the full comment**](http://sourceforge.net/mailarchive/message.php?msg_name=200711022008.13775.akabaila%40pcug.org.au) + +## ***Peter*** +Thanks, I just loaded one of the main accounts, and the closing balance +reconciles with M$ Money. + +KMyMoney is a great application. + +[**Read the full comment**](http://sourceforge.net/mailarchive/message.php?msg_name=13606500.post%40talk.nabble.com) + +## ***Mike Moore*** +Wow! Boy does it look good. New features in the works like budgets and +investments, better usability... I'm now running the CVS code (and plan +to report any bugs I find). + +[**Read the full comment**](http://sourceforge.net/mailarchive/message.php?msg_name=200707301131.46664.mm06a%40wowway.com) + +## ***David Love*** +I use KMYMoney2 daily to run a small business (Yes I know it isn't targeted +at business users - but it's ideal for what I require) and am very satisfied +with it. It is very intuitive and a "breeze" to enter payments and +receipts. The ease in which one is able to make global amendments (e.g. +renaming an account and see it reflected in all receipts/payments in that +account) is astounding. Keep up the development. I cannot see me changing +to any other accounting program. + +[**Read the full comment**](http://sourceforge.net/mailarchive/message.php?msg_name=gemini.jljyra006f1wg046h.zed%40zed.net.nz) + +## ***Chris Hiestand*** +I just wanted to say great job on kmymoney. I just started using this +program and it seems very useful. I'll be sure to communicate with you +if I find any bugs or have any suggestions. + +I particularly like how it can import different file formats, it happens +to be compatible with my bank who lets me choose from .OFX .QFX +and .CSV. + +[**Read the full comment**](http://sourceforge.net/mailarchive/message.php?msg_name=1184225545.6140.0.camel%40dimstation) + +## ***David Walling*** +I really like the Kmymoney software and have been using it in one form +or another for over a year now. It's the easiest to use I've found, and +comes closest to having all the featuers of Micro$oft Money that I used +prior. + +It was also the very last piece of software I needed to completely do +away with Windows as a primary OS on my laptop! I already and Cinelerra +for video editing, K3b for burning, gimp for graphics, Inkscape for SVG, +and Open Office for office. + +Now, if the budgeting capabilites where just a little better :-D + +Thanks again for the hard work you and the rest of the Kmymoney2 devs +have put in to this software. + +[ Received in a private e-mail ] + +## ***Dennis Gallion*** +Please add my thanks and kudos for such a **great** KDE/open source application! +I have finally been able to replace Quicken, the only Windows application I +was still using regularly. You've done a marvelous job with the interface +and ease-of-use. The QIF conversion worked well, with KMyMoney being extra +helpful at cleaning up the data. Overall, just a fantastic job! + +[**Read the full comment**](http://sourceforge.net/mailarchive/message.php?msg_name=200706271616.51118.dwgallien%40bellsouth.net) + +## ***Jan van den Heuvel*** +Thanks for such a great program. MS Money was the last program that +kept me booting Windows every now and then. This current version of +KMyMoney means that time is over. + +[**Read the full comment**](http://sourceforge.net/mailarchive/message.php?msg_name=460402D5.3030401%40maths.lse.ac.uk) + +## ***Michael Riegert*** +I love this program. The ease of use compared to MS Money or others +allows me to actually use it. Thanks for the great work." + +[**Read the full comment**](http://sourceforge.net/mailarchive/message.php?msg_name=200705291958.49289.monte48lowes%40yahoo.com) + +## ***Eugene Batogov*** +"KMyMoney is COOL !!!" + +[ Received during an ICQ session ] + +## ***Tim Jump*** +"Hey there, first off I wanted to compliment you guys on an absolutely +fantastic program. I've been using MS Money for years but have always +wanted to switch to something I could use under Linux (wine has never liked +Money all that much). You guys did it and I will be eternally grateful. No +longer will I have to suffer through using an inferior operating system to +keep track of my finances!" + +[**Read the full comment**](http://sourceforge.net/mailarchive/message.php?msg_name=ffd897370704141113y4d65e4e1u47eb50b8b357d40%40mail.gmail.com) + +## ***Prasenjit Kapat*** +"I have been using KMyMoney2 for nearly 8 months now. Surprisingly, this is my +first money mangement sotware. And hey, did I choose the right one? Just +love it." + +[**Read the full comment**](http://sourceforge.net/mailarchive/message.php?msg_name=200703022007.07978.kapatp%40gmail.com) + +## ***David Love*** +"I've just started using KMyMoney2 - after trying GnuCash and giving up +in perplexity - and love it!" + +[**Read the full comment**](http://sourceforge.net/mailarchive/message.php?msg_id=38307733) + +## ***Art Alexion*** +"Thanks for all of your help. While kmm is a great program, half the +value is the wonderfully generous support that you give on this +mailto:kmymoney@kde.org">list." + +[ Received as private e-mail ] + +## ***Bill Streeter*** +"I love this program on Linux. It's been my lifesaver in *finally* +making a full transisition over to Linux, and not having to run +wine/quicken." + +[**Read the full comment**](http://sourceforge.net/mailarchive/message.php?msg_id=38255481) + +## ***Juan Sebastián Echeverry Grisales*** +"...i'm moving from GnuCash to KMyMoney and I'm impressed with this app. Keep the good work." + +http://sourceforge.net/mailarchive/message.php?msg_id=38142298[**Read the full comment**] + +## ***John Iannone*** +"Thanks for your time, and thanks for building such a great application. +Not having an application of this nature was previously the only thing +that tied me to the Windows box in my house. Now, it's doing what it's +best at... collecting dust!" + +[**Read the full comment**](http://sourceforge.net/mailarchive/message.php?msg_id=38130106) + +## ***Tim Hutt*** +"Way better than gnucash even if it is unfinished. + +Keep it up." + +[**Read the full comment**](http://sourceforge.net/mailarchive/message.php?msg_id=38070724) + +## ***Kyle Stevens*** +"First, I'd like to say thanks for this great application. It is simple +and fun to use. It is my favorite program to use (finance or otherwise)." + +[**Read the full comment**](http://sourceforge.net/mailarchive/message.php?msg_id=38037927) + +## ***Marius Groenewald*** +"I converted from MS Money 95 (Windows) to KMyMoney (Linux). There are +nice features in KMyMoney that is not available in MS Money and vice +versa... + +Thanks for a great Financial Package that is freely available. Can't +wait for Graphs to be included in the Reports." + +[**Read the full comment**](http://sourceforge.net/mailarchive/message.php?msg_id=37814748) + +## ***Algis Kabaila*** +"I confess to that one of my favourite hates is accounting and I only do it when I am forced to do it (mostly by my spouse of ... wait for it ...57 years uninterrupted marriage!). + +I must say, though, the KMyMoney makes the generally unpleasant task so much easier - and to think that I put up with Quicken in my windows days..." + +[**Read the full comment**](http://sourceforge.net/mailarchive/message.php?msg_id=37784243) + +## ***Don*** +"thanks for all your hard work on this project (along with the +others on the development team!) -- I've been using KMM since last +Spring and have not wishes to change." + +[**Read the full comment**](http://sourceforge.net/mailarchive/message.php?msg_id=37782101) + +## ***Bret Jordan*** +"First off I wanted to tell you how wonderful your product is thus far. +You have done some amazing work... + +Thanks for all your hard work. This product has the potential of being +the best tool on the market." + +[**Read the full comment**](http://sourceforge.net/mailarchive/message.php?msg_id=37757380) + +***Also, from a private e-mail to Thomas Baumgart:*** "I really must applaud the work you guys have done thus far, the fact +that you are also responsive to requests and queries is a major bonus." + +## ***Paul A. Sustman*** +"Great work on Kmymoney. In many ways it's much more intuitive and easier +to use than Quicken. I'm looking forward to a few more features." + +[**Read the full comment**](http://sourceforge.net/mailarchive/message.php?msg_id=37737858) + +## ***Mario Fabiano*** +"You did a great job; KMyMoney is a very good and useful software." + +[**Read the full comment**](http://sourceforge.net/mailarchive/message.php?msg_id=37211974) + +## ***Ken Castania*** +"Wonderful!It's difficult to put this but . . . I'm glad there's +something between putting info in an OpenOffice spreadsheet and GNUCash. +There are many of us who want to keep and reconcile our checkbooks and +get a few reports on occasion, but don't want to become CPAs to do it. + +KMyMoney is much more Quicken-esque, a welcomed addition to the open +source community. + +Thanks!" + +[**Read the full comment**](http://sourceforge.net/mailarchive/message.php?msg_id=37080950) + +## ***Nicholas Tomlin*** +"Congratulations! + +I've just been dabling with 0.8 and choose to commend you on your excellent +effort, its a damn shame it doesn't do business accounts." + +[**Read the full comment**](http://sourceforge.net/mailarchive/message.php?msg_id=36844199) + +## ***S. Brunner*** +"I very much love kmymoney, it makes entering +bills a joy where it has been a pain before (using some spreadsheet). Thank +you!" + +[**Read the full comment**](http://sourceforge.net/mailarchive/message.php?msg_id=33362073) + +## ***Lorenzo Villani (Arbiter)*** +"I just want to say that i'm really happy with this program. +Good work! :-D " + +[**Read the full comment**](http://sourceforge.net/mailarchive/message.php?msg_id=36562959) + +## ***Mark A. Slaw*** +"First, let me say that I think kmymoney meets almost all of my needs. I +like it! One useful feature, however, would be online banking. If I had +the ability, i could honestly say that the program met any need i could +have."***Note:** Kmymoney does support some online banking features (transaction download) via OFX if your bank supports it. Using AqBanking, it also supports HBCI, YellowNet, and DTAUS.* + +[**Read the full comment**](http://sourceforge.net/mailarchive/message.php?msg_id=36325654) + +## ***Mark Blakeney*** +"I am new to kmymoney (coming from quicken). What a fantastic mix of simplicity with nice aesthetics and functionality! I have also trialled the gtk2 gnucash but am swayed towards kmymoney and am planning to use an asset account for invoicing plus your handy VAT functionality for GST/VAT tracking. Who said kmymoney does not do invoicing!" + +[**Read the full comment**](http://sourceforge.net/mailarchive/message.php?msg_id=17124333) + +## ***Don Jackson*** +"Kudos to the developers and maintainers of KMyMoney2!Where has this +great program been hiding?You need more publicity." + +[**Read the full comment**](http://sourceforge.net/mailarchive/message.php?msg_id=17059047) + +## ***Nathan Bradshaw*** +"Hi KMyMoney guys/gals, let me start with saying thanks for the great app. I decided I had to get my finances in order, installed KMyMoney2 0.8 and it was exactly what I was looking for. Great work :) " + +[**Read the full comment**](http://sourceforge.net/mailarchive/message.php?msg_id=16523889) + +## ***Marcin Gil*** +"...Otherwise [KMyMoney] is fantastic! Easy, user friendly with +lowest learning curve I've observed in financial apps. + +Keep up good work! " + +[**Read the full comment**](https://sourceforge.net/mailarchive/message.php?msg_id=15762622) + +## ***Adam Watkins*** +"First off, great application. I have finally found one more thing that reduces my dependence on Windows.(0.8 tipped the balance for me, I am now switching from MS Money). " + +[**Read the full comment**](http://sourceforge.net/mailarchive/message.php?msg_id=15294751) + +## ***Claudio Henrique Fortes Felix*** +"I'd like to thank you for the good work done on Kmymoney. It's interface is clean and nice to use, which is a big plus comparing to some other similar programs." + +[**Read the full comment**](http://sourceforge.net/mailarchive/message.php?msg_id=14878676) + +## ***David Price*** +"First of all brilliant programme, I use to use that other one for Gnome, but this one had export +features, cut and paste, and a much more friendly interface. I have enjoyed making my own custom +reports and having the freedom to use this program with spreadsheets." + +[**Read the full comment**](http://sourceforge.net/mailarchive/message.php?msg_id=14607701) + +## ***Tim Ziegler*** +"Upon upgrading my Linux box two months ago, I switched from using Quicken (via +Win4Lin) to KMyMoney. Because of some nastiness within Quicken I had to +wrestle the date format, but otherwise the import of all my Quicken stuff +went very well. +It took a few times to get used to a different interface than Quicken, but I +now feel it is simpler and better. Reports are easily customized, and I like +the ability to click on a payee and instantly see all related transactions. +Payees (and other stuff) were buried in Quicken, so all the icons on the left +side of the screen in KMyMoney are a real treat. + +Thanks for your hard work on a wonderfully useful product!" + +[**Read the full comment**](http://sourceforge.net/mailarchive/message.php?msg_id=14479494) + +## ***Keithe J Merl, P.E.*** +" First off, excellent app. Great job, all the features I want and need. I + use this on a daily basis and also feel it is much better and easier to + use than quicken, GnuCash, or any other ledger program." + +[**Read the full comment**](http://sourceforge.net/mailarchive/message.php?msg_id=14241207) + +## ***Andrew Fischer*** +"...I've been using [KMyMoney] for several months for personal and small business +finances, and I really appreciate how powerful yet easy to use it is. +This past weekend I helped my girlfriend setup Microsoft Money, my +first time using the program, and I was stunned how complicated it was +to use even for accessing simple information. It's default page +intimidated the user so much I apologized for suggesting it as an +alternative to a simple spreadsheet she had before. When I showed her +kmymoney she asked why such a program wasn't available on windows. + +I'm sure MS Money is a very powerful and feature filled program, but +it made a very poor impression compared to kmymoney for the +inexperienced user. Thanks, all, for your hard work." + +[**Read the full comment**](http://sourceforge.net/mailarchive/message.php?msg_id=14424466) + +## ***Howard Barbrey*** +"I just installed this today and it is GREAT! +I am a fugative from MS Money and have been seeking this program for a while." + +[**Read the full comment**](http://sourceforge.net/mailarchive/message.php?msg_id=14264045) + +***Also, from a private email response to my request for permission to post his quote:*** "As I get more comfortable with Linux I am finding myself trying new things. +Because I am retired and KMyMoney is very important to my every day living I +am currently running MS MONEY 2004 on my laptop and I have KMyMoney installed +on my desktop system. I am running them in parallel mainly to be sure that +I don't goof something up. +I have been using MS Money for about 3 years and have looked for a Linux +alternative for quite a while. I was reading over the Suse 10.0 instruction +manual that is shipped with the retail version and found a brief comment +their and then I went to google and now here I am. +I am happy with it and learning more about it all of the time." + +## ***Bill Suit*** +"I am an 8 year veteran user ofthe linux os. What kept me tied to m$ for the +longest time was my use of Quicken and Turbo Tax. + +Several years ago I tried several of the other open source and/or commercial +accounting software programs. None of them really caught my fancy, for +whatever reasons. + +About a year and a half ago I heard of Kmymoney (kmm) and started using it. +The documentation indicated that I could use OFX to download bank info into +kmm. Though that was the draw for me, kmm also fulfilled all of my simple +bookkeeping needs. BTW, I haven't used Quicken for several years now. + +Over the last year and a half the continued improvements, the look, and the +functionality of the program has just made it a real pleasure to use. Your +response to problems is quick. The user community also is a big plus. I've +noticed that if the program does not currently support a particular function +that you're open to considering adding that function. + +Thank you all very much for your efforts in making this a truly first class +program. I greatly appreciate it." + +[**Read the full comment**](http://sourceforge.net/mailarchive/message.php?msg_id=14294117) + +## ***Andres Krapf*** +"I just wanted to let you know that I recently +installed kmymoney2 and I think it's great ! Thank you +very much for the obvious effort you put into this +piece of software. Even though I didn't know much +about accounting, it was really simple to use and it +ate my bank's files without a blink (OFX import)." + +[**Read the full comment**](http://sourceforge.net/mailarchive/message.php?msg_id=13957107) + +## ***David Nelson*** +"I've finally switched over my bank accounts from Quicken and Wine, and am now +looking at getting the investment accounts converted. +It's great to have a native KDE replacement for Quicken at last. +Thanks for the great job you're doing." + +[**Read the full comment**](http://sourceforge.net/mailarchive/message.php?msg_id=14085288) + +## ***Guillermo Cediel*** +"I'm using kmymoney2 v0.8.1 (after testing some other similar software, like kbudget, grisbi, jgnash, etc) and I think you have made a great work..." + +[**Read the full comment**](http://sourceforge.net/mailarchive/message.php?msg_id=13966011) + +## ***Ben Shewmaker*** +"I recently made the switch to Linux, and I have to + thank you for producing such a fantastic financial + program. I had been using MS Money for the last 3 + years, but once I started using KMyMoney I never + looked back. This is exactly the type of financial + software I had been looking for. Keep up the good + work!" + +[**Read the full comment**](http://sourceforge.net/mailarchive/message.php?msg_id=14080824) + +## ***Mike Moore*** +"I must thank you for the wonderful software you are putting +together!I've been using kmymoney since vesion 0.4 and think it is a +fantastic program that gets better by the day... thanks to your +efforts!" + +[**Read the full comment**](http://sourceforge.net/mailarchive/message.php?msg_id=14072099) + +## ***Tom Welch -Linspire CTO (Chief Technical Officer)*** +" My name is Tom Welch and I am the CTO for Linspire. I just wanted to + drop you guys a note and say "Way to go and keep it up!"Your project + has really made some excellent improvements recently. Anyway we can + help out spreading the word just let me know." + +[**Read the full comment**](http://sourceforge.net/mailarchive/message.php?msg_id=13931088) + +## ***Brenda Wolf*** +"Hi, + +Thank you so much for your efforts on developing this program. I use it all the time to keep record of my checks, etc. I could say is such great program that I installed linux in my computer just to be able to use it!! + +Thank you!" + +[**Read the full comment**](http://sourceforge.net/mailarchive/message.php?msg_id=13921316) + +## ***Marlon Nacario*** +"I have used Quicken, MS Money and Linux version of Moneydance, I will + tell how impressed I am with Kmymoney. It is better and stable than any + of those that I have used in the past. I noticed Kmymoney at its earlier + stage of development and is very surprised how the software progress + from a very crude to the best. + + KEEP UP THE GOOD WORK. LONG LIVE OPEN SOURCE and GNU." + +[**Read the full comment**](http://sourceforge.net/mailarchive/message.php?msg_id=13860526) + + +## ***Johannes Leimbach*** +"I wanted to tell you I really love Kmymoney. It's as you wished it to be, the +easiest personal money tool out there. Thank you :) " + +[**Read the full comment**](http://sourceforge.net/mailarchive/message.php?msg_id=13790961) + +## ***Jordi Alfonso*** +"Hi! + +Congratulations for this good program. I've using it about a few days and +traslating all my oocalc information to it. Good." + +[**Read the full comment**](http://sourceforge.net/mailarchive/message.php?msg_id=13793951) + +## ***Christophe Prud'homme*** +"I have just started to use kmymoney2(under debian/gnu/linux), it took me a +little while to get use to it but now I am quite happy I made the effort and +I like very much your tool. +Thanks a lot!" + +[**Read the full comment**](http://sourceforge.net/mailarchive/message.php?msg_id=13760901) + +## ***Jose Jorge*** +"I switched to kmymoney after 4 years of GNUCASH, the import +tool worked flawlessly, except for some UTF-8 strings (the +gnucash file was in UTF-8). + +I switched because on my old hardware (700MHz) GNUCASH opened +the 4 years full file in about 25s, when kmymoney does it in +5s. OK, it's a silly reason... + + +...Otherwise it's all nice, congratulations." + +[**Read the full comment**](http://sourceforge.net/mailarchive/message.php?msg_id=13625527) + +## ***Bill Fahrenkrug*** +"Just started using KMymoney 0.8 and works perfect for me - +wife doesn't much since it shows her spending patterns in easy +to understand reports ;) + +...Again, THANK YOU for this great app. Haven't used my lame +old MS 2000 OS for a year because of developer's like you. +(wife was doing the budget on her MS box with lol MS money - +now I'm in control... yeehaw)" + +[**Read the full comment**](http://sourceforge.net/mailarchive/message.php?msg_id=13185188) + +## ***Bob Ewart*** +"Kmm is looking better and better. Keep up the good work." + +[**Read the full comment**](http://sourceforge.net/mailarchive/message.php?msg_id=12928894) + +## ***Erik Johansson*** +"I recently switched from gnucash to kmymoney and so far I +haven't regretted it. A big thank you to all developers." + +[**Read the full comment**](http://sourceforge.net/mailarchive/message.php?msg_id=12840501) + +## ***Martijn Dijksterhuis*** +"Keep up the good work, its already an impressive piece of +software! " + +[**Read the full comment**](http://sourceforge.net/mailarchive/message.php?msg_id=12783846) + +## ***Maarten Th. Mulders*** +"since a while I have been using KMyMoney and I really like +it." + +[**Read the full comment**](http://sourceforge.net/mailarchive/message.php?msg_id=12697756) + +## ***Michael McIntyre*** +"I'll chip in my two cents eventually, once I formulate an +opinion. I'm still in the tedious setting-everything-up stage +of my relationship with your application. It seems well worth +the effort to do all this though, and I haven't had to RTFM to +figure anything out yet, which is a good sign for your +usability. I figure I'll RTFM later and see what I missed." + +[**Read the full comment**](http://sourceforge.net/mailarchive/message.php?msg_name=200508160116.48163.dmmcintyr%40users.sourceforge.net) + +## ***Nicholas Lee*** +"KMM is on a good track. Making it very a easy to use, +powerful personal finance package." + +[**Read the full comment**](http://sourceforge.net/mailarchive/message.php?msg_name=2b6116b305081501383f9bd16c%40mail.gmail.com) + +## ***Jeroen Jonk*** +"Congratulations for this wonderful new release! I am using +KMyMoney to track my personal expenses almost on a daily basis +and it really does a good job. One of the benefits that +KMyMoney brings for me, is control over my financial situation. +Most banks in The Netherlands are only sending account +statements once a month and keeping track of all expenses and +the balance of the account during a month really made me +overspend. + +Now, using categories, I am able to see where I am overspending +compared to last months and I can control things. + +The only thing that I am missing dearly is a budgeting +function. That would really help me getting even more control +over where I should increase or reduce spending. + +Like so many others, I used commercial software for many years, +but I switched to Linux last December and I have never had +regrets. Although my system is still multi-boot, I only use +Linux. My wife, who is from Turkish origin, still uses +commercial software to have webcam/sound (MSN) chat with her +relatives in Turkey. However, the guys developing Kopete +released a new roadmap in which MSN video is mentioned for the +first time. If that becomes a reality then I can get rid of all +the commercial software. + +For me, a good Office suite and a program like KMyMoney really +made the difference. I used alternatives like GNUCash, but I +did not like is. + +Thank you for putting so much effort in developing KMyMoney -- +I am sure it is appreciated by many users." + +[**Read the full comment**](http://sourceforge.net/mailarchive/message.php?msg_name=200508140948.19831%40net-bembel.de) + +## ***Adam Treat*** +"First, I want to say that you have a pretty decent +applicaition in the making. Kudos." + + +[**Read the full comment**](http://sourceforge.net/mailarchive/message.php?msg_name=200508131006.52066.treat%40kde.org) + diff --git a/user-comments.php b/user-comments.php deleted file mode 100644 index 32f1678..0000000 --- a/user-comments.php +++ /dev/null @@ -1,1507 +0,0 @@ - - -

These are some of the nice things we hear from users of - KMyMoney

- -

If you have something nice you'd like to say about - KMyMoney, please let us know and send us the compliment - (naturally, we love to get them.) We may even publish it - here.
- Constructive criticism is welcome too, and in fact many of these - compliments came with some criticism as well. You can read from the archive the complete email message for each quote, good and bad, by following the "read the full comment" link below each quote.

- - Email us your comments -

-Note:Some of the older Read the full comment links are still broken due to a change in the mail archive.
We are sorry about that, but fixing them is a manual and time consuming process and we considered to leave them broken for now.

-
- - - - -

- jimdavis -

- -
-

- Thanks again, and just so you know KMyMoney has the best CSV import method and functionality that I - have run across so far in my effort to do this. Kudos to you and everyone. -

-

[ Read the full comment ]

- -
- - -

- Michael Carpino -

- -
-

- ​Thomas & the KMM developement Team, - - I wanted to reply to say thank you for all the hard work you put in and - continue to do regarding the release of KMM 5.0. I know there has been - some bumps but I still have faith in the product and your work. I'm - grateful for what you do and appreciate your continued effort with - developing the product​. I know many have been doing some backflips - getting the bugs worked out since the release and your efforts should be - applauded. -

-

[ Read the full comment ]

- -
- - -

- thomasforrester -

- -
-

- Having used this app for a short time, I can say it's a shoe-in as a replacement for Quicken. - Could use some usability improvements, but its super-impressive as is. I was totally blown - away when it sucked in a very robust xml data file from GnuCash and was perfectly functional - with it from the git-go. -

-

[ Read the full comment ]

- -
- - -

- Philip Henderson -

- -
-

- I've been using KMyMoney for over a dozen years now and find it the best - program for my needs. Some of the features make KMyMoney a joy to use - and are just so logical (to me anyway). The improvements that have been - made over the last few years have made it even better. A great program. - Thank you to all the developers for a great piece of work. -

-

[ Read the full comment ]

-
- -

- Frank Osborne -

- -
-

- I've used Quicken. MS Money, Moneydance, and others and KMyMoney is the - best. You guys did an excellent job. -

-

[ Read the full comment ]

-
- -

- Roger G. Rioux -

- -
-

- Just wanted to say "Thank you" for all your effort in developing this - excellent money management program. I have finally weaned myself off - M$Money after many years of use. The learning curve for KMyMoney was a - little steeper than that of MSMoney, however, it was well worth it. I - am now completely free from Microsoft (MSMoney was the last hold out). - Once again, thank you so very much! -

- -
- - -

- Loic d'Anterroches -

- -
-

- Anyway, wonderful, having nearly 8 years of personal accounting in a - simple to use, robust, easy to use with the keyboard only, easy to - customize reports, easy to print for the wife software is really really - great! -

-

[ Read the full comment ]

- -
- - -

- Huw -

- -
-

- I just want to add that I've recently decided to really take a hold of my finances, budget properly etc., and I've found KMyMoney to be excellent so far. The interface is intuitive and helpful, there's no unnecessary jargon, I've found no bugs at all, and the reports are powerful. It's going to be a real boon and I found it just when I needed it. -

-

[ Read the full comment ]

- -
- - -

- Les Turner -

- -
-

- I'm now starting to use Kmymoney properly and I've got to say I really like the software. You've done an excellent job. It's intuitive and easy to use. All the useful standard reports that I need are there (and more) and I'm really pleased with what I see. -

-

[ Read the full comment ]

- -
- -

- Charlie Bray -

- -
-

-The interface is intuitive, the workflow is superb, the quality of the program -is top notch and I have to say, this is one of the most polished, -wellconceived, easiest to use yet deep enough to do what you need financial -apps I have ever seen. -

-

[ Read the full comment ]

- -
- - - -

- steffie (on the KDE bug tracker) -

- -
-

-I have said this before, but am happy to say it again ... as a long-term [but now ex-] Quicken-user, & a GnuCash-user [also now ex-] for ~a year, i think that KMM is just *fabulous*. To everyone who designed, built & actively maintains & enhances it... thank you for doing your marvellous work for the world!!! - -

-

-[ Read the full comment ] -

-
- - - -

- currawong (on the KDE forum) -

- -
-

- I have evaluated most of the freely available personal - finance packages available under Linux and found the feature - that I was asking about is included in many of them.

- - Although there are several very good packages available, they - all seem to lack some crucial element of some type, e.g. some - don't support split transactions (an essential feature in my opinion), - some don't support fiscal years other than calendar years, some don't - have reconciliation features and so on.

- - KMyMoney I have found to be the most comprehensive (just lacking - this minor feature) so I will continue to use it and make use of - the cheque no. field as a payment mode field. -

-

-[ Read the full comment ] -

-

- - - -

James Adams

-
-

-First, let me say that I am EXTREMELY impressed with KMyMoney2. The -functionality, completeness and ease of use are tremendous, and I have -thoroughly enjoyed using it. -

- -

[ Read the full comment ]

-
- - -

bbroeksema (on IRC)

-
-

-[18:19] ipwizard: Is it also possible to link (or however to call it) transaction from a bankaccount to scheduled transactions in KMymoney?
-[18:19] that is, from within the qif file
-[18:20] Yes, that's what transaction matching is for. See http://kmymoney2.sourceforge.net/online-manual/details.ledgers.match.html
-[18:22] aah cool. You guys make accounting almost fun :)
- -

- - -
- - - -

Paul Saletan

-
-

-This is one of the most polished open source applications you'll find. -The user interface and navigation is beautifully engineered. The -developers have delivered a complex double entry accounting system but -kept it easy to use. As a long-time Quickbooks user who also tried -GnuCash, I had despaired of finding a Linux personal finance app good -enough to ditch Windows. Now I'm getting my accounts balanced in half -the time and enjoying it. Kudos! -

- - -
- - - -

Bruce Herdman

-
-

-Just a quick note to say how -much I appreciate the support and hand holding from Alvaro Soliverez -and the development team for Kmymoney. My problems were resolved and I -am impressed by the level of competence and care your team has shown me -

- -

[ Read the full comment ]

-
- - - -

Martin Beenham

-
-

-The support in this forum is outstanding.
-The application is outstanding.
-I do not regret upgrading to KMyMoney from MSMoney.
-I only regret not doing it sooner... -

- -

[ Read the full comment ]

-
- - -

Graeme Nichols

-
-

-KMyMoney is a very polished application. It works just fine and I have -no niggles at all. Much better than Quicken Personal Plus 2009 on Vista -or XP. No bringing the system down and just as many features that I use. -

- -

[ Read the full comment ]

-
- -

Dave Le Huray

-
-

-I have recently started using KMyMoney (v0.9.3) on my laptop running -PCLinuxOS2009. I am looking to replace Moneydance, for no other reason than -the data is locked in proprietary format. I have looked at KMyMoney before -and not found it suitable but now I must say that I am very pleased and it -looks like I'll be changing over very shortly. -

- -

[ Read the full comment ]

-
- -

Dorneles Treméa

-
-

-... After testing a dozen of different softwares, which didn't fit my needs, I finally discovered KMyMoney. - -It was love at first sight and to make things even better, it -imported my 3 years old gnucash file without miss a single record! - -That's a fantastic job guys! KMyMoney is the *only* software that -can actually do that, congratulations! -

- -

[ Read the full comment ]

-
- - -

David Pardue

-
-

-... Thanks for any help/advice with this. I appreciate how helpful and friendly Thomas, Alvaro and the other KMM developers are. You guys make Intuit Tech Support look like slackers! -

- -

[ Read the full comment ]

-
- - -

Marko Käning

-
-

-Dear developers of KMyMoney, this is just a general thanks to all of you!

- -I never worked with Quicken on Windows. Years back I used some tool called Dialog24 for HBCI access to Deutsche Bank, but gave up on it for various reasons... I am so happy that I found KMyMoney running on my beloved Linux!!! - ->>> This tool currently saves my ass. <<< - -:) Honestly! - -Without it's features I'd be in deep trouble. - -THANKS. THANKS. THANKS. - -Wish I could contribute more to it than just translating or bugging you developers with little quirks or design proposals... -But I wouldn't have time for more than this, to tell the truth.

- -Anyway, once again I want to express my thanks to all of you. I am very happy that you guys (especially Thomas and Alvaro) are so active here and almost instantaneously respond to everything. - -I hope to be able to contribute a bit more in the future when ressources and time allow that. -

- -

[ Read the full comment ]

-
- - - -

Greg Darke

-
-

- -Firstly, I wish to express my sincere gratitude and thanks to everybody -involved with this great project. I finally have a replacement for the -very last application that required me to keep M$FT software on my hard -drives. I have been using Microsoft Money for more than 12 years and -have a huge file containing every transaction from approx 10 open -accounts and about another 12 accounts that have been closed. M$ Money -has handled this fairly well although various problems have arisen over -the years that have always been solved by purchasing and upgrading to -the next version. -

- -

[ Read the full comment ]

-
- - -

Hugh Whelan

-
-

- - Let me start by saying I am a huge fan of KMyMoney (I run the CVS version) and the excellence of it's - informative reports is one of the key reasons I much prefer it to other finance programs. -

- -

[ Read the full comment ]

-
- - -

Martin Zaske

-
-

- -... We have still not transitioned fully to Linux but for this very purpose we have a dual -boot set-up and we boot into Kubuntu just to do our bookkeeping. What -more proof could you want that we really appreciate this software. -

- -

[ Read the full comment ]

-
- - -

John Dow

-
-

- -Hi Guys,

- -Just built the current developer version from CVS and am seriously -impressed. KMyMoney has just leapt ahead of MS Money by a fair -margin, and I can at last ditch the Windows XP VM that's cluttering up -my disk. - -

- -

[ Read the full comment ]

-
- - - -

David Pardue

-
-

- -I would like to take a few minutes to thank you for all the work and -time you have devoted to creating KMyMoney. I recently began using -version 0.8.7 and am very pleased with it; I think KMyMoney will likely -allow me to move away from Quicken and handle my finances entirely in -Linux.  ... - -

- -

[ Read the full comment ]

-
- - - -

Craig Lindholm

-
-

- -While I have played with Linux off and on for the past few years, This is the first time I have found it able to finally replace my windows box....mostly thanks to you guys on KMyMoney. Quicken was really the thorn in my side. But since I've installed OpenSuse 10.3 about 3-4 weeks ago, I haven't needed to reboot once into Windows (I have however snuck in once or twice using VirtualBox to do my stock charting software) - -

- -

[ Received in a private e-mail ]

-
- - -

Kyle Rabe

-
-

- -Hello! First, I'm so happy that you have created KMyMoney. I use it -for all of my personal finances (and have for a couple of years now), -and I'm glad that I don't have to buy the bloated, -commercially-available software and an OS to go with it.  ... - -

- -

[ Read the full comment ]

-
- - - -

Sébastien Plc

-
-

- -I've tried KMM this week-end (originally just out of curiosity...) and I have to admit that the overall ergonomic as well as the strange "accounting is simple" feeling just convinced me to do something amazing (at least for a me): manage my accounts in another way than stacking everything for months and then spending week-ends to try to reconciliate the mess (better late than never!).  ... - -

- -

[ Read the full comment ]

-
- - - -

Mikhail Yakshin

-
-

- -First, I'd like to express my kudos and cheers for generally -developing such high-class product. In fact, I've never seen any -personal finance products before and KMyMoney was the first one I've -seen. It was a bliss to explore and in fact, everything I've seen -after KMyMoney (evaluating other products, including commercial ones) -looks worse than it. - -

- -

[ Read the full comment ]

-
- - -

Walter Sams

-
-

- -... FYI, once I loaded up 0.9-CVS this program, in the words of our teenagers, -really ROCKS. - -It works the way I like it too ( except for my little oops with the first -reconcile.) - -

- -

[ Read the full comment ]

-
- -

Greg

-
-

- -... Your work is wonderful and I am slowly migrating. The absolute -"cats-meow" would be that tool to instantly "beam" all my MS Money data -into KMyMoney, so I could move on. In any case, I am a fan, a -developing user and commend your efforts. -

- -

[ Read the full comment ]

-
- -

Bob Igo

-
-

-... I switched from Quicken -to KMyMoney, too, having first tried GNUcash. I really needed to escape -the forced upgrading built into Quicken for simple things like stock -price lookups. -

- -

[ Read the full comment ]

-
- -

Michael A. Schwarz

-
-

-First off, let me say "great work." I've got all of my accounts -balanced to the penny for the first time since I swore of Intuit's -products. -

- -

[ Read the full comment ]

-
- - -

Ahmad El-Gazzaz

-
-

-Dear KMyMoney Developers,

- -First I would like to thank you very much for this wonderful software, I -have been using it since I started using linux 2 years ago and my tries to -use any finance software under windows failed. You really help making life -easier.

-[... snip ...]

-Thank you for this program and keep beating the commercial software! -

- -

[ Read the full comment ]

-
- -

Old Al' (Dr. Algis Kabaila)

-
-

-... With kind regards to all who are working on this fine program that beats the -commercial stuff 5 - 0 ! -

- -

[ Read the full comment ]

-
- -

Peter

-
-

- Thanks, I just loaded one of the main accounts, and the closing balance - reconciles with M$ Money.

- -

KMyMoney is a great application. - -

- -

[ Read the full comment ]

-
- -

Mike Moore

- -
-

-Wow! Boy does it look good. New features in the works like budgets and -investments, better usability... I'm now running the CVS code (and plan -to report any bugs I find).

-

[ Read the full comment ]

- -
- -

David Love

- -
-

I use KMYMoney2 daily to run a small business (Yes I know it isn't targeted -at business users - but it's ideal for what I require) and am very satisfied -with it. It is very intuitive and a "breeze" to enter payments and -receipts. The ease in which one is able to make global amendments (e.g. -renaming an account and see it reflected in all receipts/payments in that -account) is astounding. Keep up the development. I cannot see me changing -to any other accounting program.

-

[ Read the full comment ]

- -
- -

Chris Hiestand

- -
-

- I just wanted to say great job on kmymoney. I just started using this -program and it seems very useful. I'll be sure to communicate with you -if I find any bugs or have any suggestions. - -I particularly like how it can import different file formats, it happens -to be compatible with my bank who lets me choose from .OFX .QFX -and .CSV. -

- -

[ Read the full comment ]

-
- -

David Walling

- -
-

I really like the Kmymoney software and have been using it in one form - or another for over a year now. It's the easiest to use I've found, and - comes closest to having all the featuers of Micro$oft Money that I used - prior.

- -

It was also the very last piece of software I needed to completely do - away with Windows as a primary OS on my laptop! I already and Cinelerra - for video editing, K3b for burning, gimp for graphics, Inkscape for SVG, - and Open Office for office.

- -

Now, if the budgeting capabilites where just a little better :-D

- -

Thanks again for the hard work you and the rest of the Kmymoney2 devs - have put in to this software.

- -

[ Received in a private e-mail ]

-
- -

Dennis Gallion

- -
-

Please add my thanks and kudos for such a great KDE/open source application! - I have finally been able to replace Quicken, the only Windows application I - was still using regularly. You've done a marvelous job with the interface - and ease-of-use. The QIF conversion worked well, with KMyMoney being extra - helpful at cleaning up the data. Overall, just a fantastic job!

- -

[ Read the full comment ]

-
- -

Jan van den Heuvel

- -
-

Thanks for such a great program. MS Money was the last program that - kept me booting Windows every now and then. This current version of - KMyMoney means that time is over.

- -

[ Read the full comment ]

-
- -

Michael Riegert

- -
-

I love this program. The ease of use compared to MS Money or others - allows me to actually use it. Thanks for the great work."

- -

[ Read the full comment ]

-
- -

Eugene Batogov

- -
-

"KMyMoney is COOL !!!"

- -

[ Received during an ICQ session ]

-
- -

Tim Jump

- -
-

"Hey there, first off I wanted to compliment you guys on an absolutely -fantastic program. I've been using MS Money for years but have always -wanted to switch to something I could use under Linux (wine has never liked -Money all that much). You guys did it and I will be eternally grateful. No -longer will I have to suffer through using an inferior operating system to -keep track of my finances!"

- -

[ Read the full comment ]

-
- -
-

Prasenjit Kapat

- -
-

"I have been using KMyMoney2 for nearly 8 months now. Surprisingly, this is my -first money mangement sotware. And hey, did I choose the right one? Just -love it."

- -

[ Read the full comment ]

-
- -
-

David Love

- -
-

"I've just started using KMyMoney2 - after trying GnuCash and giving up -in perplexity - and love it!"

- -

[ Read the full comment ]

-
- -
- -

Art Alexion

- -
-

"Thanks for all of your help. While kmm is a great program, half the - value is the wonderfully generous support that you give on this - list."

- -

[ Received as private e-mail ]

-
- -
- -

Bill Streeter

- -
-

"I love this program on Linux. It's been my lifesaver in finally - making a full transisition over to Linux, and not having to run - wine/quicken."

- -

[ Read the full comment ]

-
- -
- -

Juan Sebastián Echeverry Grisales

- -
-

"...i'm moving from GnuCash to KMyMoney and I'm impressed with this app. Keep the good work."

- -

[ Read the full comment ]

-
- -
- -

John Iannone

- -
-

"Thanks for your time, and thanks for building such a great application. - Not having an application of this nature was previously the only thing - that tied me to the Windows box in my house. Now, it's doing what it's - best at... collecting dust! "

- -

[ Read the full comment ]

-
- -
- -

Tim Hutt

- -
-

"Way better than gnucash even if it is unfinished.

- -Keep it up."

- -

[ Read the full comment ]

-
- -
- -

Kyle Stevens

- -
-

"First, I'd like to say thanks for this great application. It is simple -and fun to use. It is my favorite program to use (finance or otherwise)."

- -

[ Read the full comment ]

-
- -
- -

Marius Groenewald

- -
-

"I converted from MS Money 95 (Windows) to KMyMoney (Linux). There are -nice features in KMyMoney that is not available in MS Money and vice -versa...
- -Thanks for a great Financial Package that is freely available. Can't -wait for Graphs to be included in the Reports. -"

- -

[ Read the full comment ]

-
- -
- - -

Algis Kabaila

- -
-

"I confess to that one of my favourite hates is accounting and I only do it when I am forced to do it (mostly by my spouse of ... wait for it ... 57 years uninterrupted marriage!).
- - I must say, though, the KMyMoney makes the generally unpleasant task so much easier - and to think that I put up with Quicken in my windows days..."

- -

[ Read the full comment ]

-
- -
- - -

Don

- -
-

"thanks for all your hard work on this project (along with the -others on the development team!) -- I've been using KMM since last -Spring and have not wishes to change."

- -

[ Read the full comment ]

-
- -
- - - -

Bret Jordan

- -
- -

"First off I wanted to tell you how wonderful your product is thus far. -You have done some amazing work...
- -Thanks for all your hard work. This product has the potential of being -the best tool on the market."

- -

[ Read the full comment ]

- - - -

Also, from a private e-mail to Thomas Baumgart
"I really must applaud the work you guys have done thus far, the fact -that you are also responsive to requests and queries is a major bonus."

- -
- -
- - - -

Paul A. Sustman

- -
-

"Great work on Kmymoney. In many ways it's much more intuitive and easier -to use than Quicken. I'm looking forward to a few more features."

- -

[ Read the full comment ]

-
- -
- - - -

Mario Fabiano

- -
-

"You did a great job; KMyMoney is a very good and useful software."

- -

[ Read the full comment ]

-
- -
- - -

Ken Castania

- -
-

"Wonderful! It's difficult to put this but . . . I'm glad there's -something between putting info in an OpenOffice spreadsheet and GNUCash. -There are many of us who want to keep and reconcile our checkbooks and -get a few reports on occasion, but don't want to become CPAs to do it.

- -KMyMoney is much more Quicken-esque, a welcomed addition to the open -source community.

- -Thanks!"

- -

[ Read the full comment ]

-
- -
- - -

Nicholas Tomlin

- -
-

"Congratulations!

- -I've just been dabling with 0.8 and choose to commend you on your excellent -effort, its a damn shame it doesn't do business accounts."

- -

[ Read the full comment ]

-
- -
- - -

S. Brunner

- -
-

"I very much love kmymoney, it makes entering -bills a joy where it has been a pain before (using some spreadsheet). Thank -you!"

- -

[ Read the full comment ]

-
- -
- -

Lorenzo Villani (Arbiter)

- -
-

"I just want to say that i'm really happy with this program. -Good work! :-D "

- -

[ Read the full comment ]

-
- -
- - -

Mark A. Slaw

- -
-

"First, let me say that I think kmymoney meets almost all of my needs. I -like it! One useful feature, however, would be online banking. If I had -the ability, i could honestly say that the program met any need i could -have."

Note: Kmymoney does support some online banking features (transaction download) via OFX if your bank supports it. Using AqBanking, it also supports HBCI, YellowNet, and DTAUS.

- -

[ Read the full comment ]

-
- -
- -

Mark Blakeney

- -
-

"I am new to kmymoney (coming from quicken). What a fantastic mix of simplicity with nice aesthetics and functionality! I have also trialled the gtk2 gnucash but am swayed towards kmymoney and am planning to use an asset account for invoicing plus your handy VAT functionality for GST/VAT tracking. Who said kmymoney does not do invoicing!"

- -

[ Read the full comment ]

-
- -
- -

Don Jackson

- -
-

"Kudos to the developers and maintainers of KMyMoney2! Where has this -great program been hiding? You need more publicity."

- -

[ Read the full comment ]

-
- -
- -

Nathan Bradshaw

- -
-

"Hi KMyMoney guys/gals, let me start with saying thanks for the great app. I decided I had to get my finances in order, installed KMyMoney2 0.8 and it was exactly what I was looking for. Great work :) "

- -

[ Read the full comment ]

-
- -
- - -

Marcin Gil

- -
-

"...Otherwise [KMyMoney] is fantastic! Easy, user friendly with -lowest learning curve I've observed in financial apps.

- -Keep up good work! "

- -

[ Read the full comment ]

-
- -
- - -

Adam Watkins

- -
-

"First off, great application. I have finally found one more thing that reduces my dependence on Windows. (0.8 tipped the balance for me, I am now switching from MS Money). "

- -

[ Read the full comment ]

-
- -
- - -

Claudio Henrique Fortes Felix

- -
-

"I'd like to thank you for the good work done on Kmymoney. It's interface is clean and nice to use, which is a big plus comparing to some other similar programs."

- -

[ Read the full comment ]

-
- -
- - -

David Price

- -
-

"First of all brilliant programme, I use to use that other one for Gnome, but this one had export -features, cut and paste, and a much more friendly interface. I have enjoyed making my own custom -reports and having the freedom to use this program with spreadsheets."

- -

[ Read the full comment ]

-
- -
- - - -

Tim Ziegler

- -
-

"Upon upgrading my Linux box two months ago, I switched from using Quicken (via -Win4Lin) to KMyMoney. Because of some nastiness within Quicken I had to -wrestle the date format, but otherwise the import of all my Quicken stuff -went very well.
-It took a few times to get used to a different interface than Quicken, but I -now feel it is simpler and better. Reports are easily customized, and I like -the ability to click on a payee and instantly see all related transactions. -Payees (and other stuff) were buried in Quicken, so all the icons on the left -side of the screen in KMyMoney are a real treat.

- -Thanks for your hard work on a wonderfully useful product!"

- -

[ Read the full comment ]

-
- -
- - -

Keithe J Merl, P.E.

- -
-

" First off, excellent app. Great job, all the features I want and need. I - use this on a daily basis and also feel it is much better and easier to - use than quicken, GnuCash, or any other ledger program."

- -

[ Read the full comment ]

-
- -
- - -

Andrew Fischer

- -
-

"...I've been using [KMyMoney] for several months for personal and small business -finances, and I really appreciate how powerful yet easy to use it is. -This past weekend I helped my girlfriend setup Microsoft Money, my -first time using the program, and I was stunned how complicated it was -to use even for accessing simple information. It's default page -intimidated the user so much I apologized for suggesting it as an -alternative to a simple spreadsheet she had before. When I showed her -kmymoney she asked why such a program wasn't available on windows.

- -I'm sure MS Money is a very powerful and feature filled program, but -it made a very poor impression compared to kmymoney for the -inexperienced user. Thanks, all, for your hard work."

- -

[ Read the full comment ]

-
- -
- - -

Howard Barbrey

- -
-

"I just installed this today and it is GREAT! -I am a fugative from MS Money and have been seeking this program for a while."

[ Read the full comment ]

Also, from a private email response to my request for permission to post his quote:
"As I get more comfortable with Linux I am finding myself trying new things. -Because I am retired and KMyMoney is very important to my every day living I -am currently running MS MONEY 2004 on my laptop and I have KMyMoney installed -on my desktop system. I am running them in parallel mainly to be sure that -I don't goof something up.
-I have been using MS Money for about 3 years and have looked for a Linux -alternative for quite a while. I was reading over the Suse 10.0 instruction -manual that is shipped with the retail version and found a brief comment -their and then I went to google and now here I am. -I am happy with it and learning more about it all of the time."

- - -
- -
- - -

Bill Suit

- -
-

"I am an 8 year veteran user of the linux os. What kept me tied to m$ for the -longest time was my use of Quicken and Turbo Tax.

- -Several years ago I tried several of the other open source and/or commercial -accounting software programs. None of them really caught my fancy, for -whatever reasons.

- -About a year and a half ago I heard of Kmymoney (kmm) and started using it. -The documentation indicated that I could use OFX to download bank info into -kmm. Though that was the draw for me, kmm also fulfilled all of my simple -bookkeeping needs. BTW, I haven't used Quicken for several years now.

- -Over the last year and a half the continued improvements, the look, and the -functionality of the program has just made it a real pleasure to use. Your -response to problems is quick. The user community also is a big plus. I've -noticed that if the program does not currently support a particular function -that you're open to considering adding that function.

- -Thank you all very much for your efforts in making this a truly first class -program. I greatly appreciate it."

- -

[ Read the full comment ]

-
- -
- - -

Andres Krapf

- -
-

"I just wanted to let you know that I recently -installed kmymoney2 and I think it's great ! Thank you -very much for the obvious effort you put into this -piece of software. Even though I didn't know much -about accounting, it was really simple to use and it -ate my bank's files without a blink (OFX import)."

- -

[ Read the full comment ]

-
- -
- - -

David Nelson

- -
-

"I've finally switched over my bank accounts from Quicken and Wine, and am now -looking at getting the investment accounts converted. -It's great to have a native KDE replacement for Quicken at last. -Thanks for the great job you're doing."

- -

[ Read the full comment ]

-
- -
- - -

Guillermo Cediel

- -
-

"I'm using kmymoney2 v0.8.1 (after testing some other similar software, like kbudget, grisbi, jgnash, etc) and I think you have made a great work..."

- -

[ Read the full comment ]

-
- -
- - -

Ben Shewmaker

- -
-

"I recently made the switch to Linux, and I have to - thank you for producing such a fantastic financial - program. I had been using MS Money for the last 3 - years, but once I started using KMyMoney I never - looked back. This is exactly the type of financial - software I had been looking for. Keep up the good - work!"

- -

[ Read the full comment ]

-
- -
- - -

Mike Moore

- -
-

"I must thank you for the wonderful software you are putting -together! I've been using kmymoney since vesion 0.4 and think it is a -fantastic program that gets better by the day... thanks to your -efforts!"

- -

[ Read the full comment ]

-
- -
- - - -

Tom Welch -Linspire CTO (Chief Technical Officer)

- -
-

" My name is Tom Welch and I am the CTO for Linspire. I just wanted to - drop you guys a note and say "Way to go and keep it up!" Your project - has really made some excellent improvements recently. Anyway we can - help out spreading the word just let me know."

- -

[ Read the full comment ]

-
- -
- - -

Brenda Wolf

- -
-

"Hi,

- -Thank you so much for your efforts on developing this program. I use it all the time to keep record of my checks, etc. I could say is such great program that I installed linux in my computer just to be able to use it!!

- -Thank you!"

- -

[ Read the full comment ]

-
- -
- - -

Marlon Nacario

- -
-

"I have used Quicken, MS Money and Linux version of Moneydance, I will - tell how impressed I am with Kmymoney. It is better and stable than any - of those that I have used in the past. I noticed Kmymoney at its earlier - stage of development and is very surprised how the software progress - from a very crude to the best.

- - KEEP UP THE GOOD WORK. LONG LIVE OPEN SOURCE and GNU."

- -

[ Read the full comment ]

-
- -
- - - -

Johannes Leimbach

- -
-

"I wanted to tell you I really love Kmymoney. It's as you wished it to be, the -easiest personal money tool out there. Thank you :) "

- -

[ Read the full comment ]

-
- -
- - -

Jordi Alfonso

- -
-

"Hi!
-Congratulations for this good program. I've using it about a few days and -traslating all my oocalc information to it. Good."

- -

[ Read the full comment ]

-
- -
- - -

Christophe Prud'homme

- -
-

"I have just started to use kmymoney2(under debian/gnu/linux), it took me a -little while to get use to it but now I am quite happy I made the effort and -I like very much your tool.
-Thanks a lot!"

- -

[ Read the full comment ]

-
- -
- - - -

Jose Jorge

- -
-

"I switched to kmymoney after 4 years of GNUCASH, the import - tool worked flawlessly, except for some UTF-8 strings (the - gnucash file was in UTF-8).
-
- I switched because on my old hardware (700MHz) GNUCASH opened - the 4 years full file in about 25s, when kmymoney does it in - 5s. OK, it's a silly reason...
-
- - ...Otherwise it's all nice, congratulations."

- -

[ Read the full comment ]

-
- -
- - -

Bill Fahrenkrug

- -
-

"Just started using KMymoney 0.8 and works perfect for me - - wife doesn't much since it shows her spending patterns in easy - to understand reports ;)
-
- ...Again, THANK YOU for this great app. Haven't used my lame - old MS 2000 OS for a year because of developer's like you. - (wife was doing the budget on her MS box with lol MS money - - now I'm in control...yeehaw)"

- -

[ Read the full comment ]

-
- -
- - - -

Bob Ewart

- -
-

"Kmm is looking better and better. Keep up the good work."

- -

[ Read the full comment ]

-
- -
- - - -

Erik Johansson

- -
-

"I recently switched from gnucash to kmymoney and so far I - haven't regretted it. A big thank you to all developers."

- -

[ Read the full comment ]

-
- -
- - -

Martijn Dijksterhuis

- -
-

"Keep up the good work, its already an impressive piece of - software! "

- -

[ Read the full comment ]

-
- -
- - -

Maarten Th. Mulders

- -
-

"since a while I have been using KMyMoney and I really like - it."

- -

[ Read the full comment ]

-
- -
- - - -

Michael McIntyre

- -
-

"I'll chip in my two cents eventually, once I formulate an - opinion. I'm still in the tedious setting-everything-up stage - of my relationship with your application. It seems well worth - the effort to do all this though, and I haven't had to RTFM to - figure anything out yet, which is a good sign for your - usability. I figure I'll RTFM later and see what I missed."

- -

[ Read the full comment ]

-
- -
- - -

Nicholas Lee

- -
-

"KMM is on a good track. Making it very a easy to use, - powerful personal finance package."

- -

[ Read the full comment ]

-
- -
- - -

Jeroen Jonk

- -
-

"Congratulations for this wonderful new release! I am using - KMyMoney to track my personal expenses almost on a daily basis - and it really does a good job. One of the benefits that - KMyMoney brings for me, is control over my financial situation. - Most banks in The Netherlands are only sending account - statements once a month and keeping track of all expenses and - the balance of the account during a month really made me - overspend.
-
- Now, using categories, I am able to see where I am overspending - compared to last months and I can control things.
-
- The only thing that I am missing dearly is a budgeting - function. That would really help me getting even more control - over where I should increase or reduce spending.
-
- Like so many others, I used commercial software for many years, - but I switched to Linux last December and I have never had - regrets. Although my system is still multi-boot, I only use - Linux. My wife, who is from Turkish origin, still uses - commercial software to have webcam/sound (MSN) chat with her - relatives in Turkey. However, the guys developing Kopete - released a new roadmap in which MSN video is mentioned for the - first time. If that becomes a reality then I can get rid of all - the commercial software.
-
- For me, a good Office suite and a program like KMyMoney really - made the difference. I used alternatives like GNUCash, but I - did not like is.
-
- Thank you for putting so much effort in developing KMyMoney -- - I am sure it is appreciated by many users."

- -

[ Read the full comment ]

-
- -
- - -

Adam Treat

- -
-

"First, I want to say that you have a pretty decent - applicaition in the making. Kudos."

- -

[ Read the full comment ]

-
- -
- - - -