Simplistic command line tool to calculate gross income and net income given an annual salary (for Australians only! :))
- NodeJS 4.2.3 LTS
$ npm install -g austax
$ austax ANNUAL_SALARY SUPER_RATE START_DATE
- Input
$ austax 100000 0.4 12/12/12
- Output
MONTH : 12
GROSS INCOME : 8333
INCOME TAX : 24950
SUPER : 3333
NET INCOME : 6254