Files
gnucash/libgnucash/engine
Robert Fewell 05507008c5 Add retrieval functions for price before the date given
Add a new function, gnc_pricedb_convert_balance_nearest_before_price_t64
that retrieves the balance using the last price dated before a
specified date like today for the preset value. This uses another new
function gnc_pricedb_get_nearest_before_price to do the retrieval.
2021-04-23 11:56:15 +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
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