diff --git a/README b/README index eb781c1200..2ddcfbdb1b 100644 --- a/README +++ b/README @@ -20,8 +20,20 @@ of the features of xacc are: similar transactions on a regular basis. (such as depositing your paycheck every week :) + +Running: +-------- +If you have a binary version of xacc, just start xacc at the +command line with "xacc". Sample accounts can be found in +"data" subdirectory. *.dat files are xacc accounts that can +opened with the "Open File" menu entry. *.qif files are +Quicken Import Format files that can be opened with the +"Import QIF" menu entry. + To install: ----------- +This step does not apply to binary distributions; only to +source distributions. Normally, to build and install xacc, all you have to do is: diff --git a/TODO b/TODO index 52dcc83d83..76c0e56235 100644 --- a/TODO +++ b/TODO @@ -1,69 +1,78 @@ Open, known bugs, desired enhancements: +> 2) Typing a name of a .dat file which doesn't exist allows xacc to +> start, but on the console it prints "FileIO.c: Line 151, error = +> No such file or directory" +Should probably be a popup. + +> 3) Selecting "File", "New File" does nothing.. + +Its supposed to work that way, erasing old work. Clarify +the docs or change the menu entry name. + +9) For SGI Irix, mystery core dump when creating submenus ... + related to menu initialization complaints with sgi compiler. + ??? fixed ??? + +10) cleared balances are incorrectly shown for stock accounts + +12) all messages should be moved out so that translation to foreign + languages would be possible. + -- long messages now in include/main.h, short words are not. + +13) transfer window should allow share prices to be entered; + but these should grey out when dealing with ordinary bank accounts. + +15) Allow an account to be designated as a double-entry-only account. + +16) QuickFill doesn't work with some window managers + +17) Cells lose focus with some window managers. + + +Fixed bugs: +----------- + > 0) For SGI Irix, > Xbae-4.6.2-linas/src/Matrix.h: > - Uncomment lines 225 and 269 ( XmNtextField & XmCTextField > definitions ) - -Hmm ... can this be fixed with the xmkmf files? -I am not the official xbae maintainer; and xbae is supposed -to compile & work with a number of unix platforms. -The redme should indicate how to reach the author; since the -maintainer seems busy at the moment, try sending them a unified diff. +Probably fixed with XmVersion work ... > 1) For SGI Irix, > xacc-0.9g/Makefile: > - CC=cc > - RANLIB=true +should be fixed by configure -> 2) Typing a name of a .dat file which doesn't exist allows xacc to -> start, but on the console it prints "FileIO.c: Line 151, error = -> No such file or directory" -> -> 3) Selecting "File", "New File" does nothing.. -> > 4) Selecting "File", "Open File" and then clicking "Cancel" causes > "Bad File" to be printed on the console, and the "Open File" > dialog to be displayed again. No way out of this loop except > Ctrl-C. -> +fixed. + > 5) Tried to create a file with "touch new.dat"; when I tried to open > this file xacc complained that it was both too old, and too new :) > Oh well, didn't really expect this to work anyways.. But it would > be nice if it had slightly better error checking. - +fixed. > 6) The "About", "Help", and "License" windows start much too small. I > need to resize them to see any text. - -Yes, I know, haven't figured out why yet ... +fixed > 7) "Help", "Help" shows three links to "Creating a new account". > Only the first does anything at all, and it just goes to the > "License" information. Sometimes I need to resize this window > before I can use the scrollbar. +fixed. -8) traversing doesn't work for mutla, stock funds - -9) For SGI Irix, mystery core dump when creating mubmenus ... - related to menu initialization complaints with sgi compiler. - -10) cleared balances are incorrectly shown for stock accounts +8) tab-traversing doesn't work for mutual, stock funds +should work now. 11) stock portfolio should indicate total $ amount of transaction - -12) all messages should be moved out so that translation to foreign - languages would be possible. - -13) transfer window should allow share prices to be entered; - but these should grey out when dealing with ordinary bank accounts. +fixed. 14) Allow transfers of funds to be done in-line - -15) Allow an account to be designated as a double-entry-only account. - - -Fixed bugs: ------------ - +fixed. diff --git a/xacc.lsm b/xacc.lsm index 1fd5963fd9..54dfda719a 100644 --- a/xacc.lsm +++ b/xacc.lsm @@ -44,7 +44,8 @@ Maintained-by: linas@linas.org (Linas Vepstas) Primary-site: http://www3.hmc.edu/~rclark/xacc/ Alternate-site: http://linas.org/linux/xacc Alternate-site: sunsite.unc.edu /pub/Linux/apps/financial/accounting/ - 990B xacc-1.0b4.tar.gz + 966KB xacc-1.0b4.tar.gz + 267KB xacc-1.0b4-bin-linux-i386-motif.tar.gz Platforms: Linux/Unix/X Windows/Lesstif/Motif/Sparc/Intel/PowerPC Copying-policy: GPL End