0.0
No commit activity in last 3 years
No release in over 3 years
Simple gem for calculation basic Czech Payroll
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

>= 0
>= 0

Runtime

 Project Readme

PayrolleeCz

Simple library for calculation basic Czech payroll

There are included in this gem:

Working hours

  • working schedule by weekly hours
  • absence hours

Salary

  • monthly salary

Tax

  • tax interest
  • tax declaration
  • tax income base
  • tax advance
  • withholding tax
  • tax reliefs for payer
  • tax reliefs for disability
  • tax reliefs for studying
  • tax reliefs for child
  • tax bonus for child

Health insurance

  • insurance interest
  • assessment base
  • maximum assessment base
  • minimum assessment base
  • employee contribution
  • employer's part of tax partial base

Social insurance

  • insurance interest
  • assessment base
  • maximum assessment base
  • employee contribution
  • employer's part of tax partial base

Pension savings

Gross income

Net income

Versions

  • 0.0.1 initial version
  • 0.0.2 export added

Installation

Add this line to your application's Gemfile:

gem 'payrollee_cz'

And then execute:

$ bundle

Or install it yourself as:

$ gem install payrollee_cz

Usage

require 'payrollee_cz'
require 'payrollee_cz-export'

Contributing

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request