mirror of
https://github.com/Gnucash/gnucash.git
synced 2024-11-29 12:14:31 -06:00
83d14e1c1c
It is split into - /libgnucash (for the non-gui bits) - /gnucash (for the gui) - /common (misc source files used by both) - /bindings (currently only holds python bindings) This is the first step in restructuring the code. It will need much more fine tuning later on.
15 lines
482 B
Plaintext
15 lines
482 B
Plaintext
|
|
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
|