Re: [Kmymoney-devel] KMyMoney looses data; and error when using sqlite3 database

2013-07-06 Thread Software
Hi Allan, all   Thanks for looking into options.   I have daily backups, and next time this happens (every few weeks) I will keep a copy of the newly opened version with the lost entries, too (i.e., not immediately re-add them). Then I can manually compare the last two backups and the new ver

[Kmymoney-devel] KMyMoney looses data; and error when using sqlite3 database

2013-07-01 Thread Software
Hi I use "KMyMoney Version 4.6.1, KDE 4.8.5" (copied from KMyMoney's About dialog), Ubuntu 12.04.2 LTS (precise) with gnome, Linux kernel 3.2.0-48-generic-pae. My KMyMoney data file is fairly big (213.7 kB) and contains 2993 transactions ("Buchungen") and 6361 split transactions ("Split-Buchun

[Kmymoney-devel] validation of IBAN?

2011-11-06 Thread Software
Hi I recently added a new account to KMyMoney and would have liked to validate the IBAN for typos and the like. As this is currently not possible in KMyMoney, I wrote a class IbanValidator : public QRegExpValidator that first checks a string whether it satisfies the basic, country-dependent cri

[Kmymoney-devel] to retrieve exchange rates for foreign currencies pairs

2011-11-04 Thread Software
Hi MyMoneyFile::price(...) retrieves the price of securities, and also the exchange rate of currencies. The latter is restricted to known currency pairs (likely foreign currency versus base currency). E.g., even if EUR:USD is known and EUR:CHF is also known, the exchange rate USD:CHF is not ret

[Kmymoney-devel] MyMoneyFile::price(...) const

2011-10-31 Thread Software
Hi To provide a first small piece of code (to add currency conversion to kMyMoneyCalculator) I started to look at the relevant source code, downlodade about a week ago. I do not understand the function below from mymoneyfile.cpp MyMoneyFile::price(const QString& fromId, const QString& toId, co

[Kmymoney-devel] build-dep kmymoney (was: Feature request: improved / additional currency conversion)

2011-10-28 Thread Software
Hi Jack Thanks; worked nicely. Shouldn't this package be included with 'apt-get build-dep kmymoney'; for the benefit of other newcomers? Best Al_ PS: I was out of town for the week, thus my late thank. Original-Nachricht > Datum: Sat, 22 Oct 2011 09:38:58 -0700 (PDT) > Von

Re: [Kmymoney-devel] Feature request: improved / additional currency conversion

2011-10-22 Thread Software
Thanks, Thomas. After thinking a bit more and reading kmymoneycalculator.cpp I agree that the calculator widget is more appropriate than a plugin. So, I will give it a try; but need your help already to compile kmymoney. I cloned the subversion repo of kmymoney. As this is the first KDE app that