3
0
mirror of https://git.coop/cotech/fund.git synced 2025-10-04 03:54:33 +00:00

most of 2020 invoices generated

This commit is contained in:
shmr
2020-06-19 16:33:17 +01:00
parent 2f1e0c7f89
commit b3a2c12009
46 changed files with 800 additions and 12 deletions

View File

@ -16,3 +16,12 @@ Then in `receipts/` create a markdown file from an existing one, and run, for ex
```
pandoc -t html5 agile_collective_2019-2020.md -o agile_collective_2019-2020.pdf --css style.css
```
---
---
Alternatively, to make PDF invoices/receipts with markdown files [markdown themes](https://support.typora.io/About-Themes/) can be used. `theme/cotech.css` can be used as a CSS stylesheet and `invoice_template_themed.md` as template. Images path has to point to `img/` directory at the root of the repository. Invoices in `invoices/sent/2020` were created that way.