Re: [GNC-dev] [GNC] USAA FSB requires newer QWIN support

2021-02-15 Thread Keith Bellairs
red response is now the "Access PIN". No longer the web site account password. Yet another password to track. I cannot believe its working again. Thanks everyone. Keith _ Date: Sun, 14 Feb 2021 11:12:26 -0800 From: John Ralls To: Randy Johnson Cc: gnucash-dev

Fwd: sale of stock - transaction posts incorrectly

2013-04-10 Thread Keith Bellairs
oops. forgot to reply all. sorry for the noise. -- Forwarded message -- From: Keith Bellairs Date: Wed, Apr 10, 2013 at 11:52 AM Subject: Re: sale of stock - transaction posts incorrectly To: Derek Atkins Thanks, Derek. Yes, that was the problem. On Wed, Apr 10, 2013 at 11

Re: sale of stock - transaction posts incorrectly

2013-04-09 Thread Keith Bellairs
Parent accounts are 1 Asset (top-level asset-type CAD) 1.4 Investments (child account asset-type CAD) 1.4.4 (child account stock-type mutual-fund security, no currency but it is a USD priced commodity) For fun I changed the currency of "Investments" to USD, but continues to be broken

Re: sale of stock - transaction posts incorrectly

2013-04-08 Thread Keith Bellairs
David, I think I spoke too quickly. I thought I had fixed the account with that simple change, but I cannot repeat the "solution". So as of now I am still puzzling with it. I don't have source so I may get the 2.5 source and see what is going on. But I will have to finish my taxe

Re: sale of stock - transaction posts incorrectly

2013-04-08 Thread Keith Bellairs
I was obviously concerned about "lots" too. So I just hacked my xml file to delete the following slot from the account in question: lot-mgmt Getting rid of that flag seems to be all that is needed to resolve my problem. Don't remember how I got it set in the first place, but it is evil. KB Th

sale of stock - transaction posts incorrectly

2013-04-08 Thread Keith Bellairs
Any thoughts? Hope this is a known bug. Keith Bellairs Guelph ___ gnucash-devel mailing list gnucash-devel@gnucash.org https://lists.gnucash.org/mailman/listinfo/gnucash-devel

Re: Auto-Complete Search Method

2011-11-05 Thread Keith Bellairs
That would work nicely for me. Keith Guelph ON On Fri, Nov 4, 2011 at 10:41 PM, GreenLED wrote: > A screenshot for reference as you read: > http://www.handysite.org/view/auto-complete.jpg > > I haven't used GnuCash for a long period of time, but I've noticed a > particular s

Re: 2.4 postgres database issues

2010-12-21 Thread Keith Bellairs
Dec 21, 2010, at 9:59 AM, Keith Bellairs wrote: > > > Since these are not replicated, I'll start with a make clean before I do > anything else. > > > > On Tue, Dec 21, 2010 at 11:58 AM, John Ralls wrote: > > > > On Dec 21, 2010, at 7:23 AM, Keith Bellairs

2.4 postgres database issues

2010-12-21 Thread Keith Bellairs
using a new gnucash db created with r19971 in postgres a few odd things happen. 1. On reopening the db the following notices appear in the output in the command prompt window. Are these tables being receated every time? NOTICE: CREATE TABLE will create implicit sequence "recurrences_id_seq1" fo

Re: Save As MySQL is crashing gnucash

2010-11-26 Thread Keith Bellairs
ktrace shows it blew up in load_all_accounts. It did the select OK. kvp_frame_replace_slot_nc tries to do a hash table lookup, which then tries an illegal memory access. On Fri, Nov 26, 2010 at 10:23 AM, John Ralls wrote: > > On Nov 26, 2010, at 5:33 AM, Keith Bellairs wrote: >

Re: Save As MySQL is crashing gnucash

2010-11-26 Thread Keith Bellairs
Here's the backtrace on my crashing gnc file. On Fri, Nov 26, 2010 at 8:23 AM, Keith Bellairs wrote: > Just did a save as into mysql with 2.3.17 on f14. that worked fine until I > closed gnc and then tried to open it again. it now crashes every time with a > seg fault i try to

Re: Save As MySQL is crashing gnucash

2010-11-26 Thread Keith Bellairs
Just did a save as into mysql with 2.3.17 on f14. that worked fine until I closed gnc and then tried to open it again. it now crashes every time with a seg fault i try to start gnc . It did tell me it could not get the lock and i told it to start anyway. crash comes before gui opens. downloading th

System error getting price quotes

2009-09-07 Thread Keith Bellairs
Fedora 10, gnucash 2.2.9 fc10-i386 distribution I was not able to get USD conversions so I casually ran gnc-fq-update to see if it had been patched. Now I get no price quotes at all. gnc-fq-update shows the following-- LWP is up to date (5.831). Date::Manip is up to date (5.54). HTML::Parser is u

Edit exchange rate regression

