austax
v1.0.3
Published
Simplistic command line tool to calculate gross income and net income given an annual salary (for Australians only! :))
Downloads
12
Maintainers
Readme
Austax
Description
Simplistic command line tool to calculate gross income and net income given an annual salary (for Australians only! :))
System Requirements
- NodeJS 4.2.3 LTS
Installation
$ npm install -g austax
Usage
$ austax ANNUAL_SALARY SUPER_RATE START_DATE
Example:
- Input
$ austax 100000 0.4 12/12/12
- Output
MONTH : 12
GROSS INCOME : 8333
INCOME TAX : 24950
SUPER : 3333
NET INCOME : 6254