diff --git a/Makefile b/Makefile
index 50a8158..b9982d7 100644
--- a/Makefile
+++ b/Makefile
@@ -10,19 +10,21 @@ clean:
PANDOC?=pandoc
-# regenerate finance.md from finance/*
+# regenerate part of finance.md from finance/*
finance-md:
+ sed '/'; \
echo ; \
hledger -f finance/pta.journal bs -O html; \
echo ; \
+ echo ; \
hledger -f finance/pta.journal is -O html; \
echo ; \
+ echo ; \
echo '## General Journal'; \
echo '```hledger'; hledger -f finance/pta.journal print -x; echo '```'; \
- ) >src/finance.md
+ ) >>src/finance.md.tmp
+ mv src/finance.md.tmp src/finance.md
# temporary workaround for cloudflare pages (pandoc is too old in V1, missing in V2)
html-cfp:
diff --git a/src/finance.md b/src/finance.md
index 2488205..c9d0cce 100644
--- a/src/finance.md
+++ b/src/finance.md
@@ -1,16 +1,58 @@
-Finances of the Plain Text Accounting org.
-
+% Finance
+
+---
+toc: false
+...
+
+Simon Michael operates the "plaintextaccounting" organisation (together with contributors and moderators),
+providing the plaintextaccounting.org and forum.plaintextaccounting.org sites,
+managed matrix rooms/space and IRC channel,
+support, outreach, financial management etc.
+For more background, see
+[A trial of Discourse for Plain Text Accounting discussions](https://forum.plaintextaccounting.org/t/a-trial-of-discourse-for-plain-text-accounting-discussions/5)
+and
+[PTA forum news, 2024-03-18](https://forum.plaintextaccounting.org/t/pta-forum-news-2024-03-18/207).
+
+I want this organisation to be solvent and self-sustaining,
+
+so if you found this work useful, and you are in a position to help financially, your support is greatly appreciated!
+The current setup is this:
+
+- SM acts as CFO, accountant and fiscal host ([why?](https://forum.plaintextaccounting.org/t/pta-forum-news-2024-03-18/207#finance-5))
+
+- To help cover project expenses like hosting, donate here; these are tracked (anonymised) in the public ledger below.
+ Any surplus will be used as judged best by the CFO, eg to build up a future-proofing reserve and to fund PTA-related work in future.
+ - [](https://github.com/sponsors/plaintextaccounting)
+ -
Support PTA via Paypal
+
+
+
+- To support the core workers, donate privately here:\
+ - [](https://github.com/sponsors/simonmichael)
+ (I won't know this is for PTA work specifically, feel free to [let me know](index.html#news-discussion))
+
+ -
Support Simon via Paypal
+ - Support moderators: later when they have something to do
+
+Github charges 0% fees for personal accounts, [3-6% fees](https://docs.github.com/en/sponsors/receiving-sponsorships-through-github-sponsors/about-github-sponsors-for-open-source-contributors#sponsorship-payouts) for organization accounts.\
+Paypal charges ~3% fees.
+
+To all funders: thank you in advance!
+
+
Balance Sheet 2024-03-30
2024-03-30
Assets
total
0
Liabilities
liabilities:payable:sm
$50
total
$50
Net:
$-50
+
Income Statement 2024-03-30
2024-03-30
Revenues
total
0
Expenses
expenses:hosting
$50
total
$50
Net:
$-50
+
## General Journal
```hledger
2024-03-30 begin tracking finances of the plaintextaccounting org.
@@ -20,3 +62,28 @@ tr:nth-child(even) td { background-color:#eee; }
liabilities:payable:sm $-50
```
+
+
+