A dead simple way to edit invoices, mainly for freelancers.
Comes bundled for French invoicing laws, contributions are welcome for localization!
- Source header and footer
- Source YAML file
- And... voilà ! 🤑
go get gitlab.com/Lesterpig/invoice
# Edit header and footer
vim header.txt
vim footer.txt
# Edit first invoice
invoice new
vim 000001.yml
invoice 000001.yml 0000001.pdf
evince 000001.yml
# Edit second invoice
invoice new
vim 000002.yml
...