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
Phil Longstaff 2d151f9fcf
Add a callback to gnc-engine which will be called when a qof commit
18 years ago
..
test Bug #514043: Use AM_CPPFLAGS instead of AM_CFLAGS. 18 years ago
test-core Bug #514043: Use AM_CPPFLAGS instead of AM_CFLAGS. 18 years ago
Account.c Add a callback to gnc-engine which will be called when a qof commit 18 years ago
Account.h Bug #144669: Lookup accounts in the register based on the account code as well. 18 years ago
AccountP.h
FreqSpec.h
GNCId.h
Makefile.am Bug #514043: Use AM_CPPFLAGS instead of AM_CFLAGS. 18 years ago
Period.c Allow the user to permanently disable currency quotes (#499496) 19 years ago
Period.h
Query.c
Query.h
QueryCore.h
QueryNew.h
QueryObject.h
QueryP.h
README
README.query-api
Recurrence.c I18n: Fix translator comment about recurrence frequency. 18 years ago
Recurrence.h
SX-book-p.h
SX-book.c Merge gda-dev2 branch into trunk. 18 years ago
SX-book.h Merge gda-dev2 branch into trunk. 18 years ago
SX-ttinfo.c
SX-ttinfo.h
SchedXaction.c Add a callback to gnc-engine which will be called when a qof commit 18 years ago
SchedXaction.h
Scrub.c more specific log domain. 19 years ago
Scrub.h
Scrub2.c
Scrub2.h
Scrub3.c
Scrub3.h
ScrubP.h
Split.c Add a callback to gnc-engine which will be called when a qof commit 18 years ago
Split.h Merge gda-dev2 branch into trunk. 18 years ago
SplitP.h Remove G_INLINE_FUNC from mark_split declaration. 19 years ago
TransLog.c
TransLog.h
Transaction.c Add a callback to gnc-engine which will be called when a qof commit 18 years ago
Transaction.h
TransactionP.h
binreloc.c
binreloc.h
cap-gains.c Make some parameters const 19 years ago
cap-gains.h Make some parameters const 19 years ago
cashobjects.c
cashobjects.h
commodity-table.scm
design.txt
engine-common.i Updated python bindings (r17263) for the gnucash API as of 2008-06-06. 18 years ago
engine-helpers.c Bug #539947: Replace __FUNCTION__ by G_STRFUNC. 18 years ago
engine-helpers.h Make some parameters const 19 years ago
engine-interface.scm
engine-utilities.scm
engine.i export the various QOF_PARAM_* settings to guile 18 years ago
engine.scm
extensions.txt
glib-helpers.c
glib-helpers.h
gnc-associate-account.c
gnc-associate-account.h
gnc-book.h Merge gda-dev2 branch into trunk. 18 years ago
gnc-budget.c Add a callback to gnc-engine which will be called when a qof commit 18 years ago
gnc-budget.h Merge gda-dev2 branch into trunk. 18 years ago
gnc-commodity.c Add a callback to gnc-engine which will be called when a qof commit 18 years ago
gnc-commodity.h 1) Make some function parameters const 19 years ago
gnc-engine.c Add a callback to gnc-engine which will be called when a qof commit 18 years ago
gnc-engine.h Add a callback to gnc-engine which will be called when a qof commit 18 years ago
gnc-event.h
gnc-filepath-utils.c Merge gda-dev2 branch into trunk. 18 years ago
gnc-filepath-utils.h
gnc-hooks-scm.h
gnc-hooks.c
gnc-hooks.h
gnc-lot-p.h
gnc-lot.c Add a callback to gnc-engine which will be called when a qof commit 18 years ago
gnc-lot.h Merge gda-dev2 branch into trunk. 18 years ago
gnc-numeric.scm
gnc-path.c
gnc-path.h
gnc-pricedb-p.h
gnc-pricedb.c Add a callback to gnc-engine which will be called when a qof commit 18 years ago
gnc-pricedb.h
gnc-session-scm.c
gnc-session-scm.h
gnc-session.c
gnc-session.h
gncObject.h
gncla-dir.h.in
gncmod-engine.c
iso-4217-currencies.scm Bug #492417: Fix currency code of Israeli Shekel back to ILS, reverting r10331. 18 years ago
iso-currencies-to-c
kvp-scm.c Bug #539947: Replace __FUNCTION__ by G_STRFUNC. 18 years ago
kvp-scm.h
kvp_doc.txt
policy-p.h
policy.c
policy.h
xlate.pl

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