From 542f51b7252763561e6d013a0c5dadf500eab9cf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?benjamin=20melan=C3=A7on?= Date: Tue, 17 Dec 2024 12:06:23 -0500 Subject: [PATCH 1/2] Document bookkeeping with GnuCash --- tools/bookkeeping-with-gnucash.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 tools/bookkeeping-with-gnucash.md diff --git a/tools/bookkeeping-with-gnucash.md b/tools/bookkeeping-with-gnucash.md new file mode 100644 index 0000000..ea048a7 --- /dev/null +++ b/tools/bookkeeping-with-gnucash.md @@ -0,0 +1,15 @@ +# Bookkeeping with GnuCash + +## Initial setup + +In **GnuCash Preferences** (reached via Edit ยป Preferences), select the **General** vertical tab (these are alphabetical), and under **Files**, uncheck "Compress files". + +```{alert} +Turning off file compression is crucial because we commit our GnuCash file to Git for collaboration. +``` + +Also in **GnuCash Preferences**, select the **Register Defaults** vertical tab, and under **Default Style** at the top select "Auto-split ledger". + +```{note} +This keeps the listing tight but allows quick recatogorization of expenses. +``` From a62d9f97a0249c0321c5c0e2852c6c16361dc472 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?benjamin=20melan=C3=A7on?= Date: Tue, 17 Dec 2024 12:07:37 -0500 Subject: [PATCH 2/2] Add bookkeeping with GnuCash to main listing page --- index.md | 1 + 1 file changed, 1 insertion(+) diff --git a/index.md b/index.md index 912a7fd..c832487 100644 --- a/index.md +++ b/index.md @@ -61,6 +61,7 @@ tools/upgrading-drutopia-platform-elizabeth-sites tools/uptime-monitoring tools/inspecting-logs templates/drupal-module-project +tools/bookkeeping-with-gnucash ``` ```{toctree}