Compare commits
2 commits
10b42ff55e
...
a62d9f97a0
Author | SHA1 | Date | |
---|---|---|---|
a62d9f97a0 | |||
542f51b725 |
2 changed files with 16 additions and 0 deletions
1
index.md
1
index.md
|
@ -61,6 +61,7 @@ tools/upgrading-drutopia-platform-elizabeth-sites
|
||||||
tools/uptime-monitoring
|
tools/uptime-monitoring
|
||||||
tools/inspecting-logs
|
tools/inspecting-logs
|
||||||
templates/drupal-module-project
|
templates/drupal-module-project
|
||||||
|
tools/bookkeeping-with-gnucash
|
||||||
```
|
```
|
||||||
|
|
||||||
```{toctree}
|
```{toctree}
|
||||||
|
|
15
tools/bookkeeping-with-gnucash.md
Normal file
15
tools/bookkeeping-with-gnucash.md
Normal file
|
@ -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.
|
||||||
|
```
|
Loading…
Add table
Add a link
Reference in a new issue