pto calculator updates

This commit is contained in:
2024-03-08 11:56:47 -07:00
parent 9ea58c0270
commit 391f80d0b5

View File

@@ -30,6 +30,7 @@ def calculate_reach_date(current_hours, max_hours, hours_added_bi_weekly):
# Constants # Constants
MAX_HOURS = 240 MAX_HOURS = 240
HOURS_ADDED_BI_WEEKLY = 6.15384615 HOURS_ADDED_BI_WEEKLY = 6.15384615
# HOURS_ADDED_BI_WEEKLY = 7.69230769
# User input # User input
current_hours = float(input("Enter the current hours: ")) current_hours = float(input("Enter the current hours: "))