You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gnucash/src/engine
Dave Peticolas 79ee7381ad
Bill Gribble's patch to add gtkhtml support, key-value pairs,
26 years ago
..
sql Bill Gribble's patch to add gtkhtml support, key-value pairs, 26 years ago
.cvsignore Update .cvsignore files. 26 years ago
AccInfo.c Moved options C code to src/guile from src/gnome. 26 years ago
AccInfo.h Print currency prices with 5 digits of precision. 26 years ago
AccInfoP.h fix address of FSF in copyright notice 26 years ago
Account.c Bill Gribble's patch to add gtkhtml support, key-value pairs, 26 years ago
Account.h Bill Gribble's patch to add gtkhtml support, key-value pairs, 26 years ago
AccountP.h Bill Gribble's patch to add gtkhtml support, key-value pairs, 26 years ago
Backend.c minor sql backend fixups 26 years ago
BackendP.h start using the backend like its intended to be used ... 26 years ago
DateUtils.c fix address of FSF in copyright notice 26 years ago
DateUtils.h fix address of FSF in copyright notice 26 years ago
FileIO.c John Goerzen's file i/o patch for 64-bit architectures. 26 years ago
FileIO.h Removed QIFIO.c related stuff. 26 years ago
FileIOP.h fix address of FSF in copyright notice 26 years ago
GNCId.c new, improved debug printing macros 26 years ago
GNCId.h Take out account group guids. 26 years ago
GNCIdP.h Work on GUIDs. Work on copying splits. Last file opened feature. 26 years ago
Group.c Take out account group guids. 26 years ago
Group.h Take out account group guids. 26 years ago
GroupP.h Take out account group guids. 26 years ago
LedgerUtils.c new, improved debug printing macros 26 years ago
LedgerUtils.h *** empty log message *** 26 years ago
Makefile.am Bill Gribble's patch to add gtkhtml support, key-value pairs, 26 years ago
Makefile.in Bill Gribble's patch to add gtkhtml support, key-value pairs, 26 years ago
Query.c Bug fixes. Color updates. 26 years ago
Query.h Bill Gribble's query and finder patch. Build system fixes. 26 years ago
Queue.c new, improved debug printing macros 26 years ago
Queue.h fix address of FSF in copyright notice 26 years ago
README *** empty log message *** 26 years ago
README.query-api *** empty log message *** 26 years ago
Scrub.c new, improved debug printing macros 26 years ago
Scrub.h *** empty log message *** 26 years ago
Session.c Show file writing errors in the gui. Update po files again. 26 years ago
Session.h *** empty log message *** 26 years ago
TransLog.c add documentation expolaing the flags 26 years ago
TransLog.h fix address of FSF in copyright notice 26 years ago
Transaction.c Bill Gribble's patch to add gtkhtml support, key-value pairs, 26 years ago
Transaction.h Bill Gribble's patch to add gtkhtml support, key-value pairs, 26 years ago
TransactionP.h Bill Gribble's patch to add gtkhtml support, key-value pairs, 26 years ago
date.c Make date widget respond to the same accelerator keys as in the register. 26 years ago
date.h Make date widget respond to the same accelerator keys as in the register. 26 years ago
design.txt add some iso9000 bs 26 years ago
extensions.txt added notes abut accounting periods 26 years ago
gnc-common.h Remove table-html.c as a compile target. 26 years ago
guid.c Auto-completion, bug fixes. 26 years ago
guid.h Bill Gribble's patch to add gtkhtml support, key-value pairs, 26 years ago
kvp_frame.c Bill Gribble's patch to add gtkhtml support, key-value pairs, 26 years ago
kvp_frame.h Bill Gribble's patch to add gtkhtml support, key-value pairs, 26 years ago
md5.c Rob Browning's patch to add automake. 26 years ago
md5.h Rob Browning's patch to add automake. 26 years ago
util.c Kevin Finn's auto-decimal patch. 26 years ago
util.h Kevin Finn's auto-decimal patch. 26 years ago

README


This directory contains code for the accounting engine.
Its fairly clean but far from perfect, and it certainly
lacks advanced features.

There should be no GUI code in this subdirectory, and,
ideally, it should build cleanly and independently of
any GUI elements or assumptions.

For design documentation, please see the file "design.txt",
and also, look at the header files carefully. The documentation
for each routine is in the header files for that routine.

September 1998