Re: [Kmymoney-devel] Aneroid port status update

2012-01-17 Thread Eric A. Bonney
Ok so I just emailed out to the few folks that showed interest the initial release that I have finished. I would still consider this an "alpha" release for sure with all the issues that are still present, but it is a good start and shows what the application is capable of at this point. For t

[Kmymoney-devel] Android Project: Satus update

2011-10-10 Thread Eric A. Bonney
Why do I always send these to the wrong mailing list first?? Oh well sorry about that... I know it has been a long time and thought I would give a quick status update on where things stand right now. I only need to complete the interface for the entering of transactions and splits now and th

[Kmymoney-devel] Looking for the code for creating a balance

2011-09-30 Thread Eric A. Bonney
I am trying to find the code for where a balance for an account is created. Looking at the raw data it is tough to see any kind of pattern and I was hoping that looking at the code itself would help me in making sure that I am putting the correct value into that column. Example: If the bal

Re: [Kmymoney-devel] Bug Maybe? Payee address is saved completely in one column

2011-08-31 Thread Eric A. Bonney
Did anyone have a chance to verify this at all in KMM? Just checking to see if this needs to be addressed in KMM and if I need to change my current handling of this in my port? -Eric On 08/21/2011 05:18 AM, Thomas Baumgart wrote: Hi, on Sunday 21 August 2011 07:28:18 Eric A. Bonney wrote

Re: [Kmymoney-devel] Bug: Check number not saved

2011-08-31 Thread Eric A. Bonney
I have not yet got into the "Account" stuff yet, but it appears that for the items that are Income/Expense "Accounts" the opening Date, Last Check Number and Opening Balance are not saved anywhere in the database. This would make sense since these types of accounts would not "normally" have the

[Kmymoney-devel] Bug: Check number not saved

2011-08-29 Thread Eric A. Bonney
In working on my Android port I just noticed another possible bug. The last check number item does not appear to be saved in the SQLite database nor does there appear to be a column for this item in the database. Is this an oversight? -Eric ___ KMyMo

[Kmymoney-devel] Android: Update payee causes loss of transactions [FIXED]

2011-08-23 Thread Eric A. Bonney
Please disregard my previous email, sorry found the stupid bug. Go figure as soon as I send the email it occurs to me where it might have been happening and sure enough it was. Moving on.. sorry. ___ KMyMoney-devel mailing list KMyMoney-devel@kde.org h

[Kmymoney-devel] Android: Update payee causes loss of transactions

2011-08-23 Thread Eric A. Bonney
So I am wondering if anyone might have a clue as to why when I update a payee all the transactions seem to be deleted from the database? I looked at the schema of the database and it does not appear that there are any Triggers created in the database and my understanding of SQLite is that it do

Re: [Kmymoney-devel] Bug Maybe? Payee address is saved completely in one column

2011-08-23 Thread Eric A. Bonney
should be fixed. :) -Eric On 08/21/2011 05:18 AM, Thomas Baumgart wrote: Hi, on Sunday 21 August 2011 07:28:18 Eric A. Bonney wrote: I am working with KMM ver 4.5.96 and I noticed something tonight while working on my Android "port". It appears that the entire address is saved in

[Kmymoney-devel] Bug Maybe? Payee address is saved completely in one column

2011-08-20 Thread Eric A. Bonney
I am working with KMM ver 4.5.96 and I noticed something tonight while working on my Android "port". It appears that the entire address is saved in the column addressStreet. It does not appear that the columns addressCity, addressZipcode, addressState are used at all. The payee address tab has

Re: [Kmymoney-devel] Android Update and progress

2011-08-18 Thread Eric A. Bonney
ay, August 18, 2011 09:51:33 Thomas Baumgart wrote: Hi, on Wednesday 17 August 2011 16:44:14 Eric A. Bonney wrote: What methods of encryption does KMM handle already? I am seeing a few examples and methods in doing some research and it would seem that if this is going to be implemented into t

Re: [Kmymoney-devel] Android Update and progress

