Found it!! Yes once again the error was of course in my code. :) This one
was particularly difficult, well only because I forgot that the Schedules
are stored in three different tables:
1. kmmSchedules - the basic information for the actual schedule.
2. kmmSplits - the actual detail items f
Hi Alvaro,
Yes I am writing the updates to the database and even ensured that the
database was closed after all my operations where completed.
I noticed that the sched.adjustedNextDueDate() is calling nextDueDate()
which returns the actual posting date on the transaction I think.
m_PostDate in th
Are you writing the changes after updating the schedules? I assume you do.
The fields you are using seem to be the right ones.
sched.adjustedNextDueDate() is a function to check for holidays,
weekends, etc, and adjust the due date accordingly (ie, don't have a
business schedule occur on a Sunday).
So I have tried to do more research on this in the actual source code and I
am still a bit confused.
Inside khomeview.cpp I followed the code for the display of the Payments.
Down in showPaymentEntry() I see where the method takes a MyMoneySchedule
as a variable. This schedule is then used to get
https://bugs.kde.org/show_bug.cgi?id=298959
Martin Bříza changed:
What|Removed |Added
CC||mbr...@redhat.com
--- Comment #3 from Martin Bří
https://bugs.kde.org/show_bug.cgi?id=299671
Cristian Oneț changed:
What|Removed |Added
CC||nela...@gmail.com
--- Comment #2 from Cristian
https://bugs.kde.org/show_bug.cgi?id=303402
Cristian Oneț changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
CC|
https://bugs.kde.org/show_bug.cgi?id=303402
Bug ID: 303402
Severity: crash
Version: 4.6.1
Priority: NOR
Assignee: kmymoney-devel@kde.org
Summary: KMoney Crashes when starting new budget
Classification: Unclassified