
1) import file - need to specify the account name, etc before import,
   or allow import to current account.

2) qif import - some errors in translation on sample in test/

3) need to have better error checking of file types -
   we know what we expect to see - check that it is that type

4) make a list of the function calls and organize a bit - it
   should be clear if a given function (ie load_account or acctLoad) 
   affects the perl engine or the tcl window or both.

5) convert the 'noname.cbb' default to a null string

6) encapsulate the call(s) to the engine, along with debug code.

7) check that we are consistent with the file,path conventions.
   does the perl engine need to know about paths? does the TCL front
   end?	    

