gnucash/xacc.lsm
Linas Vepstas 87f74567f4 updates
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@287 57a11ea4-9604-0410-9ed3-97b8803252fd
1997-12-04 22:02:46 +00:00

54 lines
2.5 KiB
Plaintext

Begin3
Title: xacc -- simple single-user accounting program
Version: 1.0b9
Entered-date: 4DEC97
Description: xacc is a program to keep track of your finances. It
offers a simple check-book register style interface.
Currently, the features are quite simple:
- Multiple Accounts
- Each account keeps a running balance and
a reconciled balance, so you can keep track
of the checks that have cleared 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 :)
- Stock/Mutual Fund Portfolios. Tracks stock
investments.
- General Ledger. This is an advanced feature
for more serious work. Supported are:
o Double Entry: Transactions can appear in two
accounts, one debited, one credited.
o Sub-accounts: A master account can have
a hierarchy of detail accounts.
o Income/Expense account types.
o General Ledger for displaying multiple
accounts at once.
- Quicken Import. Support for import from
Quicken Version 3 QIF files.
This is a beta development version with known
minor user interface bugs and no known major bugs.
It has been tested lightly but seems to work.
It is not believed to corrupt data.
Keywords: X11 Accounting double entry
Author: rclark@cs.hmc.edu (Robin Clark)
Maintained-by: linas@linas.org (Linas Vepstas)
Primary-site: http://www3.hmc.edu/~rclark/xacc/
Alternate-site: http://linas.org/linux/xacc
540KB xacc-1.0b7-sgi-irix.inst.tar
Alternate-site: sunsite.unc.edu /pub/Linux/apps/financial/accounting/
861KB xacc-1.0b9.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