Tag: Frontend

  • September 30th, 2023

    Fixed a bug that showed outdated data in the PTO/ETO list when switching from employee to employee using the previous/next buttons.

  • July 14th, 2023

    Fixed an incorrect warning message displayed when deleting a PTO entry. Fixed inability to delete a PTO entry. Fixed incorrect calculation of overtime when pay periods begin at the end of a calendar week.

  • May 24th, 2023

    Added a legal agreement to the ‘New Entry’ page. Updated the month picker on the Calendar so that < goes to the previous month and > goes to the next month.

  • May 17th, 2023

    Fixed a bug that could, under certain circumstances, cause the server to crash. Added a loading indicator to the top of the Calendar page, so it’s easy to tell when the ‘Show All Employees’ version has finished loading for everyone.

  • April 25th, 2023

    Allow employees to create time entries with 0 hours.

  • January 30th, 2023

    Fixed layout of the Calendar page when January 1st falls on a day that isn’t the start of the week. Fixed totaling logic used for the report displayed on the Calendar page, so it will correctly include the hours worked on the last day of the pay period/month. Sorted the month selector on the Calendar…

  • January 29th, 2023

    Added unattached/retroactive hours display to the calendar. Hours not yet attached to a pay period will show in parentheses on each day, as well as being included in the regular total.

  • December 30th, 2022

    Improved the /calendar/payPeriodSummary/{year}/{month} endpoint’s handling of overtime. Overtime-eligible categories now have overtime subtracted from them—i.e., if someone works 45 hours in a “regular” pay category, the report will show 40 hours in the “regular” category and 5 hours of overtime. (This matches the behavior of the downloadable report.) Updated the Calendar page to have a…

  • December 29th, 2022

    Updated the Calendar to display the per-category totals broken down by pay period as well as the totals for the month. (Note: the per-pay period totals may not equal those for the month, depending on if the pay periods include dates outside of the displayed month.) Added a /calendar/payPeriodSummary/{year}/{month} endpoint to retrieve the per-category breakdown…

  • December 22nd, 2022

    Added Previous/Next (‘<‘ and ‘>’) buttons to the Month selector on the Calendar page.