16 lines
695 B
Markdown
16 lines
695 B
Markdown
Example files related to invoicing and billing:
|
|
|
|
- **pandoc-bash-hledger-invoice** - a somewhat flexible bash script using pandoc and unix tools to generate HTML and PDF invoices from hledger data,
|
|
based on SM's invoicing setup (2022)
|
|
|
|
- **pandoc-make-invoice** - a simpler make file using pandoc to generate HTML and PDF invoices,
|
|
based on SM's previous setup (2021)
|
|
|
|
- some examples of invoicing-related journal entries
|
|
|
|
The SM scripts above try to automate repetitive steps in my process as much as possible,
|
|
so they may try to run emacs, append to your journal, or git commit it;
|
|
read them before running, and adapt for your needs.
|
|
|
|
See also https://hledger.org/cookbook.html#invoicing
|