invoicing/README.md

28 lines
633 B
Markdown
Raw Normal View History

2024-09-13 16:35:06 +01:00
[![Demo asciicast](https://asciinema.org/a/MFoUFVbGEr5xNJXMOhVVnZ1YM.svg)](https://asciinema.org/a/MFoUFVbGEr5xNJXMOhVVnZ1YM)
![Demo GIF](./docs/demo/invoicing-demo.gif)
![Demo PDF looks like this](./docs/demo/invoice.pdf.png)
2024-09-13 14:38:24 +01:00
make sure taskdb is actual and everything relevant is tagged
cp customer-name/prev-month-date customer-name/new-month-date
cd customer-name/new-month-date
make clean
make timesheet.txt
cat timesheet.txt
create payment link with data from timesheet.txt
edit pay.url
edit env.sh.inc
edit email-template/*
make email-draft.txt
review it
edit invoice-top.html
make invoice.pdf
review it
make email.txt