Work in Progress
- Daily Sum
- Overtime daily sum
- Turn-Over daily sum
- Overtime and Turn-Over Buffer (35-minute)
- Total sums
- Days worked
To use this script, you need to fill in your daily pay and overtime hourly rate:
const int DAY_PAY = 0; // enter day pay
const int OVERTIME_PAY_RATE = 0; // enter overtime hourly rate- Input time in HH:MM 24-hour format, e.g. 08:35, 17:00 , 2:10, 21:58.
- After the first day entry, you will be asked if the next day was a consecutive work day to calculate turn-over (if any). Answer with y/n.
- Enter any negative value to exit.
