gnucash-docs stable: Multiple changes pushed

John Ralls jralls at code.gnucash.org
Sat Sep 20 17:53:48 EDT 2025


Updated	 via  https://github.com/Gnucash/gnucash-docs/commit/c93e071b (commit)
	 via  https://github.com/Gnucash/gnucash-docs/commit/0ff5153e (commit)
	 via  https://github.com/Gnucash/gnucash-docs/commit/2dfd468c (commit)
	from  https://github.com/Gnucash/gnucash-docs/commit/c6eaca05 (commit)



commit c93e071bfaaba0ea0d3549be61b06c5b5f82ed24
Author: John Ralls <jralls at ceridwen.us>
Date:   Sat Sep 20 14:53:36 2025 -0700

    Fix cmake variable name for build doc directory.

diff --git a/CMakeLists.txt b/CMakeLists.txt
index 9b74fc6a..4e4682b3 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -83,7 +83,7 @@ set(BASE_XSLT_CHM "${CMAKE_SOURCE_DIR}/xsl/general-chm-customization.xsl")
 
 # Buildtime destination directories for our generated documentation
 set(DATADIR_BUILD "${CMAKE_BINARY_DIR}/share")
-set(DOCDIR_BUILD  "${DATADIR_BUILD}/doc/${PACKAGE}")
+set(DOCDIR_BUILD  "${DATADIR_BUILD}/doc/${PACKAGE_NAME}")
 
 # ############################################################
 # Find the documentation dependencies

commit 0ff5153e873a9759781e41186d4049aeb2f650a8
Merge: c6eaca05 2dfd468c
Author: John Ralls <jralls at ceridwen.us>
Date:   Sat Sep 20 14:43:28 2025 -0700

    Merge Christpher Lam's 'trep-invoice' into stable.


commit 2dfd468c10fde245f9bf925d16bcc906b36f6bc9
Author: Christopher Lam <christopher.lck at gmail.com>
Date:   Mon Aug 25 00:09:24 2025 +0800

    manual/ch_Reports: add Transaction Report Display/Invoice manual entry

diff --git a/C/manual/ch_Reports.docbook b/C/manual/ch_Reports.docbook
index 7b25cb89..731db1e3 100644
--- a/C/manual/ch_Reports.docbook
+++ b/C/manual/ch_Reports.docbook
@@ -596,6 +596,12 @@
                   </para>
                 </listitem>
 
+                <listitem>
+                  <para><guilabel>Invoice</guilabel> is the associated
+                    invoice posted by, or settled by the transaction.
+                  </para>
+                </listitem>
+
                 <listitem>
                   <para><guilabel>Notes</guilabel>: Display the notes if the memo is unavailable
                   </para>



Summary of changes:
 C/manual/ch_Reports.docbook | 6 ++++++
 CMakeLists.txt              | 2 +-
 2 files changed, 7 insertions(+), 1 deletion(-)



More information about the gnucash-changes mailing list