mirror of
https://github.com/Gnucash/gnucash.git
synced 2024-11-21 16:38:06 -06:00
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:
parent
4ae388e0dc
commit
3b56e3d067
2
Makefile
2
Makefile
@ -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
38
xacc.lsm
Normal 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
|
||||
|
Loading…
Reference in New Issue
Block a user