Changes made to support actions

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@38 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
Linas Vepstas 1997-11-15 02:54:17 +00:00
parent 4ae388e0dc
commit 3b56e3d067
2 changed files with 39 additions and 1 deletions

View File

@ -45,7 +45,7 @@ CFLAGS = $(LFLAGS) -I../include -I../libhtmlw -I../Xbae-4.6.2-linas \
# -DDEBUGMEMORY -DUSEDEBUG
# -DUSEQUICKFILL # -DUSE_NO_COLOR -DDEBUGMEMORY -DUSEDEBUG
LFLAGS = -g -L/usr/local/lib -L/usr/X11/lib
LFLAGS = -g -L/usr/local/lib -L/usr/X11/lib -L../lib
LIBS = -lXm -lXmu -lXt -lXpm -lXext -lSM -lICE -lX11
######################################################################

38
xacc.lsm Normal file
View File

@ -0,0 +1,38 @@
Begin3
Title: xacc -- simple single-user accounting program
Version: 0.9h-stable
Entered-date: 1NOV97
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 clear your account.
- Double Entry -- transfers between accounts
are coupled.
- 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 :)
This is a beta development version with known
minor user interface bugs.
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
Alternate-site: sunsite.unc.edu /pub/Linux/apps/financial/accounting/
497kB xacc-0.9h-stable.tar.gz
Platforms: Linux/Unix/X Windows/Lesstif/Motif/Sparc/Intel
Copying-policy: GPL
End