1
0

finance: show html reports

This commit is contained in:
Simon Michael
2024-04-02 20:00:19 -10:00
parent 18b319abd3
commit 32ac3657e6
2 changed files with 15 additions and 37 deletions

View File

@@ -15,8 +15,11 @@ finance-md:
( \
echo 'Finances of the Plain Text Accounting org.'; \
echo '<!-- Generated by "make src/finance.md", do not edit directly. -->'; \
echo '```cli'; hledger -f finance/pta.journal bs; echo '```'; \
echo '```cli'; hledger -f finance/pta.journal is; echo '```'; \
echo ; \
hledger -f finance/pta.journal bs -O html; \
echo ; \
hledger -f finance/pta.journal is -O html; \
echo ; \
echo '```hledger'; hledger -f finance/pta.journal print -x; echo '```'; \
) >src/finance.md