jmbriano / timesheets-poc

POC for a Freshbook to timesheets conversor
0 stars 0 forks source link

Warn on non full time timesheets #9

Open jmbriano opened 5 years ago

jmbriano commented 5 years ago

The tool should calculate the number of working days in the month, minus the official holidays. Then compare the actual number of days vs that. If the value is lower or higher than a configuration it will be listed in the output. Example:

WARNING:
Employee1 has 18 working days. Which is 3 days less than expected (21).
Employee2 has 17 working days. Which is 4 days less than expected (21).

Employee3 has 22 working days. Which is 1 day more than expected (21).

Nice to have: The tool to consider list of national holidays per country. Thus, the number of expected days is dynamic per employee

jmbriano commented 5 years ago

Nice to have is still pending.