2011-08-17 Thread Eric A. Bonney
if that's possible in Android. Regards, Alvaro On Wed, Aug 17, 2011 at 9:50 AM, Eric A. Bonney wrote: Allan: At the present time the user will be responsible for getting the file onto the SD card. That said in the very near future I plan on adding in support for Dropbox, or more tha

Re: [Kmymoney-devel] Android Update and progress

2011-08-17 Thread Eric A. Bonney
ds, Alvaro On Wed, Aug 17, 2011 at 9:50 AM, Eric A. Bonney wrote: Allan: At the present time the user will be responsible for getting the file onto the SD card. That said in the very near future I plan on adding in support for Dropbox, or more than likely direct Dropbox integration. From a secu

Re: [Kmymoney-devel] Android Update and progress

2011-08-17 Thread Eric A. Bonney
stolen. The app itself requires no internet access so no security from that stand point. Is this what you where asking? -Eric On 08/17/2011 06:24 AM, aga wrote: On Tue, 16 Aug 2011 23:07:14 -0400 "Eric A. Bonney" wrote: So I finally moved the app from the emulator to an actual devi

[Kmymoney-devel] Android Update and progress

2011-08-16 Thread Eric A. Bonney
So I finally moved the app from the emulator to an actual device and the speed of the query is actually very good using my database that has over 16000 splits in it. The emulator much just be really slow, which is fine. I will probably still look at optimizing the call once I am done with most

Re: [Kmymoney-devel] Anyone good with SQL?

2011-08-12 Thread Eric A. Bonney
is weekend. Thanks again! -Eric On 08/12/2011 10:24 AM, Thomas Baumgart wrote: Hi, on Friday 12 August 2011 15:24:43 Eric A. Bonney wrote: Thanks to everyone for the ideas and suggestions. I want to get the Activities and layouts completed for the last three areas (Payees, Accounts and Categories

Re: [Kmymoney-devel] Anyone good with SQL?

2011-08-12 Thread Eric A. Bonney
Thanks to everyone for the ideas and suggestions. I want to get the Activities and layouts completed for the last three areas (Payees, Accounts and Categories) and then I will go back over this one bottle neck. If all goes well and depending on how much time I get to work on it over the weekend

[Kmymoney-devel] Anyone good with SQL?

2011-08-11 Thread Eric A. Bonney
I need help with speeding up this query. This query is run in my app when the user wants to display the ledger view after selecting the account. It takes about 3-5 seconds so far to run in my emulator on a sqlite database that has about 14k splits, 6500 transactions and 150 accounts. Here is

[Kmymoney-devel] Re: OFX Error: 405 HTTP verb used to access this page is not allowed

2011-06-21 Thread Eric A. Bonney
Thanks Thomas! That was what I needed. I am copying the output here for reference, but I will be calling the bank shortly to see if they can shed anymore light on the situation. -Eric url: https://ofx.huntington.com request: OFXHEADER:100 DATA:OFXSGML VERSION:103 SECURITY:NONE ENCODING:USASC

[Kmymoney-devel] Re: OFX Error: 405 HTTP verb used to access this page is not allowed

2011-06-21 Thread Eric A. Bonney
I just installed 4.5.96 from source and it still only has Quicken 2008 in the list. Where should I go to get a different version at this point? On 06/21/2011 10:59 AM, Cristian OneČ› wrote: > On Tue, Jun 21, 2011 at 5:18 PM, Eric Bonney > wrote: >> So I just got off the phone with the bank and i

[Kmymoney-devel] OFX Error: 405 HTTP verb used to access this page is not allowed

2011-06-12 Thread Eric A. Bonney
I am all of a sudden getting the above error when I try to connect to my bank. It was working maybe week or so ago but not now. I am running the following version: 4.5.2 Anyone else having issues? I wonder if something has changed at my bank for this to stop working. -Eric

[Kmymoney-devel] OFX Error - 405 - HTTP verb used to access this page is not allowed

2011-06-08 Thread Eric A. Bonney
I am all of a sudden getting the above error when I try to connect to my bank. It was working maybe week or so ago but not now. I am running the following version: 4.5.2 Anyone else having issues? I wonder if something has changed at my bank for this to stop working. -Eric