2008-03-26 Thread Keith Bellairs
rom svn) so I have uninstalled them. Is anyone else seeing this problem? If not, thoughts on what I can do to clean up my computer? Keith Guelph ___ gnucash-devel mailing list gnucash-devel@gnucash.org https://lists.gnucash.org/mailman/listinfo/gnucash-devel

import QSF?

2008-03-02 Thread Keith Bellairs
in progress? Keith @ Guelph ___ gnucash-devel mailing list gnucash-devel@gnucash.org https://lists.gnucash.org/mailman/listinfo/gnucash-devel

Re: GDA: string lengths (was Re: GDA save missing records)

2008-02-18 Thread Keith Bellairs
I think that depends on the DB. Using VARCHAR at least gives the engine a chance to optimize storage. CHAR is good for truly fixed length strings. On Feb 18, 2008 3:56 PM, Graham Leggett <[EMAIL PROTECTED]> wrote: > Phil Longstaff wrote: > > > Well, as I originally said, I can use a TEXT type whi

Re: GDA save missing records

2008-02-18 Thread Keith Bellairs
the unlimited everything, but it seems necessary. If I don't like your column size, I should be able to ALTER TABLE and set my own favorites, so please do not hard-code the column sizes into the code. Keith, Guelph On Feb 18, 2008 5:45 AM, Graham Leggett <[EMAIL PROTECTED]> wrote: >

gda-dev compile

