Skip to content

builddoctor/bidness

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

Business Stuff

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.

About

Business Scripts

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published