/invoice

An express invoice editor for freelancers 🤑 - Mirror repository

Primary LanguageGoGNU General Public License v3.0GPL-3.0

invoice

A dead simple way to edit invoices, mainly for freelancers.

Comes bundled for French invoicing laws, contributions are welcome for localization!

Example

  1. Source header and footer
  2. Source YAML file
  3. And... voilà! 🤑

1-minute setup

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
...