cotech-fund/ADMINISTRATION.md

24 lines
532 B
Markdown
Raw Normal View History

# Administration
Records and documentation for the CoTech fund
## Generating receipts
Install `wkhtmltopdf` using, for example homebrew on OS X
```
brew install Caskroom/cask/wkhtmltopdf
```
Then in the root of the project run
```
ruby scripts/generate_invoices.rb
```
2020-06-19 15:33:17 +00:00
The invoices should be generated in `invoices/sent/2022/`.
2020-06-19 15:33:17 +00:00
The ruby script can be edited to change the start of the range of invoice numbers and to generate the output in a different directory.
2020-06-19 15:33:17 +00:00
The data used to generate the invoices is in `members.csv`.