Re: [Kmymoney-devel] A bug in Git master

2013-12-12 Thread Allan
On 08/12/13 17:39, Chris Tucker wrote: During the OFX import when direct downloading from a bank, the user is not prompted for anything and likely shouldn't be anyway. The OFX import for an account should have all the information it needs to do the import correctly. The trouble here is that

Re: [Kmymoney-devel] A bug in Git master

2013-12-08 Thread Allan
On 08/12/13 17:39, Chris Tucker wrote: During the OFX import when direct downloading from a bank, the user is not prompted for anything and likely shouldn't be anyway. The OFX import for an account should have all the information it needs to do the import correctly. The trouble here is that

Re: [Kmymoney-devel] A bug in Git master

2013-12-08 Thread Chris Tucker
During the OFX import when direct downloading from a bank, the user is not prompted for anything and likely shouldn't be anyway. The OFX import for an account should have all the information it needs to do the import correctly. The trouble here is that statementTransactionUnderImport doesn't k

Re: [Kmymoney-devel] A bug in Git master

2013-11-30 Thread Allan
On 25/11/13 04:23, Chris Tucker wrote: I tried to subscribe to the list but am awaiting authorization. According to the page at http://kmymoney2.sourceforge.net, this is the best way to submit a bug for the git development code. If not the please point me in the right direction. Another bug

Re: [Kmymoney-devel] A bug in Git master

2013-11-26 Thread Chris Tucker
Yes, the patch fixes the OFX imports that were causing a messagebox saying the transactions would be ignored. Now they find the existing security by ticker and use it for the imported transactions. -- Chris On Tuesday, November 26, 2013 02:02:39 PM Allan wrote: > I'm still investigating, but

Re: [Kmymoney-devel] A bug in Git master

2013-11-26 Thread Allan
On 26/11/13 17:28, Chris Tucker wrote: Yes, the patch fixes the OFX imports that were causing a messagebox saying the transactions would be ignored. Now they find the existing security by ticker and use it for the imported transactions. -- Chris OK, Chris, thanks. I was pretty sure you ha

Re: [Kmymoney-devel] A bug in Git master

2013-11-26 Thread Allan
I'm still investigating, but have now added your patch, and it makes no difference here. statementTransactionUnderImport.m_strSymbol.toLower() is empty, but a match is still found on the security name. Strangely, at the moment, on iterating through the list, it doesn't match with the existing

Re: [Kmymoney-devel] A bug in Git master

2013-11-25 Thread Thomas Baumgart
Allen, On Monday 25 November 2013 22:51:13 Allan wrote: > On 25/11/13 01:49, Chris Tucker wrote: > @ Thomas please, below. > The next point is of principal. I've always taken it that a symbol > needs to be unique within KMM, and I can see possible problems having > two different securities with

Re: [Kmymoney-devel] A bug in Git master

2013-11-25 Thread Allan
On 25/11/13 23:24, Chris Tucker wrote: During OFX import when direct downloading from the brokerage there isn't a popup box for matching securities, as there likely shouldn't be. Since the OFX import should just pull in the transactions and try to match, this make sense. I might be able to g

Re: [Kmymoney-devel] A bug in Git master

2013-11-25 Thread Chris Tucker
During OFX import when direct downloading from the brokerage there isn't a popup box for matching securities, as there likely shouldn't be. Since the OFX import should just pull in the transactions and try to match, this make sense. I might be able to get a OFX transaction to test with if you

Re: [Kmymoney-devel] A bug in Git master

2013-11-25 Thread Allan
On 25/11/13 01:49, Chris Tucker wrote: Vanguard Index FDS Mid-Cap Value Index (VOE) @ Thomas please, below. Hi Chris I've had a quick look at your patch, and, while I've not sat and thought about it in detail, it does look OK. However, my first thought was 'How do I test it, as I don't hav

Re: [Kmymoney-devel] A bug in Git master

2013-11-25 Thread Alvaro Soliverez
Hello Chris, This is the correct list to use, since the sourceforge ones are deprecated and you should have received a message when trying to subscribe. Now, your 2 emails made it to the list and the developers who know about transaction import should be getting back to you shortly. Thank you for

[Kmymoney-devel] A bug in Git master

2013-11-24 Thread Chris Tucker
OFX import doesn't match securities with different names but same symbol. For example, I direct-connect to download OFX and pick up a security: The security exists already as VOE with name "Vanguard Index FDS Mid-Cap Value Index (VOE)". mymoneystatementreader.cpp finds the existing security

[Kmymoney-devel] A bug in Git master

2013-11-24 Thread Chris Tucker
I tried to subscribe to the list but am awaiting authorization. According to the page at http://kmymoney2.sourceforge.net, this is the best way to submit a bug for the git development code. If not the please point me in the right direction. Another bug found in mymoneystatementreader.cpp when