pto calculator updates
This commit is contained in:
@@ -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: "))
|
||||||
|
|||||||
Reference in New Issue
Block a user