Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ingest 2021 Q2 balance sheet into RVote agenda (WIP) #63

Closed
wants to merge 11 commits into from
15 changes: 15 additions & 0 deletions finance/2021/Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# TODO: git submodule?
# https://github.com/dckc/finquick
# https://github.com/dckc/finquick/tree/rchain-finance 892c136
FINQUICK=finquick

balance-sheet-2021-q2.json: balance-sheet-2021-q2.txt
node finquick/brcal/src/grokBalanceSheet.js <$< >$@ || rm $@

balance-sheet-2021-q2.txt: balance-sheet-2021-q2.pdf
pdftotext -layout $< >$@ || rm $@

sql: rchain-finance.gnucash.sql

rchain-finance.gnucash.sql: rchain-finance.gnucash
sqlite3 $< .dump >$@ || rm $@
730 changes: 730 additions & 0 deletions finance/2021/balance-sheet-2021-q2-gnucash.html

Large diffs are not rendered by default.

Binary file added finance/2021/balance-sheet-2021-q2-gnucash.pdf
Binary file not shown.
Loading