Giter VIP home page Giter VIP logo

payroll-dates-generator's Introduction

Payroll Dates Generator

This is console utility that generate CSV file (for now) has the payroll for a whole year salary and bonus payment dates.

The problem:

  • Sales staff get a regular monthly fixed base salary and a monthly bonus.
  • The base salaries are paid on the last day of the month unless that day is a Saturday or a Sunday (weekend).
  • On the 15th of every month bonuses are paid for the previous month, unless that day is a weekend. In that case, they are paid the first Wednesday after the 15th.
  • The output of the utility should be a CSV file, containing the payment dates for the remainder of this year. The CSV file should contain a column for the month, a column that contains the salary payment date for that month, and a column that contains the bonus payment date.

Requirements:

  • PHP >= 7.4
  • composer

Usage:

Please, make sure first that is the bin file has the correct permissions, you can run the following command to be sure:

$ chmod +x bin
  • First run composer:
$ composer update
  • To generate CSV file for the current year payroll, open your terminal and type:
$ ./bin --salary-sheet --generate

This will generate csv file under result/ folder with name 2020_salaryAndBonusPaymentDays.csv.

  • If you want to generate it for specific year, just update the command to:
$ ./bin --salary-sheet --generate --year=2019
  • If you want to use specific CSV file name then update the command to:
$ ./bin --salary-sheet --generate --sheet-name=payroll_for_year_2020
  • If you want the generated file to be located in specific directory then update the command to:
$ ./bin --salary-sheet --generate --sheet-path=payroll

NOTE: if the provided directory not exist it will create it.

You can as well combine more than one option for the command

payroll-dates-generator's People

Stargazers

 avatar

Watchers

 avatar  avatar

Forkers

godfather-3113

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.