diff --git a/Makefile b/Makefile index 19206c7..50a8158 100644 --- a/Makefile +++ b/Makefile @@ -10,7 +10,7 @@ clean: PANDOC?=pandoc -# help update finance.md from finance/* (manual edits needed) +# regenerate finance.md from finance/* finance-md: ( \ echo 'Finances of the Plain Text Accounting org.'; \ @@ -20,6 +20,7 @@ finance-md: echo ; \ hledger -f finance/pta.journal is -O html; \ echo ; \ + echo '## General Journal'; \ echo '```hledger'; hledger -f finance/pta.journal print -x; echo '```'; \ ) >src/finance.md diff --git a/src/finance.md b/src/finance.md index fa06746..2488205 100644 --- a/src/finance.md +++ b/src/finance.md @@ -1,5 +1,5 @@ Finances of the Plain Text Accounting org. - +
Income Statement 2024-03-30 | |
|---|---|
| 2024-03-30 | |
| Revenues | |
| total | 0 |
| Expenses | |
| expenses:hosting | $50 |
| total | $50 |
| Net: | $-50 |