Skip to content

ary007/GenerateMonthlyPayslip

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GenerateMonthlyPayslip

GenerateMonthlyPayslip is a java application for calculating net monthly income after tax deductions

Installation

./gradlew clean build
cd app/build/distributions
unzip GenerateMonthlyPayslip.zip
cd GenerateMonthlyPayslip/bin

Run

./GenerateMonthlyPayslip "Mary Song" 60000 "Australia/New Zealand"

Sample Output

Monthly Payslip for: Mary Song
Gross Monthly Income: $5000.00
Monthly Income Tax: $500.00
Net Monthly Income: $4500.00

Assumptions

Precision of two decimal places for all the output values

Please make sure that java is installed in your system before installation

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages