From 3b56e3d067d654dcb8f7e70fa800ccf79f761cb1 Mon Sep 17 00:00:00 2001 From: Linas Vepstas Date: Sat, 15 Nov 1997 02:54:17 +0000 Subject: [PATCH] Changes made to support actions git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@38 57a11ea4-9604-0410-9ed3-97b8803252fd --- Makefile | 2 +- xacc.lsm | 38 ++++++++++++++++++++++++++++++++++++++ 2 files changed, 39 insertions(+), 1 deletion(-) create mode 100644 xacc.lsm diff --git a/Makefile b/Makefile index f5d18ae420..11e46f2aad 100644 --- a/Makefile +++ b/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 ###################################################################### diff --git a/xacc.lsm b/xacc.lsm new file mode 100644 index 0000000000..fd75fa45d6 --- /dev/null +++ b/xacc.lsm @@ -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 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 +