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 dd13bbf553
Rob Browning's make dist patch.
26 years ago
..
sql Rob Browning's make dist patch. 26 years ago
.cvsignore Various small fixes. 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 make returned const strings actually const 26 years ago
Account.h Auto-completion, bug fixes. 26 years ago
AccountP.h Work on reconciling stock/mutual fund accounts. 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 Work on GUIDs. Work on copying splits. Last file opened feature. 26 years ago
GNCIdP.h Work on GUIDs. Work on copying splits. Last file opened feature. 26 years ago
Group.c oops, undo a mistake 26 years ago
Group.h oops, undo a mistake 26 years ago
GroupP.h new, improved debug printing macros 26 years ago
LedgerUtils.c new, improved debug printing macros 26 years ago
LedgerUtils.h *** empty log message *** 26 years ago
Makefile.am Rob Browning's make dist patch. 26 years ago
Makefile.in Rob Browning's make dist patch. 26 years ago
Query.c Bill Gribble's query and finder patch. Build system fixes. 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 make returned const strings actually const 26 years ago
Transaction.h Auto-completion, bug fixes. 26 years ago
TransactionP.h Auto-completion, bug fixes. 26 years ago
date.c Added a date entry widget specific to GnuCash. It uses the 26 years ago
date.h fix address of FSF in copyright notice 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 Rob Browning's patch to add automake. 26 years ago
guid.c Auto-completion, bug fixes. 26 years ago
guid.h Rob Browning's patch to add automake. 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 Rob Browning's make dist patch. 26 years ago
util.h Rob Browning's make dist 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