Files
gnucash/libgnucash/engine
John Ralls ebb5eb1f17 Fix GncDateTime::format_zulu to emit the UTC timezone.
Instead of the GncDateTime's timezone with the UTC timestamp.
2021-03-21 15:55:08 -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