git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@231 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
Linas Vepstas 1997-12-01 20:54:42 +00:00
parent 85b15f4d16
commit 66b89374d0
2 changed files with 33 additions and 13 deletions

13
README
View File

@ -118,13 +118,6 @@ sorry, no "make install" yet.
Status:
-------
As of version 0.9t:
Bugs:
-- tabbing between fields for mutual funds does not work correctly.
-- should add "number of shares" to transfer popup when transferring
from bank account to portfolio.
-- should do something for automatic interest computations,
also mortgages, bonds, etc.
---------------
Bare-bones general ledger capabilities added.
@ -144,12 +137,6 @@ Working Features:
and cleared, but is not currently used anywhere. It will become
useful when reports and graphs are generated.
---------------
An alpha version of import from Quicken files is also present,
but it is very broken, and many/most quicken formats are not
supported. It is not currently enabled in the code ... adventurous
coders are encouraged to hack on this ...
---------------
An beta-level double-entry system has been created.
"Double-entry" is a form of accounting where all transactions

33
TODO
View File

@ -29,6 +29,39 @@ the docs or change the menu entry name.
17) Cells lose focus with some window managers.
18) add (none) to transfer list, or explain that a second selection
will clear it.
19) verify that tabbing works for mutualfunds and for ledgers
20) fix quickfill for ledgers.
21) add "number of shares" to XferWindow
22) add automatic interest computation
23) add mortgages, bonds
24) show example of how to do household assets
25) provide menu item to create automaticly a default set
of accounts for business, home use.
26) provide user-default menu, to disable listing of zero-balance
accounts
27) add reports
28) add graphs; use code from xinvest for this?
29) add short-cut menu-icon bar
30) add icons for minimuzation
31) move resources out of main.c into a resource file.
This requires fixing install first.
32) make instqall should work.
Fixed bugs:
-----------