;doc:examples:invoicing: rename scripts

This commit is contained in:
Simon Michael 2024-01-05 08:28:51 -10:00
parent cc403d5ff9
commit 0a759d3269
11 changed files with 3 additions and 4 deletions

View File

@ -1,15 +1,14 @@
Example files related to invoicing and billing: Example files related to invoicing and billing:
- invoice-script - a somewhat flexible bash/pandoc script for generating HTML and PDF invoices from hledger data, - pandoc-bash-hledger-invoice - a somewhat flexible bash/pandoc script for generating HTML and PDF invoices from hledger data,
based on SM's invoicing setup (2022) based on SM's invoicing setup (2022)
- makefile - a simpler make/pandoc script for generating HTML and PDF invoices, with less hledger integration, - pandoc-make-invoice - a simpler make/pandoc script for generating HTML and PDF invoices, with less hledger integration,
based on SM's previous setup (2021) based on SM's previous setup (2021)
- some examples of invoicing-related journal entries - some examples of invoicing-related journal entries
The SM scripts above aim to have a pretty good likelihood of working and being useful for others, The SM scripts above try to automate repetitive steps in my process as much as possible,
but they 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; so they may try to run emacs, append to your journal, or git commit it;
read them before running, and adapt for your needs. read them before running, and adapt for your needs.