diff --git a/index.html b/index.html
index a2e87c2..7853818 100644
--- a/index.html
+++ b/index.html
@@ -688,6 +688,7 @@ th, td { border:none; padding-top:0; padding-bottom:0; border-bottom:thin solid
Ledger Web web UI/API for ledger browsing, data entry (python)
ledger-analytics web UI for ledger data analytics (javascript)
ledger-dashboard web UI for ledger browsing, data entry (python)
+ledger-pyreport web UI for standard accounting statements and unrealised gains (python)
ledgible web UI for ledger browsing, data entry (python)
node-ledger-web web UI for ledger browsing (javascript)
WealthPulse web UI for ledger browsing, price fetching (F#)
@@ -824,7 +825,10 @@ other console/curses tools
+- Lee Yingtong Li: ledger-pyreport: Formal accounting reports for ledger-cli 2020
+- Lee Yingtong Li: Incorrect accounting of unrealised gains in ledger-cli 2020
- Christian Egli: Quick and dirty PDF reports for Plain Text Accounting 2020
+- Lee Yingtong Li: FIFO inventory with ledger-cli 2019
- Justin Kaipada: Managing Ledger for Humans 2019
- Amitai Burstein: Why We Chose Plain Text Accounting with Hledger 2019
- John Sullivan: Answering questions with accounting: Reimbursements 2019
diff --git a/index.md b/index.md
index 7e19201..0e7706c 100644
--- a/index.md
+++ b/index.md
@@ -699,6 +699,7 @@ Next, related add-ons and helpers by category
- [Ledger Web](https://vifon.github.io/ledger-web) web UI/API for ledger browsing, data entry (python)
- [ledger-analytics](https://github.com/kendricktan/ledger-analytics) web UI for ledger data analytics (javascript)
- [ledger-dashboard](https://github.com/Ikke/ledger-dashboard) web UI for ledger browsing, data entry (python)
+- [ledger-pyreport](https://yingtongli.me/git/ledger-pyreport/about/) web UI for standard accounting statements and unrealised gains (python)
- [ledgible](https://github.com/lipidity/ledgible) web UI for ledger browsing, data entry (python)
- [node-ledger-web](https://github.com/slashdotdash/node-ledger-web) web UI for ledger browsing (javascript)
- [WealthPulse](https://github.com/readysetmark/WealthPulse) web UI for ledger browsing, price fetching (F#)
@@ -861,7 +862,10 @@ Note these often work quite well for other ledger-likes, not just the one they a
+- [Lee Yingtong Li: ledger-pyreport: Formal accounting reports for ledger-cli](https://yingtongli.me/blog/2020/03/31/ledger-pyreport.html) 2020
+- [Lee Yingtong Li: Incorrect accounting of unrealised gains in ledger-cli](https://yingtongli.me/blog/2020/03/31/ledger-gains.html) 2020
- [Christian Egli: Quick and dirty PDF reports for Plain Text Accounting](https://egli.dev/posts/quick-and-dirty-pdf-reports-for-plain-text-accounting/) 2020
+- [Lee Yingtong Li: FIFO inventory with ledger-cli](https://yingtongli.me/blog/2019/12/11/ledger-fifo.html) 2019
- [Justin Kaipada: Managing Ledger for Humans](https://www.kaipada.com/post/managing-ledger-for-humans/) 2019
- [Amitai Burstein: Why We Chose Plain Text Accounting with Hledger](https://www.gizra.com/content/plain-text-accounting-hledger) 2019
- [John Sullivan: Answering questions with accounting: Reimbursements](https://blog.johncs.com/posts/accounting-reimbursements.htm) 2019