gnucash stable: Multiple changes pushed
John Ralls
jralls at code.gnucash.org
Mon Sep 23 14:47:23 EDT 2024
Updated via https://github.com/Gnucash/gnucash/commit/7b34971c (commit)
via https://github.com/Gnucash/gnucash/commit/c584337c (commit)
from https://github.com/Gnucash/gnucash/commit/63714e5e (commit)
commit 7b34971c8777e0f1326831d57f935304c2391e95
Author: John Ralls <jralls at ceridwen.us>
Date: Sun Sep 22 16:15:52 2024 -0700
Gnc-options-date: Make the accounting period struct tm empty...
If the accounting period start-choice is anything but absolute instead
of matching the accounting period month and day to the present month and
day. The latter is a non-obvious hack that depends on
gnc_accounting_period_fiscal_start() returning the present day if it's
not set.
commit c584337c3a0136ac078b9f7fd25d90724271026f
Author: John Ralls <jralls at ceridwen.us>
Date: Sun Sep 22 16:12:54 2024 -0700
Bug 799395 - relative date offset quarters occasionally wrong
If the accounting period start month and the present month are the
same the present month would be offset by 3. Don't do that.
Summary of changes:
libgnucash/engine/gnc-option-date.cpp | 15 ++++++---------
1 file changed, 6 insertions(+), 9 deletions(-)
More information about the gnucash-patches
mailing list