Package calculator


package calculator
This package contains classes for calculating employee payrolls and taxes, and utilities for calculating time and dates.
  • Class
    Description
    Defines the interface for calculating allowances.
    Defines the interface payroll calculations.
    A class representing a payroll calculator that implements salary adjustments, allowances, tax, and deductions.
    A class to calculate the tax based on the taxable income.
    Defines the interface calculating salary adjustments.
    Defines the interface calculating taxes and deductions.