GnuCash Double-Entry Accounting Program.
Go to file
Linas Vepstas f5db2d0fff add alpha-level double-entry system;
segregate some accounting functions from gui
alpha-level transaction types added


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@11 57a11ea4-9604-0410-9ed3-97b8803252fd
1997-11-01 02:11:59 +00:00
Docs Robin Clark's original xacc-0.9 source 1997-11-01 01:39:32 +00:00
src add alpha-level double-entry system; 1997-11-01 02:11:59 +00:00
CHANGES Robin Clark's original xacc-0.9 source 1997-11-01 01:39:32 +00:00
COPYING Robin Clark's original xacc-0.9 source 1997-11-01 01:39:32 +00:00
Makefile add alpha-level double-entry system; 1997-11-01 02:11:59 +00:00
README add alpha-level double-entry system; 1997-11-01 02:11:59 +00:00

X-Accountant
------------

xacc is a program to keep track of your finances.  It is similar in
concept to Quicken(TM).  Although xacc still lacks the advanced
features of quicken, it does have the basic functionality.  Some
of the features of xacc are:

  - Multiple Accounts
  - Each account keeps a running balance and
    a reconciled balance, so you can keep track
    of the checks that have clear your account.
  - A simple interface.  If you can use the
    register in the back of your checkbook,
    you can use xacc.
  - QuickFill... if you begin typing a description
    in the description fields, and it matches an
    previous transaction, hitting <TAB> will copy
    the previous transaction.  Handy if you have
    similar transactions on a regular basis.
    (such as depositing your paycheck every week :)

To install:
-----------

 First check the makefile to ensure that all the paths are ok.
 Also, make sure that the Xbae-Matrix widget and Motif or
 Lesstif are installed.  You can get Lesstif from 
 http://www.lesstif.org.  You can get The Xbae widget from
 ftp://ftp.x.org/contrib/widgets/motif/ or any mirror.  If
 you are using a version of Xbae 4.6.1, you will need to
 comment out "-DUSEQUICKFILL" in the Makefile.

 # make depend
 # make

sorry, no "make install" yet.


Status:
-------
As of version 0.9c, Mutual fund and Stock Portfolio handling
is implemented, but is very much in alpha state: many features
are missing, and others are broken.  In particular, mutual funds 
cannot be saved to disk.  Also, transfers to bank accounts are
not properly supported.  Also, tabbing between fields for
mutual funds does not work correctly.

An alpha version of import from quicken files is also present,
but it is very broken, and many/most quicken formats are not
supported.

An alpha-level double-entry system has been created. Its use 
is not currently forced.  It is used only during transfers 
between accounts.  It is not saved to file, or read from file.