Giter Club home page Giter Club logo

piccolaw-apps's People

Contributors

colin-r-carter avatar quadratecode avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar

Forkers

colin-r-carter

piccolaw-apps's Issues

Date miscalculation when start date lies above the maximum number of days of the target month

When the date of the start month lies above the possible days of the target month (e.g. January [31 days] to February [28 days, except in leap years] or March [31 days] to April [30 days], the end of a period falls a day short.

E.g. for the probation period the date it is calculated:

prob_period_lst.insert(1, min(prob_period_lst[0].shift(months=+prob_period_dur, days=-1), termination_dt))

When entering 2020-01-20 as start date with a probation period of one month, the target date incorrectly lands on 2020-02-28 (should be 2020-02-29, since it is a leap year.

Similarly, when entering 2020-03-31 as start date with a probation period of one month, the target date incorrectly lands on 2020-04-29 (should be 2020-04-30).

Issue only occurs where months are shifted and a day is subtracted from the result, currently:

  • Calculation of probation period
  • Sick pay for BS and BE

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.