https://bugs.kde.org/show_bug.cgi?id=340317
allan changed:
What|Removed |Added
CC||agande...@gmail.com
--- Comment #1 from allan ---
Just
https://bugs.kde.org/show_bug.cgi?id=340317
Bug ID: 340317
Summary: Support category assignment with partial account name
Product: kmymoney4
Version: 4.7.0
Platform: Other
OS: other
Status: UNCONFIRMED
Sev
Am Donnerstag, 23. Oktober 2014, 12:38:31 schrieb Cristian Oneț:
> I've started to do some profiling again and found another argument for
> the case that enabling C++11 would be a great benefit to the project.
>
> 1. We could really benefit from move semantics, our API is a perfect
> fit for that
On 24/10/14 15:27, Jack wrote:
SQL would certainly work, but probably more effort then directly editing
the file, as I'd have to save to database, figure out the SQL I need,
then save back to file.
Question: as investment transactions normally don't have a Payee
specified, might it be considered
On 2014.10.23 19:27, Jack wrote:
I'm continuing to work through my huge backload of investment account
OFX imports. One of the annoyances is that Merrill Lynch uses
categories such as _Dividend and _Fee, which is how they get imported
(I think those categories probably got created during su
I've been using OFX Direct Connect, i.e., just hit the "update"
button. If I'm going to download a file and edit it before importing,
I'd probably stick with OFX. It's one account at a time, so I know
what I want to translate. However, CSV is not totally out of the
question, as I still h
SQL would certainly work, but probably more effort then directly
editing the file, as I'd have to save to database, figure out the SQL I
need, then save back to file.
Question: as investment transactions normally don't have a Payee
specified, might it be considered a bug that the import cre
On Thursday, October 23, 2014 01:48:53 PM Cristian Oneț wrote:
[...]
>
> More about this. Since MyMoneyFile return several const objects by
> value (not const references) [1] it basically forces a copy of the
> temporary in the caller code. I think as a first step we should remove
> all const qual