diff --git a/index.md b/index.md index c832487..912a7fd 100644 --- a/index.md +++ b/index.md @@ -61,7 +61,6 @@ tools/upgrading-drutopia-platform-elizabeth-sites tools/uptime-monitoring tools/inspecting-logs templates/drupal-module-project -tools/bookkeeping-with-gnucash ``` ```{toctree} diff --git a/tools/bookkeeping-with-gnucash.md b/tools/bookkeeping-with-gnucash.md deleted file mode 100644 index ea048a7..0000000 --- a/tools/bookkeeping-with-gnucash.md +++ /dev/null @@ -1,15 +0,0 @@ -# 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. -```