2007-07-25 Thread keith
Should gda-dev compile? If so, what's this? |checking if guile needs our copy of (guile www)... ./configure: line 25786: syntax error near unexpected token `gnc_have_guile_www,' ./configure: line 25786: `GUILE_MODULE_AVAILABLE(gnc_have_guile_www,(www main))'| _

Re: SQL Backend?

2007-07-20 Thread keith
The sql script for creating tables has lived at /src/backend/postgres/table-create.sql The version in the gda-dev branch was last changed in 2003, so it is somewhat poisonous. I know there was discussion on the list last year of a data model that was being tested in pg and mysql. But I haven't

SQL Backend?

2007-07-18 Thread keith
There was a thread going last year on the SQL backend. I'd be interested in testing/helping. I'm currently doing a lot of work in (shudder) Oracle, but I can install pg too. I checked out the svn, but haven't dug much further. Keith __

Re: Auto-Saving implemented in r16227 (to become 2.1.5) - Feedback wanted

2007-07-03 Thread keith
A little problem I have with this idea is that it takes several minutes to save my file. With > 16K transactions, there is just too much data to grind out. I need to get my data into a database, I think. Of course I'm just using a 1.8 GHz P6. It would help if I had a modern computer. Bill Wohle

Re: install.sh for Windows - issue w/ libGSF

2006-10-20 Thread Keith . Gunderson
Problem solved. (Sorry for the top post... Lotus Notes made me do it ) That worked like a charm. I'm building GnuCash now. I'm guessing my wife will be using Gnucash on Windows as soon as this weekend!!! Thanks very much!. Keith G Christian Stimming <[EMAIL PROTECTED]&g

install.sh for Windows - issue w/ libGSF

2006-10-20 Thread Keith . Gunderson
c/soft/libgsf/lib/libgsf-1.la' /c/soft/swig/install -c .libs/libgsf-1.dll.a /c/soft/libgsf/lib/libgsf-1.dll.a /c/soft/swig/install: Basic: command not found /c/soft/swig/install: ==: command not found /c/soft/swig/install: These: command not found /c/soft/swig/install: command

Re: install.sh for Windows - libtool issue w/ guile

2006-10-20 Thread Keith . Gunderson
:\soft\mingw\bin\..\lib\gcc\mingw32\3.4.2\..\..\..\..\mingw32\bin\ld.exe: cannot find -lcrypt . . .(plus some comments) > > So there is no warning about "not have real file for library...". If > that warning occurs, libtool will refuse to build a DLL and you can't >

install.sh for Windows - libtool issue w/ guile

2006-10-19 Thread Keith . Gunderson
ng for shl_load... (cached) no checking for shl_load in -ldld... (cached) no checking for dlopen in -ldl... (cached) yes checking for dlerror... (cached) yes checking for _ prefix in compiled symbols... (cached) yes checking whether we have to add an underscore for dlsym... (cached) unknown che

Conversion from QuickBooks via Datablox

2006-08-07 Thread Keith Hellman
e, and I doubt most the developers are interested in the pursuent discussion). Cheers, -- Keith Hellman #include [EMAIL PROTECTED]from disclaimer import standard public key @ pgp.mit.edu B5354B76 "We will perhaps eventually be writing only small modul

ALMOST WORKING: quickbooks to iif to qif to gnucash

2004-05-15 Thread Keith Hellman
king for a little direction from the people in the know. TIA PS: please cross-reply to me, as I have not subscribed to the lists (yet). -- Keith Hellman #include [EMAIL PROTECTED]from disclaimer import standard public key @ www.mcprogramming.com &q

Startup behaviour

2000-08-20 Thread Keith Refson
esktop , I get an error window with the message "The file /home/keith/.gnucash/data/%s could not be found". Howver I can find the accounts file under the "File" menu. Any ideas why the startup behaviour might be environment-sensitive like this? I'm running under KD

Re: Duplicate transactions when importing QIG

2000-07-29 Thread Keith Refson
thdrawals. It is possible to have two withdrawals for the same amount on the same date to yield identical transactions. At least my bank does not record any unique transaction identifier for these. Keith Refson -- Dr Keith Refson,"Paradigm is a word too often used by those who would Dept of

Duplicate transactions when importing QIG

2000-07-29 Thread Keith Refson
? If so it's not working for me. Any ideas why? Keith Refson -- Dr Keith Refson,"Paradigm is a word too often used by those who would Dept of Earth Sciences like to have a new idea but cannot think of one." Parks Road, -- Mervyn King, Deputy Go

Interfacing with online bank.

2000-07-21 Thread Keith Refson
the process is apparently entirely managed by the Microsoft program. Is there any way that gnucash can interface with such a system? Keith Refson -- Dr Keith Refson,"Paradigm is a word too often used by those who would Dept of Earth Sciences like to have a new idea but cannot

1.4.2 No build problems on Solaris.

2000-07-18 Thread Keith Refson
etch stock/share prices from a UK server. Is anyone who has done this for another server willing to give me a few tips (ie where to start!)? Keith Refson -- Dr Keith Refson,"Paradigm is a word too often used by those who would Dept of Earth Sciences like to have a n

Re: denominating currency

2000-06-20 Thread Keith Refson
oint computer arithmetic. It is far from easy and far from obvious. Here endeth the lesson. -- Dr Keith Refson,"Paradigm is a word too often used by those who would Dept of Earth Sciences like to have a new idea but cannot think of one." Parks Road, -- M

QIF importing

2000-06-08 Thread Keith Refson
se I can choose whatever filenames I choose for the QIF files -- in fact I have to -- I have more than one account and the default name my bank supplies is the same for each, so I have to modify the name for a download. Any ideas on the best way to handle this? Keith Refson -- Dr Keith Refson,

Re: Status of mymdump with gnucash?

2000-06-07 Thread Keith Refson
Ken says, there seems to be no mechanism to instruct the importer how to resolve the ambiguity. Perhaps we need a pop-up with a checkbox in that case? Keith Refson -- Dr Keith Refson,"Paradigm is a word too often used by those who would Dept of Earth Sciences lik

Re: Menubar headings missing

2000-05-19 Thread Keith Refson
onfigure which adds "-lreadline" # If readline exists, just assume that guile needs it. It probably does. AC_CHECK_LIB(readline, readline) but without checking for any dependencies of libreadline itself. Keith Refson -- Dr Keith Refs

Re: Menubar headings missing

2000-05-18 Thread Keith Refson
IBS in src/gnome/Makefile.in) to resolve some curses symbols. I wasn't aware that gnucash required curses, but perhaps this should be checked for in the configure script. -- Dr Keith Refson,"Paradigm is a word too often used by those who would Dept of Earth Sciences like t

Re: Menubar headings missing

2000-05-18 Thread Keith Refson
ext and try with that. Keith Refson -- Dr Keith Refson,"Paradigm is a word too often used by those who would Dept of Earth Sciences like to have a new idea but cannot think of one." Parks Road, -- Mervyn King, Deputy Governor, Bank of Engla

Menubar headings missing

2000-05-17 Thread Keith Refson
ly clicking over the correct blank space. Similarly, the "Help" menu is missing from the "accounts window. Any ideas what might be responsibel for this? sincerely Keith Refson -- Dr Keith Refson,"Paradigm is a word too often used by those who would Dept of Earth S

Segv on startup

2000-05-11 Thread Keith Refson
c=1, argv=0xffbeeef4, c_main_prog=0x7d8c0 ) at gh_init.c:70 #26 0x7dd08 in main (argc=1, argv=0xffbeeef4) at gnucash.c:211 Anythougts about how to procees will be welcome... Keith REfson -- Dr Keith Refson,"Paradigm is a word too often used by those who would Dept of Earth Sciences li

Build problems under Solaris/Sparc

2000-05-06 Thread Keith Refson
The build fails with: gmake[3]: Entering directory `/home/keith/src/gnucash-1.3.6/src/g-wrap' rm -f *.wrap g-wrap-guile gnc.gwp ERROR: In expression (cdr lst): ERROR: Stack overflow gmake[3]: *** [motif.wrap] Error 2 gmake[3]: Leaving directory `/home/keith/src/gnucash-1.3.6/src/g-wrap'

INSTALL

1999-11-23 Thread keith wells
Can someone supply a list of files required to run GNUCASH and how to find those files. I have not found such a list online. (maybe I just have not found it) But,when I tried to install the application it said I needed xm*.so.1 (I cant remember the exact name) This appears to be some xml type fi