Skip to content

anuj-ssharma/NZPaye

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status GitHub PyPI PyPI - Python Version

NZ PAYE Summary

Overview

Calculate the PAYE Summary based on hourly rate and the number of hours worked.

Installation

pip install nzpaye

Usage

nzpaye --hourly-rate 100 --hours-worked 40

Result is shown in the format:

    +--------------+--------------+---------------------------+----------+-----------------+----------------+----------------------+-------------------+
    | Hours Worked | Total Income | Less Witholding Tax (10%) | Plus GST | Paid to Account | Remaining PAYE | Remaining GST + PAYE | Disposable Income |
    +--------------+--------------+---------------------------+----------+-----------------+----------------+----------------------+-------------------+
    |     40.0     |   4000.00    |          400.00           |  600.00  |     4200.00     |     745.38     |       1345.38        |      2854.62      |
    +--------------+--------------+---------------------------+----------+-----------------+----------------+----------------------+-------------------+

By default a withholding tax of 10% is used. You can change this.

nzpaye --hourly-rate 100 --hours-worked 40 --withholding-tax 20

About

Get NZ PAYE Summary based on hourly rate

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published