mirror of https://github.com/Gnucash/gnucash
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.
20 lines
756 B
20 lines
756 B
This directory contains
|
|
|
|
-- cbb -- misc perl scripts for loading cbb files
|
|
-- engine -- a directory containing gui-independent accounting engine
|
|
-- gnome -- the gtk/gnome implementation of gnucash
|
|
-- motif -- the motif implementation of gnucash
|
|
-- ofx -- Open Financial Exchange
|
|
-- qt -- the Qt/KDE implementation of gnucash
|
|
-- register -- a directory containg the register object
|
|
-- swig -- perl, etc. wrappers for engine code
|
|
|
|
This directory contains a smatttering of gui-independent mis files.
|
|
|
|
Ledger.c -- obsolete, will be removed soon.
|
|
SplitLedger.c -- loads a register window with data from the engine
|
|
MultiLedger.c -- utilities for handling and updating multiple
|
|
register windows at once.
|
|
|
|
|