Files
gnucash/libgnucash/engine
John Ralls 3a35514d84 Fix the implementations of gnc_foo_get_day_neutral.
As implemented these returned 10:59 AM local on the day but neutral
time is 10:59 UTC.
2021-03-20 09:45:38 -07:00
..
2021-03-02 01:15:32 +01:00
2021-03-02 01:17:26 +01:00
2021-03-02 01:15:32 +01: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
2019-01-06 10:13:00 -08: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-02-16 13:23:16 -08: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-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
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
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-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