https://bugs.kde.org/show_bug.cgi?id=363197
Bug ID: 363197
Summary: Crash on change of Brokerage account from
type:Checking to type:Cash
Product: kmymoney4
Version: 4.7.2
Platform: MacPorts Packages
OS: OS X
https://bugs.kde.org/show_bug.cgi?id=351874
--- Comment #13 from Jeff ---
> With your suggested change, to remove the sign reversal, when the
> transaction imports, the result shows as a deposit of $8.77 (positive).
In order for that 8.77 to properly become a payment instead of a deposit, I
https://bugs.kde.org/show_bug.cgi?id=351874
--- Comment #12 from allan ---
(In reply to Jeff from comment #9)
> That line:
>
> tr.m_amount = -amount;
>
> is the one I changed in my patch to fix my problem for "sells". Need remove
> the negative sign.
Sorry, but I'm a bit puzzled here. Wi
https://bugs.kde.org/show_bug.cgi?id=351874
--- Comment #11 from Jeff ---
> I wonder how you test if OFX imports are correct? Is your test based only on
> fact that KMM doesn't show you warning signs in ledger?
This wasn't addressed to me, but I will chime in. I know OFX imports work
because I
https://bugs.kde.org/show_bug.cgi?id=362139
--- Comment #11 from NSLW ---
(In reply to allan from comment #10)
> (In reply to NSLW from comment #9)
> > (In reply to allan from comment #7)
>
> > > I think I've traced it, possibly, to the recent fee patch.
> > > In investprocessing.cpp(), at circ
https://bugs.kde.org/show_bug.cgi?id=351874
--- Comment #10 from NSLW ---
(In reply to Jack from comment #5)
> I import to investment accounts from OFX frequently, and it works just fine.
> (Well, mostly, but my problems are mainly in what my broker provides, not
> how KMM handles it, and I've co
https://bugs.kde.org/show_bug.cgi?id=351874
--- Comment #9 from Jeff ---
That line:
tr.m_amount = -amount;
is the one I changed in my patch to fix my problem for "sells". Need remove
the negative sign.
--
You are receiving this mail because:
You are the assignee for the bug.
https://bugs.kde.org/show_bug.cgi?id=351874
--- Comment #8 from allan ---
(In reply to Jeff from comment #6)
> Hi Ćukasz,
>
> There is still a problem with the QIF import with your change. My test file
> also tested the case where the commission was greater than the proceeds from
> the sale (wh