Coder Social home page Coder Social logo

bp-task-payment-schedule's Introduction

bp-task-payment-schedule

Assumptions

On each months line - I have output the bonus payment for the current month (which is actually the date in the next month). This could easily be changed such that the row for the current month shows the payment date for the previous month if required.

Requirements

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) in which case they are paid on the Friday before.

On the 15th of every month bonuses are paid for the previous month, unless that day is 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 name, a column that contains the salary payment date for that month, and a column that contains the bonus payment date.

Execution Instructions

Build the project using Maven. Navigate to the project root directory and type:

'mvn clean install'

This will generate a JAR file in the 'target' subdirectory, called 'payment-scheduler.jar'. This file can be copied anywhere.

To execute the JAR from a terminal - navigate to the directory containing the JAR and type:

'java -jar payment-scheduler.jar'

This will generate a CSV with the default name of PaymentSchedule.csv. Optionally - you can overwrite this by appending a filename parameter, e.g.:

'java -jar payment-scheduler.jar MyFilename.csv'

bp-task-payment-schedule's People

Contributors

adrianmilne avatar

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.