hsoft
hsoft
Oh, yeah, I'm stupid, `sort()` returns `None`. The correct line would be `accounts = sorted(self.document.accounts[:], key=lambda a: a.name)`
(and you don't even need the `[:]`, sorted copies the iterable)
That did it. Thanks!
[not-tagged:"suggestion" tagged:"feature" bulk edit command]
I'm not convinced by a need for this feature. The problem is that the most obvious way to merge accounts would be for it to be triggered by drag&dropping an...
I think this feature is already implemented via the delete behavior. Especially when #55 is implemented, there's no need for additional UI. I agree that drag & drop would an...
I'm not sure that I understand you fully. In the import screen, when you select a target account, you can do transaction matching with drag & dropping.
I'll investigate further when I have the time.
A simple test I've made with a new document, 2 asset accounts and a transfer between the two show otherwise. When I import and choose any of the 2 accounts...
So the problem really is one of transaction matching. Well, I don't have many ideas as to what could be done. moneyGuru matches transaction together upon import when it has...