From 0a759d3269a774dc30ea923fa8462fb3ce076631 Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Fri, 5 Jan 2024 08:28:51 -1000 Subject: [PATCH] ;doc:examples:invoicing: rename scripts --- examples/invoicing/README.md | 7 +++---- .../README.md | 0 .../abinvoice.css | 0 .../abinvoice.tmpl.md | 0 .../invoice | 0 .../logo.jpg | 0 .../time.timedot | 0 .../{makefile => pandoc-make-invoice}/202001ab.md | 0 .../invoicing/{makefile => pandoc-make-invoice}/Makefile | 0 .../invoicing/{makefile => pandoc-make-invoice}/README.md | 0 .../{makefile => pandoc-make-invoice}/invoice.css | 0 11 files changed, 3 insertions(+), 4 deletions(-) rename examples/invoicing/{invoice-script => pandoc-bash-hledger-invoice}/README.md (100%) rename examples/invoicing/{invoice-script => pandoc-bash-hledger-invoice}/abinvoice.css (100%) rename examples/invoicing/{invoice-script => pandoc-bash-hledger-invoice}/abinvoice.tmpl.md (100%) rename examples/invoicing/{invoice-script => pandoc-bash-hledger-invoice}/invoice (100%) rename examples/invoicing/{invoice-script => pandoc-bash-hledger-invoice}/logo.jpg (100%) rename examples/invoicing/{invoice-script => pandoc-bash-hledger-invoice}/time.timedot (100%) rename examples/invoicing/{makefile => pandoc-make-invoice}/202001ab.md (100%) rename examples/invoicing/{makefile => pandoc-make-invoice}/Makefile (100%) rename examples/invoicing/{makefile => pandoc-make-invoice}/README.md (100%) rename examples/invoicing/{makefile => pandoc-make-invoice}/invoice.css (100%) diff --git a/examples/invoicing/README.md b/examples/invoicing/README.md index b3f3aa741..9b0c55471 100644 --- a/examples/invoicing/README.md +++ b/examples/invoicing/README.md @@ -1,15 +1,14 @@ 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) -- 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) - 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, -but they try to automate repetitive steps in my process as much as possible, +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. diff --git a/examples/invoicing/invoice-script/README.md b/examples/invoicing/pandoc-bash-hledger-invoice/README.md similarity index 100% rename from examples/invoicing/invoice-script/README.md rename to examples/invoicing/pandoc-bash-hledger-invoice/README.md diff --git a/examples/invoicing/invoice-script/abinvoice.css b/examples/invoicing/pandoc-bash-hledger-invoice/abinvoice.css similarity index 100% rename from examples/invoicing/invoice-script/abinvoice.css rename to examples/invoicing/pandoc-bash-hledger-invoice/abinvoice.css diff --git a/examples/invoicing/invoice-script/abinvoice.tmpl.md b/examples/invoicing/pandoc-bash-hledger-invoice/abinvoice.tmpl.md similarity index 100% rename from examples/invoicing/invoice-script/abinvoice.tmpl.md rename to examples/invoicing/pandoc-bash-hledger-invoice/abinvoice.tmpl.md diff --git a/examples/invoicing/invoice-script/invoice b/examples/invoicing/pandoc-bash-hledger-invoice/invoice similarity index 100% rename from examples/invoicing/invoice-script/invoice rename to examples/invoicing/pandoc-bash-hledger-invoice/invoice diff --git a/examples/invoicing/invoice-script/logo.jpg b/examples/invoicing/pandoc-bash-hledger-invoice/logo.jpg similarity index 100% rename from examples/invoicing/invoice-script/logo.jpg rename to examples/invoicing/pandoc-bash-hledger-invoice/logo.jpg diff --git a/examples/invoicing/invoice-script/time.timedot b/examples/invoicing/pandoc-bash-hledger-invoice/time.timedot similarity index 100% rename from examples/invoicing/invoice-script/time.timedot rename to examples/invoicing/pandoc-bash-hledger-invoice/time.timedot diff --git a/examples/invoicing/makefile/202001ab.md b/examples/invoicing/pandoc-make-invoice/202001ab.md similarity index 100% rename from examples/invoicing/makefile/202001ab.md rename to examples/invoicing/pandoc-make-invoice/202001ab.md diff --git a/examples/invoicing/makefile/Makefile b/examples/invoicing/pandoc-make-invoice/Makefile similarity index 100% rename from examples/invoicing/makefile/Makefile rename to examples/invoicing/pandoc-make-invoice/Makefile diff --git a/examples/invoicing/makefile/README.md b/examples/invoicing/pandoc-make-invoice/README.md similarity index 100% rename from examples/invoicing/makefile/README.md rename to examples/invoicing/pandoc-make-invoice/README.md diff --git a/examples/invoicing/makefile/invoice.css b/examples/invoicing/pandoc-make-invoice/invoice.css similarity index 100% rename from examples/invoicing/makefile/invoice.css rename to examples/invoicing/pandoc-make-invoice/invoice.css