Files
gnucash/libgnucash/engine
John Ralls ed486a58a4 Fix duplicate trading accounts.
In many cases GnuCash would create a new trading account hierarchy
when one already existed because gnc_account_lookup_by_type_and_commodity
didn't check the account presented and didn't recurse down the
account hierarchy correctly.
2021-04-24 15:51:32 -07:00
..
2021-04-24 15:51:32 -07:00
2021-04-24 15:51:32 -07:00
2021-03-02 01:15:32 +01:00
2021-03-02 01:15:32 +01:00
2017-08-10 18:45:00 +02:00
2021-03-02 01:15:32 +01:00
2021-02-16 13:23:16 -08:00
2021-03-02 01:15:32 +01:00
2017-08-10 18:45:00 +02:00
2019-10-27 22:03:55 +08:00
2021-03-02 01:15:32 +01:00
2021-03-02 01:17:26 +01:00
2021-02-16 13:23:16 -08:00
2017-08-10 18:45:00 +02:00
2021-03-02 01:15:32 +01:00
2017-08-10 18:45:00 +02:00
2021-03-02 01:15:32 +01:00
2021-03-02 01:15:32 +01:00
2017-08-10 18:45:00 +02:00
2017-08-10 18:45:00 +02:00
2021-03-02 01:15:32 +01:00
2021-03-02 01:15:32 +01:00
2020-01-17 18:25:43 +01:00
2017-08-10 18:45:00 +02:00
2020-01-17 18:25:43 +01:00
2017-08-10 18:45:00 +02:00
2021-03-02 01:17:26 +01:00
2017-08-10 18:45:00 +02:00
2018-09-23 16:00:41 +02:00
2017-08-10 18:45:00 +02:00
2018-09-23 16:00:41 +02:00
2021-03-02 01:15:32 +01:00
2021-02-16 13:23:16 -08:00
2021-03-02 01:15:32 +01:00
2017-08-10 18:45:00 +02:00
2021-03-02 01:15:32 +01:00
2021-03-02 01:15:32 +01:00
2020-01-17 18:25:43 +01:00
2017-08-10 18:45:00 +02:00
2017-08-10 18:45:00 +02:00
2021-03-02 01:15:32 +01:00
2021-03-02 01:15:32 +01:00
2018-09-23 16:00:41 +02:00
2017-08-10 18:45:00 +02:00
2017-08-10 18:45:00 +02:00
2018-09-23 16:00:41 +02:00
2018-03-06 09:48:38 -08:00
2018-03-06 09:48:38 -08:00
2021-03-02 01:15:32 +01:00
2017-08-10 18:45:00 +02:00
2018-01-08 13:01:29 +11:00
2017-12-21 07:39:32 -05:00
2017-08-10 18:45:00 +02:00
2017-12-21 07:39:33 -05:00
2021-02-16 13:23:16 -08:00
2021-03-02 01:15:32 +01:00
2017-08-10 18:45:00 +02:00
2021-03-02 01:17:26 +01:00
2017-08-10 18:45:00 +02:00
2021-02-16 13:23:16 -08:00
2017-08-10 18:45:00 +02:00
2017-08-10 18:45:00 +02:00
2021-02-16 13:23:16 -08:00
2021-03-02 01:15:32 +01:00
2017-08-10 18:45:00 +02:00
2021-02-16 13:23:16 -08:00
2017-08-10 18:45:00 +02:00
2017-08-10 18:45:00 +02:00
2021-03-02 01:15:32 +01:00
2017-08-10 18:45:00 +02:00
2017-08-10 18:45:00 +02:00
2021-02-16 13:23:16 -08:00
2021-03-02 01:15:32 +01:00
2017-08-10 18:45:00 +02:00
2017-08-10 18:45:00 +02:00
2017-08-10 18:45:00 +02:00
2017-08-10 18:45:00 +02:00
2021-03-08 15:14:17 -08:00
2021-03-02 01:15:32 +01:00
2021-03-02 01:15:32 +01:00
2017-08-10 18:45:00 +02:00
2021-02-22 17:56:50 +01:00
2018-07-13 09:49:33 -07:00
2017-08-10 18:45:00 +02:00
2021-02-16 13:23:16 -08:00
2017-08-10 18:45:00 +02:00
2021-03-02 01:15:32 +01:00
2021-03-02 01:17:26 +01:00
2017-08-10 18:45:00 +02:00
2017-08-10 18:45:00 +02:00

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