You want to make an invoice? Make sure you have invoice installed from Homebrew.
./invoice "Azure Consulting" 10 "Lunches with Bob" 20
This will create an invoice. You can put all the details into a .env file, like so.
export CURRENCY=NZD
export COMPANY_NAME="Yoyodyne Limited"
export COMPANY_ADDRESS="1 Queen Street, Auckland"
export COMPANY_GST_NUMBER="123-456-789"
export DEFAULT_CUSTOMER="SuperMegaCorp Auckland"
export DEFAULT_CUSTOMER_EMAIL="[email protected]"
export DEFAULT_RATE=100
If you're running on MacOS, it will open a new email message so you can send it to your client.