git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@101 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
Linas Vepstas 1997-11-22 03:54:24 +00:00
parent 580b1f4710
commit 39ffc1b878
2 changed files with 24 additions and 16 deletions

26
README
View File

@ -39,26 +39,33 @@ sorry, no "make install" yet.
Status: Status:
------- -------
As of version 0.9n: As of version 0.9p:
Bugs: Bugs:
-- Cash distributions & cash dividends on stock are confusing -- Cash distributions & cash dividends on stock are confusing
without sub-accounts. They should appear as transfers from without sub-accounts. They should appear as transfers from
an income account to the brokerage account, and should be an income account to the brokerage account, and should be
visible in a gneral ledger that shows both the brokerage visible in a general ledger that shows both the brokerage
account, and the stock. However, sub-accounts are not account, and the stock. However, the general-ledger regsiter
yet implemented fully, and the general-ledger regsiter window is not implemented. Soon ...
window is not implemented. Getting close, though.
-- tabbing between fields for mutual funds does not work correctly. -- tabbing between fields for mutual funds does not work correctly.
-- should add "number of shares" to transfer popup when transferring -- should add "number of shares" to transfer popup when transferring
from bank account to portfolio. from bank account to portfolio.
-- Nasty core dump in motif when two register windows are opened, -- Nasty core dump in motif when two register windows are opened,
and then closed. Beats the heck out of me. and then closed. Beats the heck out of me.
-- should do something for automatic interest computations,
also mortgages, bonds, etc.
-- need to expose transfer type for bank acounts ass well as stocks.
Fixed:
-- nasty bug relating to save/restore of double-entry to file
was fixed!
--------------- ---------------
Started implementation of sub-accounts. Bare-bones general ledger capabilities added.
This is needed for general ledger capabilites. Working Features:
-- accounts can have sub-accounts
-- Income and Expense account types added.
--------------- ---------------
Bare-bones Mutual Fund and Stock Portfolio handling Bare-bones Mutual Fund and Stock Portfolio handling
@ -96,9 +103,6 @@ from the register(ledger) window. However, this function will
be tricky, since it requires hacks on the Xbae widget used to be tricky, since it requires hacks on the Xbae widget used to
display the register. display the register.
Double-entries should be correctly saved-to-file & restored
from file.
------------- -------------
The "reports" menu item is unimplemented and will result in a core dump. The "reports" menu item is unimplemented and will result in a core dump.
------------- -------------

View File

@ -1,7 +1,7 @@
Begin3 Begin3
Title: xacc -- simple single-user accounting program Title: xacc -- simple single-user accounting program
Version: 0.9m Version: 0.9p
Entered-date: 1NOV97 Entered-date: 21NOV97
Description: xacc is a program to keep track of your finances. It Description: xacc is a program to keep track of your finances. It
offers a simple check-book register style interface. offers a simple check-book register style interface.
Currently, the features are quite simple: Currently, the features are quite simple:
@ -10,8 +10,6 @@ Description: xacc is a program to keep track of your finances. It
- Each account keeps a running balance and - Each account keeps a running balance and
a reconciled balance, so you can keep track a reconciled balance, so you can keep track
of the checks that have clear your account. of the checks that have clear your account.
- Double Entry -- transfers between accounts
are coupled.
- A simple interface. If you can use the - A simple interface. If you can use the
register in the back of your checkbook, register in the back of your checkbook,
you can use xacc. you can use xacc.
@ -21,9 +19,15 @@ Description: xacc is a program to keep track of your finances. It
the previous transaction. Handy if you have the previous transaction. Handy if you have
similar transactions on a regular basis. similar transactions on a regular basis.
(such as depositing your paycheck every week :) (such as depositing your paycheck every week :)
- General Ledger. Well, not yet, but double-entry
is supported (transfers between accounts),
sub-accounts are supported (so that master accounts
can contain detail accounts), as well as
income/expense accounts that handle double-entry
properly.
This is a beta development version with known This is a beta development version with known
minor user interface bugs. minor user interface bugs and no known major bugs.
Keywords: X11 Accounting double entry Keywords: X11 Accounting double entry
Author: rclark@cs.hmc.edu (Robin Clark) Author: rclark@cs.hmc.edu (Robin Clark)