From 57ba6eff09007cf5ead356eb93e9993a3751cc96 Mon Sep 17 00:00:00 2001 From: Linas Vepstas Date: Mon, 11 Jun 2001 05:43:53 +0000 Subject: [PATCH] uupdate notes git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@4613 57a11ea4-9604-0410-9ed3-97b8803252fd --- src/engine/sql/README | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/src/engine/sql/README b/src/engine/sql/README index 7beb9a9616..c025e40086 100644 --- a/src/engine/sql/README +++ b/src/engine/sql/README @@ -290,12 +290,15 @@ Most of the items on this list are 'good-to-fix' but are not truly critical. They may result in abberations, but general operation is probably OK. +-- when an account is edited, price lookups happen *twice* !! + once when opend for edit, and again when committed !! + (the first one is due to gnc_account_tree_refresh () + called by gnc_account_window_create() near dialog-account.c:1642) + -- if always in multi-mode, then initial checkpoints not set up. They're not needed until there are a lot of transactions in the system. Need to recompute checkpoints on some periodic basis. --- put marks on transactions during FillOut - -- NOTIFY is not updating main window balances ... -- implement price change events