[kmymoney4] [Bug 264009] Loan interest not accounted for in forecast calculations. Causes incorrect forecast for loan accounts.

Ralf Habacker bugzilla_noreply at kde.org
Wed Aug 16 19:44:51 UTC 2017


https://bugs.kde.org/show_bug.cgi?id=264009

--- Comment #7 from Ralf Habacker <ralf.habacker at freenet.de> ---
Git commit 9ab64ddd0f700699454cc5cfb7b79df8c97304c1 by Ralf Habacker.
Committed on 16/08/2017 at 19:44.
Pushed by habacker into branch '4.8'.

Add qDebug operators for several kmymoney related classes

This makes it easier to find complex bugs by outputting the
internal state instead of inspecting the variables one by
one in the debugger.

To use for example on a transaction it could be called as

qDebug() << transaction;

where transaction is an instance of class MyMoneyTransaction.

M  +12   -0    kmymoney/mymoney/mymoneykeyvaluecontainer.cpp
M  +1    -0    kmymoney/mymoney/mymoneykeyvaluecontainer.h
M  +12   -0    kmymoney/mymoney/mymoneymoney.cpp
M  +5    -0    kmymoney/mymoney/mymoneymoney.h
M  +8    -0    kmymoney/mymoney/mymoneyobject.cpp
M  +1    -0    kmymoney/mymoney/mymoneyobject.h
M  +4    -4    kmymoney/mymoney/mymoneyreport.cpp
M  +28   -0    kmymoney/mymoney/mymoneysplit.cpp
M  +1    -0    kmymoney/mymoney/mymoneysplit.h
M  +24   -0    kmymoney/mymoney/mymoneytransaction.cpp
M  +1    -1    kmymoney/mymoney/mymoneytransaction.h

https://commits.kde.org/kmymoney/9ab64ddd0f700699454cc5cfb7b79df8c97304c1

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the KMyMoney-devel mailing list