Go to file
Chris Lowis ad75085ccf Add transaction history up to 2020-02-20 2020-02-20 21:08:28 +00:00
invoices Add two received invoices 2020-02-10 13:04:19 +00:00
receipts Receipt for We Are Open 2019-20 2019-08-06 20:08:12 +01:00
statements Add transaction history up to 2020-02-20 2020-02-20 21:08:28 +00:00
README.md Generate receipts for contributions 2019-06-13 21:08:15 +01:00

README.md

Fund

Records and documentation for the CoTech fund

Generating receipts

Install pandoc and wkhtmltopdf using, for example homebrew on OS X

brew install pandoc
brew install Caskroom/cask/wkhtmltopdf

Then in receipts/ create a markdown file from an existing one, and run, for example

pandoc -t html5 agile_collective_2019-2020.md -o agile_collective_2019-2020.pdf --css style.css