On Sat, Nov 13, 2021 at 10:24:33PM -0800, john wrote:
>> On Nov 13, 2021, at 8:41 PM, Lionel Élie Mamane wrote:
>> I've started work on adding support to compute capital gains in
>> multi-currency situations; that is, when a lot from a
>> security-denominated accou
Hi,
I've started work on adding support to compute capital gains in
multi-currency situations; that is, when a lot from a
security-denominated account contains transactions with different
common currencies.
I have a "it works" patch in bugzilla
https://bugs.gnucash.org/show_bug.cgi?id=798366
Not
Hi,
I spent some time trying to look at fixing bug 798369
https://bugs.gnucash.org/show_bug.cgi?id=798369
before filing it, but I came out empty-handed.
I found in gnucash/register/ledger-core/split-register-model.c:
- the decision to lock/unlock the cells is made by
gnc_split_register_get_s
commit c4d4ee37801e4709b7c47f0cb2434dcee97d5ac0
Author: Lionel Elie Mamane
Date: Sat Nov 13 07:34:22 2021 +0100
code is in git now
diff --git a/HACKING b/HACKING
index 6cfa80f1a..56534a2ae 100644
--- a/HACKING
+++ b/HACKING
@@ -7,7 +7,7 @@ Related Documents
-
In additio